.resource-center-mobile-content-block .featured-link .arrow-right-blue, .resource-center-content-grid .featured-link .arrow-right-blue {
  background-image: url("/_global-assets/images/resources/articles/articles-landing-pages/sprites-sf32216f9e9.png");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-position: 10% 58%;
  margin-left: 1em;
  bottom: -1px;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .article-card:hover {
    cursor: pointer;
    box-shadow: 1px 1px 15px 0px #ddd;
  }
}
@media screen and (max-width: 768px) {
  .resource-center-mobile-content-block .featured-link .arrow-right-blue,
.resource-center-content-grid .featured-link .arrow-right-blue {
    right: -35px;
  }
  .resource-center-mobile-content-block .featured-link:hover {
    border-bottom: 2px solid transparent !important;
  }
}
.hero {
  height: 400px;
  position: relative;
  color: #fff;
  padding-left: 3em;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .resource-center-hero-image-mobile {
  display: none;
}
.hero .hero-overlay {
  padding: 3em;
  background: rgba(34, 34, 34, 0.8);
  width: 56%;
  height: 90%;
  box-sizing: border-box;
}
.hero .hero-overlay h1 {
  font-family: "ProximaNovaThin", sans-serif;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 60px;
}
.hero .hero-overlay h3 {
  line-height: 2.3rem;
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-family: "ProximaNovaThin";
}
@media screen and (min-width: 1400px) {
  .hero .hero-overlay h1 {
    line-height: 70px;
  }
  .hero .hero-overlay p {
    line-height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    background-image: none !important;
    padding: 0;
  }
  .hero .resource-center-hero-image-mobile {
    display: inline-block;
    width: 100%;
  }
  .hero .hero-overlay {
    width: 100%;
    padding: 1em;
    color: #666;
    background: white;
  }
  .hero .hero-overlay h1 {
    margin-bottom: 10px;
    line-height: 50px;
  }
  .hero .hero-overlay h3 {
    display: none;
  }
}
.article-block {
  padding: 4em 4em 0 4em;
  font-family: "ProximaNovaRegular", sans-serif;
}
.article-block h2 {
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 2em;
  color: #3B3B3B;
}
.resource-center-content-hero {
  background-color: #fff;
  display: inline-block;
  flex-grow: 1;
  width: 100%;
  transition: box-shadow 0.3s ease;
}
.resource-center-content-hero a {
  text-decoration: none;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.resource-center-content-hero-img-wrap {
  width: 100%;
  max-height: 325px;
  overflow: hidden;
}
.resource-center-content-hero-img-wrap img {
  width: 100%;
}
.resource-center-content-hero .article-card-inner {
  position: relative;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.resource-center-content-hero .article-card-inner h3 {
  color: #3b3b3b;
  margin: 0 0 0.5em 0;
  font-weight: 300;
  font-style: italic;
  font-size: 2em;
}
.resource-center-content-hero .article-card-inner p {
  font-family: "ProximaNovaRegular";
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: normal;
  margin: 0 0 30px 0;
  color: #555;
  overflow: hidden;
}
.resource-center-content-hero .article-card-inner .article-card-footer .article-card-cta {
  font-family: "ProximaNovaBold";
  color: #3B3B3B;
  margin-right: 2em;
}
.resource-center-content-hero .article-card-inner .article-card-footer .article-card-length {
  font-family: "ProximaNovaSemibold";
  color: #666;
}
.resource-center-content-grid {
  margin-top: 2em;
}
.resource-center-content-grid ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.resource-center-content-grid ul .article-card {
  background-color: #fff;
  display: inline-block;
  flex-grow: 1;
  margin-right: 1em;
  margin: 0 1em 2em 0;
  width: 45%;
  transition: box-shadow 0.3s ease;
}
.resource-center-content-grid ul .article-card a {
  text-decoration: none;
  height: 100%;
  display: inline-block;
}
.resource-center-content-grid ul .article-card img {
  width: 100%;
  max-height: 345px;
}
.resource-center-content-grid ul .article-card-inner {
  position: relative;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 275px;
}
.resource-center-content-grid ul .article-card-inner h3 {
  color: #3b3b3b;
  margin: 0 0 0.5em 0;
  font-weight: 300;
  font-style: italic;
  font-size: 1.7em;
  line-height: 1.4em;
}
.resource-center-content-grid ul .article-card-inner p {
  font-family: "ProximaNovaRegular";
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 30px 0;
  color: #555;
  max-height: 4.5em;
  overflow: hidden;
}
.resource-center-content-grid ul .article-card-inner .article-card-footer .article-card-category {
  font-family: "ProximaNovaBold";
  color: #3B3B3B;
  margin-right: 2em;
  text-decoration: underline;
}
.resource-center-content-grid ul .article-card-inner .article-card-footer .article-card-length {
  font-family: "ProximaNovaSemibold";
  color: #666;
  text-decoration: none;
}
.resource-center-content-grid .featured-link {
  margin: 0 0 3em 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.resource-center-content-grid .featured-link a {
  text-decoration: none;
  color: #019DD5;
  font-family: "ProximaNovaRegular";
  position: relative;
}
.resource-center-content-grid .featured-link:hover {
  border-bottom: 2px solid #019DD5;
}
.resource-center-content-grid ul > .article-card:nth-child(even) {
  margin-right: 0;
}
.resource-center-mobile-content-block {
  display: none;
}
.resource-center-mobile-content-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.resource-center-mobile-content-block ul .article-card {
  background-color: #fff;
  display: inline-block;
  flex-grow: 1;
  margin-right: 1em;
  margin: 0 1em 2em 0;
  width: 100%;
  transition: box-shadow 0.3s ease;
}
.resource-center-mobile-content-block ul .article-card a {
  text-decoration: none;
}
.resource-center-mobile-content-block ul .article-card img {
  width: 100%;
  max-height: 345px;
}
.resource-center-mobile-content-block ul .article-card-inner {
  position: relative;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 275px;
}
.resource-center-mobile-content-block ul .article-card-inner h3 {
  color: #3b3b3b;
  margin: 0 0 0.5em 0;
  font-weight: 300;
  font-style: italic;
  font-size: 1.7em;
  line-height: 1.4em;
}
.resource-center-mobile-content-block ul .article-card-inner p {
  font-family: "ProximaNovaRegular";
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 30px 0;
  color: #555;
  max-height: 4.5em;
  overflow: hidden;
}
.resource-center-mobile-content-block ul .article-card-inner .article-card-footer .article-card-category {
  font-family: "ProximaNovaBold";
  color: #3B3B3B;
  margin-right: 2em;
  text-decoration: underline;
}
.resource-center-mobile-content-block ul .article-card-inner .article-card-footer .article-card-length {
  font-family: "ProximaNovaSemibold";
  color: #666;
  text-decoration: none;
}
.resource-center-mobile-content-block .featured-link {
  margin: 0 0 3em 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.resource-center-mobile-content-block .featured-link a {
  text-decoration: none;
  color: #019DD5;
  font-family: "ProximaNovaRegular";
  position: relative;
}
.resource-center-mobile-content-block .featured-link:hover {
  border-bottom: 2px solid #019DD5;
}
@media screen and (min-width: 1024px) {
  .resource-center-content-hero:hover {
    cursor: pointer;
    box-shadow: 1px 1px 15px 0px #ddd;
  }
}
@media screen and (max-width: 768px) {
  .resource-center-mobile-content-block {
    display: inline-block;
  }
  .resource-center-mobile-content-block ul {
    margin-top: 2em;
  }
  .resource-center-mobile-content-block ul .article-card {
    margin: 0 0 3em 0;
    -webkit-box-shadow: 0px 0px 12px 1px #aaaaaa;
    box-shadow: 0px 0px 12px 1px #aaaaaa;
  }
  .resource-center-mobile-content-block ul .article-card a .article-card-inner {
    height: auto;
  }
}
#resource-center-nav h2 {
  font-size: 2em;
  background-color: #019DD5;
  color: white;
  text-align: center;
  padding: 0.5em 2em;
  margin: 0;
}
#resource-center-nav .icon-nav,
#resource-center-nav .icon-nav-mobile {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
}
#resource-center-nav .icon-nav-item,
#resource-center-nav .icon-nav-mobile-item {
  border-left: 8px solid white;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  padding-left: 6px;
  background-color: white;
}
#resource-center-nav .icon-nav-item a,
#resource-center-nav .icon-nav-mobile-item a {
  text-decoration: none;
  color: #333;
  display: inline-flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
#resource-center-nav .icon-nav-item .icon-nav-img-wrap,
#resource-center-nav .icon-nav-mobile-item .icon-nav-img-wrap {
  width: 33%;
  min-height: 109px;
}
#resource-center-nav .icon-nav-item .icon-nav-img-wrap img,
#resource-center-nav .icon-nav-mobile-item .icon-nav-img-wrap img {
  width: 65%;
}
#resource-center-nav .icon-nav-item .icon-nav-title,
#resource-center-nav .icon-nav-mobile-item .icon-nav-title {
  font-size: 1.3em;
}
#resource-center-nav .icon-nav-item:hover,
#resource-center-nav .icon-nav-mobile-item:hover {
  border-left: 8px solid rgba(1, 167, 225, 0.7);
  padding-left: 0;
}
#resource-center-nav .icon-nav-active,
#resource-center-nav .icon-nav-mobile-active {
  border-left: 8px solid #019DD5;
}
#resource-center-nav .icon-nav-active:hover,
#resource-center-nav .icon-nav-mobile-active:hover {
  border-left: 8px solid #019DD5;
  padding-left: 6px;
}
#resource-center-nav .resource-custom-select {
  display: none;
}
.resource-custom-select {
  width: 87%;
  border: 1px solid #aaa;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  position: relative;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  padding-right: 2em;
}
.resource-custom-select img {
  width: 15%;
  position: absolute;
  left: 8px;
  top: 8px;
}
.resource-custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 4em;
  margin: 0;
  width: 100%;
  height: 3em;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}
.resource-custom-select select::-ms-expand {
  display: none;
}
.resource-custom-select select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #019DD5;
  border-radius: inherit;
}
.dropdown-box .dropdown-title {
  height: 4em;
  background-color: white;
  display: flex;
  align-items: center;
}
.dropdown-box .dropdown-title p {
  font-size: 1.2em;
}
.resource-custom-select::after {
  content: "\a";
  width: 0.8em;
  height: 0.5em;
  background-color: #666;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
  margin-left: 2em;
}
select,
.resource-custom-select:after {
  grid-area: select;
  margin-right: 1em;
}
#product-select-no-icon {
  padding: 0 1em;
}
#resource-center-footer-nav {
  display: none;
  width: 100%;
}
#resource-center-footer-nav h2 {
  font-size: 1.7em;
  background-color: #019DD5;
  color: white;
  text-align: center;
  padding: 0.5em 2em;
  margin: 0;
}
#resource-center-footer-nav .icon-nav-mobile li {
  width: 100%;
  height: 55px;
  display: inline-flex;
  border-bottom: 2px solid #ccc;
}
#resource-center-footer-nav .icon-nav-mobile li a {
  width: 100%;
  text-decoration: none;
  display: inline-flex;
}
#resource-center-footer-nav .icon-nav-mobile li a .icon-nav-inner-wrap {
  display: inline-flex;
  align-items: center;
}
#resource-center-footer-nav .icon-nav-mobile li a .icon-nav-inner-wrap img {
  /*TM width: 25%;*/
  height: 55px;
  display: inline-block;
}
#resource-center-footer-nav .icon-nav-mobile li a .icon-nav-inner-wrap .icon-nav-title {
  display: inline-block;
  margin-left: 1em;
  color: #666;
  font-size: 1.2em;
}
#resource-center-footer-nav .icon-nav-mobile li a .resource-center-chevron-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#resource-center-footer-nav .icon-nav-mobile li a .resource-center-chevron-wrap .resource-center-chevron {
  position: relative;
  text-align: center;
  padding: 12px;
  margin-bottom: 6px;
  height: 1px;
  width: 40px;
  display: inline-block;
  transform: rotate(-90deg);
  justify-self: flex-end;
  align-self: center;
}
#resource-center-footer-nav .icon-nav-mobile li a .resource-center-chevron-wrap .resource-center-chevron:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  height: 10%;
  width: 18%;
  background: #aaa;
  transform: skew(0deg, 45deg);
  border-radius: 3px;
}
#resource-center-footer-nav .icon-nav-mobile li a .resource-center-chevron-wrap .resource-center-chevron:after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  height: 10%;
  width: 18%;
  background: #aaa;
  transform: skew(0deg, -45deg);
  border-radius: 3px;
}
#resource-center-footer-nav .icon-nav-mobile li a:active > .icon-nav-title {
  color: #019DD5;
}
@media screen and (max-width: 768px) {
  .icon-nav {
    display: none;
  }
  #resource-center-nav h2 {
    color: #333;
    background: none;
    padding: 0;
    text-align: left;
    font-size: 1.8em;
    font-weight: 700;
    margin: 0 0 0.7em 0;
  }
  #resource-center-nav .resource-custom-select {
    display: grid;
    width: 100%;
  }
  #resource-center-footer-nav {
    display: inline-block;
  }
}
.dropdown-box .dropdown-title {
  height: 4em;
  background-color: white;
  display: flex;
  align-items: center;
}
.dropdown-box .dropdown-title p {
  font-size: 1.2em;
}
.dropdown-box.is-focus .dropdown-title,
.time-dropdown-box.is-focus .dropdown-title {
  background-color: white;
}
.dropdown-box {
  width: 100%;
}
#resource-page-dropdown {
  background-color: white;
}
#resource-page-dropdown .dropdown-title img {
  width: 55px;
  padding-left: 5px;
}
#resource-page-dropdown .dropdown-title::after {
  content: "\a";
  width: 1em;
  height: 0.7em;
  background-color: #666;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
  top: 25px;
}
#resource-page-dropdown .w-dropdown-list {
  position: relative !important;
  left: auto;
  width: 100% !important;
  top: auto;
  box-sizing: border-box;
  border: 2px solid #222;
  display: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: #f1f3f4;
}
#resource-page-root {
  max-width: 1520px;
  /*margin: 40px auto 0 auto;*/
  background-color: #F8F9FA;
}
.resource-center-inner {
  display: grid;
  grid-template-columns: 33% 67%;
  -ms-grid-template-columns: 33% 67%;
  margin-top: 2em;
}
#resource-center-content {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .resource-center-inner {
    grid-template-columns: 100%;
    -ms-grid-template-columns: 100%;
    padding: 1em 2em;
    margin-top: 0;
  }
  #resource-center-content {
    display: block;
  }
}
/* TM adjustments */
#resource-page-dropdown {
  display: none;
}
.resource-center-content-grid ul .article-card:nth-last-child(1):nth-child(odd) {
  flex-grow: .2;
}
@media screen and (max-width: 768px) {
  #resource-page-dropdown {
    display: block;
  }
  #resource-center-nav h2 {
    display: none;
  }
  .resource-center-content-grid ul .article-card {
    margin: 0 0 2em 0;
    width: 100%;
}
/*# sourceMappingURL=App.css.map */