/* The Less entry-point for the public site.
 */
/*
Requirements: assumes that bootstrap's 'less' dir is in the
less compiler's search path.
*/
.number-no-spin {
  -moz-appearance: textfield;
}
.number-no-spin::-webkit-inner-spin-button,
.number-no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
/*
Requirements: assumes that bootstrap's 'less' dir is in the
less compiler's search path.
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup,
.new-window:after {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup,
.new-window:after {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !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^="javascript:"]:after,
  a[href^="#"]: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;
  }
  .table td,
  .table th,
  .plasmid-modal .giraffe-table td,
  .plasmid-modal .giraffe-table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  .plasmid-modal .giraffe-table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #585858;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0056b3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003166;
  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: 8px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}
.sr-only,
.edit-plasmid-page .sequence-form [id^="div_id_insert-"][id$="-genealt2"] label,
.edit-plasmid-page .map-form [id^="div_id_insert-"][id$="-genealt2"] label,
.edit-plasmid-page .support-file-form [id^="div_id_insert-"][id$="-genealt2"] label,
.edit-plasmid-page .gene-insert-form [id^="div_id_insert-"][id$="-genealt2"] label,
.edit-plasmid-page .cloning-form [id^="div_id_insert-"][id$="-genealt2"] label,
.edit-plasmid-page .growth-distribution-form [id^="div_id_insert-"][id$="-genealt2"] label,
.edit-plasmid-page .sequence-form [id^="div_id_insert-"][id$="-genealt3"] label,
.edit-plasmid-page .map-form [id^="div_id_insert-"][id$="-genealt3"] label,
.edit-plasmid-page .support-file-form [id^="div_id_insert-"][id$="-genealt3"] label,
.edit-plasmid-page .gene-insert-form [id^="div_id_insert-"][id$="-genealt3"] label,
.edit-plasmid-page .cloning-form [id^="div_id_insert-"][id$="-genealt3"] label,
.edit-plasmid-page .growth-distribution-form [id^="div_id_insert-"][id$="-genealt3"] label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ddd;
}
body {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif, "dejavu_sans", "Symbola";
}
.l-dismissible-msg {
  display: flex;
  align-items: center;
}
.font-size-larger {
  font-size: 18px;
}
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: #999999;
}
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: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 1px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0056b3;
}
a.text-primary:hover {
  color: #003d80;
}
.text-success {
  color: #0a3622;
}
a.text-success:hover {
  color: #020b07;
}
.text-info {
  color: #052c65;
}
a.text-info:hover {
  color: #031734;
}
.text-warning {
  color: #664d03;
}
a.text-warning:hover {
  color: #342802;
}
.text-danger,
.order-page .order-item .order-status .order-alert .order-alert-icon {
  color: #58151c;
}
a.text-danger:hover,
a.order-page .order-item .order-status .order-alert .order-alert-icon:hover {
  color: #2f0b0f;
}
.bg-primary {
  color: #fff;
  background-color: #0056b3;
}
a.bg-primary:hover {
  background-color: #003d80;
}
.bg-success {
  background-color: #d1e7dd;
}
a.bg-success:hover {
  background-color: #afd6c4;
}
.bg-info {
  background-color: #cfe2ff;
}
a.bg-info:hover {
  background-color: #9cc3ff;
}
.bg-warning {
  background-color: #fff3cd;
}
a.bg-warning:hover {
  background-color: #ffe79a;
}
.bg-danger {
  background-color: #f8d7da;
}
a.bg-danger:hover {
  background-color: #f0acb2;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.addgene-faq-list,
form.rebrand .has-error .errorlist,
.edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  padding-left: 0;
  list-style: none;
}
.list-inline,
.addgene-nav-list,
.plasmid-modal .modal-footer .download-nav-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li,
.addgene-nav-list > li,
.plasmid-modal .modal-footer .download-nav-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 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: 1px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
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;
  white-space: nowrap;
  border-radius: 6px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
}
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;
}
.scrollable {
  display: block;
  max-height: 340px;
  overflow-y: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 2px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.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: 0%;
}
.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: 0%;
}
.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: 1px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 2px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
.container-fluid {
  padding-left: 2%;
  padding-right: 2%;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table,
.plasmid-modal .giraffe-table {
  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,
.plasmid-modal .giraffe-table > thead > tr > th,
.plasmid-modal .giraffe-table > tbody > tr > th,
.plasmid-modal .giraffe-table > tfoot > tr > th,
.plasmid-modal .giraffe-table > thead > tr > td,
.plasmid-modal .giraffe-table > tbody > tr > td,
.plasmid-modal .giraffe-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.table > thead > tr > th,
.plasmid-modal .giraffe-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}
.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,
.plasmid-modal .giraffe-table > caption + thead > tr:first-child > th,
.plasmid-modal .giraffe-table > colgroup + thead > tr:first-child > th,
.plasmid-modal .giraffe-table > thead:first-child > tr:first-child > th,
.plasmid-modal .giraffe-table > caption + thead > tr:first-child > td,
.plasmid-modal .giraffe-table > colgroup + thead > tr:first-child > td,
.plasmid-modal .giraffe-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.plasmid-modal .giraffe-table > tbody + tbody {
  border-top: 2px solid #cccccc;
}
.table .table,
.plasmid-modal .giraffe-table .plasmid-modal .giraffe-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,
.plasmid-modal .giraffe-table > thead > tr > th,
.plasmid-modal .giraffe-table > tbody > tr > th,
.plasmid-modal .giraffe-table > tfoot > tr > th,
.plasmid-modal .giraffe-table > thead > tr > td,
.plasmid-modal .giraffe-table > tbody > tr > td,
.plasmid-modal .giraffe-table > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #cccccc;
}
.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 #cccccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th,
.plasmid-modal .giraffe-table > tbody > tr:nth-child(odd) > td,
.plasmid-modal .giraffe-table > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.plasmid-modal .giraffe-table > tbody > tr:hover > td,
.plasmid-modal .giraffe-table > tbody > tr:hover > th {
  background-color: #dfdfdf;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
.plasmid-modal .giraffe-table > thead > tr > td.active,
.plasmid-modal .giraffe-table > tbody > tr > td.active,
.plasmid-modal .giraffe-table > tfoot > tr > td.active,
.plasmid-modal .giraffe-table > thead > tr > th.active,
.plasmid-modal .giraffe-table > tbody > tr > th.active,
.plasmid-modal .giraffe-table > tfoot > tr > th.active,
.plasmid-modal .giraffe-table > thead > tr.active > td,
.plasmid-modal .giraffe-table > tbody > tr.active > td,
.plasmid-modal .giraffe-table > tfoot > tr.active > td,
.plasmid-modal .giraffe-table > thead > tr.active > th,
.plasmid-modal .giraffe-table > tbody > tr.active > th,
.plasmid-modal .giraffe-table > tfoot > tr.active > th {
  background-color: #dfdfdf;
}
.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.active:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.active:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.active:hover,
.plasmid-modal .giraffe-table > tbody > tr.active:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.active:hover > th {
  background-color: #d2d2d2;
}
.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,
.plasmid-modal .giraffe-table > thead > tr > td.success,
.plasmid-modal .giraffe-table > tbody > tr > td.success,
.plasmid-modal .giraffe-table > tfoot > tr > td.success,
.plasmid-modal .giraffe-table > thead > tr > th.success,
.plasmid-modal .giraffe-table > tbody > tr > th.success,
.plasmid-modal .giraffe-table > tfoot > tr > th.success,
.plasmid-modal .giraffe-table > thead > tr.success > td,
.plasmid-modal .giraffe-table > tbody > tr.success > td,
.plasmid-modal .giraffe-table > tfoot > tr.success > td,
.plasmid-modal .giraffe-table > thead > tr.success > th,
.plasmid-modal .giraffe-table > tbody > tr.success > th,
.plasmid-modal .giraffe-table > tfoot > tr.success > th {
  background-color: #d1e7dd;
}
.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.success:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.success:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.success:hover,
.plasmid-modal .giraffe-table > tbody > tr.success:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.success:hover > th {
  background-color: #c0ded1;
}
.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,
.plasmid-modal .giraffe-table > thead > tr > td.info,
.plasmid-modal .giraffe-table > tbody > tr > td.info,
.plasmid-modal .giraffe-table > tfoot > tr > td.info,
.plasmid-modal .giraffe-table > thead > tr > th.info,
.plasmid-modal .giraffe-table > tbody > tr > th.info,
.plasmid-modal .giraffe-table > tfoot > tr > th.info,
.plasmid-modal .giraffe-table > thead > tr.info > td,
.plasmid-modal .giraffe-table > tbody > tr.info > td,
.plasmid-modal .giraffe-table > tfoot > tr.info > td,
.plasmid-modal .giraffe-table > thead > tr.info > th,
.plasmid-modal .giraffe-table > tbody > tr.info > th,
.plasmid-modal .giraffe-table > tfoot > tr.info > th {
  background-color: #cfe2ff;
}
.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.info:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.info:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.info:hover,
.plasmid-modal .giraffe-table > tbody > tr.info:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.info:hover > th {
  background-color: #b5d3ff;
}
.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,
.plasmid-modal .giraffe-table > thead > tr > td.warning,
.plasmid-modal .giraffe-table > tbody > tr > td.warning,
.plasmid-modal .giraffe-table > tfoot > tr > td.warning,
.plasmid-modal .giraffe-table > thead > tr > th.warning,
.plasmid-modal .giraffe-table > tbody > tr > th.warning,
.plasmid-modal .giraffe-table > tfoot > tr > th.warning,
.plasmid-modal .giraffe-table > thead > tr.warning > td,
.plasmid-modal .giraffe-table > tbody > tr.warning > td,
.plasmid-modal .giraffe-table > tfoot > tr.warning > td,
.plasmid-modal .giraffe-table > thead > tr.warning > th,
.plasmid-modal .giraffe-table > tbody > tr.warning > th,
.plasmid-modal .giraffe-table > tfoot > tr.warning > th {
  background-color: #fff3cd;
}
.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.warning:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.warning:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.warning:hover,
.plasmid-modal .giraffe-table > tbody > tr.warning:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.warning:hover > th {
  background-color: #ffedb3;
}
.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,
.plasmid-modal .giraffe-table > thead > tr > td.danger,
.plasmid-modal .giraffe-table > tbody > tr > td.danger,
.plasmid-modal .giraffe-table > tfoot > tr > td.danger,
.plasmid-modal .giraffe-table > thead > tr > th.danger,
.plasmid-modal .giraffe-table > tbody > tr > th.danger,
.plasmid-modal .giraffe-table > tfoot > tr > th.danger,
.plasmid-modal .giraffe-table > thead > tr.danger > td,
.plasmid-modal .giraffe-table > tbody > tr.danger > td,
.plasmid-modal .giraffe-table > tfoot > tr.danger > td,
.plasmid-modal .giraffe-table > thead > tr.danger > th,
.plasmid-modal .giraffe-table > tbody > tr.danger > th,
.plasmid-modal .giraffe-table > tfoot > tr.danger > th {
  background-color: #f8d7da;
}
.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.danger:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.danger:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.danger:hover,
.plasmid-modal .giraffe-table > tbody > tr.danger:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.danger:hover > th {
  background-color: #f4c1c6;
}
@media (max-width: 0px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cccccc;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table,
  .table-responsive > .plasmid-modal .giraffe-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,
  .table-responsive > .plasmid-modal .giraffe-table > thead > tr > th,
  .table-responsive > .plasmid-modal .giraffe-table > tbody > tr > th,
  .table-responsive > .plasmid-modal .giraffe-table > tfoot > tr > th,
  .table-responsive > .plasmid-modal .giraffe-table > thead > tr > td,
  .table-responsive > .plasmid-modal .giraffe-table > tbody > tr > td,
  .table-responsive > .plasmid-modal .giraffe-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox,
.edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label,
.edit-plasmid-page .sequence-form fieldset:has(legend) ul label,
.edit-plasmid-page .map-form fieldset:has(legend) ul label,
.edit-plasmid-page .support-file-form fieldset:has(legend) ul label,
.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul label,
.edit-plasmid-page .cloning-form fieldset:has(legend) ul label,
.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.edit-plasmid-page .sequence-form fieldset:has(legend) ul input[type="checkbox"],
.edit-plasmid-page .map-form fieldset:has(legend) ul input[type="checkbox"],
.edit-plasmid-page .support-file-form fieldset:has(legend) ul input[type="checkbox"],
.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul input[type="checkbox"],
.edit-plasmid-page .cloning-form fieldset:has(legend) ul input[type="checkbox"],
.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox,
.edit-plasmid-page .sequence-form fieldset:has(legend) ul + .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form fieldset:has(legend) ul + .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form fieldset:has(legend) ul + .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul + .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form fieldset:has(legend) ul + .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul + .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
.edit-plasmid-page .sequence-form fieldset:has(legend) ul[disabled],
fieldset[disabled] .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form fieldset:has(legend) ul[disabled],
fieldset[disabled] .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form fieldset:has(legend) ul[disabled],
fieldset[disabled] .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul[disabled],
fieldset[disabled] .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form fieldset:has(legend) ul[disabled],
fieldset[disabled] .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul[disabled],
fieldset[disabled] .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 8px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.has-success .edit-plasmid-page .map-form fieldset:has(legend) ul,
.has-success .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.has-success .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.has-success .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.has-success .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  color: #0a3622;
}
.has-success .form-control {
  border-color: #0a3622;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #020b07;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1a8c58;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1a8c58;
}
.has-success .input-group-addon {
  color: #0a3622;
  border-color: #0a3622;
  background-color: #d1e7dd;
}
.has-success .form-control-feedback {
  color: #0a3622;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.has-warning .edit-plasmid-page .map-form fieldset:has(legend) ul,
.has-warning .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.has-warning .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.has-warning .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.has-warning .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  color: #664d03;
}
.has-warning .form-control {
  border-color: #664d03;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #342802;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c99806;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c99806;
}
.has-warning .input-group-addon {
  color: #664d03;
  border-color: #664d03;
  background-color: #fff3cd;
}
.has-warning .form-control-feedback {
  color: #664d03;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.has-error .edit-plasmid-page .map-form fieldset:has(legend) ul,
.has-error .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.has-error .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.has-error .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.has-error .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  color: #58151c;
}
.has-error .form-control {
  border-color: #58151c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #2f0b0f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aa2936;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aa2936;
}
.has-error .input-group-addon {
  color: #58151c;
  border-color: #58151c;
  background-color: #f8d7da;
}
.has-error .form-control-feedback {
  color: #58151c;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #989898;
}
@media (min-width: 1px) {
  .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 .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox,
  .form-inline .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
  .form-inline .edit-plasmid-page .map-form fieldset:has(legend) ul,
  .form-inline .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
  .form-inline .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
  .form-inline .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
  .form-inline .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .edit-plasmid-page .sequence-form fieldset:has(legend) ul input[type="checkbox"],
  .form-inline .edit-plasmid-page .map-form fieldset:has(legend) ul input[type="checkbox"],
  .form-inline .edit-plasmid-page .support-file-form fieldset:has(legend) ul input[type="checkbox"],
  .form-inline .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul input[type="checkbox"],
  .form-inline .edit-plasmid-page .cloning-form fieldset:has(legend) ul input[type="checkbox"],
  .form-inline .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline,
.form-horizontal .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .map-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .map-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.form-horizontal .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 1px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  color: #585858;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #585858;
  background-color: #fff;
  border-color: #172544;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #585858;
  background-color: #ebebeb;
  border-color: #080c16;
}
.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: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: #172544;
}
.btn-default .badge {
  color: #fff;
  background-color: #585858;
}
.btn-primary {
  color: #fff;
  background-color: #0056b3;
  border-color: #004a9a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00428a;
  border-color: #002c5c;
}
.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: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: #0056b3;
  border-color: #004a9a;
}
.btn-primary .badge {
  color: #0056b3;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  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: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:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  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: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:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  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: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:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  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: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 {
  color: #0056b3;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #003166;
  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: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 8px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon,
.new-window:after,
.addgene-flame,
.order-page .order-item .order-status .order-alert .order-alert-icon {
  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 {
  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,
.order-page .order-item .order-status .order-alert .order-alert-icon:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before,
.addgene-flame: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";
}
/*
Addgene glyphicon overrides.
*/
.glyphicon-big {
  font-size: 3rem;
  position: relative;
  top: -5px;
}
.glyphicon.glyphicon-print,
.new-window:after.glyphicon-print,
.addgene-flame.glyphicon-print,
.order-page .order-item .order-status .order-alert .order-alert-icon.glyphicon-print {
  top: 2px;
}
.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;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0056b3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu > li > .btn,
.dropdown-menu > li form {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > .btn:hover,
.dropdown-menu > li form:hover,
.dropdown-menu > li > .btn:focus,
.dropdown-menu > li form:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 8px;
}
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: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 8px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0056b3;
}
.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: 6px 6px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .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: 6px;
}
.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: 1px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 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: 6px;
}
.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: #0056b3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .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: 6px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 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;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav > li {
  vertical-align: bottom;
}
.nav-blocks {
  background-color: transparent;
  border: solid #ddd;
  border-width: thin 0 thin 0;
}
.nav-blocks > li {
  border: 1px solid #ddd;
  border-width: 0 0 0 thin;
}
.nav-blocks > li:last-child {
  border-width: 0 thin;
}
.nav-blocks > li > a {
  padding: 3px 1px;
  white-space: nowrap;
}
.nav-blocks > li > a:hover,
.nav-blocks > li > a:focus {
  background-color: #ddd;
}
.nav-blocks > li.active > a,
.nav-blocks > li.active > a:hover,
.nav-blocks > li.active > a:focus {
  color: #555555;
  background-color: #fff;
}
.nav-blocks.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-blocks.nav-justified > li > a {
  margin-bottom: 0;
}
.navbar {
  position: relative;
  min-height: 45px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1px) {
  .navbar {
    border-radius: 6px;
  }
}
@media (min-width: 1px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1px) {
  .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: 1px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 45px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 5.5px;
  margin-bottom: 5.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 1px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 0px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 1px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 1px) {
  .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 .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox,
  .navbar-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
  .navbar-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
  .navbar-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
  .navbar-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
  .navbar-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
  .navbar-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul input[type="checkbox"],
  .navbar-form .edit-plasmid-page .map-form fieldset:has(legend) ul input[type="checkbox"],
  .navbar-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul input[type="checkbox"],
  .navbar-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul input[type="checkbox"],
  .navbar-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul input[type="checkbox"],
  .navbar-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 0px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-xs {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 1px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    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 {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 0px) {
  .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-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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 {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 0px) {
  .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: #999999;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0056b3;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #003166;
  background-color: #eeeeee;
  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;
  background-color: #0056b3;
  border-color: #0056b3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.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-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.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-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #0056b3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #003d80;
}
.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;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  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;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0056b3;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 8px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 1px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 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: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0056b3;
}
.thumbnail .caption {
  padding: 9px;
  color: #585858;
}
.alert,
.errorlist > li,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert h4,
.errorlist > li h4,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
.errorlist > li .alert-link,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul,
.errorlist > li > p,
.errorlist > li > ul,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li > p,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li > ul {
  margin-bottom: 0;
}
.alert > p + p,
.errorlist > li > p + p,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #d1e7dd;
  border-color: transparent;
  color: #0a3622;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #020b07;
}
.alert-info {
  background-color: #cfe2ff;
  border-color: transparent;
  color: #052c65;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #031734;
}
.alert-warning {
  background-color: #fff3cd;
  border-color: transparent;
  color: #664d03;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #342802;
}
.alert-danger,
.errorlist > li,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li {
  background-color: #f8d7da;
  border-color: transparent;
  color: #58151c;
}
.alert-danger hr,
.errorlist > li hr,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link,
.errorlist > li .alert-link,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li .alert-link {
  color: #2f0b0f;
}
@-webkit-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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0056b3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
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 {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #80bdff;
}
.list-group-item-success {
  color: #0a3622;
  background-color: #d1e7dd;
}
a.list-group-item-success {
  color: #0a3622;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #0a3622;
  background-color: #c0ded1;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #0a3622;
  border-color: #0a3622;
}
.list-group-item-info {
  color: #052c65;
  background-color: #cfe2ff;
}
a.list-group-item-info {
  color: #052c65;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #052c65;
  background-color: #b5d3ff;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #052c65;
  border-color: #052c65;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
a.list-group-item-warning {
  color: #664d03;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #664d03;
  background-color: #ffedb3;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #58151c;
  background-color: #f8d7da;
}
a.list-group-item-danger {
  color: #58151c;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #58151c;
  background-color: #f4c1c6;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #58151c;
  border-color: #58151c;
}
.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: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .plasmid-modal .giraffe-table,
.panel > .table-responsive > .plasmid-modal .giraffe-table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .plasmid-modal .giraffe-table:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.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,
.panel > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.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,
.panel > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .plasmid-modal .giraffe-table:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.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,
.panel > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.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,
.panel > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .panel-body + .plasmid-modal .giraffe-table {
  border-top: 1px solid #cccccc;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .plasmid-modal .giraffe-table > tbody:first-child > tr:first-child th,
.panel > .plasmid-modal .giraffe-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  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: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0056b3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0056b3;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0056b3;
}
.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #0a3622;
  background-color: #d1e7dd;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}
.panel-info {
  border-color: #9ec5fe;
}
.panel-info > .panel-heading {
  color: #052c65;
  background-color: #cfe2ff;
  border-color: #9ec5fe;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #9ec5fe;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #9ec5fe;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #664d03;
  background-color: #fff3cd;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #58151c;
  background-color: #f8d7da;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}
.panel > .dl-horizontal {
  margin-bottom: 0;
  padding: 10px 15px;
}
.panel > .dl-horizontal dt {
  border-top-width: 1px;
  border-radius: 0;
}
.panel > .dl-horizontal dd {
  border-bottom-width: 1px;
  border-radius: 0;
}
.panel > .dl-horizontal:first-child dt:first-child {
  border-top: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .dl-horizontal:last-child dd:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.js #no-js-youtube-help-text {
  display: none;
}
.panel-heading + .dl-horizontal dt:first-child {
  border-top-width: 0;
}
.panel > .table + .table,
.panel > .table + .table-responsive,
.panel > .plasmid-modal .giraffe-table + .plasmid-modal .giraffe-table,
.panel > .plasmid-modal .giraffe-table + .table-responsive {
  border-top: 1px solid #cccccc;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 8px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.caret-rotation .collapsed .caret {
  transform: rotate(270deg);
}
.caret-rotation .caret {
  margin-left: 5px;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
}
.chevron-rotation a.collapsed .chevron {
  transform: rotate(0deg);
}
.chevron-rotation .chevron {
  margin-left: 1rem;
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 1px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 2px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 6px;
}
.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 {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 1px) {
  .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;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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,
nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters:before,
nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters:after {
  content: " ";
  display: table;
}
.clearfix: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,
nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 0px) {
  .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 (min-width: 1px) and (max-width: 1px) {
  .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: 2px) 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: 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 (max-width: 0px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 1px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 2px) 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;
  }
}
@media print {
  .hidden-print,
  #header-utility-bar,
  #header-modular-search,
  nav[aria-label="Site Menu"],
  #addgene-footer {
    display: none !important;
  }
}
.btn-xlg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 8px;
  padding: 2rem;
}
.btn.btn-addgene-yellow {
  color: #222;
  background-color: #f9cf1d;
  border-color: #f9cf1d;
}
.btn.btn-addgene-yellow:hover,
.btn.btn-addgene-yellow:focus,
.btn.btn-addgene-yellow:active,
.btn.btn-addgene-yellow.active,
.open .dropdown-toggle.btn.btn-addgene-yellow {
  color: #222;
  background-color: #e7bc06;
  border-color: #d3ac06;
}
.btn.btn-addgene-yellow:active,
.btn.btn-addgene-yellow.active,
.open .dropdown-toggle.btn.btn-addgene-yellow {
  background-image: none;
}
.btn.btn-addgene-yellow.disabled,
.btn.btn-addgene-yellow[disabled],
fieldset[disabled] .btn.btn-addgene-yellow,
.btn.btn-addgene-yellow.disabled:hover,
.btn.btn-addgene-yellow[disabled]:hover,
fieldset[disabled] .btn.btn-addgene-yellow:hover,
.btn.btn-addgene-yellow.disabled:focus,
.btn.btn-addgene-yellow[disabled]:focus,
fieldset[disabled] .btn.btn-addgene-yellow:focus,
.btn.btn-addgene-yellow.disabled:active,
.btn.btn-addgene-yellow[disabled]:active,
fieldset[disabled] .btn.btn-addgene-yellow:active,
.btn.btn-addgene-yellow.disabled.active,
.btn.btn-addgene-yellow[disabled].active,
fieldset[disabled] .btn.btn-addgene-yellow.active {
  background-color: #f9cf1d;
  border-color: #f9cf1d;
}
.btn.btn-addgene-yellow .badge {
  color: #f9cf1d;
  background-color: #222;
}
.btn.btn-addgene-yellow:hover {
  background-color: #f6c807;
}
.btn.btn-addgene-blue {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}
.btn.btn-addgene-blue:hover,
.btn.btn-addgene-blue:focus,
.btn.btn-addgene-blue:active,
.btn.btn-addgene-blue.active,
.open .dropdown-toggle.btn.btn-addgene-blue {
  color: #fff;
  background-color: #00428a;
  border-color: #003976;
}
.btn.btn-addgene-blue:active,
.btn.btn-addgene-blue.active,
.open .dropdown-toggle.btn.btn-addgene-blue {
  background-image: none;
}
.btn.btn-addgene-blue.disabled,
.btn.btn-addgene-blue[disabled],
fieldset[disabled] .btn.btn-addgene-blue,
.btn.btn-addgene-blue.disabled:hover,
.btn.btn-addgene-blue[disabled]:hover,
fieldset[disabled] .btn.btn-addgene-blue:hover,
.btn.btn-addgene-blue.disabled:focus,
.btn.btn-addgene-blue[disabled]:focus,
fieldset[disabled] .btn.btn-addgene-blue:focus,
.btn.btn-addgene-blue.disabled:active,
.btn.btn-addgene-blue[disabled]:active,
fieldset[disabled] .btn.btn-addgene-blue:active,
.btn.btn-addgene-blue.disabled.active,
.btn.btn-addgene-blue[disabled].active,
fieldset[disabled] .btn.btn-addgene-blue.active {
  background-color: #0056b3;
  border-color: #0056b3;
}
.btn.btn-addgene-blue .badge {
  color: #0056b3;
  background-color: #fff;
}
.btn.btn-search-filter {
  color: #172544;
  background-color: white;
  border-color: #172544;
}
.btn.btn-search-filter:hover,
.btn.btn-search-filter:focus,
.btn.btn-search-filter:active,
.btn.btn-search-filter.active,
.open .dropdown-toggle.btn.btn-search-filter {
  color: #172544;
  background-color: #ebebeb;
  border-color: #080c16;
}
.btn.btn-search-filter:active,
.btn.btn-search-filter.active,
.open .dropdown-toggle.btn.btn-search-filter {
  background-image: none;
}
.btn.btn-search-filter.disabled,
.btn.btn-search-filter[disabled],
fieldset[disabled] .btn.btn-search-filter,
.btn.btn-search-filter.disabled:hover,
.btn.btn-search-filter[disabled]:hover,
fieldset[disabled] .btn.btn-search-filter:hover,
.btn.btn-search-filter.disabled:focus,
.btn.btn-search-filter[disabled]:focus,
fieldset[disabled] .btn.btn-search-filter:focus,
.btn.btn-search-filter.disabled:active,
.btn.btn-search-filter[disabled]:active,
fieldset[disabled] .btn.btn-search-filter:active,
.btn.btn-search-filter.disabled.active,
.btn.btn-search-filter[disabled].active,
fieldset[disabled] .btn.btn-search-filter.active {
  background-color: white;
  border-color: #172544;
}
.btn.btn-search-filter .badge {
  color: white;
  background-color: #172544;
}
.btn.btn-search-filter:hover {
  background-color: #ddd;
}
.btn.btn-filter {
  color: #172544;
  background-color: rgba(23, 37, 68, 0.15);
  border-color: transparent;
}
.btn.btn-filter:hover,
.btn.btn-filter:focus,
.btn.btn-filter:active,
.btn.btn-filter.active,
.open .dropdown-toggle.btn.btn-filter {
  color: #172544;
  background-color: rgba(13, 20, 38, 0.15);
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-filter:active,
.btn.btn-filter.active,
.open .dropdown-toggle.btn.btn-filter {
  background-image: none;
}
.btn.btn-filter.disabled,
.btn.btn-filter[disabled],
fieldset[disabled] .btn.btn-filter,
.btn.btn-filter.disabled:hover,
.btn.btn-filter[disabled]:hover,
fieldset[disabled] .btn.btn-filter:hover,
.btn.btn-filter.disabled:focus,
.btn.btn-filter[disabled]:focus,
fieldset[disabled] .btn.btn-filter:focus,
.btn.btn-filter.disabled:active,
.btn.btn-filter[disabled]:active,
fieldset[disabled] .btn.btn-filter:active,
.btn.btn-filter.disabled.active,
.btn.btn-filter[disabled].active,
fieldset[disabled] .btn.btn-filter.active {
  background-color: rgba(23, 37, 68, 0.15);
  border-color: transparent;
}
.btn.btn-filter .badge {
  color: rgba(23, 37, 68, 0.15);
  background-color: #172544;
}
.btn.btn-filter:hover {
  background-color: rgba(23, 37, 68, 0.25);
}
.btn.btn-addgene-search {
  color: white;
  background-color: #0056b3;
  border-color: transparent;
}
.btn.btn-addgene-search:hover,
.btn.btn-addgene-search:focus,
.btn.btn-addgene-search:active,
.btn.btn-addgene-search.active,
.open .dropdown-toggle.btn.btn-addgene-search {
  color: white;
  background-color: #00428a;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-addgene-search:active,
.btn.btn-addgene-search.active,
.open .dropdown-toggle.btn.btn-addgene-search {
  background-image: none;
}
.btn.btn-addgene-search.disabled,
.btn.btn-addgene-search[disabled],
fieldset[disabled] .btn.btn-addgene-search,
.btn.btn-addgene-search.disabled:hover,
.btn.btn-addgene-search[disabled]:hover,
fieldset[disabled] .btn.btn-addgene-search:hover,
.btn.btn-addgene-search.disabled:focus,
.btn.btn-addgene-search[disabled]:focus,
fieldset[disabled] .btn.btn-addgene-search:focus,
.btn.btn-addgene-search.disabled:active,
.btn.btn-addgene-search[disabled]:active,
fieldset[disabled] .btn.btn-addgene-search:active,
.btn.btn-addgene-search.disabled.active,
.btn.btn-addgene-search[disabled].active,
fieldset[disabled] .btn.btn-addgene-search.active {
  background-color: #0056b3;
  border-color: transparent;
}
.btn.btn-addgene-search .badge {
  color: #0056b3;
  background-color: white;
}
.btn.btn-list-link {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.btn.btn-list-link:hover {
  background-color: #fff;
  border: 1px solid #0056b3;
}
.input-group-btn .btn-default {
  border-color: #cccccc;
}
.chosen-select {
  width: 100%;
}
.chosen-select-deselect {
  width: 100%;
}
.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}
.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #999999;
  border-top-color: #d9d9d9;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container .chosen-results {
  color: #555555;
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}
.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #0056b3;
  background-image: none;
  color: white;
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #999999;
}
.chosen-container .chosen-results .no-results {
  background: #eeeeee;
  display: list-item;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.42857143;
  text-indent: -5000px;
  width: 9px;
}
.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat -22px -3px;
}
.chosen-container-single .chosen-single {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}
.chosen-container-single .chosen-single div b {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}
.chosen-container-single .chosen-default {
  color: #999999;
}
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}
.chosen-container-single .chosen-search input[type="text"] {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat 100% -20px, #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}
.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
  height: 32px;
  margin: 0;
  padding: 4px;
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-container-active .chosen-single {
  border: 1px solid rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #eeeeee;
  border: 1px solid rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid rgba(82, 168, 236, 0.8);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important;
}
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}
.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat -28px -20px, #fff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/common/vendor/bootstrap-chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/*
This file contains helper classes for site-wide CMS page styling.
*/
.indent {
  margin-left: 3rem;
}
.mono {
  font-family: monospace;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}
/*
Row with vertical centering of elements.
*/
.row.row-vertically-centered {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row.row-vertically-centered > * {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/*
Inline nav list, with '|' as spacers.
*/
.addgene-nav-list {
  /*
Popover width styling added for sequence file help (SnapGene and GenBank) popover
*/
}
.addgene-nav-list .popover {
  width: 275px;
}
.addgene-nav-list > li {
  padding: 5px 0px 5px 5px;
}
.addgene-nav-list > li::after {
  content: ' | ';
  margin: 0px 5px;
}
.addgene-nav-list > li:last-child::after {
  content: '';
  margin: 0;
}
.addgene-faq-list .question {
  color: #0056b3;
}
.addgene-faq-list .answer {
  color: gray;
}
.list-no-indent {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}
.copy-from {
  font-family: monospace;
  font-size: smaller;
  white-space: pre;
  cursor: copy !important;
  overflow: auto;
}
.copy-from[readonly] {
  background-color: white;
}
.addgene-sequence-list li {
  margin-bottom: 20px;
}
.new-window:after {
  content: "\e164";
  top: -0.5em;
}
.caret.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
}
.addgene-text-orange {
  color: #ed6524;
}
.material-name,
.insert-name {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: fixed;
  width: auto;
  height: auto;
  margin: 2px 0 0 0;
  overflow: visible;
  clip: auto;
}
.two-column-list,
.edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  columns: 2 auto;
  column-gap: 6rem;
}
/* Align two elements on the same line, maximally spaced apart */
/* Use case: <h1> with a button link */
.items-flex-row-align {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/* Align two elements on the same line, maximally spaced apart and centered on y-axis */
.items-flex-row-align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qty-selector {
  width: 4em;
  padding: 6px;
}
/* Use case: Vertical space between global header and page content.
   Must account for the 2rem of margin-top on #main-content
 */
.page-content-mt-1 {
  margin-top: 10rem;
}
.page-content-mt-2 {
  margin-top: 4rem;
}
/* For use to apply consistent spacing between sections.
   Based on page's primary use: Landing page vs Standard page */
.section-mb-1 {
  margin-bottom: 6rem !important;
}
@media (min-width: 1330px) {
  .section-mb-1 {
    margin-bottom: 9rem !important;
  }
}
.section-mb-2 {
  margin-bottom: 4rem !important;
}
@media (min-width: 1330px) {
  .section-mb-2 {
    margin-bottom: 6rem !important;
  }
}
.section-mb-3 {
  margin-bottom: 3rem !important;
}
@media (min-width: 1330px) {
  .section-mb-3 {
    margin-bottom: 4rem !important;
  }
}
.mt-20 {
  margin-top: 2rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.g-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .gx-lg-3 {
    margin-left: -3em;
    margin-right: -3em;
  }
  .gx-lg-3 > [class*="col-"] {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.d-flex,
.edit-plasmid-page .copy-form,
.tto-dashboard .tto-panel .options {
  display: flex !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-none {
  display: none !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center,
.edit-plasmid-page .copy-form {
  align-items: center !important;
}
.align-self-center {
  align-self: center !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fst-italic {
  font-style: italic !important;
}
.w-auto {
  width: auto !important;
}
.border-0 {
  border: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 2rem !important;
}
.pt-5,
.edit-plasmid-page .gene-insert-form li.inline.tag-location-input,
.edit-plasmid-page .cloning-form .tag-location-input > li + li > ul {
  padding-top: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 2rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 2rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1,
.edit-plasmid-page .sequence-form legend,
.edit-plasmid-page .map-form legend,
.edit-plasmid-page .support-file-form legend,
.edit-plasmid-page .gene-insert-form legend,
.edit-plasmid-page .cloning-form legend,
.edit-plasmid-page .growth-distribution-form legend {
  margin-bottom: 0.25rem !important;
}
.mb-2,
.edit-plasmid-page .sequence-form [id^="div_id_insert-"][id$="-genealt1"],
.edit-plasmid-page .map-form [id^="div_id_insert-"][id$="-genealt1"],
.edit-plasmid-page .support-file-form [id^="div_id_insert-"][id$="-genealt1"],
.edit-plasmid-page .gene-insert-form [id^="div_id_insert-"][id$="-genealt1"],
.edit-plasmid-page .cloning-form [id^="div_id_insert-"][id$="-genealt1"],
.edit-plasmid-page .growth-distribution-form [id^="div_id_insert-"][id$="-genealt1"],
.edit-plasmid-page .sequence-form [id^="div_id_insert-"][id$="-genealt2"],
.edit-plasmid-page .map-form [id^="div_id_insert-"][id$="-genealt2"],
.edit-plasmid-page .support-file-form [id^="div_id_insert-"][id$="-genealt2"],
.edit-plasmid-page .gene-insert-form [id^="div_id_insert-"][id$="-genealt2"],
.edit-plasmid-page .cloning-form [id^="div_id_insert-"][id$="-genealt2"],
.edit-plasmid-page .growth-distribution-form [id^="div_id_insert-"][id$="-genealt2"] {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4,
.edit-plasmid-page .sequence-form .form-group,
.edit-plasmid-page .map-form .form-group,
.edit-plasmid-page .support-file-form .form-group,
.edit-plasmid-page .gene-insert-form .form-group,
.edit-plasmid-page .cloning-form .form-group,
.edit-plasmid-page .growth-distribution-form .form-group,
.edit-plasmid-page .sequence-form .checkbox,
.edit-plasmid-page .map-form .checkbox,
.edit-plasmid-page .support-file-form .checkbox,
.edit-plasmid-page .gene-insert-form .checkbox,
.edit-plasmid-page .cloning-form .checkbox,
.edit-plasmid-page .growth-distribution-form .checkbox,
.edit-plasmid-page .sequence-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  margin-bottom: 2rem !important;
}
.mb-5,
.edit-plasmid-page .sequence-form,
.edit-plasmid-page .map-form,
.edit-plasmid-page .support-file-form,
.edit-plasmid-page .gene-insert-form,
.edit-plasmid-page .cloning-form,
.edit-plasmid-page .growth-distribution-form {
  margin-bottom: 3rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.text-reset {
  color: inherit !important;
}
.text-end {
  text-align: right !important;
}
.cta-collapse-wrapper {
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.cta-collapse-wrapper:has(> .collapse.in) {
  padding-bottom: 3rem;
}
.cta-collapse-wrapper > a {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 1rem 0;
  line-height: normal;
}
.cta-collapse-wrapper > a:hover,
.cta-collapse-wrapper > a:active,
.cta-collapse-wrapper > a:focus {
  text-decoration: none;
}
.cta-collapse-wrapper > a.collapsed > svg {
  transform: rotateZ(0deg);
}
.cta-collapse-wrapper > a > svg {
  transition: transform 0.2s;
  transform: rotateZ(180deg);
}
.cta-collapse-wrapper > a .cta-details {
  line-height: normal;
}
.alert-neutral {
  background-color: #f5f5f5;
  border-color: #cccccc;
  color: #585858;
}
.alert-neutral.alert-fit-content {
  width: fit-content;
}
.callout {
  padding-left: 1rem;
  margin-bottom: 2rem;
  font-size: 0.95em;
  border-left-width: 5px;
  border-left-style: solid;
}
.callout-primary {
  border-color: #0056b3;
}
.alert-full-bleed {
  width: 100%;
}
.alert-full-bleed > .container > .alert,
.alert-full-bleed .container-utility-bar > .alert,
.alert-full-bleed > .container > .errorlist > li,
.alert-full-bleed .container-utility-bar > .errorlist > li,
.alert-full-bleed > .container > div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li,
.alert-full-bleed .container-utility-bar > div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.alert-full-bleed > .container > .alert.alert-dismissable,
.alert-full-bleed .container-utility-bar > .alert.alert-dismissable,
.alert-full-bleed > .container > .errorlist > li.alert-dismissable,
.alert-full-bleed .container-utility-bar > .errorlist > li.alert-dismissable,
.alert-full-bleed > .container > div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li.alert-dismissable,
.alert-full-bleed .container-utility-bar > div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li.alert-dismissable {
  position: relative;
  padding-right: 3rem;
}
.alert-full-bleed > .container > .alert.alert-dismissable .btn-close,
.alert-full-bleed .container-utility-bar > .alert.alert-dismissable .btn-close,
.alert-full-bleed > .container > .errorlist > li.alert-dismissable .btn-close,
.alert-full-bleed .container-utility-bar > .errorlist > li.alert-dismissable .btn-close,
.alert-full-bleed > .container > div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li.alert-dismissable .btn-close,
.alert-full-bleed .container-utility-bar > div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li.alert-dismissable .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
  width: 2rem;
  height: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0;
  background-position: right;
}
#message-browser-wontwork p,
#message-browser-old p,
#needs-verification p {
  margin-bottom: 0;
}
html #header-utility-bar #search-li-item a.no-js-search-link {
  display: none;
}
html #header-utility-bar #search-li-item a[data-target="#header-modular-search"] {
  display: flex;
  align-items: center;
}
html.no-js #header-utility-bar #search-li-item a.no-js-search-link {
  display: flex;
  align-items: center;
}
html.no-js #header-utility-bar #search-li-item a[data-target="#header-modular-search"] {
  display: none;
}
@media (max-width: 1199px) {
  .container-utility-bar {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-utility-bar > .navbar-header,
  .container-utility-bar > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 1199px) and (min-width: 1px) {
  .container-utility-bar {
    width: 750px;
  }
}
@media (max-width: 1199px) and (min-width: 2px) {
  .container-utility-bar {
    width: 970px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .container-utility-bar {
    width: 1170px;
  }
}
@media (max-width: 1199px) and (min-width: 1px) {
  .container-utility-bar > .navbar-header,
  .container-utility-bar > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1199px) and (min-width: 1330px) {
  .container-utility-bar {
    width: 1280px;
  }
}
@media (min-width: 1200px) {
  .container-utility-bar {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 2%;
    padding-right: 2%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .container-utility-bar > .navbar-header,
  .container-utility-bar > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) and (min-width: 1px) {
  .container-utility-bar > .navbar-header,
  .container-utility-bar > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#header-utility-bar {
  background: #172544;
  border-radius: 0;
  margin: 0;
  border: 0;
}
#header-utility-bar .utility-bar-content {
  display: flex;
  align-items: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
#header-utility-bar .navbar-brand {
  padding: 0;
  height: fit-content;
}
#header-utility-bar .navbar-collapse {
  flex-grow: 1;
}
#header-utility-bar .header-utilities-list {
  display: flex;
  align-items: center;
}
#header-utility-bar .header-utilities-list > li > a {
  font-weight: 500;
  font-size: 1em;
  padding: 0;
  color: white;
}
#header-utility-bar .header-utilities-list > li > a:hover,
#header-utility-bar .header-utilities-list > li > a:focus {
  text-decoration: underline;
}
#header-utility-bar .header-utilities-list > li#search-li-item > a:hover,
#header-utility-bar .header-utilities-list > li#search-li-item > a:focus {
  text-decoration: none;
  cursor: pointer;
}
#header-utility-bar .header-utilities-list > li#search-li-item > a:hover .text-element,
#header-utility-bar .header-utilities-list > li#search-li-item > a:focus .text-element {
  text-decoration: underline;
}
#header-utility-bar .header-utilities-list a:focus,
#header-utility-bar .header-utilities-list button:focus {
  outline: none;
}
#header-utility-bar .header-utilities-list .log-in-link,
#header-utility-bar .header-utilities-list #account-menu-button,
#header-utility-bar .header-utilities-list #cart-menu-button,
#header-utility-bar .header-utilities-list #track-order-link,
#header-utility-bar .header-utilities-list #register-link {
  display: flex;
  align-items: center;
}
#header-utility-bar .header-utilities-list #search-li-item .glyphicon,
#header-utility-bar .header-utilities-list #search-li-item .new-window:after,
#header-utility-bar .header-utilities-list #search-li-item .addgene-flame,
#header-utility-bar .header-utilities-list #search-li-item .order-page .order-item .order-status .order-alert .order-alert-icon {
  font-size: 2.1rem;
  padding-right: 0.9rem;
}
#header-utility-bar .header-utilities-list #search-li-item svg.icon-chevron-down {
  transition: transform 0.3s ease-in-out;
}
#header-utility-bar .header-utilities-list #search-li-item > a.open svg.icon-chevron-down {
  transform: rotate(180deg);
}
#header-utility-bar .header-utilities-list img.account-icon,
#header-utility-bar .header-utilities-list img.compass-icon {
  height: 2.3rem;
  padding-right: 0.9rem;
}
#header-utility-bar .header-utilities-list.not-authenticated > li:not(:last-child):not(:nth-child(2)) {
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  #header-utility-bar .header-utilities-list.not-authenticated > li:not(:last-child):not(:nth-child(2)) {
    margin-right: 3rem;
  }
}
#header-utility-bar .header-utilities-list.not-authenticated > li:nth-child(3) {
  display: flex;
}
#header-utility-bar .header-utilities-list.not-authenticated > li:nth-child(3):before {
  content: '|';
  color: white;
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}
@media (min-width: 1200px) {
  #header-utility-bar .header-utilities-list.not-authenticated > li:nth-child(3):before {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }
}
#header-utility-bar .header-utilities-list.authenticated > li:not(:last-child) {
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  #header-utility-bar .header-utilities-list.authenticated > li:not(:last-child) {
    margin-right: 3rem;
  }
}
#header-utility-bar .authenticated .dropdown-menu {
  left: auto;
  right: 0;
  border: 0;
  border-radius: 1rem;
}
#header-utility-bar .authenticated .account-menu {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
#header-utility-bar .authenticated .account-menu .dropdown-header,
#header-utility-bar .authenticated .account-menu li[role="menuitem"] a {
  color: #585858;
}
#header-utility-bar .authenticated .account-menu li.divider {
  margin: 0.9rem 2rem;
}
#header-utility-bar .authenticated .account-menu .account-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 0.5rem;
}
#header-utility-bar .authenticated #cart-menu-button {
  font-size: 1em;
  border: 0;
  padding: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#header-utility-bar .authenticated #cart-menu-button span.glyphicon-shopping-cart {
  font-size: 18px;
  padding-left: 1.6rem;
  padding-right: 0.9rem;
}
#header-utility-bar .authenticated #cart-menu-button span.num-items {
  border-left: 2px solid black;
  padding: 0.6rem 1.2rem;
  margin-left: 1.6rem;
}
#header-utility-bar .authenticated #cart-menu-items {
  padding: 30px;
  font-size: 14px;
}
#header-utility-bar .authenticated #cart-menu-items.cart-no-items {
  width: 350px;
}
#header-utility-bar .authenticated #cart-menu-items.cart-no-items img#empty-cart-icon {
  margin: 4.6rem auto 3.8rem;
  width: 230px;
}
#header-utility-bar .authenticated #cart-menu-items div.cart-menu-title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1215px) {
  #header-utility-bar .authenticated #cart-menu-items div.cart-menu-title-section {
    font-size: 22px;
  }
}
#header-utility-bar .authenticated #cart-menu-items span.num-items {
  font-size: 0.8em;
  font-weight: 500;
}
#header-utility-bar .authenticated #cart-menu-items a:hover .dropdown-list-item-name {
  text-decoration: underline;
}
#header-utility-bar .authenticated #cart-menu-items .scrollable-item-list {
  margin: 22px 0;
  max-height: 270px;
  width: 330px;
  overflow-y: auto;
  padding-left: 0;
  border-bottom: 2px solid #e5e5e5;
}
#header-utility-bar .authenticated #cart-menu-items .scrollable-item-list li {
  list-style: none;
  padding: 16px 14px;
}
#header-utility-bar .authenticated #cart-menu-items .scrollable-item-list li:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
#header-utility-bar .authenticated #cart-menu-items .scrollable-item-list li:hover {
  background-color: #f5f5f5;
}
#header-utility-bar .authenticated #cart-menu-items .scrollable-item-list li .dropdown-list-item-quantity {
  display: inline-block;
  width: 45px;
  float: right;
}
#header-utility-bar .authenticated #cart-menu-items .scrollable-item-list li .dropdown-list-item-name {
  width: 75%;
  white-space: normal;
  word-wrap: break-word;
}
#header-utility-bar .authenticated #cart-menu-items #checkout-button {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1rem;
  width: 100%;
}
img.logo-visible-print {
  width: 20rem;
  margin-bottom: 2rem;
}
nav[aria-label="Site Menu"] {
  overflow-x: clip;
}
nav[aria-label="Site Menu"].main-nav-regular,
nav[aria-label="Site Menu"]:has(.container > .main-nav-tto) {
  border-bottom: 2px solid #cccccc;
}
nav[aria-label="Site Menu"] .main-nav-tto > .col-xs-12 {
  height: 85px;
  display: flex;
  align-items: center;
  font-size: 32px;
}
nav[aria-label="Site Menu"] .main-nav-tto > .col-xs-12 div.dashboard {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
nav[aria-label="Site Menu"] .main-nav-tto > .col-xs-12 a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  nav[aria-label="Site Menu"] .main-nav-tto > .col-xs-12 {
    font-size: 26px;
  }
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle {
  display: flex;
  align-items: center;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle svg.icon-chevron-down {
  transition: transform 0.3s ease-in-out;
  margin-left: 0.9rem;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: white;
  color: #0056b3;
  outline: none;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li.open > .btn.dropdown-toggle {
  background: white;
  color: #172544;
  outline: none;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li.open > .btn.dropdown-toggle svg.icon-chevron-down {
  transform: rotate(180deg);
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li.open:after {
  content: "";
  display: block;
  position: absolute;
  background: black;
  z-index: 1010;
  bottom: -2px;
  height: 2px;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li {
  margin: 0;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle {
  line-height: normal;
  padding: 2.3rem 4rem;
  font-size: 2rem;
  border: 0;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle:active {
  box-shadow: none;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle:hover {
  color: #172544;
  background: white;
}
nav[aria-label="Site Menu"].main-nav-regular > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle:focus-visible {
  outline: 1px dashed white;
}
nav[aria-label="Site Menu"].main-nav-regular > .container.nav-dropdown-menus .dropdown-menu {
  margin-top: 2px;
}
nav[aria-label="Site Menu"].main-nav-regular > .container.nav-dropdown-menus .dropdown-bg {
  margin-top: 2px;
}
nav[aria-label="Site Menu"].main-nav-narrow {
  background: #172544;
  box-shadow: -1vw 3vh 0 3vw #172544;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills {
  border-radius: 2rem;
  background: #0a101e;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li > button {
  border-radius: 0;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li:first-child > .btn.dropdown-toggle {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li:first-child.open > .btn.dropdown-toggle {
  border-bottom-left-radius: 0;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li:last-child > .btn.dropdown-toggle {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li:last-child.open > .btn.dropdown-toggle {
  border-bottom-right-radius: 0;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills.main-nav-menu-open > li:last-child .btn.dropdown-toggle:hover {
  border-bottom-right-radius: 0;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills.main-nav-menu-open > li:first-child .btn.dropdown-toggle:hover {
  border-bottom-left-radius: 0;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle {
  display: flex;
  align-items: center;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle svg.icon-chevron-down {
  transition: transform 0.3s ease-in-out;
  margin-left: 0.9rem;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #0a101e;
  color: white;
  outline: none;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li.open > .btn.dropdown-toggle {
  background: white;
  color: #172544;
  outline: none;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li.open > .btn.dropdown-toggle svg.icon-chevron-down {
  transform: rotate(180deg);
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li {
  margin: 0;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle {
  line-height: normal;
  padding: 2.4rem 4rem;
  font-size: 2rem;
  border: 0;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle:active {
  box-shadow: none;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle:hover {
  color: #0a101e;
  background: white;
}
nav[aria-label="Site Menu"].main-nav-narrow > .container > .nav-toggle-btns ul.nav-pills > li > .btn.dropdown-toggle:focus-visible {
  outline: 1px dashed white;
}
nav[aria-label="Site Menu"] .dropdown-menu {
  border-radius: 0;
  padding: 6rem 0;
  border: 0;
  margin-top: 0;
  font-size: 1em;
  box-shadow: -125vw 0 white, -50vw 0 white, -25vw 0 white, 25vw 0 white, 50vw 0 white, 125vw 0 white;
  background-color: white;
  z-index: 1000;
}
nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters {
  margin-left: -2.9rem;
  margin-right: -2.9rem;
}
nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters > [class^="col-"] {
  padding-left: 2.9rem;
  padding-right: 2.9rem;
}
nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters:nth-of-type(2) > [class^="col-"] {
  padding-top: 2.9rem;
}
nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters.menu-multiple-row:nth-child(1) ul[class^="col-"] {
  padding-bottom: 4.1209rem;
}
nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters.menu-multiple-row:nth-child(2) > [class^="col-"] {
  border-top: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters {
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }
  nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters > [class^="col-"] {
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }
  nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters:nth-of-type(2) > [class^="col-"] {
    padding-top: 3.8rem;
  }
  nav[aria-label="Site Menu"] .dropdown-menu .row-wide-gutters.menu-multiple-row:nth-child(1) ul[class^="col-"] {
    padding-bottom: 5.3998rem;
  }
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-column,
nav[aria-label="Site Menu"] .dropdown-menu .menu-column ul {
  margin: 0;
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-column li:not(:last-child):not(.menu-heading) {
  margin-bottom: 1.5rem;
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-column li > ul:not([class^="col-"]) {
  margin-top: 1.5rem;
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-column li > ul:not([class^="col-"]) li {
  margin-left: 2rem;
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-column li > ul:not([class^="col-"]) li.sub-menu-title {
  margin-left: 0;
  font-weight: 700;
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-column li > ul:not([class^="col-"]) li:not(:last-child) {
  margin-bottom: 1.5rem;
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-column li > ul:not([class^="col-"]) > li:not(:last-child) {
  margin-bottom: 1rem;
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-column:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-heading {
  font-size: 20px;
  font-weight: 500;
  color: #172544;
  margin-bottom: 2.7rem;
}
@media (min-width: 1200px) {
  nav[aria-label="Site Menu"] .dropdown-menu .menu-heading {
    margin-bottom: 3.6rem;
  }
}
nav[aria-label="Site Menu"] .dropdown-menu .menu-heading img {
  margin-right: 1.4rem;
}
@media (min-width: 1200px) {
  nav[aria-label="Site Menu"] .dropdown-menu .menu-heading img {
    margin-right: 1.6rem;
  }
}
nav[aria-label="Site Menu"] .dropdown-menu li > a {
  color: #585858;
  text-decoration: none;
}
nav[aria-label="Site Menu"] .dropdown-menu li > a img.custom-caret-right {
  margin-left: 1rem;
}
nav[aria-label="Site Menu"] .dropdown-menu li > a:focus-visible {
  border: 0;
  outline: 1px dotted;
  outline-offset: 0.3rem;
}
nav[aria-label="Site Menu"] .dropdown-menu li > a:hover {
  color: #0056b3;
  text-decoration: underline;
}
nav[aria-label="Site Menu"] .dropdown-menu li p.menu-item-description {
  font-size: 14px;
}
nav[aria-label="Site Menu"] .dropdown-bg {
  display: none;
  position: absolute;
  left: -50vw;
  height: 200vh;
  width: 150vw;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 990;
}
nav[aria-label="Site Menu"] div.dropdown.open .dropdown-bg {
  display: block;
}
/* Hide main nav when printing */
/*
   Styles related to the modular search bar.
   Technically, DOM-wise it is not in the header,
   it is in a modal in the hidden_content block,
   which is styled to look like and behave as if
   it is part of the header and an extension of
   the utility bar.
*/
#header-modular-search {
  position: absolute;
  top: 84px;
  z-index: 1050;
}
#header-modular-search .modular-search {
  background-color: #fff;
  width: 100%;
}
#info-modal #info-modal-body {
  max-height: 50vh;
  overflow-y: auto;
}
/* Slightly taller viewports */
@media (min-height: 600px) {
  #info-modal #info-modal-body {
    max-height: 60vh;
  }
}
/* Tall viewports */
@media (min-height: 800px) {
  #info-modal #info-modal-body {
    max-height: 70vh;
  }
}
/* Extra tall screens */
@media (min-height: 1000px) {
  #info-modal #info-modal-body {
    max-height: 75vh;
  }
}
body.modal-open:has(#header-modular-search.modal.in) {
  overflow: auto;
}
body.modal-open:has(#header-modular-search.modal.in) > div.modal-backdrop.in {
  top: 222px;
}
body.modal-open:has(#header-modular-search.modal.in) #info-modal.fade {
  z-index: 1055;
}
body.modal-open:has(#header-modular-search.modal.in):has(#info-modal.fade.in) {
  overflow: hidden;
}
body.modal-open:has(#header-modular-search.modal.in) > div.modal-backdrop.fade.in {
  top: 0;
  z-index: 1054;
}
#addgene-footer {
  color: #fff;
  padding: 6rem 0;
  margin-top: 12rem;
  border-top: 1px solid #172544;
}
#addgene-footer .footer-h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.3rem;
  text-align: left;
  text-transform: none;
}
#addgene-footer .footer-h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
#addgene-footer .footer-h3.tools-heading {
  padding-top: 5rem;
  margin-bottom: 2.3rem;
}
#addgene-footer .footer-h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
@media (min-width: 1330px) {
  #addgene-footer .footer-h2 {
    font-size: 22px;
  }
  #addgene-footer .footer-h3 {
    font-size: 17.6px;
  }
  #addgene-footer .footer-h4 {
    font-size: 15.4px;
  }
}
#addgene-footer #footer-actions-row {
  margin-bottom: 6rem;
}
#addgene-footer #footer-actions-row .footer-h2 {
  color: #172544;
}
#addgene-footer #footer-actions-row p {
  padding-right: 4rem;
  margin: 2rem 0 2.5rem 0;
  line-height: 1.4;
  color: #585858;
}
#addgene-footer #footer-tagline-row {
  background: #172544;
  padding-top: 5rem;
}
#addgene-footer #footer-tagline-row .tagline {
  font-weight: 400;
  padding-bottom: 5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #0a101e;
}
#addgene-footer #oauth_footer-contact-row {
  background: #172544;
  box-shadow: 0 15vh 0 15vh #172544;
  padding: 3.5rem 0;
}
#addgene-footer #footer-links-row {
  background: #172544;
  box-shadow: 0 50vh 0 50vh #172544;
  padding-bottom: 3rem;
}
#addgene-footer #footer-links-row li.footer-category {
  margin-bottom: 4rem;
}
#addgene-footer #footer-links-row li.footer-category li {
  margin-bottom: 1.2rem;
  line-height: normal;
}
#addgene-footer #footer-links-row li.footer-category a {
  font-size: 0.95em;
  color: #fff;
  font-weight: initial;
}
#addgene-footer #footer-social-row {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  margin: 0 0 4rem 0;
  border-top: 1px solid #0a101e;
  border-bottom: 1px solid #0a101e;
}
#addgene-footer #footer-social-row .social-tagline {
  font-weight: 400;
}
#addgene-footer #footer-social-row .social-icons {
  align-items: center;
  display: flex;
  margin-left: 6rem;
}
#addgene-footer #footer-social-row .social-icons a:not(:last-of-type) {
  margin-right: 3rem;
}
#addgene-footer #footer-social-row .social-icons a:hover {
  transform: scale(1.1);
  transition: transform 0.75s ease;
}
#addgene-footer #footer-utility-links-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}
#addgene-footer #footer-utility-links-row ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#addgene-footer #footer-utility-links-row li:not(:last-child) {
  margin: 0 3rem 0 0;
}
#addgene-footer #footer-utility-links-row a {
  color: #fff;
}
.addgene-sidebar ul,
.sidebar-right ul {
  padding: 0;
}
.addgene-sidebar ul li,
.sidebar-right ul li {
  list-style-type: none;
  margin-bottom: 0.7em;
}
.sidebar-right {
  width: 210px;
  margin-left: 3rem;
}
.left-sidebar-nav {
  padding-top: 0.5em;
}
.left-sidebar-nav ul.list-unstyled div,
.left-sidebar-nav ul.addgene-faq-list div,
.left-sidebar-nav ulform.rebrand .has-error .errorlist div,
.left-sidebar-nav ul.edit-plasmid-page .sequence-form fieldset:has(legend) ul div,
.left-sidebar-nav ul.edit-plasmid-page .map-form fieldset:has(legend) ul div,
.left-sidebar-nav ul.edit-plasmid-page .support-file-form fieldset:has(legend) ul div,
.left-sidebar-nav ul.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul div,
.left-sidebar-nav ul.edit-plasmid-page .cloning-form fieldset:has(legend) ul div,
.left-sidebar-nav ul.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul div {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.left-sidebar-nav ul.list-unstyled ul li,
.left-sidebar-nav ul.addgene-faq-list ul li,
.left-sidebar-nav ulform.rebrand .has-error .errorlist ul li,
.left-sidebar-nav ul.edit-plasmid-page .sequence-form fieldset:has(legend) ul ul li,
.left-sidebar-nav ul.edit-plasmid-page .map-form fieldset:has(legend) ul ul li,
.left-sidebar-nav ul.edit-plasmid-page .support-file-form fieldset:has(legend) ul ul li,
.left-sidebar-nav ul.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul ul li,
.left-sidebar-nav ul.edit-plasmid-page .cloning-form fieldset:has(legend) ul ul li,
.left-sidebar-nav ul.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul ul li {
  margin-left: 2.7em;
  margin-bottom: 0.4em;
  line-height: 1.75em;
  width: max-content;
}
.left-sidebar-nav ul.list-unstyled ul li[aria-current="page"],
.left-sidebar-nav ul.addgene-faq-list ul li[aria-current="page"],
.left-sidebar-nav ulform.rebrand .has-error .errorlist ul li[aria-current="page"],
.left-sidebar-nav ul.edit-plasmid-page .sequence-form fieldset:has(legend) ul ul li[aria-current="page"],
.left-sidebar-nav ul.edit-plasmid-page .map-form fieldset:has(legend) ul ul li[aria-current="page"],
.left-sidebar-nav ul.edit-plasmid-page .support-file-form fieldset:has(legend) ul ul li[aria-current="page"],
.left-sidebar-nav ul.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul ul li[aria-current="page"],
.left-sidebar-nav ul.edit-plasmid-page .cloning-form fieldset:has(legend) ul ul li[aria-current="page"],
.left-sidebar-nav ul.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul ul li[aria-current="page"] {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-left: 1.65em;
}
.left-sidebar-nav ul.list-unstyled ul li[aria-current="page"]::before,
.left-sidebar-nav ul.addgene-faq-list ul li[aria-current="page"]::before,
.left-sidebar-nav ulform.rebrand .has-error .errorlist ul li[aria-current="page"]::before,
.left-sidebar-nav ul.edit-plasmid-page .sequence-form fieldset:has(legend) ul ul li[aria-current="page"]::before,
.left-sidebar-nav ul.edit-plasmid-page .map-form fieldset:has(legend) ul ul li[aria-current="page"]::before,
.left-sidebar-nav ul.edit-plasmid-page .support-file-form fieldset:has(legend) ul ul li[aria-current="page"]::before,
.left-sidebar-nav ul.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul ul li[aria-current="page"]::before,
.left-sidebar-nav ul.edit-plasmid-page .cloning-form fieldset:has(legend) ul ul li[aria-current="page"]::before,
.left-sidebar-nav ul.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul ul li[aria-current="page"]::before {
  content: '';
  display: inline-block;
  height: 1.75em;
  width: 0.25em;
  background-color: #cccccc;
  border-radius: 2px;
  margin-right: 0.8em;
}
.left-sidebar-nav ul.list-unstyled ul li[aria-current="page"] a,
.left-sidebar-nav ul.addgene-faq-list ul li[aria-current="page"] a,
.left-sidebar-nav ulform.rebrand .has-error .errorlist ul li[aria-current="page"] a,
.left-sidebar-nav ul.edit-plasmid-page .sequence-form fieldset:has(legend) ul ul li[aria-current="page"] a,
.left-sidebar-nav ul.edit-plasmid-page .map-form fieldset:has(legend) ul ul li[aria-current="page"] a,
.left-sidebar-nav ul.edit-plasmid-page .support-file-form fieldset:has(legend) ul ul li[aria-current="page"] a,
.left-sidebar-nav ul.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul ul li[aria-current="page"] a,
.left-sidebar-nav ul.edit-plasmid-page .cloning-form fieldset:has(legend) ul ul li[aria-current="page"] a,
.left-sidebar-nav ul.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul ul li[aria-current="page"] a {
  text-decoration: none;
  cursor: default;
  color: #585858;
  pointer-events: none;
}
.left-sidebar-nav ul.list-unstyled ul li:last-of-type,
.left-sidebar-nav ul.addgene-faq-list ul li:last-of-type,
.left-sidebar-nav ulform.rebrand .has-error .errorlist ul li:last-of-type,
.left-sidebar-nav ul.edit-plasmid-page .sequence-form fieldset:has(legend) ul ul li:last-of-type,
.left-sidebar-nav ul.edit-plasmid-page .map-form fieldset:has(legend) ul ul li:last-of-type,
.left-sidebar-nav ul.edit-plasmid-page .support-file-form fieldset:has(legend) ul ul li:last-of-type,
.left-sidebar-nav ul.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul ul li:last-of-type,
.left-sidebar-nav ul.edit-plasmid-page .cloning-form fieldset:has(legend) ul ul li:last-of-type,
.left-sidebar-nav ul.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul ul li:last-of-type {
  margin-bottom: 3rem;
}
.breadcrumbs {
  padding: 15px 0 0 0;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  list-style-type: none;
}
.breadcrumbs li::after {
  content: " / ";
  margin: 0 0.5em;
}
.breadcrumbs li:last-child::after {
  content: " ";
  margin: 0;
}
/*
  Support for older Pooled Library CMS pages
 */
.addgene-panel-material-item {
  /*
  Some CMS pages are not consistent with nesting details-section in bottom-section.
  CSS is entered in each page's HTML plugin, so need to use !important.
  */
  /* Also applies to Kit CMS pages */
}
.addgene-panel-material-item > .panel-heading {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.addgene-panel-material-item > .panel-heading h1 {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  padding-left: 1rem;
}
.addgene-panel-material-item > .panel-heading h1 small {
  color: inherit;
}
.addgene-panel-material-item #material-properties section:first-of-type,
.addgene-panel-material-item #bottom-section section:first-of-type,
.addgene-panel-material-item #detail-sections section:first-of-type,
.addgene-panel-material-item #plasmid-table section:first-of-type {
  margin-bottom: 3rem;
}
.addgene-panel-material-item #material-properties section h2,
.addgene-panel-material-item #bottom-section section h2,
.addgene-panel-material-item #detail-sections section h2,
.addgene-panel-material-item #plasmid-table section h2 {
  text-align: left !important;
  font-family: Calistoga !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
  text-transform: none !important;
}
.addgene-panel-material-item #material-properties section h2:after,
.addgene-panel-material-item #bottom-section section h2:after,
.addgene-panel-material-item #detail-sections section h2:after,
.addgene-panel-material-item #plasmid-table section h2:after {
  content: none !important;
}
.addgene-panel-material-item #material-properties section h2 .title,
.addgene-panel-material-item #bottom-section section h2 .title,
.addgene-panel-material-item #detail-sections section h2 .title,
.addgene-panel-material-item #plasmid-table section h2 .title {
  display: block !important;
  max-width: 100% !important;
  padding: inherit !important;
  background: none !important;
  z-index: unset !important;
}
.addgene-panel-material-item #ordering-table td .list-unstyled.item-description-list,
.addgene-panel-material-item #ordering-table td .addgene-faq-list.item-description-list,
.addgene-panel-material-item #ordering-table td form.rebrand .has-error .errorlist.item-description-list,
.addgene-panel-material-item #ordering-table td .edit-plasmid-page .sequence-form fieldset:has(legend) ul.item-description-list,
.addgene-panel-material-item #ordering-table td .edit-plasmid-page .map-form fieldset:has(legend) ul.item-description-list,
.addgene-panel-material-item #ordering-table td .edit-plasmid-page .support-file-form fieldset:has(legend) ul.item-description-list,
.addgene-panel-material-item #ordering-table td .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul.item-description-list,
.addgene-panel-material-item #ordering-table td .edit-plasmid-page .cloning-form fieldset:has(legend) ul.item-description-list,
.addgene-panel-material-item #ordering-table td .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul.item-description-list {
  margin-bottom: 0;
  padding-bottom: 0;
}
.addgene-panel-material-item .list-unstyled,
.addgene-panel-material-item .addgene-faq-list,
.addgene-panel-material-item form.rebrand .has-error .errorlist,
.addgene-panel-material-item .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.addgene-panel-material-item .edit-plasmid-page .map-form fieldset:has(legend) ul,
.addgene-panel-material-item .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.addgene-panel-material-item .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.addgene-panel-material-item .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.addgene-panel-material-item .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  margin-bottom: 4rem;
}
.addgene-panel-material-item #top-section,
.addgene-item-page #top-section {
  margin-bottom: 2rem;
  padding: 2rem 0 3rem 0;
  border-bottom: 1px solid #ddd;
}
.addgene-panel-material-item #detail-sections .availability-notice-wrapper,
.addgene-item-page #detail-sections .availability-notice-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.addgene-panel-material-item #detail-sections .availability-notice-wrapper:has(.notice:empty),
.addgene-item-page #detail-sections .availability-notice-wrapper:has(.notice:empty) {
  display: none;
}
.addgene-panel-material-item #notes-section > h2,
.addgene-item-page #notes-section > h2 {
  margin-top: 0;
}
.addgene-item-page {
  /* set the background, since the giraffe SVGs are transparent */
  /*
  Styling for print media.
   */
}
.addgene-item-page .giraffe_canvas {
  background-color: #fff;
}
.addgene-item-page .addgene-item-note {
  /* These sometimes contain long DNA sequences with no newlines. */
  word-wrap: break-word;
}
.addgene-item-page .viral-info-header,
.addgene-item-page .dna-item-info-header {
  padding: 1rem;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}
.addgene-item-page .viral-info-header small,
.addgene-item-page .dna-item-info-header small {
  color: #fff;
}
.addgene-item-page .viral-info-header small a,
.addgene-item-page .dna-item-info-header small a {
  color: inherit;
}
.addgene-item-page .viral-info-header {
  background: #076757;
}
.addgene-item-page .viral-info-header .viral-flame-container {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1rem;
  padding: 0.48rem;
  border-radius: 5px;
  background: #fff;
}
.addgene-item-page .dna-item-info-header {
  background: #be3165;
}
.addgene-item-page section:has(h2.viral-info-header) h3,
.addgene-item-page section:has(h2.dna-item-info-header) h3 {
  font-family: Calistoga;
  font-size: 1.8rem;
  font-weight: 400;
  color: #172544;
}
.addgene-item-page #how-to-cite .cite-viral-prep {
  display: block;
  margin-top: 1rem;
}
.addgene-item-page .alert-discontinued p,
.addgene-item-page .alert-discontinued div {
  display: inline;
}
.addgene-item-page .addgene-item-main-row {
  margin-top: 20px;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading {
  background: #172544;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 20px;
  color: white;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading > .row-vertically-centered {
  table-layout: fixed;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading #plasmid-flame-container {
  width: 50px;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading #plasmid-flame-container .addgene-flame {
  display: inline-block;
  font-size: 165%;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading h1 {
  width: 99%;
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading h1 small {
  color: inherit;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading h1.has-no-flame {
  padding-left: 0;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading h1.has-flame {
  padding-left: 2rem;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading #print-link-container {
  font-size: 75%;
  padding-left: 1em;
  width: 80px;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading #print-link-container a {
  color: white;
}
.addgene-item-page #print-maps-container {
  display: none;
}
@media print {
  .addgene-item-page #print-maps-container {
    display: block;
  }
}
.addgene-item-page #print-maps-container > .map {
  page-break-before: always;
  text-align: center;
}
@media print {
  .addgene-item-page .breadcrumbs {
    display: none;
  }
  .addgene-item-page h2 > #plasmid-description-list .field-label {
    color: #172544 !important;
  }
  .addgene-item-page .addgene-item-main-row .item-main-col {
    width: 100%;
  }
  .addgene-item-page .addgene-item-main-row > .addgene-sidebar,
  .addgene-item-page .addgene-item-main-row > .sidebar-right {
    display: none;
  }
  .addgene-item-page .addgene-panel-plasmid-item {
    border: 0;
  }
  .addgene-item-page .addgene-panel-plasmid-item > .panel-heading {
    border: 0;
  }
  .addgene-item-page .addgene-panel-plasmid-item > .panel-heading h1 {
    padding-left: 0;
  }
  .addgene-item-page #print-link-container {
    display: none;
  }
  .addgene-item-page #top-section #maps-container {
    display: none;
  }
  .addgene-item-page #top-section #description-container {
    width: 100%;
  }
  .addgene-item-page #top-section #price-field {
    display: none;
  }
  .addgene-item-page #top-section #add-to-cart {
    display: none;
  }
  .addgene-item-page #how-to-cite {
    page-break-inside: avoid;
  }
}
.addgene-item-page #pooled-library-content > .row.addgene-item-main-row {
  margin-top: 10px;
}
.addgene-item-page #pooled-library-content > .row.addgene-item-main-row .item-main-col > .addgene-panel-catalog-item > .panel-heading {
  background: #a3499c;
}
.addgene-item-page #pooled-library-content > .row.addgene-item-main-row .item-main-col > .addgene-panel-catalog-item > .panel-heading .row > div:first-child {
  width: 55px;
}
.addgene-item-page #pooled-library-content > .row.addgene-item-main-row .item-main-col > .addgene-panel-catalog-item > .panel-heading .row > div:first-child img {
  border-radius: 4px;
}
.addgene-item-page #affinity-reagent-panel .img-panel {
  padding-right: 4%;
}
.addgene-item-page #affinity-reagent-panel h4 {
  color: #172544;
  margin-top: 0;
}
.addgene-item-page #affinity-reagent-panel .antibody-tube-img {
  width: 70%;
}
.addgene-item-page #affinity-reagent-panel > div > ul {
  padding: 0;
  margin-bottom: 2rem;
}
.addgene-item-page #affinity-reagent-panel > div > ul li {
  list-style-type: none;
  margin-bottom: 0.7em;
}
/* Supports Addgene Material pages and CMS Material pages */
#material-properties span > small:has(>a[href="#how-to-cite"]),
.material-properties span > small:has(>a[href="#how-to-cite"]) {
  display: block;
}
/* Support for older Pooled Library CMS pages  */
#material-properties h2 {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
#material-properties #material-description-list > li .field-label {
  text-transform: none !important;
  font-size: 1.6rem !important;
  color: #172544 !important;
}
#material-properties #material-description-list > li .field-label:after {
  content: '';
}
.material-properties .image-gallery {
  height: 500px;
  display: flex;
  flex-direction: column;
}
.material-properties .image-gallery .controls {
  top: 43%;
}
.material-properties .image-gallery .controls.next {
  right: 15px;
}
.material-properties .image-gallery .image-container {
  background-color: #e7e7e7;
  flex: 1 1 auto;
  height: 300px;
}
.material-properties .image-gallery .image-container img {
  height: 100%;
  object-fit: contain;
}
.material-properties .image-gallery .caption-container {
  background-color: #1f1f1f;
  padding: 20px 20px 20px 20px;
}
.material-properties .image-gallery .caption-container p.caption {
  color: white;
  margin: 0;
}
.material-properties .image-gallery .caption-container .btn-view-details {
  padding-left: 0;
  white-space: nowrap;
  color: #f9cf1d;
}
.material-properties h2 {
  font-size: 1.8rem;
}
.material-properties .field {
  /* This addresses fields that have long sequences.
        We occasionally have long strings of text with no spaces in actual data, this keeps it looking clean.
    */
  word-wrap: break-word;
}
.material-properties #plasmid-sequence-maps .addgene-nav-list {
  margin-bottom: 0;
}
.material-properties #plasmid-sequence-maps #sequence-maps-nav li {
  margin: 0 10px;
  border: thin solid #eee;
  background: transparent;
}
.material-properties #plasmid-sequence-maps #sequence-maps-nav li:hover {
  border-color: #cccccc;
}
.material-properties #plasmid-sequence-maps #sequence-maps-nav li.active {
  border-color: #0056b3;
}
.material-properties #plasmid-sequence-maps #sequence-maps-nav li a {
  background: transparent;
}
.material-properties #plasmid-sequence-maps .giraffe_canvas {
  margin-left: auto;
  margin-right: auto;
}
.material-properties .tab-pane .giraffe_canvas:hover {
  cursor: pointer;
}
.material-properties #plasmid-description-list > li {
  margin: 15px 0;
}
.material-properties #plasmid-description-list > li:first-child {
  margin-top: 0;
}
.material-properties #plasmid-description-list > li .field-label {
  font-size: 1.6rem;
  color: #172544;
}
.material-properties #plasmid-description-list > li .field-label:after {
  content: '';
}
.material-properties #plasmid-description-list > li .single-line-field .field-label,
.material-properties #plasmid-description-list > li .single-line-field .field-content {
  display: inline-block;
}
.material-properties #ordering-info {
  font-weight: bold;
  font-style: italic;
}
.material-properties #detail-sections section {
  margin-bottom: 4rem;
}
.material-properties #detail-sections section:first-of-type {
  margin-bottom: 3rem;
}
.material-properties #detail-sections .field,
.material-properties #notes-sections .field {
  clear: left;
  margin: 5px 0;
}
.material-properties #detail-sections .field .field-label,
.material-properties #notes-sections .field .field-label {
  float: left;
  margin-right: 0.4em;
}
.material-properties #detail-sections .addgene-document-list,
.material-properties #notes-sections .addgene-document-list {
  clear: left;
}
.material-properties #detail-sections .addgene-document-list li,
.material-properties #notes-sections .addgene-document-list li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.material-properties #detail-sections .target-panel,
.material-properties #notes-sections .target-panel {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 30px;
}
.material-properties #detail-sections .target-panel .caret-rotation .collapsed .caret,
.material-properties #notes-sections .target-panel .caret-rotation .collapsed .caret {
  transform: rotate(360deg);
}
.material-properties #detail-sections .target-panel .caret-rotation .caret,
.material-properties #notes-sections .target-panel .caret-rotation .caret {
  transform: rotate(180deg);
}
.material-properties #detail-sections .target-panel.multiple,
.material-properties #notes-sections .target-panel.multiple {
  margin-top: 20px;
}
.material-properties #detail-sections .target-panel .overlay,
.material-properties #notes-sections .target-panel .overlay {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  background-color: #f5f5f5;
  opacity: 0.6;
}
.material-properties #detail-sections .target-panel .sequence-position-relative,
.material-properties #notes-sections .target-panel .sequence-position-relative {
  position: relative;
}
.material-properties #detail-sections .target-panel .sequence-wrap,
.material-properties #notes-sections .target-panel .sequence-wrap {
  height: 65px;
  word-break: break-all;
  overflow-wrap: break-word;
  overflow: hidden;
}
.material-properties #detail-sections .target-panel .icon-external-link,
.material-properties #notes-sections .target-panel .icon-external-link {
  font-size: 13px;
}
.material-properties #detail-sections .target-panel p,
.material-properties #notes-sections .target-panel p {
  margin: 5px 0 0 0;
}
.material-properties #detail-sections .target-panel ul,
.material-properties #notes-sections .target-panel ul {
  margin-bottom: 0;
  padding-left: 1.1em;
}
.material-properties #detail-sections .target-panel tr,
.material-properties #notes-sections .target-panel tr {
  border-bottom: 1px solid #ddd;
}
.material-properties #detail-sections .target-panel tr td,
.material-properties #notes-sections .target-panel tr td {
  padding: 10px 0 10px 0;
  vertical-align: top;
  width: 100%;
}
.material-properties #detail-sections .target-panel tr th,
.material-properties #notes-sections .target-panel tr th {
  padding: 10px 30px 10px 0;
  white-space: nowrap;
  vertical-align: top;
  min-width: 239px;
}
.material-properties #detail-sections .target-panel tr:first-of-type td,
.material-properties #notes-sections .target-panel tr:first-of-type td {
  padding: 0 0 15px 0;
  vertical-align: top;
}
.material-properties #detail-sections .target-panel tr:first-of-type th,
.material-properties #notes-sections .target-panel tr:first-of-type th {
  padding: 0 30px 15px 0;
  white-space: nowrap;
  vertical-align: top;
}
.material-properties #detail-sections .target-panel tr:last-of-type,
.material-properties #notes-sections .target-panel tr:last-of-type {
  border-bottom: none;
}
.material-properties #detail-sections .target-panel tr:last-of-type td,
.material-properties #notes-sections .target-panel tr:last-of-type td {
  padding: 10px 0 0 0;
  vertical-align: top;
}
.material-properties #detail-sections .target-panel tr:last-of-type th,
.material-properties #notes-sections .target-panel tr:last-of-type th {
  padding: 10px 30px 0 0;
  white-space: nowrap;
  vertical-align: top;
}
.material-properties #detail-sections #applications .filters-row .filter-container,
.material-properties #notes-sections #applications .filters-row .filter-container {
  flex-direction: column;
}
.material-properties #detail-sections #applications .filters-row button.btn-search-filter,
.material-properties #notes-sections #applications .filters-row button.btn-search-filter {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.material-properties #detail-sections #applications .filters-row ul.dropdown-menu,
.material-properties #notes-sections #applications .filters-row ul.dropdown-menu {
  width: 100%;
}
.material-properties #detail-sections #applications div[data-toggle=modal],
.material-properties #notes-sections #applications div[data-toggle=modal] {
  font-weight: bold;
}
.material-properties #detail-sections #applications div.modal-btn span.glyphicon,
.material-properties #notes-sections #applications div.modal-btn span.glyphicon,
.material-properties #detail-sections #applications div.modal-btn span.new-window:after,
.material-properties #notes-sections #applications div.modal-btn span.new-window:after,
.material-properties #detail-sections #applications div.modal-btn span.addgene-flame,
.material-properties #notes-sections #applications div.modal-btn span.addgene-flame,
.material-properties #detail-sections #applications div.modal-btn span.order-page .order-item .order-status .order-alert .order-alert-icon,
.material-properties #notes-sections #applications div.modal-btn span.order-page .order-item .order-status .order-alert .order-alert-icon {
  top: -2px;
}
.material-properties #detail-sections #applications .btn-filter,
.material-properties #notes-sections #applications .btn-filter {
  margin-top: 12px;
}
@media only screen and (max-width: 1199px) {
  .material-properties #detail-sections #applications div.modal-btn,
  .material-properties #notes-sections #applications div.modal-btn {
    padding-left: 0;
  }
}
.material-properties #detail-sections #applications #modal-application-info .modal-header,
.material-properties #notes-sections #applications #modal-application-info .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.material-properties #detail-sections #applications #modal-application-info .modal-header button.close,
.material-properties #notes-sections #applications #modal-application-info .modal-header button.close {
  font-size: 30px;
}
.material-properties #detail-sections #applications #modal-application-info h2.modal-title,
.material-properties #notes-sections #applications #modal-application-info h2.modal-title {
  text-align: left;
  font-size: 20px;
  color: #585858;
  text-transform: none;
}
.material-properties #detail-sections #applications #modal-application-info h2.modal-title:after,
.material-properties #notes-sections #applications #modal-application-info h2.modal-title:after {
  content: none;
}
.material-properties #detail-sections #applications #modal-application-info h3,
.material-properties #notes-sections #applications #modal-application-info h3 {
  font-weight: bold;
  color: #585858;
  margin-left: unset;
  margin-bottom: 10px;
}
.material-properties #detail-sections #applications #modal-application-info h3:not(:first-of-type),
.material-properties #notes-sections #applications #modal-application-info h3:not(:first-of-type) {
  margin-top: 1em;
}
.material-properties #detail-sections #applications .visible,
.material-properties #notes-sections #applications .visible {
  margin-top: 40px;
}
.material-properties #detail-sections #applications .visible .assay-recommended span.recommended-text,
.material-properties #notes-sections #applications .visible .assay-recommended span.recommended-text {
  color: #172544;
  margin-right: 25px;
  justify-content: flex-end;
}
.material-properties #detail-sections #applications .visible .assay-recommended span.recommended-text img,
.material-properties #notes-sections #applications .visible .assay-recommended span.recommended-text img {
  margin-left: 0.3em;
}
.material-properties #detail-sections #applications .visible .application-tile-row,
.material-properties #notes-sections #applications .visible .application-tile-row {
  margin: 0;
}
.material-properties #detail-sections #applications .visible .application-tile-row:not(:last-child),
.material-properties #notes-sections #applications .visible .application-tile-row:not(:last-child) {
  margin-bottom: 15px;
}
.material-properties #detail-sections #applications h3,
.material-properties #notes-sections #applications h3 {
  margin-left: 30px;
  color: #172544;
  margin-bottom: 20px;
  font-weight: normal;
}
.material-properties #detail-sections #applications .application-tile,
.material-properties #notes-sections #applications .application-tile {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding-top: 25px;
  padding-bottom: 25px;
  height: 200px;
}
.material-properties #detail-sections #applications .application-tile > .row,
.material-properties #notes-sections #applications .application-tile > .row {
  height: 100%;
  margin: 0;
}
.material-properties #detail-sections #applications .application-tile > .row > .application-image-div,
.material-properties #notes-sections #applications .application-tile > .row > .application-image-div {
  display: flex;
  justify-content: center;
  height: 100%;
}
.material-properties #detail-sections #applications .application-tile > .row > .application-image-div img,
.material-properties #notes-sections #applications .application-tile > .row > .application-image-div img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
}
.material-properties #detail-sections #applications .application-tile > .row > .application-image-div .ko-validation-indicator,
.material-properties #notes-sections #applications .application-tile > .row > .application-image-div .ko-validation-indicator {
  position: absolute;
  bottom: -20px;
  font-style: italic;
}
.material-properties #detail-sections #applications .application-tile > .row .image-count,
.material-properties #notes-sections #applications .application-tile > .row .image-count {
  background-color: #e7e7e7;
  color: #585858;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  right: 15px;
  z-index: 100;
  opacity: 90%;
  padding: 5px 10px;
  border-bottom-right-radius: 6px;
}
.material-properties #detail-sections #applications .application-tile > .row .no-image-div,
.material-properties #notes-sections #applications .application-tile > .row .no-image-div {
  display: flex;
  background-color: #e7e7e7;
  text-align: center;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  align-content: center;
  flex-direction: column;
}
.material-properties #detail-sections #applications .application-tile > .row .fields,
.material-properties #notes-sections #applications .application-tile > .row .fields {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.material-properties #detail-sections #applications .application-tile > .row .fields > .row,
.material-properties #notes-sections #applications .application-tile > .row .fields > .row {
  margin: 0;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .field-label,
.material-properties #notes-sections #applications .application-tile > .row .fields .field-label {
  font-weight: bold;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .lab-name-section,
.material-properties #notes-sections #applications .application-tile > .row .fields .lab-name-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .lab-name,
.material-properties #notes-sections #applications .application-tile > .row .fields .lab-name {
  margin-right: 20px;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .addgene-lab-label,
.material-properties #notes-sections #applications .application-tile > .row .fields .addgene-lab-label {
  height: 14px;
  vertical-align: text-top;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .addgene-partner-lab-label,
.material-properties #notes-sections #applications .application-tile > .row .fields .addgene-partner-lab-label {
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 6px 10px;
  font-size: 12px;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .addgene-partner-lab-label img,
.material-properties #notes-sections #applications .application-tile > .row .fields .addgene-partner-lab-label img {
  height: 12px;
  vertical-align: text-top;
}
@media (min-width: 1200px) {
  .material-properties #detail-sections #applications .application-tile > .row .fields .addgene-partner-lab-label,
  .material-properties #notes-sections #applications .application-tile > .row .fields .addgene-partner-lab-label {
    padding: 6px 14px;
    font-size: 14px;
  }
  .material-properties #detail-sections #applications .application-tile > .row .fields .addgene-partner-lab-label img,
  .material-properties #notes-sections #applications .application-tile > .row .fields .addgene-partner-lab-label img {
    height: 14px;
  }
}
.material-properties #detail-sections div.vv-por > section > div {
  border: 1px solid #ddd;
  border-radius: 6px;
}
.material-properties #detail-sections div.vv-por > section > div:has(a[data-toggle="collapse"].collapsed) {
  background-color: #f5f5f5;
}
.material-properties #detail-sections a[href="#vv-por-cta-details"] {
  text-decoration: none;
  color: #585858;
}
.material-properties #detail-sections a[href="#vv-por-cta-details"] > div {
  display: grid;
  grid-template-columns: 16rem 1fr auto;
  gap: 3.5rem;
  transition: background-color 0.2s;
  padding: 2rem 6.5%;
  align-items: center;
}
.material-properties #detail-sections a[href="#vv-por-cta-details"] > div h2 {
  margin-bottom: 0.5rem;
}
.material-properties #detail-sections a[href="#vv-por-cta-details"] > div .cta-graphic > img {
  max-width: 100%;
  height: auto;
}
.material-properties #detail-sections a[href="#vv-por-cta-details"] > div svg {
  color: #172544;
  transition: transform 0.2s;
  height: 12px;
  width: 22px;
  transform: rotateZ(180deg);
}
.material-properties #detail-sections a[href="#vv-por-cta-details"].collapsed > div:hover {
  background-color: #eeeeee;
}
.material-properties #detail-sections a[href="#vv-por-cta-details"].collapsed svg {
  transform: rotateZ(0deg);
}
.material-properties #detail-sections div#vv-por-cta-details {
  margin: 0 6.5% 0;
}
.material-properties #detail-sections div#vv-por-cta-details > div {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
  margin-bottom: 2rem;
}
.material-properties #detail-sections div#vv-por-cta-details > div > * {
  /* first column of the grid should align to start */
  align-self: self-start;
}
.material-properties #detail-sections div#vv-por-cta-details > div .required-label:after {
  content: ' *';
  color: #58151c;
}
.material-properties #detail-sections div#vv-por-cta-details > div select {
  margin-bottom: 2rem;
}
.material-properties #detail-sections div#vv-por-cta-details > div .select2-container {
  margin-bottom: 2rem;
}
.material-properties #detail-sections div#vv-por-cta-details > div .help-block {
  margin-bottom: 2rem;
  font-size: 0.9em;
}
.material-properties #detail-sections div#vv-por-cta-details > div button {
  width: 100%;
}
.material-properties #detail-sections div#vv-por-cta-details > div li.field:first-of-type {
  margin-top: 0;
}
.material-properties #detail-sections div#vv-por-cta-details > div li.field:last-of-type {
  /* styling for the last li that contains the Flat block */
  /* Flat block is expected to have a ul, markers for which should align flushed with the fields */
}
.material-properties #detail-sections div#vv-por-cta-details > div li.field:last-of-type div.field-label {
  margin-bottom: 5px;
}
.material-properties #detail-sections div#vv-por-cta-details > div li.field:last-of-type ul {
  padding-left: 1.4rem;
}
.material-properties #terms-and-licenses-section .flatblock-third-party-trademarks {
  clear: left;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list li.service-names {
  list-style: none;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list li.service-names ul {
  margin-bottom: 0;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list li.service-names ul li {
  margin-bottom: 0;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list li.no-service-name {
  margin-left: 1.3em;
  margin-bottom: 0;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .flatblock-third-party-trademarks .addgene-document-list li {
  margin-left: 1.3em;
  margin-bottom: 0;
}
.plasmid-modal .modal-body {
  text-align: center;
}
.plasmid-modal .modal-footer .download-nav-list {
  display: inline-block;
  padding-bottom: 0;
  margin: 0 5px 0 0;
}
.plasmid-modal .modal-footer .download-nav-list > li {
  padding: 5px 0px 5px 1px;
}
.plasmid-modal .modal-footer .download-nav-list > li::after {
  content: ' | ';
  margin: 0px 0px 0px 1px;
}
.plasmid-modal .modal-footer .download-nav-list > li:last-child::after {
  content: '';
  margin: 0;
}
.plasmid-modal .modal-footer #affinity-reagent-sequence-reminder-link {
  padding: 10px;
  margin-bottom: 0;
  font-size: 14px;
}
.slideshow-gallery .controls {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  user-select: none;
  transition: all 0.3s;
}
.slideshow-gallery .controls:hover {
  text-decoration: none;
}
.slideshow-gallery a[class*="left"] {
  border-radius: 0 3px 3px 0;
}
.slideshow-gallery a[class*="right"] {
  border-radius: 3px 0 0 3px;
}
.slideshow-gallery .prev,
.slideshow-gallery .next {
  top: 40%;
  padding: 16px;
  margin-top: -50px;
  color: #0056b3;
  font-weight: bold;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
.slideshow-gallery .prev:hover,
.slideshow-gallery .next:hover {
  background-color: #ffffff;
}
.slideshow-gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideshow-gallery .scroll-left,
.slideshow-gallery .scroll-right {
  bottom: 38px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.slideshow-gallery .scroll-left:hover,
.slideshow-gallery .scroll-right:hover {
  background-color: #000000;
}
.slideshow-gallery .scroll-left {
  padding-left: 20px;
}
.slideshow-gallery .scroll-right {
  right: 0;
  padding-right: 20px;
}
#ipi-antibody-collection-panel .img-panel {
  padding-right: 4%;
}
#ipi-antibody-collection-panel h4 {
  color: #172544;
  margin-top: 0;
}
#ipi-antibody-collection-panel .logo-img {
  width: 70%;
}
@media (max-width: 1199px) {
  #ipi-antibody-collection-panel .affinity-reagent-panel-button {
    font-size: 12px;
  }
}
.field .field-label {
  font-weight: bolder;
}
.field .field-label:after {
  content: ": ";
}
/* Styling for names of types of items, i.e. "Empty backbone", "Bacterial
 * Strain". */
.addgene-item-type {
  font-weight: bolder;
}
.kit-page-content .icon-title-row {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.kit-page-content .icon-title-row #kit-icon {
  padding-right: 10px;
  width: 9%;
}
.kit-page-content .icon-title-row #kit-icon > img {
  border-radius: 4px;
}
.kit-page-content .icon-title-row #catalog-number {
  font-weight: normal;
  font-size: 65%;
  color: inherit;
}
.kit-page-content .icon-title-row #catalog-number > span {
  display: inline-block;
}
.kit-plate-plugin .plate-well-20 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  display: inline-block;
  vertical-align: middle;
}
.kit-plate-plugin .plate-well-18 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid;
  display: inline-block;
  vertical-align: middle;
}
.kit-plate-plugin .resistance-spacing {
  padding: 0 0.5em;
}
.kit-plate-plugin .bres0 {
  fill: #FFFFFF;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #FFFFFF;
  background: #FFFFFF;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres1 {
  fill: #8dd3c7;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #8dd3c7;
  background: #8dd3c7;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres2 {
  fill: #ffee93;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #ffee93;
  background: #ffee93;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres3 {
  fill: #bebada;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #bebada;
  background: #bebada;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres4 {
  fill: #fb8072;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #fb8072;
  background: #fb8072;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres5 {
  fill: #80b1d3;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #80b1d3;
  background: #80b1d3;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres6 {
  fill: #fdb462;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #fdb462;
  background: #fdb462;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres7 {
  fill: #b3de69;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #b3de69;
  background: #b3de69;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres8 {
  fill: #fccde5;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #fccde5;
  background: #fccde5;
  border-color: #EEEEEE;
}
.kit-plate-plugin .kit-plate-table td {
  padding: 1px;
  min-width: 20px;
  vertical-align: middle;
}
.kit-plate-plugin .kit-plate-table td a {
  display: inline-block;
}
.kit-plate-plugin .kit-plate-table th {
  padding: 0px;
  min-width: 20px;
}
.kit-plate-plugin .inventory-panel {
  height: 50em;
  overflow-y: auto;
}
.kit-plate-plugin .kit-plates {
  height: 60em;
  overflow-y: auto;
  padding-right: 5px;
}
.kit-plate-plugin .kit-inventory-table {
  width: 36em;
}
@media (min-width: 1200px) {
  .kit-plate-plugin .kit-inventory-table {
    width: 45em;
  }
}
.addgene-flame.addgene-flame-high,
.addgene-flame.blue {
  color: #00b3ed;
}
.addgene-flame.addgene-flame-medium,
.addgene-flame.red {
  color: #ed0024;
}
.addgene-flame.addgene-flame-low,
.addgene-flame.yellow {
  color: #ed9a00;
}
.addgene-flame-with-popover {
  cursor: pointer;
}
.addgene-flame-popover .popover-content {
  padding: 5px 7px;
}
.addgene-flame-popover .addgene-flame {
  font-size: 20px;
}
.addgene-flame-popover .table,
.addgene-flame-popover .plasmid-modal .giraffe-table {
  margin-bottom: 0;
}
@media print {
  .addgene-flame.addgene-flame-high,
  .addgene-flame.blue {
    color: #00b3ed !important;
  }
  .addgene-flame.addgene-flame-medium,
  .addgene-flame.red {
    color: #ed0024 !important;
  }
  .addgene-flame.addgene-flame-low,
  .addgene-flame.yellow {
    color: #ed9a00 !important;
  }
}
/* Intented to be used with Bootstrap label class */
.label-flame {
  background-color: #fff;
}
.label-flame[href]:hover,
.label-flame[href]:focus {
  background-color: #e6e6e6;
}
/* Apply some of the Bootstrap form styles to form elements by default.
 * This is an interim measure during our conversion to Bootstrap. Long term we
 * should use Django crispy forms to consistently apply the Bootstrap classes
 * to our forms.
 */
.form-group {
  max-width: 100%;
}
/* Don't apply class to hidden elements */
input[type=text],
input[type=search],
input[type=password],
input[type=url],
input[type=email],
input[type=number],
input[type=date],
select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  max-width: 100%;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999999;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999999;
}
input[type=text][disabled],
input[type=search][disabled],
input[type=password][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=number][disabled],
input[type=date][disabled],
select[disabled],
input[type=text][readonly],
input[type=search][readonly],
input[type=password][readonly],
input[type=url][readonly],
input[type=email][readonly],
input[type=number][readonly],
input[type=date][readonly],
select[readonly],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=date],
fieldset[disabled] select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareainput[type=text],
textareainput[type=search],
textareainput[type=password],
textareainput[type=url],
textareainput[type=email],
textareainput[type=number],
textareainput[type=date],
textareaselect {
  height: auto;
}
input[type=file].form-control {
  border: 0;
  box-shadow: none;
  background: none;
  padding-left: 0;
}
/*
Styling for form errors.
*/
.has-error .help-block {
  color: inherit;
}
.has-error .error-msg {
  color: #58151c;
}
.has-error select,
.has-error input[type=text],
.has-error input[type=search],
.has-error input[type=password],
.has-error input[type=url],
.has-error input[type=email],
.has-error input[type=number] {
  background: #f2dede;
}
form .required label:after {
  content: ' *';
  color: #58151c;
}
form .required .checkbox label:after,
form .required .edit-plasmid-page .sequence-form fieldset:has(legend) ul label:after,
form .required .edit-plasmid-page .map-form fieldset:has(legend) ul label:after,
form .required .edit-plasmid-page .support-file-form fieldset:has(legend) ul label:after,
form .required .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul label:after,
form .required .edit-plasmid-page .cloning-form fieldset:has(legend) ul label:after,
form .required .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul label:after {
  content: ' ';
}
.form-deposit-shipping-address label.required-field:after {
  content: ' *';
  color: #58151c;
}
.form .checkbox,
.form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  margin-top: 0;
}
.form .checkbox > ul,
.form .edit-plasmid-page .sequence-form fieldset:has(legend) ul > ul,
.form .edit-plasmid-page .map-form fieldset:has(legend) ul > ul,
.form .edit-plasmid-page .support-file-form fieldset:has(legend) ul > ul,
.form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul > ul,
.form .edit-plasmid-page .cloning-form fieldset:has(legend) ul > ul,
.form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul > ul {
  list-style-type: none;
}
/**
 * Use .form-condensed to make a smaller Bootstrap form.
 */
.form-condensed {
  font-size: 95%;
}
.form-condensed .form-control,
.form-condensed .input-group-addon,
.form-condensed .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.form-condensed .form-control,
select.form-condensed .input-group-addon,
select.form-condensed .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.form-condensed .form-control,
textarea.form-condensed .input-group-addon,
textarea.form-condensed .input-group-btn > .btn,
select[multiple].form-condensed .form-control,
select[multiple].form-condensed .input-group-addon,
select[multiple].form-condensed .input-group-btn > .btn {
  height: auto;
}
.form-condensed [type=text].form-control,
.form-condensed [type=search].form-control,
.form-condensed [type=password].form-control,
.form-condensed select.form-control {
  height: 23px;
  padding-top: 0;
  padding-bottom: 0;
}
.form-condensed textarea.form-control,
.form-condensed select[multiple].form-control,
.form-condensed select[size].form-control {
  height: auto;
}
.form-condensed label {
  margin-bottom: 2px;
}
.form-condensed .help-block {
  margin-bottom: 2px;
  margin-top: 2px;
}
.form-condensed .help-block .form-help-text {
  font-size: 11px;
  margin: 5px 0 5px -25px;
}
.form-condensed .help-block .form-help-text li {
  margin-bottom: 2px;
}
.form-condensed .form-group {
  margin-bottom: 6px;
}
.form-condensed .checkbox,
.form-condensed .radio,
.form-condensed .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.form-condensed .edit-plasmid-page .map-form fieldset:has(legend) ul,
.form-condensed .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.form-condensed .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.form-condensed .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.form-condensed .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  margin-bottom: 6px;
  margin-top: 6px;
}
.form-condensed .checkbox label,
.form-condensed .edit-plasmid-page .sequence-form fieldset:has(legend) ul label,
.form-condensed .edit-plasmid-page .map-form fieldset:has(legend) ul label,
.form-condensed .edit-plasmid-page .support-file-form fieldset:has(legend) ul label,
.form-condensed .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul label,
.form-condensed .edit-plasmid-page .cloning-form fieldset:has(legend) ul label,
.form-condensed .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul label {
  vertical-align: middle;
}
.form-condensed .input-group-addon:first-child,
.form-condensed .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-condensed .input-group-addon:last-child,
.form-condensed .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-horizontal.form-condensed .control-label,
.form-horizontal .form-condensed .control-label,
.form-condensed .form-horizontal .control-label {
  padding-top: 5px;
}
.form-horizontal.form-condensed .checkbox,
.form-horizontal .form-condensed .checkbox,
.form-condensed .form-horizontal .checkbox,
.form-horizontal.form-condensed .radio,
.form-horizontal .form-condensed .radio,
.form-condensed .form-horizontal .radio,
.form-horizontal.form-condensed .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.form-horizontal .form-condensed .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.form-condensed .form-horizontal .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.form-horizontal.form-condensed .edit-plasmid-page .map-form fieldset:has(legend) ul,
.form-horizontal .form-condensed .edit-plasmid-page .map-form fieldset:has(legend) ul,
.form-condensed .form-horizontal .edit-plasmid-page .map-form fieldset:has(legend) ul,
.form-horizontal.form-condensed .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.form-horizontal .form-condensed .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.form-condensed .form-horizontal .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.form-horizontal.form-condensed .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.form-horizontal .form-condensed .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.form-condensed .form-horizontal .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.form-horizontal.form-condensed .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.form-horizontal .form-condensed .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.form-condensed .form-horizontal .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.form-horizontal.form-condensed .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.form-horizontal .form-condensed .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.form-condensed .form-horizontal .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  margin-bottom: 0;
  margin-top: 0;
  min-height: 20px;
  padding-top: 0;
}
@media (min-width: 1px) {
  .form-inline.form-condensed .form-group,
  .form-inline .form-condensed .form-group,
  .form-condensed .form-inline .form-group {
    margin-bottom: 0;
  }
}
.form-oneline {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.form-oneline > * {
  margin: 0 6px;
}
.form-oneline > :last-child {
  margin-right: 0;
}
.form-oneline select {
  width: auto;
  display: inline-block;
}
.form-oneline.form-oneline-right {
  justify-content: right;
}
.catalog-items-list {
  list-style: none;
  counter-reset: catalog-item-counter;
  padding-left: 0;
}
.catalog-items-list li {
  counter-increment: catalog-item-counter;
}
.catalog-items-list li::before {
  content: counter(catalog-item-counter) ". ";
  font-weight: bold;
}
form.rebrand .required:not(.form-group):after {
  content: ' *';
  color: #58151c;
}
form.rebrand input:not([type="radio"], [type="checkbox"]),
form.rebrand .form-control,
form.rebrand textarea,
form.rebrand select {
  padding: 1.4rem 1.6rem;
  height: unset;
  box-shadow: unset;
}
form.rebrand input:not([type="radio"], [type="checkbox"]):focus,
form.rebrand .form-control:focus,
form.rebrand textarea:focus,
form.rebrand select:focus {
  border-color: #0056b3;
}
form.rebrand input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
}
form.rebrand input[type="radio"] {
  width: 2rem;
  height: 2rem;
  margin: 0.1rem 1rem 0.4rem 0;
  padding: 0;
  border: 1px solid #cccccc;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
}
form.rebrand input[type="radio"]:checked {
  background-color: #0056b3;
  border-color: #0056b3;
  box-shadow: inset 0 0 0 0.4rem #fff;
}
form.rebrand input[type="file"] {
  padding: 0 1rem 0 0;
  border: 1px solid #cccccc;
}
form.rebrand input[type="file"]::file-selector-button {
  padding: 1.4rem 1.6rem;
  margin-right: 1.5rem;
  border: none;
  border-right: 1px solid #cccccc;
}
form.rebrand textarea {
  resize: vertical;
}
form.rebrand select {
  width: auto;
  padding: 1.4rem 4rem 1.4rem 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.6rem 1.2rem;
}
form.rebrand .has-error select,
form.rebrand .has-error input:not([type="radio"], [type="checkbox"]),
form.rebrand .has-error textarea {
  padding-right: 4rem;
  background-color: unset;
  background-image: url('data:image/svg+xml,<svg width="55" height="55" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="27.5" cy="27.5" r="25.5" fill="%2358151c" stroke="%2358151c" stroke-width="4"/><path d="M26.962 11.017c-.068.014-.298.068-.509.122-1.907.479-3.453 2.316-3.453 4.09 0 .225.108 1.241.245 2.253.132 1.011.552 4.187.929 7.066.983 7.5.973 7.412 1.056 7.725.206.806.69 1.451 1.326 1.764.328.161.42.186.822.2.743.035 1.203-.146 1.702-.664.484-.513.705-1.095.861-2.268l.543-4.109c.24-1.847.64-4.867.88-6.719.245-1.847.49-3.694.543-4.105.118-.889.123-1.49.02-1.89-.401-1.579-1.761-2.928-3.39-3.353-.367-.098-1.301-.161-1.575-.112zM27.12 38.109c-1.688.215-2.906 1.813-2.7 3.547.097.812.42 1.471.997 2.004.558.523 1.16.782 1.912.83.915.054 1.644-.229 2.324-.913.655-.655.94-1.334.944-2.272.005-.567-.064-.895-.284-1.368-.587-1.276-1.854-2-3.194-1.828z" fill="%23fff"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2.5rem;
  border: 1px solid #58151c;
}
form.rebrand .has-error textarea {
  background-position: right 1rem top 1rem;
}
form.rebrand .has-error .errorlist li {
  background-color: unset;
  border: unset;
  border-radius: unset;
  padding: 0;
  margin-bottom: 0.5rem;
}
form.rebrand .form-group.has-error input:not([type="radio"], [type="checkbox"]),
form.rebrand .form-group.has-error select,
form.rebrand .form-group.has-error textarea {
  margin-bottom: 0.5rem;
}
form.rebrand.input-group > .input-group-addon {
  padding: 0 1.6rem;
  font-weight: bold;
  color: #585858;
  background-color: transparent;
}
form.rebrand.input-group > input,
form.rebrand.input-group .form-control {
  padding: 1.4rem 1.6rem;
  height: unset;
  box-shadow: unset;
}
form.rebrand.input-group > input:focus,
form.rebrand.input-group .form-control:focus {
  border-color: #0056b3;
}
form.rebrand.input-group > .input-group-btn > .btn {
  padding: 1.3rem 1.4rem 1.2rem;
  font-size: 1.9rem;
  line-height: normal;
  color: rgba(88, 88, 88, 0.6);
}
.table,
.plasmid-modal .giraffe-table {
  /*
  Table with centered text in cells.
   */
  /*
  Borderless table.
   */
  /*
  Vertical Borderless Table
  */
  /*
  Table with vertically centered cell content.
   */
}
.table > thead,
.plasmid-modal .giraffe-table > thead {
  background-color: #0056b3;
  color: white;
  font-weight: normal;
}
.table > thead a,
.plasmid-modal .giraffe-table > thead a {
  color: #f0ad4e;
  text-decoration: underline;
}
.table > thead > tr > td,
.table > thead > tr > th,
.plasmid-modal .giraffe-table > thead > tr > td,
.plasmid-modal .giraffe-table > thead > tr > th {
  vertical-align: middle;
}
.table > tfoot,
.plasmid-modal .giraffe-table > tfoot {
  background-color: #b3d8ff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tr > td,
.plasmid-modal .giraffe-table > thead > tr > th,
.plasmid-modal .giraffe-table > tbody > tr > th,
.plasmid-modal .giraffe-table > tfoot > tr > th,
.plasmid-modal .giraffe-table > tr > th,
.plasmid-modal .giraffe-table > thead > tr > td,
.plasmid-modal .giraffe-table > tbody > tr > td,
.plasmid-modal .giraffe-table > tfoot > tr > td,
.plasmid-modal .giraffe-table > tr > td {
  border: thin solid #cccccc;
}
.table.table-text-center > thead > tr > th,
.table.table-text-center > tbody > tr > th,
.table.table-text-center > tfoot > tr > th,
.table.table-text-center > thead > tr > td,
.table.table-text-center > tbody > tr > td,
.table.table-text-center > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-text-center > thead > tr > th,
.plasmid-modal .giraffe-table.table-text-center > tbody > tr > th,
.plasmid-modal .giraffe-table.table-text-center > tfoot > tr > th,
.plasmid-modal .giraffe-table.table-text-center > thead > tr > td,
.plasmid-modal .giraffe-table.table-text-center > tbody > tr > td,
.plasmid-modal .giraffe-table.table-text-center > tfoot > tr > td {
  text-align: center;
}
.table.table-no-border > thead > tr > th,
.table.table-no-border > tbody > tr > th,
.table.table-no-border > tfoot > tr > th,
.table.table-no-border > thead > tr > td,
.table.table-no-border > tbody > tr > td,
.table.table-no-border > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-no-border > thead > tr > th,
.plasmid-modal .giraffe-table.table-no-border > tbody > tr > th,
.plasmid-modal .giraffe-table.table-no-border > tfoot > tr > th,
.plasmid-modal .giraffe-table.table-no-border > thead > tr > td,
.plasmid-modal .giraffe-table.table-no-border > tbody > tr > td,
.plasmid-modal .giraffe-table.table-no-border > tfoot > tr > td {
  border: none;
}
.table.table-no-border-vertical > thead > tr > th,
.table.table-no-border-vertical > tbody > tr > th,
.table.table-no-border-vertical > tfoot > tr > th,
.table.table-no-border-vertical > thead > tr > td,
.table.table-no-border-vertical > tbody > tr > td,
.table.table-no-border-vertical > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > thead > tr > th,
.plasmid-modal .giraffe-table.table-no-border-vertical > tbody > tr > th,
.plasmid-modal .giraffe-table.table-no-border-vertical > tfoot > tr > th,
.plasmid-modal .giraffe-table.table-no-border-vertical > thead > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tbody > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tfoot > tr > td {
  border-collapse: collapse;
  border: none;
}
.table.table-no-border-vertical > thead > tr > td,
.table.table-no-border-vertical > tbody > tr > td,
.table.table-no-border-vertical > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > thead > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tbody > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tfoot > tr > td {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.table.table-no-border-vertical > thead > tr:last-child > td,
.table.table-no-border-vertical > tbody > tr:last-child > td,
.table.table-no-border-vertical > tfoot > tr:last-child > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > thead > tr:last-child > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tbody > tr:last-child > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tfoot > tr:last-child > td {
  border: none;
}
.table.table-vertically-centered > thead > tr > th,
.table.table-vertically-centered > tbody > tr > th,
.table.table-vertically-centered > tfoot > tr > th,
.table.table-vertically-centered > thead > tr > td,
.table.table-vertically-centered > tbody > tr > td,
.table.table-vertically-centered > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-vertically-centered > thead > tr > th,
.plasmid-modal .giraffe-table.table-vertically-centered > tbody > tr > th,
.plasmid-modal .giraffe-table.table-vertically-centered > tfoot > tr > th,
.plasmid-modal .giraffe-table.table-vertically-centered > thead > tr > td,
.plasmid-modal .giraffe-table.table-vertically-centered > tbody > tr > td,
.plasmid-modal .giraffe-table.table-vertically-centered > tfoot > tr > td {
  vertical-align: middle;
}
/*
 *Styling for commonly used columns in plasmid tables.
 */
.flame-col {
  width: 60px;
  text-align: center;
}
.id-col {
  width: 65px;
}
.add-to-cart-col {
  width: 85px;
}
table.dataTable thead > tr > th.flame-col,
table.dataTable thead > tr > th.add-to-cart-col {
  padding-left: 0;
  padding-right: 0;
}
table.datatable.table-hover td > hr,
table.datatable.plasmid-modal .giraffe-table td > hr {
  border-color: #cccccc;
}
.pandas-table > table {
  width: 100%;
  margin-bottom: 20px;
  /*
  Table with centered text in cells.
   */
  /*
  Borderless table.
   */
  /*
  Vertical Borderless Table
  */
  /*
  Table with vertically centered cell content.
   */
}
.pandas-table > table > thead > tr > th,
.pandas-table > table > tbody > tr > th,
.pandas-table > table > tfoot > tr > th,
.pandas-table > table > thead > tr > td,
.pandas-table > table > tbody > tr > td,
.pandas-table > table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.pandas-table > table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}
.pandas-table > table > caption + thead > tr:first-child > th,
.pandas-table > table > colgroup + thead > tr:first-child > th,
.pandas-table > table > thead:first-child > tr:first-child > th,
.pandas-table > table > caption + thead > tr:first-child > td,
.pandas-table > table > colgroup + thead > tr:first-child > td,
.pandas-table > table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.pandas-table > table > tbody + tbody {
  border-top: 2px solid #cccccc;
}
.pandas-table > table .table,
.pandas-table > table .plasmid-modal .giraffe-table {
  background-color: #fff;
}
.pandas-table > table > thead {
  background-color: #0056b3;
  color: white;
  font-weight: normal;
}
.pandas-table > table > thead a {
  color: #f0ad4e;
  text-decoration: underline;
}
.pandas-table > table > thead > tr > td,
.pandas-table > table > thead > tr > th {
  vertical-align: middle;
}
.pandas-table > table > tfoot {
  background-color: #b3d8ff;
}
.pandas-table > table > thead > tr > th,
.pandas-table > table > tbody > tr > th,
.pandas-table > table > tfoot > tr > th,
.pandas-table > table > tr > th,
.pandas-table > table > thead > tr > td,
.pandas-table > table > tbody > tr > td,
.pandas-table > table > tfoot > tr > td,
.pandas-table > table > tr > td {
  border: thin solid #cccccc;
}
.pandas-table > table.table-text-center > thead > tr > th,
.pandas-table > table.table-text-center > tbody > tr > th,
.pandas-table > table.table-text-center > tfoot > tr > th,
.pandas-table > table.table-text-center > thead > tr > td,
.pandas-table > table.table-text-center > tbody > tr > td,
.pandas-table > table.table-text-center > tfoot > tr > td {
  text-align: center;
}
.pandas-table > table.table-no-border > thead > tr > th,
.pandas-table > table.table-no-border > tbody > tr > th,
.pandas-table > table.table-no-border > tfoot > tr > th,
.pandas-table > table.table-no-border > thead > tr > td,
.pandas-table > table.table-no-border > tbody > tr > td,
.pandas-table > table.table-no-border > tfoot > tr > td {
  border: none;
}
.pandas-table > table.table-no-border-vertical > thead > tr > th,
.pandas-table > table.table-no-border-vertical > tbody > tr > th,
.pandas-table > table.table-no-border-vertical > tfoot > tr > th,
.pandas-table > table.table-no-border-vertical > thead > tr > td,
.pandas-table > table.table-no-border-vertical > tbody > tr > td,
.pandas-table > table.table-no-border-vertical > tfoot > tr > td {
  border-collapse: collapse;
  border: none;
}
.pandas-table > table.table-no-border-vertical > thead > tr > td,
.pandas-table > table.table-no-border-vertical > tbody > tr > td,
.pandas-table > table.table-no-border-vertical > tfoot > tr > td {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.pandas-table > table.table-no-border-vertical > thead > tr:last-child > td,
.pandas-table > table.table-no-border-vertical > tbody > tr:last-child > td,
.pandas-table > table.table-no-border-vertical > tfoot > tr:last-child > td {
  border: none;
}
.pandas-table > table.table-vertically-centered > thead > tr > th,
.pandas-table > table.table-vertically-centered > tbody > tr > th,
.pandas-table > table.table-vertically-centered > tfoot > tr > th,
.pandas-table > table.table-vertically-centered > thead > tr > td,
.pandas-table > table.table-vertically-centered > tbody > tr > td,
.pandas-table > table.table-vertically-centered > tfoot > tr > td {
  vertical-align: middle;
}
.pandas-table > table > tbody > tr:nth-child(odd) > td,
.pandas-table > table > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.pandas-table > table > tbody > tr:hover > td,
.pandas-table > table > tbody > tr:hover > th {
  background-color: #dfdfdf;
}
table.addgene-new-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
table.addgene-new-table td {
  vertical-align: top;
}
table.addgene-new-table thead {
  background-color: white;
  color: #585858;
}
table.addgene-new-table thead tr th {
  padding: 15px 10px;
  white-space: nowrap;
  vertical-align: bottom;
}
table.addgene-new-table tbody {
  vertical-align: top;
}
table.addgene-new-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
table.addgene-new-table tbody tr td {
  padding: 15px 12px;
  border: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
table.addgene-new-table tbody tr td:last-child {
  border-right: 1px solid #cccccc;
}
table.addgene-new-table tbody tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
table.addgene-new-table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
table.addgene-new-table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
table.addgene-new-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
table.addgene-new-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
table.addgene-new-table tfoot tr td {
  padding: 15px 0;
}
table.addgene-new-table.table-no-internal-border-vertical td:not(:first-child) {
  border-left: none;
}
table.addgene-new-table.table-no-internal-border-vertical td:not(:last-child) {
  border-right: none;
}
table.addgene-new-table.table-no-alternating-bg-color tbody tr:nth-child(even) {
  background-color: unset;
}
table.addgene-new-table.table-rows-separated {
  border-spacing: 0 2rem;
}
table.addgene-new-table.table-rows-separated thead tr th {
  padding-top: 0;
  padding-bottom: 0;
}
table.addgene-new-table.table-rows-separated tbody tr td {
  border-bottom: 1px solid #cccccc;
}
table.addgene-new-table.table-rows-separated tbody tr td:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
table.addgene-new-table.table-rows-separated tbody tr td:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
table.addgene-new-table.datatable thead tr th {
  padding-right: 1.8rem;
  white-space: normal;
}
table.addgene-new-table.datatable tbody tr:first-child td {
  border-top: 1px solid #cccccc;
}
/**
 * Styling for the markup in particular Flatblock instances.
 */
.flatblock-third-party-trademarks h5 {
  margin: 0;
}
/*
* Styling for /search pages.
*/
.search-filters {
  border-bottom: 1px solid #cccccc;
}
.search-filters .container {
  margin-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.search-filters .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.search-filters .container .remove-keywords-link {
  font-size: 14px;
  vertical-align: super;
}
.search-filters p.section-label {
  font-size: 1.8rem;
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.search-filters .btn-default {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-filters .btn-default svg.icon-chevron-down {
  width: 1rem;
  transition: all 0.3s ease-in-out;
}
.search-filters .btn-default.btn-single-option svg.icon-chevron-down {
  display: none;
}
.search-filters div.dropdown .btn-default {
  height: 5rem;
}
.search-filters div.dropdown.open svg.icon-chevron-down {
  transform: rotate(180deg);
}
.search-filters .category-filters div.dropdown:first-of-type {
  margin-bottom: 1.2rem;
}
.search-filters .category-filters .btn-default {
  width: 85%;
}
.search-filters .category-filters .dropdown-menu {
  min-width: max-content;
  width: 85%;
}
.search-filters .search-filter-dropdowns {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.search-filters .search-filter-dropdowns .dropdown {
  flex-grow: 1;
  max-width: 18.5rem;
}
.search-filters .search-filter-dropdowns .dropdown button {
  width: 100%;
}
.search-filters .search-filter-dropdowns .dropdown ul.dropdown-menu {
  padding: 0.8rem;
  min-width: max-content;
  width: 100%;
}
.search-filters .search-filter-dropdowns .dropdown.extra-search-filters.open ul.dropdown-menu {
  display: flex;
}
.search-filters .search-filter-dropdowns .dropdown.extra-search-filters ul.dropdown-menu {
  flex-wrap: wrap;
  min-width: 35rem;
  max-width: 40rem;
  max-height: 40rem;
  overflow-y: scroll;
  padding: 0.8rem;
}
.search-filters .search-filter-dropdowns .dropdown.extra-search-filters ul.dropdown-menu > li {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.search-filters .search-filter-dropdowns .dropdown.extra-search-filters ul.dropdown-menu > li ul {
  padding: 0;
}
.search-filters .filter-indicators .section-label {
  font-size: 16px;
  font-weight: 400;
}
.search-filters .filter-indicators .indicators {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.search-filters .filter-indicators .btn-filter {
  gap: 0.8rem;
}
p.search-results-text {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-weight: 400;
}
p.search-results-text .remove-keywords-link {
  font-size: 14px;
  vertical-align: super;
}
div.search-no-results {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  padding: 4rem;
  border: 1px solid #cccccc;
  border-radius: 1rem;
}
div.search-no-results .oops-text {
  font-size: 2rem;
  font-weight: 700;
}
div.search-no-results img {
  width: 20%;
}
.search-results-container {
  color: #585858;
}
.search-results-container .highlight-query-match {
  margin-left: 130px;
}
.search-results-container .highlight-query-match em {
  font-weight: bold;
  font-style: normal;
}
.search-results-container .search-pagination {
  display: flex;
  justify-content: space-between;
  align-items: end;
  column-gap: 3rem;
}
.search-results-container .search-pagination label {
  display: block;
}
.search-results-container .search-pagination .pagination-group {
  display: flex;
  align-items: end;
  column-gap: 3rem;
}
.search-results-container .search-pagination .search-num-results-label {
  display: block;
}
.search-results-container .search-pagination .pagination {
  display: inline;
}
@media (min-width: 1200px) {
  .search-results-container .search-pagination {
    align-items: center;
  }
  .search-results-container .search-pagination label {
    display: inline-block;
  }
  .search-results-container .search-pagination .pagination-group {
    align-items: center;
  }
  .search-results-container .search-pagination .search-num-results-label {
    display: inline-block;
  }
  .search-results-container .search-pagination .search-sort {
    margin-left: auto;
  }
}
.search-results-container .list-group-item {
  border-style: solid;
  border-width: 1px;
  margin-bottom: 30px;
  padding: 5px;
}
.search-results-container .list-group-item:first-child {
  margin-top: 30px;
}
.search-results-container .search-result-title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
}
.search-results-container .search-result-image {
  display: flex;
  justify-content: center;
  height: 200px;
}
.search-results-container .search-result-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
}
.search-results-container .search-result-item {
  padding: 30px;
}
.search-results-container .search-result-item .search-result-details > .row,
.search-results-container .search-result-item .search-result-details .col-xs-8 > .row,
.search-results-container .search-result-item .search-result-details .col-xs-12 > .row {
  margin-bottom: 3px;
}
.search-results-container .search-result-item .search-result-detail-section {
  margin-top: 30px;
}
.search-results-container .search-result-item .search-result-details .field .field-label:after {
  content: unset;
}
.search-results-container .search-result-item .search-result-details .map-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-results-container .search-result-item .search-result-details .map-column img {
  max-width: 16em;
}
.search-results-container .search-result-item .search-result-details .map-column p {
  font-size: small;
  margin-top: 1.5em;
}
.search-results-container .search-result-item .search-result-details .additional-plasmid-info-row {
  margin-top: 5px;
}
#addgene-category-results-content {
  color: #585858;
}
#addgene-category-results-content .category-results-list {
  padding-top: 3rem;
}
#addgene-category-results-content .category-results-list .category {
  margin: 0 0 2rem 0;
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
#addgene-category-results-content .category-results-list .leaf-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem 2.6rem;
  margin-bottom: 4rem;
}
#addgene-category-results-content .category-results-list .leaf-categories > a .leaf-count {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
#addgene-category-results-content .category-results-list .leaf-categories > a .leaf-label {
  color: #585858;
}
.vdb-section h2 {
  margin-bottom: 2rem;
}
.vdb-section #vdb-search-field {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.vdb-section #vdb-search-field label {
  font-size: 1.8rem;
  margin: 0 1rem 0 0;
}
.vdb-section #vdb-search-field .input-group {
  width: 50%;
}
.vdb-section .no-search-results {
  margin-top: 1rem;
}
.vdb-section div.alert.alert-danger,
.vdb-section div.errorlist > li.alert-danger,
.vdb-section div.alert.errorlist > li,
.vdb-section divdiv.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li.alert-danger,
.vdb-section div.alertdiv.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li {
  margin: 0 0 2rem 0;
}
.vdb-section table.addgene-new-table {
  table-layout: fixed;
}
.vdb-section table.addgene-new-table thead tr th {
  padding-left: 1.2rem;
}
.vdb-section div.dataTables_paginate {
  margin-right: 0;
}
.vdb-section div.dataTables_info {
  padding-top: 0;
  margin-bottom: 0.3rem;
}
.vdb-section div.dataTables_scrollBody tbody tr:first-child th,
.vdb-section div.dataTables_scrollBody tbody tr:first-child td {
  border-top: thin solid #cccccc;
}
.vdb-section .vdb-page-content-bottom {
  padding-top: 3rem;
}
.vdb-section #vector-info-section {
  margin-top: 4rem;
}
.vdb-section #vector-info-section h2 {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 3rem;
}
.vdb-section #vector-info-section dl {
  display: flex;
  flex-flow: row wrap;
}
.vdb-section #vector-info-section dl dt {
  flex-basis: 35%;
}
.vdb-section #vector-info-section dl dd {
  flex-basis: 60%;
}
.vdb-section #vector-info-section dl dt,
.vdb-section #vector-info-section dl dd {
  margin: 0;
  padding: 1rem 0;
}
.vdb-section #vector-info-section dl dt:not(:last-of-type),
.vdb-section #vector-info-section dl dd:not(:last-of-type) {
  border-bottom: thin solid #cccccc;
}
.vdb-section #vector-info-section #sequence-section .sequence-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.vdb-section #vector-info-section #sequence-section #vdb-sequence-value {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: monospace;
  font-size: smaller;
  white-space: pre;
  cursor: copy !important;
  overflow: auto;
  height: 200px;
  padding: 10px;
  resize: vertical;
  white-space: normal;
}
.vdb-section #vector-info-section #sequence-section #vdb-sequence-value:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.vdb-section #vector-info-section #sequence-section #vdb-sequence-value::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.vdb-section #vector-info-section #sequence-section #vdb-sequence-value:-ms-input-placeholder {
  color: #999999;
}
.vdb-section #vector-info-section #sequence-section #vdb-sequence-value::-webkit-input-placeholder {
  color: #999999;
}
.vdb-section #vector-info-section #sequence-section #vdb-sequence-value[disabled],
.vdb-section #vector-info-section #sequence-section #vdb-sequence-value[readonly],
fieldset[disabled] .vdb-section #vector-info-section #sequence-section #vdb-sequence-value {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.vdb-section #vector-info-section #sequence-section #vdb-sequence-value {
  height: auto;
}
.vdb-section #vector-info-section #sequence-section #vdb-sequence-value[readonly] {
  background-color: white;
}
.vdb-section #vector-info-section #plasmid-map-section {
  margin-top: 4rem;
}
.vdb-section #vector-info-section #plasmid-map-section img {
  max-width: 100%;
  height: auto;
}
/* Use the pointing finger cursor for these toggle buttons. */
[data-toggle=modal],
[data-toggle=tab],
[data-toggle=dropdown],
[data-toggle=collapse] {
  cursor: pointer;
}
/* Don't underline text in a giraffe map when it's inside a link. */
a:hover .giraffe_canvas {
  text-decoration: none;
}
.item-sequence-container-snapgene .copy-from {
  width: 88%;
  padding: 10px;
}
.item-sequence-container-snapgene .sequence-avatar {
  position: relative;
  display: inline-block;
}
.item-sequence-container-snapgene .sequence-avatar:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-sequence-container-snapgene textarea {
  resize: vertical;
}
.item-sequence-container-snapgene .row > div {
  margin-bottom: 20px;
}
.amino-acid-sequence .amino-acid-sequence-value {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: monospace;
  font-size: smaller;
  white-space: pre;
  cursor: copy !important;
  overflow: auto;
  height: 150px;
  padding: 10px;
  white-space: pre-line;
  resize: none;
}
.amino-acid-sequence .amino-acid-sequence-value:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.amino-acid-sequence .amino-acid-sequence-value::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.amino-acid-sequence .amino-acid-sequence-value:-ms-input-placeholder {
  color: #999999;
}
.amino-acid-sequence .amino-acid-sequence-value::-webkit-input-placeholder {
  color: #999999;
}
.amino-acid-sequence .amino-acid-sequence-value[disabled],
.amino-acid-sequence .amino-acid-sequence-value[readonly],
fieldset[disabled] .amino-acid-sequence .amino-acid-sequence-value {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.amino-acid-sequence .amino-acid-sequence-value {
  height: auto;
}
.amino-acid-sequence .amino-acid-sequence-value[readonly] {
  background-color: white;
}
@media (max-width: 1329px) {
  .analyze-copy-btn-margin {
    margin-left: 16.4rem;
  }
}
@media (min-width: 1330px) {
  .analyze-copy-btn-margin {
    margin-left: 19.7rem;
  }
}
@media (max-width: 1199px) {
  .item-copy-btn-margin {
    margin-right: 3.7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1329px) {
  .item-copy-btn-margin {
    margin-right: 4rem;
  }
}
@media (min-width: 1330px) {
  .item-copy-btn-margin {
    margin-right: 4.3rem;
  }
}
div.dataTables_filter input {
  margin-left: 1em;
}
div.dataTables_paginate {
  margin-right: 1em;
}
#user-registration-wizard .wizard.nav li.disabled,
#user-registration-wizard .wizard.pager li.disabled {
  position: relative;
}
#user-registration-wizard .wizard.nav li.disabled:after,
#user-registration-wizard .wizard.pager li.disabled:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
#user-registration-wizard .wizard.pager li {
  display: inline-block;
}
#user-registration-wizard .alert#country-alert,
#user-registration-wizard .alert#institution-alert,
#user-registration-wizard .alert#pi-alert,
#user-registration-wizard .errorlist > li#country-alert,
#user-registration-wizard .errorlist > li#institution-alert,
#user-registration-wizard .errorlist > li#pi-alert,
#user-registration-wizard div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li#country-alert,
#user-registration-wizard div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li#institution-alert,
#user-registration-wizard div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li#pi-alert {
  width: 38%;
}
#user-registration-wizard .dropdown-menu-block {
  display: flex;
  align-items: center;
}
#user-registration-wizard .dropdown-menu-block > p {
  margin-left: 10px;
}
#user-registration-wizard .required-text {
  font-style: italic;
}
#user-registration-wizard .required-text:before {
  content: '*';
  color: #a94442;
}
#user-registration-wizard #div_id_username,
#user-registration-wizard #div_id_phone {
  width: 40%;
  clear: both;
}
#user-registration-wizard #div_id_password1,
#user-registration-wizard #div_id_email1,
#user-registration-wizard #div_id_first_name,
#user-registration-wizard #div_id_password2,
#user-registration-wizard #div_id_email2,
#user-registration-wizard #div_id_last_name {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
#user-registration-wizard #div_id_password1,
#user-registration-wizard #div_id_email1,
#user-registration-wizard #div_id_first_name {
  margin-right: 5%;
}
#user-registration-wizard #div_id_password2,
#user-registration-wizard #div_id_email2,
#user-registration-wizard #div_id_last_name {
  margin-left: 5%;
}
#user-registration-wizard .text-center {
  padding-top: 15px;
}
#user-registration-wizard #data-use-opt-in {
  float: left;
}
#user-registration-wizard #data-use-opt-in + label {
  display: block;
  margin-left: 20px;
  font-weight: normal;
}
#user-registration-wizard textarea {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 15px;
  resize: none;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 10px;
  line-height: 16px;
}
.verify-email-heading {
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.confirm-page-inputs button.btn-link {
  font-size: 1em;
  padding-left: 0;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .confirm-page-inputs button.btn-link {
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1329px) {
  .confirm-page-inputs button.btn-link {
    margin-left: 10px;
  }
}
@media (min-width: 1330px) {
  .confirm-page-inputs button.btn-link {
    margin-left: 20px;
  }
}
.confirm-page-inputs .panel-body {
  padding: 25px;
}
.confirm-page-inputs .panel-body input[type=email] {
  width: 90%;
}
.confirm-page-inputs .cancel-button {
  margin-left: 1em;
}
.display-inline-block {
  display: inline-block;
}
.verify-account-info {
  margin-top: 2em;
  margin-bottom: 2em;
}
.verify-account-info .dl-horizontal dt {
  text-align: left;
}
.verify-account-info .dl-horizontal dt,
.verify-account-info .dl-horizontal dd {
  margin-bottom: 0.25em;
}
.verify-account-info h3 {
  font-size: 19px;
  margin-bottom: 1em;
}
.bottom-spacing-2 {
  margin-bottom: 2em;
}
.bottom-spacing-3 {
  margin-bottom: 3em;
}
.top-spacing-2 {
  margin-top: 2em;
}
.email-verification-image {
  width: 65%;
  margin-top: 1em;
  margin-left: 8em;
}
#update-email-form-section .cancel-button {
  margin-left: 1em;
}
#success-page-section p {
  line-height: 1.5;
}
#success-page-section h1 {
  line-height: 1.5;
}
#success-page-section .deposit-button {
  margin-left: 15px;
}
#submit-registration-btn {
  padding: 8px 40px;
}
.addgene-addtocart .item-price {
  font-size: 2rem;
}
.addgene-addtocart.atc-popover:not(.atc-big-popover) {
  display: flex;
  justify-content: flex-end;
}
.addgene-addtocart.atc-popover .atc-unavail-popover-link {
  display: flex;
  align-items: center;
}
.addgene-addtocart.atc-popover .atc-unavail-popover-link .atc-unavail-text {
  flex-grow: 1;
  margin-right: 0.3em;
}
.addgene-addtocart.atc-popover .atc-unavail-popover-link .atc-unavail-popover-icon {
  line-height: normal;
  height: 1.1em;
}
.addgene-addtocart.atc-popover.atc-big-popover {
  padding-bottom: 3rem;
}
.addgene-addtocart.atc-popover.atc-big-popover .btn-add-to-cart {
  margin-top: 2.7rem;
  margin-bottom: 1rem;
}
.addgene-addtocart.atc-popover.atc-mini-popover .alert,
.addgene-addtocart.atc-popover.atc-mini-popover .errorlist > li,
.addgene-addtocart.atc-popover.atc-mini-popover div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li {
  margin: 0;
  padding: 7.5px;
  text-align: center;
}
.addgene-addtocart.atc-popover.atc-mini-popover .atc-unavail-popover-link {
  font-weight: normal;
}
/*
General styling for print media.
Some print media styling is in specific sections, e.g. header/footer.
*/
@media print {
  a {
    text-decoration: underline;
    color: #0056b3 !important;
  }
  a * {
    color: #0056b3 !important;
  }
  a[href]:after {
    display: none;
  }
  blockquote {
    border: 0;
  }
  .breadcrumbs {
    display: none;
  }
  #cms-top {
    /* Django CMS might change this ID name at any time */
    display: none;
  }
  #launcher {
    /* Zendesk might change this ID name at any time */
    display: none;
  }
  .shopping-order {
    /* Order Summary page */
  }
  .shopping-order a[href^="mailto:"] {
    color: unset !important;
    text-decoration: none;
  }
  .shopping-order #order-summary {
    padding-top: 1rem;
    border: none;
    border-bottom: 2px solid #cccccc;
  }
  .shopping-order #order-summary th {
    white-space: nowrap;
  }
}
.addgene-alerts-page h1 {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.addgene-alerts-page section h2 {
  margin-bottom: 0.95em;
}
.addgene-alerts-page section p {
  margin-bottom: 1.6em;
  line-height: normal;
}
.addgene-alerts-page .alerts-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.addgene-alerts-page .alerts-form {
  display: flex;
  align-items: center;
}
.addgene-alerts-page .alerts-form-row {
  margin-bottom: 1.5em;
}
.addgene-alerts-page .alerts-section {
  margin-top: 2.5em;
  margin-bottom: 3em;
}
.addgene-alerts-page .reset {
  margin-left: 1.5em;
}
.addgene-alerts-page .subscribe-to-alerts {
  margin-bottom: 2.6em;
}
#addgene-alerts-panel h4 {
  margin-top: 0;
}
.edit-plasmid-page .separator {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 4rem;
}
@media (min-width: 1330px) {
  .edit-plasmid-page .separator {
    padding-bottom: 6rem;
  }
}
.edit-plasmid-page .sequence-form .form-group:has(.sequence-data),
.edit-plasmid-page .map-form .form-group:has(.sequence-data),
.edit-plasmid-page .support-file-form .form-group:has(.sequence-data),
.edit-plasmid-page .gene-insert-form .form-group:has(.sequence-data),
.edit-plasmid-page .cloning-form .form-group:has(.sequence-data),
.edit-plasmid-page .growth-distribution-form .form-group:has(.sequence-data) {
  margin-bottom: 0;
}
.edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  margin-top: 0;
  margin-bottom: 0;
}
.edit-plasmid-page .sequence-form fieldset:has(legend) ul label,
.edit-plasmid-page .map-form fieldset:has(legend) ul label,
.edit-plasmid-page .support-file-form fieldset:has(legend) ul label,
.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul label,
.edit-plasmid-page .cloning-form fieldset:has(legend) ul label,
.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul label {
  font-weight: normal;
  margin-bottom: 0;
}
.edit-plasmid-page .sequence-form legend,
.edit-plasmid-page .map-form legend,
.edit-plasmid-page .support-file-form legend,
.edit-plasmid-page .gene-insert-form legend,
.edit-plasmid-page .cloning-form legend,
.edit-plasmid-page .growth-distribution-form legend {
  color: unset;
  font-size: unset;
  font-weight: bold;
  border-bottom: 0;
}
.edit-plasmid-page .sequence-form fieldset label,
.edit-plasmid-page .map-form fieldset label,
.edit-plasmid-page .support-file-form fieldset label,
.edit-plasmid-page .gene-insert-form fieldset label,
.edit-plasmid-page .cloning-form fieldset label,
.edit-plasmid-page .growth-distribution-form fieldset label {
  font-weight: normal;
}
.edit-plasmid-page .sequence-form .checkbox,
.edit-plasmid-page .map-form .checkbox,
.edit-plasmid-page .support-file-form .checkbox,
.edit-plasmid-page .gene-insert-form .checkbox,
.edit-plasmid-page .cloning-form .checkbox,
.edit-plasmid-page .growth-distribution-form .checkbox,
.edit-plasmid-page .sequence-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .sequence-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .map-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .support-file-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .cloning-form fieldset:has(legend) ul,
.edit-plasmid-page .sequence-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .map-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .support-file-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .gene-insert-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .cloning-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul,
.edit-plasmid-page .growth-distribution-form .edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  margin-top: 0;
}
.edit-plasmid-page .sequence-form input[type="checkbox"],
.edit-plasmid-page .map-form input[type="checkbox"],
.edit-plasmid-page .support-file-form input[type="checkbox"],
.edit-plasmid-page .gene-insert-form input[type="checkbox"],
.edit-plasmid-page .cloning-form input[type="checkbox"],
.edit-plasmid-page .growth-distribution-form input[type="checkbox"] {
  margin-top: 0;
  position: relative;
  top: 2px;
}
.edit-plasmid-page .sequence-form .sequence-data {
  font-size: 0.9em;
}
.edit-plasmid-page .map-form .form-group {
  margin-bottom: 0;
}
.edit-plasmid-page .gene-insert-form li.inline.tag-location-input {
  border-top: 1px solid #cccccc;
}
.edit-plasmid-page .cloning-form .tag-location-input > li + li > ul {
  border-top: 1px solid #cccccc;
}
.edit-plasmid-page .copy-form {
  column-gap: 1rem;
}
.edit-plasmid-page .copy-form select {
  padding: 0.6rem 4rem 0.6rem 1.6rem;
}
.addgene-tabs > ul.nav-pills:after,
.addgene-tabs > ul.nav-pills:before {
  display: none;
}
.addgene-tabs ul {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: table;
  background-image: -webkit-linear-gradient(#f9f9f7, #dcdcdc 50%, #dadada);
  background-image: linear-gradient(#f9f9f7, #dcdcdc 50%, #dadada);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f7', endColorstr='#ffdadada', GradientType=0);
}
.addgene-tabs li {
  display: table-cell;
  border-radius: 0;
  border-right: thin solid #ccc;
}
.addgene-tabs li :not(.no-auto-width) {
  width: auto;
}
.addgene-tabs li:last-child {
  border-right: 0;
}
.addgene-tabs li > a {
  color: inherit;
  border-radius: 0;
  position: relative;
}
.addgene-tabs li .triangle-container {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -15px;
  height: 15px;
  text-align: center;
}
.addgene-tabs li .triangle-container > svg {
  height: 100%;
}
.addgene-tabs li .triangle-container > svg .triangle {
  fill: #0056b3;
}
.addgene-tabs li.active > a,
.addgene-tabs li:hover > a {
  color: white;
  background-color: #0056b3;
}
.addgene-tabs li.active .triangle-container {
  display: block;
}
.order-page .order-item {
  margin-bottom: 40px;
}
.order-page .order-item .panel-order-item .panel-heading {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #172544;
  color: white;
}
.order-page .order-item .panel-order-item .panel-heading a {
  color: white;
  text-decoration: underline;
}
.order-page .order-item .panel-order-item .panel-heading a:hover {
  color: #5bc0de;
}
.order-page .order-item .panel-order-item .panel-heading .field {
  font-size: 90%;
}
.order-page .order-item .panel-order-item .panel-heading .field .field-label {
  text-transform: uppercase;
  font-weight: normal;
}
.order-page .order-item .panel-order-item .panel-heading .field .field-label:after {
  content: '';
}
.order-page .order-item .panel-order-item .panel-heading .field .field-value {
  font-weight: bold;
}
.order-page .order-item .order-status .field {
  font-size: 115%;
}
.order-page .order-item .order-status .field.text-warning {
  color: #ed6524;
}
.order-page .order-item .order-status .field .field-label {
  text-transform: uppercase;
  font-weight: normal;
}
.order-page .order-item .order-status .field .field-label:after {
  content: '';
}
.order-page .order-item .order-status .field .field-label-no-uppercase {
  font-weight: bold;
}
.order-page .order-item .order-status .field .field-label-no-uppercase:after {
  content: '';
}
.order-page .order-item .order-status .field .field-value {
  font-weight: bold;
}
.order-page .order-item .order-status .order-alert {
  margin: 10px 0;
}
.order-page .order-item .order-status .order-alert .order-alert-icon-container {
  width: 30px;
}
.order-page .order-item .order-status .order-alert .order-alert-icon {
  font-size: 150%;
}
.order-page .order-item .order-status .order-alert .order-rsa-link {
  font-size: 18px;
}
.order-page .order-item .order-status .font-weight-bold {
  font-weight: bold;
}
.order-page .order-item .addgene-contact-info {
  color: gray;
  font-size: 90%;
  font-style: italic;
}
.order-page .order-item .shipments.table thead,
.order-page .order-item .shipments.plasmid-modal .giraffe-table thead {
  background: #efefef;
  color: #585858;
}
.order-page .order-item .shipments.table .shipment,
.order-page .order-item .shipments.plasmid-modal .giraffe-table .shipment {
  color: gray;
}
.order-page .order-item .shipments.table .shipment .item-list,
.order-page .order-item .shipments.plasmid-modal .giraffe-table .shipment .item-list {
  list-style-type: circle;
}
body.shopping-order div.order-actions {
  margin-top: 10px;
}
body.shopping-order div.order-actions div.distributor-actions {
  padding-left: 0;
}
body.shopping-order p.proforma-invoice {
  font-size: 3rem;
  margin-bottom: 0;
}
body.shopping-order section.order-details div.row-vertically-centered {
  margin-top: 10px;
}
body.shopping-order section.order-details div.row-vertically-centered div.col-xs-9 {
  padding-left: 0;
}
body.shopping-order section.order-details div.row-vertically-centered div.col-xs-9 p.h3.hide {
  margin-bottom: 4rem;
}
body.shopping-order section.order-details div.row-vertically-centered div.col-xs-3 {
  font-size: 90%;
}
body.shopping-order section.order-summary tbody tr th:nth-of-type(3) {
  width: 25%;
}
body.shopping-order section.shipping-details div.panel-body,
body.shopping-order section.order-details div.panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
body.shopping-order section.order-payment div.panel-body dl.dl-horizontal {
  margin-bottom: 0;
}
body.shopping-order .order-info-panel.dl-horizontal {
  margin-bottom: 0;
}
body.shopping-order .order-info-panel.dl-horizontal dt {
  width: 190px;
}
body.shopping-order .order-info-panel.dl-horizontal dd {
  margin-left: 210px;
}
.order-list-payment-link-padding {
  padding-left: 125px;
}
.order-status-holds .heading {
  font-size: 20px;
  font-weight: bold;
}
.order-status-holds .sub-heading {
  font-size: 16px;
  font-weight: bold;
}
.order-status-holds .hold-margin {
  margin: 5px;
}
.order-status-holds .hold-public-site-message {
  margin-top: 5px;
}
.order-status-holds ul {
  list-style-type: none;
}
.resolve-public-order-hold-form {
  display: inline;
  margin-left: 10px;
}
/*
 Order's Electronic Approval page for Implementing Letters table
 */
#il .table > tfoot,
#il .plasmid-modal .giraffe-table > tfoot {
  background-color: transparent;
}
#il .table > tfoot > tr > td,
#il .table > tfoot > tr > th,
#il .plasmid-modal .giraffe-table > tfoot > tr > td,
#il .plasmid-modal .giraffe-table > tfoot > tr > th {
  border: none;
}
#giraffe-analyze-frame {
  overflow: auto;
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 3100px;
}
.checkout-wizard {
  /* This is for positioning the submit button in the right column on the verify step
     which seems less risky than moving the submit button out of the form.
     HTML5 form attribute on input/buttons allows for this but would have to shim for IE11 and
     introduces additional unknowns.
   */
}
.checkout-wizard .errorlist {
  border: 0;
  margin: 0.25em 0 0;
  list-style-type: none;
  padding: 0;
  width: 50%;
}
.checkout-wizard .errorlist > li {
  margin: 0;
  padding: 8px;
}
.checkout-wizard .form-help-text {
  font-size: 14px;
}
.checkout-wizard .form-help-text:not(p) {
  padding-left: 20px;
}
.checkout-wizard .form-help-text > li {
  margin-bottom: 0.5em;
}
.checkout-wizard #terms-of-purchase .errorlist,
.checkout-wizard #is_lab_safe_section .errorlist {
  width: 70%;
}
.checkout-wizard .progress-indicator {
  margin-top: 2em;
  /* IE11 shim for lack of CSS grid support */
}
.checkout-wizard .progress-indicator .indicator-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
  background-position: left 13rem bottom 0.85rem;
  background-size: 71rem 0.4rem;
  background-repeat: no-repeat !important;
}
.checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="1"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 0%), color-stop(#ddd 0%));
  background-image: linear-gradient(to right, #0056b3 0%, #ddd 0%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
.checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="2"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 33%), color-stop(#ddd 33%));
  background-image: linear-gradient(to right, #0056b3 33%, #ddd 33%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
.checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="3"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 66%), color-stop(#ddd 66%));
  background-image: linear-gradient(to right, #0056b3 66%, #ddd 66%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
.checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="4"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 100%), color-stop(#ddd 100%));
  background-image: linear-gradient(to right, #0056b3 100%, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
.checkout-wizard .progress-indicator .indicator-wrapper .checkout-on {
  color: #585858;
  font-weight: bold;
}
.checkout-wizard .progress-indicator .indicator-wrapper .img-tracker {
  -ms-grid-row: 2;
  grid-row: 2;
  text-align: center;
}
.checkout-wizard .progress-indicator .indicator-wrapper .img-tracker > img {
  width: 20px;
}
@media (min-width: 1200px) {
  .checkout-wizard .progress-indicator .indicator-wrapper {
    background-position: left 10rem bottom 0.85rem;
    background-size: 58rem 0.4rem;
  }
}
@media (min-width: 1330px) {
  .checkout-wizard .progress-indicator .indicator-wrapper {
    background-position: left 12rem bottom 0.8rem;
    background-size: 61rem 0.5rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .checkout-wizard .progress-indicator .indicator-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .checkout-wizard .progress-indicator .indicator-wrapper[data-step-id] {
    background-image: none;
  }
  .checkout-wizard .progress-indicator .indicator-wrapper > div:nth-child(even) {
    display: none;
  }
}
.checkout-wizard .checkout-action-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 5em;
  margin-bottom: 3em;
}
.checkout-wizard .checkout-action-container .btn-link {
  font-size: 18px;
  padding-left: 0;
  text-align: left;
}
.checkout-wizard .checkout-action-container .prev-btn {
  white-space: nowrap;
}
.checkout-wizard .checkout-action-container .prev-btn span {
  padding-right: 12px;
}
.checkout-wizard .checkout-action-container .prev-btn span img {
  width: 12px;
}
.checkout-wizard .checkout-action-container .btn-checkout {
  padding: 8px 40px;
}
.checkout-wizard h2:not(.summary-columns),
.checkout-wizard h3:not(.popover-title) {
  color: #585858;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}
.checkout-wizard h2:not(.summary-columns) {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.checkout-wizard h2:not(.summary-columns).cc-billing-heading {
  margin-top: 2.5em;
}
.checkout-wizard h3:not(.popover-title) {
  font-size: 18px;
  margin-top: 2em;
}
.checkout-wizard h3.popover-title {
  font-size: 16px;
  font-weight: bold;
}
.checkout-wizard #terms-of-purchase h3 {
  margin-top: 0;
}
.checkout-wizard .flatblock-debug h3 {
  font-weight: 700;
  margin-top: unset;
}
.checkout-wizard .section-spacing {
  margin: 4em 0;
}
.checkout-wizard .checkbox-label {
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}
.checkout-wizard .checkbox-label-small {
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}
.checkout-wizard .label-export-controlled-material-use {
  font-weight: 400;
  display: inline;
  margin-bottom: 0;
}
.checkout-wizard .section-text-top {
  margin-bottom: 2em;
}
.checkout-wizard .section-text-bottom {
  margin-top: 1.5em;
}
.checkout-wizard .btn-link-actions {
  padding: 10px 16px;
}
.checkout-wizard .distributor-information-panel .panel {
  margin-bottom: 5em;
}
.checkout-wizard .distributor-information-panel .panel .panel-heading {
  background-color: white;
  color: #585858;
  font-size: 22px;
  padding: 20px 25px;
}
.checkout-wizard .distributor-information-panel .panel .panel-heading .glyphicon-globe {
  margin-right: 0.5em;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .panel-header {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .panel-header.gmo-header {
  margin-top: 0.75em;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .panel-text {
  margin-bottom: 30px;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .row > div:first-of-type {
  border-right: 1px solid #ddd;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .distributor-info .btn-learn-more {
  margin-top: 10px;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .only-our-distributor-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.checkout-wizard #mta-section .panel {
  background-color: #f5f5f5;
  border-color: transparent;
  line-height: 1.6em;
}
.checkout-wizard #material-use .org-name {
  font-size: 17px;
  margin-bottom: 1.5em;
}
.checkout-wizard #material-use .material-use-help {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.checkout-wizard #material-use .material-use-help p:first-of-type {
  margin-right: 3em;
}
.checkout-wizard #hhmi_section .hhmi-input {
  font-size: 18px;
  margin-top: 1.5em;
}
.checkout-wizard #hhmi_section .hhmi-input label {
  cursor: pointer;
  font-weight: normal;
}
.checkout-wizard #hhmi_section .hhmi-input input {
  margin-left: 3px;
  vertical-align: text-top;
}
.checkout-wizard #hhmi_section .hhmi-help-block .hhmi-link {
  display: inline-block;
  padding-top: 8px;
}
.checkout-wizard #hhmi_section .hhmi-help-block .hhmi-link img {
  width: 250px;
}
.checkout-wizard #terms-of-purchase .well {
  height: 350px;
  overflow: auto;
  margin-bottom: 2em;
}
.checkout-wizard .checkout-field {
  width: 50%;
}
.checkout-wizard .checkout-field#id_po_memo,
.checkout-wizard .checkout-field#id_cc_memo {
  width: 100%;
}
.checkout-wizard .checkout-field#id_cc_name {
  width: 70%;
}
.checkout-wizard .checkout-field#id_phone,
.checkout-wizard .checkout-fieldid_ccnumber {
  width: 30%;
}
.checkout-wizard .checkout-field#id_zipcode,
.checkout-wizard .checkout-field#id_po_zip,
.checkout-wizard .checkout-field#id_cc_zip {
  width: 25%;
}
.checkout-wizard .checkout-field#id_expires {
  width: 20%;
}
.checkout-wizard .checkout-field#id_cvv {
  width: 15%;
}
.checkout-wizard .payment-country-field {
  width: 70%;
}
.checkout-wizard .shipping-main .previous-address-block,
.checkout-wizard .shipping-main .shipping-form-block {
  display: block;
}
.checkout-wizard .shipping-main .previous-address-block .shipping-label-text,
.checkout-wizard .shipping-main .shipping-form-block .shipping-label-text {
  font-size: 18px;
  padding-left: 10px;
  vertical-align: middle;
}
.checkout-wizard .shipping-main .previous-address-block > .panel {
  background-color: #f5f5f5;
  border: 0;
}
.checkout-wizard .shipping-main .previous-address-block > .panel label {
  display: block;
}
.checkout-wizard .shipping-main .previous-address-block > .panel .shipping-address-list {
  font-weight: normal;
  margin-top: 1em;
  padding-left: 1.9em;
}
.checkout-wizard .shipping-main .previous-address-block > .panel .shipping-address-list > li {
  margin: 3px 0;
  font-size: 16px;
}
.checkout-wizard .shipping-main #new-shipping-panel {
  margin-top: 1.5em;
}
.checkout-wizard .shipping-main #additional-shipping-section {
  margin-top: 3em;
}
.checkout-wizard .shipping-main #id_phone + .errorlist {
  width: 30%;
}
.checkout-wizard .shipping-main #id_zipcode + .errorlist {
  width: 25%;
}
.checkout-wizard .payment-main #payoptions .panel-heading {
  background-color: white;
}
.checkout-wizard .payment-main #payoptions .panel-heading .radio > label {
  color: #585858;
  font-weight: bold;
  padding-left: 0.5em;
}
.checkout-wizard .payment-main #payoptions .panel-body {
  border-top-color: white;
}
.checkout-wizard .payment-main #payoptions .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0 43px 15px 43px;
}
.checkout-wizard .payment-main #payoptions .credit-card-selection legend {
  border-bottom: 0;
  color: unset;
  font-size: unset;
  font-weight: bold;
  margin-bottom: 0;
}
.checkout-wizard .payment-main #payoptions .credit-card-selection legend span {
  color: #58151c;
}
.checkout-wizard .payment-main #payoptions .credit-card-selection .credit-card-icon {
  margin-right: 1.5em;
  width: 7%;
}
@media (max-width: 1200px) {
  .checkout-wizard .payment-main #payoptions .credit-card-selection .credit-card-icon {
    margin-right: 1em;
  }
}
.checkout-wizard .payment-main #payoptions .credit-card-selection .credit-card-icon.amex-icon {
  width: 9%;
}
.checkout-wizard .payment-main #payoptions #payoption-po .btn-link.btn-xs {
  padding: 1px;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li {
  display: block;
  margin-bottom: 0.5em;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel {
  background-color: #f5f5f5;
  border: 0;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body {
  padding: 10px;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body > label {
  display: block;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body > label .billing-address-text {
  font-size: 16px;
  padding-left: 10px;
  vertical-align: middle;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body > label > ul {
  font-weight: normal;
  margin-top: 0.5em;
  padding-left: 1.9em;
}
.checkout-wizard .payment-main .rewards-points-container {
  margin-left: 6em;
}
.checkout-wizard .payment-main .rewards-points-container .points-title {
  color: #172544;
  font-size: 20px;
}
.checkout-wizard .payment-main .rewards-points-container .points-title > span {
  font-size: 22px;
}
.checkout-wizard .verify-information-main .section-spacing {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 1em 0;
}
.checkout-wizard .verify-information-main section:first-of-type {
  padding-top: 0;
}
.checkout-wizard .verify-information-main .dl-horizontal dt {
  text-align: left;
}
.checkout-wizard .verify-information-main .dl-horizontal dt,
.checkout-wizard .verify-information-main .dl-horizontal dd {
  margin-bottom: 0.25em;
}
.checkout-wizard .verify-information-main .payment-section .glyphicon-warning-sign {
  font-size: 18px;
  vertical-align: top;
}
.checkout-wizard .verify-information-main .payment-section .payment-later-text {
  vertical-align: text-top;
}
.checkout-wizard #verify-submission-section {
  position: absolute;
  left: 58.1rem;
  width: 37.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .checkout-wizard #verify-submission-section {
    left: 79.6rem;
    width: 36rem;
  }
}
@media (min-width: 1330px) {
  .checkout-wizard #verify-submission-section {
    left: 87rem;
    width: 39.6rem;
  }
}
.checkout-wizard #verify-submission-section .btn-checkout {
  margin-top: 1em;
}
.add-to-cart-table {
  width: 100%;
}
.add-to-cart-table tr:last-child:nth-child(even) {
  border-bottom: thin solid #ddd;
}
.depositing-page-content .cta-details > section:not(:has(.unpublished-form)) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}
.depositing-page-content .deposit-questions-links {
  padding-left: 4.4rem;
}
.depositing-page-content .outline {
  padding: 3rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.depositing-page-content .left-sidebar-nav li.deposits span.deposit-icon {
  display: inline-block;
  background: no-repeat;
  height: 1.5em;
  margin-right: 1.2em;
  width: 1.6em;
  background: no-repeat url('../images/public/icons/icon-deposit-gray.svg');
  background-size: contain;
}
.depositing-page-content .content-col {
  padding-top: 0.25rem;
  padding-left: 5.5rem;
  border-left: 1px solid #cccccc;
}
.depositing-page-content .content-col #my-articles.datatable,
.depositing-page-content .content-col #my-plasmids.datatable,
.depositing-page-content .content-col #my-deposits,
.depositing-page-content .content-col #deposit-datatable {
  width: 100% !important;
}
.depositing-page-content .content-col #my-plasmids.datatable .plasmid-name {
  width: 30%;
}
.depositing-page-content .content-col #my-plasmids.datatable .data-actions {
  width: 9rem;
}
.depositing-page-content .content-col #plasmids.addgene-new-table .plasmid-name {
  width: 25%;
}
.depositing-page-content .content-col #my-articles.datatable .article-name {
  width: 80%;
}
.depositing-page-content .content-col #plasmids.addgene-new-table .plasmid-name {
  width: 25%;
}
.depositing-page-content .content-col #plasmids.addgene-new-table textarea {
  margin-bottom: 0.75rem;
}
.depositing-page-content .content-col #plasmids.addgene-new-table .data-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .depositing-page-content .content-col #plasmids.addgene-new-table .data-actions {
    flex-wrap: nowrap;
  }
  .depositing-page-content .content-col #plasmids.addgene-new-table .delete-button {
    margin-left: 0.8rem;
  }
}
.depositing-page-content .content-col #deposit-datatable.addgene-new-table .plasmid-name {
  width: 15%;
}
.depositing-page-content .content-col #add-plasmid-form .btn-link {
  margin-top: -0.1rem;
}
.depositing-page-content .progress-indicator {
  width: auto;
}
.depositing-page-content .progress-indicator ul {
  /* Past indicators */
}
.depositing-page-content .progress-indicator ul li {
  width: 100%;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  /* First indicator gets no background-color behind it */
}
.depositing-page-content .progress-indicator ul li .indicator-icon {
  max-height: 2rem;
  display: block;
  margin: 1rem auto 1.2rem;
}
.depositing-page-content .progress-indicator ul li a {
  font-weight: 700;
}
.depositing-page-content .progress-indicator ul li:after {
  width: 100%;
  height: 0.4rem;
  content: "";
  position: absolute;
  background-color: #ddd;
  top: 1.8rem;
  left: -50%;
  z-index: -1;
}
.depositing-page-content .progress-indicator ul li:first-child:after {
  content: none;
}
.depositing-page-content .progress-indicator ul li.done + li:after {
  background-color: #0056b3;
}
@media (min-width: 1330px) {
  .depositing-page-content .progress-indicator ul li {
    padding: 0;
  }
}
.depositing-page-content .seqmap-wrapper {
  max-width: 180px;
}
.depositing-page-content #section-sequences .seqmap-wrapper {
  margin-right: 4rem;
  margin-bottom: 2rem;
}
.depositing-page-content #sidebar-sequences .seqmap-wrapper {
  margin-bottom: 2rem;
}
.icon-external-link {
  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;
}
.icon-external-link:before {
  content: "\e164";
}
.icon-plus:before {
  content: '';
  aspect-ratio: 1.07692308;
  width: 1em;
  display: inline-block;
  margin: 0 0.2em 0.2em 0;
  vertical-align: middle;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.117%206.327a.499.499%200%200%201-.153.358.531.531%200%200%201-.37.148H7.37v5.064a.498.498%200%200%201-.153.358.531.531%200%200%201-.739%200%20.498.498%200%200%201-.153-.358V6.833H1.1a.531.531%200%200%201-.37-.148.499.499%200%200%201%200-.716.531.531%200%200%201%20.37-.149h5.225V.756c0-.134.055-.263.153-.358a.531.531%200%200%201%20.74%200%20.499.499%200%200%201%20.152.358V5.82h5.226c.138%200%20.271.054.37.149a.499.499%200%200%201%20.152.358z%22%20fill%3D%22%23585858%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}
.icon-trash-can:before {
  content: '';
  aspect-ratio: 0.93333333;
  width: 1em;
  display: inline-block;
  margin: 0 0.2em 0.2em 0;
  vertical-align: middle;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.417%202.308H10.5V1.73c0-.46-.184-.9-.513-1.224A1.76%201.76%200%200%200%208.75%200h-3.5c-.464%200-.91.182-1.237.507A1.721%201.721%200%200%200%203.5%201.73v.577H.583a.587.587%200%200%200-.412.169.574.574%200%200%200%200%20.816c.11.108.258.169.412.169h.584v10.384c0%20.306.123.6.341.816.22.216.516.338.825.338h9.334c.31%200%20.606-.122.825-.338.218-.216.341-.51.341-.816V3.462h.584c.154%200%20.303-.061.412-.17a.574.574%200%200%200%200-.815.586.586%200%200%200-.412-.17zm-8.75-.577c0-.153.061-.3.17-.408a.587.587%200%200%201%20.413-.17h3.5c.155%200%20.303.062.412.17.11.108.171.255.171.408v.577H4.667V1.73zm7%2012.115H2.333V3.462h9.334v10.384zm-5.834-7.5v4.615c0%20.153-.061.3-.17.409a.587.587%200%200%201-.825%200%20.574.574%200%200%201-.171-.409V6.346c0-.153.061-.3.17-.408a.587.587%200%200%201%20.825%200c.11.108.171.255.171.408zm3.5%200v4.615c0%20.153-.061.3-.17.409a.587.587%200%200%201-.825%200%20.574.574%200%200%201-.171-.409V6.346c0-.153.061-.3.17-.408a.587.587%200%200%201%20.825%200c.11.108.171.255.171.408z%22%20fill%3D%22%23585858%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}
/*
  Support for older Protocol pages created without template
*/
.protocol-page-heading h2.section-title {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}
.protocol-page-heading h2.section-title.icon-title {
  flex-grow: unset !important;
}
.error-message {
  margin-top: 35px;
}
.error-message .error-details .error-title {
  font-size: 55px;
}
.error-message .error-details .error-detail-statement {
  font-size: 22px;
}
.error-message .error-details .error-link-list li {
  margin-bottom: 3px;
}
.error-message .error-image img {
  width: 450px;
}
.addgene-track-order-page .track-order-panel {
  width: 70%;
  text-align: center;
  margin: 4em auto 2em;
}
.addgene-track-order-page .track-order-panel .panel-body p:first-of-type {
  margin-bottom: 0;
}
.addgene-track-order-page .track-order-panel input {
  margin-top: 1em;
}
.addgene-track-order-page .track-order-panel .search-fields {
  width: 70%;
  margin: auto;
}
.addgene-track-order-page .track-order-panel .search-fields ul,
.addgene-track-order-page .track-order-panel .search-fields li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.addgene-track-order-page .track-order-panel .search-fields li:first-child {
  padding-right: 3em;
}
.addgene-track-order-page .help-message {
  margin-top: 2em;
}
.addgene-track-order-page .table th,
.addgene-track-order-page .plasmid-modal .giraffe-table th {
  white-space: nowrap;
}
.addgene-track-order-page .table .column-shipment-id,
.addgene-track-order-page .plasmid-modal .giraffe-table .column-shipment-id {
  white-space: nowrap;
}
.addgene-track-order-page .table .column-mta-status,
.addgene-track-order-page .table .column-payment-status,
.addgene-track-order-page .table .column-shipment-status,
.addgene-track-order-page .plasmid-modal .giraffe-table .column-mta-status,
.addgene-track-order-page .plasmid-modal .giraffe-table .column-payment-status,
.addgene-track-order-page .plasmid-modal .giraffe-table .column-shipment-status {
  width: 33%;
}
.addgene-track-order-page .table .cell-icon,
.addgene-track-order-page .table .cell-content,
.addgene-track-order-page .plasmid-modal .giraffe-table .cell-icon,
.addgene-track-order-page .plasmid-modal .giraffe-table .cell-content {
  display: table-cell;
  vertical-align: top;
}
.addgene-track-order-page .icon-checkmark {
  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;
  color: #0a3622;
  padding-right: 1em;
}
.addgene-track-order-page .icon-checkmark:before {
  content: "\e013";
}
a.addgene-track-order-page .icon-checkmark:hover {
  color: #020b07;
}
.addgene-track-order-page .icon-warning {
  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;
  color: #664d03;
  padding-right: 1em;
}
.addgene-track-order-page .icon-warning:before {
  content: "\e101";
}
a.addgene-track-order-page .icon-warning:hover {
  color: #342802;
}
.account-panel {
  margin-top: 40px;
}
.account-panel .panel-title,
.account-panel .primary-action {
  font-size: 18px;
}
.account-panel .bottom-spacing {
  margin-bottom: 20px;
}
.account-panel .top-spacing {
  margin-top: 30px;
}
h1:has(+ .tto-dashboard) {
  margin-bottom: 4rem;
}
h1:has(+ .tto-accounts) {
  margin-bottom: 4rem;
}
h1:has(+ .tto-resources) {
  margin-bottom: 4rem;
}
.tto-account-headings {
  margin-top: 50px;
  margin-bottom: 30px;
}
.h3.tto-org-name {
  margin-bottom: 1rem;
}
.tto-breadcrumbs {
  padding: 0;
  margin: 10px 0 0 0;
}
.tto-breadcrumbs li::after {
  margin: 0 0.7em;
}
p.tto-page-description {
  margin-bottom: 3rem;
}
.tto-dashboard-header {
  margin: 0.5rem 0 4rem 1.25rem;
}
.tto-dashboard-header #org-settings a {
  text-decoration-line: none;
}
.tto-dashboard-header #org-settings a .organization-settings-icon {
  background-image: url('../images/public/tto/icon-dashboard-organization-settings.svg');
  height: 2rem;
  width: 2rem;
  margin-right: 0.75rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.tto-dashboard-header #org-settings a:hover .organization-settings-icon,
.tto-dashboard-header #org-settings a:focus .organization-settings-icon {
  background-image: url('../images/public/tto/icon-dashboard-organization-settings-hover.svg');
}
.tto-dashboard .tto-panel {
  margin: 0 0 4rem 0;
}
.tto-dashboard .tto-panel .tto-icon {
  height: 37px;
  width: 37px;
  margin-right: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.tto-dashboard .tto-panel .panel-heading {
  background-color: #f5f5f5;
  padding: 17px 25px;
}
.tto-dashboard .tto-panel .panel-heading .panel-title {
  font-size: 20px;
}
.tto-dashboard .tto-panel .panel-body {
  padding: 40px 50px;
}
.tto-dashboard .tto-panel .options:not(:first-of-type) {
  margin-top: 20px;
}
.tto-dashboard .tto-panel .options:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.tto-dashboard .tto-panel .options a {
  flex-grow: 1;
}
.tto-dashboard .tto-panel .options a:hover,
.tto-dashboard .tto-panel .options a:focus {
  text-decoration: none;
}
.tto-dashboard .tto-panel .options h3 {
  margin-bottom: 5px;
}
.tto-dashboard .tto-panel .options p.help-text {
  margin-top: 5px;
  line-height: normal;
  margin-bottom: 0;
  color: #585858;
}
.tto-dashboard .tto-panel .options .count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1em;
  font-size: 20px;
}
.tto-dashboard .tto-panel .options .count img {
  height: 2em;
}
@media (min-width: 1200px) {
  .tto-dashboard .tto-panel .options .preferences.help-text {
    width: 90%;
  }
}
.tto-dashboard #deposits-panel a#new-deposits .pending-deposited-materials-icon {
  background-image: url('../images/public/tto/icon-dashboard-pending-deposited-materials.svg');
}
.tto-dashboard #deposits-panel a#new-deposits:hover .pending-deposited-materials-icon,
.tto-dashboard #deposits-panel a#new-deposits:focus .pending-deposited-materials-icon {
  background-image: url('../images/public/tto/icon-dashboard-pending-deposited-materials-hover.svg');
}
.tto-dashboard #deposits-panel a#all-deposited-materials .all-deposited-materials-icon {
  background-image: url('../images/public/tto/icon-dashboard-all-deposited-materials.svg');
}
.tto-dashboard #deposits-panel a#all-deposited-materials:hover .all-deposited-materials-icon,
.tto-dashboard #deposits-panel a#all-deposited-materials:focus .all-deposited-materials-icon {
  background-image: url('../images/public/tto/icon-dashboard-all-deposited-materials-hover.svg');
}
.tto-dashboard #deposits-panel a#materials-distributed .materials-distributed-icon {
  background-image: url('../images/public/tto/icon-dashboard-materials-distributed.svg');
  height: 44px;
}
.tto-dashboard #deposits-panel a#materials-distributed:hover .materials-distributed-icon,
.tto-dashboard #deposits-panel a#materials-distributed:focus .materials-distributed-icon {
  background-image: url('../images/public/tto/icon-dashboard-materials-distributed-hover.svg');
}
.tto-dashboard .requests-panel .panel-body {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 87.8%;
}
.tto-dashboard .requests-panel .panel-body.only-requests {
  height: inherit;
}
.tto-dashboard .requests-panel .panel-body a#new-materials .pending-requested-materials-icon {
  background-image: url('../images/public/tto/icon-dashboard-pending-requested-materials.svg');
}
.tto-dashboard .requests-panel .panel-body a#new-materials:hover .pending-requested-materials-icon,
.tto-dashboard .requests-panel .panel-body a#new-materials:focus .pending-requested-materials-icon {
  background-image: url('../images/public/tto/icon-dashboard-pending-requested-materials-hover.svg');
}
.tto-dashboard .requests-panel .panel-body a#all-requested-materials .all-requested-materials-icon {
  background-image: url('../images/public/tto/icon-dashboard-all-requested-materials.svg');
  flex-shrink: 0;
}
.tto-dashboard .requests-panel .panel-body a#all-requested-materials:hover .all-requested-materials-icon,
.tto-dashboard .requests-panel .panel-body a#all-requested-materials:focus .all-requested-materials-icon {
  background-image: url('../images/public/tto/icon-dashboard-all-requested-materials-hover.svg');
}
.tto-dashboard .requests-panel .panel-body .requests-grp {
  flex-grow: 1;
}
.tto-dashboard .requests-panel .panel-body .requests-grp .options:last-of-type {
  padding-bottom: 20px;
}
.terms-panels .panel:hover {
  box-shadow: 0 0 10px #ddd;
}
.master-resources {
  margin-bottom: 30px;
}
.contact-list > li {
  margin-top: 10px;
}
.contact-list > li > .glyphicon,
.contact-list > li > .new-window:after,
.contact-list > li > .addgene-flame,
.contact-list > li > .order-page .order-item .order-status .order-alert .order-alert-icon {
  font-size: 16px;
  padding-right: 10px;
}
table#pending-requested-materials thead th:first-child {
  min-width: 100px;
}
table#pending-requested-materials thead th:nth-child(2) {
  min-width: 160px;
}
table#pending-requested-materials thead th:nth-child(4) {
  min-width: 110px;
}
table#pending-requested-materials thead th:nth-child(5) {
  min-width: 150px;
}
table#pending-requested-materials tbody tr td:first-child,
table#pending-requested-materials tbody tr td:nth-child(4) {
  white-space: nowrap;
}
table#pending-requested-materials tbody tr td:nth-child(2),
table#pending-requested-materials tbody tr td:nth-child(3) {
  word-break: break-word;
}
table#pending-requested-materials tbody tr td a.btn-addgene-search {
  padding: 6px 20px;
}
table#pending-requested-materials tbody .item-list {
  margin-bottom: 0;
}
table#pending-requested-materials tbody .item-list li {
  padding: 10px 0;
  width: fit-content;
  position: relative;
}
table#pending-requested-materials tbody .item-list li:nth-of-type(2)::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: thin solid #cccccc;
}
table#pending-requested-materials tbody .item-list li:first-of-type {
  padding-top: 0;
}
table#pending-requested-materials tbody .item-list li:last-of-type {
  padding-bottom: 0;
}
dl.item-details {
  margin-top: 35px;
}
dl.item-details dd,
dl.item-details dt {
  line-height: 1.7;
}
dl.item-details dd {
  margin-bottom: 25px;
  margin-left: 270px;
}
dl.item-details dt {
  width: 270px;
  overflow: auto;
  white-space: normal;
  text-align: left;
  padding-right: 40px;
}
dl.item-details ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
dl.item-details form.distribution-status-form.disabled .radio label {
  color: rgba(88, 88, 88, 0.81);
  cursor: not-allowed;
}
dl.item-details form.distribution-status-form .radio label {
  font-weight: bold;
}
dl.item-details form.distribution-status-form .radio label.current:after {
  content: '(Current)';
}
dl.item-details form.distribution-status-form .radio label input {
  margin-right: 10px;
  height: 15px;
  width: 15px;
}
dl.item-details form.distribution-status-form div.alert-neutral {
  line-height: normal;
}
dl.item-details form.distribution-status-form .emta-certification {
  margin: 25px 0;
}
section.item-approval-history table tbody tr td p {
  margin: 0;
}
table#materials-distributed tbody tr td:nth-last-child(2),
table#all-deposited-materials tbody tr td:nth-last-child(2),
table#all-requested-materials tbody tr td:nth-last-child(2),
table#materials-distributed tbody tr td:last-child,
table#all-deposited-materials tbody tr td:last-child,
table#all-requested-materials tbody tr td:last-child {
  white-space: nowrap;
}
table#materials-distributed tbody td:nth-child(3) {
  width: 200px;
}
form#approve-pending-deposits ul.addgene-nav-list li button {
  border: 0;
}
form#approve-pending-deposits ul.addgene-nav-list li:first-child button {
  padding-left: 0;
}
form#approve-pending-deposits ul.addgene-nav-list li:last-child {
  padding-left: 0;
}
form#approve-pending-deposits ul.addgene-nav-list li:last-child button {
  padding-left: 12px;
}
table#pending-deposits-table tbody tr td:first-child {
  text-align: center;
}
table#pending-deposits-table tbody tr td:first-child input[type="checkbox"] {
  height: 15px;
  width: 15px;
}
table#pending-deposits-table tbody tr td:nth-last-child(3),
table#pending-deposits-table tbody tr td:last-child {
  white-space: nowrap;
}
div.col-paginate-export {
  display: flex;
}
div.col-paginate-export nav {
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  div.col-paginate-export nav {
    margin-right: 15px;
  }
}
section#item-distribution-log table tbody tr td:last-child {
  white-space: nowrap;
}
.tto-filter-row {
  margin-left: 0px;
  margin-right: 0px;
}
.tto-export-csv-row {
  margin-right: 15px;
}
.tto-filter-no-matching-row {
  margin-left: 15px;
  margin-right: 15px;
}
table.material-specific-terms-deposited-materials tbody tr td:nth-last-child(2),
table.material-specific-terms-deposited-materials tbody tr td:last-child {
  white-space: nowrap;
}
.infographic-title {
  margin: 3.5rem 0 2.5rem 0;
}
#infographic-row img {
  width: 200px;
  margin-bottom: 2rem;
}
#infographic-row p {
  margin-bottom: 2rem;
  font-size: 1.2em;
}
#infographic-row span {
  color: #172544;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
.seq-analysis-form > textarea {
  width: 55vw;
  height: 25vh;
  resize: vertical;
  min-width: 600px;
  min-height: 200px;
}
.cart-page .alerts-row.alerts-flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.cart-page .alerts-row.alerts-flex-row > div,
.cart-page .alerts-row.alerts-flex-row > div > section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.cart-page .alerts-row.alerts-flex-row > div .cart-msg-panel,
.cart-page .alerts-row.alerts-flex-row > div > section .cart-msg-panel {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.cart-page .alerts-row .cart-msg-panel .panel-heading {
  color: #585858;
  font-size: 22px;
  padding: 15px 20px;
  background-color: white;
}
.cart-page .alerts-row .cart-msg-panel .panel-heading .glyphicon-exclamation-sign,
.cart-page .alerts-row .cart-msg-panel .panel-heading .order-page .order-item .order-status .order-alert .order-alert-icon {
  margin-right: 8px;
}
.cart-page .alerts-row #unavailable-item-panel .items-list,
.cart-page .alerts-row #archived-item-panel .items-list {
  padding-left: 0;
}
.cart-page .alerts-row #unavailable-item-panel .items-list > li,
.cart-page .alerts-row #archived-item-panel .items-list > li {
  margin-bottom: 0.5em;
}
.cart-page .alerts-row #close-discontinued-item-alert {
  padding-top: 5px;
}
.quote-table {
  counter-reset: Serial;
}
.quote-table .warning-highlight-row {
  background-color: rgba(255, 243, 205, 0.5);
}
.quote-table .table-default-striping {
  background-color: #f5f5f5;
}
.quote-table .table-default-hover-striping > td {
  background-color: #dfdfdf;
}
.quote-table .merged-row {
  border-bottom: 0;
}
.quote-table.table-hover > tbody > tr.viral-row:hover + .rider-row,
.quote-table.plasmid-modal .giraffe-table > tbody > tr.viral-row:hover + .rider-row {
  background-color: #dfdfdf !important;
}
.quote-table thead {
  background-color: white;
  color: inherit;
}
.quote-table thead tr th:first-child {
  padding-left: 10px;
  width: 12%;
}
.quote-table thead #serial-no-column {
  width: 35px;
}
.quote-table tbody tr {
  background-color: #f5f5f5;
  border: 8px solid white;
  border-left-width: 0;
  border-right-width: 0;
}
.quote-table tbody tr td:first-child {
  padding-left: 10px;
}
.quote-table tbody tr td:nth-child(2) {
  overflow-wrap: anywhere;
}
.quote-table tbody tr .viral-rider-warning {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
}
.quote-table tbody tr .warning-highlight-item {
  padding: 5px;
}
.quote-table tbody tr .vv-por-indicator {
  margin-right: 0 !important;
}
.quote-table tbody tr .alert-warning.warning-highlight-item {
  background-color: #ffedb3;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.quote-table tbody tr .backordered-msg {
  margin-top: 8px;
  margin-right: -10px;
}
.quote-table tbody tr .viral-cell-spacing {
  display: inline-block;
  padding-top: 8px;
}
.quote-table tbody tr .btn-link.cart-btn {
  color: #585858;
}
.quote-table tbody tr:not(.viral-row) > td {
  vertical-align: middle;
}
.quote-table tbody tr.viral-row td:nth-child(2) {
  padding-top: 10px;
}
.quote-table tbody tr.rider-row td:nth-child(2) {
  padding-bottom: 10px;
}
.quote-table tbody tr.rider-row {
  border-top: 0!important;
}
.quote-table tbody tr.rider-row td:nth-child(n+2):nth-child(-n+4) {
  border-top: 1px solid #ddd;
}
.quote-table tbody tr:not(.rider-row) td.auto-index {
  width: 35px;
  text-align: right;
}
.quote-table tbody tr:not(.rider-row) td.auto-index:before {
  padding-left: 5px;
  counter-increment: Serial;
  content: counter(Serial) '.';
}
.quote-table.cart-items-verify tr {
  background-color: #ffffff;
  border-bottom: 0;
}
.quote-table.cart-items-verify tr:not(.rider-row):not(:first-child) {
  border-top: 1px solid #ddd;
}
.quote-table.cart-items-verify tr:not(:first-child):not(.rider-row) td {
  padding-top: 1em;
}
.quote-table.cart-items-verify tr:not(.viral-row) td {
  padding-bottom: 1em;
}
.quote-table.cart-items-verify tr .viral-cell-spacing {
  padding-top: 0;
}
.checkout-heading {
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.space-items-center,
.unavailable-items-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .space-items-center {
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
}
.order-summary-panel .space-items-center.top-spacing,
.distributor-order-summary-panel .space-items-center.top-spacing {
  margin-top: 1em;
}
.order-summary-panel .panel-body,
.distributor-order-summary-panel .panel-body {
  padding: 15px 25px 15px 25px;
}
@media (max-width: 1200px) {
  .order-summary-panel .panel-body,
  .distributor-order-summary-panel .panel-body {
    padding: 15px;
  }
}
.order-summary-panel .panel-body .viral-courier,
.distributor-order-summary-panel .panel-body .viral-courier {
  font-weight: bold;
}
.order-summary-panel .panel-body .environment-shipping-couriers,
.distributor-order-summary-panel .panel-body .environment-shipping-couriers {
  margin-top: 0.5em;
}
.order-summary-panel .panel-body .environment-shipping-couriers label,
.distributor-order-summary-panel .panel-body .environment-shipping-couriers label {
  margin-top: 3px;
  margin-bottom: 5px;
}
.order-summary-panel .panel-body #viral-shipping-couriers,
.distributor-order-summary-panel .panel-body #viral-shipping-couriers {
  margin-top: 0.5em;
}
.order-summary-panel .panel-body #viral-shipping-couriers label,
.distributor-order-summary-panel .panel-body #viral-shipping-couriers label {
  margin-left: 3px;
  vertical-align: text-top;
}
.order-summary-panel .panel-body .btn-link-actions,
.distributor-order-summary-panel .panel-body .btn-link-actions {
  margin-top: 3em;
  margin-bottom: 1.5em;
}
.order-summary-panel .panel-body img.spinner-width,
.distributor-order-summary-panel .panel-body img.spinner-width {
  width: 40px;
}
.order-summary-panel .panel-body #transparency-message,
.distributor-order-summary-panel .panel-body #transparency-message {
  font-size: 14px;
}
.order-summary-panel .panel-body #transparency-message img.spinner-width,
.distributor-order-summary-panel .panel-body #transparency-message img.spinner-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.order-summary-panel .panel-body #shipping-costs .spinner-row,
.distributor-order-summary-panel .panel-body #shipping-costs .spinner-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.order-summary-panel .panel-body #shipping-costs img.spinner-width,
.distributor-order-summary-panel .panel-body #shipping-costs img.spinner-width {
  margin-top: 0.6rem;
}
.order-summary-panel .order-shipping-section,
.distributor-order-summary-panel .order-shipping-section {
  margin-top: 1em;
}
.order-summary-panel .summary-spacing,
.distributor-order-summary-panel .summary-spacing {
  display: block;
  margin-top: 2em;
}
.order-summary-panel .multi-shipping-warning,
.distributor-order-summary-panel .multi-shipping-warning {
  margin-bottom: 1em;
}
.order-summary-panel .warning-spacing,
.distributor-order-summary-panel .warning-spacing {
  margin-top: 3em;
}
.order-summary-panel .summary-columns,
.distributor-order-summary-panel .summary-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.order-summary-panel .shipping-label,
.distributor-order-summary-panel .shipping-label {
  font-weight: bold;
  display: inline-block;
}
.order-summary-panel .promo-code-container > form,
.distributor-order-summary-panel .promo-code-container > form {
  display: inline-block;
}
.order-summary-panel .total-text,
.distributor-order-summary-panel .total-text {
  font-size: 18px;
  font-weight: bold;
}
.order-summary-panel #courier-reaction-id,
.distributor-order-summary-panel #courier-reaction-id {
  margin-top: 3em;
  margin-bottom: 1em;
}
.order-summary-panel #courier-reaction-id .btn-primary.cart-btn,
.distributor-order-summary-panel #courier-reaction-id .btn-primary.cart-btn {
  padding: 8px 40px;
}
.order-summary-panel #viral-courier-reaction-id,
.distributor-order-summary-panel #viral-courier-reaction-id {
  margin-top: 3em;
  margin-bottom: 1em;
}
.order-summary-panel #viral-courier-reaction-id .btn-primary.cart-btn,
.distributor-order-summary-panel #viral-courier-reaction-id .btn-primary.cart-btn {
  padding: 8px 40px;
}
.quote-empty-cart-container {
  margin-bottom: 6em;
}
.quote-empty-cart-container #cart-quote-link {
  padding-left: 0;
  text-align: left;
}
.quote-empty-cart-container #cart-quote-link > span {
  padding-right: 10px;
}
.quote-empty-cart-container #cart-quote-link > span > img {
  width: 10%;
}
@media (max-width: 1200px) {
  .quote-empty-cart-container #empty_cart_button {
    padding: 5px 10px;
    font-size: 12px;
  }
}
#courier-reaction-id .cart-btn[disabled] {
  cursor: not-allowed;
  pointer-events: visible;
}
#viral-courier-reaction-id .cart-btn[disabled] {
  cursor: not-allowed;
  pointer-events: visible;
}
.promo-action-btn {
  margin-left: 0.75em;
}
@media (max-width: 1330px) {
  .promo-action-btn {
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .promo-action-btn {
    margin-top: 0.75em;
    margin-left: 0;
  }
}
#promotion-code-field {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  #promotion-code-field {
    width: 45%;
  }
}
.spinner-width {
  width: 20px;
}
section.search .homepage-hero {
  min-height: 45.45em;
  background: url('../images/public/homepage/homepage-hero/homepage-hero-left.svg'), url('../images/public/homepage/homepage-hero/homepage-hero-right.svg'), #172544;
  background-position: left -120px bottom -120px, right -200px bottom -200px;
  background-repeat: no-repeat, no-repeat;
  background-size: 720px, 680px;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  section.search .homepage-hero {
    background-position: left -7vw bottom -13vw, right -19vw bottom -19vw;
    background-size: 66vw, 59vw;
  }
}
@media (min-width: 1450px) {
  section.search .homepage-hero {
    background-position: left -105px bottom -220px, right -300px bottom -350px;
    background-size: 1050px, 1000px;
  }
}
section.search .homepage-hero .justify-content-center {
  display: flex;
  justify-content: center;
}
section.search .homepage-hero .justify-content-center:first-of-type {
  margin-top: 7rem;
  margin-bottom: 5rem;
}
@media (max-width: 1329px) {
  section.search .homepage-hero .justify-content-center:first-of-type {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
section.search .homepage-hero h1 {
  color: white;
  font-size: 8.2rem;
  margin: 0;
}
@media (max-width: 1329px) {
  section.search .homepage-hero h1 {
    font-size: 7rem;
  }
}
section.search .homepage-hero .row.hero {
  margin-bottom: 7rem;
}
section.search .nav.nav-tabs {
  border: 0;
}
section.search .nav.nav-tabs li {
  margin: 0;
}
section.search .nav.nav-tabs li > a {
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border: 0;
  margin: 0;
  color: white;
  background-color: #0056b3;
  border-color: transparent;
}
section.search .nav.nav-tabs li > a:hover,
section.search .nav.nav-tabs li > a:focus,
section.search .nav.nav-tabs li > a:active,
section.search .nav.nav-tabs li > a.active,
.open .dropdown-togglesection.search .nav.nav-tabs li > a {
  color: white;
  background-color: #00428a;
  border-color: rgba(0, 0, 0, 0);
}
section.search .nav.nav-tabs li > a:active,
section.search .nav.nav-tabs li > a.active,
.open .dropdown-togglesection.search .nav.nav-tabs li > a {
  background-image: none;
}
section.search .nav.nav-tabs li > a.disabled,
section.search .nav.nav-tabs li > a[disabled],
fieldset[disabled] section.search .nav.nav-tabs li > a,
section.search .nav.nav-tabs li > a.disabled:hover,
section.search .nav.nav-tabs li > a[disabled]:hover,
fieldset[disabled] section.search .nav.nav-tabs li > a:hover,
section.search .nav.nav-tabs li > a.disabled:focus,
section.search .nav.nav-tabs li > a[disabled]:focus,
fieldset[disabled] section.search .nav.nav-tabs li > a:focus,
section.search .nav.nav-tabs li > a.disabled:active,
section.search .nav.nav-tabs li > a[disabled]:active,
fieldset[disabled] section.search .nav.nav-tabs li > a:active,
section.search .nav.nav-tabs li > a.disabled.active,
section.search .nav.nav-tabs li > a[disabled].active,
fieldset[disabled] section.search .nav.nav-tabs li > a.active {
  background-color: #0056b3;
  border-color: transparent;
}
section.search .nav.nav-tabs li > a .badge {
  color: #0056b3;
  background-color: white;
}
section.search .nav.nav-tabs li:first-child a[data-toggle="tab"] {
  border-top-left-radius: 1rem;
}
section.search .nav.nav-tabs li:last-child a[data-toggle="tab"] {
  border-top-right-radius: 1rem;
}
section.search .nav.nav-tabs a[data-toggle="tab"] {
  line-height: 1;
  padding: 2rem 4rem;
  font-size: 2.2rem;
}
section.search .nav.nav-tabs li.active a[data-toggle="tab"] {
  outline: none;
  background: white;
  color: #585858;
}
section.search .nav.nav-tabs li:has(span.indicator) > a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
section.search .nav.nav-tabs li:has(span.indicator) > a .indicator {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #172544;
  border-radius: 0.2rem;
  padding: 0.5rem 0.7rem;
}
section.search .nav.nav-tabs li:not(:has(span.indicator)) > a,
section.search .nav.nav-tabs li:not(:has(span.indicator)) a:hover,
section.search .nav.nav-tabs li:not(:has(span.indicator)) a:focus {
  line-height: 2.8rem;
}
section.search .panel-default {
  border: 0;
  margin-bottom: 0;
  box-shadow: 19px 33px 25px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 1rem 1rem 1rem;
}
section.search .panel-default .panel-body {
  padding: 4rem;
}
section.search form#search-bar {
  border: 0;
  box-shadow: none;
  margin: 0;
}
section.search form#search-bar .search-bar-parent {
  gap: 4rem;
}
section.search form#search-bar .search-bar-parent .search-bar-container {
  border-radius: 1rem;
  border: 2px solid #cccccc;
}
section.search form#search-bar .search-bar-parent #search-text-input {
  padding: 1.95rem 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
section.search form#search-bar .search-bar-parent #search_submit_id {
  font-size: 1.8rem;
  border: 0;
  line-height: 1;
  border-radius: 1rem;
  padding: 2.3rem 5rem;
  transition: all 0.3s ease-in-out;
}
section.search .search-bar-parent {
  margin-bottom: 4rem;
}
section.search div.tab-pane#search-repository .browse-materials-links ul.list-unstyled,
section.search div.tab-pane#search-repository .browse-materials-links ul.addgene-faq-list,
section.search div.tab-pane#search-repository .browse-materials-links ulform.rebrand .has-error .errorlist,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .sequence-form fieldset:has(legend) ul,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .map-form fieldset:has(legend) ul,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .support-file-form fieldset:has(legend) ul,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .cloning-form fieldset:has(legend) ul,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 0;
}
section.search div.tab-pane#search-repository .browse-materials-links ul.list-unstyled li.divider,
section.search div.tab-pane#search-repository .browse-materials-links ul.addgene-faq-list li.divider,
section.search div.tab-pane#search-repository .browse-materials-links ulform.rebrand .has-error .errorlist li.divider,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .sequence-form fieldset:has(legend) ul li.divider,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .map-form fieldset:has(legend) ul li.divider,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .support-file-form fieldset:has(legend) ul li.divider,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .gene-insert-form fieldset:has(legend) ul li.divider,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .cloning-form fieldset:has(legend) ul li.divider,
section.search div.tab-pane#search-repository .browse-materials-links ul.edit-plasmid-page .growth-distribution-form fieldset:has(legend) ul li.divider {
  width: 1px;
  height: 22.85714286px;
  border-right: 1px solid #cccccc;
}
section.search div.tab-pane#hero-search-by-sequence .d-flex,
section.search div.tab-pane#hero-search-by-sequence .edit-plasmid-page .copy-form {
  gap: 4rem;
}
section.search div.tab-pane#hero-search-by-sequence label {
  margin-bottom: 1.2rem;
  line-height: 1;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container {
  flex-grow: 3;
  max-width: 79rem;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container .form-group textarea {
  border: 2px solid #cccccc;
  margin-bottom: 1.2rem;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container .form-group select:not(:focus):not(:active) {
  border-color: #172544;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container .form-group .help-block {
  color: #585858;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container .form-group .help-block:not(:last-child) {
  margin-bottom: 2rem;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) {
  display: flex;
  align-items: center;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.text {
  line-height: 1;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.glyphicon,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.new-window:after,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.addgene-flame,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.order-page .order-item .order-status .order-alert .order-alert-icon {
  font-size: 1.8rem;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus {
  outline: none;
  text-decoration: none;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.text,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.text {
  text-decoration: underline;
}
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.glyphicon,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.glyphicon,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.new-window:after,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.new-window:after,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.addgene-flame,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.addgene-flame,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.order-page .order-item .order-status .order-alert .order-alert-icon,
section.search div.tab-pane#hero-search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.order-page .order-item .order-status .order-alert .order-alert-icon {
  text-decoration: none;
}
section.search div.tab-pane#hero-search-by-sequence button {
  font-size: 1.8rem;
  border: 0;
  line-height: 1;
  border-radius: 1rem;
  padding: 2.3rem 5rem;
  transition: all 0.3s ease-in-out;
}
div.statistics .container {
  font-size: 2.2rem;
  margin-top: 8rem;
  margin-bottom: 16rem;
  line-height: 2.2em;
}
div.statistics .container .row {
  text-align: start;
  display: flex;
  justify-content: center;
}
div.statistics .container .row [class^='col-'] {
  padding: 0 4rem;
}
div.statistics .container span.stats {
  font-family: Calistoga;
  color: #172544;
  font-size: 2.7rem;
}
@media (min-width: 1200px) {
  div.statistics .container {
    font-size: 2.5rem;
  }
}
section.about-us .container {
  margin-top: 8rem;
  font-size: 2.2rem;
  line-height: 2em;
}
section.about-us .container h2 {
  line-height: 1;
  margin: 0;
  font-size: 3.8rem;
}
section.about-us .container h2 + .row {
  margin-top: 8rem;
}
section.about-us .container .row {
  margin-bottom: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.about-us .container .col-image {
  margin-right: 9rem;
}
@media screen and (min-width: 1200px) {
  section.about-us .container .col-image {
    margin-right: 17rem;
  }
}
section.about-us .container .col-text {
  max-width: 38%;
}
section.about-us .container .col-text p {
  width: 100%;
  margin: 0;
}
section.about-us .container .col-text p:first-of-type {
  margin-bottom: 4rem;
}
section.about-us .container .col-text p:nth-of-type(2) {
  font-size: 1.8rem;
  line-height: normal;
}
section.about-us .container .col-text p:nth-of-type(2).multiple-links a:first-of-type {
  padding-right: 2rem;
  border-right: 1px solid #cccccc;
}
section.about-us .container .col-text p:nth-of-type(2).multiple-links a:last-of-type {
  padding-left: 2rem;
}
@media screen and (min-width: 1200px) {
  section.about-us .container .col-text p {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  section.about-us .container {
    font-size: 2.5rem;
  }
}
section.about-us .row-about.about-educational-resources div.col-text p {
  width: 80%;
}
section.testimonials .container {
  margin-top: 4rem;
}
section.testimonials .container h2 {
  line-height: 1;
  margin: 0;
  font-size: 3.8rem;
}
section.testimonials .container h2 img {
  margin: 0 1.5rem;
}
section.testimonials .container .row {
  margin: 8rem 0 6rem 0;
  display: flex;
  justify-content: center;
}
section.testimonials .container .row > div.panel:first-child {
  margin-right: 3rem;
}
section.testimonials .container .row > div.panel:last-child {
  margin-left: 3rem;
}
section.testimonials .container .row .panel-body {
  line-height: normal;
  max-width: 40%;
  min-height: 450px;
  border-radius: 1.4rem;
  border: 2px solid #cccccc;
  padding: 4rem;
  margin-bottom: 0;
}
section.testimonials .container .row .panel-body .panel-contents {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
section.testimonials .container .row .panel-body .panel-contents .testimonials-text {
  margin-bottom: 0;
  margin-top: 3rem;
  line-height: 2em;
}
section.testimonials .container .row .panel-body .panel-contents .testimonials-attribute {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 2rem;
}
section.testimonials .container .row .panel-body .panel-contents .testimonials-attribute .pi-name {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.8rem;
}
section.testimonials .container .row .panel-body .panel-contents .testimonials-attribute .pi-institution {
  margin: 0;
}
section.testimonials .container .row .panel-body .panel-contents .testimonials-attribute .pi-institution span.institution-city {
  display: block;
  margin-top: 0.5rem;
}
section.testimonials .container a.see-more {
  font-size: 1.8rem;
}
section.blog .container {
  margin-top: 17.6rem;
  margin-bottom: 17.6rem;
}
section.blog h2 {
  line-height: 1;
  margin: 0;
  font-size: 3.8rem;
}
section.blog h2 + .blog-posts {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.blog .post {
  display: flex;
  align-items: center;
  width: 85%;
}
section.blog .post .author-image {
  margin-right: 6rem;
  background: #cccccc;
  border-radius: 50%;
}
section.blog .post .author-image img {
  object-fit: cover;
  min-width: 21.8rem;
  min-height: 21.8rem;
  max-width: 21.8rem;
  max-height: 21.8rem;
  border-radius: 50%;
}
section.blog .post .post-description .publishing-info {
  margin-bottom: 0.5rem;
}
section.blog .post .post-description .publishing-info span.author {
  margin-right: 3.6rem;
}
section.blog .post .post-description h3 {
  margin: 0;
  width: 80%;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.4em;
  margin-bottom: 2.4rem;
}
section.blog .post .post-description .post-summary {
  width: 90%;
  font-size: 1em;
  line-height: 1.5;
}
section.blog .post:not(:last-of-type) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #cccccc;
}
section.blog .post:last-of-type {
  margin-bottom: 6rem;
}
section.blog a.see-more {
  font-size: 1.8rem;
}
section.tools-of-the-day {
  margin-top: 17.6rem;
  margin-bottom: 10rem;
}
section.tools-of-the-day h2 {
  line-height: 1;
  margin: 0;
  font-size: 3.8rem;
}
section.tools-of-the-day .row {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
section.tools-of-the-day .row .card {
  width: 30%;
}
section.tools-of-the-day .row .card img {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #cccccc;
  margin-bottom: 4.1rem;
}
section.tools-of-the-day .row .card h3 {
  font-size: 2rem;
  color: #172544;
  margin: 0 0 2rem;
}
section.tools-of-the-day .row .card #plasmid-of-the-day p,
section.tools-of-the-day .row .card #virus-of-the-day p,
section.tools-of-the-day .row .card #antibody-of-the-day p {
  margin: 0;
}
section.tools-of-the-day .row .card #plasmid-of-the-day p.tool-name,
section.tools-of-the-day .row .card #virus-of-the-day p.tool-name,
section.tools-of-the-day .row .card #antibody-of-the-day p.tool-name {
  word-wrap: break-word;
  font-size: 2.8rem;
  margin-bottom: 1.8rem;
}
section.tools-of-the-day .row .card #plasmid-of-the-day p:last-child,
section.tools-of-the-day .row .card #virus-of-the-day p:last-child,
section.tools-of-the-day .row .card #antibody-of-the-day p:last-child {
  margin-top: 1.8rem;
  line-height: 1.5;
}
.distributor-checkout-wizard h1.top-heading {
  margin-top: 1.5em;
  font-weight: 400;
}
.distributor-checkout-wizard .cart-msg-panel .panel-heading {
  color: #585858;
  font-size: 22px;
  padding: 15px 20px;
  background-color: white;
}
.distributor-checkout-wizard .cart-msg-panel .panel-heading .glyphicon-exclamation-sign,
.distributor-checkout-wizard .cart-msg-panel .panel-heading .order-page .order-item .order-status .order-alert .order-alert-icon {
  margin-right: 8px;
}
.distributor-checkout-wizard .progress-indicator {
  margin-bottom: 3em;
  /* IE11 shim for lack of CSS grid support */
}
.distributor-checkout-wizard .progress-indicator .indicator-wrapper {
  -ms-grid-columns: 0.5fr 10px 1fr 10px 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
}
.distributor-checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="1"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 0%), color-stop(#ddd 0%));
  background-image: linear-gradient(to right, #0056b3 0%, #ddd 0%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
.distributor-checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="2"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 50%), color-stop(#ddd 50%));
  background-image: linear-gradient(to right, #0056b3 50%, #ddd 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
.distributor-checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="3"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 100%), color-stop(#ddd 100%));
  background-image: linear-gradient(to right, #0056b3 100%, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .distributor-checkout-wizard .progress-indicator .indicator-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .distributor-checkout-wizard .progress-indicator .indicator-wrapper[data-step-id] {
    background-image: none;
  }
  .distributor-checkout-wizard .progress-indicator .indicator-wrapper > div:nth-child(even) {
    display: none;
  }
}
.distributor-checkout-wizard .checkout-field,
.distributor-checkout-wizard .help-block {
  width: 80%;
}
@media (max-width: 1200px) {
  .distributor-checkout-wizard .checkout-field {
    width: 100%;
  }
}
.distributor-checkout-wizard .info-form {
  margin-bottom: 4em;
}
.distributor-checkout-wizard .order-summary-panel .summary-spacing-bottom,
.distributor-checkout-wizard .distributor-order-summary-panel .summary-spacing-bottom {
  margin-bottom: 1.5em;
}
.distributor-checkout-wizard .add-item-form-fields {
  display: flex;
  justify-content: space-between;
  width: 30em;
}
.distributor-checkout-wizard .add-item-form-fields input:first-child {
  max-width: 35%;
}
.distributor-checkout-wizard .add-item-form-fields ul.add-item-result {
  margin: 2px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  cursor: pointer;
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.distributor-checkout-wizard .add-item-form-fields ul.add-item-result li {
  white-space: nowrap;
}
.distributor-checkout-wizard .add-item-form-fields ul.add-item-result li.ui-state-focus {
  background: rgba(23, 37, 68, 0.05);
  color: black;
  border: 1px dotted #172544;
}
.distributor-checkout-wizard .add-item-form-fields .add-item-qty-select {
  margin-right: 4em;
}
.distributor-checkout-wizard .add-item-form-fields .add-item-qty-select label {
  margin-bottom: 0;
  margin-left: 0;
}
.distributor-checkout-wizard .add-item-form-fields .add-item-qty-select select {
  width: 4em;
  padding: 6px;
  display: inline-block;
  margin-left: 10px;
}
.distributor-checkout-wizard .add-item-errors {
  width: 17.85em;
  margin-top: 1em;
}
.distributor-checkout-wizard .order-table {
  margin-top: 3em;
}
.distributor-checkout-wizard .order-table .quote-table tbody tr td:nth-child(2) {
  overflow-wrap: normal;
}
.distributor-checkout-wizard .order-table .quote-table tbody tr td:nth-child(3) {
  overflow-wrap: anywhere;
}
.distributor-checkout-wizard .verify-order-info {
  margin-top: 2em;
  margin-bottom: 2em;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:before,
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:after {
  clear: both;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:before,
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:after {
  clear: both;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dt {
  text-align: left;
  width: 30%;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dt,
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd {
  margin-bottom: 0.25em;
}
.distributor-checkout-wizard .verify-order-info h2 {
  margin-bottom: 1em;
}
#purpose-content {
  padding: 0 10px 10px 10px;
  height: 250px;
  overflow-y: scroll;
  margin-bottom: 15px;
  resize: none;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  line-height: 16px;
  white-space: pre-wrap;
}
#purpose-content-read-only {
  font-family: monospace;
}
#affinity-reagent-sequence-policy-form .panel-heading {
  margin-bottom: 0;
}
#affinity-reagent-sequence-policy-form .panel-body {
  padding-top: 0;
}
.punctuation-left {
  position: relative;
  left: -3px;
}
.sequence-policy-accept-toggle {
  cursor: pointer;
  color: #585858;
  position: relative;
  top: -4px;
}
a.sequence-policy-accept-toggle:hover,
a.sequence-policy-accept-toggle:focus {
  color: #585858;
  text-decoration: none;
  outline: 0;
}
.sequence-policy-accept-toggle + .popover {
  width: max-content;
  color: #585858;
}
.sequence-policy-accept-toggle + .popover .popover-title {
  font-size: 15px;
}
#affinity-reagent-sequence-reminder-link {
  font-size: 14px;
  position: relative;
}
#affinity-reagent-sequence-reminder-link.alert,
#affinity-reagent-sequence-reminder-link.errorlist > li,
#affinity-reagent-sequence-reminder-linkdiv.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li {
  font-size: inherit;
}
#affinity-reagent-sequence-reminder-link .dropdown-menu {
  width: 280px;
  padding: 10px;
  text-align: left;
  color: #585858;
}
.target-heading {
  background: #ebf2fa;
}
.elearning-intro-panel {
  min-height: 219px;
  margin-top: 40px;
  background-color: #FAFAFA;
  border-radius: 10px;
}
.elearning-intro-panel .intro-panel-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 219px;
}
.elearning-intro-panel .super-title {
  margin: 25px 0 0 0;
}
.elearning-intro-panel .desc-text {
  font-size: 18px;
  line-height: 25px;
}
.elearning-intro-panel .intro-panel-btn {
  text-align: center;
  background-color: #ed6524;
  border-color: transparent;
  border: none;
}
.elearning-intro-panel .vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 219px;
}
.elearning-intro-panel img {
  max-height: 100%;
}
.elearning-nav-btns {
  padding-left: 0;
  padding-right: 0;
}
.elearning-nav-btns .navbtn,
.elearning-nav-btns .navbtn:hover {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0056b3;
  border-color: #0056b3;
}
.elearning-nav-btns .next-btn {
  margin-left: 20px;
}
.elearning-video-panel .elearning-section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FAFAFA;
  border-radius: 11px;
}
.elearning-video-panel .section-heading {
  color: #0056b3;
  font-size: 30px;
  margin-bottom: 25px;
}
.elearning-video-panel .section-description {
  padding: 0 90px 0 90px;
  font-size: 18px;
}
.elearning-video-panel .video-panel {
  margin: 25px 90px;
  padding: 25px 25px;
  display: inline-block;
  background-color: white;
  box-shadow: 0px 1px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  min-height: 300px;
}
.elearning-video-panel h4 {
  font-weight: 500;
  font-size: 18px;
}
.elearning-video-panel .panel-text {
  min-height: 257px;
  padding-left: 25px;
  padding-right: 25px;
}
.elearning-video-panel .panel-text h3 {
  display: inline-block;
  font-size: 24px;
}
.elearning-video-panel .panel-text p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.elearning-video-panel iframe {
  width: 100%;
  min-height: 257px;
}
@media (max-width: 1200px) {
  .elearning-video-panel iframe {
    height: 300px;
  }
}
.elearning-video-panel .ctabtn {
  line-height: 44px;
  min-height: 46px;
  font-weight: 700;
  padding: 0 25px;
  min-width: 168px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .elearning-video-panel .ctabtn {
    display: block;
    margin-bottom: 0;
  }
  .elearning-video-panel .ctabtn:nth-of-type(2n) {
    margin-top: 1em;
  }
}
.elearning-video-panel .protocol-btn,
.elearning-video-panel .protocol-btn:focus {
  color: #ed6524;
  border-color: #ed6524;
  background-color: white;
  transition: all 500ms;
}
.elearning-video-panel .protocol-btn:hover {
  color: white;
  border-color: #ed6524;
  background-color: #ed6524;
}
.elearning-video-panel .quiz-btn,
.elearning-video-panel .quiz-btn:focus {
  color: #0056b3;
  border-color: #0056b3;
  background-color: white;
  transition: all 500ms;
}
@media (min-width: 1200px) {
  .elearning-video-panel .quiz-btn,
  .elearning-video-panel .quiz-btn:focus {
    float: right;
  }
}
.elearning-video-panel .quiz-btn:hover {
  color: white;
  background-color: #0056b3;
  border-color: #0056b3;
}
.elearning-video-panel .video-and-caption,
.elearning-video-panel .title,
.elearning-video-panel .buttons {
  padding-left: 25px;
  padding-right: 25px;
}
.elearning-video-panel .no-padding {
  padding: 0;
}
body.oauth-login-page .account-panel .panel-default.top-spacing {
  margin-top: 20px;
}
body.oauth-authorize-page #oauth-authorization-panel {
  padding-left: 80px;
}
body.oauth-authorize-page #oauth-authorization-panel .panel-title {
  white-space: nowrap;
}
body.oauth-authorize-page #oauth-authorization-panel .panel-body {
  padding: 35px;
}
body.oauth-authorize-page #oauth-authorization-panel .panel-body p {
  line-height: 27px;
}
body.oauth-authorize-page #oauth-authorization-panel .panel-body ul {
  margin-top: 20px;
}
body.oauth-authorize-page #oauth-authorization-panel .panel-body ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
body.oauth-authorize-page #oauth-authorization-panel .controls {
  margin-top: 30px;
}
body.oauth-authorize-page #oauth-authorization-panel #btn-authorize {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: 20px;
}
body.oauth-authorize-page #oauth-authorization-panel #btn-cancel {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
  border-color: #585858;
}
div#ebook-collections-banner {
  height: 400px;
  background: url('../images/public/ebook-collection-banner.svg') no-repeat right, #f5f5f5;
  background-size: auto 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  div#ebook-collections-banner {
    height: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1329px) {
  div#ebook-collections-banner {
    height: 350px;
  }
}
div#ebook-collections-banner .banner-text {
  margin: 3.5em;
  width: 39%;
}
@media (min-width: 1200px) {
  div#ebook-collections-banner .banner-text {
    width: 47%;
  }
}
@media (min-width: 1330px) {
  div#ebook-collections-banner .banner-text {
    width: 43%;
  }
}
div#ebook-collections-banner .banner-text h1 {
  font-size: 48px;
  font-family: Calistoga;
  font-weight: normal;
  color: #172544;
  margin-bottom: 20px;
}
@media (min-width: 1199px) {
  div#ebook-collections-banner .banner-text h1 {
    font-size: 70px;
  }
}
div#ebook-collections-banner .banner-text p {
  line-height: 1.6;
}
form#download-ebooks {
  margin: 50px auto 30px;
}
form#download-ebooks .count-and-download {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1230px;
}
@media (max-width: 1329px) {
  form#download-ebooks .count-and-download {
    max-width: 1120px;
  }
}
form#download-ebooks .count-and-download:first-of-type {
  margin-bottom: 35px;
}
form#download-ebooks .count-and-download:last-of-type {
  margin-top: 20px;
}
form#download-ebooks .count-and-download .btn-download {
  margin-left: 1.5em;
}
form#download-ebooks .ebook-component-row {
  margin-right: auto;
  margin-left: auto;
  max-width: 1230px;
}
form#download-ebooks .component-column {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  width: 410px;
}
.ebook-component {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 730px;
  border-radius: 12px;
  border: 2px solid #cccccc;
}
.ebook-component .side-margins {
  margin-left: 30px;
  margin-right: 30px;
}
.ebook-component.selected {
  border: 2px solid #0056b3;
}
.ebook-component .header {
  margin: 30px 30px 25px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.ebook-component div.select {
  margin: 30px 30px 25px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.ebook-component div.select input {
  /* Styling for the unchecked state */
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-left: 10px;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  outline: none;
  accent-color: #0056b3;
  border: 2px solid #585858;
  /* Styling for the checked state */
}
.ebook-component div.select input:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 37, 68, 0.05);
}
.ebook-component div.select input:checked {
  /* Change the background color when checked */
  background-color: #0056b3;
  border-color: #0056b3;
}
.ebook-component div.select input:checked::after {
  /* Add a checkmark icon when checked */
  content: "\e013";
  font-family: "Glyphicons Halflings";
  color: white;
  /* Icon color */
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ebook-component div.select label {
  margin-bottom: 0;
  font-weight: normal;
}
.ebook-component div.select input:checked ~ label::after {
  content: "ed";
}
.ebook-component div.upcoming {
  margin: 30px 30px 25px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-direction: row;
}
.ebook-component div.cover {
  margin-left: 30px;
  margin-right: 30px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
}
.ebook-component div.cover img {
  max-height: 420px;
  object-fit: contain;
}
.ebook-component div.details {
  margin-left: 30px;
  margin-right: 30px;
}
.ebook-component div.details h2.title {
  margin-top: 30px;
  color: #585858;
}
.ebook-component div.publishing-info {
  white-space: pre;
  margin-left: 30px;
  margin-right: 30px;
  flex-grow: 1;
  margin-bottom: 1em;
  display: flex;
  align-items: flex-end;
}
.ebook-component .about-toggle {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.ebook-component .about-toggle button {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}
.ebook-component .about-toggle button .glyphicon,
.ebook-component .about-toggle button .new-window:after,
.ebook-component .about-toggle button .addgene-flame,
.ebook-component .about-toggle button .order-page .order-item .order-status .order-alert .order-alert-icon {
  color: #585858;
  font-size: 20px;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
}
.ebook-component .about-toggle button:hover {
  text-decoration: none;
}
.ebook-component .about-overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  background: white;
  width: 100%;
  height: calc(100% - 75px);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 2px solid #cccccc;
  transition: all 400ms;
  z-index: 99;
}
.ebook-component .about-overlay p.h2 {
  margin-top: 30px;
}
.ebook-component .about-overlay p.downloads {
  margin-bottom: 0;
}
.ebook-component .about-overlay p.downloads.no-pdf {
  margin-bottom: 2em;
}
.ebook-component .about-overlay p.publishing-info {
  margin: 40px 30px;
  white-space: pre;
}
.ebook-component .about-overlay h3 {
  margin-bottom: 20px;
}
.ebook-component .about-overlay p.summary {
  line-height: 1.8;
}
.ebook-component .about-overlay div:last-of-type {
  flex-grow: 1;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.ebook-component .about-overlay .btn-close-overlay {
  height: 20px;
}
.ebook-component .about-overlay .btn-close-overlay:before {
  content: url('../images/common/icon-chevron-down-blue.svg');
}
.ebook-component .about-overlay * {
  margin-left: 30px;
  margin-right: 30px;
}
.ebook-component .about-overlay.collapse {
  top: 100%;
  visibility: hidden;
}
.ebook-component .about-overlay.show-overlay {
  top: 75px;
  visibility: visible;
}
div.hubspot-form-embed {
  border-top: 1px solid #e5e5e5;
  padding: 30px 30px 30px 30px;
  text-align: left;
  transition: max-height 200ms, padding-top 200ms;
}
div.hubspot-form-embed.visible {
  max-height: 55vh;
  overflow-y: auto;
}
div.hubspot-form-embed.invisible {
  max-height: 0;
  padding: 0;
}
div.hubspot-form-embed.visible + div.modal-footer {
  transition: margin-top 200ms;
  margin-top: 0;
}
div.hubspot-form-embed div.hs-form-div > form > div:first-of-type {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #172544;
  margin-top: 0;
}
div.hubspot-form-embed div.hs-form-div > form > div:first-of-type small,
div.hubspot-form-embed div.hs-form-div > form > div:first-of-type .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
div.hubspot-form-embed div.hs-form-div > form > div:first-of-type small,
div.hubspot-form-embed div.hs-form-div > form > div:first-of-type .small {
  font-size: 65%;
}
div.hubspot-form-embed div.hs-form-div > form > div:nth-of-type(2) {
  margin-bottom: 15px;
}
div.hubspot-form-embed div.hs-form-div > form span.hs-form-required {
  color: #58151c;
}
div.hubspot-form-embed div.hs-form-div > form span.hs-form-required:before {
  content: " ";
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs {
  /* This is for positioning the submit button in the right column on the verify step
     which seems less risky than moving the submit button out of the form.
     HTML5 form attribute on input/buttons allows for this but would have to shim for IE11 and
     introduces additional unknowns.
   */
  border: 0;
  margin: 0.25em 0 0;
  list-style-type: none;
  padding: 0;
  width: 50%;
  width: 100%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .errorlist {
  border: 0;
  margin: 0.25em 0 0;
  list-style-type: none;
  padding: 0;
  width: 50%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .errorlist > li {
  margin: 0;
  padding: 8px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .form-help-text {
  font-size: 14px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .form-help-text:not(p) {
  padding-left: 20px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .form-help-text > li {
  margin-bottom: 0.5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #terms-of-purchase .errorlist,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #is_lab_safe_section .errorlist {
  width: 70%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator {
  margin-top: 2em;
  /* IE11 shim for lack of CSS grid support */
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
  background-position: left 13rem bottom 0.85rem;
  background-size: 71rem 0.4rem;
  background-repeat: no-repeat !important;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper[data-step-id="1"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 0%), color-stop(#ddd 0%));
  background-image: linear-gradient(to right, #0056b3 0%, #ddd 0%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper[data-step-id="2"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 33%), color-stop(#ddd 33%));
  background-image: linear-gradient(to right, #0056b3 33%, #ddd 33%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper[data-step-id="3"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 66%), color-stop(#ddd 66%));
  background-image: linear-gradient(to right, #0056b3 66%, #ddd 66%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper[data-step-id="4"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0056b3 100%), color-stop(#ddd 100%));
  background-image: linear-gradient(to right, #0056b3 100%, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0056b3', endColorstr='#ffdddddd', GradientType=1);
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper .checkout-on {
  color: #585858;
  font-weight: bold;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper .img-tracker {
  -ms-grid-row: 2;
  grid-row: 2;
  text-align: center;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper .img-tracker > img {
  width: 20px;
}
@media (min-width: 1200px) {
  div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper {
    background-position: left 10rem bottom 0.85rem;
    background-size: 58rem 0.4rem;
  }
}
@media (min-width: 1330px) {
  div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper {
    background-position: left 12rem bottom 0.8rem;
    background-size: 61rem 0.5rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper[data-step-id] {
    background-image: none;
  }
  div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .progress-indicator .indicator-wrapper > div:nth-child(even) {
    display: none;
  }
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-action-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 5em;
  margin-bottom: 3em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-action-container .btn-link {
  font-size: 18px;
  padding-left: 0;
  text-align: left;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-action-container .prev-btn {
  white-space: nowrap;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-action-container .prev-btn span {
  padding-right: 12px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-action-container .prev-btn span img {
  width: 12px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-action-container .btn-checkout {
  padding: 8px 40px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs h2:not(.summary-columns),
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs h3:not(.popover-title) {
  color: #585858;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs h2:not(.summary-columns) {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs h2:not(.summary-columns).cc-billing-heading {
  margin-top: 2.5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs h3:not(.popover-title) {
  font-size: 18px;
  margin-top: 2em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs h3.popover-title {
  font-size: 16px;
  font-weight: bold;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #terms-of-purchase h3 {
  margin-top: 0;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .flatblock-debug h3 {
  font-weight: 700;
  margin-top: unset;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .section-spacing {
  margin: 4em 0;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkbox-label {
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkbox-label-small {
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .label-export-controlled-material-use {
  font-weight: 400;
  display: inline;
  margin-bottom: 0;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .section-text-top {
  margin-bottom: 2em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .section-text-bottom {
  margin-top: 1.5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .btn-link-actions {
  padding: 10px 16px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .distributor-information-panel .panel {
  margin-bottom: 5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .distributor-information-panel .panel .panel-heading {
  background-color: white;
  color: #585858;
  font-size: 22px;
  padding: 20px 25px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .distributor-information-panel .panel .panel-heading .glyphicon-globe {
  margin-right: 0.5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .distributor-information-panel .panel .panel-body .panel-header {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .distributor-information-panel .panel .panel-body .panel-header.gmo-header {
  margin-top: 0.75em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .distributor-information-panel .panel .panel-body .panel-text {
  margin-bottom: 30px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .distributor-information-panel .panel .panel-body .row > div:first-of-type {
  border-right: 1px solid #ddd;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .distributor-information-panel .panel .panel-body .distributor-info .btn-learn-more {
  margin-top: 10px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .distributor-information-panel .panel .panel-body .only-our-distributor-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #mta-section .panel {
  background-color: #f5f5f5;
  border-color: transparent;
  line-height: 1.6em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #material-use .org-name {
  font-size: 17px;
  margin-bottom: 1.5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #material-use .material-use-help {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #material-use .material-use-help p:first-of-type {
  margin-right: 3em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #hhmi_section .hhmi-input {
  font-size: 18px;
  margin-top: 1.5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #hhmi_section .hhmi-input label {
  cursor: pointer;
  font-weight: normal;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #hhmi_section .hhmi-input input {
  margin-left: 3px;
  vertical-align: text-top;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #hhmi_section .hhmi-help-block .hhmi-link {
  display: inline-block;
  padding-top: 8px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #hhmi_section .hhmi-help-block .hhmi-link img {
  width: 250px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #terms-of-purchase .well {
  height: 350px;
  overflow: auto;
  margin-bottom: 2em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field {
  width: 50%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field#id_po_memo,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field#id_cc_memo {
  width: 100%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field#id_cc_name {
  width: 70%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field#id_phone,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-fieldid_ccnumber {
  width: 30%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field#id_zipcode,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field#id_po_zip,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field#id_cc_zip {
  width: 25%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field#id_expires {
  width: 20%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .checkout-field#id_cvv {
  width: 15%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-country-field {
  width: 70%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main .previous-address-block,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main .shipping-form-block {
  display: block;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main .previous-address-block .shipping-label-text,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main .shipping-form-block .shipping-label-text {
  font-size: 18px;
  padding-left: 10px;
  vertical-align: middle;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main .previous-address-block > .panel {
  background-color: #f5f5f5;
  border: 0;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main .previous-address-block > .panel label {
  display: block;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main .previous-address-block > .panel .shipping-address-list {
  font-weight: normal;
  margin-top: 1em;
  padding-left: 1.9em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main .previous-address-block > .panel .shipping-address-list > li {
  margin: 3px 0;
  font-size: 16px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main #new-shipping-panel {
  margin-top: 1.5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main #additional-shipping-section {
  margin-top: 3em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main #id_phone + .errorlist {
  width: 30%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .shipping-main #id_zipcode + .errorlist {
  width: 25%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .panel-heading {
  background-color: white;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .panel-heading .radio > label {
  color: #585858;
  font-weight: bold;
  padding-left: 0.5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .panel-body {
  border-top-color: white;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0 43px 15px 43px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .credit-card-selection legend {
  border-bottom: 0;
  color: unset;
  font-size: unset;
  font-weight: bold;
  margin-bottom: 0;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .credit-card-selection legend span {
  color: #58151c;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .credit-card-selection .credit-card-icon {
  margin-right: 1.5em;
  width: 7%;
}
@media (max-width: 1200px) {
  div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .credit-card-selection .credit-card-icon {
    margin-right: 1em;
  }
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .credit-card-selection .credit-card-icon.amex-icon {
  width: 9%;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions #payoption-po .btn-link.btn-xs {
  padding: 1px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .prior-billing-addresses > li {
  display: block;
  margin-bottom: 0.5em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .prior-billing-addresses > li .panel {
  background-color: #f5f5f5;
  border: 0;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body {
  padding: 10px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body > label {
  display: block;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body > label .billing-address-text {
  font-size: 16px;
  padding-left: 10px;
  vertical-align: middle;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body > label > ul {
  font-weight: normal;
  margin-top: 0.5em;
  padding-left: 1.9em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main .rewards-points-container {
  margin-left: 6em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main .rewards-points-container .points-title {
  color: #172544;
  font-size: 20px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .payment-main .rewards-points-container .points-title > span {
  font-size: 22px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .verify-information-main .section-spacing {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 1em 0;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .verify-information-main section:first-of-type {
  padding-top: 0;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .verify-information-main .dl-horizontal dt {
  text-align: left;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .verify-information-main .dl-horizontal dt,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .verify-information-main .dl-horizontal dd {
  margin-bottom: 0.25em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .verify-information-main .payment-section .glyphicon-warning-sign {
  font-size: 18px;
  vertical-align: top;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs .verify-information-main .payment-section .payment-later-text {
  vertical-align: text-top;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #verify-submission-section {
  position: absolute;
  left: 58.1rem;
  width: 37.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #verify-submission-section {
    left: 79.6rem;
    width: 36rem;
  }
}
@media (min-width: 1330px) {
  div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #verify-submission-section {
    left: 87rem;
    width: 39.6rem;
  }
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs #verify-submission-section .btn-checkout {
  margin-top: 1em;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs > li {
  margin: 0;
  padding: 8px;
}
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li label {
  font-weight: normal;
  margin: 0;
}
div.hubspot-form-embed div.hs-form-div > form div.hs-form-field {
  width: 80%;
  margin-bottom: 15px;
}
div.hubspot-form-embed div.hs-form-div > form ul {
  list-style-type: none;
  padding-left: 0;
}
div.hubspot-form-embed div.hs-form-div > form div.hs-fieldtype-checkbox {
  margin-top: 35px;
  margin-bottom: 30px;
}
div.hubspot-form-embed div.hs-form-div > form div.hs-fieldtype-checkbox ul {
  margin-top: 15px;
}
div.hubspot-form-embed div.hs-form-div > form div.hs-fieldtype-checkbox ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
div.hubspot-form-embed div.hs-form-div > form label.hs-form-checkbox-display,
div.hubspot-form-embed div.hs-form-div > form label.hs-form-booleancheckbox-display {
  display: flex;
  font-weight: normal;
  align-items: center;
}
div.hubspot-form-embed div.hs-form-div > form label.hs-form-checkbox-display input[type='checkbox'],
div.hubspot-form-embed div.hs-form-div > form label.hs-form-booleancheckbox-display input[type='checkbox'] {
  /* Styling for the unchecked state */
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-left: 10px;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  outline: none;
  accent-color: #0056b3;
  border: 2px solid #585858;
  /* Styling for the checked state */
  margin: 0;
  margin-right: 15px;
}
div.hubspot-form-embed div.hs-form-div > form label.hs-form-checkbox-display input[type='checkbox']:focus,
div.hubspot-form-embed div.hs-form-div > form label.hs-form-booleancheckbox-display input[type='checkbox']:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 37, 68, 0.05);
}
div.hubspot-form-embed div.hs-form-div > form label.hs-form-checkbox-display input[type='checkbox']:checked,
div.hubspot-form-embed div.hs-form-div > form label.hs-form-booleancheckbox-display input[type='checkbox']:checked {
  /* Change the background color when checked */
  background-color: #0056b3;
  border-color: #0056b3;
}
div.hubspot-form-embed div.hs-form-div > form label.hs-form-checkbox-display input[type='checkbox']:checked::after,
div.hubspot-form-embed div.hs-form-div > form label.hs-form-booleancheckbox-display input[type='checkbox']:checked::after {
  /* Add a checkmark icon when checked */
  content: "\e013";
  font-family: "Glyphicons Halflings";
  color: white;
  /* Icon color */
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.hubspot-form-embed div.hs-form-div > form .legal-consent-container .hs-form-booleancheckbox-display > span {
  font-weight: bold;
  margin-left: 0;
}
div.hubspot-form-embed div.hs-form-div > form .legal-consent-container .hs-error-msgs label {
  color: #58151c;
}
div.hubspot-form-embed div.hs-form-div > form .legal-consent-container > div:nth-of-type(3) {
  margin: 30px 0;
}
div.hubspot-form-embed div.hs-form-div > form .legal-consent-container > div:nth-of-type(3) p {
  margin: 0;
}
div.hubspot-form-embed div.hs-form-div > form div.hs-fieldtype-booleancheckbox {
  margin-top: 15px;
}
div.hubspot-form-embed div.hs-form-div > form a {
  font-weight: bold;
}
div.hubspot-form-embed div.hs-form-div > form a:after {
  content: "\202F\e164";
  font-family: "Glyphicons Halflings";
}
div.hubspot-form-embed div.hs-form-div > form div.actions {
  margin-top: 40px;
}
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #0056b3;
  border-color: #004a9a;
}
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:focus,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:active:focus,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:hover,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:focus {
  color: #585858;
  text-decoration: none;
}
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:active,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].disabled,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'][disabled],
fieldset[disabled] div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:hover,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:focus,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:active,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].active,
.open .dropdown-togglediv.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'] {
  color: #fff;
  background-color: #00428a;
  border-color: #002c5c;
}
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:active,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].active,
.open .dropdown-togglediv.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'] {
  background-image: none;
}
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].disabled,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'][disabled],
fieldset[disabled] div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'],
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].disabled:hover,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'][disabled]:hover,
fieldset[disabled] div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:hover,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].disabled:focus,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'][disabled]:focus,
fieldset[disabled] div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:focus,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].disabled:active,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'][disabled]:active,
fieldset[disabled] div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit']:active,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].disabled.active,
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'][disabled].active,
fieldset[disabled] div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'].active {
  background-color: #0056b3;
  border-color: #004a9a;
}
div.hubspot-form-embed div.hs-form-div > form div.actions input[type='submit'] .badge {
  color: #0056b3;
  background-color: #fff;
}
div.hubspot-form-embed .submitted-message p:last-of-type {
  margin-bottom: 0;
}
#feedback-cta-banner {
  display: flex;
  justify-content: center;
  width: 85vw;
  white-space: nowrap;
}
#feedback-cta-banner .feedback-bar-transition {
  transition: bottom 0.7s ease-in-out;
}
#feedback-cta-banner .feedback-bar {
  display: inline-block;
  position: fixed;
  bottom: -100px;
  padding: 1rem 1rem 1rem 2rem;
  z-index: 1030;
  /* Higher than most elements */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #f9cf1d;
  color: #222;
}
#feedback-cta-banner .feedback-bar .banner-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#feedback-cta-banner .feedback-bar .banner-form .question {
  margin: 0 8rem 0 0;
  font-size: 1.8rem;
  font-weight: 700;
}
#feedback-cta-banner .feedback-bar .banner-form .btn-feedback {
  border: 1px solid #222;
}
#feedback-cta-banner .feedback-bar .banner-form .btn-feedback:hover {
  background-color: #222;
  color: #fff;
}
#feedback-cta-banner .feedback-bar .banner-form #btn-feedback-no-thanks {
  margin-left: 0.2rem;
  font-size: 1.6rem;
  color: #222;
  text-decoration: underline;
}
#feedback-cta-banner .feedback-bar .banner-form #btn-feedback-no-thanks:hover {
  text-decoration: none;
}
#feedback-cta-banner.not-generic .feedback-bar {
  background-color: #0a101e;
  color: #fff;
  bottom: 0;
}
#feedback-cta-banner.not-generic .feedback-bar .banner-form .btn-feedback {
  color: #fff;
  background-color: #0a101e;
  border: 1px solid #fff;
}
#feedback-cta-banner.not-generic .feedback-bar .banner-form .btn-feedback:hover {
  background-color: #fff;
  color: #0a101e;
}
#feedback-cta-banner.not-generic .feedback-bar .banner-form #btn-feedback-no-thanks {
  color: #fff;
}
@media (min-width: 1200px) {
  #feedback-cta-banner {
    width: 100vw;
  }
}
#campaign-modal {
  top: 15%;
}
#campaign-modal .modal-body {
  max-height: 55vh;
  overflow-y: auto;
}
#campaign-modal .modal-body .modal-iframe {
  width: 100%;
  border: 1px solid #ccc;
  height: 21em;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media print {
  #feedback-cta-banner {
    display: none;
  }
}
#link-dialog p {
  margin-bottom: 2rem;
}
#link-dialog .pi-copy-button {
  margin-top: 2.5rem;
}
#link-dialog #create-link-embed-code {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: monospace;
  font-size: smaller;
  white-space: pre;
  cursor: copy !important;
  overflow: auto;
  height: 200px;
  padding: 10px;
  resize: vertical;
  white-space: normal;
}
#link-dialog #create-link-embed-code:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#link-dialog #create-link-embed-code::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#link-dialog #create-link-embed-code:-ms-input-placeholder {
  color: #999999;
}
#link-dialog #create-link-embed-code::-webkit-input-placeholder {
  color: #999999;
}
#link-dialog #create-link-embed-code[disabled],
#link-dialog #create-link-embed-code[readonly],
fieldset[disabled] #link-dialog #create-link-embed-code {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea#link-dialog #create-link-embed-code {
  height: auto;
}
#link-dialog #create-link-embed-code[readonly] {
  background-color: white;
}
#link-dialog .link-embed-code-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.addgene-lazy-load-content.load-indicator-inline,
.addgene-lazy-load-content.load-indicator-block {
  display: none;
  animation: fadeout 200ms;
}
.addgene-lazy-load-content.htmx-request {
  animation: fadein 200ms;
}
.addgene-lazy-load-content.htmx-request.load-indicator-inline {
  display: inline;
}
.addgene-lazy-load-content.htmx-request.load-indicator-block {
  display: block;
}
.htmx-fade-in.htmx-added {
  opacity: 0;
}
.htmx-fade-in {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.alert.vv-por-status,
.errorlist > li.vv-por-status,
div.hubspot-form-embed div.hs-form-div > form ul.hs-error-msgs li.vv-por-status {
  padding: 0.3rem 0.5rem;
}
.vv-por-status.ordered {
  background-color: #fff;
  border-color: #cccccc;
}
#my-vv-por-requests-table {
  padding-bottom: 3rem;
  font-size: 1.4rem;
}
#my-vv-por-requests-table a.see-actions {
  padding: 1rem 0;
}
#my-vv-por-requests-table a.see-actions:hover,
#my-vv-por-requests-table a.see-actions:active,
#my-vv-por-requests-table a.see-actions:focus {
  text-decoration: none;
}
#my-vv-por-requests-table a.see-actions:hover .dot,
#my-vv-por-requests-table a.see-actions:active .dot,
#my-vv-por-requests-table a.see-actions:focus .dot {
  background: #003166;
}
#my-vv-por-requests-table ul.actions {
  min-width: 14rem;
}
#my-vv-por-requests-table .request-options-dropdown {
  padding: 1rem 0;
}
#my-vv-por-requests-table .request-options-dropdown > li form:hover {
  background-color: transparent;
}
#my-vv-por-requests-table .dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0;
  background: #585858;
}
@media (min-width: 1330px) {
  #my-vv-por-requests-table {
    font-size: 1.6rem;
  }
}
div.modal.vv-por-request-action-modal p.modal-title {
  margin-bottom: 0;
}
div.modal.vv-por-request-action-modal .modal-body p {
  margin-bottom: 2rem;
}
div.modal.vv-por-request-action-modal .modal-body dl {
  display: grid;
  grid-template: auto / 11rem 1fr;
  gap: 1rem 0;
  margin-bottom: 0;
}
.tto-organization-settings {
  display: flex !important;
  margin-top: 3em;
  gap: 3em;
}
.tto-organization-settings .sidebar-col {
  padding-right: 3.27em;
  border-right: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  .tto-organization-settings .sidebar-col {
    padding-right: 10.332rem;
  }
}
.tto-organization-settings .settings-col {
  flex-grow: 1;
}
.tto-organization-settings .settings-col h1 {
  margin-top: 7px;
  margin-bottom: 1.7em;
}
.tto-organization-settings .settings-col ul {
  margin-bottom: 2.5em;
}
.tto-organization-settings .settings-col #request-preferences-table {
  margin-bottom: 1.5em;
}
.tto-organization-settings .settings-col #request-preferences-table input[type='checkbox'] {
  height: 18px;
  width: 18px;
}
.tto-organization-settings .settings-col #request-preferences-table tr td:nth-child(3) {
  width: 32%;
}
.tto-organization-settings .settings-col #request-preferences-table tr td:nth-child(2) {
  width: 10.5%;
  text-align: center;
}
@media (max-width: 1329px) {
  .tto-organization-settings .settings-col #request-preferences-table tr td:nth-child(2) {
    width: 13%;
  }
}
.tto-organization-settings .settings-col #preferences-history-table tbody td {
  vertical-align: top;
}
.tto-organization-settings .settings-col #summary-frequency-table {
  margin-bottom: 2.5rem;
}
.tto-organization-settings .settings-col #summary-frequency-table tr th:first-child {
  width: 22%;
}
.tto-organization-settings .settings-col #summary-frequency-table tr td:first-child {
  width: 22%;
}
.tto-organization-settings .settings-col #summary-frequency-table tr td:last-child {
  text-align: center;
}
.tto-organization-settings .settings-col #summary-frequency-table .summary-frequency-form {
  margin-bottom: 0px;
  white-space: nowrap;
}
.tto-organization-settings .settings-col #summary-frequency-table .summary-frequency-form label {
  width: 33%;
}
.tto-organization-settings .settings-col .alert-neutral {
  width: fit-content;
}
.tto-organization-settings .settings-col .form-group.radio-form {
  display: flex;
  margin-bottom: 30px;
}
.tto-organization-settings .settings-col .form-group.radio-form.disabled {
  color: rgba(88, 88, 88, 0.81);
}
.tto-organization-settings .settings-col .form-group.radio-form label {
  margin: 0;
  display: flex;
  align-items: center;
}
.tto-organization-settings .settings-col .form-group.radio-form label input[type='radio'] {
  margin: 0 10px 0 0;
  height: 14px;
  width: 14px;
}
.tto-organization-settings .settings-col .form-group.radio-form label span.current:after {
  content: '(Current)';
}
.tto-organization-settings .settings-col .form-group.radio-form label:not(:last-child) {
  margin-right: 2.5em;
}
.tto-organization-settings .settings-col .form-group.required-field::after {
  content: ' *';
  color: #58151c;
}
.tto-organization-settings .settings-col #select-emails-to-receive {
  margin-top: 20px;
}
.tto-organization-settings .settings-col #select-emails-to-receive p {
  font-weight: bold;
  margin-bottom: 10px;
}
.tto-organization-settings .settings-col #select-emails-to-receive p::after {
  content: ' *';
  color: #58151c;
}
.tto-organization-settings .settings-col #select-emails-to-receive .emails-to-receive input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.tto-organization-settings .settings-col #select-emails-to-receive .emails-to-receive label {
  font-weight: normal;
  height: 20px;
  vertical-align: text-bottom;
}
.tto-organization-settings .settings-col .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tto-organization-settings .settings-col .modal-header button.close {
  font-size: 30px;
}
.tto-organization-settings .settings-col .modal-header h2 {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.tto-organization-settings .settings-col .modal-header .modal-title {
  width: 80%;
  margin-bottom: 0;
}
.tto-organization-settings .settings-col .modal-body {
  padding: 15px 30px;
  width: 80%;
}
.tto-organization-settings .settings-col .modal-footer {
  margin-top: 0;
}
.tto-organization-settings .settings-col .authorized-representative-modal .modal-body {
  margin-bottom: 15px;
}
.tto-organization-settings .settings-col .authorized-representative-modal .errorlist {
  list-style: none;
  margin-bottom: 0rem;
  padding: 0rem;
}
.tto-organization-settings .settings-col #organization-contacts-table tr th:first-child,
.tto-organization-settings .settings-col #authorized-representatives-table tr th:first-child {
  width: 30%;
}
.tto-organization-settings .settings-col #organization-contacts-table tr td:first-child,
.tto-organization-settings .settings-col #authorized-representatives-table tr td:first-child {
  width: 30%;
}
.tto-organization-settings .settings-col #organization-contacts-table tr th:last-child,
.tto-organization-settings .settings-col #authorized-representatives-table tr th:last-child {
  width: 30%;
}
.tto-organization-settings .settings-col #organization-contacts-table tr td:last-child,
.tto-organization-settings .settings-col #authorized-representatives-table tr td:last-child {
  text-align: center;
  width: 30%;
}
.tto-organization-settings .settings-col #organization-contacts-table tr form,
.tto-organization-settings .settings-col #authorized-representatives-table tr form {
  display: inline;
}
.tto-organization-settings .settings-col #organization-contacts-table .mb-20,
.tto-organization-settings .settings-col #authorized-representatives-table .mb-20 {
  margin-bottom: 20px;
}
.tto-organization-settings .settings-col #organization-contacts-table .mr-40,
.tto-organization-settings .settings-col #authorized-representatives-table .mr-40 {
  margin-right: 40px;
}
.tto-organization-settings .settings-col #tto-outgoing-org-address-page p,
.tto-organization-settings .settings-col #tto-incoming-org-address-page p,
.tto-organization-settings .settings-col #tto-outgoing-org-address-page hr,
.tto-organization-settings .settings-col #tto-incoming-org-address-page hr {
  margin-bottom: 3rem;
}
.tto-organization-settings .settings-col #tto-outgoing-org-address-page .org-address-details,
.tto-organization-settings .settings-col #tto-incoming-org-address-page .org-address-details {
  margin-bottom: 3rem;
}
.tto-organization-settings .settings-col #tto-outgoing-org-address-page .address-row,
.tto-organization-settings .settings-col #tto-incoming-org-address-page .address-row {
  display: flex;
  flex-flow: row;
  margin-left: 0rem;
  margin-right: 0rem;
}
.tto-organization-settings .settings-col #tto-outgoing-org-address-page .address-row:not(:last-of-type),
.tto-organization-settings .settings-col #tto-incoming-org-address-page .address-row:not(:last-of-type) {
  margin-bottom: 0.8rem;
}
.tto-organization-settings .settings-col #tto-outgoing-org-address-page .address-row .item-label,
.tto-organization-settings .settings-col #tto-incoming-org-address-page .address-row .item-label {
  width: 35%;
}
.tto-organization-settings .settings-col #tto-outgoing-org-address-page .address-row .item-value,
.tto-organization-settings .settings-col #tto-incoming-org-address-page .address-row .item-value {
  width: 100%;
}
.tto-organization-settings .settings-col #tto-outgoing-org-address-page #modal-update-org-address-form,
.tto-organization-settings .settings-col #tto-incoming-org-address-page #modal-update-org-address-form {
  margin-bottom: 1.5rem;
}
.tto-organization-settings .settings-col #tto-outgoing-org-address-page #modal-update-org-address-form .errorlist,
.tto-organization-settings .settings-col #tto-incoming-org-address-page #modal-update-org-address-form .errorlist {
  list-style: none;
  margin-bottom: 0rem;
  padding: 0rem;
}
.tto-organization-settings .left-sidebar-nav li.automated-approvals span.approval-icon {
  display: inline-block;
  background: no-repeat;
  height: 1.5em;
  margin-right: 1.2em;
  width: 1.6em;
  background: no-repeat url('../images/public/icons/icon-tto-menu-automated-approvals.svg');
  background-size: contain;
}
.tto-organization-settings .left-sidebar-nav li.emails span.email-icon {
  display: inline-block;
  background: no-repeat;
  height: 1.5em;
  margin-right: 1.2em;
  width: 1.6em;
  background: no-repeat url('../images/public/icons/icon-tto-menu-emails.svg');
  background-size: contain;
  margin-top: 0.2em;
}
.tto-organization-settings .left-sidebar-nav li.outgoing-mta span.outgoing-icon {
  display: inline-block;
  background: no-repeat;
  height: 1.5em;
  margin-right: 1.2em;
  width: 1.6em;
  background: no-repeat url('../images/public/icons/icon-tto-menu-outgoing-mta.svg');
  background-size: contain;
}
.tto-organization-settings .left-sidebar-nav li.incoming-mta span.incoming-icon {
  display: inline-block;
  background: no-repeat;
  height: 1.5em;
  margin-right: 1.2em;
  width: 1.6em;
  background: no-repeat url('../images/public/icons/icon-tto-menu-incoming-mta.svg');
  background-size: contain;
}
.tto-organization-settings .section-title {
  display: inline-block;
  font-weight: 700;
  color: #585858;
}
.tto-organization-settings .margin-bottom-0 {
  margin-bottom: 0 !important;
}
#serotype-modal-content .modal-title {
  margin-bottom: 0;
  font-size: 20px;
}
#serotype-modal-content .modal-body section {
  margin-bottom: 3rem;
}
#serotype-modal-content .modal-body section h3 {
  font-family: inherit;
  font-size: 1.1em;
  font-weight: 700;
  color: inherit;
}
#serotype-modal-content .modal-body section .field {
  word-wrap: break-word;
  margin-top: 0px;
  margin-bottom: 0px;
}
#serotype-modal-content .modal-body section .field .field-label {
  float: none;
  margin-right: 0em;
}
#serotype-modal-content .modal-body section .field .addgene-document-list li {
  list-style-type: circle;
}
html .select2-container--bootstrap .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #0056b3;
}
html .select2-container--bootstrap .select2-results__option[aria-selected="true"] {
  background-color: rgba(23, 37, 68, 0.05);
}
html .select2-container--bootstrap .select2-selection__placeholder {
  color: #585858 !important;
}
html .select2-container--bootstrap .select2-results__option {
  overflow-wrap: break-word;
}
html .select2-container--bootstrap .select2-selection--single {
  padding: 6px 24px 6px 16px !important;
}
.search-bar-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-bar-parent .search-bar-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.search-bar-parent .search-bar-container .input-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.search-bar-parent .search-bar-container div.awesomplete {
  flex-grow: 1;
}
.search-bar-parent #radio-container {
  padding-right: 1.6rem;
  margin: 0.8rem 0.4rem 0.8rem 2rem;
  position: relative;
  border-right: 1px solid #eeeeee;
}
.search-bar-parent #radio-container .radio {
  padding-left: 17px;
  font-size: 1.4rem;
}
.search-bar-parent #radio-container .radio input {
  height: 11px;
  margin-left: -17px;
}
.search-bar-parent #radio-container .radio:first-child {
  margin-top: 0;
}
.search-bar-parent #radio-container .radio:last-child {
  margin-bottom: 0;
}
.search-bar-parent .input-container:before {
  margin-left: 2rem;
  margin-right: 1.6rem;
  color: rgba(23, 37, 68, 0.4);
  content: "\e003";
  font-family: 'Glyphicons Halflings';
  font-size: 28px;
}
@media (max-width: 1330px) {
  .search-bar-parent .input-container:before {
    font-size: 22px;
    top: 35%;
  }
}
.search-bar-parent #radio-container ~ .input-container:before {
  margin-left: 1rem;
}
.search-bar-parent #search-text-input {
  border: 0;
  box-shadow: none;
  font-size: 18px;
  /* IE11 needs a height value to show input text */
  height: 1%;
  line-height: 1;
  /* Chrome/Opera/Safari */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
.search-bar-parent #search-text-input::-moz-placeholder {
  color: rgba(23, 37, 68, 0.4);
  opacity: 1;
}
.search-bar-parent #search-text-input:-ms-input-placeholder {
  color: rgba(23, 37, 68, 0.4);
}
.search-bar-parent #search-text-input::-webkit-input-placeholder {
  color: rgba(23, 37, 68, 0.4);
}
.search-bar-parent #search-text-input::placeholder {
  color: rgba(23, 37, 68, 0.4);
}
.search-bar-parent #search-text-input::-webkit-input-placeholder {
  color: rgba(23, 37, 68, 0.4);
}
.search-bar-parent #search-text-input:-moz-placeholder {
  color: rgba(23, 37, 68, 0.4);
}
.search-bar-parent #search-text-input::-moz-placeholder {
  color: rgba(23, 37, 68, 0.4);
}
.search-bar-parent #search-text-input:-ms-input-placeholder {
  color: rgba(23, 37, 68, 0.4) !important;
}
/* Styling for search suggester */
#search-text-input + ul {
  /* Undo vendor styling */
  background: white;
  z-index: 3;
}
#search-text-input + ul > li {
  padding: inherit;
  cursor: inherit;
}
#search-text-input + ul > li:hover {
  background: inherit;
  color: inherit;
}
#search-text-input + ul > li:hover mark {
  background: inherit;
}
#search-text-input + ul > li[aria-selected="true"] {
  background: inherit;
  color: inherit;
}
#search-text-input + ul > li mark {
  background: inherit;
  font-weight: bold;
}
#search-text-input + ul .catalog-id-suggestion-first::before,
#search-text-input + ul .pi-suggestion-first::before,
#search-text-input + ul .institution-suggestion-first::before {
  color: #585858;
  display: block;
  font-style: italic;
  padding: 0.3em 0 0.3em 0.25em;
}
#search-text-input + ul .catalog-id-suggestion-first::before {
  content: 'Go directly to:';
}
#search-text-input + ul .pi-suggestion-first::before {
  content: 'Go directly to Principal Investigator Lab page';
}
#search-text-input + ul .institution-suggestion-first::before {
  content: 'Go directly to Institution page';
}
#search-text-input + ul .catalog-id-suggestion-first,
#search-text-input + ul .term-root-category-suggestion-first,
#search-text-input + ul .pi-suggestion-first,
#search-text-input + ul .institution-suggestion-first {
  border-top: 1px dotted #ddd;
}
#search-text-input + ul .term-leaf-category-suggestion .suggestion-parent {
  text-indent: 0.5em;
}
#search-text-input + ul .term-see-more-suggestion .suggestion-parent {
  text-indent: 0.25em;
}
#search-text-input + ul .suggestion-parent {
  cursor: pointer;
  display: block;
  padding: 4px 8px;
}
#search-text-input + ul .suggestion-parent .suggestion-query mark {
  color: black;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  max-width: 340px;
}
#search-text-input + ul .suggestion-parent .suggestion-light {
  color: #aaaaaa;
}
#search-text-input + ul .suggestion-parent .suggestion-highlight {
  color: #172544;
}
.search-bar-container > .input-container > .awesomplete > ul {
  margin-top: -1.4rem;
}
.search-bar-container > .input-container > .awesomplete > ul .suggestion-parent:hover,
.search-bar-container > .input-container > .awesomplete > ul li[aria-selected="true"] .suggestion-parent {
  background: rgba(23, 37, 68, 0.05) !important;
  color: black !important;
  border: 1px dotted #172544;
  padding: 3px 7px !important;
}
.search-bar-container > .input-container > .awesomplete > ul .suggestion-parent:hover .suggestion-light,
.search-bar-container > .input-container > .awesomplete > ul li[aria-selected="true"] .suggestion-parent .suggestion-light,
.search-bar-container > .input-container > .awesomplete > ul .suggestion-parent:hover .suggestion-highlight,
.search-bar-container > .input-container > .awesomplete > ul li[aria-selected="true"] .suggestion-parent .suggestion-highlight {
  color: black !important;
}
.search-bar-container > .input-container > .awesomplete > ul .suggestion-parent:hover mark,
.search-bar-container > .input-container > .awesomplete > ul li[aria-selected="true"] .suggestion-parent mark {
  background: transparent !important;
}
.search-bar-container > .input-container > .awesomplete > ul li:first-child::before {
  background-color: #ddd;
  color: black;
  content: 'Search suggestions';
  display: block;
  padding: 0.3em 0 0.4em 0.25em;
}
.search-bar-container > .input-container > .awesomplete > ul:before {
  background: #ddd;
}
.search-bar-container > .input-container > .awesomplete > ul .suggestion-parent.pi-parent,
.search-bar-container > .input-container > .awesomplete > ul .suggestion-parent.org-parent {
  color: #172544;
}
div.modular-search {
  border-bottom: 1px solid #cccccc;
}
div.modular-search:has(~.search-filters) {
  border-bottom: none;
}
div.modular-search div.modular-search-nav {
  background-color: #f5f5f5;
}
div.modular-search div.modular-search-nav ul.nav-tabs {
  border: 0;
}
div.modular-search div.modular-search-nav ul.nav-tabs > li > a,
div.modular-search div.modular-search-nav ul.nav-tabs > li:active > a,
div.modular-search div.modular-search-nav ul.nav-tabs > li.active > a:hover,
div.modular-search div.modular-search-nav ul.nav-tabs > li.active > a:focus {
  font-size: 2.2rem;
  line-height: 1;
  padding: 2.5rem 4rem;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
div.modular-search div.modular-search-nav ul.nav-tabs > li.active {
  background-color: #fff;
}
div.modular-search div.modular-search-nav ul.nav-tabs > li:has(span.indicator) > a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
div.modular-search div.modular-search-nav ul.nav-tabs > li:has(span.indicator) > a .indicator {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #172544;
  border-radius: 0.2rem;
  padding: 0.5rem 0.7rem;
}
div.modular-search div.modular-search-nav ul.nav-tabs > li:not(:has(span.indicator)) > a,
div.modular-search div.modular-search-nav ul.nav-tabs > li:not(:has(span.indicator)) a:hover,
div.modular-search div.modular-search-nav ul.nav-tabs > li:not(:has(span.indicator)) a:focus {
  line-height: 2.8rem;
}
div.modular-search > div.modular-search-bars div.tab-content {
  padding: 4rem;
}
div.modular-search > div.modular-search-bars form#search-bar {
  border: 0;
  box-shadow: none;
  margin: 0;
}
div.modular-search > div.modular-search-bars form#search-bar .search-bar-parent {
  gap: 4rem;
}
div.modular-search > div.modular-search-bars form#search-bar .search-bar-parent .search-bar-container {
  border-radius: 1rem;
  border: 2px solid #cccccc;
}
div.modular-search > div.modular-search-bars form#search-bar .search-bar-parent #search-text-input {
  padding: 1.95rem 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
div.modular-search > div.modular-search-bars form#search-bar .search-bar-parent #search_submit_id {
  font-size: 1.8rem;
  border: 0;
  line-height: 1;
  border-radius: 1rem;
  padding: 2.3rem 5rem;
  transition: all 0.3s ease-in-out;
}
div.modular-search > div.modular-search-bars #search-by-sequence .d-flex,
div.modular-search > div.modular-search-bars #search-by-sequence .edit-plasmid-page .copy-form {
  gap: 4rem;
}
div.modular-search > div.modular-search-bars #search-by-sequence label {
  margin-bottom: 1.2rem;
  line-height: 1;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container {
  flex-grow: 3;
  max-width: 79rem;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container .form-group textarea {
  border: 2px solid #cccccc;
  margin-bottom: 1.2rem;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container .form-group select:not(:focus):not(:active) {
  border-color: #172544;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container .form-group .help-block {
  color: #585858;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container .form-group .help-block:not(:last-child) {
  margin-bottom: 2rem;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) {
  display: flex;
  align-items: center;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.text {
  line-height: 1;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.glyphicon,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.new-window:after,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.addgene-flame,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon) span.order-page .order-item .order-status .order-alert .order-alert-icon {
  font-size: 1.8rem;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus {
  outline: none;
  text-decoration: none;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.text,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.text {
  text-decoration: underline;
}
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.glyphicon,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.glyphicon,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.new-window:after,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.new-window:after,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.addgene-flame,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.addgene-flame,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):hover span.order-page .order-item .order-status .order-alert .order-alert-icon,
div.modular-search > div.modular-search-bars #search-by-sequence .form-fields-container a.link-with-glyphicon:has(span.glyphicon):focus span.order-page .order-item .order-status .order-alert .order-alert-icon {
  text-decoration: none;
}
div.modular-search > div.modular-search-bars #search-by-sequence button {
  font-size: 1.8rem;
  border: 0;
  line-height: 1;
  border-radius: 1rem;
  padding: 2.3rem 5rem;
  transition: all 0.3s ease-in-out;
}
#search-by-sequence-captcha-widget {
  transition: opacity 0.5s;
  opacity: 1;
}
#search-by-sequence-captcha-widget.collapsed {
  height: 0;
  overflow: hidden;
}
#search-by-sequence-captcha-widget.expanded {
  height: auto;
}
#search-by-sequence-captcha-widget.fade-out {
  opacity: 0;
}
div.search-by-sequence-results {
  padding-top: 3rem;
}
div.search-by-sequence-results h3 {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 400;
}
div.search-by-sequence-results .remove-keywords-link {
  font-size: 14px;
  vertical-align: super;
}
div.search-by-sequence-results div.no-results {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  padding: 4rem;
  border: 1px solid #cccccc;
  border-radius: 1rem;
}
div.search-by-sequence-results div.no-results .oops-text {
  font-size: 2rem;
  font-weight: 700;
}
div.search-by-sequence-results div.no-results img {
  width: 20%;
}
div.search-by-sequence-results .list-group-item {
  padding: 0.5rem;
}
div.search-by-sequence-results .list-group-item .search-result-item {
  padding: 30px;
}
div.search-by-sequence-results .list-group-item .search-result-item .search-result-details > .row,
div.search-by-sequence-results .list-group-item .search-result-item .search-result-details .col-xs-8 > .row,
div.search-by-sequence-results .list-group-item .search-result-item .search-result-details .col-xs-12 > .row {
  margin-bottom: 3px;
}
div.search-by-sequence-results .list-group-item .search-result-item .search-result-details > .row:last-child,
div.search-by-sequence-results .list-group-item .search-result-item .search-result-details .col-xs-8 > .row:last-child,
div.search-by-sequence-results .list-group-item .search-result-item .search-result-details .col-xs-12 > .row:last-child {
  margin-bottom: 0;
}
div.search-by-sequence-results .list-group-item h3 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
}
div.search-by-sequence-results .list-group-item:not(:last-child) {
  margin-bottom: 3rem;
}
div.search-by-sequence-results .list-group-item:first-of-type {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
div.search-by-sequence-results .field .field-label:after {
  content: unset;
}
div.search-by-sequence-results .map-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.search-by-sequence-results .map-column img {
  max-width: 16em;
}
div.search-by-sequence-results .map-column p {
  font-size: small;
  margin-top: 1.5em;
}
div.search-by-sequence-results .search-result-details {
  margin-bottom: 4rem;
}
div.search-by-sequence-results .search-result-details .col-xs-8 > div.row.plasmid-detail:has(+ div.row.use-expression) {
  margin-bottom: 3rem;
}
div.search-by-sequence-results div.alignments p {
  color: #172544;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
div.search-by-sequence-results div.alignments p .indicator {
  font-weight: 400;
  color: #fff;
  margin-left: 1rem;
  height: 2.6rem;
  width: 2.6rem;
  display: inline-flex;
  background-color: #172544;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
div.search-by-sequence-results table.alignment-table {
  margin-bottom: 0;
}
div.search-by-sequence-results table.alignment-table thead {
  background-color: #fff;
  color: #585858;
}
div.search-by-sequence-results table.alignment-table thead th:first-child {
  width: 10rem;
  padding-left: 0;
}
@media (max-width: 1199px) {
  div.search-by-sequence-results table.alignment-table thead th:first-child {
    width: 3rem;
  }
}
div.search-by-sequence-results table.alignment-table thead th:nth-child(2),
div.search-by-sequence-results table.alignment-table thead th:nth-child(3),
div.search-by-sequence-results table.alignment-table thead th:nth-child(4),
div.search-by-sequence-results table.alignment-table thead th:nth-child(5),
div.search-by-sequence-results table.alignment-table thead th:nth-child(6) {
  width: 18rem;
}
@media (max-width: 1329px) {
  div.search-by-sequence-results table.alignment-table thead th:nth-child(2),
  div.search-by-sequence-results table.alignment-table thead th:nth-child(3),
  div.search-by-sequence-results table.alignment-table thead th:nth-child(4),
  div.search-by-sequence-results table.alignment-table thead th:nth-child(5),
  div.search-by-sequence-results table.alignment-table thead th:nth-child(6) {
    width: 17rem;
  }
}
@media (max-width: 1199px) {
  div.search-by-sequence-results table.alignment-table thead th:nth-child(2),
  div.search-by-sequence-results table.alignment-table thead th:nth-child(3),
  div.search-by-sequence-results table.alignment-table thead th:nth-child(4),
  div.search-by-sequence-results table.alignment-table thead th:nth-child(5),
  div.search-by-sequence-results table.alignment-table thead th:nth-child(6) {
    width: 16.5rem;
  }
}
@media (max-width: 1199px) {
  div.search-by-sequence-results table.alignment-table thead th:nth-child(6) {
    width: 6rem;
  }
}
div.search-by-sequence-results table.alignment-table th,
div.search-by-sequence-results table.alignment-table tr,
div.search-by-sequence-results table.alignment-table td {
  border: 0;
}
div.search-by-sequence-results table.alignment-table > thead > tr > th {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div.search-by-sequence-results table.alignment-table > tbody > tr:not(.view-all-alignments) > td {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
div.search-by-sequence-results table.alignment-table > tbody > tr.view-all-alignments > td {
  padding: 1rem 0 0;
}
div.search-by-sequence-results table.alignment-table > tbody > tr > td {
  border-top: 1px solid #cccccc;
}
div.search-by-sequence-results table.alignment-table > tbody > tr > td:first-child {
  padding-left: 0;
}
div.search-by-sequence-results table.alignment-table tr[id*="alignment-details-"] > td {
  padding: 4rem 0 4rem;
  border: 0;
}
div.search-by-sequence-results table.alignment-table tr[id*="alignment-details-"] table th {
  min-width: 18rem;
}
@media (max-width: 1330px) {
  div.search-by-sequence-results table.alignment-table tr[id*="alignment-details-"] table th {
    min-width: 17rem;
  }
}
@media (max-width: 1200px) {
  div.search-by-sequence-results table.alignment-table tr[id*="alignment-details-"] table th {
    min-width: 16.5rem;
  }
}
div.search-by-sequence-results table.alignment-table tr[id*="alignment-details-"] table tbody td {
  padding-bottom: 0;
}
div.search-by-sequence-results table.alignment-table pre {
  margin: 4rem 0 0;
}
div.search-by-sequence-results table.alignment-table tr.collapse.in {
  display: table-row;
}
div.search-by-sequence-results a[data-toggle="collapse"] svg.icon-chevron-down {
  transition: 0.3s all;
}
div.search-by-sequence-results a[data-toggle="collapse"].collapsed span.collapsed {
  display: inline;
}
div.search-by-sequence-results a[data-toggle="collapse"].collapsed span.expanded {
  display: none;
}
div.search-by-sequence-results a[data-toggle="collapse"]:not(.collapsed) span.collapsed {
  display: none;
}
div.search-by-sequence-results a[data-toggle="collapse"]:not(.collapsed) span.expanded {
  display: inline;
}
div.search-by-sequence-results a[data-toggle="collapse"]:not(.collapsed) svg.icon-chevron-down {
  transform: rotate(180deg);
}
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon) {
  display: flex;
  align-items: center;
}
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon) span.text {
  line-height: 1;
}
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon) span.glyphicon,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon) span.new-window:after,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon) span.addgene-flame,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon) span.order-page .order-item .order-status .order-alert .order-alert-icon {
  font-size: 1.8rem;
}
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):hover,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):focus {
  outline: none;
  text-decoration: none;
}
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):hover span.text,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):focus span.text {
  text-decoration: underline;
}
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):hover span.glyphicon,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):focus span.glyphicon,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):hover span.new-window:after,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):focus span.new-window:after,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):hover span.addgene-flame,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):focus span.addgene-flame,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):hover span.order-page .order-item .order-status .order-alert .order-alert-icon,
div.search-by-sequence-results a.link-with-glyphicon:has(span.glyphicon):focus span.order-page .order-item .order-status .order-alert .order-alert-icon {
  text-decoration: none;
}
/* mixin to toggle text of a collapse toggle
   and flip the chevron icon */
html,
body {
  height: 100%;
}
body {
  background-color: white;
  min-width: 970px;
}
@media (min-width: 1330px) {
  body {
    font-size: 16px;
  }
  body h1,
  body .h1 {
    font-size: 26.4px;
  }
  body h2,
  body .h2 {
    font-size: 22px;
  }
  body h3,
  body .h3 {
    font-size: 17.6px;
  }
  body h4,
  body .h4 {
    font-size: 16.5px;
  }
  body h5,
  body .h5 {
    font-size: 15.4px;
  }
  body h6,
  body .h6 {
    font-size: 13.2px;
  }
}
body .h1.gateway,
body h1.gateway {
  font-size: 3.2rem;
}
@media (min-width: 1330px) {
  body .h1.gateway,
  body h1.gateway {
    font-size: 3.8rem;
  }
}
body .h2.gateway,
body h2.gateway {
  font-size: 2rem;
}
@media (min-width: 1330px) {
  body .h2.gateway,
  body h2.gateway {
    font-size: 2.4rem;
  }
}
body .h3.gateway,
body h3.gateway {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 1330px) {
  body .h3.gateway,
  body h3.gateway {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
body > #page-body #main-content {
  margin-top: 2rem;
}
body > #page-body #main-content :focus,
body > #page-body #main-content > .container:focus {
  outline-width: 0;
}
@media (min-width: 1330px) {
  .container {
    width: 1280px;
  }
}
/*
Header tweaks.
Note that header font-sizes are in addgene-bootstrap/addgene-variables.less .
 */
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
h1 {
  margin-top: 10px;
  font-family: Calistoga;
  font-weight: 400;
  color: #172544;
}
h2 {
  font-family: Calistoga;
  font-weight: 400;
  color: #172544;
}
.h1,
.h2 {
  font-weight: 400;
}
h1 ~ h2:first-of-type,
h1 ~ section:first-of-type > h2:first-of-type {
  margin-top: 5px;
}
.panel-primary .panel-heading h1 {
  color: #fff;
}
h1 + hr {
  margin-bottom: 2rem;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin-bottom: 1.5rem;
}
@media (min-width: 1330px) {
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  p {
    margin-bottom: 2rem;
  }
}
h3 {
  margin-top: 0;
}
.modal-body p:last-of-type,
.popover-content p:last-of-type {
  margin-bottom: 0;
}
blockquote {
  padding: inherit;
  margin: inherit;
  font-size: inherit;
  border-left: 0;
  font-style: italic;
}
code {
  white-space: pre;
}
h1 > span:first-child {
  margin-right: 10px;
}
h1 > span:first-child.vertical-bottom-align {
  vertical-align: bottom;
}
.gene-symbol {
  /* Several journal style guides and NCBI's say to use italics for gene
   * full names and symbols.
   */
  font-style: italic;
}
.file img {
  width: 32px;
}
.icon-link {
  padding-right: 5px;
}
.bolder {
  font-weight: 700;
}
a.secondary-link {
  text-decoration: underline;
  color: #585858;
}
a.secondary-link span.glyphicon,
a.secondary-link span.new-window:after,
a.secondary-link span.addgene-flame,
a.secondary-link span.order-page .order-item .order-status .order-alert .order-alert-icon {
  margin-left: 4px;
  margin-right: 4px;
}
/*# sourceMappingURL=public_styles.less.css.map */