.billboard-wrapper {
  position: relative;
}


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

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

h2.icon-stop {
    font-size: 22px;
    line-height: 27px;
    margin: 30px 15px 0px 0px;
}

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

.layout-onecolumn {
    padding: 0px 20px 0px 20px;
}

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

.solution-item .solution-title  {
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0 14px 0 !important;
}

.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: 0 auto;
    display: block;
    flex-wrap: nowrap;
    flex-direction: row;
    /* background-color: white !important; */
    border-radius: 5px !important;
    width: auto;
}

.help-wrapper {
    width: 50%;
    max-width: 1160px;
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

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

.view-all-topics {
  color: #fff;
  /* text-shadow: 4px 4px #000; */
  font-size: -webkit-calc(100% + 2px);
  font-size:        -calc(100% + 30px);
  font-weight: bold;
  margin-top: 5px;
}

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


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

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

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

/*.full-bleed.gray:before {*/
/*    background-color: #eee;*/
/*    border: solid 1px #ccc;*/
/*}*/

.solution-item .solution-title a {
  font-weight: bold;
  color: #000;
  /* font-size: 18px; */
}

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

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

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

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

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

.solution-container .solution-item:nth-child(4n) {
  margin-right: inherit;
  margin: 0 3% 10px 0px;
} 

.rtl .solution-container .solution-item:nth-child(4n) {
  margin: 0 0 10px 0;
}

.highlight-section-wrapper {
  width: 100%;
}

.highlight-container .highlight-item {
  flex: 1 0 auto;
  margin: 10px 10px 0 0;
  box-sizing: content-box;
  max-width: 49%;
  width: 45%;
  margin: 0 3% 10px 0px;
  }

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

.highlight-container .highlight-item:nth-child(2n) {
  margin: 0 0 10px 0px;
  }

.highlight-container .highlight-item img {
width: 100%;
height: auto;
max-width: 100%;
}

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

.rtl .highlight-item .icon-new-starburst:before,
.rtl .highlight-item .icon-stats-ascend: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;
    /* margin: 10px 32px 0 0; */
    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 {
    line-height: 14px;
    margin: 6px 0 0 0;
}

.dk-card.solution-item p a {
  color: var(--link-blue);
}

.icon-stop:before {
    color: #242582;
    background-color: #242582;
    margin: 0 15px 0 0;
    font-size: 30px;
    position: relative;
    top: 8px;
}

.rtl .icon-stop:before {
  margin: 0 0 0 4px;
  font-size: 30px;
  color: #242582;
  background-color: #242582;
  position: relative;
  top: 8px;
}

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

.hide-on-login a,
.highlight-container .highlight-item a,
.support-container a {
  padding: 3px 0;
  text-decoration: none;
}

.hide-on-login a:hover,
.highlight-container .highlight-item a:hover,
.support-container a:hover {
  text-decoration: underline;
}

.support-container {
  width: 97%;
  margin-bottom: 30px;
/* max-width: 100%; */
}

.support-container .support-wrapper {
  width: 100%;
}

.support-item {
  width: 100%;
  max-width: 22%;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

.codoze.hide-on-login {
    padding: 1rem 13px 0 0;
}

.rtl .flex.flex-wrap .codoze:before {
    padding: 1rem 0 0 0;
}

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

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

.dk-card.p-2 {
  /* margin: 10px 41px 0 0; */
  max-width: 40%;
  width: 100%;
}

.dk-card.highlight-item.p-2 {
  max-width: 44%;
  width: 33%;
}

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

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

.help-button-inner {
    position: absolute;
    top: -1px;
    right: -1px;
}

.help-box-inner {
    display: inline-block;
    width: 100%;
}

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

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

.support-search-button:after {
    font-family:"dk" !important;
    content: "\f02e";
    display: block;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 21px;
    right: calc(0% + 21px);
    z-index: auto;
    cursor: pointer;
}

.support-search-button {
    border: 0;
    cursor: pointer;
    width: 70px;
    height: 68px;
    border-radius: 0 5px 5px 0;
    background: var(--red);
    font-size: 0px;
    box-sizing: border-box;
    position: relative;
    /* right: -64px; */
    top: 0px;
}

.rtl .support-search-button {
    border: 0;
    cursor: pointer;
    width: 70px;
    height: 68px;
    border-radius: 5px 0 0 5px;
    background: #c00;
    font-size: 0px;
    box-sizing: border-box;
    position: relative;
    /* right: 93px; */
    top: 0px;
}

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

.hide-on-login a {
    cursor: pointer;
    color: var(--link-blue);
    font-weight: bold;
    text-decoration: none;
}

.help-box-inner .dk-input {
  width: 100%;
  height: 65px;
  /* width: 116%; */
  font-size: 16px;
}

.rtl .help-box-inner .dk-input {
  /* width: calc(100% + 146px); */
  height: 65px;
  width: 130%;
  font-size: 16px;
}

.support-container .chat-check-order a {
    padding: 7px;
    margin: 6px 6px 6px 0;
    display: inline-block;
    min-width: 170px;
    width: auto;
}



.support-container .chat-check-order a img {
    height: 25px;
    width: auto;
    vertical-align: middle;
    margin: 0 5px;
}

@media (max-width: 1157px) {

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

.help-box-inner .dk-input {
  /* width: calc(100% + 75px); */
  height: 65px;
  /* width: 116%; */
  font-size: 16px;
}

.solution-item {
    margin: 10px 32px 0 0;
    padding: 10px;
    max-width: 360px;
    max-width: 28%;
    width: 100%;
    margin: 0 3% 10px 0px;
}

  .solution-container .solution-item:nth-child(4n) {
    margin-right: 0;
    margin: 0 3% 10px 0px;
}

  .rtl .solution-container .solution-item:nth-child(4n) {
    margin-right: 0;
    margin: 0 0 10px 3%;
}

  .solution-container .solution-item:nth-child(3n) {
    margin: 0 0 10px 0px;
}

}

@media (max-width: 1000px) {

.solution-item {
    margin: 10px 32px 0 0;
    padding: 10px;
    max-width: 360px;
    max-width: 28%;
    width: 100%;
    margin: 0 3% 10px 0px;
}

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

  .support-container .support-wrapper {
  width: 100%;
}

}

@media (max-width: 768px) {

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

.help-wrapper {
  width: 75%;
  /* max-width: 700px; */
  margin: auto 5%;
  top: -15px;
}

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

  .highlight-container .highlight-item {
    margin: 1px 3% 10px 0px;
  }

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

}

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

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

.highlight-item h3 {
    color: var(--link-blue);
}

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

.highlight-container .highlight-item {
    max-width: 100%;
    width: 100%;
    margin: 0 3% 10px 0px;
}

  .solution-container .solution-item:nth-child(3n) {
    margin-right: 0;
    margin: 0 3% 10px 0px;
}

  .rtl .solution-container .solution-item:nth-child(3n) {
    margin-right: 0;
    margin: 0 0 10px 3%;
}

  .solution-container .solution-item:nth-child(2n) {
    margin: 0 0 10px 0px;
  }
}

@media (max-width: 685px) {

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


@media (max-width: 660px) {

.help-box-inner .dk-input {
  /* width: calc(100% + 57px); */
}

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

.support-item {
  max-width: 45%;
}

.dk-card.highlight-item.p-2 {
  max-width: 91%;
  width: 100%;
  margin: 0 0 10px 0px;
}

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

}

@media (max-width: 550px) {

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

}

@media (max-width: 525px) {

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

.highlight-container .highlight-item {
  max-width: 100%;
  width: 75%;
  margin: 0 0 10px 0px;
  }

.billboard {
    height: 205px;
}

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

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

}