/*
Theme Name: NS Support
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/
/* ======================================
   Fonts variables
   ====================================== */
/* ======================================
   Reset & Normalize
   ====================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #ffffff;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure,
footer, header, main, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg {
  max-width: 100%;
}

.wp-block-button__link {
  background-color: unset;
}

/* ======================================
   Typography
   ====================================== */
body {
  color: #000;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5px;
}

h1, h2, h3, h4, h5, h6, p {
  clear: both;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 93.75% */
}

h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 105.556% */
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
h3.accordion-title {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 114.286% */
}

h4 {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 114.286% */
}

h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

h6.eyebrow {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}

p {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 142.857% */
}
p.p-18 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}
p.p-14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
p.p-30 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 140% */
}
p.footnote {
  font-size: 14px;
  line-height: 20px;
}

b, strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

a {
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover, a:focus {
  color: rgb(76.5, 76.5, 76.5);
  text-decoration: underline;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, monospace;
  font-size: 0.9em;
}

pre {
  background: rgb(229.5, 229.5, 229.5);
  border: 1px solid #00406D;
  border-radius: 4px;
  margin: 1.5rem 0;
  overflow: auto;
  padding: 1.5rem;
}

code, kbd {
  background: rgb(229.5, 229.5, 229.5);
  border-radius: 3px;
  padding: 0.2em 0.4em;
}

pre code {
  background: transparent;
  padding: 0;
}

blockquote {
  border-left: 4px solid #666666;
  color: #666666;
  margin: 2rem 0;
  padding: 0 0 0 2rem;
}

hr {
  background: #00406D;
  border: 0;
  height: 1px;
  margin: 2rem 0;
}

/* ======================================
   Base Styles
   ====================================== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.9em;
  margin-top: 0.5rem;
}

table {
  margin: 1.5rem 0;
  width: 100%;
}
table th, table td {
  border: 1px solid #00406D;
  padding: 1rem;
  text-align: left;
}
table th {
  background: rgb(229.5, 229.5, 229.5);
  font-weight: 700;
}

address {
  font-style: italic;
  margin: 0 0 1.5rem 0;
}

dl {
  margin: 1.5rem 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.5rem 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.entry-content p a {
  box-shadow: none !important;
}

/* ======================================
   Layout
   ====================================== */
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 1.5rem;
  }
}

.entry {
  margin: 2rem 0;
}

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

.page-content {
  margin: 2rem 0;
}

.widget {
  margin: 0 0 2rem 0;
}
.widget:last-child {
  margin-bottom: 0;
}

.min-height-auto {
  min-height: auto !important;
}

/* ======================================
   Grid
   ====================================== */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .col {
    flex: 1 1 50%;
  }
}
@media (min-width: 1920px) {
  .col {
    flex: 1 1 33.333%;
  }
}

.col-1 {
  flex-basis: 8.33333%;
}

.col-2 {
  flex-basis: 16.66667%;
}

.col-3 {
  flex-basis: 25%;
}

.col-4 {
  flex-basis: 33.33333%;
}

.col-5 {
  flex-basis: 41.66667%;
}

.col-6 {
  flex-basis: 50%;
}

.col-7 {
  flex-basis: 58.33333%;
}

.col-8 {
  flex-basis: 66.66667%;
}

.col-9 {
  flex-basis: 75%;
}

.col-10 {
  flex-basis: 83.33333%;
}

.col-11 {
  flex-basis: 91.66667%;
}

.col-12 {
  flex-basis: 100%;
}

/* ======================================
   Buttons
   ====================================== */
button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #666666;
  border: 1px solid #666666;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  vertical-align: baseline;
}
button:active,
.button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
button:disabled,
.button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button-secondary {
  background: #000;
  border-color: #000;
}
.button-primary {
  display: flex;
  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-color: #00406D;
  border-radius: 0 10px;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  background: #00406D;
}
.button-primary a {
  padding: 0;
  text-decoration: none !important;
  color: #ffffff;
}
.button-primary:hover a, .button-primary:focus a {
  text-decoration: none !important;
  color: #00406D;
}
.button-primary:hover, .button-primary:focus {
  background-color: #ffffff;
  color: #00406D;
  border-color: #00406D;
  border-radius: 0 10px;
  border-width: 1px;
  border-style: solid;
}

.button-outline {
  display: flex;
  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}
.button-outline a {
  padding: 0;
  border: none;
  text-decoration: none;
  color: #ffffff;
}
.button-outline:hover a, .button-outline:focus a {
  text-decoration: none !important;
  color: #00406D;
}
.button-outline:hover, .button-outline:focus {
  background: #ffffff !important;
  color: #00406D !important;
  border-color: #00406D !important;
}

.secondary-button {
  display: flex;
  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0 10px;
  border: 1px solid #00406D;
  color: #00406D;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  cursor: pointer;
}
.secondary-button a {
  padding: 0;
  border: none;
  text-decoration: none;
  color: #00406D;
}
.secondary-button:hover a, .secondary-button:focus a {
  text-decoration: none !important;
  color: #ffffff;
  background-color: #00406D;
}
.secondary-button:hover, .secondary-button:focus {
  background: #00406D !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* ======================================
   ICONS
   ====================================== */
.icon-arrow {
  width: 9px;
  height: auto;
}

.contact-icon {
  width: 50px;
  height: auto;
}

.faq-button {
  padding: 4px 12px !important;
}

/* ======================================
   Forms
   ====================================== */
input,
textarea,
select {
  border: 1px solid #00406D;
  border-radius: 4px;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #666666;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.1);
}
input:disabled,
textarea:disabled,
select:disabled {
  background: rgb(229.5, 229.5, 229.5);
  cursor: not-allowed;
  opacity: 0.6;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 30px;
}

label {
  display: block;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.form-group {
  margin: 0 0 1.5rem 0;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-row {
  display: flex;
  gap: 1.5rem;
  margin: -0.75rem;
}
.form-row .form-group {
  flex: 1;
  padding: 0 0.75rem;
}

.checkbox,
.radio {
  align-items: center;
  display: flex;
  margin: 1rem 0;
}
.checkbox input,
.radio input {
  margin: 0 1rem 0 0;
  width: auto;
}
.checkbox label,
.radio label {
  margin: 0;
}

.help-text {
  color: #666666;
  display: block;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

select {
  line-height: normal;
  padding: 10px 20px;
  background-color: white;
  border-color: #C2C2C2;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9062 0.21875C10.7188 0 10.4062 0 10.2188 0.1875L5.5625 4.375L0.875 0.1875C0.6875 0 0.375 0 0.1875 0.21875C0 0.40625 0 0.75 0.21875 0.90625L5.1875 5.40625C5.375 5.59375 5.65625 5.59375 5.84375 5.40625L10.8125 0.90625C11.0938 0.75 11.0938 0.40625 10.9062 0.21875Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: right 20px center;
}

/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
.home-nav {
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
  font-size: 17px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  transition: transform 400ms linear;
  transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
  .home-nav {
    display: none;
  }
}
.home-nav a {
  color: #272c30;
}

.home-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home-nav li {
  display: inline-block;
}

.home .home-nav a {
  padding: 20px 0;
  margin: 0 15px;
  display: inline-block;
  border-bottom: solid 3px transparent;
  margin-bottom: -1px;
  transition: 0.4s ease;
}

.home .home-nav a:hover {
  border-bottom-color: #c4cdd3;
}

.home .home-nav a:active, .home .home-nav a:focus {
  outline: none;
}

.home-nav .active,
.home-nav .active:hover {
  border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .home-nav {
    top: 46px;
  }
}
.show-nav {
  transform: translateY(0%);
}

.single-nav {
  padding: 20px 9.2%;
}

/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.menu-toggle {
  display: none;
}

@media (max-width: 1000px) {
  .menu-toggle {
    display: block;
  }
}
.button-toggle {
  background: none;
  padding: 0;
  color: #fff;
}

.button-toggle span:not(:first-child) {
  display: none;
}

.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
  box-shadow: none;
  color: #fff;
}

.drawer-menu-toggle {
  display: none;
}

@media (max-width: 1000px) {
  .drawer-menu-toggle {
    display: inline-block;
  }
}
.drawer-toggle-switch span:first-child {
  display: none;
}

.drawer-toggle-switch span:last-child {
  display: block;
}

.main-navigation {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .main-navigation {
    display: none;
  }
}
.top-navigation .main-navigation {
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (max-width: 1000px) {
  .top-navigation .main-navigation {
    display: none;
    border-bottom: none;
  }
}
.site-header .container {
  display: block;
}

.header-text {
  position: relative;
  z-index: 5;
  margin: 5% auto;
  text-align: center;
  max-width: 70%;
}

.header-text:empty,
.blog .header-text {
  display: none;
}

@media (max-width: 1000px) {
  .header-text {
    max-width: 100%;
    margin-bottom: 6%;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .header-text {
    margin-bottom: 8%;
  }
}
.header-text:empty {
  margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
  color: #272c30;
  font-size: 34px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .header-text h1,
  .header-text .browsing {
    font-size: 28px;
  }
}
.header-text p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  margin: 0 0 0 0;
}

@media (max-width: 1000px) {
  .header-text p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .header-text p {
    font-size: 16px;
    margin-top: 3%;
  }
}
.header-text a {
  color: #0072e5;
  box-shadow: inset 0 -1px 0 #0072e5;
  transition: 0.3s ease;
}

.header-text a:hover {
  box-shadow: inset 0 -2px 0 #0072e5;
  color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
  margin-top: 1%;
  width: 100%;
}

.archive.author .browsing {
  display: none;
}

.search-results .browsing {
  display: none;
}

.text-empty {
  display: none;
}

.header-text h2:empty,
.header-text p:empty {
  display: none;
}

.top-navigation {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 0 2rem;
}

.top-navigation-right {
  float: right;
  max-width: 70%;
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .top-navigation-right {
    display: none;
  }
}
#secondary-navigation {
  display: inline-block;
  width: 60%;
}

.drawer #secondary-navigation {
  width: 100%;
  font-size: 14px;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
  font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .top-navigation #secondary-navigation {
    display: none;
  }
}
.top-navigation .secondary-navigation ul li {
  font-size: 14px;
  margin-right: 15px;
  padding: 0;
}

.top-navigation .secondary-navigation ul li a {
  padding: 12px 0;
  border-bottom-width: 0;
  margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
  padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
  background: #272c30;
  top: 52px;
  left: -15px;
  border: none;
}

.secondary-navigation ul.sub-menu li {
  margin-right: 0;
  padding: 0;
}

.secondary-navigation ul.sub-menu li a {
  font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
  color: #fff;
  opacity: 1;
}

.main-navigation a {
  color: #272c30;
}

.main-navigation a:hover {
  color: #0072e5;
}

.main-navigation ul {
  margin: 0;
  list-style-type: none;
  padding: 10px 0;
}

.main-navigation ul li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}

.main-navigation ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 8px 0;
}

.main-navigation ul li a:hover {
  color: #003F73;
  text-decoration: none;
}

.main-navigation ul.menu > li.current-menu-ancestor > a,
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current-page-item > a {
  color: #000;
  font-weight: 600;
  border-bottom: 4px solid #00ADEE;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
  color: #000;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
  color: #000;
  font-weight: 600;
}

.main-navigation .menu-cta a {
  border-radius: 5px;
  color: #fff;
  padding: 4px 12px;
  background: #272c30;
}

.main-navigation .menu-cta a:hover {
  color: #fff;
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul.menu {
  line-height: 1;
  display: flex;
  gap: 10px;
}

.site-header .menu-item-has-children,
.site-header .page_item_has_children {
  position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
  position: relative;
}

.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
  content: "\e907";
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  line-height: 6px;
  transition: transform 0.3s ease;
  content: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.875 0.90625L5.90625 5.40625C5.71875 5.59375 5.4375 5.59375 5.25 5.40625L0.21875 0.90625C0 0.71875 0 0.40625 0.1875 0.21875C0.375 0 0.6875 0 0.875 0.1875L5.5625 4.375L10.2188 0.1875C10.4062 0 10.7188 0 10.9062 0.21875C11.0938 0.40625 11.0938 0.71875 10.875 0.90625Z' fill='black'/%3E%3C/svg%3E");
}

.site-header .menu-item-has-children:hover > a::after,
.site-header .menu-item-has-children:hover > a::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.875 0.90625L5.90625 5.40625C5.71875 5.59375 5.4375 5.59375 5.25 5.40625L0.21875 0.90625C0 0.71875 0 0.40625 0.1875 0.21875C0.375 0 0.6875 0 0.875 0.1875L5.5625 4.375L10.2188 0.1875C10.4062 0 10.7188 0 10.9062 0.21875C11.0938 0.40625 11.0938 0.71875 10.875 0.90625Z' fill='%23003F73'/%3E%3C/svg%3E");
}

.site-header .menu-item-has-children:hover > a::after {
  transform: rotate(-180deg) !important;
}

@media (max-width: 1000px) {
  .site-header .menu-item-has-children > a::after,
  .site-header .page_item_has_children > a::after {
    display: none;
    pointer-events: none;
  }
}
.sub-menu .menu-item-has-children > a::after,
.sub-menu .page_item_has_children > a::after {
  content: "\e906";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.widget .sub-menu .menu-item-has-children > a::after,
.widget .sub-menu .page_item_has_children > a::after {
  display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
  color: #a6b5c1;
  top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 13px 0;
  line-height: 1.4;
  text-align: center;
  z-index: 75;
  display: block;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #424851;
  border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
  box-shadow: none;
  color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
  display: block;
}

.site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
  cursor: pointer;
}

.site-header .menu-item-has-children:hover {
  border: 1px solid #c2c2c2;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background-color: white;
  padding-bottom: 11px;
}

.site-header .menu-item-has-children:hover > a {
  border-bottom: none !important;
  padding-bottom: 0;
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
  animation-name: fadeIn;
}

.main-navigation .sub-menu,
.main-navigation .children {
  position: absolute;
  min-width: 260px;
  top: unset;
  bottom: 1px;
  left: -999em;
  margin-left: -1px !important;
  transform: translateY(100%);
  padding: 5px 20px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  background: #ffffff;
  color: #000000;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 100;
  border: 1px solid #c2c2c2;
  border-radius: 0 5px 5px 5px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.site-header .menu-item-has-children:hover::before {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  right: 0;
  z-index: 110;
  background: white;
}

.main-navigation li ul {
  z-index: 100;
}

.main-navigation li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 0;
  border-top: none;
  transition: 0.3s ease;
}

.main-navigation li ul li:hover {
  background: rgba(255, 255, 255, 0.02);
  border-top: none;
}

.main-navigation li ul li:hover ul {
  left: 100%;
}

.main-navigation li ul li:last-child a {
  border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  color: #000;
}

.main-navigation li ul li ul {
  padding: 0;
}

.main-navigation ul ul ul {
  left: -999em;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
  display: none;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li li a:hover > ul {
  left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:focus-within > ul {
  left: 100%;
}

.site-header .sub-menu::before {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  display: block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #181c1f;
  border-left: 8px solid transparent;
}

/* Mobile navigation */
.mobile-navigation {
  display: none;
  width: 100%;
  padding: 15px;
  background: #0072e5;
  transition: 0.2s ease;
  text-align: center;
}

.mobile-navigation button {
  width: 100%;
}

@media (max-width: 1000px) {
  .mobile-navigation {
    display: inline-block;
  }
}
.toggle-active {
  background: #0072e5;
}

.drawer .drawer-navigation {
  width: 100%;
  max-width: 100%;
  z-index: 40;
  position: relative;
}

@media (max-width: 1000px) {
  .drawer .drawer-navigation {
    font-size: 17px;
    display: inline-block;
  }
}
.drawer .drawer-navigation .menu {
  margin: 0;
}

.drawer .drawer-navigation ul {
  margin: 0;
  padding: 0;
}

.drawer .drawer-navigation ul li {
  width: 100%;
  padding: 0 0;
  list-style-type: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  transition: none;
  position: relative;
  z-index: 50;
  border-top: none;
}

.drawer .drawer-navigation ul li:hover {
  border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
  border-bottom: none;
}

.drawer .drawer-navigation ul li a {
  display: inline-block;
  padding: 15px 10px 15px 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: none;
  position: relative;
  transition: none;
}

.drawer .drawer-navigation a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0;
  line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
  color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  top: auto;
  margin: 0 0 0 15px;
  padding: 0 15px 0 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
  display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
  padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
  border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
  padding: 2% 0 0 0;
}

.tab-wrapper {
  min-height: 50vh !important;
}
.tab-wrapper.faqs-tabs h3.accordion-title {
  text-decoration: none !important;
}
.tab-wrapper.faqs-tabs .ep_tabs_header {
  margin-left: 162px;
}
.tab-wrapper.faqs-tabs .ep_tabs_header a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 10px 20px;
  text-decoration: none !important;
}
.tab-wrapper.faqs-tabs .ep_tabs_header a.top-border {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab-wrapper.faqs-tabs .ep_tabs_header a.no-border {
  border-top: none;
}
.tab-wrapper.faqs-tabs .ep_tabs_header a.bottom-border {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab-wrapper.faqs-tabs .eplus-styles-uid-85f00a {
  width: 100% !important;
}
.tab-wrapper.faqs-tabs .eplus_styles .ep_tabs_wrapper__0eea3b46-f61f-4539-b20a-d5da415118ce .ep_tab_item_wrapper {
  padding: 0px !important;
}
.tab-wrapper.faqs-tabs .wp-block-accordion-heading__toggle-icon {
  width: 20px !important;
}
.tab-wrapper.faqs-tabs .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "-";
  text-align: center;
  background: white;
  font-size: 1.8rem;
}
.tab-wrapper.faqs-tabs .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  transform: rotate(0deg);
}

.sticky-tabs .ep_tabs_header {
  flex-basis: 200px;
  position: sticky;
  top: 48px;
  height: fit-content;
  line-height: 1.5;
}
.sticky-tabs .wp-block-ep-tabs .ep_tabs_wrapper .ep_tab_item_wrapper {
  display: block;
  margin-bottom: 48px;
  scroll-margin-block-start: 48px;
  -webkit-scroll-margin-block-start: 48px;
}
.sticky-tabs.wp-block-easy-tabs-block-tabs .wp-block-easy-tabs-block-tab-buttons {
  position: sticky;
  top: 48px;
}
.sticky-tabs.wp-block-easy-tabs-block-tabs .wp-block-easy-tabs-block-tab-content, .sticky-tabs.wp-block-easy-tabs-block-tabs .wp-block-easy-tabs-block-tab-content:not(.etb-active-tab):not([data-etb-active-tab]) {
  display: block;
  margin-bottom: 48px;
  scroll-margin-block-start: 48px;
  -webkit-scroll-margin-block-start: 48px;
}
.sticky-tabs .wp-block-easy-tabs-block-tab-button p, .sticky-tabs .sticky-tabs .wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button.etb-active-tab p {
  font-size: 16px;
  color: #00406D;
  --etb-a-tab-btn-text-color: #00406D;
  color: #000000;
  --etb-a-tab-btn-text-color: #000000;
}
.sticky-tabs .wp-block-easy-tabs-block-tab-button:hover p,
.sticky-tabs .sticky-tabs .wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button.etb-active-tab:hover p {
  color: #00406D;
  --etb-a-tab-btn-text-color: #00406D;
}
.sticky-tabs .wp-block-easy-tabs-block-tabs-inner > .wp-block-columns > .wp-block-column:first-of-type {
  flex-basis: 200px;
}
@media screen and (min-width: 768px) {
  .sticky-tabs .wp-block-easy-tabs-block-tabs-inner > .wp-block-columns > .wp-block-column:first-of-type {
    max-width: 200px;
  }
}
.sticky-tabs .wp-block-easy-tabs-block-tab-button:first-child,
.sticky-tabs a.ep_label_main:first-child {
  border-radius: 5px 5px 0 0;
}
.sticky-tabs .wp-block-easy-tabs-block-tab-button:last-child,
.sticky-tabs a.ep_label_main:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom-color: #dddddd !important;
}
.sticky-tabs .wp-block-easy-tabs-block-tab-button,
.sticky-tabs a.ep_label_main {
  border-bottom-color: transparent !important;
  border-radius: 0px;
}
.sticky-tabs .uich-662c17d3.hcp-access-tools.wp-block-group.eplus-wrapper.is-vertical.is-content-justification-left.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-1084ce7c.wp-block-group-is-layout-flex.eplus-styles-uid-7bf3e1,
.sticky-tabs .uich-ca4cd488.hcp-access-guide.wp-block-group.eplus-wrapper.is-vertical.is-content-justification-left.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-1084ce7c.wp-block-group-is-layout-flex.eplus-styles-uid-036d16,
.sticky-tabs .uich-662c17d3.hcp-access-tools.wp-block-group.eplus-wrapper.is-vertical.is-content-justification-left.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-1084ce7c.wp-block-group-is-layout-flex.eplus-styles-uid-89c76e,
.sticky-tabs .uich-156c2a3e.wp-block-group.eplus-wrapper.is-vertical.is-content-justification-left.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f5324d30.wp-block-group-is-layout-flex.eplus-styles-uid-12064f,
.sticky-tabs .uich-ca4cd488.wp-block-group.eplus-wrapper.is-vertical.is-content-justification-left.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-1084ce7c.wp-block-group-is-layout-flex.eplus-styles-uid-0bf24c {
  min-height: unset !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .sticky-tabs .uich-156c2a3e.wp-block-group.eplus-wrapper.is-vertical.is-content-justification-left.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f5324d30.wp-block-group-is-layout-flex.eplus-styles-uid-12064f > p {
    margin-left: 55px !important;
  }
}
.sticky-tabs .wp-container-core-group-is-layout-ad2f72ca {
  margin-left: auto !important;
}

.sticky-tabs a:hover, .sticky-tabs a:focus {
  text-decoration: none !important;
}

.tab-wrapper.faqs-tabs .ep_tabs_header a.ep_active_tab {
  border-bottom: 5px solid #00adee;
}

.sticky-tabs .wp-block-easy-tabs-block-tab-button {
  padding: 10px 20px;
}
.sticky-tabs .wp-block-easy-tabs-block-tab-button p {
  font-size: 16px;
  line-height: 1.5;
}

.sticky-tabs .wp-block-easy-tabs-block-tab-button p {
  color: rgba(0, 0, 0, 0.5);
}

.sticky-tabs .wp-block-easy-tabs-block-tab-button:hover p {
  color: #00406D;
  border-bottom: none !important;
}

.wp-block-easy-tabs-block-tabs.has-hover-etb-border .wp-block-easy-tabs-block-tab-button:hover:not(.etb-active-tab):not([data-etb-active-tab]) {
  border-left: solid 1px #ddd !important;
  border-right: solid 1px #ddd !important;
  border-top: solid 1px #ddd !important;
  border-bottom: solid 1px #ddd !important;
}

.sticky-tabs .wp-block-easy-tabs-block-tab-button:focus,
.sticky-tabs .wp-block-easy-tabs-block-tab-button.etb-active-tab {
  background-image: none !important;
  color: #000;
  text-decoration: none !important;
}
.sticky-tabs .wp-block-easy-tabs-block-tab-button:focus p,
.sticky-tabs .wp-block-easy-tabs-block-tab-button:focus span,
.sticky-tabs .wp-block-easy-tabs-block-tab-button.etb-active-tab p,
.sticky-tabs .wp-block-easy-tabs-block-tab-button.etb-active-tab span {
  color: #000 !important;
  text-decoration: none !important;
}

.side-tabs .eplus_styles .ep_label_main:hover .ep_label {
  color: #000;
  text-decoration: none !important;
}

.eplus_styles .ep_tabs_wrapper__e26ea150-8546-4343-b043-9601c3b60fa9 .ep_label_main,
div[class*=ep_tabs_wrapper],
div[class^=ep_tabs_wrapper] {
  min-height: 70px;
}
.eplus_styles .ep_tabs_wrapper__e26ea150-8546-4343-b043-9601c3b60fa9 .ep_label_main:hover,
div[class*=ep_tabs_wrapper]:hover,
div[class^=ep_tabs_wrapper]:hover {
  color: #00406D;
  border-bottom: none;
}
.eplus_styles .ep_tabs_wrapper__e26ea150-8546-4343-b043-9601c3b60fa9 .ep_label_main.ep_active_tab,
div[class*=ep_tabs_wrapper].ep_active_tab,
div[class^=ep_tabs_wrapper].ep_active_tab {
  border-bottom: 5px solid #00adee;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.custom-logo {
  max-width: 160px;
}

.drawer-wrap {
  position: relative;
}

.drawer {
  padding: 10px 0 15px 0;
  background: #22262a;
  background: rgba(21, 23, 26, 0.7);
  font-size: 16px;
  display: none;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 1000px) {
  .drawer {
    display: none !important;
  }
}
.drawer-menu-explore {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1000px) {
  .drawer-menu-explore {
    background: #272c30;
    padding: 15px 5% 30px 5%;
  }
}
.drawer-menu-explore .container {
  padding: 0;
}

.show-drawer {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
  margin-top: 35px;
}

.site-header {
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 100;
  background: #ffffff;
}

body.admin-bar .is-sticky .site-header {
  margin-top: 32px;
}

.site-identity {
  padding: 25px 0;
  position: relative;
  z-index: 8;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .site-identity {
    padding: 8% 0;
  }
}
@media (max-width: 600px) {
  .site-identity {
    padding: 12% 0;
  }
}
.site-title-wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 30%;
  width: 100%;
  position: relative;
}

@media (max-width: 1000px) {
  .site-title-wrap {
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .titles-wrap {
    padding-top: 8px;
  }
}
.titles-wrap.has-description {
  padding-top: 0;
}

.site-title {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-left: 8px;
  line-height: 1.2;
}

.site-title a {
  color: #272c30;
  transition: 0.1s ease-in;
  position: relative;
}

@media (max-width: 1000px) {
  .site-title {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .site-title {
    font-size: 24px;
  }
}
.site-description {
  color: #272c30;
  font-size: 14px;
  line-height: 1.4;
  margin: -2px 0 0 0;
  display: inline-block;
  width: 100%;
  position: absolute;
}

@media (max-width: 1000px) {
  .site-description {
    position: relative;
    display: block;
  }
}
.site-avatar {
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: top;
}

.site-avatar img {
  border-radius: 500px;
  margin-bottom: 15px;
  width: 85px;
  transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
  transform: scale(1.1);
}

.site-logo {
  line-height: 1;
  margin: 0;
  display: block;
}

.site-logo:not(img):empty {
  margin: 0;
}

.custom-logo-link img {
  display: block;
  margin-left: 100px;
}

@media (max-width: 1000px) {
  .custom-logo-link {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .custom-logo-link img {
    margin-right: auto;
    margin-left: auto;
  }
}
.header-tag {
  padding: 12px 16px;
  color: rgb(68, 68, 68);
  background-color: #F5F5F5;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-tag a:hover {
  text-decoration: none;
}
.header-tag a {
  text-decoration: none;
}

/* --------------------------------------------------------------
Header Banner 
-------------------------------------------------------------- */
.header-banner-block {
  justify-content: flex-start;
}
.header-banner-block .header-banner-copy-wrapper .header-banner-copy {
  padding: 0;
  max-width: 60%;
}
.header-banner-block .header-banner-copy-wrapper .header-banner-copy p {
  max-width: 75%;
}
.header-banner-block .header-banner-copy-wrapper .header-banner-copy p.mw-60 {
  max-width: 60%;
}

/* ======================================
   Footer
   ====================================== */
.site-footer {
  margin-top: auto;
}
.site-footer .container {
  padding: 80px 100px;
  background: #00406d;
}
.site-footer .footer-logo {
  max-width: 186px;
  display: inline-flex;
  padding-bottom: 20px;
}
.site-footer .footer-navigation {
  display: inline-flex;
}
.site-footer .footer-nav-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #ffffff;
}
.site-footer .footer-social ul {
  gap: 14px !important;
}
.site-footer .footer-social svg {
  height: 23px !important;
  width: 23px !important;
}
.site-footer p {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.site-footer #menu-footer, .site-footer #menu-hcp-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.site-footer #menu-footer a, .site-footer #menu-hcp-footer a {
  color: #ffffff !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.footer-widgets {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: 0 0 2rem 0;
}
@media (max-width: 575.98px) {
  .footer-widgets {
    grid-template-columns: 1fr;
  }
}

.footer-content {
  text-align: center;
}

.site-info {
  color: #666666;
  font-size: 0.9rem;
  text-align: center;
}

.footer-widget-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}

.widget {
  font-size: 0.95rem;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  margin: 0 0 1rem 0;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget a {
  color: #ffffff !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.widget a:hover {
  text-decoration: underline;
}

.footer-banner .button-primary.faq {
  padding: 8px 20px !important;
}

/* ======================================
   Medication Cards
   ====================================== */
.medication-cards {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.medication-cards .medication-card {
  display: flex;
  padding: 20px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  flex: 1 0 0;
  border-bottom: 5px solid transparent;
}
.medication-cards .medication-card > div {
  width: 100%;
}
.medication-cards .medication-card a {
  color: #00406D;
  text-decoration: none;
}
.medication-cards .medication-card h2 a {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px; /* 125% */
}
.medication-cards .medication-card p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
  text-decoration: none;
}
.medication-cards .medication-card img {
  width: 42px;
}
.medication-cards .medication-card p.horizontal-card-arrow {
  line-height: 0;
}
.medication-cards .medication-card:hover {
  background: #EAECEE;
  border-bottom: 5px solid #00ACEE;
}
.medication-cards .medication-card:hover p.horizontal-card-arrow svg rect {
  fill: #00ACEE;
}

/* ======================================
   Overlay Banners
   ====================================== */
.overlap-banner {
  padding: 100px 162px;
}
.overlap-banner .overlap-flexWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.overlap-banner .overlap-flexWrapper figure {
  flex: 1 0 0;
  position: relative;
  z-index: 10;
  right: -50px;
}
.overlap-banner .overlap-flexWrapper figure img {
  height: 358px;
  aspect-ratio: 3/2;
}
.overlap-banner .overlap-flexWrapper .overlap-copyWrapper {
  display: flex;
  width: 100%;
  padding: 100px 80px 100px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}

/* ======================================
    CONTACT BANNER
   ====================================== */
.contact-banner .contact-flex-wrapper {
  gap: 20px;
}
.contact-banner .contact-flex-wrapper .contact-icon {
  padding-right: 5px;
}
.contact-banner .contact-flex-wrapper .contact-icon img {
  width: 50px;
}
.contact-banner .contact-flex-wrapper p span a {
  color: #00406D;
  text-decoration: underline;
}
.contact-banner .contact-flex-wrapper a:hover {
  text-decoration: none;
}

/* ======================================
    COVERAGE ACCESS TABS
   ====================================== */
.coverage-access-wrapper .ep_tabs_header {
  margin-top: 50px !important;
}
.coverage-access-wrapper .ep_tabs_header a:active {
  border-bottom: 5px solid #00adee !important;
}
.coverage-access-wrapper .coverage-two-col-wrap {
  padding: 50px !important;
  background: linear-gradient(270deg, rgba(234, 236, 238, 0.2) 0%, #EAECEE 100%) !important;
}
.coverage-access-wrapper .coverage-two-col-wrap .col-8 ul {
  list-style: disc;
  margin: 10px 15px 0;
}
.coverage-access-wrapper .coverage-two-col-wrap .col-8 ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.coverage-access-wrapper .coverage-two-col-wrap .col-4 a {
  padding: 0 !important;
}
.coverage-access-wrapper .coverage-two-col-wrap .col-4 img {
  display: inline-block;
}

/* ======================================
    FOOTER BANNER
   ====================================== */
.footer-banner {
  gap: 20px;
}
.footer-banner .col-4 {
  padding: 36px 30px !important;
  gap: 25px;
}
.footer-banner .col-4 a {
  background-color: unset !important;
  font-size: 18px !important;
  padding: 0 !important;
}

.footer-banner {
  padding: 80px 100px !important;
}

.footer-banner .button-primary a {
  padding: 8px 0 !important;
}

.footer-banner.hcp .uich-d7877b1e {
  padding: 8px 19px !important;
}

.footer-banner.hcp .uich-070d5640 {
  padding: 36px 40px !important;
}

/* ======================================
    Testimonial Slider
   ====================================== */
.quote-image {
  max-width: 233px;
}

.quote-icon {
  align-self: flex-start;
  padding-top: 1.5rem;
}

.swiper-container-outer {
  background-color: #ffffff !important;
}

.wp-block-gutsliders-any-content .gutslider-content-inner {
  max-width: 90%;
}

.wp-block-gutsliders-any-content .gutslider-content-inner {
  padding: 5% !important;
  margin: 0 !important;
  max-width: 98% !important;
  border: solid 1px #c2c2c2;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next {
  bottom: 62px;
  border-radius: 0;
  background-color: #ffffff;
  border: solid 1px #c2c2c2;
  color: #000;
}

.wp-block-cb-carousel-v2 .cb-button-prev, .wp-block-cb-carousel-v2.cb-rtl .cb-button-next {
  left: 0 !important;
}

.wp-block-cb-carousel-v2 .cb-button-next, .wp-block-cb-carousel-v2.cb-rtl .cb-button-prev {
  right: 0 !important;
}

.swiper-horizontal > .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 62px;
  padding: 5px 100px;
}

.swiper-pagination-bullet {
  border-radius: 0;
  border: solid 1px #c2c2c2;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00ACEE;
}

.quote-slider .col-md-8 {
  text-align: left;
}

/* Page Hero */
.page-hero-2.hcp-contact .header-banner-copy {
  max-width: none !important;
}

.hero-accordion {
  display: flex;
  flex-direction: column;
}
.hero-accordion .wp-block-accordion-heading {
  display: flex;
  order: 2;
}
.hero-accordion a {
  color: #FFFFFF !important;
}
.hero-accordion .wp-block-accordion-panel {
  max-height: 0; /* Starting height is 0 (hidden) */
  overflow: hidden; /* Hides content that exceeds the max-height */
  transition: all 0.5s ease-in-out; /* Smooth transition over 0.5s */
}
.hero-accordion.is-open .wp-block-accordion-panel {
  max-height: 2000px !important;
}
.hero-accordion .wp-block-accordion-panel[aria-hidden=true], .hero-accordion .wp-block-accordion-panel[inert] {
  display: block;
  max-height: 0;
}

/* Expandable Accordion */
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
}

.eplus_styles .ep_tabs_wrapper__5a7ca5f4-2249-4f01-8d5f-045a208fcaad .ep_label_main:hover,
.eplus_styles .ep_tabs_wrapper__5a7ca5f4-2249-4f01-8d5f-045a208fcaad .ep_label_main:focus {
  background-image: none !important;
  color: #000 !important;
  text-decoration: none !important;
}
.eplus_styles .ep_tabs_wrapper__5a7ca5f4-2249-4f01-8d5f-045a208fcaad .ep_label_main:hover span,
.eplus_styles .ep_tabs_wrapper__5a7ca5f4-2249-4f01-8d5f-045a208fcaad .ep_label_main:focus span {
  border-bottom: 5px solid #00adee !important;
  padding-bottom: 0.5rem;
  color: #000 !important;
  text-decoration: none !important;
}

.eplus_styles .ep_label_main:hover .ep_label {
  color: #000 !important;
  text-decoration: none !important;
}

/* Fix for block list */
.wp-block-list {
  line-height: 1.2rem;
}
.wp-block-list li {
  margin: 0.5rem 0 0.5rem 1rem;
}

/* HCP Modal */
#hcp-popup .wp-popup-content {
  width: 60%;
  padding: 100px;
}

/* Breadcrumbs */
.breadcrumb-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 5px 0 5px 85px;
  border-top: solid 1px #ddd;
}
.breadcrumb-wrapper .breadcrumb {
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 0 5px;
}
.breadcrumb-wrapper p {
  color: #000;
  display: inline-flex;
  font-size: 12px;
}
.breadcrumb-wrapper .wp-block-button__link {
  color: #000;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
/* ======================================
   Utilities
   ====================================== */
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.black {
  color: #000;
}

.white {
  color: #ffffff;
}

.dark-blue {
  color: #00406D;
}

.navy {
  color: #00406D;
}

.light-blue {
  color: #00adee;
}

.icon-blue {
  color: #73d7ff;
}

.bg-grey-gradient {
  background: linear-gradient(270deg, rgba(234, 236, 238, 0.2) 0%, #EAECEE 100%);
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

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

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-muted {
  color: #666666;
}

.text-accent {
  color: #666666;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-5 {
  gap: 3rem;
}

.border {
  border: 1px solid #00406D;
}

.border-top {
  border-top: 1px solid #00406D;
}

.border-bottom {
  border-bottom: 1px solid #00406D;
}

.rounded {
  border-radius: 4px;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.float-left {
  float: left;
  margin-right: 1.5rem;
}

.float-right {
  float: right;
  margin-left: 1.5rem;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.container-sm {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-md {
  max-width: 1280px;
  padding-left: 70px;
  padding-right: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .container-md {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* ======================================
   Responsive
   ====================================== */
@media (max-width: 575.98px) {
  .hide-on-mobile {
    display: none;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .show-on-mobile {
    display: none;
  }
  .hide-on-tablet {
    display: none;
  }
}
@media (min-width: 1920px) {
  .hide-on-desktop {
    display: none;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h1, h2, h3 {
    page-break-after: avoid;
  }
  p, blockquote {
    page-break-inside: avoid;
  }
}
.swiper-horizontal > .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 64px;
  width: fit-content;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 5px 80px;
  background: white;
}
.swiper-horizontal > .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next {
  bottom: 64px;
  top: unset;
}
.swiper-horizontal .swiper-button-prev {
  left: 50%;
  transform: translate(-102px, 50%);
}
.swiper-horizontal .swiper-button-next {
  right: 50%;
  transform: translate(102px, 50%);
}

@media (max-width: 768px) {
  .hero-video {
    padding: 40px 20px !important;
    flex-direction: column;
  }
  .hero-content {
    width: 100%;
  }
  .hero-video {
    width: 100%;
  }
  .top-navigation {
    padding: 0 1.3rem !important;
    border-bottom: solid 1px #c2c2c2;
  }
  .top-navigation .container {
    padding: 0;
  }
  .site-title-wrap {
    width: 30%;
  }
  .mobile-navigation {
    margin-left: auto;
    display: flex;
    width: 6.2rem;
    background-color: #00406d !important;
    border-radius: 0 10px;
    padding: 9px 18px 9px 10px;
  }
  .mobile-navigation span {
    position: relative;
  }
  .mobile-navigation .gbicon-bars::before, .mobile-navigation .gbicon-times::before {
    right: -15px !important;
    position: absolute;
    top: 1px;
  }
  .drawer-wrap {
    position: absolute;
    width: 113%;
    top: 5.4rem;
    left: -1.5rem;
  }
  .drawer-wrap .gbicon-angle-down::before {
    color: #000;
    position: absolute;
    top: 40%;
  }
  .drawer .menu-item-has-children .toggle-sub:hover {
    color: #000;
  }
  .drawer-wrap .drop-open {
    background: linear-gradient(270deg, rgba(234, 236, 238, 0.2) 0%, #EAECEE 100%);
  }
  .drawer-menu-explore {
    background-color: #fff;
    color: #000;
    padding: 0;
  }
  .drawer .drawer-navigation ul li {
    padding: 6px 20px;
    border-bottom: solid 1px #c2c2c2 !important;
    position: relative;
  }
  .drawer .drawer-navigation ul li:last-child {
    border-bottom: none !important;
  }
  .drawer .drawer-navigation a {
    color: #000;
  }
  .drawer .menu-item-has-children .toggle-sub {
    background-color: transparent;
    color: #000;
    border: none;
  }
  .site-identity {
    display: flex;
  }
  .header-tag {
    right: 0;
  }
  .menu-toggle .menu-open, .menu-toggle .close-wrapper {
    display: inline-flex;
  }
  .menu-toggle i {
    padding-right: 0.25rem;
    display: inline-flex;
  }
  .card-collection {
    width: 100%;
    padding: 40px 20px !important;
    min-height: none !important;
  }
  .rare-button {
    width: 100%;
  }
  .medication-cards {
    flex-wrap: wrap;
  }
  .site-footer .container {
    padding: 40px 20px;
  }
  .footer-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer-nav-container li {
    width: 100%;
  }
  .site-footer #menu-footer, .site-footer #menu-hcp-footer {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-navigation {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .wp-container-core-group-is-layout-ad2f72ca {
    flex-wrap: wrap;
    color: #fff;
  }
  .overlap-banner {
    padding: 1.3rem !important;
  }
  .overlap-banner .overlap-flexWrapper .overlap-copyWrapper {
    padding: 1.3rem !important;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding-bottom: 4rem !important;
  }
  .overlap-banner figure {
    order: 1;
    flex: 1 0 100% !important;
    right: 0 !important;
    top: -3rem;
    padding: 0.5rem;
  }
  .overlap-banner figure img {
    height: auto !important;
  }
  .overlap-banner a {
    padding: 0 !important;
  }
  .overlap-banner .button-outline {
    width: 100% !important;
  }
  #menu-footer {
    width: 100%;
    flex-wrap: wrap;
  }
  .overlap-banner .overlap-flexWrapper {
    flex-direction: column;
  }
  .contact-banner {
    padding: 40px 20px !important;
  }
  .contact-banner .contact-flex-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: start;
  }
  .contact-banner h2 {
    text-align: left;
    text-wrap: nowrap;
  }
  .footer-banner {
    flex-direction: column;
    padding: 0 !important;
    padding: 40px 20px !important;
  }
  .footer-banner .col-12 {
    padding: 1.3rem;
    width: 100%;
  }
  .footer-banner .button-primary {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 18px;
    white-space: nowrap;
  }
  .footer-banner .button-primary a {
    padding: 0 !important;
  }
  #page {
    padding: 0 !important;
  }
  .eplus-styles-uid-6d1a19 {
    padding: 40px 20px !important;
  }
  .tab-wrapper {
    padding: 40px 20px !important;
  }
  .wp-block-social-links .wp-block-social-link.wp-social-link {
    width: auto !important;
    margin-bottom: 1rem !important;
  }
  .eplus-styles-uid-09a812 {
    padding: 40px 20px !important;
  }
  a.ep_label_main.ep_active_tab {
    border-bottom: 5px solid #00adee !important;
  }
  .ep_label_main:hover {
    border-bottom: 5px solid #00adee !important;
  }
  .ep_tabs_header {
    margin-left: 0 !important;
    width: 100%;
  }
  .eplus-styles-uid-58963f {
    width: 100% !important;
  }
  .eplus-styles-uid-6b58e7 {
    width: 100% !important;
  }
  .eplus-styles-uid-5e0df3 {
    width: 100% !important;
  }
  .eplus-styles-uid-dd7324 {
    flex-wrap: wrap;
  }
  .eplus-styles-uid-05f66f {
    padding: 20px !important;
  }
  .eplus-styles-uid-c1b07e {
    padding: 20px !important;
  }
  .eplus-styles-uid-99567e {
    padding: 20px !important;
  }
  .eplus-styles-uid-48481b {
    width: 100% !important;
    padding: 20px !important;
  }
  .eplus-styles-uid-ec706b {
    width: 100% !important;
  }
  .eplus-styles-uid-4b0f77 {
    padding: 20px !important;
  }
  .wp-block-gutsliders-any-content .gutslider-content-inner {
    max-width: 100%;
    padding: 0 !important;
  }
  .page-hero .eplus-wrapper {
    padding: 0 !important;
  }
  .know-support {
    width: 100% !important;
  }
  .viltepso-access-support-forms .wp-block-easy-tabs-block-tab-content > *,
  .navsunli-access-support-tabs .wp-block-easy-tabs-block-tab-content > * {
    margin-block-start: 0 !important;
    margin-left: 0 !important;
  }
  .eplus-styles-uid-78de16 {
    margin-left: 0 !important;
  }
  .patient-journey {
    flex-wrap: wrap;
  }
  .patient-journey .col-12 {
    padding: 20px !important;
    flex-wrap: wrap;
  }
  .page-hero-2 {
    background-image: url("/wp-content/uploads/2026/01/patient-coverage-mobile-hero.jpg") !important;
    background-size: cover !important;
    align-items: flex-start;
  }
  .page-hero-2.advocacy {
    background-image: url("/wp-content/uploads/2026/01/advocacy-hero-mobile.jpg") !important;
    background-size: 100% !important;
    min-height: 46vh !important;
  }
  .page-hero-2.faq {
    background-image: url("/wp-content/uploads/2026/01/page-hero-faq.jpg") !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .page-hero-2.contact {
    background-image: url("/wp-content/uploads/2026/01/page-hero-contact-mobile.jpg") !important;
    background-size: cover;
    min-height: 45vh !important;
  }
  .page-hero-2.hcp-home {
    background-image: url("/wp-content/uploads/2026/01/hcp-homepage-hero-mobile.jpg") !important;
    background-size: cover;
    min-height: 57vh !important;
  }
  .page-hero-2.hcp-coverage {
    background-image: url("/wp-content/uploads/2026/01/page-hero-hcp-coverage.jpg") !important;
    background-size: cover;
    min-height: 57vh !important;
  }
  .page-hero-2.hcp-contact {
    background-image: url("/wp-content/uploads/2026/01/page-hero-hcp-contact.jpg") !important;
    background-size: cover;
    min-height: 57vh !important;
  }
  .page-hero-2 h1 {
    font-size: 36px;
    font-weight: 700;
    color: #00406D;
  }
  .page-hero-2 .header-banner-copy-wrapper {
    padding: 20px !important;
    color: #00406D;
  }
  .page-hero-2 .header-banner-copy {
    max-width: 100% !important;
    width: 100% !important;
    color: #00406D;
  }
  .header-banner-block .header-banner-copy-wrapper .header-banner-copy p.mw-60 {
    max-width: 100% !important;
    width: 100% !important;
    color: #00406D;
  }
  .uich-21d23ef5 {
    padding: 40px 20px !important;
  }
  .uich-6b528406 {
    flex-wrap: wrap;
  }
  .medication-cards .medication-card {
    flex: auto !important;
  }
  .uich-29b85039 {
    padding-left: 0 !important;
    margin-top: 20px !important;
  }
  .eplus-styles-uid-dbc3ed, .eplus-styles-uid-558e5f {
    margin-left: 0 !important;
  }
  .hcp-access-guide, .hcp-access-tools, .hcp-access-resources {
    margin-left: 0px !important;
    margin-top: 20px !important;
  }
  .site-identity {
    padding: 8% 20px 5% 2% !important;
  }
  body.noscroll {
    position: static;
    overflow: hidden;
  }
  .quote-image {
    width: 100% !important;
    max-width: 100% !important;
  }
  .quote-slide {
    flex-wrap: wrap;
    height: 700px;
  }
  .quote-slider .swiper {
    height: 820px !important;
  }
  .quote-slider .swiper-container-outer {
    height: 820px;
  }
  .swiper-horizontal > .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 29px !important;
    padding: 5px 100px;
    display: flex;
  }
  .quote-slider .swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next {
    bottom: 29px !important;
    height: 50px;
    width: 50px;
    right: 45%;
  }
  .quote-slider .swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-prev {
    bottom: 29px !important;
    height: 50px;
    width: 50px;
    left: 45%;
  }
  .quote-slider .p-18.black.font-weight-normal {
    text-align: center;
    width: 100%;
  }
  .quote-slider .wp-block-gutsliders-any-content .swiper-button-next:after, .wp-block-gutsliders-any-content .swiper-button-prev:after, .quote-slider .wp-block-gutsliders-any-content .swiper-button-next:after, .wp-block-gutsliders-any-content .swiper-button-next:after {
    font-size: 25px !important;
  }
  .quote-slider .quote-icon {
    justify-content: center;
    display: flex;
    width: 100%;
  }
  .drawer .menu-item-has-children .toggle-sub {
    right: 30px;
  }
  .site-header .menu-item-has-children:hover {
    padding-bottom: 6px;
  }
  .site-header .menu-item-has-children:hover::before {
    position: relative;
    padding-bottom: 6px;
    content: none;
  }
  .site-header .menu-item-has-children:hover > a {
    padding-bottom: 6px !important;
  }
  .drawer {
    height: 100vh;
  }
  .ep_tabs_left, .ep_tabs_right {
    flex-direction: column;
  }
  .ep_tabs_left .ep_tabs_header, .ep_tabs_right .ep_tabs_header,
  .wp-block-easy-tabs-block-tab-buttons {
    display: none !important;
  }
  .ep_tabs_wrapper > div {
    padding: 24px 0 !important;
  }
  .ep-tabs-mobile-select {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
