/**
 * dk-style-guide - Digi-Key's global styles and scripts
 *
 * @version v0.2.7-10
 * @bundled 3/24/2020
 */
/*// ----------------------------------------------------------------------------------------------------
//         _________     _____                 _____       _____   _____
//        /   ___   \   /____/                /____/      /    /  /    /
//       /   /  /   /  _____   ___________   _____       /    /_/    /    ___________   _____  _____
//      /   /  /   /  /    /  /   __     /  /    /      /          /     /   ___    /  /    / /    /
//     /   /  /   /  /    /  /   /  /   /  /    / ___  /         /      /   /__/   /  /    / /    /
//    /   /  /   /  /    /  /   /  /   /  /    / /__/ /    /\    \     /   _______/  /    /_/    /
//   /   /__/   /  /    /  /   /__/   /  /    /      /    / \     \   /   /______   /           /
//  /__________/  /____/  /_____     /  /____/      /____/   \_____\ /__________/  /______     /
//                       ______/    /                                             ____   /    /
//                      /          /                                             /   /__/    /
//                     /__________/                                             /___________/
//
// ----------------------------------------------------------------------------------------------------
// DIGI-KEY ELECTRONICS GLOBAL.CSS - STYLE GUIDE REMIX VERSION
// ----------------------------------------------------------------------------------------------------*/
/* CSS Document */
/*
STANDARD COLORS
dkRed: #cc0000;
redHover: #a20000;
redClicked: #890000;
onyxGrey: #222222;
slateGrey: #444444;
stoneGrey: #666666;
rainGrey: #a4a4a4;
wispyGrey: #eaeaea;
grey: #646464;
bgGrey: #cccccc;
iceGrey: #f5f5f5;
blurpleBlue: #1a1552;
linkBlue: #221abb
white: #ffffff; }
*/


html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif, "dk";
  font-size: 12px;
  /*14px*/ }

body {
  min-width: 320px; }

body.gray {
  background-color: #eee; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222222;
  font-weight: 600;
  /*
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  margin: 0;
  line-height: 1.5;
  */ }

h1,
.h1 {
  font-size: 18px;
  /* color: $onyx-grey;
     font-size: 2.35rem;
     font-weight: normal;
     line-height: 1.5;
     */ }

h2,
.h2 {
  font-size: 14px;
  /*  color: $onyx-grey;
   font-size: 1.8rem;
   font-weight: 600;
   line-height: 1.2;*/ }

h3,
.h3 {
  font-size: 12px;
  /*color: $onyx-grey;
   font-size: 1.35rem;
   font-weight: 600;
   */ }

h4,
.h4 {
  font-size: 12px;
  /* color: $onyx-grey;
  font-size: 1.2rem;
  font-weight: normal;*/ }

h5,
.h5 {
  font-size: 12px;
  /*color: $onyx-grey;
  font-size: 1rem;
  font-weight: 600;*/ }

h6,
.h6 {
  font-size: 12px;
  /*color: $onyx-grey;
  font-size: 0.9rem;
  font-weight: 600;
  */ }

p {
  color: #444444;
  /*
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  */ }

.dk-text-lg,
.dk-text--large {
  font-size: 16px;
  line-height: 22px; }

b,
strong,
.dk-bold {
  font-weight: 600; }

i,
em,
.dk-italic {
  font-style: italic; }

.dk-uppercase {
  text-transform: uppercase; }

.dk-overline {
  text-decoration: overline; }

.headline-border {
  border-bottom: solid 1px #666666;
  padding-bottom: 3px; }

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.rtl {
  direction: rtl; }

.clear {
  height: 0px;
  font-size: 1px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  clear: both; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.hidden {
  display: none !important; }

a img,
img[usemap] {
  border: none; }

.no-wrap {
  white-space: nowrap; }

.red,
.error {
  color: #cc0000; }

blockquote {
  background-color: #eee;
  border: solid 1px #ccc;
  padding: 0 10px;
  border-left-width: 5px;
  clear: both;
  margin: 15px; }

.rtl blockquote {
  border-left-width: 0px;
  border-right-width: 5px; }

.dk-link,
a.link {
  cursor: pointer;
  color: #221abb;
  font-weight: bold;
  text-decoration: none; }

.dk-link:hover,
a.link:hover {
  text-decoration: underline; }

/* SUBHEADER & BREADCRUMBS - Might be unused */
.subheader {
  white-space: nowrap;
  height: 30px;
  max-width: 1200px;
  margin: 0 auto; }

.sublogo__text,
.sublogo__text a {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-decoration: none; }

.sublogo__text {
  padding: 5px 0 2px 20px; }

.rtl .sublogo__text {
  padding: 5px 20px 2px 0; }

.sublogo__text span {
  color: #ce2828; }

.breadcrumbs {
  max-width: 1160px;
  font-size: 10px;
  color: #666666;
  padding: 5px 20px 0px 20px;
  margin: 0 auto; }

.content-column div#breadcrumbs {
  margin-bottom: 15px;
  padding: 0; }

.subheader + #content .breadcrumbs {
  padding-top: 5px; }

.breadcrumbs a {
  color: #333333; }

/* Layouts */
.layout-onecolumn,
.layout-twocolumn,
.layout-threecolumn {
  max-width: 1160px;
  padding: 20px 20px 25px 20px;
  margin: 0px auto; }

.content-column {
  z-index: 0; }

.layout-twocolumn .content-column {
  width: 100%;
  display: table;
  table-layout: fixed; }

.layout-twocolumn #leftColumn,
.layout-threecolumn .left-column,
.layout-threecolumn .content-column {
  display: table-cell;
  vertical-align: top; }

.layout-twocolumn #rightColumn,
.layout-threecolumn > .right-column {
  width: 275px;
  display: table-cell;
  padding-left: 20px;
  vertical-align: top; }

.rtl .layout-twocolumn #rightColumn,
.rtl .layout-threecolumn > .right-column {
  padding-left: 0px;
  padding-right: 20px; }

.layout-twocolumn.left-nav #leftColumn {
  width: 275px;
  padding-right: 20px; }

.rtl .layout-twocolumn.left-nav #leftColumn {
  padding-right: 0px; }

.layout-twocolumn.left-nav #rightColumn {
  width: auto; }

.layout-onecolumn:after,
.layout-twocolumn:after,
.layout-threecolumn:after {
  content: "";
  display: block;
  clear: both;
  height: 20px; }

.full-bleed, .full-bleed--gray, .full-bleed--grey, .full-bleed--white {
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }
  .full-bleed:before, .full-bleed--gray:before, .full-bleed--grey:before, .full-bleed--white:before {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    width: calc(100vw - 10px);
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .full-bleed--gray:before, .full-bleed--grey:before {
    background-color: #eaeaea; }
  .full-bleed--white:before {
    background-color: #fff; }

@media (max-width: 768px) {
  .layout-twocolumn .content-column {
    display: block; }
  .layout-twocolumn #leftColumn,
  .layout-twocolumn.left-nav #leftColumn,
  .layout-twocolumn #rightColumn {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 15px; }
  .rtl .layout-twocolumn #rightColumn {
    padding: 0px; } }

/* COMPONENTS */
/* Nav Style */
.dk-nav, .dk-nav--underline {
  display: inline-flex;
  box-sizing: border-box; }
  .dk-nav a.dk-nav__link, .dk-nav--underline a.dk-nav__link {
    position: relative;
    box-sizing: border-box;
    margin-right: 28px;
    margin-bottom: -2px;
    white-space: nowrap;
    cursor: pointer;
    color: #222222;
    padding: 4px;
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: 3px solid transparent;
    outline: none;
    font-weight: normal;
    text-decoration: none; }
    .dk-nav a.dk-nav__link:last-child, .dk-nav--underline a.dk-nav__link:last-child {
      margin-right: 0px; }
    .dk-nav a.dk-nav__link:hover, .dk-nav--underline a.dk-nav__link:hover, .dk-nav a.dk-nav__link[aria-current="page"], .dk-nav--underline a.dk-nav__link[aria-current="page"], .dk-nav a.dk-nav__link[data-has-current-page="true"], .dk-nav--underline a.dk-nav__link[data-has-current-page="true"] {
      color: #cc0000;
      border-bottom: 3px solid #cc0000; }
    .dk-nav a.dk-nav__link[aria-current="page"], .dk-nav--underline a.dk-nav__link[aria-current="page"], .dk-nav a.dk-nav__link[data-has-current-page="true"], .dk-nav--underline a.dk-nav__link[data-has-current-page="true"] {
      font-weight: bold; }
    .dk-nav a.dk-nav__link:focus:not([aria-current="page"]):not([aria-current="page"]), .dk-nav--underline a.dk-nav__link:focus:not([aria-current="page"]):not([aria-current="page"]) {
      color: #cc0000;
      border-bottom: 2px solid #221abb; }

.dk-nav .dk-tab-overflow__overflow .dk-nav__link, .dk-nav--underline .dk-tab-overflow__overflow .dk-nav__link,
.dk-nav .dk-tab-overflow__overflow [aria-current="page"]:not(li),
.dk-nav--underline .dk-tab-overflow__overflow [aria-current="page"]:not(li) {
  border-bottom: none !important;
  color: #222222 !important;
  display: inline-block;
  padding: 0; }

.dk-nav--underline {
  border-bottom: solid 1px #eaeaea; }

.rtl a.dk-nav__link {
  margin-right: 0;
  margin-left: 28px; }

.dk-grid, .dk-grid__no-gutter {
  position: relative;
  margin: 0px auto;
  list-style: none;
  margin-left: -32px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) and (min-width: 375px) {
    .dk-grid, .dk-grid__no-gutter {
      margin-left: -30px; } }
  @media (max-width: 375px) {
    .dk-grid, .dk-grid__no-gutter {
      margin-left: -21px; } }
  .dk-grid > .dk-grid, .dk-grid__no-gutter > .dk-grid, .dk-grid > .dk-grid__no-gutter, .dk-grid__no-gutter > .dk-grid__no-gutter {
    width: 100%;
    margin-left: unset; }

.dk-grid__wrapper {
  max-width: 1168px;
  margin: 0px auto; }

.col__2-2, .col__6-6, .col__12-12 {
  width: 100%; }

.col__1-2, .col__3-6, .col__6-12 {
  width: 50%; }

.col__2-6, .col__4-12 {
  width: 33.33333%; }

.col__4-6, .col__8-12 {
  width: 66.66667%; }

.col__3-12 {
  width: 25%; }

.col__9-12 {
  width: 75%; }

.col__push-2-2, .col__push-6-6, .col__push-12-12 {
  margin-left: 100%; }

.col__push-1-2, .col__push-3-6, .col__push-6-12 {
  margin-left: 50%; }

.col__push-2-6, .col__push-4-12 {
  margin-left: 33.33333%; }

.col__push-4-6, .col__push-8-12 {
  margin-left: 66.66667%; }

.col__push-3-12 {
  margin-left: 25%; }

.col__push-9-12 {
  margin-left: 75%; }

.col__pull-2-2, .col__pull-6-6, .col__pull-12-12 {
  margin-left: -100%; }

.col__pull-1-2, .col__pull-3-6, .col__pull-6-12 {
  margin-left: -50%; }

.col__pull-2-6, .col__pull-4-12 {
  margin-left: -33.33333%; }

.col__pull-4-6, .col__pull-8-12 {
  margin-left: -66.66667%; }

.col__pull-3-12 {
  margin-left: -25%; }

.col__pull-9-12 {
  margin-left: -75%; }

.col__push {
  margin-left: auto; }

.col__push {
  margin-left: auto; }

.col__1-6 {
  width: 16.66667%; }

.col__push {
  margin-left: auto; }

.col__push-1-6 {
  margin-left: 16.66667%; }

.col__pull-1-6 {
  margin-left: -16.66667%; }

.col__push {
  margin-left: auto; }

.col__push {
  margin-left: auto; }

.col__push {
  margin-left: auto; }

.col__5-6 {
  width: 83.33333%; }

.col__push {
  margin-left: auto; }

.col__push-5-6 {
  margin-left: 83.33333%; }

.col__pull-5-6 {
  margin-left: -83.33333%; }

.col__push {
  margin-left: auto; }

.col__1-12 {
  width: 8.33333%; }

.col__push {
  margin-left: auto; }

.col__push-1-12 {
  margin-left: 8.33333%; }

.col__pull-1-12 {
  margin-left: -8.33333%; }

.col__2-12 {
  width: 16.66667%; }

.col__push {
  margin-left: auto; }

.col__push-2-12 {
  margin-left: 16.66667%; }

.col__pull-2-12 {
  margin-left: -16.66667%; }

.col__push {
  margin-left: auto; }

.col__push {
  margin-left: auto; }

.col__5-12 {
  width: 41.66667%; }

.col__push {
  margin-left: auto; }

.col__push-5-12 {
  margin-left: 41.66667%; }

.col__pull-5-12 {
  margin-left: -41.66667%; }

.col__push {
  margin-left: auto; }

.col__7-12 {
  width: 58.33333%; }

.col__push {
  margin-left: auto; }

.col__push-7-12 {
  margin-left: 58.33333%; }

.col__pull-7-12 {
  margin-left: -58.33333%; }

.col__push {
  margin-left: auto; }

.col__push {
  margin-left: auto; }

.col__10-12 {
  width: 83.33333%; }

.col__push {
  margin-left: auto; }

.col__push-10-12 {
  margin-left: 83.33333%; }

.col__pull-10-12 {
  margin-left: -83.33333%; }

.col__11-12 {
  width: 91.66667%; }

.col__push {
  margin-left: auto; }

.col__push-11-12 {
  margin-left: 91.66667%; }

.col__pull-11-12 {
  margin-left: -91.66667%; }

.col__push {
  margin-left: auto; }

.col {
  flex: 1 0 auto; }

.col__1-2, .col__2-2, .col__1-6, .col__2-6, .col__3-6, .col__4-6, .col__5-6, .col__6-6, .col__1-12, .col__2-12, .col__3-12, .col__4-12, .col__5-12, .col__6-12, .col__7-12, .col__8-12, .col__9-12, .col__10-12, .col__11-12, .col__12-12, .col, .col--span-all {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 0;
  min-height: 1px;
  padding-left: 32px;
  vertical-align: top; }
  @media (max-width: 768px) {
    .col__1-2, .col__2-2, .col__1-6, .col__2-6, .col__3-6, .col__4-6, .col__5-6, .col__6-6, .col__1-12, .col__2-12, .col__3-12, .col__4-12, .col__5-12, .col__6-12, .col__7-12, .col__8-12, .col__9-12, .col__10-12, .col__11-12, .col__12-12, .col, .col--span-all {
      padding-left: 30px;
      display: block;
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
  @media (max-width: 375px) {
    .col__1-2, .col__2-2, .col__1-6, .col__2-6, .col__3-6, .col__4-6, .col__5-6, .col__6-6, .col__1-12, .col__2-12, .col__3-12, .col__4-12, .col__5-12, .col__6-12, .col__7-12, .col__8-12, .col__9-12, .col__10-12, .col__11-12, .col__12-12, .col, .col--span-all {
      padding-left: 21px; } }

@media (max-width: 1025px) and (min-width: 768px) {
  [class*="col__lg-"] {
    display: inline-block;
    margin-right: 0;
    margin-left: 0; }
  .col__lg-hide {
    display: none; }
  .col__lg-1-2, .col__lg-2-4 {
    width: 50%; }
  .col__lg-1-3 {
    width: 33.33333%; }
  .col__lg-2-3 {
    width: 66.66667%; }
  .col__lg-1-4 {
    width: 25%; }
  .col__lg-3-4 {
    width: 75%; } }

@media (max-width: 768px) and (min-width: 375px) {
  [class*="col__md-"] {
    display: inline-block;
    margin-right: 0;
    margin-left: 0; }
  .col__md-hide {
    display: none; }
  .col__md-1-2, .col__md-2-4 {
    width: 50%; }
  .col__md-1-3 {
    width: 33.33333%; }
  .col__md-2-3 {
    width: 66.66667%; }
  .col__md-1-4 {
    width: 25%; }
  .col__md-3-4 {
    width: 75%; } }

@media (max-width: 375px) {
  .col__md-hide {
    display: none; }
  .col__sm-hide {
    display: none; }
  .col__sm-1-2, .col__sm-2-4 {
    width: 50%; }
  .col__sm-1-3 {
    width: 33.33333%; }
  .col__sm-2-3 {
    width: 66.66667%; }
  .col__sm-1-4 {
    width: 25%; }
  .col__sm-3-4 {
    width: 75%; } }

.dk-grid__no-gutter {
  margin-left: 0;
  width: 100%; }

.col--span-all {
  margin-left: 0;
  width: 100%; }

.col--ab {
  vertical-align: bottom; }

.col--am {
  vertical-align: middle; }

/* CARDS */
.dk-card, .dk-tab-overflow__overflow,
.dk-tabbed-menu.dk-tab-overflow__overflow {
  background: white;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08); }

/* TABLES */
/* Product Table Styles */
.product-table,
.table-help {
  border: solid 1px #999999;
  margin: 15px 0;
  background-color: #e6e6e6;
  border-collapse: collapse;
  clear: both;
  overflow-x: auto; }

.product-table__title {
  color: #555555;
  font-weight: bold;
  font-size: 14px;
  padding: 5px; }

.product-table__title h3 {
  padding: 0px;
  margin: 0px;
  font-size: 14px; }

.product-table__table,
.table-help {
  width: 100%; }

.product-table__table th,
.product-table__table td,
.table-help th,
.table-help td {
  padding: 5px;
  border: solid 1px #999999;
  box-sizing: border-box; }

.product-table__table tr:nth-child(odd),
.table-help tr:nth-child(odd) {
  background-color: #eeeeee; }

.product-table__table tr:nth-child(even),
.table-help tr:nth-child(even) {
  background-color: #ffffff; }

.product-table.nostripe tr,
.table-help.nostripe tr {
  background-color: #ffffff; }

.product-table__table th,
.table-help th {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
  border-bottom: solid 1px; }

.product-table__table ~ div {
  border-top: solid 1px #999;
  padding: 0 5px; }

.product-table__table ~ div a {
  font-weight: bold;
  display: inline-block;
  width: 50%;
  padding: 5px 0; }

.product-table__table ~ div a + a {
  text-align: right;
  float: right; }

.rtl .product-table__table ~ div a + a {
  text-align: left;
  float: left; }

.product-table__table ~ div a:only-child {
  text-align: center;
  width: 100%; }

@media screen and (max-width: 500px) {
  .product-table__table th {
    display: none; }
  .product-table__table tr {
    border: solid 1px #999; }
  .product-table__table td:not(.product-table__datasheet):not(.product-table__partImage) {
    display: inline-block;
    border: none;
    padding: 3px 0 0 10px;
    width: 90%; }
  .rtl .product-table__table td:not(.product-table__datasheet):not(.product-table__partImage) {
    padding: 3px 10px 0 0; }
  .product-table__table .button {
    margin: 5px 0 10px 0; }
  .product-table__table ~ div a {
    display: block;
    width: 100%;
    text-align: center !important;
    padding: 4px 0; } }

table.dk-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem; }
  table.dk-table tbody tr:nth-child(odd) {
    background: #eaeaea; }
  table.dk-table th {
    padding-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase; }
  table.dk-table td {
    padding: 6px 0;
    font-weight: normal; }
  table.dk-table th,
  table.dk-table td {
    text-align: left;
    border: none; }
  table.dk-table tfoot {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase; }

.rtl table.dk-table {
  text-align: right; }
  .rtl table.dk-table th,
  .rtl table.dk-table td {
    text-align: right; }
  .rtl table.dk-table tfoot {
    text-align: right; }

.dk-tabbed-menu ul.dk-tab-list li.active, .dk-tabbed-menu ul [data-has-current-page="true"], .dk-tab-overflow[data-has-active="true"],
.dk-tab-overflow li[data-has-active="true"],
.dk-tabbed-menu.dk-tab-overflow[data-has-active="true"],
.dk-tabbed-menu.dk-tab-overflow li[data-has-active="true"] {
  border-color: #cc0000;
  color: #cc0000;
  font-weight: bold !important; }

/* TABS */
.dk-tabbed-menu {
  clear: both;
  width: 100%; }
  .dk-tabbed-menu ul.dk-tab-list {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: solid 1px #cccccc;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box; }
    .dk-tabbed-menu ul.dk-tab-list li {
      position: relative;
      box-sizing: border-box;
      white-space: nowrap;
      margin-right: 28px;
      margin-bottom: -1px;
      text-transform: capitalize;
      cursor: pointer;
      color: #222222;
      display: block;
      padding: 4px;
      padding-bottom: 18px;
      line-height: 1;
      outline: none;
      font-weight: normal;
      text-decoration: none;
      border-bottom: 3px solid transparent; }
      .dk-tabbed-menu ul.dk-tab-list li[data-in-overflow] {
        line-height: 1;
        padding: 8px;
        margin: 0px;
        background: transparent;
        border: none; }
        .dk-tabbed-menu ul.dk-tab-list li[data-in-overflow]:hover {
          border-color: transparent;
          font-weight: bold; }
        .dk-tabbed-menu ul.dk-tab-list li[data-in-overflow].active {
          color: #444444;
          background: #eaeaea; }
      .dk-tabbed-menu ul.dk-tab-list li:hover {
        color: #cc0000;
        border-color: #cc0000; }
      .dk-tabbed-menu ul.dk-tab-list li:focus:not(.active):not(:active) {
        color: #cc0000;
        border: 1px solid #221abb;
        border-bottom: 2px solid #221abb !important; }
  .dk-tabbed-menu .dk-tab-container {
    padding-top: 10px;
    position: relative;
    z-index: 1;
    width: 100%; }
    .dk-tabbed-menu .dk-tab-container .dk-tab-content {
      display: none;
      padding: 0; }
      .dk-tabbed-menu .dk-tab-container .dk-tab-content.active {
        display: block; }

.dk-tab-overflow,
.dk-tabbed-menu.dk-tab-overflow {
  position: relative;
  display: none;
  align-items: center;
  padding: 4px;
  padding-right: 20px !important;
  box-sizing: border-box;
  margin-right: 0;
  white-space: nowrap;
  cursor: pointer; }
  .dk-tab-overflow[data-has-active="true"],
  .dk-tab-overflow li[data-has-active="true"],
  .dk-tabbed-menu.dk-tab-overflow[data-has-active="true"],
  .dk-tabbed-menu.dk-tab-overflow li[data-has-active="true"] {
    color: #cc0000 !important; }
  .dk-tab-overflow:hover .dk-tab-overflow__overflow,
  .dk-tabbed-menu.dk-tab-overflow:hover .dk-tab-overflow__overflow {
    opacity: 1;
    pointer-events: all; }
  .dk-tab-overflow:hover:after,
  .dk-tabbed-menu.dk-tab-overflow:hover:after {
    transform: rotate(0.5turn); }
  .dk-tab-overflow[data-vertical-align="center"],
  .dk-tabbed-menu.dk-tab-overflow[data-vertical-align="center"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .dk-tab-overflow[data-vertical-align="center"]::after,
    .dk-tabbed-menu.dk-tab-overflow[data-vertical-align="center"]::after {
      top: 50%;
      transform: translateY(-50%); }
    .dk-tab-overflow[data-vertical-align="center"]:hover:after,
    .dk-tabbed-menu.dk-tab-overflow[data-vertical-align="center"]:hover:after {
      transform: translateY(-50%) rotate(0.5turn); }
  .dk-tab-overflow::after,
  .dk-tabbed-menu.dk-tab-overflow::after {
    color: #cc0000;
    font-weight: bold;
    font-family: "dk";
    content: "\f107";
    font-size: 1.4em;
    position: absolute;
    top: 0.12em;
    right: 2px;
    width: 10px;
    transition: all 0.2s ease; }
  .dk-tab-overflow__overflow,
  .dk-tabbed-menu.dk-tab-overflow__overflow {
    list-style: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    box-sizing: content-box;
    margin: 0;
    right: auto;
    padding: 8px 0;
    top: 1.8em;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    transition: all 0.2s ease 0.1s; }
    .dk-tab-overflow__overflow li,
    .dk-tabbed-menu.dk-tab-overflow__overflow li {
      line-height: 1;
      display: inline-block;
      padding: 8px;
      margin: 0px;
      cursor: pointer;
      color: #444444 !important; }
      .dk-tab-overflow__overflow li:hover, .dk-tab-overflow__overflow li[aria-current="page"],
      .dk-tab-overflow__overflow li .active,
      .dk-tabbed-menu.dk-tab-overflow__overflow li:hover,
      .dk-tabbed-menu.dk-tab-overflow__overflow li[aria-current="page"],
      .dk-tabbed-menu.dk-tab-overflow__overflow li .active {
        font-weight: bold !important;
        border: none !important;
        background: #eaeaea;
        color: #444444; }

.rtl .dk-tabbed-menu ul.dk-tab-list li {
  margin-right: 0px;
  margin-left: 28px; }

/* MODALS */
/* BUTTONS - Check on -moz-focus-inner issues */
/*
.button::-moz-focus-inner {
  padding:0 !important;
  border: 0 none !important;
}
*/
.dk-btn, .dk-btn__primary, .dk-btn__alternate, .dk-btn__secondary, .button,
.btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #fff;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 8px 24px;
  margin: 5px 8px;
  margin-left: 0;
  min-width: 101px;
  text-align: center;
  border-radius: 100px;
  transition: all 150ms ease-out;
  cursor: pointer;
  outline: none;
  border-color: transparent;
  border-width: 1px;
  border-style: solid; }
  .dk-btn:focus, .dk-btn__primary:focus, .dk-btn__alternate:focus, .dk-btn__secondary:focus, .button:focus,
  .btn:focus {
    box-shadow: 0 0 1px 2px #1a1552; }
  .dk-btn:active, .dk-btn__primary:active, .dk-btn__alternate:active, .dk-btn__secondary:active, .button:active,
  .btn:active {
    box-shadow: none; }
  .dk-btn:disabled, .dk-btn__primary:disabled, .dk-btn__alternate:disabled, .dk-btn__secondary:disabled, .button:disabled,
  .btn:disabled, .dk-btn.disabled, .disabled.dk-btn__primary, .disabled.dk-btn__alternate, .disabled.dk-btn__secondary, .disabled.button,
  .disabled.btn {
    pointer-events: none;
    color: #cccccc;
    border: none;
    background-color: white;
    box-shadow: inset 0 0 0 2px #cccccc; }
  .dk-btn--lg {
    min-width: 120px !important;
    padding: 12px 40px !important;
    border-radius: 22px; }
  .dk-btn--sm {
    min-width: 69px !important;
    padding: 5px 18px !important;
    font-size: 0.858em !important; }
  .dk-btn--block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .dk-btn__primary {
    background-color: #cc0000; }
    .dk-btn__primary:hover, .dk-btn__primary.hover-primary {
      background-color: #a20000; }
    .dk-btn__primary:active {
      background-color: #890000; }
  .dk-btn__alternate {
    border-color: #cc0000;
    box-shadow: inset 0 0 0 2px #cc0000;
    background-color: #fff;
    color: #cc0000; }
    .dk-btn__alternate:hover, .dk-btn__alternate.hover {
      box-shadow: inset 0 0 0 2px #a20000;
      background-color: #a20000;
      color: #fff; }
  .dk-btn__secondary {
    border-color: #cccccc;
    box-shadow: inset 0 0 0 2px #cccccc;
    color: #1a1552; }
    .dk-btn__secondary:hover, .dk-btn__secondary.hover {
      background: #f5f5f5; }

/* Icon Buttons */
/* STILL NEEDS THE OTHER BUTTON CLASSES ADDED INTO THE FOLLOWING BUTTON SETS */
[class*="btn"][class*="icon-"] {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px 8px 14px; }

[class*="btn"][class*="icon-"]:before {
  font-size: 2rem;
  padding: 4px 8px 0px 4px; }

[class*="btn"][class*="icon-"].icon__after {
  flex-direction: row-reverse;
  padding: 8px 14px 8px 24px; }

[class*="btn"][class*="icon-"].icon__after:before {
  padding: 4px 4px 0px 8px; }

/**
 * Legacy Classes
 */
.button.primary:not(.disabled),
.btn.primary {
  background-color: #cc0000; }

.button.primary:hover,
.btn.primary:hover {
  background-color: #a30000; }

.button:not(.primary):not(.disabled),
.btn:not(.primary) {
  box-shadow: inset 0 0 0 2px #cccccc;
  color: #1a1552; }

.button:not(.primary):hover,
.btn:hover {
  background: #f5f5f5; }

.button:disabled,
.button.disabled {
  pointer-events: none;
  color: #cccccc;
  background-color: white;
  box-shadow: inset 0 0 0 2px #cccccc; }

.dk-dropdown[multiple] {
  min-width: 150px; }

.dk-dropdown[dk-dropdown--init]:not([data-debug="true"]) {
  transform: scaleY(0);
  pointer-events: none;
  position: absolute; }

.dk-dropdown__icon {
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  right: 12px;
  top: 0;
  width: 12px;
  height: 100%;
  color: #1a1552; }
  .dk-dropdown__icon::before {
    transition: all 0.2s ease;
    content: "\f107";
    font-family: "dk";
    color: inherit;
    font-size: 20px; }

.dk-dropdown__container, .dk-dropdown__container--multi {
  box-sizing: border-box;
  border-radius: 6px;
  min-width: 100px;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-right: 5px;
  margin-bottom: 0.2em;
  border: 1px solid #cccccc;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #fff; }
  .dk-dropdown__container--multiDropdown {
    height: unset;
    min-height: 40px; }
  .dk-dropdown__container[data-dropdown-open="true"], .dk-dropdown__container--multi[data-dropdown-open="true"] {
    pointer-events: all;
    border-radius: 6px 6px 0 0; }
    .dk-dropdown__container[data-dropdown-open="true"] .dk-dropdown__icon::before, .dk-dropdown__container--multi[data-dropdown-open="true"] .dk-dropdown__icon::before {
      transform: rotate(0.5turn); }
  .dk-dropdown__container:focus, .dk-dropdown__container--multi:focus {
    outline: none; }
  .dk-dropdown__container ul, .dk-dropdown__container--multi ul {
    padding: 0;
    margin: 0; }
    .dk-dropdown__container ul:focus, .dk-dropdown__container--multi ul:focus {
      outline: none; }
  .dk-dropdown__container--multi {
    width: 180px;
    height: auto;
    border-radius: 6px;
    background-color: white;
    border: 1px solid #cccccc;
    overflow-y: auto;
    overflow-x: hidden; }
  .dk-dropdown__container--multiDropdown .dk-dropdown__selected {
    white-space: normal; }
  .dk-dropdown__container--disabled {
    background: #cccccc;
    pointer-events: none;
    user-select: none;
    color: #666666; }
    .dk-dropdown__container--disabled label {
      color: #666666;
      pointer-events: none; }
    .dk-dropdown__container--disabled input[type="checkbox"].dk-checkbox::before {
      background: transparent;
      pointer-events: none; }

.dk-dropdown li {
  margin-bottom: 0 !important; }

.dk-dropdown__selected {
  position: relative;
  display: flex;
  cursor: pointer;
  font-size: inherit;
  padding: 0.6em 0.5em;
  padding-left: 0.9em;
  padding-right: 35px;
  border-radius: 6px;
  background: inherit;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .dk-dropdown__selected:focus {
    outline: none; }
  .dk-dropdown__selected[data-dropdown-open="true"] {
    pointer-events: all;
    transition-delay: 0s;
    transition-duration: 0.2s;
    border-radius: 6px 6px 0 0; }

.dk-dropdown__options, .dk-dropdown__options .dk-dropdown__options--collapse {
  display: block;
  box-sizing: border-box;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 0 0 6px 6px;
  border-top: none;
  padding: 0;
  margin: 0;
  max-height: 170px;
  overflow-y: auto;
  z-index: 200;
  transition-delay: 2s;
  transition: max-height 0.25s ease, padding 0.1s ease, border 0.1s; }
  .dk-dropdown__options .dk-dropdown__options--collapse {
    max-height: 200px;
    overflow-y: auto;
    border-top: 1px solid #cccccc; }
  .dk-dropdown__options--multi {
    max-height: 200px; }
    .dk-dropdown__options--multi ul {
      background: white;
      margin: 0;
      padding: 0; }
    .dk-dropdown__options--multi li.multi-option {
      display: flex;
      margin: 0 !important;
      padding: 0.1em;
      user-select: none;
      -ms-user-select: none;
      align-items: center;
      justify-content: space-around; }
      .dk-dropdown__options--multi li.multi-option:hover {
        background: #f5f5f5; }
      .dk-dropdown__options--multi li.multi-option input[type="checkbox"] {
        margin-left: 0.9em; }
      .dk-dropdown__options--multi li.multi-option label {
        top: 1px;
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        line-height: 1.5;
        padding: 3px 4px;
        padding-left: 8px;
        width: 100%;
        height: 100%; }
  .dk-dropdown__options__border {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;
    padding-top: 5px;
    top: calc(100% - 6px);
    background: inherit;
    border-top: none;
    box-shadow: 0px 3px 6px rgba(204, 204, 204, 0.2); }
    .dk-dropdown__options__border::before {
      content: "";
      position: absolute;
      width: 100%;
      top: 5px;
      left: 0;
      z-index: 4;
      height: 1px;
      background: #cccccc; }
  .dk-dropdown__options[data-dropdown-open="false"], .dk-dropdown__options .dk-dropdown__options--collapse[data-dropdown-open="false"] {
    pointer-events: none;
    max-height: 0;
    padding: 0;
    border-bottom-width: 0;
    overflow: hidden; }
    .dk-dropdown__options[data-dropdown-open="false"] + .dk-dropdown__clear, .dk-dropdown__options .dk-dropdown__options--collapse[data-dropdown-open="false"] + .dk-dropdown__clear {
      display: none; }
  .dk-dropdown__options li.single-option {
    display: flex;
    align-items: center;
    padding: 0.5em;
    padding-left: 0.9em;
    height: 34px;
    box-sizing: border-box;
    margin: 0 !important;
    cursor: pointer; }
    .dk-dropdown__options li.single-option:hover {
      background: #f5f5f5; }
    .dk-dropdown__options li.single-option[data-selected] {
      background: #ebebeb; }

.dk-dropdown__clear {
  display: none;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: flex-start;
  padding-bottom: 0;
  padding: 0 !important;
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .dk-dropdown__clear {
      display: flex; } }
  .dk-dropdown__clear > * {
    visibility: hidden; }
  .dk-dropdown__clear[data-show="true"] {
    display: flex; }
    .dk-dropdown__clear[data-show="true"] > * {
      visibility: visible; }

.dk-dropdown__btn {
  position: relative;
  background: #cc0000;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0px !important;
  padding: 0.3em 0.7em;
  border-radius: 10px; }
  .dk-dropdown__btn:hover {
    background: #a20000; }

.dk-error.dk-dropdown__container, .dk-error.dk-dropdown__container--multi {
  color: #cc0000;
  border-color: #cc0000; }
  .dk-error.dk-dropdown__container .dk-dropdown__options, .dk-error.dk-dropdown__container--multi .dk-dropdown__options, .dk-error.dk-dropdown__container .dk-dropdown__options .dk-dropdown__options--collapse, .dk-dropdown__options .dk-error.dk-dropdown__container .dk-dropdown__options--collapse, .dk-error.dk-dropdown__container--multi .dk-dropdown__options .dk-dropdown__options--collapse, .dk-dropdown__options .dk-error.dk-dropdown__container--multi .dk-dropdown__options--collapse {
    border-color: #cc0000; }
  .dk-error.dk-dropdown__container .dk-dropdown__icon, .dk-error.dk-dropdown__container--multi .dk-dropdown__icon {
    color: #cc0000; }

.rtl .dk-dropdown__selected {
  padding-left: 35px;
  padding-right: 0.9em; }

.rtl .dk-dropdown__icon,
.rtl .dk-dropdown__selected::before {
  right: auto;
  left: 6%; }

.clusterize-scroll {
  max-height: 200px;
  overflow: auto; }

.clusterize-extra-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.clusterize-extra-row.clusterize-keep-parity {
  display: none; }

.clusterize-content {
  outline: 0;
  counter-reset: clusterize-counter; }

.clusterize-no-data td {
  text-align: center; }

.react-dropdown .dk-dropdown__selected::before {
  opacity: 0; }

[aria-pressed="true"] ~ .dk-dropdown__icon {
  transform: rotate(0.5turn); }

.dk-form-label, .dk-dropdown-label, .dk-input-label {
  color: #222222;
  font-size: 0.857rem;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase; }

.dk-form-group, .dk-dropdown-group, .dk-input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }

.dk-error-message, .dk-error-message__visible, .dk-input__error-feedback,
small.dk-error-message,
small.dk-error-message__visible,
small.dk-input__error-feedback {
  display: none;
  transition: all 0.2s ease;
  color: #cc0000 !important;
  margin-top: 11px;
  pointer-events: none;
  font-weight: bold;
  font-size: 12px; }
  .dk-error-message:before, .dk-error-message__visible:before, .dk-input__error-feedback:before,
  small.dk-error-message:before,
  small.dk-error-message__visible:before,
  small.dk-input__error-feedback:before {
    content: "\f071";
    font-family: "dk";
    font-size: 1rem;
    padding-right: 5px;
    position: relative;
    top: 2px; }

.dk-error-message__visible {
  display: block !important; }

/* FORM INPUTS */
.dk-input-group.dk-error .dk-input, .dk-input-group.dk-error .dk-input__error, .dk-input.dk-error, .dk-error.dk-input__error, .dk-input__error {
  box-shadow: 0px 0px 0px 2px #cc0000 !important;
  color: #cc0000 !important;
  animation: headshake 300ms ease-in-out forwards; }
  .dk-input-group.dk-error .dk-input::placeholder, .dk-input-group.dk-error .dk-input__error::placeholder, .dk-input.dk-error::placeholder, .dk-error.dk-input__error::placeholder, .dk-input__error::placeholder {
    color: #cc0000; }

.dk-input-group .dk-input, .dk-input-group .dk-input__error {
  margin-bottom: 16px; }
  .dk-input-group .dk-input:last-of-type, .dk-input-group .dk-input__error:last-of-type {
    margin-bottom: 0px; }

.dk-input-group.dk-error .dk-error-message, .dk-input-group.dk-error .dk-error-message__visible, .dk-input-group.dk-error .dk-input__error-feedback {
  display: block; }

.dk-input, .dk-input__error {
  font-size: 1rem;
  border-radius: 5px;
  padding: 5px 14px;
  box-sizing: border-box;
  height: 40px;
  border: 2px solid transparent;
  box-shadow: 0px 0px 0px 1px #444444;
  transition: box-shadow 0.2s ease; }
  .dk-input:focus, .dk-input__error:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1a1552; }
    .dk-input:focus::before, .dk-input__error:focus::before {
      box-shadow: 0px 0px 1px 2px rgba(26, 21, 82, 0.6); }
  .dk-input::placeholder, .dk-input__error::placeholder {
    color: #222222; }
  .dk-input:disabled, .dk-input__error:disabled {
    border: 1px dashed #666666;
    box-shadow: unset;
    background: white; }
  .dk-input__error + small.dk-error-message, .dk-input__error + small.dk-error-message__visible, .dk-input__error + small.dk-input__error-feedback {
    display: block;
    opacity: 1;
    transition: all 0.2s ease;
    transform: translateY(0%); }
  .dk-input-helper {
    margin-bottom: 10px; }

.rtl .dk-input__error-feedback:before {
  padding-right: auto;
  padding-left: 5px; }

@keyframes headshake {
  from {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(10px, 0, 0); }
  75% {
    transform: translate3d(-5px, 0, 0); } }

/* RADIO BUTTONS */
.dk-radio-group {
  display: flex;
  align-items: flex-start; }

input[type="radio"].dk-radio-button,
input[type="radio"].dk-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  height: 16px;
  width: 16px; }
  input[type="radio"].dk-radio-button:focus,
  input[type="radio"].dk-radio:focus {
    outline: none; }
    input[type="radio"].dk-radio-button:focus::before,
    input[type="radio"].dk-radio:focus::before {
      border-color: #221abb; }
  input[type="radio"].dk-radio-button::before,
  input[type="radio"].dk-radio::before {
    box-sizing: border-box;
    content: " ";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: solid 2px #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  input[type="radio"].dk-radio-button:checked::before,
  input[type="radio"].dk-radio:checked::before {
    content: " ";
    position: relative;
    display: block;
    background-color: #fff;
    border: solid 2px #cc0000; }
  input[type="radio"].dk-radio-button:checked::after,
  input[type="radio"].dk-radio:checked::after {
    box-sizing: border-box;
    content: " ";
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    height: 8px;
    width: 8px;
    background-color: #cc0000;
    animation: scaleIn 150ms ease-in-out forwards;
    border-radius: 50%; }

label.dk-radio-label,
label.dk-radio-button-label {
  padding-top: 5px;
  padding-left: 7px; }

.rtl input[type="radio"].dk-radio-button:before,
.rtl input[type="radio"].dk-radio:before {
  left: auto;
  right: 0; }

.rtl input[type="radio"].dk-radio-button[data-checked="true"], .rtl input[type="radio"].dk-radio-button:checked:after,
.rtl input[type="radio"].dk-radio[data-checked="true"],
.rtl input[type="radio"].dk-radio:checked:after {
  left: auto;
  right: 4px; }

.rtl input[type="radio"].dk-radio-button label.dk-radio-button-label,
.rtl input[type="radio"].dk-radio-button label.dk-radio-label,
.rtl input[type="radio"].dk-radio label.dk-radio-button-label,
.rtl input[type="radio"].dk-radio label.dk-radio-label {
  cursor: pointer;
  margin-left: 5px;
  top: -7px;
  position: relative; }
  .rtl input[type="radio"].dk-radio-button label.dk-radio-button-label::after,
  .rtl input[type="radio"].dk-radio-button label.dk-radio-label::after,
  .rtl input[type="radio"].dk-radio label.dk-radio-button-label::after,
  .rtl input[type="radio"].dk-radio label.dk-radio-label::after {
    content: " ";
    display: table;
    clear: both; }

.rtl label.dk-radio-button-label {
  margin-left: auto;
  margin-right: 5px; }

@keyframes scaleIn {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* CHECKBOXES */
.dk-checkbox-group {
  display: flex;
  margin-bottom: 5px; }
  .dk-checkbox-group input[type="checkbox"].dk-checkbox {
    margin-top: 0; }
  .dk-checkbox-group .dk-checkbox-label {
    top: 0;
    padding-top: 2px;
    margin-left: 0px; }

input[type="checkbox"].dk-checkbox {
  margin-top: 4px;
  margin-bottom: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 16px;
  min-width: 16px; }
  input[type="checkbox"].dk-checkbox:focus {
    outline: none; }
    input[type="checkbox"].dk-checkbox:focus::before {
      box-shadow: 0px 0px 1px 2px rgba(26, 21, 82, 0.6); }
  input[type="checkbox"].dk-checkbox::before {
    content: " ";
    display: block;
    position: relative;
    top: 1px;
    left: 1px;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border: solid 2px #666666;
    transition: background-color 0.2s ease;
    border-radius: 3px; }
  input[type="checkbox"].dk-checkbox:checked::-ms-check {
    position: relative;
    color: #fff;
    background-color: #cc0000;
    border: solid 2px #cc0000; }
  input[type="checkbox"].dk-checkbox::-ms-check {
    background-color: #fff;
    border: solid 2px #222222;
    border-radius: 3px; }
  input[type="checkbox"].dk-checkbox:checked::before {
    content: " ";
    position: relative;
    display: block;
    background-color: #cc0000;
    border-color: #cc0000;
    border-radius: 3px; }
  input[type="checkbox"].dk-checkbox:checked::after {
    content: "\f00c";
    font-family: "dk";
    font-size: 12px;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 0;
    right: 1px;
    transition: all;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    transform-origin: center;
    animation: scaleCheck 200ms ease-in-out forwards; }

@keyframes scaleCheck {
  from {
    transform: scale(0); }
  50% {
    transform: scale(1.02); }
  75% {
    transform: scale(0.97); } }

label.dk-checkbox-label {
  top: -7px;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-left: 8px; }
  label.dk-checkbox-label::after {
    content: " ";
    display: table;
    clear: both; }

.rtl input[type="checkbox"].dk-checkbox:before {
  left: auto;
  right: 1px; }

.rtl input[type="checkbox"].dk-checkbox:after {
  left: 1px;
  right: 3px; }

.rtl label.dk-checkbox-label {
  margin-left: auto;
  margin-right: 8px; }

.dk-breadcrumb ol {
  color: #444444;
  list-style: none;
  padding: 0;
  font-size: 12px;
  line-height: 0.8; }
  .dk-breadcrumb ol li {
    color: #444444;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 3px;
    font-weight: bold; }
    .dk-breadcrumb ol li:after {
      font-family: "dk", "icomoon";
      content: " \f105";
      white-space: pre;
      font-size: 1em; }
    .dk-breadcrumb ol li:first-child {
      margin-left: 0; }
    .dk-breadcrumb ol li:last-child {
      font-weight: normal; }
      .dk-breadcrumb ol li:last-child:after {
        content: ""; }
    .dk-breadcrumb ol li a {
      color: #444444;
      text-decoration: none; }
      .dk-breadcrumb ol li a:hover {
        text-decoration: underline; }

/* Right to left styles */
.rtl .dk-breadcrumb li:after {
  content: " \f104"; }

.content-column .dk-breadcrumb ol {
  margin-top: 0; }

.dk-message, .dk-message--warning, .dk-message--success, .dk-message--failure, .dk-message--neutral, .dk-message--attention {
  display: flex;
  background: #f5f5f5;
  padding: 14px;
  margin: 0;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eaeaea; }
  .dk-message__icon {
    position: relative;
    width: 42px;
    background: #6dd400;
    text-decoration: none; }
    .dk-message__icon::before {
      color: #ffffff;
      position: absolute;
      font-size: 18px;
      line-height: 22px;
      left: 50%;
      top: 14px;
      transform: translateX(-50%); }
  .dk-message__content {
    padding: 14px;
    line-height: 22px;
    width: 100%;
    font-weight: bold; }
  .dk-message__details {
    font-weight: normal; }
  .dk-message__header {
    font-weight: bold; }
  .dk-message__btn {
    width: 35px;
    position: relative;
    padding-top: 12px; }
    .dk-message__btn > * {
      text-decoration: none;
      color: #222222; }
    .dk-message__btn button {
      appearance: none;
      border: none;
      background: transparent;
      outline: none;
      padding: 4px;
      cursor: pointer;
      box-sizing: border-box; }
      .dk-message__btn button:before {
        font-size: 16px;
        border: none;
        background: none; }

.dk-message--warning {
  background: #fdf8e6; }

.dk-message--success {
  padding: 0;
  display: flex; }
  .dk-message--success .dk-message__icon::before {
    content: "\f00c"; }

.dk-message--failure {
  padding: 0;
  display: flex; }
  .dk-message--failure .dk-message__icon {
    background: #cc0000; }
    .dk-message--failure .dk-message__icon:before {
      content: "\f00d"; }

.dk-message--neutral {
  padding: 0;
  display: flex; }
  .dk-message--neutral .dk-message__icon {
    background: #eec201; }
    .dk-message--neutral .dk-message__icon:before {
      content: "\f06a"; }

.dk-message--attention {
  padding: 0;
  display: flex; }
  .dk-message--attention .dk-message__icon {
    background: #217ae2; }
    .dk-message--attention .dk-message__icon:before {
      content: "\e950"; }

.dk-message--cart-line {
  text-align: center;
  border-radius: 0 0 4px 4px;
  border-top: 3px solid #e1e2e3;
  padding: 14px;
  line-height: 1.7;
  background: #f5f5f5; }

.dk-modal--small, .dk-modal, .dk-modal--large {
  display: none;
  background-color: white;
  border-radius: 8px;
  position: absolute;
  box-sizing: border-box;
  top: 35vh;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  max-width: 568px;
  width: 85vw;
  z-index: 102; }
  .dk-modal--small:focus, .dk-modal:focus, .dk-modal--large:focus {
    outline: none; }
  @media (max-width: 380px) {
    .dk-modal--small, .dk-modal, .dk-modal--large {
      top: 10vh; } }

.dk-modal--small {
  max-width: 368px; }

.dk-modal {
  max-width: 568px; }

.dk-modal--large {
  max-width: 768px; }
  .dk-modal--large .dk-modal__picture {
    height: 220px; }

.dk-modal--image .dk-modal__content {
  text-align: center; }

.dk-modal--image .dk-modal__close {
  top: 14px;
  right: 14px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #eaeaea;
  background: white; }

.dk-modal--large.dk-modal--image .dk-modal__content,
.dk-modal--large.dk-modal--image .dk-modal__title {
  padding-right: 80px;
  padding-left: 80px; }
  @media (max-width: 720px) {
    .dk-modal--large.dk-modal--image .dk-modal__content,
    .dk-modal--large.dk-modal--image .dk-modal__title {
      padding-left: 30px;
      padding-right: 30px; } }

.dk-modal__title {
  padding: 24px;
  padding-bottom: 2px;
  font-size: 22px;
  font-weight: bold; }

.dk-modal__picture {
  width: 100%;
  height: 200px;
  overflow: hidden; }
  @media (max-width: 500px) {
    .dk-modal__picture {
      height: 150px; } }
  .dk-modal__picture img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }

.dk-modal__content {
  padding: 24px;
  padding-top: 0; }
  .dk-modal__content p {
    font-size: 14px; }

.dk-modal__content--headline,
p.dk-modal__content--headline {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  padding-top: 24px;
  margin: 0px; }

.dk-modal__close {
  top: 24px;
  right: 24px;
  appearance: none;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  color: #979797;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0px; }
  .dk-modal__close:before {
    content: "\f00d";
    position: absolute;
    font-size: 19px;
    top: 52%;
    left: 53%;
    transform: translate(-50%, -50%); }

.dk-site__mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 101; }

/* Print Styles */
@media print {
  .breadcrumbs {
    display: none;
    padding: 0px;
    margin: 0px; } }

/* This will be phased out as font icons replace the help.png */
img[src*="help.png"] {
  vertical-align: middle;
  padding: 0 5px; }

.story__center-center {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%); }

.visible {
  display: block; }

.hidden {
  display: none; }
