*, *:before, *:after {
  box-sizing: border-box;
}

.hs-resources-container-wrapper .hs-fullContentVideo p strong {
  color: #005456;
  font-weight: 600;
  font-size: 18px;

}
.hs-resources-container-wrapper .video-with-callout {
  margin-top: 0 !important;
}
.hs-resources-container-wrapper .instruction-section p strong {
  font-size: 18px;
  font-weight: 600;
  color: #005456;
}

.hs-resources-container-wrapper  .hs_angled_callout_group {
  margin-bottom: 60px;
}


.hs-resources-container-wrapper .hs_angled_callout_group .angled-callout-wrapper {
    margin-bottom: 0;
}

.scroll-content .isi-block ul {
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding-left: 15px;
}
.scroll-content .isi-block ul li {
    margin-bottom: 0;
    margin-top: 4px;
}


@media(min-width:768px){
  .hs-resources-container-wrapper .hs_angled_callout_group .angled-callout-wrapper:after {
    right: -67px;
    width: 68px;
  }
  .hs-resources-container-wrapper  .hs_angled_callout_group .angled-callout-wrapper {
    width: calc(100% - 68px);
  }
  .scroll-content .isi-block ul {
      margin-bottom: 1rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
   margin: 0 auto;
   padding: 0 20px;
}

@media screen and (min-width: 1380px) {
   .content-wrapper {
      padding: 0;
   }
}

.dnd-section > .row-fluid {
   margin: 0 auto;
}

.dnd-section .dnd-column {
   padding: 0 20px;
}

@media (max-width: 767px) {
   .dnd-section .dnd-column {
      padding: 0;
   }
}

.row {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
}
.col-7 {
   -ms-flex: 0 0 58.333333%;
   flex: 0 0 58.333333%;
   max-width: 58.333333%;
}

.col-5 {
   -ms-flex: 0 0 41.666667%;
   flex: 0 0 41.666667%;
   max-width: 41.666667%;
}

.col-2 {
   -ms-flex: 0 0 16.666667%;
   flex: 0 0 16.666667%;
   max-width: 16.666667%;
}
.col-8 {
   -ms-flex: 0 0 66.666667%;
   flex: 0 0 66.666667%;
   max-width: 66.666667%;
}
.col-2 {
   -ms-flex: 0 0 16.666667%;
   flex: 0 0 16.666667%;
   max-width: 16.666667%;
}

.p-0 {
   padding: 0!important;
}
.col-12 {
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}




@media (min-width: 768px){
   .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
   }

   .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
   }
   .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
   }
   .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
   }
   .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
   .d-md-none {
      display: none!important;
   }
}
@font-face { 
  font-family: Montas; 
  src: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montas-Bold.woff2) format("woff2"), 
    url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montas-Bold.woff) format("woff"); 
  font-style: normal; 
  font-weight: 700; 
}

@font-face { 
  font-family: Montserrat; 
  src: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-Regular.woff2) format("woff2"), 
    url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-Regular.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400; 
}

@font-face { 
  font-family: Montserrat; 
  src: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-Italic.woff2) format("woff2"), 
  url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-Italic.woff) format("woff");
  font-style: italic; 
  font-weight: 400; 
}

@font-face { 
  font-family: Montserrat; 
  src: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-Medium.woff2) format("woff2"), 
    url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-Medium.woff) format("woff"); 
  font-style: normal; 
  font-weight: 500;
}

@font-face { 
  font-family: Montserrat; 
  src: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-SemiBold.woff2) format("woff2"), 
    url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-SemiBold.woff) format("woff"); 
  font-style: normal; 
  font-weight: 600; 
}

@font-face { 
  font-family: Montserrat; 
  src: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-Bold.woff2) format("woff2"), 
    url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/fonts/Montserrat-Bold.woff) format("woff"); 
  font-style: normal; 
  font-weight: 700;
}

body {
  line-height: 1.3;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover {
    text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

h1 {
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.2;
}
h2 {
    font-weight: 700;
    margin-bottom: 30px;
}
h3 {
    font-weight: 600;
    color: #ec008c;
}
h4 {
    font-weight: 600;
}
h5 {
    color: #ec008c;
    font-weight: 700;
}


@media (max-width: 767px) {
  h1 {
      margin-bottom: 20px;
      line-height: 1.2;
  }
  h3 {
      margin-bottom: 20px;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

img, svg {
    vertical-align: middle;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: none;
  border-bottom: solid 1px;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 6px 5px 5px;
  width: 100%;
  display: block;
  margin-top: 0.25rem;
  line-height: 1.3;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}
.hs-error-msgs label,
.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: normal;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    min-width: 220px;
    color: #fff;
    width: auto;
    text-decoration:none !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
   padding-right: 1rem;
   padding-left: 1rem;
}
.header {
   padding: 0;
   position: relative;
   z-index: 7;
   margin-left: -15px;
   margin-right: -15px;
   min-height: 147px;
}
.break-out {
   position: relative;
   width: 100vw;
   left: calc((-100vw - -100%)/2);
}
.header .upper-header {
   background: #fff;
   padding: 0 15px;
   font-size: 12px;
   line-height: 1.3;
   margin: 0;
   position: relative;
   z-index: 1;
}
.header .upper-header.fixed {
   position: fixed;
   width: 100%;
   z-index: 1;
   max-width: 100%;
   top: 0;
   left: 0;
}
.align-items-center {
   -ms-flex-align: center!important;
   align-items: center!important;
}

.header .upper-header .upper-header-wrap {
   width: 100%;
   max-width: 1050px;
   margin: 0 auto;
   padding: 10px 0;
}

.prof-only-copy p {
   color: #000;
   font-weight: 500;
   margin: 0;
}
.header .upper-header .header-links {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   position: relative;
   z-index: 1;
}
.header-links .hs-menu-wrapper > ul > li {
   padding-right: 15px;
   padding-left: 15px;
}
.header-links .hs-menu-wrapper > ul > li > a {
   color: #000;
   font-weight: 300;
   display: block;
   text-decoration: underline;
}
.header .sub-header {
   height: 80px;
   margin: 0;
   background-color: #fff;
}
.header .sub-header.fixed {
   position: fixed;
   width: 100%;
   z-index: 1;
   max-width: 100%;
   top: 67px;
   left: 0;
}

.header .sub-header .sub-header-wrap {
   width: 100%;
   max-width: 1100px;
   margin: 0 auto;
}

.align-self-center {
   -ms-flex-item-align: center!important;
   align-self: center!important;
}

.header .sub-header .header-logo-wrap {
   padding: 0 0 0 15px;
}

.header_logo img {
   width: 120px !important;
   display: block;
   margin: 0 auto;
   vertical-align: middle;
   max-width: 100%;
}
.main-navigation {
   font-size: 14px;
}

.navbar {
   position: relative;
   padding: 0.5rem 1rem;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.main-navigation div {
   padding-top: 0;
   padding-bottom: 0;
}
.site_menu .navigation-primary > ul {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}

.site_menu .navigation-primary > ul {
   min-height: 80px;
   height: 79px;
}
.site_menu .navigation-primary > ul > li {
   pointer-events: auto;
   position: relative;
   text-align: center;
}

.site_menu .navigation-primary > ul > li > a {
   color: #000;
   font-weight: 600;
   padding: 0.5rem 1rem;
   text-decoration: none;
}

.site_menu .navigation-primary > ul > li > a {
   padding-right: 0;
   padding-left: 0;
}
.site_menu .navigation-primary > ul > li > a {
   display: block;
   padding: 0.5rem 1rem;
}
.site_menu .navigation-primary>ul>li>a:hover {
   color: #ec008c;
}

.site_menu .navigation-primary>ul>li.has-submenu>a:after {
   content: "";
   position: absolute;
   top: 13px;
   right: 2px;
   background: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/global-dropdown-arrow.svg);
   background-size: cover;
   width: 10px;
   height: 7px;
   border: 0!important;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}
.site_menu .navigation-primary>ul ul {
   position: absolute;
   top: 96%;
   left: 0;
   z-index: 1000;
   display: none;
   float: none;
   min-width: 10rem;
   padding: 0.5rem 0;
   margin: 0.125rem 0 0;
   font-size: 1rem;
   color: #212529;
   text-align: left;
   list-style: none;
   background-clip: padding-box;
   border: 1px solid rgba(0,0,0,.15);
   border-radius: 0.25rem;
   background-color: hsla(0,0%,100%,.8);
}





.site_menu .navigation-primary>ul ul>li {
   pointer-events: auto;
   text-align: center;
}
.site_menu .navigation-primary>ul ul>li>a {
   font-size: 14px;
   text-transform: none;
   color: #000;
   font-weight: 600;
   padding: 0.5rem 1rem;
   text-decoration: none;
   display: block;
}




.site_menu .navigation-primary>ul ul>li>a:hover {
   color: #ec008c;
}

.form-container {
   position: absolute;
    top: -12.5px;
   right: 0;
   background: #fff;
   padding: 0;
   font-weight: 600;
   color: #000;
   z-index: 5;
}

.navbar-toggler-icon {
   display: inline-block;
   width: 1.5em;
   height: 1.5em;
   vertical-align: middle;
   content: "";
   background: no-repeat 50%;
}
.open .navbar-toggler-icon {
   background-image: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/global-menu-close-icon-pink.svg);
   background-size: 24px 26px;
}
.navbar-toggler {
   display: none;
}

.mobile_menu {
   display: none;
}
.lp_header .upper-header.break-out.fixed {
   min-height: 35px;
}
.form-container .form-wrap {
   overflow: hidden;
   -ms-overflow-style: none;
   scrollbar-width: none;
   max-width: 380px;
   height: 60px;
   padding: 10px;
   width: 180px;
   outline: none;
}

.form-container .form-header {
   position: relative;
   cursor: pointer;
   min-height: 55px;
   background-color: #8f1c58;
   color: #fff;
   margin: -10px -10px 0;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   z-index: 2;
}
.form-container .form-wrap {
   width: 180px;
   height: 55px;
   padding: 10px;
   overflow: hidden;
   -ms-overflow-style: none;
   scrollbar-width: none;
   max-width: 380px;
}
.form-container .form-wrap.active {
   border: 1px solid #ccc;
   -webkit-box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
   box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
   overflow: scroll;
   position: relative;
}
.active .form-container .form-wrap {
   border: 1px solid #ccc;
   -webkit-box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
   box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
   overflow: scroll;
   position: relative;
   height: auto;
   padding: 15px 40px 15px 15px;
   width: 380px;
   outline: none;
   overflow: hidden;
}
.active .form-container .form-wrap .form-header {
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   background-color: #8f1c58;
}

.form-container .form-wrap .form-title {
   padding-top: 0;
   margin-bottom: 0;
   text-align: center;
   max-width: 120px;
   color: #FFF;
}

.active .form-container .form-wrap .form-title {
   max-width: 340px;
   font-size: 18px;
   text-align: left;
   padding: 10px;
}
.form-container .required-text {
   margin-top: 20px;
   margin-bottom: 0;
}
.popup_form form .hs-form-field > label{
   margin-top: 8px;
   cursor: default;
   -webkit-transform: translateY(1px);
   transform: translateY(1px);
   display: inline-block;
   margin-bottom: 0.5rem;
   font-weight: 600;
   color: #000;
}
.popup_form .input[type=text], input[type=email] {
   padding: 12px 6px 5px 0;
   background: transparent;
   width: 100%;
   border: 0;
   border-bottom: 1px solid #000;
   margin-bottom: 1%;
   color: #000;
   border-radius: 0;
}

.popup_form .hs-form-field {
   margin: 0;
}
.hs_preferred_method_of_contact > label {
   font-size: 12px;
   margin-bottom: 0 !important;
   width: 100%;
   max-width: 100%;
   padding: 0;
   padding-top: 10px;
   line-height: inherit;
   white-space: normal;
   margin-top: 0 !important;
}
.popup_form .hs-fieldtype-radio .multi-container>li {
   margin-bottom:0 !important;
   margin-top:0 !important;
   display: inline-block !important;
   position: relative;

}
.popup_form .hs-fieldtype-radio .multi-container>li {
   margin-right: 5% !important;
}
.popup_form .hs-fieldtype-radio .multi-container>li input {
   height: 100%;
   width: 100%;
   border: 0;
   margin: 0;
   left: 0;
   top: 0;
   opacity: 0;
   position: absolute;
}
.popup_form .hs-fieldtype-radio .multi-container>li input {
   height: 100%;
   width: 100%;
   border: 0;
   margin: 0;
   left: 0;
   top: 0;
   opacity: 0;
   position: absolute;
}

.popup_form .hs-fieldtype-radio .multi-container>li input + span:before {
   border: 2px solid #8f1c58;
   vertical-align: middle;
   display: inline-block;
   position: relative;
   overflow: hidden;
   cursor: default;
   background: #fff;
   margin: 0 3px 0 0;
   height: 16px;
   width: 16px;
   content: '';
   border-radius: 9px;
}

.popup_form .hs-fieldtype-radio .multi-container>li input+span:after {
    background: #000;
    border-radius: 100%;
    content: "";
    display: block;
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    right: 3px;
    top: 50%;
    visibility: hidden;
    width: 6px;
    transform: translateY(-40%);
}



.popup_form .hs-fieldtype-radio .multi-container>li input:checked + span:after {
   opacity:1;
   visibility:visible;
}

.popup_form .hs-fieldtype-radio .multi-container>li label span {
   position: relative;
   font-weight: 600;
}
.form-container label {
   margin-top: 8px;
   cursor: default;
   -webkit-transform: translateY(1px);
   transform: translateY(1px);
}
.form-container .form-wrap .form-title:after {
   content: "";
   position: absolute;
   right: 20px;
   top: 6px;
   background: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/modal-close-button-white.svg);
   background-size: cover;
   width: 25px;
   height: 25px;
   display:none;
}
.active .form-container .form-wrap .form-title:after{
   display:block;
}

.hs-fieldtype-booleancheckbox {
   font-weight: 600;
}

.hs-fieldtype-booleancheckbox a {
   color: #000;
}
.overflow-hidden {
   overflow: hidden!important;
}

.scrollbar-thumb {
   background-color: #8f1c58!important;
   border-radius: 0!important;
}
.scrollbar-thumb-y {
   width: 12px!important;
}
.form-container .form-wrap.active .form-header {
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   background-color: #8f1c58;
}
.form-container .form-wrap.active .form-title {
   max-width: 340px;
   font-size: 18px;
   text-align: left;
   padding: 10px;
}
.scrollbar-track {
   background: hsla(0,0%,87.1%,0)!important;
}
.scrollbar-track-y { 
   background-color: #eceff2!important; 
}
.form-container .form-wrap.active .form-title:after {
   content: "";
   position: absolute;
   display:block!important;
   right: 20px;
   top: 6px;
   background: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/modal-close-button-white.svg);
   background-size: cover;
   width: 25px;
   height: 25px;
}

.popup_form form .hs-form-required {
    display: none;
}

.child_tigger {
   cursor: pointer;
}
@media (max-height: 1000px){
 .form-container .form-wrap.active {
      max-height: calc(100vh - 80px);
   }
}

@media (max-height: 800px){
   .form-container .form-wrap.active {
/*       max-height: calc(100vh - 80px); */
		 max-height: 560px;
   }
   .form-container .form-wrap.active .scrollbar-thumb.scrollbar-thumb-y {
      height: 440px!important;
   }
   .form-container .form-wrap.active .scrollbar-track-y {
      top: 80px!important;
      height: calc(100% - 50px)!important;
      right: 15px!important;
   }
}
@media (max-height: 800px),(max-width:991px) {
   .form-container .form-wrap.active .form-header {
      margin:-10px -35px 0 -10px
   }
}
@media screen and (min-width: 48em){
   .header {
      padding-right: 0;
      padding-left: 0;
   }
}

@media (min-width: 768px){
   .header {
      min-height: 131px;
   }
   .header .upper-header {
      max-height: 35px;
      margin-bottom: 5px;
   }
   .header .upper-header .header-links {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
   }
   .header .sub-header {
      min-height: 91px;
      height: 90px;
   }
   .header .sub-header.fixed {
      top: 35px;
   }
   .site_menu .navigation-primary>ul ul {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 4;
   }
   .active .form-container .form-wrap .form-title {
      padding: 10px 15px;
   }
   .form-container .form-wrap .form-title:after {
      top: 15px;
   }
   .form-container .form-wrap.active .form-title {
      padding: 10px 15px;
   }
   .form-container .form-wrap.active .form-title:after {
      top: 15px;
   }
  .header .upper-header .header-links:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -10px;
      width: 100%;
      max-width: 568px;
      height: 1px;
      background-color: #ccc;
  }
}
@media (min-width: 992px){
   .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
   .site_menu .navigation-primary > ul {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
   .site_menu .navigation-primary > ul {
      align-items: center!important;
      flex-direction: row;
   }
   .site_menu .navigation-primary>ul>li:hover a:after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      position: absolute;
   }
   .site_menu .navigation-primary>ul>li:hover ul {
      display: block;
   }
   .site_menu .navigation-primary>ul>li>a.active-item::before {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      width: 50%;
      height: 4px;
      background: #ec008c;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
   }

   .site_menu .navigation-primary>ul>li>a.active-item::after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      width: 70%;
      height: 4px;
      background: #ec008c;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
   }
   .site_menu .navigation-primary>ul ul>li>a {
      position: relative;
   }
   .site_menu .navigation-primary ul ul>li>a.active-item::before {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      width: 50%;
      height: 4px;
      background: #ec008c;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
   }



   .site_menu .navigation-primary>ul>li.active>a.active-branch::before {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      width: 70%;
      height: 4px;
      background: #ec008c;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
   }


}

@media (max-width: 1200px){

   .site_menu .navigation-primary>ul>li>a {
      padding: 0.5rem;
   }

}
@media (max-width: 1100px){

   .site_menu .navigation-primary>ul>li>a {
      font-size: 10px;
   }
   .site_menu .navigation-primary>ul ul>li>a {
      font-size: 10px;
   }
}
@media (max-width: 991px){
   .header .upper-header {
      font-size: 10px;
      padding: 0.5rem 0;
   }
   .main-navigation nav {
      width: 100vw;
   }
   .site_menu .navigation-primary>ul>li br {
      display: none;
   }
   .main-navigation .navbar-collapse {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      max-height: 90vh;
      z-index: 10000;
      margin-top: 43px;
   }
   .form-container {
      top: -22px;
      right: 50px;
   }
   .main-navigation .navbar {
      position: absolute;
      left: -25%;
      z-index: 2;
      width: 100vw;
      padding: 0;
   }
   .main-navigation .navbar-toggler {
      border: 0;
      outline: none;
      pointer-events: auto;
      position: absolute;
      right: 0px;
      top: -17px;
      z-index: 1001;
      background: transparent;
      padding: 0.25rem 0.75rem;
      font-size: 1.25rem;
      line-height: 1;
   }
   .sub_menu_open .site_menu .navigation-primary>ul ul { 
      margin-top: 0;
   }
   .site_menu .navigation-primary>ul ul>li>a {
      padding: 12px 10px;
   }
   .main-navigation .navbar-toggler.collapsed .navbar-toggler-icon {
      background-image: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/open-tigger.svg);
      background-size: 28px 30px;
   }
   .main-navigation .navbar-toggler.collapsed .navbar-toggler-icon {

   }
   .open .main-navigation .navbar-toggler.collapsed .navbar-toggler-icon{
      background-image: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/close-trigger.svg);
      background-size: 24px 26px;

   }
   .sub_menu_open .site_menu .navigation-primary>ul>li.has-submenu>a {
      color: #ec008c !important;
   }

   .sub_menu_open .site_menu .navigation-primary>ul>li.has-submenu>a::after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      position: absolute;
   }
   .site_menu .navigation-primary>ul {
      padding-top: 0;
      padding-bottom: 0;
      border-top: 1px solid grey;
      height: auto;
      background-color: #fff;
      min-height: 80px;

   }
   .main-navigation .navigation-primary{
      display:none;
   }

   .site_menu .navigation-primary>ul>li>a {
      display: inline-block;
      font-size: 16px;
      padding: 12px 10px 11px;
      position: relative;
      width: auto;
   }

   .mobile_menu .hs-menu-wrapper>ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      padding-bottom: 0;
      border-top: 1px solid grey;
      height: auto;
      background-color: #fff;
      align-items: center;
   }

   .mobile_menu .hs-menu-wrapper>ul>li {
      width: 100%;
      color: #000;
      padding: 12px 10px;
      font-size: 16px;
      text-align: center;
      font-weight: 600;
      line-height: 1;
      text-decoration: underline;
   }

   .mobile_menu .hs-menu-wrapper>ul>li>a {
      display: inline-block;
      color: #000;
      text-decoration: underline;
   }
   .site_menu .navigation-primary>ul>li.has-submenu>a:after {
      right: -14px;
      top:19px;
   }
   .site_menu .navigation-primary>ul>li {
      border-bottom: 1px solid grey;
   }
   .navbar-toggler {
      display: block;
   }

   .mobile_menu {
      display: block;
   }
   .mobile_menu {
      display: none;
   }
   .header-links .hs-menu-wrapper>ul>li {
      padding-left: 0;
   }
   .prof-only-copy p {
      font-size: 9px;
   }

   .child_tigger {
      position: absolute;
      width: 100%;
      height: 46px;
      display: block;
      top: 0;
   }
   .sub_menu_open .site_menu .navigation-primary>ul ul {
      display: block;
      position: static;
      background: none;
      border: none;
      width: 100%;
      transform: inherit;
   }

   .site_menu .navigation-primary>ul ul>li {
      width: 100%;
   }

   .site_menu .navigation-primary>ul ul>li>a {
      font-size: 16px;
   }

   .site_menu .navigation-primary>ul ul>li {
      border-top: 1px solid grey;
   }
   .header .upper-header.fixed {
      padding: 0.5rem 0;
   }
   .site_menu .navigation-primary>ul ul {
      padding: 0;
   }
   .site_menu .navigation-primary>ul ul>li>a,
   .site_menu .navigation-primary>ul>li>a,
   .site_menu .navigation-primary>ul>li>a:hover {
      color: rgba(0, 0, 0, 1.0) !Important;
   }
  .popup_form form .hs-form-field>label {
      font-size: 10px;
      position: relative;
      top: 0;
  }
  .popup_form .hs-fieldtype-radio .multi-container>li label span,
  .popup_form .jcf-checkbox.jcf-unchecked + span {
    font-size: 10px;
  }

}
@media(max-width:1200px) and (min-width:992px){
   .form-container {
      right: 5px;
   }
}
@media(max-width:991px) and (min-width:768px) {
   .form-container .form-wrap {
      border: 0;
      width: 130px;
      height: 40px;
      padding: 0;
   }
   .form-container .form-header {
      margin: 0;
      min-height: 0;
   }
   .form-container {
      top: -11px;
      right: 25px;
   }
}

@media(max-width:767px){
   .header_logo img {
      max-width: 96px !important;
   }
   .header .sub-header .sub-header-wrap {
      padding-top: 4px;
   }
   .header-links .hs-menu-wrapper>ul>li:not(:nth-child(3)) {
      display: none;
   }

   .header .upper-header .header-links {
      justify-content: center;
   }
   .prof-only-copy p {
      font-size: 10px;
   }
   .form-container .form-wrap .form-title {
      line-height: 1;
      padding: 5px 0;
   }
   .form-container {
      right: 25px;
      top: -11px;
   }
   .form-container .form-header {
      margin: 0;
      min-height: 0;
   }
   .header-links .hs-menu-wrapper>ul>li {
      padding-top: 4px;
      padding-left: 0;
      padding-right: 0;
   }
   .form-container .form-wrap {
      border: 0;
      width: 130px;
      height: 40px;
      padding: 0;
   }
   .main-navigation .navbar-collapse {
      margin-top: 37px;
   }
   .form-container .form-wrap.active .form-header {
      padding-right: 50px;
   }
   .main-navigation .navbar-collapse { 
      max-height: calc(100vh - 147px); 
   }
  .header .upper-header .upper-header-wrap {
      padding: 10px 0 19px;
  }
  .header .sub-header.fixed {
      top: 62px;
  }
}
@media (max-width: 320px){
   .header .upper-header {
      font-size: 8px;
   }
   .prof-only-copy p {
      font-size: 8px;
   }
  
}

@media (max-height: 800px), (max-width: 991px){
   .active .form-container .form-wrap .form-header {
      margin: -10px -35px 0 -10px;
   }
}
footer.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}

footer.footer {
  position: relative;
  z-index: 2;
  margin: 80px 0 0;
  padding: 0 0 30px;
  color: #1a1617;
  font-size: 12px;
  background: #eaeaea;
}
.footer .content-gutter {
  max-width: 1050px;
  margin: 0 8% 30px;
}
.footer-links .hs-menu-wrapper>ul {

}
.footer-links .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-links .hs-menu-wrapper>ul ul li a {
  color: #1a1617;
  text-decoration: underline;
  -webkit-text-decoration-color: #ec0e8c;
  text-decoration-color: #ec0e8c;
  text-decoration-thickness: 2px;
  display: block;
}
.footer .evofem-logo-container {
  width: 222px;
  margin: 0 auto;
}
.evofem-logo-container img {
  width: 100%;
  vertical-align: middle;
}

.footer .content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.signoff-copy #hs_cos_wrapper_footer_content > p:nth-child(4) > nobr > span {
  display: none;
}

.footer .signoff-copy p {
  margin-bottom: 0;
  color: #1a1617;
  font-size: 12px;
}
.footer:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 75%;
  z-index: -1;
  background-color: inherit;
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.footer-links .hs-menu-wrapper>ul ul {
  margin: 0;
}


.footer-links #hs_menu_wrapper_footer_links > ul > li:nth-child(1) > ul > li:nth-child(1) > a {
  margin: 0;
}

.footer-links .hs-menu-wrapper>ul ul>li>a:hover {
  text-decoration: none;
}






















@media (min-width: 576px){
  .footer .content-wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .footer .content-wrapper {
    width: 100%;
    max-width: 1230px !important;
  }

  .footer-links .hs-menu-wrapper>ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1rem;
  }

  .footer-links .hs-menu-wrapper>ul ul li:not(:first-child) a {
    margin-left: 2.2rem;
  }
  .footer .evofem-logo-container {
    width: 208px;
    -ms-flex-preferred-size: 208px;
    flex-basis: 208px;
    margin: 0;
    padding: 0.5rem 0 0.5rem 15px;
  }
  .footer .content-wrapper {
    max-width: 720px;
  }
  .signoff-copy #hs_cos_wrapper_footer_content > p:nth-child(4) > nobr > span {
    display: inline!important;
  }
  .footer:before {
    top: 0;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
  }
  .signoff-copy br {
    display: none;
  }

  .footer-links .hs-menu-wrapper>ul ul>li>a {
    margin-left: 2rem;
  }
}

@media (min-width: 992px){
  .footer .content-wrapper {
    max-width: 960px;
  } 
}
@media (min-width: 1200px){
  .footer .content-wrapper {
    max-width: 1140px;
  }
  .footer .content-wrapper {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@media(max-width:768px){
  .evofem-logo-container img {
    margin-bottom: 10px;
  }
}


@media (max-width: 1200px){
  .footer .content-gutter {
    margin-left: 7%;
    margin-right: 7%;
  }

}

@media (max-width: 1100px){
  .footer .content-gutter {
    margin-left: 5%;
    margin-right: 5%;
  }

}


@media (max-width: 1024px){
  .footer .content-gutter {
    margin-left: 4%;
    margin-right: 4%;
  }
}


@media(max-width:768px){
  .footer-links .hs-menu-wrapper>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 245px;
    margin: 0.75rem auto 0;
  }

  .footer-links .hs-menu-wrapper>ul ul {
    flex-wrap: nowrap;
  }
  .footer .signoff-copy p {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 4px;
    line-height: 1.2;
  }
}

@media (min-width: 500px) and (max-width: 767px){
   .footer:before {
      -webkit-transform: skewY(-5deg);
      transform: skewY(-5deg);
   }
}


@media(max-width:767px){
  .footer .content-gutter {
    margin: 0;
    max-width: 100%;
  }
  .footer .signoff-copy p {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 4px;
    line-height: 1.2;
  }
  .footer-links .hs-menu-wrapper>ul>li {

    margin: 0.75rem auto 0;
  }
  .footer-links .hs-menu-wrapper>ul ul {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    justify-content: space-between;
    width: 245px;
  }
}
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.banner-section {
   overflow: hidden;
}
.banner .hero .banner_bookmark_btn:after {
   background: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/global-arrow-right-white.svg);
}
.dnd-section[class*="force-full"] {
   padding: 0;
}	
.dnd-section[class*="force-full"] .dnd-column {
   padding: 0 !important;
}
.dnd-section[class*="force-full"] > .row-fluid {
   padding-left: 0 !important;
   padding-right: 0 !important;
}
h1 sup {
   font-size: 55%;
   top: -0.6em;
}
.body-wrapper {
   margin-bottom: -20px;
}
.hs_dosingPrescribing-row1 h2 {
   margin: 0;
}
.hs_dosingPrescribing-row1 h2 span {
   font-size: 18px;
   font-weight: 700;
   color: #005f61;
   display: block;
}
.hs_dosingPrescribing-row1 h2 sup {
   font-size: 40%;
   vertical-align: 0.85em;
   line-height: 1;
   font-weight: 400;
   white-space: nowrap;
}
.hs_dosingPrescribing-row1 .hs_cos_wrapper_type_linked_image {
   position: relative;
   width: 100%;
   max-width: 100%;
}
.hs_dosingPrescribing-row1 .hs_cos_wrapper_type_linked_image img {
   max-width: inherit !important;
}
.hs_dosingPrescribing-row1 h3 {
   font-size: 18px;
   font-weight: 700;
   color: #005456;
}
.hs_dosingPrescribing-row1 p {
   margin-bottom: 0.5rem;
}
.form-container .hs-input.invalid.error {
   border-color: #ef6b51;
   border: 2px solid red;
}
.hs_dosingPrescribing-row1 ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
.hs_dosingPrescribing-row1 ul li {
   position: relative;
   padding-left: 26px;
   margin-bottom: 0.5rem;
}
.hs_dosingPrescribing-row1 ul li:before {
   content: "\2022";
   position: absolute;
   top: -4px;
   left: 8px;
   color: #ec008c;
   font-size: 20px;
   font-weight: 700;
}
.hs_dosingPres_body-container-wrapper {
   overflow: hidden;
}
.hs_dosingPrescribing-row3 {
   position: relative;
}
.hs_dosingPrescribing-row3:before {
   content: "";
   position: absolute;
   top: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   width: 100vw;
   height: 100%;
   background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,96.1%,0)),color-stop(20%,#f5f5f5),color-stop(80%,#f5f5f5),to(hsla(0,0%,96.1%,0))),url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/background-diamond-tiling.jpg);
   background: linear-gradient(90deg,hsla(0,0%,96.1%,0),#f5f5f5 20%,#f5f5f5 80%,hsla(0,0%,96.1%,0)),url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/background-diamond-tiling.jpg);
   max-width: none;
   background-repeat: repeat;
   background-size: auto;
}
.hs_dosingPrescribing-row3 > .row-fluid-wrapper {
   position: relative;
   z-index: 1;
}
.hs_dosingPrescribing-row3 h3 {
   color: #005456;
   font-weight: 700;
}
.hs_dosingPrescribing-row3 ul {
   margin-bottom: 1rem;
}
.hs_dosingPrescribing-row3 .dnd-section > .row-fluid {
   padding: 0 15px;
}
.hs_dosingPrescribing-row3 .hs_cos_wrapper_type_rich_text *:last-child {
   margin-bottom: 0;
}
sup {
   font-size: 60%;
   line-height: 1;
   vertical-align: 0.15em;
   font-weight: 400;
   white-space: nowrap;
}
h2 sup {
   font-size: 40%;
   vertical-align: 0.85em;
}
.hs_bottom_twoColumn_content h4 {
   margin-bottom: 5px;
   color: #841a4e;
   font-size:18px;
}
.hs_bottom_twoColumn_content p {
   line-height: 1.4;
   margin-bottom: 1.5rem;
}
.hs_bottom_twoColumn_content h5 {
   font-size: 14px;
   color: #3a3b40;
   margin-bottom: 0;
}
.hs_bottom_twoColumn_content .hs_cos_wrapper_type_rich_text {
   color: #3a3b40;
   font-weight: 500;
}
.hs_bottom_twoColumn_content ul {
   padding-left: 15px;
   margin-bottom: 8px;
   margin-top: 0;
   margin-bottom: 1.5rem;
}
.hs_bottom_twoColumn_content ul li {
   margin-top: 4px;
   margin-bottom: 0;
}
.hs_bottom_twoColumn_content .hs_cos_wrapper_type_rich_text a {
   color: #1a1617;
   -webkit-text-decoration-color: #ec0e8c;
   text-decoration-color: #ec0e8c;
   text-decoration-thickness: 2px;
}
.hs_bottom_twoColumn_content ol {
   list-style: none;
   padding-left: 0;
   counter-reset: reference-counter;
   margin-bottom: 1rem;
   margin-top: 0;
   padding: 0;
}
.hs_bottom_twoColumn_content ol li {
   counter-increment: reference-counter;
   position: relative;
   padding-left: 32px;
   font-weight: 400;
}
.hs_bottom_twoColumn_content ol li:before {
   content: counter(reference-counter) ". ";
   font-weight: 700;
   padding-left: 14px;
   position: absolute;
   top: 0;
   left: 0;
}
.body-wrapper {
   overflow: hidden;
}
.hs_patientHormonal #accordion .card .header-button:after {
   background: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Hcp_phexxi_October2022/images/global-accordion-arrow.svg);
}
.hs_phexxi_patient-row2 .hs_cos_wrapper_type_rich_text h3 {
   font-family: Montas;
   font-weight: 700;
   font-size: 32px;
   color: #fff;
   margin-bottom: 0;
}
.hs_phexxi_patient-row2 .hs_cos_wrapper_type_rich_text p {
   font-size: 14px;
   margin-top: 2rem;
   margin-bottom: 0;
}
.hs_phexxi_patient-row2 .hs_cos_wrapper_type_rich_text h4 {
   font-size: 18px;
   font-weight: 700;
   margin-top: 2rem;
   margin-bottom: 0;
}

.d-none {
   display: none!important;
}
.hs-inline-edit .modal-overlay {
    display:none !important;
}
.hs-inline-edit .popup_form {
    display: none !IMPORTANT;
}
.preview-iframe-wrapper .model-overlay {
    opacity: 0 !important;
}

.popup_form .jcf-checkbox,
.popup_form .jcf-checkbox+span {
    position: relative;
}
.popup_form .jcf-checkbox+span:before {
    border: 2px solid #8f1c58;
    width: 18px;
    height: 18px;
    top: -2px;
    overflow: visible;
    content: "";
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 0 3px 0 0;
    cursor: default;
}
.popup_form .jcf-checkbox span {
    border-color: #000!important;
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    margin: -5px 0 0 3px;
    height: 6px;
    width: 12px;
}
.popup_form .jcf-checkbox.jcf-checked span {
    display: block;
}

.modal-overlay {
    opacity: 0 !important;
    visibility:hidden !important;
    transition:all 0.5s ease !important;
}

.open_custom_popup .modal-overlay {
    opacity: 1 !important;
    visibility:visible !important;
}


.box_check {
  position: relative;
  z-index: 111;
  text-decoration:underline;
  font-weight: 600;
  color: #000 !important;
  cursor:pointer;
}
.isi-container {
    margin: 0 auto;
}

@media (min-width: 768px) {
   .d-md-block {
      display: block!important;
   }
   .hs_dosingPrescribing-row1 .hs_cos_wrapper_type_linked_image {
      max-width: 500px;
      margin-bottom: 1rem;
      display: block;
      margin-top: 1rem;
   }
   .hs_dosingPrescribing-row3 .dnd-section > .row-fluid > div {
      margin-right: -15px;
      margin-left: -15px;
      width: auto;
   }
   .hs_dosingPrescribing-row3 .dnd-section > .row-fluid > div > div {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
   }
   .hs_dosingPrescribing-row3 .dnd-section>.row-fluid {
      padding: 0 21px;
   }
   .hs_bottom_twoColumn_content p {
      margin-bottom: 1rem;
   }
   .hs_bottom_twoColumn_content .span6.dnd-column {
      width: 50%;
      margin: 0;
   }
   .hs_bottom_twoColumn_content ul {
      margin-bottom: 1rem;
   }
   .hs_efficacySafety-row1 .hs-contentWithBorder .two-line-callout h3 {
      top: -20px;
      margin-top: 0;
      position: relative;
   }
   .hs-faq-container-wrapper .hs_angled_callout_group .angled-callout-wrapper {
      margin-bottom: 0;
      width: calc(100% - 68px);
   }
   .hs-faq-container-wrapper .hs_angled_callout_group .angled-callout-wrapper:after {
      right: -67px;
      width: 68px;
   }
   .hs_efficacySafety-row1 .hs_angled_callout_group.without_bg_image .angled-callout-wrapper {
      margin-bottom: 2px;
   }
   .hs_efficacySafety-row1 .hs_angled_callout_group.without_bg_image .angled-callout-wrapper {
      width: calc(100% - 104px);
   }
   .hs_efficacySafety-row1 .hs_angled_callout_group .angled-callout-wrapper .angled-callout h3 sup {
      font-family: Montserrat;
   }
   .hs-phexxi_patient-banner-section .banner .hero h1 {
      font-size: 40px;
      max-width: 400px;
   }
   .hs_phexxi_patient-row2 .hs_cos_wrapper_type_rich_text h3 {
      font-size: 50px;
   }
   .hs_phexxi_patient-row2 .hs_cos_wrapper_type_rich_text p {
      margin-top: 1rem;
   }
   .hs_phexxi_patient-row2 .hs_cos_wrapper_type_rich_text h4 {
      font-size: 24px;
      margin-top: 1rem;
   }
   .hs_phexxi_patient-row3 .hs_angled_callout_group .angled-callout-wrapper {
      margin-bottom: 0;
      width: calc(100% - 70px);
   }
   .hs_phexxi_patient-row3 .hs_angled_callout_group .angled-callout-wrapper:after {
      right: -67px;
      width: 68px;
   }
   .hs_moa-row1 .hs_angled_callout_group.without_bg_image {
      margin-top: 28px;
   }
}



@media (max-width:767px) {
   .banner-section {
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px;
   }
   .dnd-section > .row-fluid {
      max-width: 540px !important;
      padding: 0 15px;
   }
   .hs_efficacySafety-row1 .hs_angled_callout_group.without_bg_image .angled-callout-wrapper:after {
      display:block;
   }
   .hs_home_body-container-wrapper .hs_bottom_twoColumn_content .dnd-section {
      padding-left: 0;
      padding-right: 0;
   }

   .hs_home_body-container-wrapper .hs_bottom_twoColumn_content .dnd-section > .row-fluid {
      padding-left: 30px;
      padding-right: 30px;
   }
  .lp_header .upper-header.break-out.fixed {
      min-height: 65px;
  }
}


@media (max-width:575px) {
   .banner-section,
   .dnd-section > .row-fluid {
      max-width: 100% !important;
   }
}



.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    opacity: 0;
    color: #fff;
    counter-reset: section
}

.modal-overlay .modal-wrap h2 {
    font-size: 32px;
    color: #841a4e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem
}

.modal-overlay .modal-wrap p {
    font-size: 14px
}

.modal-overlay .close-modal-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 11;
    cursor: pointer
}

@media (min-width: 768px) {
    .modal-overlay .close-modal-btn {
        top:15px;
        right: 15px
    }
}

.modal-overlay .modal-close-btn {
    width: 40px;
    padding: 10px
}

@media (max-width: 767px) {
    .modal-overlay .modal-close-btn {
        right:10px
    }
}

.modal-overlay .gate-modal {
    text-align: center;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1
}

@media (min-width: 768px) {
    .modal-overlay .gate-modal {
    }
}

.modal-overlay .gate-modal .hcp-gate {
    border: 1px solid #707070;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    width: 100%;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
    line-height: 1.2;
    font-weight: 500;
    padding: 2rem 1rem
}

@media (min-width: 768px) {
    .modal-overlay .gate-modal .hcp-gate {
        padding:3rem 0
    }
}

.modal-overlay .gate-modal .hcp-gate h2 {
    margin-top: 0
}

.modal-overlay .gate-modal .hcp-gate p {
    max-width: 780px;
    margin: 0 auto 1.5rem
}

@media (min-width: 768px) {
    .modal-overlay .gate-modal .hcp-gate p {
        margin:0 auto 1rem
    }
}

.modal-overlay .gate-modal .hcp-gate .hcp-gate-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .modal-overlay .gate-modal .hcp-gate .hcp-gate-btns {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.modal-overlay .gate-modal .hcp-gate .hcp-gate-btns .button {
    width: calc(80% - 30px);
    margin: 0 auto
}

@media (min-width: 768px) {
    .modal-overlay .gate-modal .hcp-gate .hcp-gate-btns .button {
        width:355px;
        margin: 0 8px
    }
}

@media (max-width: 767px) {
    .modal-overlay .gate-modal .hcp-gate .hcp-gate-btns .button+.button {
        margin-top:1.5rem
    }
}

.modal-overlay .legal-modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 8px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-overlay .legal-modal-wrapper.privacy-modal {
    max-width: 960px
}

.modal-overlay .legal-modal-wrapper.tos-modal {
    max-width: 1024px
}

.modal-overlay .legal-modal {
    width: 100%;
    height: 100%;
    position: relative
}

.modal-overlay .legal-modal .legal-modal-content {
    border: 1px solid #707070;
    background-color: #fff;
    color: #000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    padding: 30px 50px 30px 30px;
    line-height: 1.2;
    max-width: 960px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .modal-overlay .legal-modal .legal-modal-content {
        padding:20px 40px 20px 20px
    }
}

.modal-overlay .legal-modal .legal-modal-content[data-privacy-content] .section-title:before {
    content: counter(section) ". "
}

.modal-overlay .legal-modal .legal-modal-content[data-privacy-content] .hide-count:before {
    content: none
}

.modal-overlay .legal-modal .legal-modal-content[data-privacy-content] .ul-list li {
    position: relative;
    padding-left: 24px
}

.modal-overlay .legal-modal .legal-modal-content[data-privacy-content] .ul-list li:before {
    content: "\2022";
    position: absolute;
    top: -6px;
    left: 12px;
    color: inherit;
    font-size: 24px;
    line-height: 24px
}

.modal-overlay .legal-modal .legal-modal-content.tos-modal-content {
    max-width: 1024px
}

.modal-overlay .legal-modal .legal-modal-content a {
    color: #8f1c58;
    text-decoration: underline;
    overflow-wrap: break-word
}

.modal-overlay .legal-modal .legal-modal-content .link {
    text-decoration: underline;
    cursor: pointer;
    color: #8f1c58
}

.modal-overlay .legal-modal .legal-modal-content.active {
    display: block
}

.modal-overlay .legal-modal .legal-modal-content .extra-margin {
    margin: 30px 0
}

.modal-overlay .legal-modal .legal-modal-content .extra-margin-top {
    margin-top: 30px
}

.modal-overlay .legal-modal .legal-modal-content .section-title {
    font-weight: 700
}

.modal-overlay .legal-modal .legal-modal-content .tab-1:before {
    content: " ";
    margin-left: 18px
}

.modal-overlay .legal-modal .legal-modal-content .tab-2:before {
    content: " ";
    margin-left: 36px
}

.modal-overlay .legal-modal .legal-modal-content .contact-info.privacy {
    margin-bottom: 6px
}

.modal-overlay .legal-modal .legal-modal-content .contact-info.privacy p {
    margin-bottom: 0
}

.modal-overlay .section-title {
    counter-increment: section
}

.modal-overlay .section-title:before {
    content: counter(section) " "
}

.modal-overlay .subsection-group {
    counter-reset: subsectionItem
}

.modal-overlay .subsection-item {
    counter-increment: subsectionItem
}

.modal-overlay .subsection-item:before {
    content: counter(section) "." counter(subsectionItem) ". ";
    padding-right: .4rem
}

.modal-overlay .subsection-group .subsection-group {
    counter-reset: subsectionItem2
}

.modal-overlay .subsection-group .subsection-group .subsection-item {
    counter-increment: subsectionItem2
}

.modal-overlay .subsection-group .subsection-group .subsection-item:before {
    content: counter(section) "." counter(subsectionItem) "." counter(subsectionItem2) ". "
}

.modal-overlay .hide-count:before {
    content: none
}

.modal-overlay address {
    font-style: normal
}
.hide {
    display: none!important;
}
.hs_efficacySafety-row1 .hs-equalColumn_grp .spotlight-container .spotlight:nth-child(2) .spotlight-img.spotlight-icon-1,
.hs_moa_body-container-wrapper .hs-equalColumn_grp .spotlight-container .spotlight:nth-child(2) .spotlight-img.spotlight-icon-1 {
    height: 90px;
}
.hs_efficacySafety-row1 .hs-equalColumn_grp .spotlight-container .spotlight:nth-child(3) .spotlight-img.spotlight-icon-1,
.hs_moa_body-container-wrapper .hs-equalColumn_grp .spotlight-container .spotlight:nth-child(3) .spotlight-img.spotlight-icon-1 {
    height: 116px;
    margin-top: 0;
}
.hs_moa_body-container-wrapper .isi-container h4 {
    font-size: 16px;
    font-weight: 700;
    color: #8f1c58;
}
b, strong {
    font-weight: 700;
}

@media(max-width:900px) and (min-width:768px){
  .resource-banner .banner .hero {
    margin-left: 200px;
  }
}



@media (max-width: 767px) {
   .page-home .isi-container {
      padding-left:15px;
      padding-right: 15px
   }
}

@media (min-width: 768px) {
   .page-home .isi-container:not(.sticky) {
      display:none
   }
  .form-container .scrollbar-track-y {
      right: 15px!important;
  }
}

@media (min-width: 768px) {
   .page-home .isi-container.sticky .isi-wrap {
      padding-right:0;
   }

}

@media (min-width: 768px) {
   .page-home .isi-container .sticky-isi-controls .isi-expand-btn {
      right:-35px
   }
}

@media (min-width: 768px) {
   .page-home .footer {
      margin:0;
      padding-top: 50px;
      padding-bottom: 175px
   }

   .page-home .footer:before {
      content: none
   }
  .hs_efficacySafety-row1 .hs_angled_callout_group.without_bg_image {
      margin-top: -30px;
      margin-bottom: 30px;
  }
  .hs_efficacySafety-row1 .hs_angled_callout_group.without_bg_image .angled-callout-wrapper {
      width: calc(100% - 74px);
  }
}