/********************/
/* WHATS NEW LP CSS */
/********************/

/*! GENERAL RULES **/
div.grid-subcategories, 
table.gwt-sub-categories-display-panel,
.c-recommendations,
.pwa-site #categoryHeader,
.pwa-site .c-page-header {
    display: none !important;
} 

.desktop-site div[data-tracking="What's New"] #category {
    margin-bottom:  35px;
}

.desktop-site [class*="module-"] + [class*="module-"] {
    margin-top: 45px;
}

.pwa-site [class*="module-"] + [class*="module-"] {
    margin-top: 45px;
}

/*! HELPERS **/

div[class*="module-"] .btn-tertiary.caret-right:after,
div[class*="module-"] .pw--tertiary.caret-right:after {
  content:'>';
  border: none;
}

.btn-tertiary.no-padding:focus,
.btn-tertiary.no-padding:active {
  border: none;
}

.overlay-component {
    position: absolute;
    width: fit-content;
    max-width: 530px;
    padding: 28px;
}

.overlay-component.boxed-component {
    background-color: rgba(255,255,255,0.9);
    border-radius: 4px;
}

.overlay-component.top-left {
  top: 5%;
  left: 5%;
}

.overlay-component.top-right {
  top: 5%;
  right: 5%;
}

.overlay-component.bottom-left {
  bottom: 5%;
  left: 5%;
}

.overlay-component.bottom-right  {
  bottom: 5%;
  right: 5%;
}

.overlay-component.bottom-center  {
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.overlay-component.top-center  {
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.overlay-component.center-center {
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

.overlay-component.left-center {
  top: 50%;
  left: 5%;
  transform:translate(-5%,-50%);
}

.overlay-component.right-center {
  top: 50%;
  right: 5%;
  transform:translate(5%,-50%);
}

.overlay-component h2 {
    margin-bottom: 8px;
}

.underlay-component {
    margin-top: 18px;
    padding: 0px 18px;
}

.desktop-site .text-col h2 {
    margin-bottom: 7px;
}

.pwa-site .text-col h2 {
    margin-bottom: 9px;
}

/*! HERO MODULE **/
.module-hero .text-col {
    margin-bottom: 30px;
}

.pwa-site .module-hero .image-col {
    padding: 0;
}

/*! TILES MODULE **/
.module-tiles .tile-container > .wrapper > .row {
    margin: 0;
    display: flex;
}

.module-tiles .tile-container > .wrapper > .row > a {
    display: inherit;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    width: 100%;
    font-size: 0.75em;
    align-items: center;
}

.module-tiles .tile-container > .wrapper > .row > a:hover,
.module-tiles .tile-container > .wrapper > .row > a:active,
.module-tiles .tile-container > .wrapper > .row > a:focus {
    border: 1px solid #242424;
}

.module-tiles .tile-container .label-col span {
    display: block;
    font-weight: 600;
    padding-left: 10%;
    padding-right: 5%;
    text-align: left;
    line-height: 1.125;
}

.module-tiles .tile-container .img-col img {
    padding: 5px;
}

.pwa-site .module-tiles {
    margin-top: 15px !important;
}

.pwa-site .module-tiles .tile-container:nth-child(odd) {
  padding-right: 6px;
}

.pwa-site .module-tiles .tile-container:nth-child(even) {
  padding-left: 6px;
}

.pwa-site .module-tiles .tile-container:nth-child(n+3) {
  margin-top: 12px;
}

.pwa-site .module-tiles .tile-container > .wrapper > .row > a {
  padding: 5px;
}

/*! BANNER MODULE **/
.desktop-site .module-banner {
    padding-bottom: 15px;
}

.pwa-site .module-banner .col-xs-12 {
    padding: 0;
}

/*! CARDS MODULE **/
.module-cards .title-row {
    margin-bottom: 30px;
}

.desktop-site .module-cards .cards-row {
    display: flex;
}

.desktop-site .module-cards .cards-row .card-col > .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.module-cards .cards-row .card-col > .wrapper {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

.desktop-site .module-cards .cards-row .card-col > .wrapper > div,
.desktop-site .module-cards .cards-row .card-col > .wrapper > a {
    flex: 1;
}

.desktop-site .module-cards .cards-row .card-col .card-text-component {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.desktop-site .module-cards .cards-row .card-col .card-text-component > h3,
.desktop-site .module-cards .cards-row .card-col .card-text-component > a {
    text-align: left;
}

.module-cards .cards-row .card-col .card-text-component {
    padding: 28px 15px;
}

.module-cards .cards-row .card-col .card-text-component h3 {
    margin-bottom: 7px;
}

.pwa-site .module-cards .card-col + .card-col {
    margin-top: 15px;
}

/*! BLOG MODULE **/

.module-blog .title-row {
    margin-bottom: 30px;
}

.desktop-site .module-blog .blogs-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.pwa-site .module-blog .blogs-row {
    display: flex;
    flex-direction: column;
}

.desktop-site .module-blog .blogs-row .blog-col > .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.module-blog .blogs-row .blog-col img {
    border-radius: 4px 4px 0px 0px;
}

.module-blog .blog-text-component {
    background-color: #f2f2f2;
    border-radius: 0px 0px 4px 4px;
    padding: 15px;
    height: 100%;
}

.pwa-site .module-blog .blog-text-component {
    padding: 20px;
}

.desktop-site .module-blog .blog-text-component {
    display: flex;
}

.desktop-site .module-blog .blog-text-component .blog-text-component-inner {
    display: flex;
    flex-direction: column;
}

.desktop-site .module-blog .blog-text-component a {
    text-align:left;
}

.desktop-site .module-blog .blogs-row > div:nth-child(n+3) {
 margin-top: 15px;
}

.module-blog .blog-text-component h3 {
    font-size: 20px;
    margin-bottom: 7px;
}

.desktop-site .blog-text-component h3 {
    margin-top: auto;
}

.module-blog .blog-text-component p {
    font-size: 16px;
    line-height: 1.2;
}

.module-blog .links-col .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

.pwa-site .module-blog .links-col {
    order: 2;
}

.pwa-site .module-blog .links-col .wrapper {
    padding: 42px 25px;
}

.module-blog .links-text-component a {
    display: block;
    margin-left: 0;
}

.screen-md-up .module-blog .links-text-component a {
    min-width: 300px;
}

.pwa-site .module-blog .links-text-component a {
    min-width: 250px;
}

.module-blog .links-text-component a + a {
    margin-top: 15px;
}

.pwa-site .module-blog .blogs-row > div + div {
    margin-top: 15px;
}