/**
 * dk-style-guide - Digi-Key's global styles and scripts
 *
 * @version v0.2.6
 * @bundled 11/26/2019
 */
@charset "UTF-8";
/*// ----------------------------------------------------------------------------------------------------
//         _________     _____                 _____       _____   _____
//        /   ___   \   /____/                /____/      /    /  /    /
//       /   /  /   /  _____   ___________   _____       /    /_/    /    ___________   _____  _____
//      /   /  /   /  /    /  /   __     /  /    /      /          /     /   ___    /  /    / /    /
//     /   /  /   /  /    /  /   /  /   /  /    / ___  /         /      /   /__/   /  /    / /    /
//    /   /  /   /  /    /  /   /  /   /  /    / /__/ /    /\    \     /   _______/  /    /_/    /
//   /   /__/   /  /    /  /   /__/   /  /    /      /    / \     \   /   /______   /           /
//  /__________/  /____/  /_____     /  /____/      /____/   \_____\ /__________/  /______     /
//                       ______/    /                                             ____   /    /
//                      /          /                                             /   /__/    /
//                     /__________/                                             /___________/
//
// ----------------------------------------------------------------------------------------------------
// 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 {
  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; }

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

a.dk-link,
a.link {
  border-bottom: solid 2px rgba(0, 0, 0, 0);
  color: #221abb;
  font-weight: bold;
  text-decoration: none; }

a.dk-link:hover,
a.link:hover {
  border-bottom: solid 2px #221abb; }

/* 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; }

.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 {
  display: inline-flex;
  box-sizing: border-box; }
  .dk-nav a.dk-nav__link, .dk-nav .dk-nav__more {
    position: relative;
    box-sizing: border-box;
    margin-right: 28px;
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    color: #222222;
    padding: 4px;
    line-height: 1;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
    outline: none;
    font-weight: normal;
    text-decoration: none; }
    .dk-nav a.dk-nav__link:last-child, .dk-nav .dk-nav__more:last-child {
      margin-right: 0px; }
    .dk-nav a.dk-nav__link:hover, .dk-nav .dk-nav__more:hover, .dk-nav a.dk-nav__link[aria-current="page"], .dk-nav .dk-nav__more[aria-current="page"], .dk-nav a.dk-nav__link[data-has-current-page="true"], .dk-nav .dk-nav__more[data-has-current-page="true"] {
      color: #cc0000;
      border-bottom: 3px solid #cc0000; }
    .dk-nav a.dk-nav__link[aria-current="page"], .dk-nav .dk-nav__more[aria-current="page"], .dk-nav a.dk-nav__link[data-has-current-page="true"], .dk-nav .dk-nav__more[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 .dk-nav__more:focus:not([aria-current="page"]):not([aria-current="page"]) {
      color: #cc0000;
      border: 1px solid #221abb;
      border-bottom: 2px solid #221abb !important; }
  .dk-nav__more {
    position: relative;
    display: none;
    padding-right: 20px !important; }
    .dk-nav__more::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-nav__more:hover .dk-nav__overflow {
      opacity: 1;
      pointer-events: all; }
    .dk-nav__more:hover:after {
      transform: rotate(0.5turn); }
  .dk-nav__overflow {
    list-style: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    box-sizing: content-box;
    margin: 0;
    padding: 8px 0;
    top: 1.8em;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    transition: all 0.2s ease 0.1s; }
    .dk-nav__overflow li {
      line-height: 1;
      padding: 8px;
      margin: 0px;
      color: #444444; }
      .dk-nav__overflow li:hover, .dk-nav__overflow li[aria-current="page"] {
        font-weight: bold;
        border: none;
        background: #eaeaea;
        color: #444444; }
        .dk-nav__overflow li:hover a.dk-nav__link, .dk-nav__overflow li:hover .dk-nav__more, .dk-nav__overflow li[aria-current="page"] a.dk-nav__link, .dk-nav__overflow li[aria-current="page"] .dk-nav__more {
          font-weight: bold;
          color: #444444;
          border-bottom: none; }
    .dk-nav__overflow a.dk-nav__link, .dk-nav__overflow .dk-nav__more {
      padding: 0;
      border-bottom: none; }

.rtl a.dk-nav__link, .rtl .dk-nav__more {
  margin-right: unset;
  margin-left: 28px; }

.rtl .dk-nav__overflow {
  left: unset;
  right: 0; }

/*-----------------------------------*\
  $TOAST-GRID
  An insane grid.
  You'd be mad to use it.
  Usage
  =====
  Assuming default values:
  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>
  Customisation
  =============
  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.
  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.
  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.
  That's it. Have fun.
\*-----------------------------------*/
.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-nav__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; }

/* 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 2px #eaeaea;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box; }
    .dk-tabbed-menu ul.dk-tab-list li {
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      margin-right: 28px;
      margin-bottom: -1px;
      text-transform: capitalize;
      cursor: pointer;
      color: #222222;
      display: block;
      padding: 4px;
      line-height: 1;
      padding-bottom: 18px;
      outline: none;
      font-weight: normal;
      text-decoration: none; }
      .dk-tabbed-menu ul.dk-tab-list li:hover {
        color: #cc0000;
        border-bottom: 2px solid #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 ul.dk-tab-list li.active {
        border-bottom: 2px solid #cc0000;
        color: #cc0000;
        font-weight: bold; }
  .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; }

.rtl .dk-tabbed-menu ul.dk-tab-list li {
  margin-right: unset;
  margin-lef: 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: 1rem;
  line-height: 1;
  padding: 8px 24px;
  margin: 5px 8px;
  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 {
    pointer-events: none;
    color: #cccccc;
    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; }

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

.dk-dropdown__container, .dk-dropdown__container--multi {
  box-sizing: border-box;
  border-radius: 6px;
  min-width: 100px;
  max-width: 150px;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  text-overflow: ellipsis;
  margin-bottom: 0.2em;
  background: #fff; }
  .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--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;
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-bottom: none;
  border-radius: 6px;
  background: inherit;
  line-height: 1;
  z-index: 1; }
  .dk-dropdown__selected:focus {
    outline: none;
    box-shadow: 0 0 4px #221abb; }
  .dk-dropdown__selected[data-dropdown-open="true"] {
    pointer-events: all; }
    .dk-dropdown__selected[data-dropdown-open="true"] .dk-dropdown__icon::before {
      transform: rotate(0.5turn); }

.dk-dropdown__options, .dk-dropdown__options--collapse {
  border: none;
  padding: 0;
  margin: 0;
  max-height: 170px;
  overflow-y: auto;
  z-index: 200;
  transition: max-height 0.25s ease, padding 0.1s ease, border 0.1s; }
  .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);
    border: 1px solid #cccccc;
    background: inherit;
    border-top: none;
    box-shadow: 0px 3px 6px rgba(204, 204, 204, 0.2);
    border-radius: 0px 0px 6px 6px; }
    .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--collapse[data-dropdown-open="false"] {
    pointer-events: none;
    max-height: 0;
    border: 0;
    padding: 0;
    overflow: hidden; }
    .dk-dropdown__options[data-dropdown-open="false"] + .dk-dropdown__clear, .dk-dropdown__options--collapse[data-dropdown-open="false"] + .dk-dropdown__clear {
      display: none; }
  .dk-dropdown__options li.single-option, .dk-dropdown__options--collapse li.single-option {
    padding: 0.5em;
    padding-left: 0.9em;
    margin: 0 !important;
    cursor: pointer; }
    .dk-dropdown__options li.single-option:hover, .dk-dropdown__options--collapse li.single-option:hover, .dk-dropdown__options li.single-option[data-selected], .dk-dropdown__options--collapse li.single-option[data-selected] {
      background: #f5f5f5; }

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

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

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

/* RADIO BUTTONS */
input[type="radio"].dk-radio-button {
  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 {
    outline: none; }
    input[type="radio"].dk-radio-button:focus::before {
      border-color: #221abb; }
  input[type="radio"].dk-radio-button::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 {
    content: " ";
    position: relative;
    display: block;
    background-color: #fff;
    border: solid 2px #cc0000; }
  input[type="radio"].dk-radio-button: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%; }

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

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

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

label.dk-radio-button-label {
  cursor: pointer;
  margin-left: 5px;
  top: -7px;
  position: relative; }
  label.dk-radio-button-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); } }

/* FORM INPUTS */
.dk-form-group {
  display: flex;
  flex-direction: column; }

.dk-fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  .dk-fieldset legend {
    margin-bottom: 10px; }

.dk-input, .dk-input__error {
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 14px;
  margin-bottom: 32px;
  border: 1px solid #444444; }
  .dk-input::placeholder, .dk-input__error::placeholder {
    color: #222222; }
  .dk-input:disabled, .dk-input__error:disabled {
    border: 1px dashed #666666;
    background: white; }
  .dk-input__error {
    border: 1px solid #cc0000 !important;
    color: #cc0000 !important;
    margin-bottom: 0;
    animation: headshake 300ms ease-in-out forwards; }
    .dk-input__error + small.dk-input__error-feedback:not(disabled) {
      display: block;
      opacity: 1;
      transition: all 0.2s ease;
      transform: translateY(0%); }
  .dk-input-label {
    color: #222222;
    font-size: 0.857rem;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase; }
  .dk-input__error-feedback {
    display: block;
    transition: all 0.2s ease;
    color: #cc0000 !important;
    margin-top: 5px;
    margin-bottom: 30px;
    opacity: 0;
    pointer-events: none; }
    .dk-input__error-feedback:before {
      content: "\f071";
      font-family: "dk";
      font-size: 1rem;
      padding-right: 5px;
      position: relative;
      top: 2px; }

.rtl .dk-input, .rtl .dk-input__error,
.rtl .dk-input__error {
  padding: 7px 10px 7px 0; }

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

/* CHECKBOXES */
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::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; }

/* IMAGES */
.dk-image, .dk-image--large, .dk-image--small, .dk-image--circle__border {
  border: 10px solid #f5f5f5;
  border-radius: 4px;
  overflow: hidden; }
  .dk-image img, .dk-image--large img, .dk-image--small img, .dk-image--circle__border img {
    height: auto;
    width: 100%; }
  .dk-image--large {
    max-width: 275px !important;
    max-height: 275px !important; }
  .dk-image--small {
    border: 6px solid #f5f5f5 !important;
    max-height: 75px;
    max-width: 75px; }
  .dk-image--circle__border {
    border: 10px solid #f5f5f5;
    border-radius: 50%;
    max-height: 175px;
    max-width: 175px;
    overflow: hidden;
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.3); }

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

/* 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; }
