/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN EXTENDS
*****************************************************/
/* line 28, ../../sass/config/_mixins.scss */
.tips-article-landing ul li:first-child .read-more a, .tips-article-landing ul li:nth-child(n+2) h2, .tips-article-landing .more-link {
  font-family: ProximaNova, sans-serif;
  font-weight: bold;
}

/*****************************************************
END EXTENDS
*****************************************************/
/* line 5, ../../sass/components/view-page-tips-article-landing.scss */
.page.articles-and-tips {
  background-image: url("../../images/global/mobile/bg-wip-tall.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 10, ../../sass/components/view-page-tips-article-landing.scss */
.page.articles-and-tips .main-content-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  background-attachment: scroll;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../../images/global/mobile/bg-wip-tall.jpg");
  padding: 0 0 10px 0;
  -webkit-webkit-background-size: 100%, 100%;
  -moz-webkit-background-size: 100%, 100%;
  -ms-webkit-background-size: 100%, 100%;
  -o-webkit-background-size: 100%, 100%;
  background-size: 100%, 100%;
}
@media (min-width: 768px) {
  /* line 10, ../../sass/components/view-page-tips-article-landing.scss */
  .page.articles-and-tips .main-content-container {
    background-image: url("../../images/global/bg-wip-tall.jpg");
    margin-bottom: 60px;
    padding-bottom: 25px;
  }
}
/* line 28, ../../sass/components/view-page-tips-article-landing.scss */
.page.articles-and-tips .row {
  margin: 0;
}
/* line 31, ../../sass/components/view-page-tips-article-landing.scss */
.page.articles-and-tips .row [class*=" col-"] {
  padding: 0;
}
/* line 36, ../../sass/components/view-page-tips-article-landing.scss */
.page.articles-and-tips .region-sidebar {
  margin-top: 40px;
}
@media (min-width: 768px) {
  /* line 36, ../../sass/components/view-page-tips-article-landing.scss */
  .page.articles-and-tips .region-sidebar {
    margin-top: 0;
    padding: 0 0 0 15px;
  }
}
/* line 44, ../../sass/components/view-page-tips-article-landing.scss */
.page.articles-and-tips .region-sidebar > .callout-col {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 44, ../../sass/components/view-page-tips-article-landing.scss */
  .page.articles-and-tips .region-sidebar > .callout-col {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  /* line 50, ../../sass/components/view-page-tips-article-landing.scss */
  .page.articles-and-tips .region-sidebar > .callout-col:first-child {
    box-shadow: 5px 0 5px -5px #ccc, 0 5px 5px -5px #ccc, -5px 0 5px -5px #ccc;
  }
}
/* line 56, ../../sass/components/view-page-tips-article-landing.scss */
.page.articles-and-tips .region-sidebar > .callout-col .callout {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  /* line 56, ../../sass/components/view-page-tips-article-landing.scss */
  .page.articles-and-tips .region-sidebar > .callout-col .callout {
    margin-bottom: 0;
  }
}
/* line 65, ../../sass/components/view-page-tips-article-landing.scss */
.page.articles-and-tips .region-sidebar > .callout-col:last-child .callout {
  margin-bottom: 0;
  border-bottom: none;
}
/* line 73, ../../sass/components/view-page-tips-article-landing.scss */
.page.articles-and-tips .cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* line 83, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing .item-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 87, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
/* line 92, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li {
  padding: 0;
  width: auto;
}
/* line 96, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li h2 {
  line-height: normal;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  /* line 96, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li h2 {
    font-size: 1.875rem;
  }
}
/* line 105, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li img {
  margin-bottom: 16px;
}
/* line 109, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
/* line 115, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:first-child > a {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
/* line 120, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:first-child img {
  margin-bottom: 0;
}
/* line 124, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:first-child .title-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: 0 0 #002b60;
  padding: 20px 20px 20px 30px;
}
@media (min-width: 768px) {
  /* line 124, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:first-child .title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
/* line 136, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:first-child .title-wrapper h2 {
  position: relative;
  bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  font-size: 9.375vw;
  line-height: normal;
}
@media (min-width: 544px) {
  /* line 136, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:first-child .title-wrapper h2 {
    font-size: 3.1875rem;
  }
}
@media (min-width: 768px) {
  /* line 136, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:first-child .title-wrapper h2 {
    font-size: 4.03226vw;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 136, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:first-child .title-wrapper h2 {
    font-size: 2.5rem;
  }
}
/* line 156, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:first-child .title-wrapper h2 a {
  color: white;
  text-decoration: none;
}
/* line 163, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:first-child .read-more {
  font-size: 1rem;
}
@media (min-width: 768px) {
  /* line 163, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:first-child .read-more {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 30px;
  }
}
/* line 171, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:first-child .read-more a {
  padding: 8px 30px 4px;
  padding: 12px 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  font-size: 3.90625vw;
  background: 0 0 #e41b13;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  display: inline-block;
}
@media (min-width: 544px) {
  /* line 171, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:first-child .read-more a {
    font-size: 1.32813rem;
  }
}
@media (min-width: 768px) {
  /* line 171, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:first-child .read-more a {
    font-size: 1.41129vw;
  }
}
@media (min-width: 992px) {
  /* line 171, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:first-child .read-more a {
    font-size: 0.875rem;
  }
}
/* line 298, ../../sass/config/_mixins.scss */
.tips-article-landing ul li:first-child .read-more a a {
  color: white;
}
/* line 302, ../../sass/config/_mixins.scss */
.tips-article-landing ul li:first-child .read-more a:hover {
  background: 0 0 #87b2c4;
}
/* line 179, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:nth-child(n+2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  /* line 179, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:nth-child(n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    padding-left: 30px;
  }
}
/* line 188, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:nth-child(n+2) h2 {
  padding: 0 15px;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  /* line 188, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:nth-child(n+2) h2 {
    padding: 0;
    font-size: 2.01613vw;
  }
}
@media (min-width: 992px) {
  /* line 188, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:nth-child(n+2) h2 {
    font-size: 1.25rem;
  }
}
/* line 203, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:nth-child(n+2) p {
  margin-bottom: 14px;
  padding: 0 15px;
}
/* line 207, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:nth-child(n+2) p:last-child {
  margin-bottom: 0;
}
/* line 211, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing ul li:nth-child(n+2) p:empty {
  display: none;
}
@media (min-width: 768px) {
  /* line 203, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing ul li:nth-child(n+2) p {
    padding: 0;
  }
}
/* line 223, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing .more-link {
  padding: 8px 30px 4px;
  padding: 12px 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  font-size: 3.90625vw;
  background: 0 0 #e41b13;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  padding: 0;
}
@media (min-width: 544px) {
  /* line 223, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing .more-link {
    font-size: 1.32813rem;
  }
}
@media (min-width: 768px) {
  /* line 223, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing .more-link {
    font-size: 1.41129vw;
  }
}
@media (min-width: 992px) {
  /* line 223, ../../sass/components/view-page-tips-article-landing.scss */
  .tips-article-landing .more-link {
    font-size: 0.875rem;
  }
}
/* line 298, ../../sass/config/_mixins.scss */
.tips-article-landing .more-link a {
  color: white;
}
/* line 302, ../../sass/config/_mixins.scss */
.tips-article-landing .more-link:hover {
  background: 0 0 #87b2c4;
}
/* line 228, ../../sass/components/view-page-tips-article-landing.scss */
.tips-article-landing .more-link a {
  padding: 8px 30px 4px;
  padding: 12px 30px;
  color: white;
  text-decoration: none;
}
