/* Build time:: Thu, Jan 12, 2023, 9:17 AM CST from development branch */
/*
 ***********************************************************************
 * DO NOT MODIFY DIRECTLY. USE nxp-web-branding GIT REPO FOR ALL CHANGES
 ***********************************************************************
 */
.primary-card {
  width: 100%;
  padding: 14px 0px;
  position: relative;
}

.primary-card-content {
  width: 100%;
  position: relative;
  padding: 0px 12px;
}

.primary-card-content p {
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #20272d;
}

.primary-card-title {
  margin-top: 9px;
}

.primary-card-link {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: 4px;
}

@media (max-width: 768px) {
  .primary-card-link {
    display: block;
  }
  .primary-card-link a {
    margin-bottom: 8px;
  }
}

.primary-card-img {
  overflow: hidden;
}

@media (min-width: 768px) {
  .primary-card-img {
    height: calc(((750px - 30px) * 9) / 16);
  }
}

@media (min-width: 992px) {
  .primary-card-img {
    height: calc(((970px - 30px) * 9) / 16);
  }
}

@media (min-width: 1200px) {
  .primary-card-img {
    height: calc(((1170px - 30px) * 9) / 16);
  }
}

.primary-card-img img {
  width: 100%;
}

.listed-columns {
  padding-bottom: 48px;
}

.listed-columns a,
.listed-columns li {
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #20272d;
}

.listed-columns a {
  font-size: 18px;
  color: #215bd6;
}

.listed-columns a:hover {
  text-decoration: "none";
}

.listed-columns:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .listed-col {
    margin-bottom: 32px;
  }
}

.listed-columns .listed-col:last-of-type {
  margin-bottom: 0px;
}

.listed-item {
  margin-top: 8px;
}

.listed-title {
  margin-top: 32px;
  margin-bottom: 12px;
}

.listed-description a {
  color: inherit;
}

.listed-description a:hover {
  text-decoration: underline;
}

.listed-description ul {
  padding-left: 0;
  list-style: none;
}

.listed-description ul a {
  color: inherit;
}

.listed-description ul a:hover {
  text-decoration: underline;
}

.listed-description ul > li {
  padding-left: 0;
}

.listed-description ul:last-child, .listed-description ul li:last-child {
  margin: 0px;
  padding-bottom: 0px !important;
}

.listed-description ul.listed-1-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-width: 210px;
  -moz-column-width: 210px;
  columns: 10px 1;
  padding-bottom: 14px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .listed-description ul.listed-1-col {
    columns: 1;
  }
}

.listed-description ul.listed-2-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-width: 210px;
  -moz-column-width: 210px;
  columns: 10px 2;
  padding-bottom: 14px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .listed-description ul.listed-2-col {
    columns: 1;
  }
}

.listed-description ul.listed-3-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-width: 210px;
  -moz-column-width: 210px;
  columns: 10px 3;
  padding-bottom: 14px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .listed-description ul.listed-3-col {
    columns: 1;
  }
}

.page-title {
  display: none;
}

.col-lg-12 {
  min-height: unset !important;
}

#nxp-wrapper > .container-fluid:first-child .col-lg-12 {
  min-height: 0;
}

.homepage-slider.ts-slider {
  width: calc(100% + 30px);
  margin-left: -15px;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.homepage-slider .article {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50vh;
  padding-top: 3em;
  padding-bottom: 4.5em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .homepage-slider .article {
    height: 400px;
  }
}

.homepage-slider .article-contents {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .homepage-slider .article-contents {
    max-width: 750px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .homepage-slider .article-contents {
    max-width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage-slider .article-contents {
    max-width: 1170px;
  }
}

.homepage-slider .article-contents > * {
  color: white;
}

@media screen and (min-width: 768px) {
  .homepage-slider .article-contents > * {
    max-width: 75%;
  }
}

.homepage-slider .article-title {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}

.homepage-slider .article-subtitle {
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: white;
}

.homepage-slider .article-action {
  margin-top: 24px;
}

.homepage-slider .carousel-control {
  display: flex;
  align-items: center;
  width: 30px;
  transition: all 700ms cubic-bezier(0.04, 0, 0.2, 1);
}

.homepage-slider .carousel-control.left {
  margin-left: 30px;
  background-image: none;
}

.homepage-slider .carousel-control.right {
  margin-right: 30px;
  background-image: none;
}

.homepage-slider .carousel-control .icon-angle-left,
.homepage-slider .carousel-control .icon-angle-right {
  font-size: 3em;
  color: white;
}

.homepage-slider .carousel-indicators {
  bottom: 0;
  width: 100%;
  padding: 0.25em 1em;
  margin-left: auto;
  background-color: transparent;
  border-radius: 1em;
  transform: translateX(-50%);
}

.homepage-slider .carousel-indicators:empty {
  display: none;
}

@media screen and (min-width: 768px) {
  .homepage-slider .carousel-indicators {
    width: auto;
  }
}

.homepage-slider .carousel-indicators li {
  width: auto;
  height: auto;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: transparent;
  border: none;
  border-top: 2px solid transparent;
  border-radius: 0;
}

.homepage-slider .carousel-indicators li + li {
  margin-left: 15px;
}

.homepage-slider .carousel-indicators li.active {
  border-top-color: white;
}

.homepage-slider .carousel-indicators li:only-child {
  display: none;
}

.btn-white-transparent {
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: white;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.btn-white-transparent .open .dropdown-toggle {
  color: white;
  background-color: rgba(152, 168, 180, 0.1925);
  border-color: #f6f7f8;
}

.btn-white-transparent:active,
.btn-white-transparent.active,
.btn-white-transparent .open .dropdown-toggle {
  background-image: none;
}

#footer.container {
  margin-top: 0;
}

#footer #newsContainer {
  display: none;
}

.card1-item #newsContainer {
  position: relative;
}

.card1-item .newsItem.cycle-slide-active {
  position: relative !important;
}

.card1-item .newsItem:not(.cycle-slide-active) {
  width: 0;
  height: 0;
  overflow: hidden;
}

.card1-item .newsItem h5 {
  margin-top: 0;
}

.card1-item .newsItem p {
  min-height: 44px;
}

.card1-item .newsItem .newsdate {
  margin-left: 0.5em;
  font-size: 14px;
  font-weight: 400;
  color: #64798a;
}

.card1-item .newsItem .readmore {
  position: relative;
}

.card1-item .newsItem .readmore:after {
  content: "\f105";
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-family: "Font Awesome";
  font-size: 85%;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -mox-osx-font-smoothing: grayscale;
  text-transform: none;
  transform: translateX(0.25em);
  transition: all 200ms cubic-bezier(0.04, 0, 0.2, 1);
}

.card1-item .newsItem .readmore:hover {
  text-decoration: none;
}

.card1-item .newsItem .readmore:hover:after {
  transform: translateX(0.5em);
}

.card1-item .newsItem .readmore[href*='//']:not([href*='nxp.com']):not([href*='uat.nxp.com']):not([href*='nxp.jp']):after,
.card1-item .newsItem .readmore[href*='community.nxp.com']:after,
.card1-item .newsItem .readmore[href*='investors.nxp.com']:after,
.card1-item .newsItem .readmore[href*='nxpcup.nxp.com']:after,
.card1-item .newsItem .readmore[href*='support.nxp.com']:after,
.card1-item .newsItem .readmore[href*='media.nxp.com']:after,
.card1-item .newsItem .readmore[href*='showroom.nxp.com']:after {
  content: "\f08e";
  bottom: 0.125em;
  font-size: 66.6666666667%;
}

.card1-item .newsItem .readmore[href$='.pdf']:after {
  content: "\f1c1";
}

.card1-item .newsItem p {
  min-height: 44px;
}

.card1-item .newsItem .jp-extra-anchor {
  padding-left: 88px;
}

.card1-item #newsDirection {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 100;
}

.card1-item #newsLeft,
.card1-item #newsRight {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.card1-item #newsLeft span:before,
.card1-item #newsRight span:before {
  margin: 0;
}

.homepage-buttons-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}

.homepage-buttons-list > li {
  padding-left: 0;
}

.homepage-buttons-list:hover {
  color: #64798a;
}

.homepage-buttons-list > li {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .homepage-buttons-list > li {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 992px) {
  .homepage-buttons-list > li {
    width: 33.3333333333%;
  }
}

.homepage-buttons-btn {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #20272d;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 200ms cubic-bezier(0.04, 0, 0.2, 1);
}

@media screen and (min-width: 768px) {
  .homepage-buttons-btn {
    padding: 15px 30px;
  }
}

.homepage-buttons-btn img {
  width: auto;
  min-width: 25%;
  max-width: 50px;
  max-height: 32px;
  padding-right: 10px;
  transition: all 200ms cubic-bezier(0.04, 0, 0.2, 1);
}

.homepage-buttons-btn svg {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  fill: #333f48;
  transition: inherit;
}

.homepage-buttons-list:hover .homepage-buttons-btn {
  color: #64798a;
}

.homepage-buttons-list:hover .homepage-buttons-btn img {
  opacity: 0.5;
}

.homepage-buttons-list:hover .homepage-buttons-btn svg {
  fill: #64798a;
}

.homepage-buttons-list:hover .homepage-buttons-btn:hover {
  color: #20272d;
  text-decoration: none;
}

.homepage-buttons-list:hover .homepage-buttons-btn:hover img {
  opacity: 1;
}

.homepage-buttons-list:hover .homepage-buttons-btn:hover svg {
  fill: #333f48;
}

.homepage-buttons-btn span[class*='icon-'] {
  margin-right: 10px;
  font-size: 32px;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(80px);
  }
}

@keyframes scrollContainer {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(300px);
  }
}

.scroll-move {
  display: none;
}

@media (min-width: 768px) {
  .scroll-move {
    background: rgba(100, 121, 138, 0.6);
    z-index: 77;
    position: fixed;
    bottom: 10vh;
    left: calc(50vw - 75px);
    width: 150px;
    height: 50px;
    color: white;
    border-radius: 12px;
    padding: 4px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
    animation: scrollContainer ease-in-out 10s;
    animation-iteration-count: 1;
  }
  .scroll-move p {
    margin: 0px;
  }
}

svg #wheel {
  animation: scroll ease-in-out 2s infinite;
}

.homepage-slider.ts-slider {
  width: 100vw;
  margin-left: -15px;
}

.page-title {
  display: none;
  /* .share-icons{
    display: none;
  } */
}
