@charset "UTF-8";
select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

a:focus, button:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1, h2, h3, h4, h5, p {
  font-family: "Arimo", sans-serif;
}

em {
  font-style: italic;
}

a {
  color: #0073cf;
}

b, strong {
  font-weight: 700;
}

.btn {
  border: 0px;
}

.btn:focus, .btn:focus-within, .btn:hover {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-banner-bg {
  width: 100%;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

body {
  color: #333333;
  background-color: #fff;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
}

:root {
  --animate-delay: 0.5s;
  --animate-duration: 0.5s;
}

.color-blue {
  color: #403b94 !important;
}

.color-gray {
  color: #333333;
}

h1 {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
}

.display-1300 {
  display: none;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

.font-regular {
  font-weight: 400;
}

.color-offblue {
  color: #267dc1;
}

.color-slay-gray {
  color: #6d6e71;
}

.color-mid-blue {
  color: #2272b9;
}

.btn-link {
  color: #fe7024;
  font-size: 18px;
  font-weight: 700;
}
.btn-link:visited {
  color: #fe7024;
}

.btn-link:hover,
.btn-link:focus {
  color: #db5500;
  text-decoration: none;
}

.bg-orange,
.bg-orange:visited {
  background-color: #fe7024;
  border-radius: 20px;
  color: #fff !important;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.bg-orange:hover,
.bg-orange:focus {
  background-color: #db5500;
  color: #fff !important;
  text-decoration: none;
}

.bg-blue {
  background-color: #2272b9;
  border-radius: 20px;
  color: #fff;
}
.bg-blue:visited {
  color: #fff;
}

.bg-blue:hover {
  background-color: #214290;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.btn {
  padding: 7px 25px;
  background-color: #fec352;
  font-weight: 700;
  font-size: 16px;
  color: #403b94 !important;
  font-size: 18px;
  text-align: center;
  border-radius: 0;
}

.color-white {
  color: #fff;
}

.olive {
  background-color: #b1c95b;
  border-radius: 20px;
  color: #fff;
}

.olive:hover {
  background-color: #7ba000;
}

.d-block-mob {
  display: none;
}

.font-nowrap {
  white-space: nowrap;
}

.font-bold {
  font-weight: 700;
}

.font-semi-bold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-12 {
  font-size: 12px;
}

.dis-mob-block {
  display: none;
}

.dis-md-block {
  display: block;
}

.isi-body-elements {
  font-size: 18px;
}

.dnnLogin {
  margin-top: 200px;
}

#exitModal {
  background-color: rgba(216, 216, 216, 0.5);
}
#exitModal .modal-dialog {
  max-width: 790px;
}
#exitModal .modal-dialog .modal-content {
  margin: 0px auto;
  min-height: 100px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  border: 0px solid rgba(0, 0, 0, 0);
  top: 80px;
}
#exitModal .modal-dialog .modal-content .modal-body {
  padding: 60px 30px 60px 30px;
}
#exitModal .modal-dialog .modal-content .modal-body p {
  font-size: 18px;
  padding: 20px 0;
}
#exitModal .modal-dialog .modal-content .modal-body .xi-modal-btn {
  text-align: center;
}
#exitModal .modal-dialog .modal-content .modal-body .xi-modal-btn .bg-blue {
  width: 255px;
  margin: 10px 15px;
  display: inline-block;
  color: #fff;
}

.orangeDot {
  margin: 0 0 20px 0;
}
.orangeDot li {
  position: relative;
  padding-left: 13px;
}
.orangeDot li:before {
  position: absolute;
  content: "";
  background-color: #fec352;
  width: 5px;
  height: 5px;
  left: 0;
  border-radius: 50%;
  top: 8px;
}

#siteLeavingPopup.modal .modal-content {
  padding: 20px;
}
#siteLeavingPopup.modal .modal-content .modal-body {
  color: #006225;
  text-align: center;
}
#siteLeavingPopup.modal .modal-content .modal-body h4 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}
#siteLeavingPopup.modal .modal-content .modal-body p {
  font-size: 15px;
  line-height: 12px;
  margin-bottom: 0px;
  font-weight: 700;
}
#siteLeavingPopup.modal .modal-content .modal-footer {
  border-top: 0px solid transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  padding: 0.75rem 0;
}
#siteLeavingPopup.modal .modal-content .modal-footer .btn {
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  padding: 14px 15px;
  width: 200px;
}
#siteLeavingPopup.modal .modal-content .modal-footer .btn:first-child {
  margin-right: 20px;
}

.nobreak {
  white-space: nowrap;
}

.error-page {
  padding: 25vh 0 47vh;
}
.error-page h1 {
  letter-spacing: -0.32px;
  font-size: 32px;
  font-weight: 700;
  color: #006225;
}

.dnnEditState .header {
  min-height: 135px;
  height: auto;
  position: relative;
}
.dnnEditState .header .header-main {
  position: relative;
  z-index: 0;
}

.page-wrapper {
  background-image: url("../img/img-905X2000-bg.jpg");
  background-position: top 0px center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  width: 100%;
}

.header {
  top: 36px;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.header.fixed {
    position: fixed;
    top: 0;
}
.header.fixed .middle-head {
  background-color: #fff !important;
}
.header .header-main .top-head {
  background-color: #006225;
  color: #fff;
}
.header .header-main .top-head .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-main .top-head .top-head-col-1 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 1.5px;
}
.header .header-main .top-head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.header .header-main .top-head ul li .btn {
  padding: 6px 20px;
  background-color: #fff;
  margin: 10px 0;
  border-radius: 26px;
  font-size: 11px;
  line-height: 24px;
  color: #333333 !important;
  font-weight: 700;
}
.header .header-main .top-head ul li .btn img {
  max-height: 15px;
  margin-right: 5px;
}
.header .header-main .middle-head {
  background-color: transparent;
}
.header .header-main .middle-head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}
.header .header-main .middle-head ul li {
  margin: 7px 6px 7px 18px;
}
.header .header-main .middle-head ul li a {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  text-decoration: none;
}
.header .header-main .navbar {
  background-color: #fec352;
  padding: 0 1rem;
}
.header .header-main .navbar .navbar-brand {
  max-width: 173px;
  position: absolute;
  top: -38px;
  z-index: 1;
  padding: 0;
}
.header .header-main .navbar .navbar-brand .main-logo {
  display: block;
  background-color: #fff;
  padding: 10px 20px 8px 30px;
}
.header .header-main .navbar .navbar-brand .main-logo img {
  max-width: 100%;
  width: 122px;
}
.header .header-main .navbar .navbar-collapse .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 15px;
  padding: 12px 10px;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: #403b94;
  text-decoration: none;
  padding: 0px 20px;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav {
  position: relative;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav {
  display: none;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav:hover .subnav {
  display: block;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav {
  position: absolute;
  top: 100%;
  margin: 0;
  background-color: #FCF1DC;
  width: 100%;
  left: 0px;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li {
  margin: 5px 0;
  text-align: center;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li a {
  padding: 10px 5px;
  pointer-events: auto;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li:hover {
  background-color: #fec352;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4 {
  /*width: 210px;*/
  margin: 0 15px;
  padding: 12px 15px;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4 a {
  pointer-events: none;
  padding: 0px 5px;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .expands {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #403b94;
  display: inline-block;
  padding: 0px;
  position: relative;
  top: -1px;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:hover, .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active {
  background-color: #ffd077f0;
}
.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 10px !important;
}

.top-utility-section {
    padding: 9px 0;
    background-color: rgb(3,131,140)
}

.top-utility-section .bl-left-logo img {
    height: 18px
}

.top-utility-section .bl-right-link a {
    color: rgb(255,255,255);
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: Barlow,sans-serif;
    font-weight: 800;
    font-size: 11px;
    line-height: normal;
    text-decoration: underline
}

.top-utility-section .bl-right-link a span {
    font-family: Barlow,sans-serif;
}

.top-utility-section .bl-right-link a img {
    width: 15px;
    height: 15px;
    margin-left: 5px
}

.bl-left-logo {
    line-height: 0
}

.top-utility-section .left-logo-wrap,
.top-utility-section .right-link-wrap {
    width: 50%;
    flex: 0 0 auto;
}

.top-headline {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 1.3px;
    text-align: center;
    font-family: Barlow,sans-serif;
    color: #fff;
}

.top-headline:hover {
    color: #fff;
    text-decoration: none;
}

.top-headline .arrow {
    color: #fec352;
    position: relative;
    bottom: 1px;
    margin-left: 5px;
}

.footer-sec.footer-inner {
    padding: 46px 0 20px;
    background: rgb(3,131,140);
    font-family: Barlow,sans-serif;
    border-top: 0 !important
}

.footer-sec ul {
    width: auto;
}

.footer-sec ul.socialLink {
    padding-left: 18px;
}

.footer-sec ul li {
    margin-bottom: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
}

.footer-sec span {
    color: #fff
}

.footer-bl-logo {
    margin-bottom: 18px
}

.footer-sec .footer-links ul {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.footer-desc.copyright p {
    font-size: 10px;
    color: rgb(255,255,255);
    margin-top: 0;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    text-align: left;
}

.socialLink {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 0px;
    gap: 15px;
}

.social-link-top {
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.foot-line {
    border-bottom: 1px solid rgb(53,167,129);
    margin-bottom: 15px;
}

.social-link-top p {
    color: rgb(255,255,255);
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 600;
    font-family: Barlow,sans-serif;
}

.socialLink li {
    color: rgb(255,255,255);
    list-style-type: none
}

.footer-links ul li a {
    color: rgb(255,255,255);
    background: url("/siteassets/img/icon-link-out.svg") right bottom / 10px no-repeat;
    font-size: 12px !important;
    padding-right: 15px;
    text-decoration: underline;
    font-weight: 700;
    font-family: Barlow,sans-serif
}

.footer-links ul li.no-external a {
    background-image: none
}

.footer-links {
    display: flex;
}

.footer-links li {
    list-style-type: none;
    margin-bottom: 8px
}

.footer-links ul {
    margin-left: 0;
    padding-left: 0
}

.footer-links .px-0 {
    padding-left: 0
}

.float-headline {
    position: fixed;
    bottom: 244px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 2px solid #fff;
    background-color: #fec352;
    border-radius: 50%;
    padding: 0 22px;
    z-index: 9999;
}

.float-headline a {
    color: #403b94;
    font-weight: 900;
    position: relative;
    top: 6px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .header-main .top-head ul li .btn {
    padding: 6px 11px;
    font-size: 10px;
  }
  .header .header-main .middle-head ul li a {
    font-size: 10px;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 8px;
    padding: 12px 5px;
  }
}
@media screen and (max-width: 991px) {
    .top-utility-section .left-logo-wrap,
    .top-utility-section .right-link-wrap {
        padding-bottom: 9px;
    }

    .top-headline-wrap {
        background-color: #403b94;
    }

    .header {
        z-index: 999;
        top: 61px;
    }
  .header .header-main .top-head .top-head-col-1 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 1.3px;
    text-align: center;
    padding: 7px 0;
  }
  .header .header-main .top-head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 -10px;
  }
  .header .header-main .top-head ul li .btn {
    padding: 5px 15px;
    background-color: #fff;
    margin: 2px 0 15px;
    border-radius: 26px;
    font-size: 10px;
    line-height: 24px;
    color: #333333 !important;
    font-weight: 700;
  }
  .header .header-main .top-head ul li .btn img {
    display: none;
  }
  .header .header-main .middle-head {
    display: none;
  }
  .header .header-main .navbar {
    background-color: #fec352;
    padding: 5px 1rem;
    min-height: 41px;
    position: relative;
  }
  .header .header-main .navbar .navbar-brand {
    max-width: 100px;
    top: 0px;
  }
  .header .header-main .navbar .navbar-brand .main-logo {
    padding: 7px 15px 7px 16px;
  }
  .header .header-main .navbar .navbar-brand .main-logo img {
    max-width: 100%;
    width: 70px;
  }
  .header .header-main .navbar .navbar-toggler {
    display: block;
    position: absolute;
    right: 15px;
    top: 4px;
  }
  .header .header-main .navbar .navbar-toggler p {
    margin-bottom: 0;
  }
  .header .header-main .navbar .navbar-toggler img {
    max-width: 30px;
  }
  .header .header-main .navbar .navbar-collapse {
    margin: 35px 0 0;
    height: calc(100vh - 130px);
    overflow-y: scroll;
    display: none !important;
    background-color: #fec352;
    position: absolute;
    top: 6px;
    padding: 20px 0px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .header .header-main .navbar .navbar-collapse.show {
    display: block !important;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav, .header .header-main .navbar .navbar-collapse .moline-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item {
    margin: 0 0 7px 0;
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #403b94;
    text-align: left;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item a {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: capitalize;
    color: #403b94;
    text-decoration: none;
    padding: 12px 15px;
    display: block;
    margin-bottom: 7px;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(4) a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item:nth-child(4) a {
    text-transform: inherit;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav {
    position: relative;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav {
    display: none;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav.shownav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav.shownav {
    display: block !important;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav:hover, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav:hover {
    background-color: transparent;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav:hover .subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav:hover .subnav {
    display: none;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav {
    position: relative;
    top: 99%;
    margin: 0;
    background-color: #fec352;
    width: 100%;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav li {
    margin: 0px 15px;
    text-align: left;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav li a {
    padding: 10px 15px;
    pointer-events: auto;
    background-color: #fec352;
    font-weight: 400;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li:hover, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav li:hover {
    background-color: #fff;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav.submenu-4 {
    width: 215px;
    margin: 0 0px;
    padding: 0 15px;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4 a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav.submenu-4 a {
    padding: 12px 15px;
    pointer-events: none;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4.active .subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav.submenu-4.active .subnav {
    display: block;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4.active .subnav li, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav.submenu-4.active .subnav li {
    text-align: left;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .expands, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .expands {
    position: absolute;
    right: 20px;
    top: 0;
    width: 50px;
    height: 45px;
    border: 0;
    text-align: center;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .expands:after, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .expands:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #403b94;
    padding: 0px;
    position: relative;
    top: 25%;
    display: inline-block;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:hover a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item:hover a {
    background-color: transparent;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.active {
    background-color: transparent;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.active a {
    background-color: #fff;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active .expands:after, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.active .expands:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:last-child, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item:last-child {
    margin-right: 0;
  }
  .header .header-main .navbar .navbar-collapse .moline-nav {
    margin-top: 0;
  }
  .header .header-main .navbar .navbar-collapse .moline-nav li:first-child {
    margin-top: 7px;
  }
    .footer-links {
        flex-direction: column;
    }

    .footer-sec {
        padding: 25px 0 40px;
    }

    .social-link-top {
        flex-direction: column;
        align-items: start;
    }

    .socialLink {
        padding-left: 0px;
    }

    .footer-links .col-lg-6 {
        padding: 0;
    }

    .footer-sec ul.socialLink {
        padding-left: 0px;
    }
}
@media screen and (max-width: 768px) {

    .header {
        z-index: 999;
        top: 53px;
    }
  .header .header-main .top-head .top-head-col-1 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 1.3px;
    text-align: center;
    padding: 7px 0 0px 0;
  }
  .header .header-main .top-head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 -10px;
  }
  .header .header-main .top-head ul li .btn {
    padding: 5px 5px;
    background-color: #fff;
    margin: 2px 0 9px;
    border-radius: 26px;
    font-size: 10px;
    line-height: 24px;
    color: #333333 !important;
    font-weight: 700;
  }
  .header .header-main .top-head ul li .btn img {
    display: none;
  }
  .header .header-main .middle-head {
    display: none;
  }
  .header .header-main .navbar {
    background-color: #fec352;
    padding: 5px 1rem;
  }
  .header .header-main .navbar .navbar-brand {
    max-width: 100px;
    top: 0px;
  }
  .header .header-main .navbar .navbar-brand .main-logo {
    padding: 7px 15px 7px 16px;
  }
  .header .header-main .navbar .navbar-brand .main-logo img {
    max-width: 100%;
    width: 70px;
  }
  .header .header-main .navbar .navbar-toggler img {
    max-width: 30px;
  }
  .header .header-main .navbar .navbar-collapse {
    margin: 35px 0 0;
    height: calc(100vh - 130px);
    overflow-y: scroll;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav, .header .header-main .navbar .navbar-collapse .moline-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item {
    margin: 0 0 7px 0;
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #403b94;
    text-align: left;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item a {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: capitalize;
    color: #403b94;
    text-decoration: none;
    padding: 12px 15px;
    display: block;
    margin-bottom: 7px;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(4) a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item:nth-child(4) a {
    text-transform: inherit;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav {
    position: relative;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav {
    display: none;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav.shownav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav.shownav {
    display: block !important;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav:hover, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav:hover {
    background-color: transparent;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav:hover .subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav:hover .subnav {
    display: none;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav {
    position: relative;
    top: 99%;
    margin: 0;
    background-color: #fec352;
    width: 100%;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav li {
    margin: 0px 15px;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav li a {
    padding: 10px 15px;
    pointer-events: auto;
    background-color: #fec352;
    font-weight: 400;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li:hover, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .subnav li:hover {
    background-color: #fff;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav.submenu-4 {
    width: 215px;
    margin: 0 0px;
    padding: 0 15px;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4 a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav.submenu-4 a {
    padding: 12px 15px;
    pointer-events: none;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4.active .subnav, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav.submenu-4.active .subnav {
    display: block;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4.active .subnav li, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav.submenu-4.active .subnav li {
    text-align: left;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .expands, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .expands {
    position: absolute;
    right: 20px;
    top: 0;
    width: 50px;
    height: 45px;
    border: 0;
    text-align: center;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .expands:after, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.has-subnav .expands:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #403b94;
    padding: 0px;
    position: relative;
    top: 25%;
    display: inline-block;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:hover a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item:hover a {
    background-color: transparent;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.active {
    background-color: transparent;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active a, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.active a {
    background-color: #fff;
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.active .expands:after, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item.active .expands:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item:last-child, .header .header-main .navbar .navbar-collapse .moline-nav .nav-item:last-child {
    margin-right: 0;
  }
  .header .header-main .navbar .navbar-collapse .moline-nav {
    margin-top: 0;
  }
  .header .header-main .navbar .navbar-collapse .moline-nav li:first-child {
    margin-top: 7px;
  }

  .header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav .subnav li {
    text-align: left;
  }
    .top-utility-section .bl-left-logo img {
        height: 8px;
    }

    .top-utility-section .left-logo-wrap {
        width: 30%;
    }
    .top-utility-section .right-link-wrap {
        width: 70%;
    }
    .top-utility-section .bl-right-link a {
        font-size: 7.5px;
    }
    .top-utility-section .bl-right-link a img {
        width: 10px;
        height: 10px;
        margin-left: 5px;
    }
}
@media screen and (max-width: 767px) {
  .header .header-main .navbar .navbar-collapse {
    margin: 35px 0 0;
  }

  .header .header-main .navbar .navbar-toggler {
    display: block;
    position: relative;
    right: initial;
    top: initial;
  }
}
@media screen and (max-width: 375px) {
  .header .header-main .top-head ul li .btn {
    padding: 2px 6px;
  }
}
@media screen and (max-width: 374px) {
  .header .header-main .top-head ul li .btn {
    font-size: 9px;
  }
}
@media screen and (max-width: 361px) {
    .top-utility-section .bl-right-link a {
        font-size: 7px;
    }
}

.inner-banner-page {
    margin-top: 150px;
}

.homeBanner {
  margin-top: 0px;
  position: relative;
}
.homeBanner .img-fluid {
  width: 100%;
}
.homeBanner .caption {
  position: absolute;
  top: 0;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-top: 150px;
}
.homeBanner .caption h2 {
  font-size: 36px;
  font-weight: 500;
  color: #006225;
}
.homeBanner .caption h2 strong {
  font-weight: 700;
  display: block;
}
.homeBanner .caption p {
  margin-top: 55px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
}
.homeBanner .caption .check-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeBanner .caption .check-icon ul li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding-left: 28px;
  margin-bottom: 0px;
  position: relative;
}
.homeBanner .caption .check-icon ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-38X41-check-mark.png");
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.help-eligible-patient,
.efficancy-sec2,
.safety-sec2,
.dosing-sec2,
.savings-sec-3 {
  background-color: #FFF3DD;
  padding: 43.5px 0 55px;
}
.help-eligible-patient .row,
.efficancy-sec2 .row,
.safety-sec2 .row,
.dosing-sec2 .row,
.savings-sec-3 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.help-eligible-patient .help-eligible-left h5,
.efficancy-sec2 .help-eligible-left h5,
.safety-sec2 .help-eligible-left h5,
.dosing-sec2 .help-eligible-left h5,
.savings-sec-3 .help-eligible-left h5 {
  font-size: 20px;
  font-weight: 700;
  color: #006225;
}
.help-eligible-patient .help-eligible-left p,
.efficancy-sec2 .help-eligible-left p,
.safety-sec2 .help-eligible-left p,
.dosing-sec2 .help-eligible-left p,
.savings-sec-3 .help-eligible-left p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0px;
}
.help-eligible-patient .btn,
.efficancy-sec2 .btn,
.safety-sec2 .btn,
.dosing-sec2 .btn,
.savings-sec-3 .btn {
  color: #403b94;
  min-width: 250px;
  border-radius: 0px;
  font-size: 16px;
}

.efficancy-sec2 p {
  font-size: 18px;
}
.efficancy-sec2 .help-eligible-left p {
  font-weight: 500;
}
.efficancy-sec2 .last-para {
  font-weight: 700;
  margin: 30px 0 0 0;
}

.efficancy {
  padding: 65px 30px 40px;
}
.efficancy h1 {
  letter-spacing: -0.32px;
  font-size: 32px;
  font-weight: 700;
  color: #006225;
}
.efficancy p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.efficancy .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.efficancy .btn-box .efficancy-btn {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  max-width: 27%;
  margin: 15px 35px;
}
.efficancy .btn-box .efficancy-btn img {
  width: 100%;
}
.efficancy .btn-box .efficancy-btn img.mobile-img {
  display: none;
}
.efficancy .col-12:last-child p {
  margin: 45px 0 20px;
}
.efficancy .col-12:last-child p.font-12 {
  margin: 0px 0 10px;
  font-size: 12px;
  padding-left: 5px;
  text-indent: -5px;
}

.safety {
  padding: 65px 0px;
}
.safety h1 {
  letter-spacing: -0.32px;
  font-size: 32px;
  font-weight: 700;
  color: #006225;
}
.safety p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.safety .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0 35px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.safety .btn-box h3 {
  width: 40%;
  color: #006225;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.25px;
}
.safety .btn-box .safety-img {
  width: 30%;
  display: block;
  margin: 0px 15px;
}
.safety .btn-box .safety-img img {
  width: 300px;
}
.safety .col-12:nth-child(3) p {
  margin-right: 10%;
}
.safety .col-12:nth-child(4) p {
  margin: 35px 0 30px;
}
.safety .col-12:nth-child(4) p.font-12 {
  margin: 0px 0 10px;
  font-size: 12px;
  padding-left: 5px;
  text-indent: -5px;
}
.safety .text-indent {
  text-indent: -8px;
  padding-left: 8px;
}
.safety .blueGrad {
  padding: 15px 25% 15px 155px;
  background-image: url("../img/img-67X950-bluebg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.safety .blueGrad:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  background-image: url("../img/img-100X200-DropFigure.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  left: 50px;
  top: 0;
}

.text-indent {
  text-indent: -8px;
  padding-left: 8px;
}

.dosing {
  padding: 65px 0px;
}
.dosing h1 {
  letter-spacing: -0.32px;
  font-size: 32px;
  font-weight: 700;
  color: #006225;
}
.dosing p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.dosing .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0 0px 0px;
}
.dosing .btn-box .dosing-text {
  width: 42%;
}
.dosing .btn-box .dosing-text h3 {
  color: #006225;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
.dosing .btn-box .dosing-text ul {
  margin-bottom: 40px;
}
.dosing .btn-box .dosing-text ul li {
  padding-left: 17px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.dosing .btn-box .dosing-text ul li:before {
  position: absolute;
  content: "";
  background-color: #fec352;
  width: 5px;
  height: 5px;
  left: 0;
  border-radius: 50%;
  top: 8px;
}
.dosing .btn-box .dosing-text p {
  font-size: 18px;
  font-weight: 500;
}
.dosing .btn-box .dosing-text .dosingbtn {
  margin-top: 40px;
}
.dosing .btn-box .dosing-text .dosingbtn p {
  font-weight: 700;
  color: #403b94;
}
.dosing .btn-box .dosing-text .dosingbtn .btn {
  padding: 7px 55px;
  font-size: 16px;
}
.dosing .btn-box .dosing-img {
  width: 32%;
  display: block;
  margin: 0px 15px;
}
.dosing .btn-box .dosing-img img {
  width: 100%;
}
.dosing .btn-box .dosing-img .dosingbtn {
  display: none;
}
.dosing .col-12:nth-child(3) p {
  margin-right: 10%;
}
.dosing .text-indent {
  text-indent: -8px;
  padding-left: 8px;
}

.savings {
  padding: 65px 0px;
}
.savings h1 {
  letter-spacing: -0.32px;
  font-size: 32px;
  font-weight: 700;
  color: #006225;
  margin-bottom: 35px;
}
.savings p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.savings .gray-box {
  background-color: #EDECF4;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.savings .gray-box .left-text {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding-right: 2%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.savings .gray-box .left-text .savingsBnL img {
  width: 235px;
}
.savings .gray-box .left-text h4 {
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
  color: #006225;
  margin: 25px 0;
}
.savings .gray-box .left-text p {
  font-size: 13px;
  line-height: 1.31;
  font-weight: 700;
  color: #b41f59;
  margin: 0;
}
.savings .gray-box .savings-img {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-left: -15px;
}
.savings .gray-box .savings-img img {
  position: relative;
  left: -25px;
}
.savings .gray-box .savings-img h4, .savings .gray-box .savings-img p {
  display: none;
}
.savings .gray-box .right-text {
  padding-left: 5px;
  padding-right: 25px;
}
.savings .gray-box .right-text p {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
}
.savings .gray-box .right-text p a {
  color: #403b94;
}
.savings .footnote {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  padding-left: 5px;
  text-indent: -5px;
  margin: 7px 0;
}
.savings .footnote a {
  font-weight: 700;
}

.savings-sec-2 {
  margin-bottom: 40px;
}
.savings-sec-2 h1 {
  letter-spacing: -0.32px;
  font-size: 32px;
  font-weight: 700;
  color: #006225;
  margin-bottom: 30px;
}
.savings-sec-2 p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.savings-sec-2 ul {
  margin-bottom: 35px;
}
.savings-sec-2 ul li {
  font-size: 15px;
}
.savings-sec-2 .footnote {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  padding-left: 5px;
  text-indent: -5px;
  margin: 7px 0;
}
.savings-sec-2 .footnote a {
  font-weight: 700;
}

.formulary {
  padding: 65px 0px 7px;
}
.formulary h1 {
  letter-spacing: -0.32px;
  font-size: 32px;
  font-weight: 700;
  color: #006225;
  margin-bottom: 35px;
}
.formulary p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.formulary p:last-child {
  font-size: 15px;
}

.mmt .container .container {
  padding: 0 0;
}
.mmt .mmit-tool h4 {
  color: #006225;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.mmt .mmit-tool p {
  font-size: 13px;
  font-weight: 500;
}
.mmt .mmit-tool .mmit-inner-container {
  background-color: #FFF3DD;
  width: 100%;
  padding: 20px 40px;
  height: auto;
  min-height: 410px;
  border: 0px solid transparent;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.mmt .mmit-tool .mmit-inner-container .mmit-wizard {
  padding: 0;
  margin: -20px -40px 20px;
}
.mmt .mmit-tool .mmit-inner-container .mmit-wizard ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li {
  background-color: #CDD7B8;
  opacity: 1;
  transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 45px;
  position: relative;
  margin-bottom: 0;
  color: #006225;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}
.mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li.active {
  opacity: 1;
  background: #006225;
  transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 45px;
  position: relative;
  margin-bottom: 0;
  color: #fff;
}
.mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li.active .wizard-info {
  color: #fff;
}
.mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li:nth-child(1):before {
  content: "";
  background: #006225 !important;
  position: absolute;
  width: 0%;
  height: 0%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  left: 0;
  top: 0;
}
.mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info {
  font-family: "Arimo", sans-serif;
  text-decoration: none;
  transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  color: #006225;
  display: block;
  width: 100%;
  text-align: center;
  cursor: default;
  height: 45px;
  line-height: 45px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li:last-child:after {
  display: none;
}
.mmt .mmit-tool .mmit-inner-container .form-horizontal.form-mmit {
  padding: 0 140px;
  margin-top: 35px;
}
.mmt .mmit-tool .mmit-inner-container .steps {
  font-family: "Arimo", sans-serif;
}
.mmt .mmit-tool .mmit-inner-container .steps .state-selection label {
  font-weight: 500;
  font-size: 18px;
}
.mmt .mmit-tool .mmit-inner-container .steps .state-selection .clearfix {
  position: relative;
}
.mmt .mmit-tool .mmit-inner-container .steps .state-selection .clearfix .form-select {
  border-radius: 4px;
  background-image: url("../img/icon-33X20-arrow.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: relative;
}
.mmt .mmit-tool .mmit-inner-container .steps .state-selection .clearfix .form-select:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #403b94;
  right: 3px;
  top: 43%;
}
.mmt .mmit-tool .mmit-inner-container .steps .selection-set {
  margin-bottom: 15px;
  margin-top: 10px;
}
.mmt .mmit-tool .mmit-inner-container .steps .selection-set span {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
}
.mmt .mmit-tool .mmit-inner-container .steps .selection-set span.selected {
  color: #006225;
}
.mmt .mmit-tool .mmit-inner-container .steps .selection-set span.selected:after {
  display: none;
}
.mmt .mmit-tool .mmit-inner-container .steps .selected .list li {
  margin-bottom: 0px;
}
.mmt .mmit-tool .mmit-inner-container .steps .selected .list li a {
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
.mmt .mmit-tool .mmit-inner-container .steps .selected .list li a:hover {
  font-size: 13px;
}
.mmt .mmit-tool .mmit-inner-container .steps .selected .sub-selected .back-to-results {
  left: -80px;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 40px;
}
.mmt .mmit-tool .mmit-inner-container .steps .selected .sub-selected .back-to-results:before {
  display: none;
}
.mmt .mmit-tool .mmit-inner-container .steps .radio-selection .checkmark {
  border: 2px solid #fec352;
}
.mmt .mmit-tool .mmit-inner-container .steps .radio-selection .radio-item {
  font-weight: 500;
}
.mmt .mmit-tool .mmit-inner-container .steps .radio-selection .radio-item .checkmark:after {
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #403b94;
}
.mmt .mmit-tool .mmit-inner-container .steps .radio-selection .radio-item input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #fec352;
}
.mmt .mmit-tool .mmit-inner-container .button-area {
  margin-top: 125px;
}
.mmt .mmit-tool .mmit-inner-container .button-area .cta-btn {
  font-size: 12px;
  width: 135px;
  height: 45px;
  line-height: 30px;
  display: inline-block;
  border: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  padding: 8px 25px;
  background-color: #fec352;
  font-weight: 700;
  font-size: 16px;
  color: #403b94 !important;
  border-radius: 0;
}
.mmt .mmit-tool .mmit-inner-container .button-area .cta-btn.mmit-previous {
  background-color: #fff;
  border: 1px solid #fec352;
  color: #403b94;
}
.mmt .mmit-tool .mmit-inner-container .button-area .cta-btn:after, .mmt .mmit-tool .mmit-inner-container .button-area .cta-btn:before {
  display: none;
}
.mmt .mmit-tool h1 {
  letter-spacing: -0.2px;
  font-size: 20px;
  font-weight: 700;
  color: #006225;
  margin: 20px 0 15px;
  text-transform: uppercase;
  line-height: inherit;
  font-family: "Arimo", sans-serif;
}
.mmt .mmit-content {
  display: none;
}
.mmt .mmit-content.mmit-content-costom {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mmt .mmit-content.mmit-content-costom .mmit-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
.mmt .mmit-content.mmit-content-costom .mmit-col .note {
  display: none;
}
.mmt .mmit-content.mmit-content-costom h1 {
  letter-spacing: -0.2px;
  font-size: 20px;
  font-weight: 700;
  color: #006225;
  margin: 20px 0 15px;
  text-transform: uppercase;
  line-height: inherit;
  font-family: "Arimo", sans-serif;
}
.mmt .mmit-content.mmit-content-costom .content-item {
  margin-bottom: 15px;
  line-height: 19px;
}
.mmt .mmit-content.mmit-content-costom .content-item .col-title {
  font-family: "Arimo", sans-serif;
  color: #006225 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  padding-right: 0 !important;
  margin-right: 0px !important;
}
.mmt .mmit-content.mmit-content-costom .content-item .col-text {
  color: #333333 !important;
  font-size: 15px !important;
  font-family: "Arimo", sans-serif;
  display: inline !important;
}
.mmt .mmit-content.mmit-content-costom .content-item .col-text strong {
  font-weight: normal;
}

.sitemap {
  padding: 65px 0px 0;
}
.sitemap h1 {
  letter-spacing: -0.32px;
  font-size: 32px;
  font-weight: 700;
  color: #006225;
  margin-bottom: 25px;
}
.sitemap p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.sitemap p:last-child {
  font-size: 15px;
}
.sitemap ul li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 7px;
  text-decoration: none;
}

.references {
  margin-bottom: 0px;
  position: relative;
  z-index: 111;
}

/*Added for new*/
.sitemap-ul {
  margin-left: 18px;
}

.isi-innerPage .isi-body-elements > p.font-medium {
  display: none;
}

.isi-body-elements {
  padding: 40px 0px 25px;
  color: #333333;
}
.isi-body-elements .font-medium {
  font-size: 18px;
  line-height: 20px;
  color: inherit;
  margin-bottom: 24px;
}
.isi-body-elements .isi-headtext {
  font-size: 20px;
  line-height: 18px;
  color: #256a42;
  margin-bottom: 15px;
  font-weight: 700;
}
.isi-body-elements .ul-blueDot {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  font-weight: 400;
  margin-left: 17px;
}
.isi-body-elements .ul-blueDot li {
  list-style: disc;
  margin-bottom: 2px;
}
.isi-body-elements p {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
.isi-body-elements p a {
  color: #403b94;
}

.indications-inner-section {
  color: #333333;
}
.indications-inner-section .font-medium {
  font-size: 18px;
  line-height: 20px;
  color: inherit;
}
.indications-inner-section .isi-headtext {
  font-size: 20px;
  line-height: 18px;
  color: #256a42;
  margin-bottom: 15px;
  font-weight: 700;
}
.indications-inner-section .ul-blueDot {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  font-weight: 400;
  margin-left: 17px;
}
.indications-inner-section .ul-blueDot li {
  list-style: disc;
}
.indications-inner-section p {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
.indications-inner-section p a {
  color: #403b94;
}

#sticky-isi-module .see-more-links, .indications-section .see-more-links {
  text-align: right;
}

#sticky-isi-module .see-more-links {
  position: absolute;
  right: 15px;
  top: -22px;
  z-index: 9;
}

#sticky-isi-module .see-more-links a, .indications-section .see-more-links a {
  color: #ef7600;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

#sticky-isi-module {
  position: fixed;
  z-index: 950;
  padding-left: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 15px;
  -webkit-box-shadow: -1px -4px 21px rgba(0, 0, 0, 0.2);
          box-shadow: -1px -4px 21px rgba(0, 0, 0, 0.2);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  overflow-y: scroll;
}

#sticky-isi-module .container {
  position: relative;
}

#sticky-isi-module.activated {
  display: none;
}

#sticky-isi-module.expanded {
  max-height: 100%;
  overflow-y: scroll;
  height: auto;
}

#sticky-isi-module .hidden {
  display: none;
}

/*.references{
	padding-bottom: 170px; 
	background-image:url('../img/img-500X2000-footerBg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}*/
.footer-inner {
  margin-top: 170px;
  background-color: #006225;
  padding: 30px;
  color: #fff;
  position: relative;
}
.footer-inner:before {
  content: "";
  position: absolute;
  top: -189px;
  background-image: url(../img/img-500X2000-footerBg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  height: 190px;
  width: 100%;
  left: 0;
}
.footer-inner a {
  color: inherit;
}
.footer-inner .footer-left ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.footer-inner .footer-left ul li {
  margin-bottom: 10px;
}
.footer-inner .footer-left ul li a {
  font-size: 12px;
  font-weight: 600;
}
.footer-inner .footer-right {
  padding-right: 65px;
}
.footer-inner .footer-right .footer-logo img {
  max-width: 215px;
  margin-bottom: 25px;
}
.footer-inner .footer-right p {
  font-size: 12px;
  margin-bottom: 0;
}
.footer-inner .footer-right p.last-para {
  margin-top: 35px;
}
.footer-inner .row-2 {
  margin-top: 35px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-inner .row-2 .cr {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.footer-inner .row-2 .cr a {
  text-decoration: underline;
}
.footer-inner .row-2 .last-para {
  font-size: 12px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .isi-body-elements .font-medium {
    font-size: 15px;
    margin-top: 5px;
  }

  .footer-inner {
    margin-top: 125px;
    padding: 30px 0;
  }
  .footer-inner:before {
    content: "";
    position: absolute;
    top: -100px;
    background-image: url(../img/img-500X2000-footerBg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    height: 100px;
    width: 100%;
    left: 0;
  }
  .footer-inner .footer-right {
    padding-right: 65px;
  }
  .footer-inner .footer-right .footer-logo img {
    max-width: 215px;
    margin-bottom: 15px;
  }
  .footer-inner .footer-right p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .footer-inner .footer-right p.last-para {
    margin-top: 35px;
  }
  .footer-inner .row-2 {
    margin-top: 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer-inner .row-2 .col-md-6 {
    margin-top: 10px;
  }
  .footer-inner .row-2 .col-md-6:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-inner .row-2 .cr {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .footer-inner .row-2 .cr a {
    text-decoration: underline;
    display: block;
  }
  .footer-inner .row-2 .last-para {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .isi-body-elements .font-medium {
    font-size: 15px;
    margin-top: 5px;
  }

  .footer-inner {
    margin-top: 125px;
    padding: 30px 0;
  }
  .footer-inner:before {
    content: "";
    position: absolute;
    top: -100px;
    background-image: url(../img/img-500X2000-footerBg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    height: 100px;
    width: 100%;
    left: 0;
  }
  .footer-inner .footer-right {
    padding-right: 65px;
  }
  .footer-inner .footer-right .footer-logo img {
    max-width: 215px;
    margin-bottom: 15px;
  }
  .footer-inner .footer-right p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .footer-inner .footer-right p.last-para {
    margin-top: 35px;
  }
  .footer-inner .row-2 {
    margin-top: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer-inner .row-2 .col-md-6 {
    margin-top: 10px;
  }
  .footer-inner .row-2 .cr {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .footer-inner .row-2 .cr a {
    text-decoration: underline;
    display: block;
  }
  .footer-inner .row-2 .last-para {
    font-size: 12px;
    margin-bottom: 0;
  }
}
#mktoStyleLoaded {
  /* css load detection, do not remove */
  color: #123456;
}

.mktoForm {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #6d6e71 !important;
  width: 100% !important;
}
.mktoForm .mktoFieldWrap {
  margin-bottom: 15px;
}

.mktoForm fieldset {
  border: 1px solid #2272b9;
  color: inherit;
}

.mktoForm fieldset legend {
  padding: 0 1em;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  width: auto !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.mktoFieldDescriptor.mktoFormCol .mktoLabel {
  margin-bottom: 10px !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  -webkit-appearance: none;
  background-color: #FFF;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #2272b9;
  border-radius: 0;
  padding: 0.2em 0.3em;
  min-height: 1.9em;
  width: 360px !important;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus {
  outline: none;
}

.mktoForm div.mktoLogicalField {
  border: 1px solid transparent !important;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm div.mktoLogicalField.mktoInvalid {
  border: 1px solid red;
}

.mktoForm select.mktoField::-ms-expand {
  display: none;
}

.mktoForm select.mktoField {
  text-indent: 0.01px;
  padding: 0.2em 22px 0.2em 0.3em !important;
  position: relative !important;
  background-position: center right 10px;
  background-size: 15px 9px;
}

.mktoForm select.mktoField:after {
  position: absolute;
  content: "∨";
  right: 2px;
  top: 2px;
  width: 15px;
  height: 15px;
  color: #fe7024;
}

.mktoForm.ie9 select.mktoField {
  background: none;
  padding: 0.2em 2.3px 0.2em 0.3em;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-bottom: 0.6em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
  width: 1em;
  height: 1em;
  opacity: 0;
}

.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 30px;
  margin-left: -1.5em;
  line-height: 30px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  border: none;
  background: #FFF;
  border: 1px solid #2272b9;
}

.mktoForm .mktoLabelToLeft input[type=checkbox] + label:before,
.mktoForm .mktoLabelToLeft input[type=radio] + label:before {
  margin-left: 0;
  right: 0.3em;
}

.mktoForm input[type=checkbox]:checked + label:before,
.mktoForm input[type=radio]:checked + label:before {
  text-align: center;
  color: #000;
  border: 1px solid #2272b9;
}

.mktoForm input[type=checkbox]:focus + label:before,
.mktoForm input[type=radio]:focus + label:before {
  border: 1px solid #2272b9;
}

.mktoForm input[type=checkbox]:checked + label:before {
  content: "✓";
}

.mktoForm input[type=radio] + label:before {
  border-radius: 1em;
}

.mktoForm input[type=radio]:checked + label:before {
  background-position: 3px 3px;
  background-repeat: no-repeat;
}

.mktoForm.mktoNoCheckedSupport input[type=checkbox] + label:before,
.mktoForm.mktoNoCheckedSupport input[type=radio] + label:before {
  display: none;
}

.mktoForm.mktoNoCheckedSupport select.mktoField,
.mktoForm.ie7 select.mktoField,
.mktoForm.ie6 select.mktoField {
  background-image: none;
  padding-right: 0.3em;
}

/* Add your custom CSS below */
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
  color: #78797c !important;
  padding-right: 0px !important;
}

.mktoForm label {
  line-height: 35px !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  line-height: 35px !important;
}

.mktoForm select {
  color: rgba(109, 110, 113, 0.7) !important;
}

.mktoFormRow .mktoFormCol {
  width: 40% !important;
}

.mktoForm .mktoFormRow:nth-child(6),
.mktoForm .mktoFormRow:nth-child(8) {
  position: relative;
}

.mktoForm .mktoFormRow:nth-child(6) input[type=checkbox] + label:before,
.mktoForm .mktoFormRow:nth-child(8) input[type=checkbox] + label:before {
  top: 6px;
}

.mktoForm .mktoFormRow:nth-child(6) .mktoLogicalField,
.mktoForm .mktoFormRow:nth-child(8) .mktoLogicalField {
  top: 0px;
  width: 0px;
  height: 0px;
  position: absolute;
}

.mktoForm .mktoFormRow:nth-child(8) .mktoFormCol {
  width: 85% !important;
}

.mktoForm .mktoFormRow:nth-child(7) .mktoFormCol,
.mktoForm .mktoFormRow:nth-child(7) .mktoFormCol div.mktoHtmlText {
  width: 100% !important;
}
.mktoForm .mktoFormRow:nth-child(7) .mktoFormCol p,
.mktoForm .mktoFormRow:nth-child(7) .mktoFormCol div.mktoHtmlText p {
  color: #6d6e71;
}

.mktoForm .mktoFormRow:nth-child(7) .mktoFormCol div.mktoHtmlText a {
  font-weight: 700;
  color: #fe7024;
}

.mktoForm .mktoOffset {
  display: none;
}

.mktoFieldDescriptor.mktoFormCol .mktoLabel {
  width: auto !important;
}

.mktoForm.mktoLayoutAbove .mktoRadioList, .mktoForm.mktoLayoutAbove .mktoCheckboxList {
  float: left !important;
  margin-right: 20px;
  padding: 5px 0;
}

#LblSalix_Level_Opt-in,
#Lbliam18orOlder {
  padding-left: 50px;
}

#Lbliam18orOlder {
  font-weight: 700 !important;
  color: #8f9092 !important;
}

#LblSalix_Level_Opt-in {
  color: #999a9d !important;
  font-weight: 700 !important;
}

.mktoLogicalField.mktoCheckboxList {
  float: left;
  /*position: relative;*/
}

.mktoLogicalField.mktoCheckboxList #LblSalix_Level_Opt-in,
.mktoLogicalField.mktoCheckboxList #Lbliam18orOlder {
  padding-left: 0px;
  float: none;
}

.mktoButtonRow .mktoButtonWrap {
  margin-left: 0px !important;
}

.mktoForm .mktoButtonWrap.mktoBluePill .mktoButton {
  background-color: #fe7024 !important;
  background-image: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  text-shadow: none !important;
  text-transform: capitalize !important;
  width: 180px !important;
  padding: 7px 25px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-align: center !important;
  margin-top: 10px;
  height: 40px;
}

.mktoForm .mktoButtonWrap.mktoBluePill .mktoButton:hover {
  background-color: #db5500 !important;
  color: #fff;
  text-decoration: none;
}

.mktoButtonRow {
  margin-bottom: 40px !important;
}

.header .header-main .navbar .navbar-collapse .navbar-nav .nav-item.has-subnav.submenu-4 a {
    pointer-events: inherit !important;
    cursor: pointer !important;
}

@media screen and (min-width: 1600px) {
  .homeBanner .caption {
    padding: 13% 0 0;
  }
  .homeBanner .caption .section-text {
    padding-right: 0px;
  }
  .homeBanner .caption .section-text p {
    font-size: calc(20px + (22 - 20) * ((100vw - 993px) / (1250 - 993)));
  }
}
@media screen and (min-width: 2401px) {
  .homeBanner .caption {
    padding-top: 12% !important;
  }
  .homeBanner .caption h2 {
    font-size: 36px;
    padding-bottom: 40px;
  }
  .homeBanner .caption p {
    margin-top: 20%;
  }
}
@media screen and (max-width: 992px) and (min-width: 950px) {
  .homeBanner .caption {
    padding-top: 104px;
  }
  .homeBanner .caption h2 {
    font-size: 26px;
  }
  .homeBanner .caption p {
    font-size: 16px;
  }
  .homeBanner .caption .check-icon ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 949px) and (min-width: 855px) {
  .homeBanner .caption {
    padding-top: 12% !important;
  }
  .homeBanner .caption h2 {
    font-size: 26px;
    /*padding-bottom:40px;*/
  }
  .homeBanner .caption p {
    font-size: 16px;
  }
  .homeBanner .caption .check-icon ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) and (min-width: 770px) {
  .homeBanner .caption h2 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1319px) and (min-width: 1251px) {
  .homeBanner .caption {
    padding-top: 9% !important;
  }
  .homeBanner .caption h2 {
    font-size: 36px;
    padding-bottom: 40px;
  }
  .homeBanner .caption p {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .homeBanner .caption h2 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1535px) {
  .homeBanner .caption {
    padding-top: 11% !important;
  }
  .homeBanner .caption h2 {
    font-size: 36px;
    padding-bottom: 40px;
  }
  .homeBanner .caption p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 550px) and (min-width: 430px) {
  .homeBanner .caption h2 {
    margin-bottom: 38% !important;
  }
}
@media screen and (max-width: 650px) and (min-width: 551px) {
  .homeBanner .caption h2 {
    margin-bottom: 45% !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 651px) {
  .homeBanner .caption h2 {
    margin-bottom: 55% !important;
  }
}
@media screen and (max-width: 375px) and (min-width: 371px) {
  .homeBanner .caption h2 {
    font-size: 18px !important;
    margin-bottom: 30% !important;
    margin-top: 30px;
  }
  .homeBanner .caption p {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
  }
  .homeBanner .caption .check-icon ul li {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    padding-left: 22px !important;
    margin-bottom: 0px !important;
    position: relative !important;
  }
}
@media screen and (max-width: 370px) and (min-width: 320px) {
  .homeBanner .caption h2 {
    font-size: 18px !important;
    margin-bottom: 27px !important;
    margin-top: 10px;
  }
  .homeBanner .caption p {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
  }
  .homeBanner .caption .check-icon ul li {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    padding-left: 22px !important;
    margin-bottom: 0px !important;
    position: relative !important;
  }
}
@media screen and (max-width: 2400px) and (min-width: 2000px) {
  .homeBanner .caption {
    padding-top: 11% !important;
  }
  .homeBanner .caption h2 {
    font-size: 36px;
    padding-bottom: 40px;
  }
  .homeBanner .caption p {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 993px) {
  .home .caption {
    padding: 30px 0;
  }
  .home .caption h1 {
    font-size: calc(34px + (40 - 34) * ((100vw - 993px) / (1250 - 993)));
    line-height: calc(38px + (44 - 38) * ((100vw - 993px) / (1250 - 993)));
  }
  .home .caption .section-text {
    padding-right: 0px;
  }
  .home .caption .section-text p {
    font-size: calc(20px + (22 - 20) * ((100vw - 993px) / (1250 - 993)));
  }

  .homeBanner .caption {
    padding-top: 110px;
  }
  .homeBanner .caption h2 {
    font-size: calc(28px + (40 - 28) * ((100vw - 993px) / (1250 - 993)));
    line-height: calc(32px + (44 - 32) * ((100vw - 993px) / (1250 - 993)));
  }
  .homeBanner .caption p {
    font-size: calc(15px + (18 - 15) * ((100vw - 992px) / (1250 - 993)));
  }
  .homeBanner .caption .check-icon ul li {
    font-size: calc(15px + (18 - 15) * ((100vw - 992px) / (1250 - 993)));
  }

  .safety .blueGrad {
    padding: 15px 20% 15px 155px;
  }

  .savings .gray-box .left-text {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 5%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .savings .gray-box .savings-img {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /*	.home{
  		.caption{
  			padding: 30px 0;
  			h1 {
  		        font-size: calc(32px + (40 - 32) * ((100vw - 992px) / (992 - 678)));
  		        line-height: calc(32px + (44 - 32) * ((100vw - 992px) / (992 - 678)));
  		    }
  			.section-text{
  				padding-right: 0px;
  				p{
  					font-size: calc(18px + (22 - 18) * ((100vw - 992px) / (992 - 678)));

  				}

  			}
  		}

  	}*/
}
@media screen and (max-width: 991px) {
  .btn {
    padding: 7px 40px;
  }

  .inner-banner-page {
    margin-top: 130px;
  }

  .homeBanner {
    margin-top: 33px;
    position: relative;
  }
  .homeBanner .caption {
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding-top: 13%;
  }
  .homeBanner .caption .col-12 {
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .homeBanner .caption h2 {
    font-size: 22px;
    font-weight: 500;
    color: #006225;
    margin-bottom: 50px;
  }
  .homeBanner .caption h2 strong {
    font-weight: 700;
    display: inline;
  }
  .homeBanner .caption p {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
  }
  .homeBanner .caption .check-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homeBanner .caption .check-icon ul {
    margin-bottom: 0;
    width: 50%;
  }
  .homeBanner .caption .check-icon ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-left: 22px;
    margin-bottom: 2px;
    position: relative;
  }
  .homeBanner .caption .check-icon ul li:before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url("../img/icon-38X41-check-mark.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }

  .help-eligible-patient,
.efficancy-sec2,
.safety-sec2,
.dosing-sec2,
.savings-sec-3 {
    background-color: #FFF3DD;
    padding: 45px 0;
  }
  .help-eligible-patient .row,
.efficancy-sec2 .row,
.safety-sec2 .row,
.dosing-sec2 .row,
.savings-sec-3 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .help-eligible-patient .help-eligible-left h5,
.efficancy-sec2 .help-eligible-left h5,
.safety-sec2 .help-eligible-left h5,
.dosing-sec2 .help-eligible-left h5,
.savings-sec-3 .help-eligible-left h5 {
    font-size: 20px;
    font-weight: 700;
    color: #006225;
  }
  .help-eligible-patient .help-eligible-left p,
.efficancy-sec2 .help-eligible-left p,
.safety-sec2 .help-eligible-left p,
.dosing-sec2 .help-eligible-left p,
.savings-sec-3 .help-eligible-left p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 35px;
  }
  .help-eligible-patient .col-12:nth-child(2),
.efficancy-sec2 .col-12:nth-child(2),
.safety-sec2 .col-12:nth-child(2),
.dosing-sec2 .col-12:nth-child(2),
.savings-sec-3 .col-12:nth-child(2) {
    text-align: center;
  }
  .help-eligible-patient .btn,
.efficancy-sec2 .btn,
.safety-sec2 .btn,
.dosing-sec2 .btn,
.savings-sec-3 .btn {
    color: #403b94;
    min-width: 250px;
    border-radius: 0px;
  }

  .efficancy-sec2 .help-eligible-left p {
    font-weight: 500;
  }
  .efficancy-sec2 .last-para {
    font-weight: 700;
    margin: 30px 0 0 0;
    font-size: 15px;
    line-height: 19px;
  }

  .efficancy {
    padding: 35px 20px;
  }
  .efficancy h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
  }
  .efficancy p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .efficancy .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0px 0 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .efficancy .btn-box .efficancy-btn {
    max-width: 100%;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 6px 15px;
  }
  .efficancy .btn-box .efficancy-btn img {
    width: 100%;
    display: none;
  }
  .efficancy .btn-box .efficancy-btn img.mobile-img {
    display: block;
  }
  .efficancy .col-12:last-child p {
    margin: 20px 0 30px;
  }
  .efficancy .col-12:last-child p.font-12 {
    margin: 0px 0 10px;
    font-size: 12px;
    padding-left: 5px;
    text-indent: -5px;
  }

  .safety {
    padding: 35px 20px 45px;
  }
  .safety h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
  }
  .safety p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .safety .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0 35px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .safety .btn-box h3 {
    width: 80%;
    color: #006225;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
  }
  .safety .btn-box .safety-img {
    width: 100%;
    display: block;
    margin: 20px 15px 0;
    text-align: center;
  }
  .safety .btn-box .safety-img img {
    width: 205px;
  }
  .safety .col-12:nth-child(3) p {
    margin-right: 0%;
  }
  .safety .col-12:nth-child(4) p {
    margin: 25px 0 30px;
  }
  .safety .col-12:nth-child(4) p.font-12 {
    margin: 0px 0 10px;
    font-size: 12px;
    padding-left: 5px;
    text-indent: -5px;
  }
  .safety .text-indent {
    text-indent: -6px;
    padding-left: 6px;
  }
  .safety .blueGrad {
    padding: 15px 20px 15px 160px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin: 15px -35px 0;
  }
  .safety .blueGrad:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    background-image: url("../img/img-100X200-DropFigure.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0px;
    top: 0;
  }

  .text-indent {
    text-indent: -8px;
    padding-left: 8px;
  }

  .dosing {
    padding: 35px 20px;
  }
  .dosing h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
  }
  .dosing p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .dosing .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 10px 0 0px 0px;
  }
  .dosing .btn-box .dosing-text {
    width: 100%;
  }
  .dosing .btn-box .dosing-text h3 {
    color: #006225;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .dosing .btn-box .dosing-text ul {
    margin-bottom: 40px;
  }
  .dosing .btn-box .dosing-text ul li {
    padding-left: 14px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
  }
  .dosing .btn-box .dosing-text ul li:before {
    position: absolute;
    content: "";
    background-color: #fec352;
    width: 5px;
    height: 5px;
    left: 0;
    border-radius: 50%;
    top: 8px;
  }
  .dosing .btn-box .dosing-text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
  }
  .dosing .btn-box .dosing-text .dosingbtn {
    display: none;
  }
  .dosing .btn-box .dosing-img {
    width: 50%;
    display: block;
    margin: 15px 15px;
  }
  .dosing .btn-box .dosing-img img {
    width: 100%;
  }
  .dosing .btn-box .dosing-img .dosingbtn {
    display: block;
    margin-top: 35px;
    text-align: center;
  }
  .dosing .btn-box .dosing-img .dosingbtn p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #403b94;
  }
  .dosing .btn-box .dosing-img .dosingbtn .btn {
    padding: 7px 45px;
    font-size: 16px;
  }
  .dosing .col-12:nth-child(3) p {
    margin-right: 10%;
  }
  .dosing .text-indent {
    text-indent: -8px;
    padding-left: 8px;
  }

  .savings {
    padding: 35px 20px;
  }
  .savings h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 25px;
    padding-right: 23%;
  }
  .savings p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .savings .gray-box {
    background-color: #EDECF4;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .savings .gray-box .left-text {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .savings .gray-box .left-text h4, .savings .gray-box .left-text p {
    display: none;
  }
  .savings .gray-box .savings-img {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 30px;
    margin-left: 0px;
  }
  .savings .gray-box .savings-img img {
    position: relative;
    left: 0px;
    width: 30%;
  }
  .savings .gray-box .savings-img h4, .savings .gray-box .savings-img p {
    display: block;
  }
  .savings .gray-box .savings-img h4 {
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    color: #006225;
    margin: 25px 0;
    width: 70%;
    padding-right: 5px;
  }
  .savings .gray-box .savings-img p {
    font-size: 14px;
    font-weight: 700;
    color: #b41f59;
    margin: 20px 0 0 0;
  }
  .savings .gray-box .right-text {
    padding-left: 0px;
  }
  .savings .gray-box .right-text p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 5px;
  }
  .savings .gray-box .right-text p a {
    color: #403b94;
  }
  .savings .footnote {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    padding-left: 5px;
    text-indent: -5px;
    margin: 7px 0;
  }
  .savings .footnote a {
    font-weight: 700;
  }

  .savings-sec-2 {
    margin-bottom: 40px;
  }
  .savings-sec-2 h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
  }
  .savings-sec-2 p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .savings-sec-2 ul {
    margin-bottom: 20px;
  }
  .savings-sec-2 ul li {
    font-size: 13px;
  }
  .savings-sec-2 .footnote {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    padding-left: 7px;
    text-indent: -7px;
    margin: 20px 0 0;
  }
  .savings-sec-2 .footnote a {
    font-weight: 700;
  }

  .formulary {
    padding: 35px 0px;
  }
  .formulary h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 23px;
  }
  .formulary p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .formulary p:last-child {
    font-size: 13px;
  }

  .mmt .mmit-tool {
    padding: 0 0;
  }
  .mmt .mmit-tool .mmit-inner-container {
    background-color: #FFF3DD;
    width: 100%;
    padding: 40px 20px 20px;
    height: auto;
    min-height: 410px;
    border: 0px solid transparent;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard {
    padding: 0;
    margin: 0;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: inherit !important;
    position: relative;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li {
    background-color: #CDD7B8;
    opacity: 1;
    transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    display: inline-block;
    text-align: center;
    height: 45px;
    position: relative;
    margin-bottom: 0;
    color: #006225;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    max-width: 18%;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li.active {
    opacity: 1;
    background: #006225;
    transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 45px;
    position: relative;
    margin-bottom: 0;
    color: #fff;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li.active .wizard-info {
    color: #fff;
    background: #006225;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li.active:last-child:after {
    background: transparent;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li:nth-child(1):before {
    content: "";
    background-color: #006225 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    left: 0;
    top: 0;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info {
    font-family: "Arimo", sans-serif;
    text-decoration: none;
    transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    color: #006225;
    display: block;
    width: 100%;
    text-align: center;
    cursor: default;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    background: #CDD7B8;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info:after {
    display: none;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li:last-child:after {
    content: "Step";
    position: absolute;
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 500;
    top: -20px;
    left: 0;
    color: #006225;
    width: 100%;
    text-align: center;
    font-weight: 500;
    display: block;
    height: auto;
    background: #d8d8d8;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    right: 0px;
    background: transparent;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li:after {
    content: "Step";
    position: absolute;
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 500;
    top: -20px;
    left: 0;
    color: #006225;
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 2px;
    background: #006225;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mmt .mmit-tool .mmit-inner-container .form-horizontal.form-mmit {
    padding: 0 0px;
  }
  .mmt .mmit-tool .mmit-inner-container .steps {
    font-family: "Arimo", sans-serif;
  }
  .mmt .mmit-tool .mmit-inner-container .steps .state-selection label {
    font-weight: 500;
    font-size: 18px;
  }
  .mmt .mmit-tool .mmit-inner-container .steps .state-selection .clearfix {
    position: relative;
  }
  .mmt .mmit-tool .mmit-inner-container .steps .state-selection .clearfix .form-select {
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .mmt .mmit-tool .mmit-inner-container .steps .selected .sub-selected .back-to-results {
    left: 0;
  }
  .mmt .mmit-tool .mmit-inner-container .button-area {
    margin-top: 125px;
  }
  .mmt .mmit-tool .mmit-inner-container .button-area .cta-btn {
    font-size: 12px;
    width: 135px;
    height: 45px;
    line-height: 30px;
    display: inline-block;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    padding: 7px 25px;
    background-color: #fec352;
    font-weight: 700;
    font-size: 16px;
    color: #403b94 !important;
    border-radius: 0;
    margin-right: 20px;
  }
  .mmt .mmit-tool h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin: 20px 0 20px !important;
    text-transform: uppercase;
    line-height: inherit;
    font-family: "Arimo", sans-serif;
  }
  .mmt .mmit-content.mmit-content-costom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mmt .mmit-content.mmit-content-costom .mmit-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .mmt .mmit-content.mmit-content-costom .mmit-col h1 {
    margin-bottom: 3px;
  }
  .mmt .mmit-content.mmit-content-costom .content-item {
    margin-bottom: 4px !important;
    line-height: 16px;
  }
  .mmt .mmit-content.mmit-content-costom .content-item .col-title {
    font-family: "Arimo", sans-serif;
    color: #006225 !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    margin-right: 5px !important;
    width: auto !important;
  }
  .mmt .mmit-content.mmit-content-costom .content-item .col-text {
    color: #333333 !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: "Arimo", sans-serif;
    display: inline !important;
  }
  .mmt .mmit-content.mmit-content-costom .content-item .col-text strong {
    font-weight: normal;
  }
  .mmt .mmit-content.mmit-content-costom .note {
    margin-top: 5px !important;
  }

  .sitemap {
    padding: 35px 0px 30px;
  }
  .sitemap h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
    line-height: 12px;
  }
  .sitemap p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .sitemap p:last-child {
    font-size: 15px;
  }
  .sitemap ul li a {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 7px;
    text-decoration: none;
  }

  .error-page {
    padding: 10vh 0 35vh;
  }

  #siteLeavingPopup.modal .modal-content {
    padding: 15px;
  }
  #siteLeavingPopup.modal .modal-content .modal-body h4 {
    font-size: 20px;
  }
  #siteLeavingPopup.modal .modal-content .modal-footer {
    border-top: 0px solid transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.75rem 0;
  }
  #siteLeavingPopup.modal .modal-content .modal-footer .btn {
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    padding: 14px 15px;
    width: 205px;
    margin: 12px 0 0 0;
  }
  #siteLeavingPopup.modal .modal-content .modal-footer .btn:first-child {
    margin-right: 20px;
  }

  #sticky-isi-module {
    padding-left: 0;
    padding-top: 30px;
    height: 240px;
  }
  #sticky-isi-module.expanded {
    max-height: 72%;
  }
  #sticky-isi-module .see-more-links {
    top: -20px;
  }
  #sticky-isi-module .see-more-links img {
    height: 28px;
  }
  #sticky-isi-module .indications-inner-section .isi-headtext {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 7px 40px;
  }

  .inner-banner-page {
    margin-top: 40px;
  }

  .homeBanner {
    margin-top: 33px;
    position: relative;
  }
  .homeBanner .caption {
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding-top: 16%;
  }
  .homeBanner .caption .col-12 {
    -ms-flex: 0 0 61%;
    -webkit-box-flex: 0;
            flex: 0 0 61%;
    max-width: 61%;
  }
  .homeBanner .caption h2 {
    font-size: 24px;
    font-weight: 500;
    color: #006225;
  }
  .homeBanner .caption h2 strong {
    font-weight: 700;
    display: inline;
  }
  .homeBanner .caption p {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
  }
  .homeBanner .caption .check-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeBanner .caption .check-icon ul {
    margin-bottom: 0;
    width: 100%;
  }
  .homeBanner .caption .check-icon ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-left: 22px;
    margin-bottom: 2px;
    position: relative;
  }
  .homeBanner .caption .check-icon ul li:before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url("../img/icon-38X41-check-mark.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }

  .help-eligible-patient,
.efficancy-sec2,
.safety-sec2,
.dosing-sec2,
.savings-sec-3 {
    background-color: #FFF3DD;
    padding: 45px 0;
  }
  .help-eligible-patient .row,
.efficancy-sec2 .row,
.safety-sec2 .row,
.dosing-sec2 .row,
.savings-sec-3 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .help-eligible-patient .help-eligible-left h5,
.efficancy-sec2 .help-eligible-left h5,
.safety-sec2 .help-eligible-left h5,
.dosing-sec2 .help-eligible-left h5,
.savings-sec-3 .help-eligible-left h5 {
    font-size: 20px;
    font-weight: 700;
    color: #006225;
  }
  .help-eligible-patient .help-eligible-left p,
.efficancy-sec2 .help-eligible-left p,
.safety-sec2 .help-eligible-left p,
.dosing-sec2 .help-eligible-left p,
.savings-sec-3 .help-eligible-left p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 35px;
  }
  .help-eligible-patient .col-12:nth-child(2),
.efficancy-sec2 .col-12:nth-child(2),
.safety-sec2 .col-12:nth-child(2),
.dosing-sec2 .col-12:nth-child(2),
.savings-sec-3 .col-12:nth-child(2) {
    text-align: center;
  }
  .help-eligible-patient .btn,
.efficancy-sec2 .btn,
.safety-sec2 .btn,
.dosing-sec2 .btn,
.savings-sec-3 .btn {
    color: #403b94;
    min-width: 250px;
    border-radius: 0px;
  }

  .efficancy-sec2 .help-eligible-left p {
    font-weight: 500;
  }
  .efficancy-sec2 .last-para {
    font-weight: 700;
    margin: 30px 0 0 0;
    font-size: 15px;
    line-height: 19px;
  }

  .efficancy {
    padding: 35px 20px;
  }
  .efficancy h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
  }
  .efficancy p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .efficancy .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0px 0 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .efficancy .btn-box .efficancy-btn {
    max-width: 100%;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 6px 15px;
  }
  .efficancy .btn-box .efficancy-btn img {
    width: 100%;
    display: none;
  }
  .efficancy .btn-box .efficancy-btn img.mobile-img {
    display: block;
  }
  .efficancy .col-12:last-child p {
    margin: 20px 0 30px;
  }
  .efficancy .col-12:last-child p.font-12 {
    margin: 0px 0 10px;
    font-size: 12px;
    padding-left: 5px;
    text-indent: -5px;
  }

  .safety {
    padding: 35px 20px 45px;
  }
  .safety h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
  }
  .safety p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .safety .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0 35px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .safety .btn-box h3 {
    width: 80%;
    color: #006225;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
  }
  .safety .btn-box .safety-img {
    width: 100%;
    display: block;
    margin: 20px 15px 0;
    text-align: center;
  }
  .safety .btn-box .safety-img img {
    width: 205px;
  }
  .safety .col-12:nth-child(3) p {
    margin-right: 0%;
  }
  .safety .col-12:nth-child(4) p {
    margin: 25px 0 30px;
  }
  .safety .col-12:nth-child(4) p.font-12 {
    margin: 0px 0 10px;
    font-size: 12px;
    padding-left: 5px;
    text-indent: -5px;
  }
  .safety .text-indent {
    text-indent: -6px;
    padding-left: 6px;
  }
  .safety .blueGrad {
    padding: 15px 20px 15px 160px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin: 15px -35px 0;
  }
  .safety .blueGrad:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    background-image: url("../img/img-100X200-DropFigure.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 25px;
    top: 0;
  }

  .text-indent {
    text-indent: -8px;
    padding-left: 8px;
  }

  .dosing {
    padding: 35px 20px;
  }
  .dosing h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
  }
  .dosing p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .dosing .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 10px 0 0px 0px;
  }
  .dosing .btn-box .dosing-text {
    width: 100%;
  }
  .dosing .btn-box .dosing-text h3 {
    color: #006225;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .dosing .btn-box .dosing-text ul {
    margin-bottom: 40px;
  }
  .dosing .btn-box .dosing-text ul li {
    padding-left: 14px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
  }
  .dosing .btn-box .dosing-text ul li:before {
    position: absolute;
    content: "";
    background-color: #fec352;
    width: 5px;
    height: 5px;
    left: 0;
    border-radius: 50%;
    top: 8px;
  }
  .dosing .btn-box .dosing-text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
  }
  .dosing .btn-box .dosing-text .dosingbtn {
    display: none;
  }
  .dosing .btn-box .dosing-img {
    width: 100%;
    display: block;
    margin: 15px 15px;
  }
  .dosing .btn-box .dosing-img img {
    width: 100%;
  }
  .dosing .btn-box .dosing-img .dosingbtn {
    display: block;
    margin-top: 35px;
    text-align: center;
  }
  .dosing .btn-box .dosing-img .dosingbtn p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #403b94;
  }
  .dosing .btn-box .dosing-img .dosingbtn .btn {
    padding: 7px 45px;
    font-size: 16px;
  }
  .dosing .col-12:nth-child(3) p {
    margin-right: 10%;
  }
  .dosing .text-indent {
    text-indent: -8px;
    padding-left: 8px;
  }

  .savings {
    padding: 35px 0px;
  }
  .savings h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 25px;
    padding-right: 23%;
  }
  .savings p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .savings .gray-box {
    background-color: #EDECF4;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .savings .gray-box .left-text {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .savings .gray-box .left-text h4, .savings .gray-box .left-text p {
    display: none;
  }
  .savings .gray-box .left-text .savingsBnL img {
    width: 235px;
    margin: 0 auto;
    text-align: center;
    display: inherit;
  }
  .savings .gray-box .savings-img {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 30px;
    margin-left: 0px;
  }
  .savings .gray-box .savings-img img {
    position: relative;
    left: 0px;
    width: 55%;
  }
  .savings .gray-box .savings-img h4, .savings .gray-box .savings-img p {
    display: block;
  }
  .savings .gray-box .savings-img h4 {
    font-size: 17px;
    line-height: normal;
    font-weight: 700;
    color: #006225;
    margin: 25px 0;
    width: 45%;
    padding-right: 5px;
  }
  .savings .gray-box .savings-img p {
    font-size: 14px;
    font-weight: 700;
    color: #b41f59;
    margin: 20px 0 0 0;
  }
  .savings .gray-box .right-text {
    padding-left: 0px;
  }
  .savings .gray-box .right-text p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 5px;
  }
  .savings .gray-box .right-text p a {
    color: #403b94;
  }
  .savings .footnote {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    padding-left: 5px;
    text-indent: -5px;
    margin: 7px 0;
  }
  .savings .footnote a {
    font-weight: 700;
  }

  .savings-sec-2 {
    margin-bottom: 40px;
  }
  .savings-sec-2 h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
  }
  .savings-sec-2 p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .savings-sec-2 ul {
    margin-bottom: 20px;
  }
  .savings-sec-2 ul li {
    font-size: 13px;
  }
  .savings-sec-2 .footnote {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    padding-left: 7px;
    text-indent: -7px;
    margin: 20px 0 0;
  }
  .savings-sec-2 .footnote a {
    font-weight: 700;
  }

  .formulary {
    padding: 35px 0px;
  }
  .formulary h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 23px;
  }
  .formulary p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .formulary p:last-child {
    font-size: 13px;
  }

  .mmt .mmit-tool {
    padding: 0 0;
  }
  .mmt .mmit-tool .mmit-inner-container {
    background-color: #FFF3DD;
    width: 100%;
    padding: 40px 20px 20px;
    height: auto;
    min-height: 410px;
    border: 0px solid transparent;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard {
    padding: 0;
    margin: 0;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: inherit !important;
    position: relative;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li {
    background-color: #CDD7B8;
    opacity: 1;
    transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    display: inline-block;
    text-align: center;
    height: 45px;
    position: relative;
    margin-bottom: 0;
    color: #006225;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    max-width: 18%;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li.active {
    opacity: 1;
    background: #006225;
    transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 45px;
    position: relative;
    margin-bottom: 0;
    color: #fff;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li.active .wizard-info {
    color: #fff;
    background: #006225;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li.active:last-child:after {
    background: transparent;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li:nth-child(1):before {
    content: "";
    background-color: #006225 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    left: 0;
    top: 0;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info {
    font-family: "Arimo", sans-serif;
    text-decoration: none;
    transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    color: #006225;
    display: block;
    width: 100%;
    text-align: center;
    cursor: default;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    background: #CDD7B8;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info:after {
    display: none;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li:last-child:after {
    content: "Step";
    position: absolute;
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 500;
    top: -20px;
    left: 0;
    color: #006225;
    width: 100%;
    text-align: center;
    font-weight: 500;
    display: block;
    height: auto;
    background: #d8d8d8;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    right: 0px;
    background: transparent;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul li:after {
    content: "Step";
    position: absolute;
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 500;
    top: -20px;
    left: 0;
    color: #006225;
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
  .mmt .mmit-tool .mmit-inner-container .mmit-wizard ul:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 2px;
    background: #006225;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mmt .mmit-tool .mmit-inner-container .form-horizontal.form-mmit {
    padding: 0 0px;
  }
  .mmt .mmit-tool .mmit-inner-container .steps {
    font-family: "Arimo", sans-serif;
  }
  .mmt .mmit-tool .mmit-inner-container .steps .state-selection label {
    font-weight: 500;
    font-size: 18px;
  }
  .mmt .mmit-tool .mmit-inner-container .steps .state-selection .clearfix {
    position: relative;
  }
  .mmt .mmit-tool .mmit-inner-container .steps .state-selection .clearfix .form-select {
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .mmt .mmit-tool .mmit-inner-container .steps .selected .sub-selected .back-to-results {
    left: 0;
  }
  .mmt .mmit-tool .mmit-inner-container .button-area {
    margin-top: 125px;
  }
  .mmt .mmit-tool .mmit-inner-container .button-area .cta-btn {
    font-size: 12px;
    width: 135px;
    height: 45px;
    line-height: 30px;
    display: inline-block;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    padding: 7px 25px;
    background-color: #fec352;
    font-weight: 700;
    font-size: 16px;
    color: #403b94 !important;
    border-radius: 0;
    margin-right: 20px;
  }
  .mmt .mmit-tool h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin: 20px 0 20px !important;
    text-transform: uppercase;
    line-height: inherit;
    font-family: "Arimo", sans-serif;
  }
  .mmt .mmit-content.mmit-content-costom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mmt .mmit-content.mmit-content-costom .mmit-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .mmt .mmit-content.mmit-content-costom .mmit-col h1 {
    margin-bottom: 3px;
  }
  .mmt .mmit-content.mmit-content-costom .content-item {
    margin-bottom: 4px !important;
    line-height: 16px;
  }
  .mmt .mmit-content.mmit-content-costom .content-item .col-title {
    font-family: "Arimo", sans-serif;
    color: #006225 !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    margin-right: 5px !important;
    width: auto !important;
  }
  .mmt .mmit-content.mmit-content-costom .content-item .col-text {
    color: #333333 !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: "Arimo", sans-serif;
    display: inline !important;
  }
  .mmt .mmit-content.mmit-content-costom .content-item .col-text strong {
    font-weight: normal;
  }
  .mmt .mmit-content.mmit-content-costom .note {
    margin-top: 5px !important;
  }

  .sitemap {
    padding: 35px 0px 30px;
  }
  .sitemap h1 {
    letter-spacing: -0.2px;
    font-size: 20px;
    font-weight: 700;
    color: #006225;
    margin-bottom: 20px;
    line-height: 12px;
  }
  .sitemap p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }
  .sitemap p:last-child {
    font-size: 15px;
  }
  .sitemap ul li a {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 7px;
    text-decoration: none;
  }

  .error-page {
    padding: 10vh 0 35vh;
  }

  #siteLeavingPopup.modal .modal-content {
    padding: 15px;
  }
  #siteLeavingPopup.modal .modal-content .modal-body h4 {
    font-size: 20px;
  }
  #siteLeavingPopup.modal .modal-content .modal-footer {
    border-top: 0px solid transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.75rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #siteLeavingPopup.modal .modal-content .modal-footer .btn {
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    padding: 14px 15px;
    width: 205px;
    margin: 12px 0 0 0;
  }
  #siteLeavingPopup.modal .modal-content .modal-footer .btn:first-child {
    margin-right: 0px;
  }

  #sticky-isi-module {
    padding-left: 0;
    padding-top: 30px;
    height: 240px;
  }
  #sticky-isi-module.expanded {
    max-height: 72%;
  }
  #sticky-isi-module .see-more-links {
    top: -20px;
  }
  #sticky-isi-module .see-more-links img {
    height: 28px;
  }
  #sticky-isi-module .indications-inner-section .isi-headtext {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 365px) {
  .homeBanner .caption {
    padding-top: 17%;
  }
  .homeBanner .caption p {
    margin-top: 20px;
  }

  .safety {
    padding: 25px 0px;
  }
  .safety .blueGrad {
    padding: 15px 10px 15px 130px;
  }
  .safety .blueGrad:before {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    background-image: url(../img/img-100X200-DropFigure.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 25px;
    top: 0;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 470px;
  }
}
@media screen and (max-width: 767px) and (min-width: 414px) {
  .homeBanner .caption {
    padding-top: 21%;
  }
  .homeBanner .caption p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 365px) and (min-width: 355px) {
  .homeBanner .caption h2 {
    margin-bottom: 50px !important;
  }
}
/** footer optout **/
.GlobaloptoutLinks ul li a {
    font-size: 12px;
    font-weight: 600;
}