@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url(https://example.com/material-symbols.woff) format('woff');
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.page-center {
  max-width: 1400px !important;
  margin: 0 auto !important;
}

html {
  scroll-behavior: smooth;
}

body {
  box-shadow: inset 0 88px 0 0 #0d1c29;
  -webkit-box-shadow: inset 0 88px 0 0 #0d1c29;
  background-color: #fbfbfd;
  opacity: 1;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #fbfbfd 12px), repeating-linear-gradient(#f7f7f755, #f7f7f7);
}

.shadow {
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.15);
}

/* Header **********************/



img.header__logo-image {
  max-width: 180px !important;
  margin-top: 5px;
}

.header__bottom,
.header__language-switcher .lang_list_class a:active {
  /* background-color: #fff; */
}


.header__bottom,
.header__language-switcher .lang_list_class a:active {}

.header__bottom {
  padding: 0px 0 !important;
}

/* Initial Header Styles */
.header {
  padding: 5px 10px;
}

/* colors */

/*Colors =================*/
.grey {
  color: #ced1d4;
}

.white,
.white p,
.white span {
  color: #fff !important;
}

.orange {
  /*color:#f58e13; ada*/
  color: #f79a20;
}

.blue {
  color: #162e48;
}

.navy {
  color: #0d1c29;
}

.light-grey-bg {
  background-color: #e7e8ea;
}

.lightest-grey-bg {
  background-color: #f2f4f5;
}

.grey-bg {
  background-color: #fafafa;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #eaf2ff, #fafafa);
}

.white-bg {
  background-color: #fff;
}

.orange-bg {
  background-color: #f79a20;
}

.blue-bg {
  background-color: #162e48;
}

.navy-bg {
  background-color: #0d1c29;
}


.accentColor1 {
  color: {
      {
      accentColor1
    }
  }

  ;
}

.accentColor2 {
  color: {
      {
      accentColor2
    }
  }

  ;
}

.accentColor3 {
  color: {
      {
      accentColor3
    }
  }

  ;
}


.blue-bg,
.blue-bg h2,
.blue-bg h3,
.blue-bg p {
  color: #fff !important;
}

.navy-bg,
.navy-bg h2,
.navy-bg h3,
.navy-bg p {
  color: #fff !important;
}

/* Typography */


.hs_cos_wrapper_type_rich_text ul,
.checklist ul {
  list-style: none !important;
}

.hs_cos_wrapper_type_rich_text ul li:before,
.checklist ul li:before {
  display: inline-block;
  height: 0px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #f79a20;
  font-size: 18px;
  margin-left: -25px;
}

ol,
ul {
  padding-left: .75rem;
}

h1,
h2 {

  line-height: 1.2;
}

p.eyebrow {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}


.accent-line {
  border-left: 2px solid #f79a20;
  padding-left: 20px;
}

/* Forms */
form label {
  text-transform: uppercase;

  letter-spacing: 2px;
}

/* Buttons */


.button,
.hs-button,
button {
  font-size: 14px !important;
  padding: 15px 30px;
  letter-spacing: 1px;
}

/* Resource Library **************************************************************************************************/

p.video-disclaimer-blanket {
  font-size: 14px;
  color: #737272;
  margin-top: 25px;
}


.products-listing-wrapper {

  padding-bottom: 100px !important;
}

.add-res p a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-underline-offset: 5px;
}

.add-res p {
  margin: 0px 0px 12px 0px;
}

/*search*/

/*both*/
img {
  max-width: 100%;
}

/* Listing */

p.hero-copy.accent-line {
  font-size: 20px;
  color: #717171;
}

p.eyebrow.rs-date {
  padding-top: 15px;
  font-size: 12px;
}

.listing-left {
  padding-bottom: 50px;
}

.listing-hero {
  padding-bottom: 50px;
  max-width: 860px;
}

.listing-hero p {}

.products-bg {
  background: linear-gradient(to right, #fff 0%, #fff 60%, #eaeff3 60%, #eaeff3 100%) !important;
  margin: 0;
}

/* Individual Product Page begins ========================================================*/
.individual-product-wrapper {
  float: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}

.individual-product {
  grid-template-columns: 4fr 2fr;
  grid-row-gap: 2rem;
  display: grid;
  grid-column-gap: 10rem;
}

.individual-product .featured-image {
  margin: 2rem 0;
  max-width: 100%;
  min-height: 300px;
  grid-template-columns: 1fr;
  display: grid;
  grid-column-gap: 1rem;
  align-items: center;
  text-align: center;
  border: solid 1px #777;
  position: relative;
}

.individual-product .featured-image img {
  max-height: 250px;
}

.product-sidebar {
  background-color: #eaeff3;
}

.product-sidebar h3 {
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #777;
  font-size: 1rem;
}

.product-sidebar ul {
  margin: 0 0 2rem 0;
  padding: 0;
}

.product-sidebar li {
  margin: 0.5rem 0;
  list-style: none;
}

.product-sidebar a {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
  color: #000;
  text-decoration: none;
}

.product-sidebar a.outline-button {
  border-bottom: solid 1px #000 !important;
}

.product-sidebar a.outline-button:hover {
  background-color: #000 !important;
}

.product-sidebar a:hover {
  background-color: #ffe092 !important;
  border-bottom-color: #000 !important;
}

.product-sidebar a.current {
  border-left: solid 4px #F79A20;
  padding-left: 10px;
  margin-left: -14px;
  font-weight: 600;
}

.individual-product-wrapper a {
  background-color: rgba(255, 229, 100, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}

.individual-product-wrapper a:hover {
  background-color: #ffe092;
  border-bottom-color: #000;
}

.product-form {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #d8d8d8;
}



.product-logo {
  max-width: 100%;
  min-height: 150px;
  grid-template-columns: 1fr;
  display: grid;
  grid-column-gap: 1rem;
  align-items: center;
  text-align: center;
  border: solid 1px #777;
  position: relative;
}

.product-logo img {
  height: 230px;
  margin-bottom: -6px;
  object-fit: cover;
  object-position: 50% 90%;
  width: 100%;
}

.product-logo img:hover,
.product-logo img:focus {
  /*outline: 2px solid #010F1E;*/
}

.product-logo a {
  background-color: transparent !important;
  border: none !important;
}

span.legacy-brand {
  background-color: #e6eaed;
  padding: 2px 5px;
  font-size: .7rem;
  line-height: 0.7rem;
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
}


.products-bg {
  background: linear-gradient(to right, #fff 0%, #fff 60%, #eaeff3 60%, #eaeff3 100%) !important;
  margin: 0;
}

.products-listing-wrapper {
  float: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
  padding-top: 180px;
}

.listing {
  grid-template-columns: 260px 1fr;
  grid-row-gap: 2rem;
  display: grid;
  grid-column-gap: 4rem;
}

.listing-left {}

.listing-right {
  margin-top: -15px;
}

.filter-heading {
  color: #777;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  /* font-weight: 700 !important; */
  text-transform: uppercase;
}

.filter-button:hover {
  background: #dfdede !important;
  border: 2px solid #333 !important;
}

.filter-button {
  border-radius: 0px;
  background: #e6eaed !important;
  border: 2px solid #e6eaed !important;
  color: #20232a !important;
  padding: .5rem 1rem;
  transition: .3s;
  display: inline-block;
  text-decoration: none;
  font-size: .75rem;
  display: inline-block;
  margin: 0 0px 5px 0;
}

.filter-button.fw-button {
  display: block;
  width: 100%;
  text-align: left;
}

button.filter-button:focus,
button.is-checked {
  border: solid 2px #F79A20 !important;
  outline: none;
  background: white !important;
}

button.filter-button.fw-button.button:active,
button.filter-button.fw-button.button:focus {
  background: white !important;
}

/*======*/

.grid {}

.element-item {
  position: relative;
  float: left;
  width: 45%;
  margin: 2% 1.5% 5% 1.5%;
  box-sizing: border-box;
}

.element-item>* {
  margin: 0;
  padding: 0;
}

.element-item h3.name {
  font-size: 1.2rem;
  line-height: 1.3;
  text-underline-offset: 3px;
  margin: .5rem 0;
}

.element-item p.cat,
.element-item p.app {
  font-size: 0.85rem;
}

.element-item p.cat span,
.element-item p.app span {
  color: #767676;
}


.demo-callout {
  margin-top: 0;
  margin-bottom: 50px;
  padding: 25px;
  border: solid 8px #ffba0d;
}

.demo-callout p {
  margin: 0;

}

.demo-callout h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
}

.demo-callout h3 {
  margin-top: 25px;
}

.demo-callout a {
  font-weight: 600;
  border-radius: 0px;
  background: #ffba0d !important;
  border: 1px solid #ffba0d !important;
  color: #20232a !important;
  padding: 1rem 2rem;
  transition: .3s;
  display: inline-block !important;
  width: fit-content;
  margin: 1rem 0 0 0;
  text-decoration: none;
}

.demo-callout a:hover {
  background: #202329 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}




/*mobile audit*/
@media (max-width:767px) {

  /*listing*/
  .listing {
    grid-template-columns: 1fr !important;
    grid-row-gap: 1rem !important;
    display: grid;
    grid-column-gap: 0rem !important;
    margin-top: -50px;
    margin-bottom: 25px;
  }

  .listing-right {}

  .element-item {
    width: 100%;
  }

  div#desktop-filtering {
    display: none;
  }

  a.button.outline-button.mobile-show {
    display: inline-block !important;
  }

  /*individual*/
  .product-sidebar {
    display: none;
  }

  .individual-product {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
    display: grid;
    grid-column-gap: 0;
  }

  .products-bg {
    background: #fff !important;
  }
}


/*Individual Resource*/

.resource-card .resource-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 340px;
  width: 100%;
  padding-bottom: 100%;
}

.resource-single-wrapper.resource-card.shadow {
  padding: 0px;
  background: white;
}

.resource-text {
  padding: 30px;
}

h2.rs-title {
  font-size: 26px;
}

.resource-meta {
  color: white;
}

.resource-top h1 {
  color: white;
}

.resource-top p.eyebrow {
  color: #F79A20;
}

.resource-single {

  box-shadow: inset 0 728px 0 0 #010F1E;
  -webkit-box-shadow: inset 0 728px 0 0 #010F1E;
  margin-top: 0;
  padding: 50px 0 100px;
}

.resource-single-wrapper {
  max-width: 1080px !important;
  margin: auto;
  padding-top: 160px;
  float: none;
}

.resource-single h3 {
  font-weight: 700;
}

h1.rs-title {

  line-height: 1.1;
  font-weight: 500;
  font-size: 70px;
}

p.rs-meta {
  margin-bottom: 0;
}

.resource-top {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  padding: 0;
  margin-bottom: 25px;
  align-items: end;
}

.deck-outer {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-row-gap: 1rem;
  grid-column-gap: 3rem;
  padding: 0;
}

.deck-form {
  padding: 25px;
  background-color: #fff;
}

.resource-single .a2a_kit.a2a_kit_size_32.a2a_default_style {
  display: inherit;
  max-width: inherit;
  position: inherit;
  margin-left: inherit;
  top: inherit;
  float: right;
}

.deck-featured-image {
  padding: 50px;
  margin: 50px 0;
  background-color: #dadfe3;
}

.video-wrapper {
  margin: 50px 0;
}

.rs-related {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 2px #cacaca;
}

.rs-related-inner {
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 0;
  display: grid;
  grid-column-gap: 2rem;
  position: relative;
}

.rs-related-inner .resource-card {
  margin: 20px 0;
  grid-template-columns: 1fr;
}


@media (max-width:767px) {
  .rs-related-inner {
    grid-gap: 20px;
  }

  .resource-single {
    padding: 20px;
    box-shadow: inset 0 588px 0 0 #010f1e;
    -webkit-box-shadow: inset 0 588px 0 0 #010f1e;
  }

  .rs-related-inner {
    grid-template-columns: 1fr;
  }

  .resource-share {
    display: none;
  }

  .resource-top {

    grid-template-columns: 1fr;
  }

  .resource-single .a2a_kit.a2a_kit_size_32.a2a_default_style {
    float: none;
  }

  .rs-back {
    position: relative;
    top: -25px;
  }

  .rs-related .resource-image {
    /*hiding the image on smaller devices so the related resources feed doesn't take away emphasis from single resource */
    display: none;
  }

  .deck-outer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .deck-desc {
    padding: 0 25px 25px 25px;
  }

  .deck-featured-image {
    padding: 10px;
    margin: 20px 0;
  }
}

.rs-related-inner .resource-card {
  margin: 20px 0;
  grid-template-columns: 1fr;
  /* Remove these if they exist:
  display: flex;
  flex-direction: column; */
}

/* Add this new rule: */
.rs-related-inner .resource-single-wrapper.resource-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rs-related-inner .resource-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}

.rs-related-inner .resource-text .rs-date {
  margin-top: auto;
}

/* End of Resource Library **************************************************************************************************/

/* A11y */

a.header__skip {
  background: #1d77ce;
  font-weight: 600;
  color: white !important;
  padding: 10px;
  border-radius: 0px 0px 5px 0px;
  z-index: 99999999999999999999999999999999999999999 !important;
}

a.header__skip:hover,
a.header__skip:focus {
  background: #010f1e !important;
  text-decoration: underline;
}

/* Blog */

.blog-post__body a:hover,
.blog-post__body a:focus {
  background: #f79a201f !important;
  color: #333 !important;
  text-decoration: none !important;
}

.blog-post__body a {
  color: #1d77ce !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  padding: 1px;
}

.home-popular-blog-card a,
ul.blog-category-counts a {
  padding: 1px;
}

.home-popular-blog-card a:hover,
ul.blog-category-counts a:hover,
.home-popular-blog-card a:focus,
ul.blog-category-counts a:focus {
  background: #f79a201f !important;
  color: #333 !important;
  text-decoration: none !important;
  text-underline-offset: 3px;
}


a.blog-listing__post-title-link:hover {
  /* background: red; */
  background: #f79a201f !important;
  color: #333 !important;
  text-decoration: none !important;
  text-underline-offset: 3px;
}


.blog-listing__post-tag {
  color: #1d77ce;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Modules */

li.hs-form-checkbox::before {
  display: none !important;
}

.card {
  border: 1px solid #ebebeb;
  padding: 50px;
  background: white;
}

/* System Pages */
.error-page,
.systems-page,
.membership-page {
  padding-top: 200px;
}




/* Animation */

.shift {
  transition: 0.3s;
}

.shift:hover {
  transform: translate(0, -5px);
}



/* Mobile Responsiveness */
@media (max-width: 768px) {

  .header__menu--show,
  .header__menu-container--mobile {
    -webkit-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .2) !important;
    -moz-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .2) !important;
    box-shadow: 0 0 8px -2px rgba(51, 51, 51, .2) !important;
    border-radius: 5px;
  }

  ul.header__menu-submenu.header__menu-submenu--level-2 {
    background-color: #faf7f7 !important;
    padding: 7px 0 !important;
    margin: 0px !important;
  }

  .header__menu-item--depth-1:first-child {
    border-top: 0px solid #ccc !important;
  }

  h1.rs-title {
    font-size: 50px;
  }


  .header__menu-link {
    font-family: Inter, sans-serif !important;
  }

  .footer-small-links p {
    -webkit-text-align: left !important;
    text-align: left !important;
    margin-top: 10px !important;
    margin-left: -5px !important;
  }

  .card {
    padding: 25px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 32px !important;
  }

  h3 {
    font-size: 26px !important;
  }

  h2 {
    margin-bottom: 10px !important;
  }

  .button-wrapper {
    text-align: left !important;
  }
}