/* Build time:: Wed, Oct 14, 2020, 10:55 AM CDT from dev branch */
@charset "UTF-8";
/*
 ***********************************************************************
 * DO NOT MODIFY DIRECTLY. USE nxp-web-branding GIT REPO FOR ALL CHANGES
 ***********************************************************************
 */
@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: "";
  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']):after, .card1-item .newsItem .readmore[href*='community.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 #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;
}
