
.richtextcontent a {
color: var(--link-blue);
text-decoration:none;
}

.richtextcontent a:hover {
text-decoration:underline;
}

.dk-grid {
  margin-top: 20px;
}

.richtextcontent .w-full:first-child p,
.richtextcontent .w-full:first-child ul {
  font-size: 14px;
} 

.billboard {
    background-image: url(//www.digikey.com/-/media/Images/Marketing/Resources/Help%20and%20Support/Box_Logos_Banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    height: 88px;
    max-width: 100%;
    position: relative;
    z-index: -3;
}

h2.icon-stop {
  margin-top: 30px
}

.dk-breadcrumb {
  max-width: 1400px;
  margin: 0px auto;
  z-index: 1;
}

.dk-breadcrumb ol li a {
  line-height: 13px;
}

.dk-breadcrumb ol li:after {
  margin: 0 3px 0 0;
}

.rtl .dk-breadcrumb ol li:after {
  margin: 0 0 0 3px;
}

.breadcrumbs {
    margin-top: 5px;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

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

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

.breadcrumbs a {
    color: #222222;
    font-size: 11px;
    min-height: 20px;
    font-weight: bold;
    line-height: 19px;
    display: flex;
    margin-right: 8px;
    text-decoration: none;
}

.rtl .breadcrumbs a {
    margin-right: 0px;
    margin-left: 8px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.content-column div#breadcrumbs:last-child {
    color: #222222;
    font-size: 11px;
    min-height: 20px;
    font-weight: bold;
}

.content-column div#breadcrumbs:last-child {
    color: #222222;
    font-size: 11px;
    min-height: 20px;
    font-weight: bold;
}

.ordering-image img {
  width: 100%;
  height: auto;
}

.inside {
    content: ' ';
    background: linear-gradient(0deg, #000000CC 1%, #a1a1b000 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    border-radius: 4px;
    z-index: 1;
}


#mkt.content a {
  color:var(--link-blue);
  text-decoration: none;
  font-weight: bold;
}

#mkt.content a:hover {
  text-decoration: underline;
}
#main-layout-content .layout-onecolumn  {
    padding: 0px 20px 0px 20px;
}

#main-layout-content .layout-onecolumn:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.solution-item .solution-title  {
  font-size: 15px;
  font-weight: bold;
}

.solution-item .solution-title a  {
  color: #000;
}

.solution-item a {
  text-decoration: none;
}

.solution-item a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.help-box-wrapper {
    position: relative;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    background-color: white !important;
    border-radius: 5px !important;
    display: table;
    top: 30px;
    width: calc(4% + 22%);
    float: right;
}


.rtl .help-box-wrapper {
    clear: both;
    float: left;
}

.help-wrapper {
  /* width: 77%; */
  z-index: 2;
  position: absolute;
  top: -24px;
  max-width: 1400px;
  height: 50px;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.help-wrapper.p-4 {
  padding-bottom: 0!important;
}

.help-title {
  color: #fff;
  font-size: 50px;
  text-shadow: 4px 4px #000;
  font-size: -webkit-calc(100% + 24px);
  font-size:        -calc(100% + 30px);
  font-weight: bold;
  z-index: 2;
  display: block;
  margin-bottom: 10px;
  max-width: 1400px;
  margin: 0px auto;
}

.view-all-topics {
  color: #fff;
  font-size: -webkit-calc(100% + 2px);
  font-size:        -calc(100% + 30px);
  font-weight: bold;
  margin-top: 5px;
  display: none;
}

.view-all-topics:after {
    content: "\f0a9";
    font-family: 'dk' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #c00;
    margin: 5px;
}

.solution-container,
.support-container,
.highlight-container,
.trending-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 10px -5px;
    padding: 0;
}

.support-container p,
.solution-container,
.highlight-container p,
.trending-container {
  margin: 20px 0 0;
}

.content h1.center-aligned {
    text-align: left;
    margin-top: 10px;
    color: #222;
}

.rtl .content h1.center-aligned {
    text-align: right;
}


.solution-item .solution-title a {
  font-weight: bold;
  color: #000;
}

.solution-item .title a:hover {
  color: #221abb;
}

h2.codoze:before {
  color: #221abb;
}

.trending-item.solution-item img {
  max-width: 200px;
  height: auto;
}

.solution-item,
.highlight-item {
    position: relative;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    justify-content: flex-start;
    box-sizing: content-box;
    overflow: hidden;
    padding: 10px;
    max-width: 360px;
    margin-bottom: 8px;
    max-width: 20%;
    width: 100%;
    margin: 0 3% 10px 0px;
}

.rtl .solution-item,
.highlight-item {
    margin: 0 0 10px 3%;
}

.highlight-item .icon-new-starburst:before {
  margin-right: 5px;
  font-size: 17px;
}

.rtl .highlight-item .icon-new-starburst:before {
  margin-right: 0px;
  margin-left: 5px;
}

.trending-item,
.feature-item {
    position: relative;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    justify-content: flex-start;
    box-sizing: content-box;
    overflow: hidden;
    padding: 10px;
    max-width: 360px;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 37%;
    width: 100%;
    margin: 0 3%;
}

.trending-item img,
.feature-item img {
  height: auto;
  width: 100%;
}

.trending-item a,
.feature-item a {
  text-decoration: none;
}

.trending-item a:hover,
.feature-item a:hover {
  text-decoration: underline;
}

.dk-card.solution-item p a {
  color: #000;
}

.icon-stop:before {
  color: #242582;
  background-color: #242582;
  margin-right: 4px;
  font-size: 14px;
}

.rtl .icon-stop:before {
  margin-right: 0px;
  margin-left: 4px;
}

.icon-square {
    height: 30px;
    width: 30px;
    background-color: #242582;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    float: left;
}

.rtl .icon-square {
    clear: both;
    margin: 0px 0px 0px 15px;
    float: right;
}

.support-container a {
  padding: 3px 0;
  text-decoration: none;
  color: #000;
}

.support-container a:hover {
  text-decoration: underline;
}

.support-container {
  width: 100%;
  margin-bottom: 30px;
}

.support-item {
  width: 100%;
  max-width: 217px;
  flex-direction: column;
  margin: 9px;
}

.support-item h3 {
  font-size: 14px;
}

.support-contacts p a span {
  font-size: 14px;
  color: #000;
}

.highlight-item h2 [class*='icon'] {
    font-size: 30px;
    margin-right: 4px;
    padding-right: 14px;
    color: #000;
}

.rtl .highlight-item h2 [class*='icon'] {
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 4px;
    padding-left: 14px;
}

.support-contacts p [class*='icon'] {
    font-size: 14px;
    padding-right: 40px;
    vertical-align: middle;
}

.rtl .support-contacts p [class*='icon'] {
    padding-right: 0px;
    padding-left: 40px;
}

.support-contacts p .icon-phone:before,
.support-contacts p .icon-sms:before {
    font-size: 14px;
    vertical-align: middle;
    padding-right: 8px;
    color: #000;
}

.rtl .support-contacts p .icon-phone:before,
.support-contacts p .icon-sms:before {
    padding-right: 0px;
    padding-left: 8px;
}

.support-contacts p .icon-email:before {
    content: "\f03b";
    font-size: 14px;
    vertical-align: middle;
    padding-right: 8px;
    color: #000;
}

.rtl .support-contacts p .icon-email:before {
    padding-right: 0px;
    padding-left: 8px;
}

.support-contacts p .icon-fax:before {
    content: "\e954";
    font-size: 14px;
    vertical-align: middle;
    padding-right: 8px;
    color: #000;
}

.rtl .support-contacts p .icon-fax:before {
    padding-right: 0px;
    padding-left: 8px;    
}

.dk-card.solution-item [class*='icon'] {
    content: "\e901";
    font-size: 30px;
    vertical-align: middle;
    padding-right: 13px;
    color: #000;
}

.rtl .dk-card.solution-item [class*='icon'] {
    padding-right: 0px;
    padding-left: 13px;
}

.flex.flex-wrap .codoze:before {
    content: "\e901";
    font-size: 30px;
    vertical-align: middle;
    padding-right: 13px;
    color: #000;
}

.rtl .flex.flex-wrap .codoze:before {
    padding-right: 0px;
    padding-left: 13px;
}

.support-contacts.flex.flex-wrap .codoze:before {
    content: "\e901";
    font-size: 16px;
    vertical-align: middle;
    padding-right: 8px;
    color: #000;
}

.rtl .support-contacts.flex.flex-wrap .codoze:before {
    padding-right: 0px;
    padding-left: 8px;
}

.support-container .dk-card.p-2 {
  max-width: 36%;
  width: 100%;
}

.dk-card.highlight-item.p-2 {
  max-width: 43%;
  width: 100%;
}

.content .solution-heading {
  margin: 5px 0;
}

.support-container h2,
.highlight-item h2 {
  padding: 0;
}

.help-box-inner,
.help-button-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 0;
    margin: 0;
}

.rtl .help-box-inner,
.help-button-inner {
    text-align: left;
}


.support-search-button:after {
    font-family:"dk" !important;
    content: "\f02e";
    display: block;
    color: var(--text-color);
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: calc(-7px + 21px);
    z-index: auto;
    cursor: pointer;
    font-weight: 900;
}

.rtl .help-box-wrapper:after {
    left: calc(-9px + 21px);
}

.support-search-button {
    border: 0;
    cursor: pointer;
    width: 48px;
    height: 45px;
    border-radius: 0 5px 5px 0;
    background: var(--bg-color--input);
    font-size: 0px;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 0px;
}

.rtl .support-search-button {
    border-radius: 5px 0 0 5px;
    right: unset;
    left: 0px;
}

.help-box-inner .dk-input,
.help-box-inner .support-search-button {
  display: table-cell;
  vertical-align: middle;
}


.help-box-inner .dk-input {
  width: calc(301px + 64px);
  height: 45px;
  font-size: 16px;
}

.dk-card.additional-wrapper {
  padding: 10px;
  margin: 7px 0 10px;
}

@media (max-width: 930px) {

.help-wrapper {
  /* width: 86%; */
  /* margin: auto 5%; */
}

.solution-item,
.dk-card.p-4 {
    max-width: 25%;
}

.help-box-wrapper {
    top: 50px;
}

.dk-grid {
  margin-top: 50px;
}

}

@media (max-width: 1450px) {
    .dk-breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
.dk-breadcrumb {
      padding-left: 20px;
      padding-right: 20px;
}
}

@media (max-width: 700px) {

  .help-title {
	font-size: 30px;
    font-size: -calc(100% + 30px);
    font-size: -webkit-calc(100% + 18px);
}

  .p-4 {
    padding: 0px 15px !important;
}

  .help-box-wrapper {
    top: 130px;
    position: absolute;
}
  
}

@media (max-width: 550px) {

.support-container .dk-card.p-2 {
  max-width: 100%;
  width: 100%;
  min-width: 235px;
}

.help-box-inner .dk-input {
  width: calc(282px + 0px);
}

}

.billboard-wrapper {
  position: relative;
}

@media (max-width: 660px) {
.solution-item,
.dk-card.p-4 {
    max-width: 94%;
}

}

@media (max-width: 768px) {

.support-container .dk-card.p-2 {
  max-width: 100%;
  width: 100%;
  min-width: 235px;
}

}

@media (max-width: 550px) {

.support-container .dk-card.p-2 {
  max-width: 100%;
  width: 100%;
  min-width: 235px;
}

}


.view-all-topics a {
  color: #fff;
  font-size: -webkit-calc(100% + 2px);
  font-size:        -calc(100% + 30px);
  font-weight: bold;
  text-decoration: none;
}

.view-all-topics a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.view-all-topics:after {
    content: "\f0a9";
    font-family: 'dk' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 5px;
    color: #fff;
}