﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap");

.block-webform {
  max-width: 660px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

#user-login,
.nav.nav-tabs,
.profile {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  #user-login,
  .nav.nav-tabs,
  .profile {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #user-login,
  .nav.nav-tabs,
  .profile {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #user-login,
  .nav.nav-tabs,
  .profile {
    width: 1170px;
  }
}

.hidden {
  display: none !important;
}

.hider {
  visibility: hidden !important;
}

.clear {
  clear: both;
}

.test {
  border: 1px solid red;
}

.nowrap {
  white-space: nowrap;
}

p.mb-0 {
  margin-bottom: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  font-family: "Montserrat Light", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  font-size: 14px;
}

em {
  font-family: "Montserrat Light";
  font-style: italic;
  font-weight: normal;
}

strong {
  font-family: "Montserrat Semibold";
  font-style: normal;
  font-weight: normal;
}

strong em {
  font-family: "Montserrat Semibold";
  font-style: italic;
  font-weight: normal;
}

sup {
  font-size: 60%;
  line-height: 0;
}

a {
  color: #6f0a4b;
}

a:hover,
a:focus {
  color: #6f0a4b;
}

img.img-responsive {
  width: 100%;
}

br.desktop-only {
  display: inline;
}

.desktopOnly {
  display: inline;
}

.mobileOnly {
  display: none;
}

@media only screen and (max-width: 768px) {
  br.desktop-only {
    display: none;
  }

  .mobileOnly {
    display: inline;
  }

  .desktopOnly {
    display: none;
  }
}

ul {
  padding-left: 20px;
}

ul ul {
  margin-bottom: 10px;
}

.font-regular {
  font-family: "Montserrat Light";
  font-style: normal;
  font-weight: normal;
}

.font-regular em,
.font-regular i {
  font-family: "Montserrat Light";
  font-style: italic;
  font-weight: normal;
}

.font-bold {
  font-family: "Montserrat Semibold";
  font-style: normal;
  font-weight: normal;
}

.font-bold em,
.font-bold i {
  font-family: "Montserrat Semibold";
  font-style: italic;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  sup {
    font-size: 70%;
    vertical-align: -2px;
  }
}

a.button {
  background: #666;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px 10px;
  font-family: "Montserrat Semibold";
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.button.button--inline {
  display: inline-block;
}

a.button:hover {
  background: #555;
  color: #fff;
  text-decoration: none;
}

a.button.teal {
  background: #5bc4bf;
  color: #fff;
}

a.teal:hover {
  background: #4da8a4;
  color: #fff;
}

a.button.purple {
  background: #6d1c56;
  color: #fff;
}

a.purple:hover {
  background: #590f44;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  a.button {
    font-size: 16px;
    padding: 20px 15px;
  }
}

ul.custom-list {
  margin-left: 15px;
}

ul.custom-list li {
  margin-bottom: 20px;
  list-style: none;
}

ul.custom-list.custom-list-eligibilty {
  margin-left: 0;
  padding-left: 0;
  counter-reset: section;
}

ul.custom-list.custom-list-eligibilty li {
  position: relative;
  font-family: "Montserrat Light";
  padding: 7px 0 7px 35px;
  font-size: 11px;
  line-height: 1.1;
  margin-bottom: 10px;
}

ul.custom-list.custom-list-eligibilty li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  text-align: center;
  line-height: 26px;
  margin: -13px 0 0 0;
  font-family: "Montserrat Semibold";
  color: #fff;
  background: #6d1c56;
}

ul.custom-list.custom-list-eligibilty li strong {
  font-family: "Montserrat Semibold";
}

ul.custom-list.custom-list-brain {
  margin-left: 0;
  padding-left: 0;
  counter-reset: section;
}

ul.custom-list.custom-list-brain li {
  position: relative;
  font-family: "Montserrat Light";
  padding: 7px 0 7px 40px;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
}

ul.custom-list.custom-list-brain li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  text-align: center;
  line-height: 30px;
  margin: -15px 0 0 0;
  font-family: "Montserrat Semibold";
  color: #fff;
  background: #6d1c56;
}

ul.custom-list.custom-list-brain li strong {
  font-family: "Montserrat Semibold";
}

@media only screen and (min-width: 768px) {
  ul.custom-list.custom-list-eligibilty {
    padding-left: 20px;
  }

  ul.custom-list.custom-list-eligibilty li {
    font-size: 22px;
    padding: 15px 0 15px 96px;
    margin-bottom: 20px;
  }

  ul.custom-list.custom-list-eligibilty li:before {
    width: 66px;
    height: 66px;
    line-height: 66px;
    margin-top: -33px;
  }

  ul.custom-list.custom-list-brain li {
    font-size: 16px;
    padding-left: 50px;
  }
}

#block-system-help,
.region.region-help {
  display: none;
}

#highlighted {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  padding: 15px 0;
  z-index: 1;
}

#highlighted {
  box-shadow: 0 0 5px #ddd;
}

.page-header-container .page-header {
  border: 0;
  padding: 0;
  font-size: 34px;
  line-height: 1;
  font-family: "Montserrat Semibold";
  color: #6d1c56;
  margin-bottom: 0;
}

.node-faq-page {
  background: #fafafa;
}

.node-type-faq-page .page-header-container {
  position: relative;
  background: #fafafa;
  z-index: -1;
  padding-bottom: 30px;
}

.node-type-faq-page .page-header-container .page-header {
  margin-top: 40px;
  border: 0;
  padding: 0;
  font-size: 34px;
  line-height: 1;
  font-family: "Montserrat Semibold";
  color: #6d1c56;
}

.node-type-faq-page .field-name-field-body2 {
  margin-bottom: 40px;
  font-size: 14px;
}

.node-type-content-page .page-header-container {
  background: url("../images/bg/bg-generic.jpg") no-repeat 50% 0;
  padding: 25px 0 40px;
  min-height: 120px;
  background-size: cover;
}

.node-type-content-page .page-header-container .page-header {
  position: relative;
  color: #fff;
}

.node-type-content-page .page-header-container .page-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -20px;
  width: 170px;
  height: 4px;
  /* background: url("../images/icons/elements/icon-border-sectional.png") 0 0; */
  background-size: 100% auto;
}

.node-type-content-page .section-block {
  width: 100%;
  padding: 30px 0;
}

.node-callouts {
  padding: 30px 0;
}

.node-type-content-page .section-block h3,
.node-callouts h3 {
  font-family: "Montserrat Semibold";
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
}

body[class*="page-patient-support-confirmation"].node-type-content-page
  .section-block
  h3 {
  font-size: 18px;
  text-transform: none;
  color: #444444;
  margin-bottom: 0.8em;
}

.node-type-content-page .section-block p,
.node-type-content-page .section-block li {
  font-family: "Montserrat Light";
  font-size: 14px;
  line-height: 1.3;
}

.node-type-content-page .section-block .text-disclaimer {
  font-size: 80%;
}

.node-type-content-page .section-block.odd {
  background: #fafafa;
}

.node-type-content-page .section-block.even {
  background: #fff;
}

.node-type-common .page-header-container {
  position: relative;
  background: #fafafa;
  z-index: -1;
  padding-bottom: 30px;
}

.node-type-common .page-header-container .page-header,
.node-type-form-results .page-header-container .page-header {
  margin-top: 40px;
}

.node-type-common .node-common {
  position: relative;
  background: #fafafa;
  padding-bottom: 50px;
}

.node-type-form-page .page-header-container .page-header {
  position: relative;
  color: #fff;
}

.node-type-form-page .page-header-container .page-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -20px;
  width: 214px;
  height: 4px;
  background: url("../images/icons/elements/icon-border-sectional.png") 0 0;
}

.node-type-form-page .node-form-page {
  background: #5bc4bf;
  padding: 20px 0;
  color: #fff;
}

.node-type-form-page .node-form-page h3 {
  font-family: "Montserrat Semibold";
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}

.node-type-form-page .node-form-page .img-container {
  padding-right: 40px;
  margin-top: 60px;
}

.node-type-form-page .node-form-page img {
  width: 100%;
  max-width: 440px;
}

#node-33 {
  background: #fff;
  color: #565656;
}

#node-33 h3 {
  color: #565656;
}

#node-33 h3:first-child {
  margin-top: 0;
}

#node-33 p,
#node-33 li {
  font-size: 16px;
}

#node-48 p,
#node-48 li {
  font-size: 16px;
}

.node-type-form-page ul.custom-list.custom-list-eligibilty,
#savings-wrapper ul.custom-list.custom-list-eligibilty {
  margin-top: 20px;
}

.page-savings-card-confirmation .page-header-container .page-header {
  position: relative;
  color: #fff;
}

.page-savings-card-confirmation .page-header-container .page-header:after,
.page-savings-card-already-activated .page-header-container .page-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -20px;
  width: 214px;
  height: 4px;
  background: url("../images/icons/elements/icon-border-sectional.png") 0 0;
}

body[class*="page-patient-support-confirmation"] .page-header-container {
  background-position: 35% 50%;
  position: relative;
  padding: 25px 0 40px;
  min-height: 120px;
  background-size: cover;
}

body[class*="page-patient-support-confirmation"]
  .page-header-container
  .page-header {
  color: #ffffff;
  position: relative;
}

body[class*="page-patient-support-confirmation"]
  .page-header-container
  .page-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -20px;
  width: 214px;
  height: 4px;
  background: url("../images/icons/elements/icon-border-sectional.png") 0 0;
}
body[class*="page-patient-support-confirmation"] .callout-download {
  min-height: 133px;
  margin-bottom: 1.5rem;
}
body[class*="page-patient-support-confirmation"] .callout-download:last-child {
  margin-bottom: 0;
}
body[class*="page-patient-support-confirmation"]
  .callout-download
  .callout-title {
  font-size: 18px;
}
body[class*="page-patient-support-confirmation"]
  .callout-download
  .callout-body
  p {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  body[class*="page-patient-support-confirmation"] .callout-download {
    display: flex;
    align-items: center;
  }
  body[class*="page-patient-support-confirmation"] .callout-download a:before {
    background-size: 100px auto;
    background-position: -2px 0;
  }
}

@media only screen and (min-width: 380px) {
  #highlighted {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  #highlighted {
    font-size: 16px;
    padding: 12px 0;
  }

  #highlighted p {
    margin: 0 auto 7px auto;
    max-width: 900px;
  }

  #highlighted p:last-child {
    margin: 0 auto;
  }

  .page-header-container .page-header,
  .node-type-faq-page .page-header-container .page-header {
    font-size: 48px;
  }

  .node-type-faq-page .field-name-field-body2 {
    font-size: 16px;
  }

  .node-type-content-page .page-header-container {
    min-height: 300px;
    padding: 0;
  }

  .node-type-content-page .page-header-container .page-header {
    margin-top: 130px;
  }

  .page-savings-card-confirmation .page-header-container {
    min-height: 300px;
    padding: 0;
  }

  .page-savings-card-confirmation .page-header-container .page-header {
    margin-top: 130px;
  }

  body[class*="page-patient-support-confirmation"] .page-header-container {
    min-height: 300px;
    padding: 0;
  }

  body[class*="page-patient-support-confirmation"]n
    .page-header-container
    .page-header {
    margin-top: 130px;
  }

  body[class*="page-patient-support-confirmation"]
    .page-header-container
    .page-header:after,
  .page-savings-card-confirmation .page-header-container .page-header:after,
  .node-type-content-page .page-header-container .page-header:after,
  .node-type-form-page .page-header-container .page-header:after {
    margin-bottom: -40px;
    width: 214px;
  }

  body[class*="page-patient-support-confirmation"] .callout-download {
    min-height: 212px;
  }

  .node-type-content-page .section-block {
    padding: 50px 0;
  }

  .node-callouts {
    padding: 50px 0 40px;
  }

  .node-type-content-page .section-block h3,
  .node-callouts h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  body[class*="page-patient-support-confirmation"].node-type-content-page
    .section-block
    h3 {
    /* font-family: "Montserrat Bold"; */
    font-size: 35px;
    text-transform: none;
    margin-bottom: 0.2em;
  }

  .node-type-content-page .section-block p,
  .node-type-content-page .section-block li {
    font-size: 16px;
  }

  body[class*="page-patient-support-confirmation"].node-type-content-page
    .section-block
    h3
    + p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 30px;
  }

  .node-type-form-page .page-header-container .page-header {
    margin-top: 130px;
  }

  .node-type-form-page .node-form-page {
    padding: 50px 0;
  }

  .node-type-form-page .node-form-page h3 {
    font-size: 36px;
  }

  .node-type-form-page .node-form-page .img-container {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  body[class*="page-patient-support-confirmation"] .callout-download a {
    padding-right: 255px;
  }
}

.node-type-content-page .page-header-container,
.node-type-form-page .page-header-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body.page-node-19 .page-header-container {
  background-image: url("../images/bg/bg-about-epilepsy-m.jpg");
}

body.page-node-20 .page-header-container {
  background-image: url("../images/bg/bg-about-addontherapy-m.jpg");
}

body.page-node-21 .page-header-container {
  background-image: url("../images/bg/bg-briviact-whatis-m.jpg");
}

body.page-node-22 .page-header-container {
  background-image: url("../images/bg/bg-briviact-taking-m.jpg");
}

body.page-node-23 .page-header-container {
  background-image: url("../images/bg/bg-briviact-doctor-m.jpg");
}

body.page-node-25 .page-header-container {
  background-image: url("../images/bg/bg-safety2-m.jpg");
}

/* node-53 is the /savings page */
.page-savings-card-confirmation .page-header-container,
.node-type-form-page .page-header-container,
.node-53 .page-header-container,
.page-savings-card-already-activated .page-header-container {
  background-image: url("../images/bg/bg-savings-m.jpg");
}

body[class*="page-patient-support-confirmation"] .page-header-container,
.node-type-form-page.page-node-33 .page-header-container {
  background-image: url("../images/bg/bg-welcomekit-m.jpg");
}

body.page-node-26 .page-header-container {
  background-image: url("../images/bg/bg-caregivers-seizures-m.jpg");
}

body.page-node-27 .page-header-container {
  background-image: url("../images/bg/bg-caregiver-role-m.jpg");
}

body.page-node-28 .page-header-container {
  background-image: url("../images/bg/bg-caregiver-yourself-m.jpg");
}

body.page-node-29 .page-header-container {
  background-image: url("../images/bg/bg-resources-patients-m.jpg");
}

body.page-node-30 .page-header-container {
  background-image: url("../images/bg/bg-resources-fad-m.jpg");
  background-position: 41% 50%;
}

body.page-wib-pp .page-header-container {
  background-image: url("../images/bg/bg-whatisbriviact-pablo.jpg");
}

body.page-wib-pr .page-header-container {
  background-image: url("../images/bg/bg-whatisbriviact-ryan.jpg");
}

body.page-wib-pc .page-header-container {
  background-image: url("../images/bg/bg-whatisbriviact-carrie.jpg");
}

body.page-wib-pp .content li,
body.page-wib-pr .content li,
body.page-wib-pc .content li {
  margin-bottom: 10px;
}

body.page-wib-pp .callout-element-dl-discussion .callout-link,
body.page-wib-pr .callout-element-dl-discussion .callout-link,
body.page-wib-pc .callout-element-dl-discussion .callout-link {
  font-family: "Montserrat SemiBold" !important;
}
body.page-wib-pp .callout-element-dl-discussion .callout-body p,
body.page-wib-pr .callout-element-dl-discussion .callout-body p,
body.page-wib-pc .callout-element-dl-discussion .callout-body p {
  font-family: "Montserrat Regular" !important;
  margin-bottom: 10px !important;
}
body.page-wib-pp .callout-element-dl-discussion .callout-title,
body.page-wib-pr .callout-element-dl-discussion .callout-title,
body.page-wib-pc .callout-element-dl-discussion .callout-title {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 768px) {
  body.page-wib-pp .page-header-container {
    background-position: center right -110px;
    min-height: 146px;
  }
  body.page-wib-pr .page-header-container {
    background-position: center right -80px;
    min-height: 146px;
  }
  body.page-wib-pc .page-header-container {
    background-position: center right -95px;
    min-height: 146px;
  }

  body.page-wib-pp .page-header,
  body.page-wib-pr .page-header,
  body.page-wib-pc .page-header {
    max-width: 50%;
    line-height: 1.3;
  }

  body.page-wib-pp .doctor-discussion-section,
  body.page-wib-pr .doctor-discussion-section,
  body.page-wib-pc .doctor-discussion-section {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  body.page-wib-pp .doctor-discussion-section,
  body.page-wib-pr .doctor-discussion-section,
  body.page-wib-pc .doctor-discussion-section {
    padding: 50px 0 0;
  }

  .node-type-content-page .page-header-container,
  .node-type-form-page .page-header-container {
    background-size: auto 100%;
  }

  body.page-node-19 .page-header-container {
    background-image: url("../images/bg/bg-about-epilepsy.jpg");
  }

  body.page-node-20 .page-header-container {
    background-image: url("../images/bg/bg-about-addontherapy.jpg");
  }

  body.page-node-21 .page-header-container {
    background-image: url("../images/bg/bg-briviact-whatis.jpg");
  }

  body.page-node-22 .page-header-container {
    background-image: url("../images/bg/bg-briviact-taking.jpg");
  }

  body.page-node-23 .page-header-container {
    background-image: url("../images/bg/bg-briviact-doctor.jpg");
  }

  body.page-node-25 .page-header-container {
    background-image: url("../images/bg/bg-safety2.jpg");
  }

  /* node-53 is /savings */
  /* node-59 is /savings-card-already-activated */
  .node-type-form-page .page-header-container,
  .page-savings-card-confirmation .page-header-container,
  .node-53 .page-header-container,
  .page-savings-card-already-activated .page-header-container {
    background-image: url("../images/bg/bg-savings.jpg");
    height: 300px;
  }

  body[class*="page-patient-support-confirmation"] .page-header-container,
  .node-type-form-page.page-node-33 .page-header-container {
    background-image: url("../images/bg/bg-welcomekit.jpg");
  }

  body.page-node-26 .page-header-container {
    background-image: url("../images/bg/bg-caregivers-seizures.jpg");
    background-position: right center;
  }

  body.page-node-27 .page-header-container {
    background-image: url("../images/bg/bg-caregiver-role.jpg");
  }

  body.page-node-28 .page-header-container {
    background-image: url("../images/bg/bg-caregiver-yourself.jpg");
  }

  body.page-node-29 .page-header-container {
    background-image: url("../images/bg/bg-resources-patients.jpg");
  }

  body.page-node-30 .page-header-container {
    background-image: url("../images/bg/bg-resources-fad.jpg");
    background-position: 65% 50%;
  }
}

@media only screen and (max-width: 767px) {
  body.page-node-21 .page-header-container {
    background-position: left center;
  }

  .node-type-form-page .page-header-container {
    background-position: 35% 50%;
    padding: 25px 0 40px;
    min-height: 120px;
  }

  body.page-node-27 .page-header-container {
    background-position: 55% 50%;
  }

  body.page-node-28 .page-header-container {
    background-position: 75% 50%;
  }

  .page-savings-card-confirmation .page-header-container,
  .page-savings-card-already-activated .page-header-container {
    padding: 25px 0 40px;
    min-height: 120px;
    background-position: 35% 50%;
  }
}

.breadcrumb {
  display: none;
}

.front .main-container {
  background: #fff;
  padding: 44px 0;
}

.front .main-container {
  padding: 0;
}

.front .node-landing-page {
  background: url("../images/bg/bg-homepage-m.jpg") 50% 0 no-repeat;
  background-size: auto 500px;
}

.front .node-landing-page .container {
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}

.front .node-landing-page .text-homepage-hero {
  display: block;
  overflow: hidden;
  width: 100%;
  width: 250px;
  height: 475px;
  margin: 25px auto 0;
  text-indent: -9999px;
  background: url("../images/bg/bg-hero-text-purple.png") 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 0.98;
}

.front .node-landing-page .homepage-hero__text-wrapper {
  background: #efefef;
  width: calc(100% + 30px);
  position: relative;
  margin-left: -15px;
  padding: 30px 15px 0;
}

.front .node-landing-page .homepage-hero__text-wrapper::after {
  content: "";
  background: #efefef;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 50px;
}

.front .node-landing-page p {
  display: block;
  width: 100%;
  font-family: "Montserrat Semibold";
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 25px;
}

.front .node-landing-page a.button {
  width: 180px;
  float: left;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .front .main-container {
    background: #eee;
  }

  .front .node-landing-page {
    position: relative;
    width: 100%;
    height: 770px;
    overflow: hidden;
    background: #f8f8f6 url("../images/bg/bg-homepage.jpg") 50% 0 no-repeat;
    background-size: auto 100%;
  }

  .front .node-landing-page .container {
    padding-bottom: 0;
  }

  .front .node-landing-page .text-homepage-hero {
    width: 390px;
    height: 340px;
    margin: 30px 0 0;
    opacity: 1;
  }

  .front .node-landing-page .homepage-hero__text-wrapper {
    background: none;
  }

  .front .node-landing-page .homepage-hero__text-wrapper::after {
    display: none;
  }

  .front .node-landing-page p {
    width: 290px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 25px;
  }

  .front .node-landing-page a.button {
    width: 220px;
    font-size: 14px;
  }

  .front .hero-overlay {
    position: absolute;
    background: url("../images/bg/bg-hero-overlay.png") no-repeat 50% 0;
    top: 0;
    left: 50%;
    margin: 0 0 0 -960px;
    width: 1100px;
    height: 826px;
    z-index: 0;
  }

  .front .hero-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2000px;
    margin: 0 0 0 -2000px;
    background: url("../images/bg/bg-hero-overlay-rep.png");
  }
}

@media only screen and (min-width: 992px) {
  .front .node-landing-page {
    background-position: 50% 0;
  }

  .front .node-landing-page .text-homepage-hero {
    width: 450px;
    height: 380px;
  }

  .front .node-landing-page p {
    width: 400px;
    font-size: 16px;
  }

  .front .node-landing-page a.button {
    width: 280px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .front .node-landing-page .text-homepage-hero {
    width: 480px;
    height: 400px;
  }

  .front .node-landing-page p {
    width: 430px;
    font-size: 16px;
  }

  .front .hero-overlay {
    margin: 0 0 0 -1020px;
  }
}

@media only screen and (min-width: 1920px) {
  .front .node-landing-page {
    height: 820px;
    background-size: 100% auto;
    background-position: 50% 0;
  }
}

#ribbon-wrapper {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.59) -50%,
    rgba(255, 255, 255, 1) 10%
  );
}

/* #ribbon-wrapper::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  box-shadow: -0.7px 0.7px 57px 0 rgba(0, 0, 0, 0.59);
} */

@media only screen and (max-width: 767px) {
  #ribbon-wrapper {
    border-bottom: 60px solid #000;
  }
}

#ribbon-wrapper .container {
  position: relative;
}

.ribbon-container {
  color: #2d475c;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.ribbon-container.open {
  max-height: 400px;
}

.ribbon-inner {
  display: block;
  width: 100%;
  padding: 30px;
  color: #312f2e;
  margin: 0 auto;
}

.ribbon-inner .ribbon-text {
  display: block;
  color: #2d475c;
  text-align: center;
  margin-bottom: 30px;
}

.ribbon-button {
  text-align: center;
}

.ribbon-button .button {
  background: #2d475c !important;
  display: inline-block;
  padding: 20px 30px;
  margin: 0 0 4px 0;
}

.ribbon-trigger {
  position: absolute;
  width: 330px;
  background: url(../images/icons/ctas/ea-trigger-background.png) no-repeat;
  color: white;
  background-size: cover;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  padding: 16px 0;
  border-radius: 0 0 10px 10px;
  transition: all 0.2s;
  z-index: 100;
  background-position: -20px 0px;
}

.ribbon-trigger::before {
  content: "";
  display: inline-block;
  background: url(../images/icons/ctas/icon-epilepsy-ribbon.png) no-repeat;
  background-size: cover;
  height: 37px;
  position: absolute;
  width: 38px;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.ribbon-trigger::after {
  content: "";
  top: 37%;
  display: inline-block;
  background: url(../images/icons/ctas/icon-expand-arrow--teal.png) no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  width: 21px;
  height: 21px;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(180deg);
  right: 10px;
}

.ribbon-trigger:hover,
.ribbon-trigger:focus {
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  color: #ddd;
}

.ribbon-trigger strong {
  display: inline-block;
  text-align: left;
  width: 200px;
  margin: 0 0 0 90px;
  letter-spacing: -0.01em;
}

.ribbon-trigger small {
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

.ribbon-trigger.open::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (min-width: 768px) {
  .ribbon-inner .ribbon-text {
    display: inline-block;
    width: calc(100% - 370px);
    text-align: left;
    margin-bottom: 0;
  }

  .ribbon-inner .ribbon-button {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    float: right;
    margin-top: 20px;
  }

  #ribbon-trigger {
    right: 0;
    transform: none;
    background-position: -30px 0;
  }
}

.homepage-ctas {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 278px;
  overflow: hidden;
  background: #6f0a4b;
}

.homepage-ctas .container {
  padding: 0;
}

.homepage-ctas-item {
  position: relative;
  width: 100%;
  min-height: auto;
  padding: 80px 15px 90px 15px;
  float: left;
  display: block;
  text-align: center;
  color: #fff;
}

.homepage-ctas-item:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 48px;
  top: 0;
  left: 50%;
  margin: 20px 0 0 -30px;
}

.homepage-ctas-item.homepage-ctas-kit {
  background: url("../images/bg/bg-homepage-cta-rep.png") 50% 0;
}

.homepage-ctas-item.homepage-ctas-kit:before {
  background: url("../images/icons/ctas/icon-cta-kit.png") no-repeat 50% 0;
  background-size: auto 48px;
}

.homepage-ctas-item.homepage-ctas-inbox {
  background: url("../images/bg/bg-homepage-cta-rep.png") 50% 0;
}

.homepage-ctas-item.homepage-ctas-inbox:before {
  background: url("../images/icons/ctas/icon-cta-inbox.png") no-repeat 50% 0;
  background-size: auto 48px;
}

.homepage-ctas-item.homepage-ctas-prescription:before {
  background: url("../images/icons/ctas/icon-cta-prescription.png") no-repeat
    50% 0;
  background-size: auto 48px;
}

.homepage-ctas-item.homepage-ctas-resources:before {
  background: url("../images/icons/ctas/icon-cta-resources.png") no-repeat 50% 0;
  background-size: auto 48px;
}

.homepage-ctas-item span.cta-title {
  display: block;
  font-family: "Montserrat Semibold";
  font-size: 14px;
  margin-bottom: 10px;
}

.homepage-ctas-item span.cta-body {
  display: block;
  font-family: "Montserrat Regular";
  font-size: 12px;
  margin-bottom: 0px;
}

.homepage-ctas-item a.button {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 30px -100px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .homepage-ctas-item {
    width: 33%;
    min-height: 360px;
    padding: 104px 20px 90px 20px;
  }

  .homepage-ctas-item:before {
    width: 70px;
    height: 70px;
    margin: 26px 0 0 -35px;
  }

  .homepage-ctas-item.homepage-ctas-prescription:before {
    background-size: auto 62px;
  }

  .homepage-ctas-item.homepage-ctas-kit:before {
    background-size: auto 62px;
  }

  .homepage-ctas-item.homepage-ctas-inbox:before {
    background-size: auto 62px;
  }

  .homepage-ctas-item.homepage-ctas-resources:before {
    background-size: auto 62px;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-ctas-item {
    width: 33%;
    min-height: 365px;
    padding: 104px 25px 90px 25px;
  }

  .homepage-ctas-item span.cta-title {
    font-size: 16px;
  }

  .homepage-ctas-item span.cta-body {
    font-size: 14px;
  }

  .homepage-ctas-item a.button {
    width: 240px;
    margin: 0 0 30px -120px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .homepage-ctas-item {
    width: 33%;
    min-height: 345px;
  }
}

.section-block.section-ctas {
  background: #6f0a4b;
  padding: 0;
  height: auto;
  overflow: hidden;
}

.section-block.section-ctas .container {
  width: 100%;
}

.section-block.section-ctas h3 {
  display: none;
}

.section-block.section-ctas p {
  font-family: "Montserrat Semibold";
  text-align: center;
}

.section-block.section-ctas ul {
  width: 50%;
  float: left;
}

.section-block.section-ctas ul li {
  font-size: 14px;
}

.section-block.section-ctas .section-ctas-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 0;
  padding: 94px 15px 30px 15px;
  color: #fff;
}

.section-block.section-ctas .section-ctas-item .inner {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.section-block.section-ctas .section-ctas-item.icon-med {
  background: url(../images/bg/bg-homepage-cta-rep.png) 50% 0;
}

.section-block.section-ctas .section-ctas-item:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 48px;
  top: 0;
  left: 50%;
  margin: 20px 0 0 -30px;
}

.section-block.section-ctas .section-ctas-item.icon-low:before {
  background: url("../images/icons/ctas/icon-cta-low.png") no-repeat 50% 0;
  background-size: 60px 48px;
}

.section-block.section-ctas .section-ctas-item.icon-med:before {
  background: url("../images/icons/ctas/icon-cta-med.png") no-repeat 50% 0;
  background-size: 60px 48px;
}

.section-block.section-ctas .section-ctas-item.icon-high:before {
  background: url("../images/icons/ctas/icon-cta-high.png") no-repeat 50% 0;
  background-size: 60px 48px;
}

@media only screen and (max-width: 767px) {
  .section-block.section-ctas .container {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .section-block.section-ctas .section-ctas-item {
    width: 33%;
    padding: 94px 15px 50px 15px;
    min-height: 350px;
  }

  .section-block.section-ctas .section-ctas-item .inner {
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  .section-block.section-ctas .section-ctas-item {
    padding: 94px 15px 30px 15px;
    min-height: 290px;
  }

  .section-block.section-ctas .section-ctas-item .inner {
    width: 280px;
  }

  .ribbon-inner .ribbon-text {
    padding-left: 80px;
    padding-right: 60px;
  }
}

.isi-container {
  padding-top: 40px;
}

.isi-container .container {
  position: relative;
}

.isi-container .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: -30px 0 0 15px;
  width: 214px;
  height: 4px;
  /* background: url("../images/icons/elements/icon-border-sectional.png") 0 0 no-repeat */
}

.region-isi-content h2 {
  font-family: "Montserrat Semibold";
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}

.region-isi-content h2:first-child {
  color: #6f0a4b;
  text-transform: uppercase;
  margin-top: 0;
}

.region-isi-content p,
.region-isi-content li {
  font-size: 16px;
  line-height: 1.2;
}

.region-isi-content p.subheading {
  margin-top: 25px;
}

.region-isi-content ul {
  padding-left: 20px;
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  .isi-container {
    padding-top: 60px;
  }

  .isi-container .container:before {
    margin: -50px 0 0 15px;
  }

  .region-isi-content p.subheading {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .region-isi-content h2 {
    font-size: 13px;
    line-height: 18px;
  }

  .region-isi-content p,
  .region-isi-content li {
    font-size: 13px;
    line-height: 18px;
  }

  .region-isi-content ul {
    margin-left: 10px;
  }
}

.footer {
  position: relative;
  background: #232323;
  color: #fff;
  border-top: 6px solid #6f0a4b;
  margin-top: 45px;
  font-size: 11px;
  line-height: 1.5;
  overflow: hidden;
}

.page-important-safety-information .footer {
  margin-top: 0;
}

.footer .container {
  position: relative;
  padding-bottom: 0;
  padding-left: 95px;
}

.footer .container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #464646;
  border-top: 1px solid #000;
  margin: 0 15px;
}

.footer .footer-logo-container {
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px 0 0 15px;
  display: block;
  width: 52px;
  height: 52px;
  z-index: 2;
}

.footer .footer-supplementary-logo-container {
  margin: 0 0 30px;
  height: auto;
  overflow: hidden;
  float: none;
}

.footer .footer-supplementary-logo-container a {
  float: left;
  margin: 0 30px 0 0;
}

.footer .footer-supplementary-logo-container .footer-logo-ucbcares {
  margin-top: 5px;
  width: 116px;
}

.footer span.job-code {
  display: inline;
  position: relative;
}

.footer span.job-code::after {
  content: "";
  display: inline;
}

#footer-menu {
  margin-bottom: 30px;
}

#footer-menu li {
  display: block;
  float: left;
  width: 100%;
}

#footer-menu li a {
  position: relative;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  padding: 5px 0;
}

#footer-menu li a:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 -8px 0 0;
  display: none;
}

#footer-menu li.last a:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .footer {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 95px;
  }

  .footer .container {
    padding-bottom: 30px;
    padding-left: 95px;
  }

  .footer .container:after {
    display: block;
  }

  .footer .footer-logo-container {
    margin: 0px 0 0 15px;
  }

  .footer .footer-supplementary-logo-container {
    position: relative;
    margin: 0 0 20px;
    float: right;
    z-index: 1;
  }

  .footer .footer-supplementary-logo-container a {
    margin: 0;
  }

  .footer .footer-supplementary-logo-container .footer-logo-ucbcares {
    margin-top: 0;
  }

  .footer span.job-code::after {
    display: none;
  }

  #footer-menu li {
    display: inline-block;
    float: none;
    width: auto;
  }

  #footer-menu li a {
    font-size: 14px;
    line-height: 1;
    padding: 0;
  }

  #footer-menu li a:after {
    display: block;
    margin-top: 2px;
  }
}

@media only screen and (min-width: 992px) {
  #footer-menu {
    max-width: 800px;
  }
}

.btn {
  border-radius: 0;
  letter-spacing: 0;
}

.btn.btn-nowapproved-cta {
  padding: 16px 10px 16px 56px;
  color: #fff;
  width: 330px;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}

.btn.btn-nowapproved-cta {
  position: relative;
  background: #711a45 no-repeat 14px 12px;
  border: 3px solid #711a45;
}

.btn-nowapproved-cta.cta-pi {
  background-image: url("../images/icons/ctas/icon-download.png");
}

.btn-nowapproved-cta.cta-medguide {
  background-image: url("../images/icons/ctas/icon-download.png");
}

.btn-nowapproved-cta.cta-press-release {
  background-image: url("../images/icons/ctas/icon-download.png");
  margin-bottom: 0;
}

.btn-nowapproved-cta:hover,
.btn-nowapproved-cta:focus {
  background-position: 14px -68px;
  background-color: #f5f5f5;
  color: #711a45 !important;
  border: 3px solid #711a45;
}

.btn-nowapproved-cta.icon-download-asset {
  background-image: url("../images/icons/ctas/icon-download.png");
}

.btn-nowapproved-cta.icon-external-link {
  background-image: url("../images/icons/ctas/icon-external-link.png");
}

.ie .btn.btn-nowapproved-cta {
  color: #fff !important;
  width: 360px !important;
}

.btn.btn-scroll-top {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  background: #e84f42;
  color: #fff;
  margin: -79px 15px 0 0;
  padding: 14px 50px 0px;
  border: 0;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-nowapproved-cta {
    width: 100%;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .btn-nowapproved-cta.cta-press-release {
    margin-bottom: 0;
  }

  .btn.btn-scroll-top {
    display: none;
  }
}

.modal {
  text-align: center;
  color: #000000;
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-header {
  padding: 45px 10px 0 10px;
  border: 0;
  position: relative;
}

.modal .modal-header .close {
  background: url("../images/icons/ctas/icon-modal-close.png") no-repeat 50% 50%;
  opacity: 1;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.modal .modal-header .close:focus-visible {
  outline: none;
}

.modal .modal-header .modal-title {
  color: inherit;
  font-size: 24px;
  font-family: "Montserrat Semibold", Arial, sans-serif;
  line-height: 1.1;
  width: 100%;
  text-align: center;
  white-space: normal;
}

.modal .modal-body {
  color: inherit;
  font-size: 12px;
  padding: 15px 10px 20px 10px;
  border: 0;
}

.modal .modal-footer {
  padding: 0 20px 45px 20px;
  border: 0;
}

.modal .modal-footer-text {
  padding: 0 45px 45px 45px;
  font-size: inherit;
  color: inherit;
}

.modal .modal-footer .btn-group {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.modal .modal-footer .btn-group .button {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.modal .modal-footer .btn-group .button:last-child() {
  margin-bottom: 0;
  margin-top: 15px;
}

.modal .modal-footer .btn-group .button + .button {
  margin-left: 0;
  margin-top: 10px;
}

.modal.modal-new-indication {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
}

.modal.modal-new-indication .subhead {
  color: #2d475c;
}

.modal.modal-new-indication .modal-content {
  border-radius: 12px;
  margin: 20px 0;
}

.modal.modal-new-indication .modal-header {
  padding: 0;
  height: 45px;
}

.modal.modal-new-indication .modal-header .close {
  background: url("../images/icons/ctas/icon-ctool-modal-close.png") no-repeat
    50% 50%;
  background-size: 20px 20px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.modal.modal-new-indication .modal-header .modal-title {
  display: none;
}

.modal.modal-new-indication .modal-custom-header-image {
  padding: 0 20px;
  max-width: 360px;
  margin: 0 auto;
}

.modal.modal-new-indication .modal-custom-header-image img {
  width: 100%;
}

.modal.modal-new-indication .modal-body {
  padding: 15px 20px 24px 20px;
}

.modal.modal-new-indication .modal-footer {
  padding: 0 20px 20px 20px;
  border: 0;
}

.modal.modal-new-indication .modal-footer-text {
  padding: 0 20px 30px 20px;
  font-size: inherit;
}

.modal.modal-new-indication .modal-footer-text p {
  margin-bottom: 5px;
}

.modal.modal-new-indication .modal-footer-text p:last-child {
  margin-bottom: 0;
}

.modal.modal-new-indication .modal-footer-text a {
  color: inherit;
  font-family: "Montserrat Regular", Arial, sans-serif;
  text-decoration: underline;
}

.modal.modal-new-indication .modal-footer .btn-group {
  text-align: center;
  margin-top: 0;
}

.modal.modal-new-indication .modal-footer .btn-group a.button {
  width: 180px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  display: block;
  white-space: normal;
  float: none;
  background: #2d475c;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  font-family: "Montserrat Regular", Arial, sans-serif;
  padding-top: 11px;
  margin: 0 auto 10px;
  vertical-align: top;
}

.modal.modal-new-indication .modal-footer .btn-group a.button:last-child {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 440px) {
  .modal .modal-footer .btn-group .button {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .modal {
    padding: 0 10px;
  }

  .modal .modal-dialog {
    min-width: 600px;
    max-width: 1170px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 100px;
  }

  .modal .modal-header {
    padding: 45px 45px 0 45px;
  }

  .modal .modal-header .modal-title {
    font-size: 30px;
  }

  .modal .modal-header .close {
    top: 10px;
    right: 10px;
  }

  .modal .modal-body {
    font-size: 16px;
    padding: 15px 45px 20px 45px;
  }

  .modal .modal-footer {
    padding: 0 0 45px 0;
  }

  .modal .modal-footer .btn-group {
    margin-top: 30px;
  }

  .modal .modal-footer .btn-group .button {
    max-width: 330px;
  }

  .modal .modal-footer .btn-group .button + .button {
    margin-left: 16px;
    margin-top: 0;
  }

  .modal.modal-new-indication {
    font-size: 11px;
    line-height: 14px;
  }

  .modal.modal-new-indication .modal-dialog {
    min-width: auto;
    max-width: 570px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 100px;
  }

  .modal.modal-new-indication .modal-custom-header-image {
    max-width: 570px;
    width: 100%;
    padding: 0 50px;
  }

  .modal.modal-new-indication .modal-header {
    height: 30px;
  }

  .modal.modal-new-indication .modal-body {
    padding: 35px 50px 40px 50px;
    font-size: inherit;
    line-height: inherit;
  }

  .modal.modal-new-indication .modal-footer {
    padding: 0 50px 50px 50px;
    float: left;
    width: 100%;
  }

  .modal.modal-new-indication .modal-footer-text {
    padding: 0 50px 40px 50px;
  }

  .modal.modal-new-indication .modal-footer .btn-group a.button {
    display: inline-block;
    margin: 0 5px;
    padding-bottom: 11px;
    overflow: hidden;
    float: none;
    cursor: pointer;
    text-decoration: none;
  }

  .modal.modal-new-indication .modal-footer .btn-group a.button:last-child {
    margin: 0 5px;
  }
}

.isi-bar {
  width: 100%;
  height: auto;
  min-height: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  overflow: hidden;
  background: #424242;
  border-top: 3px solid #5c003b;
  z-index: 1000;
  margin-bottom: -1px;
}

.isi-bar .container {
  position: relative;
}

.isi-bar .isi-bar-title {
  font-family: "Montserrat Light";
  background: none;
  float: left;
  width: 100%;
  height: auto;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1;
  padding: 15px 0px 5px 0;
  cursor: pointer;
}

.isi-bar .isi-bar-viewmore {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -12px 0 0 0;
  width: auto;
  height: 20px;
  background: url("../images/icons/ctas/icon-isi-trigger-down.png") no-repeat
    center top;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1001;
}

.isi-bar .isi-bar-viewmore:hover {
  text-decoration: none;
}

.isi-bar .isi-bar-content {
  float: left;
  width: 100%;
  max-height: 71px;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.isi-bar .isi-bar-content p,
.isi-bar .isi-bar-content h2,
.isi-bar .isi-bar-content h3,
.isi-bar .isi-bar-content h4 {
  font-size: 13px;
  line-height: 1.1;
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
}

.isi-bar.belowISI {
  display: none;
}

@media only screen and (min-width: 768px) {
  .isi-bar .isi-bar-title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .isi-bar .isi-bar-viewmore {
    font-size: 14px;
    width: 55px;
    height: 40px;
    margin-top: -10px;
    right: 15px;
    background-size: 30px auto;
  }

  .isi-bar .isi-bar-content {
    max-height: 74px;
  }

  .isi-bar .isi-bar-content .container {
    height: auto;
    padding-right: 20px;
  }

  .isi-bar .isi-bar-content p {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .isi-bar .isi-bar-content p:last-child {
    line-height: 1.15;
  }
}

@media only screen and (max-width: 767px) {
  .isi-bar .isi-bar-viewmore {
    background-size: 18px auto;
    padding-top: 12px;
  }

  .isi-bar .isi-bar-content p strong {
    display: inline-block;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 320px) {
  .isi-bar .isi-bar-viewmore {
    right: 7px;
  }
}

.field-name-field-accordion-group-title {
  font-family: "Montserrat Semibold";
  font-size: 16px;
  margin: 40px 0 20px;
  text-transform: uppercase;
}

.accordion-container {
  margin: 40px 0;
}

.accordion-container .accordion-element {
  position: relative;
  margin-bottom: 10px;
}

.accordion-container .accordion-element .accordion-title {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 20px 60px 20px 25px;
  font-family: "Montserrat Semibold";
  font-size: 16px;
  text-transform: uppercase;
  color: #6d1c56;
  background: #e8eaed;
  cursor: pointer;
}

.accordion-container .accordion-element .accordion-title:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  overflow: hidden;
  background: url("../images/icons/ctas/icon-accordion-menu.png") 10px 50%
    no-repeat;
}

.accordion-container .accordion-element .accordion-content {
  padding: 35px 25px;
}

.js .accordion-container .accordion-content {
  display: none;
}

.accordion-container .accordion-element.open .accordion-title {
  background: #6d1c56;
  color: #fff;
}

.accordion-container .accordion-element.open .accordion-title:before {
  background-position: -90px 50%;
}

.accordion-container .accordion-element.open .accordion-content {
  display: block;
}

.accordion-container.eligibility-criteria {
  margin: 0;
}

.accordion-container.eligibility-criteria .accordion-element {
  margin-bottom: 0;
}

.accordion-container.eligibility-criteria .accordion-element .accordion-title {
  padding: 40px 0;
  font-size: 30px;
  line-height: 1;
  background: #6d1c56;
  color: #fff;
  text-align: center;
}

.accordion-container.eligibility-criteria
  .accordion-element
  .accordion-title:before {
  background: url("../images/icons/elements/icon-eligibility-accordion-states.png")
    no-repeat 0 36px;
  margin-right: 10px;
}

.accordion-container.eligibility-criteria
  .accordion-element.open
  .accordion-title:before {
  background: url("../images/icons/elements/icon-eligibility-accordion-states.png")
    no-repeat 0 -64px;
}

.accordion-container.eligibility-criteria
  .accordion-element
  .accordion-title
  .container {
  padding: 0 60px 0 20px;
}

.accordion-container .accordion-elements .accordion-content {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .field-name-field-accordion-group-title {
    font-size: 14px;
  }

  .accordion-container .accordion-element .accordion-title {
    font-size: 14px;
    padding: 15px 40px 15px 20px;
    height: auto;
    min-height: 40px;
    line-height: 1.2;
  }

  .accordion-container .accordion-element .accordion-title:before {
    background-size: auto 22px;
    background-position: 0 50%;
    width: 35px;
  }

  .accordion-container .accordion-element.open .accordion-title:before {
    background-position: -73px 50%;
  }

  .accordion-container .accordion-element .accordion-content {
    padding: 20px 15px;
  }

  .accordion-container.eligibility-criteria
    .accordion-element
    .accordion-title {
    font-size: 16px;
    padding: 30px 0;
  }

  .accordion-container.eligibility-criteria
    .accordion-element
    .accordion-title:before {
    margin-right: 5px;
    background-position: 0 26px;
    background-size: 20px auto;
    width: 20px;
  }

  .accordion-container.eligibility-criteria
    .accordion-element.open
    .accordion-title:before {
    background-position: 0 -26px;
    background-size: 20px auto;
  }

  .accordion-container.eligibility-criteria
    .accordion-element
    .accordion-title
    .container {
    padding: 0 30px 0 15px;
  }

  .accordion-container .accordion-element .accordion-content {
    font-size: 14px;
  }
}

@media only screen and (max-width: 420px) {
  .accordion-container.eligibility-criteria
    .accordion-element
    .accordion-title:before {
    margin-right: 5px;
    background-position: 0 20px;
    background-size: 20px auto;
    width: 20px;
  }
}

@media only screen and (max-width: 380px) {
  .accordion-container.eligibility-criteria
    .accordion-element
    .accordion-title {
    padding: 20px 20px;
  }
}

.tooltip.fade {
  display: none !important;
}

.tooltip-element {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #eee;
  z-index: 10;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
}

.tooltip-element .tooltip-icon {
  color: #fff;
  line-height: 25px;
  display: inline-block;
  font-family: "Montserrat Semibold", Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.tooltip-element .tooltip-body {
  display: none;
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: auto;
  padding: 10px;
  xborder: 1px solid #eee;
  text-align: left;
}

.tooltip-element.open .tooltip-body {
  display: block;
  background: #fafafa;
}

.tooltip-element {
  position: absolute;
  top: 0;
  right: -10px;
  border-radius: 50%;
  background: #6d1c56;
}

@media only screen and (min-width: 992px) {
  .tooltip-element {
    width: 40px;
    height: 40px;
  }

  .tooltip-element .tooltip-icon {
    font-size: 30px;
    line-height: 40px;
  }

  .tooltip-element .tooltip-body {
    font-size: 15px;
    padding: 10px;
    left: 50px;
    width: 200px;
  }

  .tooltip-element:hover .tooltip-body {
    display: block;
    background: #fafafa;
  }
}

.node-type-content-page .dos-and-donts-section {
  padding-bottom: 30px;
}

.node-type-content-page .how-briv-may-help-section {
  padding-top: 20px;
}

.page-node-29 p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.block-webform {
  max-width: 1000px;
}

.form-group {
  clear: both;
}

.form-item {
  position: relative;
}

.form-item.webform-component-checkboxes > .control-label {
  padding-left: 20px;
  display: block;
}

.form-item.webform-component-checkboxes .form-checkboxes {
  position: absolute;
  top: 0;
  left: 0;
}

.form-item .form-control {
  border-radius: 0;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.06);
  border: 2px solid #ededed;
  height: 40px;
  padding-right: 0px;
}

.form-item:not(#edit-ucb-briviact-sc-dob) select.form-control() {
  width: 32%;
  margin: 0;
  display: inline-block;
  background: none !important;
  padding-right: 0;
}

.form-item .form-control.valid {
  border: 2px solid #5bc4bf;
  background: url("../images/icons/elements/icon-form-states.png") no-repeat
    100% 5px;
  background-size: 40px auto;
}

.form-item .form-control.error {
  border: 2px solid #e32a2a;
  background: url("../images/icons/elements/icon-form-states.png") no-repeat
    100% -75px;
  background-size: 40px auto;
}

.node-45 .form-item .error {
  color: #c30000;
}

.node-45 .form-item .form-control.error {
  border-color: #c30000;
}

.node-45 .form-item .form-control.form-tel {
  margin-right: 1rem;
}
.node-45 .control-label {
  color: #444444;
}
.node-45 legend {
  color: #444444;
}
.node-45 .form-item-mobile-phone .control-label {
  margin-right: 1rem;
}
.node-45 #edit-disclaimer-text,
.node-45 .help-block {
  font-size: 13px;
  color: #444444;
  line-height: normal;
}
.node-45 .form-item-caregiver-disclaimer {
  margin-bottom: 0.4em;
}
.node-45 .custom-webform-wrapper .form-container .form-submit {
  height: 57px;
  line-height: 57px;
  /* font-size: 14px; */
  /* padding: 0 35px; */
  border-radius: 0;
  margin-top: 2rem;
}

.webform-calendar {
  float: right;
}

.custom-webform-wrapper {
  position: relative;
}

.custom-webform-wrapper h3 {
  margin: 0 0 30px 0;
}

.custom-webform-wrapper .savings-card-eligibility-form .form-error-alert,
#block-eligibilitychecker .savings-card-eligibility-form .form-error-alert {
  display: none;
  color: #e32a2a;
  padding-bottom: 20px;
  font-family: "Montserrat Semibold";
}

.custom-webform-wrapper .savings-card-eligibility-form h3,
#block-eligibilitychecker .savings-card-eligibility-form h3 {
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 20px;
  font-family: "Montserrat Semibold";
  color: #6d1c56;
}

.custom-webform-wrapper .savings-card-eligibility-form p,
#block-eligibilitychecker .savings-card-eligibility-form p {
  position: relative;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-right: 25px;
}

form#savings-card-eligibility-form {
  max-width: 560px;
  margin: 0 auto;
}

#savings-card-eligibility-form .radio,
#savings-card-eligibility-form .input-container {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
  width: 140px;
  border: 1px #000;
  padding: 0 5px;
}

#savings-card-eligibility-form input[type="radio"] {
  opacity: 0;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

#savings-card-eligibility-form .radio label {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #626262;
  font-family: "Montserrat Regular";
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0 5px 0 #ddd;
}

#savings-card-eligibility-form input[type="radio"]:checked + label {
  background: #6d1c56;
}

#savings-card-eligibility-form input[type="submit"] {
  background: #5bc4bf;
  width: 100%;
  max-width: 410px;
  height: 70px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  font-family: "Montserrat Semibold";
  font-size: 16px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
}

.custom-webform-wrapper .savings-card-eligibility-noteligible {
  background: #fafafa;
  padding: 60px 0;
  color: #565656;
}

.custom-webform-wrapper .savings-card-eligibility-noteligible h3 {
  margin-bottom: 20px;
  font-family: "Montserrat Semibold";
  font-size: 36px;
}

.custom-webform-wrapper .savings-card-eligibility-noteligible p,
.custom-webform-wrapper .savings-card-eligibility-noteligible li {
  font-family: "Montserrat Regular";
  font-size: 16px;
}

.custom-webform-wrapper .savings-card-eligibility-eligible {
  background: #fafafa;
  padding: 30px 0;
  color: #565656;
}

.custom-webform-wrapper .savings-card-eligibility-eligible h3 {
  margin-bottom: 20px;
  font-family: "Montserrat Semibold";
  font-size: 30px;
}

.custom-webform-wrapper .savings-card-eligibility-eligible p,
.custom-webform-wrapper .savings-card-eligibility-eligible li {
  font-family: "Montserrat Regular";
  font-size: 14px;
  line-height: 1.4;
}

.savings-card-eligibility-pap {
  background: #fafafa;
  padding: 60px 0;
  color: #000;
}

.savings-card-eligibility-pap h3 {
  margin-bottom: 20px;
  font-family: "Montserrat Semibold";
  font-size: 16px;
}

.savings-card-eligibility-pap p,
.savings-card-eligibility-pap li {
  font-family: "Montserrat Light";
  font-size: 16px;
}

.block-webform {
  padding: 30px 0;
}

.custom-webform-wrapper .form-container input[type="submit"],
.custom-webform-wrapper .form-container .form-submit {
  background: #5bc4bf;
  width: 100%;
  max-width: 470px;
  height: 70px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  font-family: "Montserrat Semibold";
  font-size: 16px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.dosingchartImg {
  max-width: 671px;
}

@media only screen and (min-width: 768px) {
  .form-item .form-control {
    height: 50px;
    padding-right: 60px;
    max-width: 400px;
  }

  .form-item
    select.form-control:not(#edit-ucb-briviact-sc-dob-month):not(
      #edit-ucb-briviact-sc-dob-day
    ):not(#edit-ucb-briviact-sc-dob-year) {
    width: 28%;
    padding-right: 0;
    max-width: 130px;
  }

  .form-item .form-control.valid {
    background-position: 100% 7px;
    background-size: 50px auto;
  }

  .form-item .form-control.error {
    background-position: 100% -93px;
    background-size: 50px auto;
  }

  .webform-calendar {
    float: none;
    display: inline-block;
  }

  .custom-webform-wrapper .savings-card-eligibility-form h3,
  #block-eligibilitychecker .savings-card-eligibility-form h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .custom-webform-wrapper .savings-card-eligibility-form p,
  #block-eligibilitychecker .savings-card-eligibility-form p {
    font-size: 16px;
    padding-right: 0;
  }

  #savings-card-eligibility-form .radio,
  #savings-card-eligibility-form .input-container {
    width: 210px;
  }

  #savings-card-eligibility-form input[type="submit"] {
    font-size: 24px;
    width: 410px;
    height: 100px;
    line-height: 100px;
  }

  .custom-webform-wrapper .savings-card-eligibility-eligible {
    padding: 60px 0;
  }

  .custom-webform-wrapper .savings-card-eligibility-eligible h3 {
    font-size: 36px;
  }

  .custom-webform-wrapper .savings-card-eligibility-eligible p,
  .custom-webform-wrapper .savings-card-eligibility-eligible li {
    font-size: 16px;
  }

  .custom-webform-wrapper .form-container input[type="submit"],
  .custom-webform-wrapper .form-container .form-submit {
    width: 470px;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
  }

  .node-45 .custom-webform-wrapper .form-container .form-submit {
    width: auto;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    padding: 0 35px;
    border-radius: 3px;
    margin-top: 1rem;
  }
}

.block-webform label {
  font-family: "Montserrat Semibold";
}

.block-webform .radio label {
  font-family: "Montserrat Light", Arial, sans-serif;
}

.email-savingsCard {
  font-family: "Montserrat Semibold";
}

.page-savings-card-confirmation .region-content h2.block-title,
.page-savings-card-already-activated h2.block-title {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "Montserrat Semibold";
  font-size: 25px;
  color: #565656;
}

.page-savings-card-already-activated h2.block-title {
  margin-top: 24px;
}

.page-savings-card-confirmation .region-content p,
.page-savings-card-confirmation .region-content li {
  font-family: "Montserrat Regular";
  font-size: 14px;
  color: #565656;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .page-savings-card-confirmation .region-content p,
  .page-savings-card-confirmation .region-content li {
    font-family: "Montserrat Semibold";
  }
}

a.pdfgen {
  background: #5bc4bf;
  display: inline-block;
  width: 100%;
  max-width: 470px;
  height: 70px;
  margin: 0 0 20px 0;
  padding: 0 28px;
  border-radius: 5px;
  font-family: "Montserrat Semibold";
  font-size: 13px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

body[class*="page-patient-support-confirmation"] .region-content {
  padding: 10px 0 20px;
}

@media only screen and (min-width: 768px) {
  .page-savings-card-confirmation .region-content p,
  .page-savings-card-confirmation .region-content li {
    font-size: 16px;
  }

  a.pdfgen {
    width: 470px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
  }

  .page-savings-card-confirmation .region-content h2.block-title {
    font-size: 36px;
  }

  .page-savings-card-already-activated h2.block-title {
    margin-top: 0;
    font-size: 30px;
  }

  body[class*="page-patient-support-confirmation"] .region-content {
    padding: 40px 0;
  }
}

.page-node-33 .form-container input[type="submit"]::after,
.page-node-33 .form-container .form-submit::after,
.page-node-11 .form-container input[type="submit"]::after,
.page-node-11 .form-container .form-submit::after {
  font-family: "loading-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  border-radius: 50%;
  color: white;
  opacity: 0;
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 12px;
  width: 18px;
  height: 18px;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.page-node-33 .form-container input[type="submit"].is-submitting::after,
.page-node-33 .form-container .form-submit.is-submitting::after,
.page-node-11 .form-container input[type="submit"].is-submitting::after,
.page-node-11 .form-container .form-submit.is-submitting::after {
  opacity: 1;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "Montserrat Light";
  src: url("../fonts/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-light-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-light-webfont.woff") format("woff"),
    url("../fonts/montserrat-light-webfont.ttf") format("truetype"),
    url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-regular-webfont.woff") format("woff"),
    url("../fonts/montserrat-regular-webfont.ttf") format("truetype"),
    url("../fonts/montserrat-regular-webfont.svg#montserratlight") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Semibold";
  src: url("../fonts/montserrat-semibold-webfont.eot");
  src: url("../fonts/montserrat-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-semibold-webfont.woff") format("woff"),
    url("../fonts/montserrat-semibold-webfont.ttf") format("truetype"),
    url("../fonts/montserrat-semibold-webfont.svg#montserratlight")
      format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-bold-webfont.woff") format("woff"),
    url("../fonts/montserrat-bold-webfont.ttf") format("truetype"),
    url("../fonts/montserrat-bold-webfont.svg#montserratlight") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "loading-icon";
  src: url("../fonts/loading-icon.eot?qb5m7u");
  src: url("../fonts/loading-icon.eot?qb5m7u#iefix") format("embedded-opentype"),
    url("../fonts/loading-icon.ttf?qb5m7u") format("truetype"),
    url("../fonts/loading-icon.woff?qb5m7u") format("woff"),
    url("../fonts/loading-icon.svg?qb5m7u#loading-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
  font-display: swap;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dots {
  position: absolute;
  top: 220px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .slick-dots {
    top: auto;
    bottom: 5px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dots li button:focus:before {
  opacity: 0.25;
}

.slick-dots li.slick-active button:focus:before {
  opacity: 0.75;
  color: #000;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .slick-track {
    display: flex;
  }
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: inherit;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Pediatric Modal updates */
.modal-pediatric {
  background-color: rgba(0, 0, 0, 0.85);
  text-align: left;
}

.pediatric_modal_show {
  display: block;
}

.modal-pediatric .modal-title,
.pediatric_modal_hidden {
  display: none !important;
}

.modal-pediatric .modal-header,
.modal-pediatric .modal-footer,
.modal-pediatric .modal-footer .btn-group {
  padding: 0px !important;
}

.modal-pediatric .modal-footer a:last-of-type {
  display: none !important;
}

.modal-pediatric .modal-content {
  display: flex;
  flex-direction: column;
}

.modal-pediatric .modal-content .modal-footer {
  order: 4 !important;
  padding-bottom: 50px !important;
}

.modal-pediatric .modal-content .modal-footer-text {
  order: 3 !important;
  padding: 12px 40px 0px !important;
}

.modal-pediatric .modal-body {
  background: url(/themes/custom/briviact/images/bg/pediatric-modal-bg.jpg) 0 0
    no-repeat;
  background-size: auto 507px;
  background-position: center right;
  height: 507px;
  padding: 0px 40px !important;
}

.modal-pediatric .modal-header .close {
  top: 3px;
  right: 0px;
  z-index: 1 !important;
  background-color: #fff;
}

.modal-pediatric .modal-header .close {
  width: 45px;
  height: 38px;
}

.modal-pediatric .modal-body h2 {
  font-size: 53px;
  font-family: "Montserrat Semibold";
  color: #32475a;
  margin-top: 60px;
  line-height: 1em;
  margin-bottom: 0px !important;
}

.modal-pediatric .modal-body h4 {
  font-size: 26px;
  font-family: "Montserrat Semibold";
  color: #32475a;
  line-height: 1.1em;
}

.modal-pediatric .modal-content .modal-footer .button {
  background: #642454 !important;
}

.modal-pediatric .modal-content .modal-footer .btn-group {
  margin-top: 10px;
}

.modal-pediatric .modal-body img {
  width: 185px;
  margin-top: 15px;
}

.modal-pediatric .modal-content .modal-footer-text p:first-of-type {
  font-size: 18px;
  line-height: 23px;
  color: #000;
}

.modal-pediatric .modal-content .modal-footer-text p:nth-child(2) {
  font-size: 15px;
  line-height: 1.1em;
  color: #000;
}

.modal-pediatric .modal-content .modal-footer-text p:last-of-type {
  position: absolute;
  left: 40px;
  bottom: 30px;
  font-size: 11px;
}

@media only screen and (max-width: 1076px) {
  .modal-pediatric .modal-body {
    background-size: auto 450px;
    height: 450px;
  }
}

@media only screen and (max-width: 992px) {
  .modal-pediatric .modal-body {
    background-size: auto 415px;
    height: 415px;
  }

  .modal-pediatric .modal-body h2 {
    /* font-size: 47px; */
    font-size: 4.3vw;
    margin-top: 45px;
  }

  .modal-pediatric .modal-body h4 {
    /* font-size: 20px; */
    font-size: 2.3vw;

    line-height: 1.1em;
    margin-top: 5px;
  }

  .modal-pediatric .modal-body img {
    width: 170px;
  }
}

@media only screen and (max-width: 865px) {
  .modal-pediatric .modal-body {
    background-size: auto 365px;
    height: 365px;
  }

  .modal-pediatric .modal-body h2 {
    margin-top: 35px;
  }

  .modal-pediatric .modal-content .modal-footer-text {
    padding: 12px 20px 0px !important;
  }

  .modal-pediatric .modal-body {
    padding: 0px 20px !important;
  }

  .modal-pediatric .modal-content .modal-footer-text p:last-of-type {
    left: 20px;
    bottom: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-pediatric .modal-body {
    background-size: auto 321px;
    height: 321px;
  }

  .modal-pediatric .modal-body img {
    width: 130px;
  }
}

@media only screen and (max-width: 690px) {
  .modal-pediatric .modal-body {
    background-size: auto 290px;
    height: 290px;
  }

  .modal-pediatric .modal-body h2 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 655px) {
  .modal-pediatric .modal-body {
    background-size: auto 273px;
    height: 273px;
  }
}

.modal-pediatric .modal-body p:last-of-type img {
  display: none;
}

@media only screen and (max-width: 576px) {
  .modal-pediatric .modal-body {
    background: none !important;
    padding: 0px !important;
    height: auto;
  }

  .modal-pediatric .modal-body p:last-of-type img {
    width: 100%;
    position: relative;
    margin-top: -64px !important;
    display: block;
  }

  .modal-pediatric .modal-body p:first-of-type img {
    position: relative;
    z-index: 1 !important;
    margin-left: 20px;
    width: 120px;
    top: -10px;
  }

  .modal-pediatric .modal-body h2 {
    padding: 0px 20px !important;
    font-size: 24px !important;
    margin-top: 20px;
  }

  .modal-pediatric br {
    display: none !important;
  }

  .modal-pediatric .modal-body h4 {
    padding: 0px 20px !important;
    font-size: 17px !important;
  }

  .modal .modal-footer .btn-group .button {
    width: 90%;
  }

  .modal-pediatric .modal-content .modal-footer-text p {
    font-size: 10px !important;
    line-height: 1.3em !important;
  }

  .modal-pediatric .modal-content .modal-footer-text p:last-of-type {
    font-size: 8px !important;
    line-height: 1em !important;
  }

  .modal-pediatric .modal-content .modal-footer-text {
    padding: 0px 20px 0px !important;
  }

  .modal-pediatric .modal-content .modal-footer {
    padding-bottom: 40px !important;
    margin-top: -10px;
  }
}

.pediatric_modal_show {
  overflow-y: auto;
}

/* .bodyOverflowHidden {
  overflow: hidden !important;
} */

#block-interstitialcovid19 {
  display: none !important;
}

.page-home .ribbon-trigger::before {
  background-image: url(../images/icons/elements/clipboard.png);
  height: 38px;
  width: 29px;
  left: 20px;
}

/* medisafe callout */
.callout-element.medisafe_callout a::before {
  display: none !important;
  width: 0px;
  height: 0px;
}

.callout-element.medisafe_callout a {
  padding: 0px !important;
  outline: none !important;
}

.callout-element.medisafe_callout {
  background: #fff;
  border: 5px solid #5bc3be;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  padding: 20px 35px !important;
}

.callout-element.medisafe_callout h2 {
  font-family: "Montserrat Semibold";
  color: #6f0a4b;
  font-size: 23px !important;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin: 0px 0px 10px !important;
  cursor: default !important;
}

.callout-element.medisafe_callout h2 sup {
  font-size: 12px !important;
  position: relative;
  top: -10px;
  left: 0px;
}

.callout-element.medisafe_callout h2 span {
  color: #414142;
}

.callout-element.medisafe_callout p {
  color: #414242;
  font-size: 14px !important;
  line-height: 20px;
  margin: 0px !important;
  cursor: default !important;
  width: 630px;
}

.callout-element.medisafe_callout a:hover {
  background: unset !important;
}

.callout-element.medisafe_callout ul {
  padding: 0px !important;
  position: absolute;
  bottom: 1px;
  right: 30px;
}

.callout-element.medisafe_callout ul li {
  list-style-type: none;
  display: inline-block;
}

.callout-element.medisafe_callout #medisafe_logo {
  position: absolute;
  /* top: 18px; */
  top: 10px;
  right: 103px;
  cursor: default !important;
}

@media only screen and (max-width: 1199px) {
  .callout-element.medisafe_callout h2 {
    width: 480px;
  }

  .callout-element.medisafe_callout p {
    width: 420px;
  }

  .callout-element.medisafe_callout ul {
    bottom: 7px;
  }

  .callout-element.medisafe_callout #medisafe_logo {
    top: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .callout-element.medisafe_callout ul {
    right: 5px;
  }

  .callout-element.medisafe_callout #medisafe_logo {
    right: 83px;
  }

  .callout-element.medisafe_callout h2 {
    width: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .callout-element.medisafe_callout ul,
  .callout-element.medisafe_callout #medisafe_logo {
    position: relative;
    top: unset !important;
    right: unset !important;
  }

  .callout-element.medisafe_callout ul {
    margin-left: 4px;
  }

  .callout-element.medisafe_callout {
    padding: 30px 10px 20px !important;
    margin-top: 30px !important;
  }

  .callout-element.medisafe_callout br {
    display: none !important;
  }

  .callout-element.medisafe_callout #medisafe_logo {
    margin: 30px 0px 20px;
  }

  .callout-element.medisafe_callout p,
  .callout-element.medisafe_callout h2 {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .callout-element.medisafe_callout h2 {
    width: 250px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.callout-element.callout-element-dl-medisafe
  a[data-was-processed="true"]:before {
  background-image: url(/themes/custom/briviact/images/icons/ctas/medisafe_callout_img.png);
}

.callout-element.callout-element-dl-sp_Entendiendo
  a[data-was-processed="true"]:before {
  background-image: url(/themes/custom/briviact/images/icons/ctas/Entendiendo-la-epilepsia-img.jpg);
}

.isiMedisafeP {
  display: none;
  position: relative;
}

.isiMedisafeP span {
  position: absolute;
  left: -6px;
  top: 0px;
}

@media only screen and (max-width: 767px) {
  .isiMedisafeP span {
    left: -5px;
  }

  /* .footerBr {
    display: none;
  } */
}

.page-savings .isiMedisafeP,
.page-being-a-caregiver .isiMedisafeP,
.page-side-effects .isiMedisafeP,
.page-frequently-asked-questions .isiMedisafeP,
.page-taking-briviact .isiMedisafeP,
.page-what-is-briviact .isiMedisafeP,
.page-tools-resources .isiMedisafeP {
  display: block !important;
}

@media only screen and (max-width: 1200px) {
  .homePageBr {
    display: none;
  }
}

.page-recursos-en-español .region-header h1.page-header,
.page-medisafe-app .region-header h1.page-header {
  display: none;
}

body.page-recursos-en-español .page-header-container {
  background-image: url(/themes/custom/briviact/images/bg/bg-resources-espanol.jpg);
}

body.page-medisafe-app .page-header-container {
  background-image: url(/themes/custom/briviact/images/bg/bg-medisafe-app.jpg);
}

.page-recursos-en-español .page-header-container .container h1.page-header {
  color: #2e475b !important;
  margin-top: 112px !important;
}

.page-medisafe-app .page-header-container .container h1.page-header {
  display: none !important;
}

.page-medisafe-app .page_banner_header {
  position: relative;
  top: -270px;
  border: 0;
  padding: 0;
  font-size: 34px;
  line-height: 1;
  font-family: "Montserrat Semibold";
  margin-bottom: 0;
  color: #fff !important;
  width: 700px;
}

.page-medisafe-app .page_banner_header h1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 100 !important;
}

.page-medisafe-app .page_banner_header h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -20px;
  width: 170px;
  height: 4px;
  background: url(/themes/custom/briviact/images/icons/elements/icon-border-sectional.png)
    0 0;
  background-size: 100% auto;
}

.medisafe_callout_container {
  width: 100%;
  display: flex;

  margin-top: -130px;
}

.medisafe_callout_left {
  width: 100%;
  height: 100%;
  position: relative;
  flex-basis: 25%;
  padding-right: 50px;
}

.medisafe_callout_right {
  width: 100%;
  height: 100%;
  flex-basis: 75%;
}

.medisafe_callout_left img {
  width: 656px;
  position: relative;
  margin-left: -214px;
}

.medisafe_callout_right h3 {
  font-size: 30px !important;
  font-family: "Montserrat Light" !important;
  line-height: 1.1em !important;
  color: #2e475b !important;
  margin-bottom: 20px !important;
}

.medisafe_callout_right h3 strong {
  font-family: "Montserrat Semibold" !important;
}

.medisafe_callout_right p.p_medisafe,
.medisafe_callout_right li {
  color: #2e475b !important;
  /* font-size: 20px !important;
  line-height: 1.2em !important; */
  width: 418px;
}

.medisafe_callout_right ul li {
  margin-bottom: 20px;
}

.medisafe_callout_right p.p_medisafe {
  line-height: 1.35em !important;
}

.medisafe_callout_right .medisafe_app_gray_div {
  background: #f5f1ea;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  padding: 25px 20px 10px;
  width: 475px;
}

.medisafe_callout_right .medisafe_app_gray_div ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0px !important;
  margin: 0px !important;
  width: unset !important;
}

.medisafe_callout_right .medisafe_app_gray_div ul li:last-of-type {
  margin-top: -10px !important;
  margin-left: 10px !important;
}

.medisafe_callout_right .medisafe_app_gray_div p {
  color: #414242 !important;
  margin-bottom: 20px !important;
}

.medisafe_callout_right .medisafe_app_gray_div ul {
  display: flex;
}

.medisafe_three_col {
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
}

.medisafe_inner_col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 33%;
}

.medisafe_inner_col img {
  width: 100px;
  margin-right: 15px;
}

.medisafe_inner_col_p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.medisafe_inner_col_p p {
  width: 100%;
  text-align: center;
  color: #6f0a4b !important;
  margin-bottom: 2px !important;
}

.medisafe_inner_col_center {
  position: relative;
  border-left: 1px solid #334659;
  border-right: 1px solid #334659;
}

.mid_banner {
  width: 100vw !important;
  padding: 0px !important;
}

.callout-element.callout-element-caregiver a:before {
  background-image: url(/themes/custom/briviact/images/icons/ctas/icon-callout-caregiver.png) !important;
}

.callout-element.callout-element-caring a:before {
  background-image: url(/themes/custom/briviact/images/icons/ctas/icon-callout-caring.png) !important;
}

.medisafe_callout p a {
  text-decoration: underline !important;
  color: #000000 !important;
  font-size: 14px;
  margin-top: 20px;
}

.callout-element.medisafe_callout #medisafe_logo {
  top: 34%;
  transform: translateX(-50%) !important;
  right: 0px !important;
}

.page-recursos-en-español
  .callout-element.callout-element-dl-understandingepilepsy
  a[data-was-processed="true"]:before {
  background-image: url(/themes/custom/briviact/images/icons/ctas/callout-espanol-1.jpg) !important;
}

.page-recursos-en-español
  .callout-element.callout-element-dl-seizurediary
  a[data-was-processed="true"]:before {
  background-image: url(/themes/custom/briviact/images/icons/ctas/callout-espanol-4.jpg) !important;
}

.page-recursos-en-español
  .callout-element.callout-element-dl-recordingseizures
  a[data-was-processed="true"]:before {
  background-image: url(/themes/custom/briviact/images/icons/ctas/callout-espanol-3.jpg) !important;
}

.page-recursos-en-español
  .callout-element.callout-element-dl-setgoals
  a[data-was-processed="true"]:before {
  background-image: url(/themes/custom/briviact/images/icons/ctas/callout-espanol-2.jpg) !important;
}

.callout-element.callout-element-dl-discussion
  a[data-was-processed="true"]:before {
  background-image: url(/themes/custom/briviact/images/icons/ctas/icon-callout-dl-discussion.png);
}

.callout-element.callout-element-dl-discussion .callout-link {
  color: #5bc4bf !important;
}

.callout-element.callout-element-dl-discussion a {
  padding: 40px 0 30px 280px !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.section-block.even .callout-element.callout-element-dl-discussion {
  background: white !important;
  border-bottom: 3px solid #5bc4bf;
}

.callout-element.callout-element-dl-discussion a:before {
  background-color: transparent !important;
  background-position: bottom !important;
  width: 250px !important;
}

@media only screen and (max-width: 768px) {
  .container .callout-element.callout-element-dl-discussion a {
    padding: 20px 0 100px !important;
    text-align: center !important;
  }

  .container .callout-element.callout-element-dl-discussion a:before {
    width: 100% !important;
  }

  .callout-element.callout-element-dl-discussion
    a[data-was-processed="true"]:before {
    background-image: url(/themes/custom/briviact/images/icons/ctas/icon-callout-dl-discussion-mobile.png);
    background-size: 250px;
  }

  .callout-element.callout-download .callout-title,
  .callout-element.callout-download .callout-body p,
  .callout-element.callout-download .callout-body p.callout-link {
    font-size: 14px !important;
  }
}
.ucb-cares sup {
  vertical-align: 0;
  font-size: 75%;
}

.ucb-cares .small-caps {
  font-size: 10px;
}

.ucb-cares .blue {
  color: #204b8f;
}
.ucb-cares h3 {
  font-size: 24px;
  font-family: "Montserrat Bold";
  font-weight: normal;
  color: #6b4584;
  line-height: 1.33;
  text-align: left;
  margin-bottom: 0;
}
.ucb-cares h4 {
  font-size: 20px;
  font-family: "Montserrat Semibold";
  color: #204b8f;
  line-height: 28px;
}
.ucb-cares-callout {
  background-color: rgba(103, 106, 106, 0.1);
  text-align: center;
  padding: 3rem 0;
}
.ucb-cares-callout .icon-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.ucb-cares-callout .icon-item {
  width: 33%;
  padding: 4rem 0 0;
}

.ucb-cares-details {
  padding: 2rem 0;
  background-color: #fafafa;
}

.ucb-cares-details h3 {
  margin-bottom: 4rem;
}
.ucb-cares-details .footnote {
  font-size: 12px;
}

.ucb-cares-details .list-item {
  display: flex;
  align-content: center;
  flex-direction: row;
  margin: 4rem 0;
}

.ucb-cares-details .list-item img {
  margin-right: 2rem;
}

.ucb-cares-details .list-item p {
  margin: auto 0;
}

.ucb-cares-contact {
  background-color: #6b4584;
  padding: 3rem 0;
}
.ucb-cares-contact h3 {
  color: white;
  margin-bottom: 2rem;
  text-align: center;
}

.ucb-cares-contact p {
  color: white;
  margin-bottom: 0.2em;
}
.ucb-cares-contact p + p {
  font-size: 14px;
}
.ucb-cares-contact a {
  color: white;
  text-decoration: underline;
}

.ucb-cares-contact .container {
  text-align: center;
}
.ucb-cares-contact .contact-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.ucb-cares-contact .contact-item {
  width: 33%;
  min-width: 300px;
  min-height: 150px;
}
.ucb-cares-contact .contact-item img {
  margin: 1rem;
}

.ucb-cares-reference {
  margin: 4rem 0;
  color: #4c5c65;
}

.ucb-cares-reference .container > sup {
  position: absolute;
  top: initial;
  padding-top: 0.5rem;
  font-size: 8px;
}
.ucb-cares-reference .container > sup:first-of-type {
  font-size: 12px;
  padding-top: 0.9rem;
}

.ucb-cares-reference p {
  margin-left: 0.5rem;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .ucb-cares h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .ucb-cares-details h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .ucb-cares-callout .container > img {
    width: 65%;
    margin: auto;
    min-width: 285px;
  }
  .ucb-cares-callout .container > h3 {
    text-align: left;
  }

  .ucb-cares-callout .icon-container {
    flex-flow: column;
    align-items: center;
  }
  .ucb-cares-callout .icon-item {
    width: auto;
  }
  .ucb-cares-callout .icon-item br {
    display: none;
  }

  .ucb-cares-contact .contact-container {
    flex-flow: column;
    align-items: center;
  }
  .ucb-cares-contact .contact-item:last-child {
    margin-bottom: 0;
  }
  .ucb-cares-contact .contact-item {
    width: auto;
    margin-bottom: 2rem;
  }
  .ucb-cares-contact p {
    font-size: 16px;
  }

  .ucb-cares-details img {
    max-height: 68px;
    max-width: 68px;
    margin: auto 2rem auto 0;
  }
}

.callout-element.medisafe_callout {
  padding: 15px 134px 20px !important;
}

.callout-element.medisafe_callout > a {
  pointer-events: none;
  cursor: default;
}

#medisafe_logo img {
  width: 200px !important;
}

.page-medisafe-app .medisafe_callout_container {
  margin-top: -240px !important;
}

@media only screen and (max-width: 1199px) {
  .medisafe_callout_right .medisafe_app_gray_div {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .medisafe_callout_right h3 br {
    display: none;
  }

  .medisafe_callout_right p.p_medisafe,
  .medisafe_callout_right li {
    width: 100%;
  }

  .medisafe_callout_left {
    padding-right: 0px;
  }

  .medisafe_callout_left img {
    width: 400px;
    position: relative;
    margin-left: -154px;
    margin-right: 20px;
  }

  .medisafe_inner_col:first-of-type {
    margin-right: 8px;
  }

  .callout-element.medisafe_callout #medisafe_logo {
    right: -64px !important;
  }

  #medisafe_logo img {
    width: 160px !important;
  }
}

.mobile_br {
  display: none;
}

.mobile_h3 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .medisafe_callout h2 {
    width: 250px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .mobile_h3 {
    display: block;
    font-size: 30px !important;
    font-family: "Montserrat Light" !important;
    line-height: 1.1em !important;
    color: #2e475b !important;
    margin-bottom: 20px !important;
  }

  .mobile_h3 strong {
    font-family: "Montserrat Semibold" !important;
  }

  .desktop_h3,
  .mobile_h3 br {
    display: none;
  }

  .page-recursos-en-español .page-header-container .container h1.page-header {
    margin-top: 0px !important;
  }

  .mobile_br {
    display: block;
  }

  .callout-element.medisafe_callout {
    padding: 15px 10px 40px !important;
  }

  .callout-element.medisafe_callout #medisafe_logo {
    right: unset !important;
    left: 50%;
  }

  .callout-element.medisafe_callout h2 {
    width: 280px !important;
  }

  .page-medisafe-app .medisafe_callout_container {
    margin-top: -235px !important;
    flex-direction: column;
  }

  .medisafe_callout_left,
  .medisafe_callout_right {
    flex-basis: 100% !important;
  }

  .medisafe_callout_left img {
    width: 100% !important;
    position: relative;
    margin-left: -80px;
    left: 50% !important;
    transform: translateX(-50%);
    margin-bottom: 20px;
  }

  .page-medisafe-app .page_banner_header {
    position: relative;
    top: -208px;
    width: 262px;
  }

  .page-medisafe-app .page_banner_header h1 {
    font-size: 27px;
  }

  .page-medisafe-app .page-header-container {
    padding: 130px 0 40px !important;
  }
}

@media only screen and (max-width: 576px) {
  .medisafe_three_col {
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .medisafe_inner_col_center {
    position: relative;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #334659;
    border-bottom: 1px solid #334659;
    margin: 35px 0px;
    padding: 35px 40px !important;
  }

  .medisafe_inner_col:first-of-type {
    margin-right: 0px;
  }

  .medisafe_inner_col_p {
    width: 110px;
  }

  .medisafe_inner_col_p br {
    display: none;
  }

  .medisafe_inner_col {
    justify-content: space-around;
    align-items: center;
    flex-basis: 33%;
    padding: 0px 40px;
  }
}

@media only screen and (max-width: 500px) {
  .medisafe_app_gray_div ul {
    display: flex;
    flex-direction: column !important;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .medisafe_app_gray_div ul li:last-of-type {
    position: relative;
    left: -4px;
    padding-top: 20px !important;
  }

  .medisafe_callout_left img {
    margin-left: -53px;
  }
}

@media only screen and (max-width: 420px) {
  .accordion-container.eligibility-criteria
    .accordion-element
    .accordion-title:before {
    background-position: 0 25px;
  }
}

.section-block.even.how_does_briviact_work_section {
  margin-top: -70px !important;
}

.section-block.odd.learn_more_section_block_odd {
  padding-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .section-block.even.how_does_briviact_work_section {
    margin-top: -40px !important;
  }
}

@media only screen and (min-width: 768px) {
  .page-recursos-en-español #block-globaldisclaimer p {
    max-width: 944px !important;
  }

  .page-recursos-en-español .herramientas_section_block {
    margin-top: -25px !important;
  }

  .page-recursos-en-español .safetymenulink#spanishMaterials {
    color: #6f0a4b !important;
  }

  .page-recursos-en-español .dropdown.resources,
  .page-recursos-en-español .dropdown.resources a.dropdown-toggle {
    background: #6f0a4b !important;
    color: #fff !important;
  }
}

.page-recursos-en-español .espanol_callout_bottom h3 {
  color: #6f0a4b;
  font-family: "Montserrat Semibold";
  line-height: 42px;
  font-size: 36px;
}

/* .page-recursos-en-español .espanol_callout_bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: -30px 0 0 0px;
  width: 214px;
  height: 4px;
  background: url(/themes/custom/briviact/images/icons/elements/icon-border-sectional.png)
    0 0;
} */

.page-recursos-en-español .espanol_callout_bottom {
  position: relative;
}

.page-recursos-en-español .espanol_callout_bottom a {
  color: #2e475b !important;
  text-decoration: none !important;
  font-family: "Montserrat Regular";
  line-height: 21.6px;
  font-size: 18px;
  position: relative;
  outline: none !important;
  border: 0px !important;
}

.page-recursos-en-español .espanol_callout_bottom a img {
  margin-left: 5px;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .page-recursos-en-español .espanol_callout_bottom a img {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }

  .page-recursos-en-español .espanol_callout_bottom a {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-right: 30px !important;
  }

  .page-savings ul.custom-list.custom-list-eligibilty li {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 500px) {
  .page-partial-onset-seizures .header-section h1 {
    line-height: 1.05;
    margin-top: 10px;
  }
}

.header-section__heading {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
}

.isi-bar {
  min-height: 216px;
  background-color: #fff !important;
}

.isi-bar .isi-bar-content .container p {
  color: #000 !important;
}

.isi-bar .isi-bar-viewmore {
  color: #000 !important;
}

.isi-bar .isi-bar-title,
.isi-bar .isi-bar-title span {
  color: #6f0a4b !important;
  font-weight: bold !important;
}

/* Set max-height for .isi-bar-content at >=768px only once and use the intended value */
@media only screen and (min-width: 768px) {
  .isi-bar .isi-bar-content {
    max-height: 222px;
  }
}

.page-site-map article.node-common {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
}

@media only screen and (min-width: 992px) {
  #node-18 .melanie-quote {
    background-position: 200% 0;
  }
}

@media only screen and (min-width: 768px) {
  #node-18 .melanie-quote {
    background-position: 370% 0;
  }
}
