/* white paper banner */

.white-paper-banner {
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
  z-index: 1;
}

.white-paper-banner .bg-flex {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
}

.white-paper-banner .bg-flex > div:nth-child(1) {
  background: rgba(247, 247, 247, 0.6);
  height: 100%;
  width: 50%;
}

.white-paper-banner .bg-flex > div:nth-child(2) {
  background: rgba(235, 238, 242, 1);
  height: 100%;
  width: 50%;
}

.white-paper-banner-content {
  padding: 80px 0px 80px 0px;
  width: 45%;
}



.white-paper-banner-content h1,
.white-paper-banner-header {
  color: var(--dark-blue);
}

.white-paper-banner p {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 24px;
  max-width: 660px;
}

.white-paper-banner .category {
  color: rgba(0, 56, 101, 1);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.2px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (max-width: 1600px) {
  .white-paper-banner-content h1,
  .white-paper-banner-header {
    font-size: 60px;
  }
}

@media screen and (max-width: 1250px) {
  .white-paper-banner-content {
    width: 65%;
  }
}

@media screen and (max-width: 1200px) {
  .white-paper-banner-content h1,
  .white-paper-banner-header {
    font-size: 50px;
  }

  .white-paper-banner .main-limit {
    margin-top: 0px;
    background-position: 60% bottom;
  }


  .white-paper-banner:before {
    background: none !important;
  }
}

@media screen and (max-width: 768px) {
  .white-paper-banner-content h1,
  .white-paper-banner-header {
    font-size: 38px;
    width: 100%;
  }

  .white-paper-banner .bg-flex{
    display: none;
  }


  .white-paper-banner .main-limit {

    background-size: 100%;
    background-position: 0% 0%;
    margin-top: 64px;
  }


  .white-paper-banner-content p {
    font-size: 16px;
  }

  .white-paper-banner-content {
    padding-top: 50%;
    width: 100%;
  }

  .white-paper-banner .category {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 600px) {
  .white-paper-banner p.mob-show {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    margin-top: 40px;
  }
}

/* /white paper banner */

.white-paper-flex {
  position: relative;
}

.white-paper-flex .main-width {
  z-index: 99;
  position:relative;
}

.white-paper-flex:before {
  content: "";
  position: absolute;
  top: -39px;
  left: 0;
  width: 50%;
  height: 40px;
  background: white;
  z-index:5;
  clip-path: polygon(
      0 100%,
      100% 0,
      100% 100%
  );
}

.white-paper-flex:after {
  content: "";
  position: absolute;
  top: -79px;
  left: 50%;
  width: 50%;
  height: 80px;
  background: var(--light-blue);
  z-index:5;
  clip-path: polygon(
      0 50%,
      100% 0,
      100% 100%,
      0 100%
  );
}



.white-paper-flex .flex > div {
  z-index: 99;
  width: 50%;
}

@media screen and (max-width: 768px) {

  .white-paper-flex:after {display:none;}
  .white-paper-flex:before {display:none;}


  .white-paper-flex {
    margin-top: 0;
  }

  .white-paper-flex .main-width {
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
  }

  .white-paper-flex .flex {
    flex-direction: column-reverse;
  }

  .white-paper-flex .flex > div {
    width: 100%;
  }
  .white-paper-flex .flex > div:nth-last-of-type(2) {
    background-color: #fff;
  }

  .white-paper-flex .flex > div:nth-last-of-type(1) {
    background-color: rgba(119, 164, 183, 0.2);
  }
}

.white-paper-flex .flex > div h4 {
  color: rgba(0, 56, 101, 1);
  font-family: "HelveticaNeue";
  font-size: 40px;
  font-weight: 700;
  font-style: Condensed Bold;
  letter-spacing: 0px;
  text-align: left;
  line-height: 55px;
  margin-bottom: 16px;
}

.white-paper-flex .flex > div ul {
  padding-left: 0px;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-style: Bold;
  letter-spacing: 0px;
  text-align: left;
  line-height: 24px;
}

.white-paper-flex .flex > div ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}

.white-paper-flex .flex > div ul li:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #000;
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
}

.white-paper-flex .flex > div img {
  margin-top: 48px;
}

.white-paper-flex .flex > div:nth-child(1) {
  padding-top: 64px;
  padding-bottom: 80px;
  padding-right: 40px;
}

.white-paper-flex .bg-flex {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
}

.white-paper-flex .button {
  color: var(--dark-blue);
  text-transform: uppercase;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s linear;
  line-height: 1em;
  margin-top: 24px;
  display: none;
}

.white-paper-flex .button:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-color: rgba(0, 56, 101, 0);
  border-left-color: #003865;
  border-left-width: 8px;
  margin-top: -4px;
  margin-left: 10px;
  transition: all 0.3s linear;
}

@media screen and (max-width: 768px) {
  .white-paper-flex .flex > div h4 {
    font-size: 21px;
  }

  .white-paper-flex .bg-flex {
    display: none;
  }

  .white-paper-flex .flex > div ul {
    font-size: 13px;
  }

  .white-paper-flex .flex > div:nth-child(1) {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .white-paper-flex .flex > div img {
    margin-top: 28px;
  }

  .white-paper-flex .button {
    display: inline-flex;
  }
}

@media screen and (max-width: 990px) {
  .white-paper-flex .button {
    display: inline-flex;
  }
}

.white-paper-flex .bg-flex > div:nth-child(1) {
  background: #fff;
  height: 100%;
  width: 50%;
}

.white-paper-flex .bg-flex > div:nth-child(2) {
  background: var(--light-blue);
  height: 100%;
  width: 50%;
}

.white-paper-form {
  padding: 40px;
  padding-right: 0px;
  padding-bottom: 88px;
  padding-top: 0px;
}

.white-paper-form .form-wrap {
  border-radius: 32px;
  box-shadow: 3px 3px 16px rgba(31, 29, 59, 0.08);
  background-color: rgba(255, 255, 255, 1);
  padding: 64px;
}

.white-paper-flex .flex > div.white-paper-form h4 {
  text-transform: none;
}

.white-paper-flex .flex > div.white-paper-form ul li {
  margin-bottom: 0px;
}

.white-paper-flex .flex > div.white-paper-form h7 {
  color: rgba(0, 56, 101, 1);
  font-size: 19px;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 28px;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .white-paper-flex .flex > div.white-paper-form h7 {
    font-size: 15px;
  }

  .white-paper-form {
    padding: 23px;
    padding-right: 23px;
    padding-bottom: 40px;
  }

  .white-paper-form .form-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* HubSpot Form Styles -White paper */

.white-paper-form .hs-form {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 24px;
  padding: 0;
  background-color: #ffffff;
  border-radius: 8px;
  font-family: "HelveticaNeue", sans-serif;
}

.white-paper-form .hs-form .hs_firstname label {
  margin-top: 0px;
}

.white-paper-form fieldset {
  max-width: 100% !important;
}

.white-paper-form fieldset {
  max-width: 100% !important;
}

.white-paper-form fieldset.form-columns-1 {
  max-width: 100% !important;
}

.white-paper-form fieldset.form-columns-2 {
  max-width: 100% !important;
}

.white-paper-form .hs-form h1 {
  font-size: 24px;
  color: #0d3056;
  margin-bottom: 1em;
  text-align: center;
}

.white-paper-form .hs-form label {
  display: block;
  margin-bottom: 16px;
  margin-top: 40px;
  font-weight: bold;
  color: #003865;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.14em;
}

.white-paper-form .hs-form .hs-input {
  width: 100%;
  color: #414042;
  font-family: "HelveticaNeueLTPro-Bd", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  border: 1px solid #cccccc;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-radius: 0px;
  padding-bottom: 8px;
}

.white-paper-form .hs-form input[type="checkbox"] {
  margin-right: 0.5em;
}

.white-paper-form .hs-form input[type="submit"] {
  display: block;
  width: 15%;
  padding: 0.75em;
  background-color: #003865;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  text-transform: uppercase;
}

.white-paper-form .actions {
  padding-top: 2%;
}

.white-paper-form select {
  font-family: "HelveticaNeue", sans-serif;
}
.white-paper-form textarea {
  padding-bottom: 7%;
}

.white-paper-form .hs-form input[type="submit"]:hover {
  background-color: #f94d50;
}

.white-paper-form ul.inputs-list {
  list-style-type: none;
  padding: 0;
}

.white-paper-form .legal-consent-container .hs-form-booleancheckbox-display p {
  color: #414042;
  font-family: "HelveticaNeueLTPro-Bd", sans-serif;
  font-size: 17px;
  line-height: 26px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  line-height: 1.14em;
}

.white-paper-form .hs-form-booleancheckbox input {
  height: 24px !important;
  width: 24px !important;
  margin-right: 0px !important;
}

.white-paper-form .hs-form label p {
  font-weight: 300;
}

.white-paper-form fieldset.form-columns-2 .hs-form-field {
  width: calc(100% - 40px) !important;

  float: left;
}

.white-paper-form .hs-input.invalid {
  border-bottom: 1px solid red;
}

.white-paper-form .formholder form label.hs-error-msg,
.formholder form .hs_error_rollup label {
  color: #f94d50;
  text-transform: none;
  font-weight: 300;
}

.white-paper-form .hs-error-msgs {
  margin-top: 0px;
}

.white-paper-form .hs-error-msgs.hs-error-msg {
  color: #f94d50;
  text-transform: none;
  font-weight: 300;
}

.white-paper-form .formholder form input {
  width: 100%;
}

.white-paper-form .hs-form-booleancheckbox-display {
  display: flex !important;
  align-items: center;
}

.white-paper-form .hs_referring_source .input:after {
  background-image: url(./images/lhs-dropdown-arrow@1x.svg);
}

.white-paper-form .hs-richtext {
  margin-top: 56px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.white-paper-form input.hs-button.primary.large {
  width: fit-content;

  border: 2px solid #003865;
  border-radius: 25px;
  height: 50px;
  padding: 5px 25px 0px 25px;
  white-space: nowrap;
  font-family: "HelveticaNeueLTPro-BdCn", sans-serif;
  font-size: 16px;
  letter-spacing: 2.2px;
  line-height: 31px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-paper-form input.hs-button.primary.large:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-color: rgba(0, 56, 101, 0);
  border-left-color: #003865;
  border-left-width: 8px;
  margin-top: -6px;
  margin-left: 8px;
  transition: all 0.3s linear;
}
.white-paper-form input.hs-button.primary.large:after {
  border-left-color: #fff;
}

.white-paper-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span {
  margin-left: 16px;
}

/* Responsive Design */
@media (min-width: 600px) {
  .white-paper-form .hs-form .form-columns-2 {
  }

  .white-paper-form .hs-form .hs-form-field {
    grid-column: span 1;
  }

  .white-paper-form .hs-form .full-width {
    grid-column: span 2;
  }

  .white-paper-form .hs-form .consent {
    display: flex;
    align-items: center;
  }

  .white-paper-form .hs-form .actions {
    grid-column: span 2;
  }
}

@media (max-width: 599px) {
  .white-paper-form .hs-richtext {
    font-size: 13px;
  }

  .white-paper-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;

    float: left;
  }
}

/* White paper landing */

.white-paper.occ-banner.article-library-banner {
  width: 100%;
  padding-top: 74.5px;
  padding-bottom: 64.5px;
}

@media screen and (max-width: 1200px) {
  .white-paper.occ-banner.article-library-banner {
    padding-top: 148px;
  }
}

.white-paper.occ-banner.article-library-banner .main-width {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
}

.white-paper.occ-banner.article-library-banner .main-width h2,
.white-paper.occ-banner.article-library-banner .main-width p {
  margin: 0;
}

.white-paper.occ-banner.article-library-banner .main-width h2 {
  font-size: 56px;
}

.white-paper.occ-banner.article-library-banner .main-width p {
  font-family: "HelveticaNeueLTPro-Roman", sans-serif;
  font-weight: normal;
}

.white-paper.info-hub-article-section p > strong {
  color: #003865;
  font-family: "Helvetica Neue";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 33px */
  letter-spacing: -0.4px;
}

.white-paper.info-hub-article-section p {
  color: #003865;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  max-width: 916px;
}

.white-paper.info-hub-article-section {
  padding-bottom: 140px;
  padding-top: 71px;
}

.white-paper .info-hub-articles {
  margin-top: 56px;
  gap: 32px;
  justify-content: flex-start;
}

.white-paper .health-article,
.white-paper .article-in-library {
  width: calc(33.333% - 22px);
  max-width: 432px;
  height: 241.5px;
  border-radius: 32px;
  overflow: hidden;
  opacity: 1;
  flex-direction: column;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .white-paper .health-article,
  .white-paper .article-in-library {
    width: calc(50% - 16px);
    max-width: none;
    height: auto;
  }
}

.white-paper .article-in-library img {
  width: 100%;
  height: 133.5px;
  object-fit: cover;
  border-radius: 0;
}

.white-paper .article-in-library .health-article-element-text,
.white-paper .health-article-element-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 108px;
  padding: 14px 38px 16px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 0;
  overflow: hidden;
}

.white-paper .health-article-element-text .tag {
  align-self: flex-start;
  flex-shrink: 0;
  margin: 0 0 10px;
  padding: 4px 10px 3px;
  font-size: 12px;
  line-height: 14px;
}

.white-paper .article-in-library .health-article-element-text h3,
.white-paper .health-article-element-text h3 {
  flex: 1;
  min-height: 0;
  width: 100%;
  font-family: "HelveticaNeueLTPro-Bd", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  #white-paper-landing .occ-banner.article-library-banner.info-hub-banner h2 {
    font-size: 56px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .white-paper.occ-banner.article-library-banner .main-width h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 992px) {
  .white-paper.occ-banner.article-library-banner .main-width h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .white-paper.info-hub-article-section {
    padding-top: 71px;
    padding-bottom: 70px;
  }

  #white-paper-landing .white-paper.occ-banner.article-library-banner {
    padding-top: 128px;
    padding-bottom: 48px;
  }

  #white-paper-landing .white-paper.occ-banner.article-library-banner .main-width h2 {
    font-size: 32px;
  }

  #white-paper-landing
    .white-paper.occ-banner.article-library-banner
    .main-width {
    gap: 16px;
  }

  .white-paper.info-hub-article-section p > strong {
    color: #003865;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 33px */
    letter-spacing: -0.4px;
  }

  .white-paper.info-hub-article-section p {
    color: #003865;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
    max-width: 916px;
    margin-bottom: 56px;
  }

  .white-paper .health-article,
  .white-paper .article-in-library {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .white-paper .health-article-element-text {
    width: 100%;
    height: auto;
    min-height: 96px;
    max-height: 120px;
    padding: 14px 24px 16px;
    overflow: hidden;
  }

  .white-paper .health-article-element-text .tag {
    margin-bottom: 8px;
  }

  .white-paper .health-article-element-text h3 {
    font-family: "HelveticaNeueLTPro-Roman", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
  }

  .white-paper .article-in-library img {
    height: calc(100vw / 1.5);
    max-height: 140px;
  }
}
@media screen and (max-width: 400px) {
  .info-hub-article-section.white-paper h2 {
      font-size: 20px;
  }
}