@charset "UTF-8";
/*
 Theme Name:   iSeek
 Theme URI:    https://iseek.ie
 Description:  iSeek Internet Solutions default starter theme, customised for our clients, providing them an outstanding website, they can be proud of. 
 Child theme to the amazing GeneratePress theme.
 Template:     generatepress
 Version:      1.0
*/
/* Color Options
--------------------------------------------- */
.has-theme-primary-color {
  color: #dc128a;
}

.has-theme-primary-background-color {
  background-color: #dc128a;
}

.has-theme-secondary-color {
  color: #002766;
}

.has-theme-secondary-background-color {
  background-color: #002766;
}

.has-theme-light-color {
  color: #FFF;
}

.has-theme-light-background-color {
  background-color: #FFF;
}

.has-theme-grey-color {
  color: #eff0ef;
}

.has-theme-grey-background-color {
  background-color: #eff0ef;
}

.has-theme-dark-color {
  color: #000;
}

.has-theme-dark-background-color {
  background-color: #000;
}

.has-theme-purple-brown-color {
  color: #231f20;
}

.has-theme-purple-brown-background-color {
  background-color: #231f20;
}

.has-theme-battleship-grey-color {
  color: #797d82;
}

.has-theme-battleship-grey-background-color {
  background-color: #797d82;
}

.site-header {
  border-bottom: 2px solid #002766;
}
.site-header .inside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1148px) {
  .site-header .inside-header {
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .inside-header .site-logo {
  flex: 1;
}

.main-navigation .main-nav .menu-item {
  position: relative;
}
@media (min-width: 1149px) {
  .main-navigation .main-nav .menu-item:after {
    content: "|";
    color: #002766;
    position: absolute;
    font-weight: 300;
    font-size: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
  }
  .main-navigation .main-nav .menu-item:last-child:after {
    display: none;
  }
  .main-navigation .main-nav .menu-item.menu-item-has-children .dropdown-menu-toggle .icon-arrow {
    display: none;
  }
  .main-navigation .main-nav .menu-item.menu-item-has-children .sub-menu {
    border: 2px solid white;
    width: auto;
  }
  .main-navigation .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding-top: 13px;
    padding-bottom: 17px;
    background: #002766 !important;
    white-space: nowrap;
  }
  .main-navigation .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item a:hover, .main-navigation .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item a:focus, .main-navigation .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item a:active {
    background: #dc128a !important;
  }
}

@media (min-width: 1149px) {
  .dropdown-hover .main-navigation:not(.toggled) ul li:hover > ul, .dropdown-hover .main-navigation:not(.toggled) ul li.sfHover > ul {
    left: -50%;
    transform: translateX(25%);
    text-align: center;
  }
}

.icon-menu-bars {
  color: #dc128a;
  font-size: 2rem;
}

@media (max-width: 1148px) {
  .inside-header > :not(:last-child):not(.main-navigation) {
    margin-bottom: 0;
  }
  .sub-menu.toggled-on {
    background-color: transparent !important;
    border: none;
    border-top: 1px solid #002766;
    border-bottom: 1px solid #002766;
  }
  .sub-menu.toggled-on li.menu-item > a {
    color: #797d82 !important;
    background-color: transparent !important;
  }
}
#generate-slideout-menu.main-navigation.do-overlay .inside-navigation {
  padding-right: 18%;
}
#generate-slideout-menu.main-navigation.do-overlay .inside-navigation .main-nav {
  width: 100%;
}
#generate-slideout-menu.main-navigation.do-overlay .inside-navigation .main-nav .menu-item:after {
  display: none;
}
#generate-slideout-menu.main-navigation.do-overlay .inside-navigation .main-nav .menu-item.menu-item-has-children .dropdown-menu-toggle .icon-arrow {
  display: inline-flex;
}
#generate-slideout-menu.main-navigation.do-overlay ul.slideout-menu li {
  text-align: left;
}
#generate-slideout-menu.main-navigation.do-overlay ul.slideout-menu li a {
  padding: 0;
  width: 100%;
}
#generate-slideout-menu.main-navigation.do-overlay ul.slideout-menu ul {
  float: none;
  position: unset;
}

#pum-1290,
.pum-container {
  z-index: auto !important;
}

.home .section--home-hero {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 240px;
  margin-bottom: 50px;
}
.home .section--home-hero header {
  background-color: rgba(255, 255, 255, 0.6);
}
.home .section--home-hero header .main-navigation {
  background-color: transparent;
}
.home .section--home-hero .inner-container .hero-content {
  max-width: 375px;
  margin-top: 150px;
}
.home .section--home-hero .inner-container .hero-content h1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .home .section--home-hero {
    background-position: center center;
    background-size: cover;
    margin-bottom: 100px;
  }
  .home .section--home-hero .inner-container {
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .home .section--home-hero .inner-container .hero-content {
    margin-top: 0;
  }
  .home .section--home-hero .inner-container .hero-content h1 {
    margin-bottom: 0;
  }
}

body {
  overflow-x: hidden;
}
body .content-area {
  padding-left: 30px;
  padding-right: 30px;
}
body .content-area .entry-content {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  body .content-area {
    padding-left: 85px;
    padding-right: 85px;
  }
}

.inner-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.inner-container-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .inner-container-wrapper {
    padding-left: 85px;
    padding-right: 85px;
  }
}

.product .entry-header,
.pipeline .entry-header {
  display: none;
}

.single-post article,
.page-products article,
.page-pielines article {
  position: relative;
}
.single-post article .accent-wrap-left,
.page-products article .accent-wrap-left,
.page-pielines article .accent-wrap-left {
  top: calc(620px + 50%);
  transform: translateY(calc(50% - 620px));
  left: calc(-50vw + 50% - 171px);
  z-index: 100;
}
.single-post article .accent-wrap-right,
.page-products article .accent-wrap-right,
.page-pielines article .accent-wrap-right {
  right: calc(-50vw + 50% - 171px);
  z-index: 100;
}
.single-post .featured-image,
.page-products .featured-image,
.page-pielines .featured-image {
  margin-top: 50px !important;
  position: relative;
  height: 0;
  padding-bottom: 66.67%;
  left: 0;
  top: 0;
}
.single-post .featured-image img,
.page-products .featured-image img,
.page-pielines .featured-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .entry-header .entry-meta,
.page-products .entry-header .entry-meta,
.page-pielines .entry-header .entry-meta {
  font-size: 21px;
  margin-bottom: 10px;
}
.single-post .entry-header .entry-title,
.page-products .entry-header .entry-title,
.page-pielines .entry-header .entry-title {
  color: #dc128a;
  margin-bottom: 50px;
  font-size: 35px;
}
@media (min-width: 768px) {
  .single-post .entry-header .entry-title,
  .page-products .entry-header .entry-title,
  .page-pielines .entry-header .entry-title {
    font-size: 40px;
  }
}

@media (max-width: 1148px) {
  .single-post .featured-image {
    height: auto;
  }
  .single-post .featured-image img {
    position: relative;
  }
}

.single-product .featured-image,
.single-pipeline .featured-image {
  display: none;
}

.page-products article,
.page-pipelines article {
  position: relative;
}
.page-products article .accent-wrap-left,
.page-pipelines article .accent-wrap-left {
  top: calc(620px + 25%);
  transform: translateY(calc(75% - 620px));
}
.page-products article .accent-wrap-right,
.page-pipelines article .accent-wrap-right {
  top: calc(620px + 50%);
  transform: translateY(calc(50% - 620px));
  right: calc(-50vw + 50% - 171px);
  z-index: 100;
}

.single-product .entry-content,
.single-pipeline .entry-content {
  margin: 0 !important;
}
.single-product .inside-article,
.single-pipeline .inside-article {
  padding: 0 !important;
}

.single-product .section--hero,
.single-product .section--icon-grid,
.single-pipeline .section--hero,
.single-pipeline .section--icon-grid {
  position: relative;
}
.single-product .accent-wrap-left,
.single-pipeline .accent-wrap-left {
  bottom: -171px;
  top: auto;
  z-index: 100;
}
.single-product .accent-wrap-right,
.single-pipeline .accent-wrap-right {
  top: 171px;
  bottom: auto;
  z-index: 100;
}

.wp-block-group__inner-container {
  padding: 0 !important;
}

.page .hide {
  display: none;
}

@media (max-width: 1148px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (max-width: 1148px) {
  .page-contact .wp-block-columns {
    flex-flow: column;
  }
  .page-contact .wp-block-columns .wp-block-column:first-child {
    order: 2;
  }
  .page-contact .wp-block-columns .wp-block-column:nth-child(2) {
    order: 1;
    margin-bottom: 50px;
  }
}

body .wp-block-columns.no-gutter .wp-block-column:not(:first-child) {
  margin-left: 0;
}
body .padding-25 {
  padding: 27px 25px;
}
@media (max-width: 1148px) {
  body .padding-25 {
    padding: 27px 50px 27px 25px;
  }
}
body .entry-content ul {
  padding: 0;
  margin: 0;
}
body .entry-content ul li {
  list-style-type: none;
  margin-left: 20px;
}
body .entry-content ul li strong {
  color: #dc128a;
}
body .entry-content ul li:before {
  content: "»";
  color: #dc128a;
  font-weight: bold;
  margin-left: -20px;
  margin-right: 10px;
}
body .entry-content ul.blue_copy_list.no_arrow {
	padding-inline-start:0;
}
body .entry-content ul.blue_copy_list.no_arrow li:before {
	display:none;
}
body .margin-15 {
  margin: 15px 0;
}
body .margin-bottom-15 {
  margin-bottom: 15px;
}
body .pum-content + .pum-close,
body .pum-theme-content-only .pum-content + .pum-close {
  color: #000000;
  border-radius: 50%;
  border: 1px solid #002766;
  font-size: 1.5rem;
  height: 24px;
  width: 20px;
}
@media (max-width: 1148px) {
  body .pum-content + .pum-close,
  body .pum-theme-content-only .pum-content + .pum-close {
    color: #dc128a;
    border: 1px solid #dc128a;
  }
}
body .pum-content {
  font-size: 15px;
}
body .pum-content .content-panel a {
  color: #ffffff;
}
body .pum-content .content-panel a:hover, body .pum-content .content-panel a:focus, body .pum-content .content-panel a:active {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 1148px) {
  body .pum-content {
    font-size: 12px;
  }
  body .pum-content h6 {
    font-size: 16px;
  }
}
body .wp-block-column.is-vertically-aligned-center {
  align-self: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .wp-block-embed__wrapper {
  position: relative;
  padding-top: 53.25%;
  height: 0;
}
body .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .gform_wrapper {
  margin-top: 0px;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
body .gform_wrapper ul li.gfield input[type=text],
body .gform_wrapper ul li.gfield input[type=email],
body .gform_wrapper ul li.gfield select,
body .gform_wrapper ul li.gfield textarea {
  border: 1px solid #002766;
  background-color: #f7f7f7;
  padding: 0px 20px !important;
}
body .gform_wrapper ul li.gfield select {
  padding-left: 15px !important;
}
body .gform_wrapper ul li.hidden_label input {
  margin-top: 0 !important;
}
body .gform_wrapper .gfield_html {
  font-weight: 600;
  font-size: 12px;
  padding-top: 10px !important;
}
body .gform_wrapper .gfield_html a {
  color: inherit;
  font-weight: bold;
}
body .gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-right: 16px !important;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
  margin: 0 !important;
}
body .gform_wrapper ::-moz-placeholder {
  color: #999999;
}
body .gform_wrapper ::placeholder {
  color: #999999;
}
body .semibold {
  font-weight: 600;
}
body .medium-weight {
  font-weight: 500;
}
body .flush {
  margin-bottom: 0 !important;
}
body .flush figure {
  margin-bottom: 0 !important;
}
body .padded {
  padding-top: 108px;
  padding-bottom: 108px;
}
body .shaded {
  background-color: #eff0ef;
}
body .underscore {
  position: relative;
  width: 100%;
  margin-bottom: 106px;
}
body .underscore:after {
  content: "";
  background-color: #dc128a;
  height: 2px;
  width: 80%;
  position: absolute;
  bottom: -20px;
  margin: auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  body .underscore:after {
    width: 310px;
  }
}
body .acf-block-preview .accent-wrap-left,
body .acf-block-preview .accent-wrap-right {
  display: none !important;
}
body .acf-block-preview .section--hero .hero-content {
  max-width: 100%;
}

iframe {
  border: 2px solid #002766;
}

.section--hero {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 240px;
  padding-top: 280px;
  margin-bottom: 50px;
}
.section--hero .hero-surtitle {
  color: #002766;
}
.section--hero.no-featured-image {
  background-color: #002766;
  padding-top: 67px;
  padding-bottom: 67px;
}
.section--hero.no-featured-image .hero-title {
  color: #ffffff;
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 53px;
}
.section--hero.no-featured-image .hero-title:after {
  content: "";
  background-color: #dc128a;
  height: 2.5px;
  width: 80%;
  position: absolute;
  border-radius: 10px;
  bottom: -20px;
  margin: auto;
  left: 0;
  right: 0;
}
.section--hero.no-featured-image .hero-text {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 768px) {
  .section--hero.no-featured-image .hero-text {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .section--hero.no-featured-image .hero-title:after {
    width: 552px;
  }
}
.section--hero .hero-surtitle {
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.section--hero .hero-surtitle:after {
  content: "";
  background-color: #dc128a;
  height: 2.5px;
  width: 100%;
  position: absolute;
  border-radius: 10px;
  bottom: -5px;
  margin: auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .section--hero {
    padding-top: 0;
    align-items: center;
    justify-content: flex-start;
    background-position: center center;
    background-size: cover;
    height: 500px;
    margin-bottom: 100px;
  }
  .section--hero .hero-content {
    max-width: 500px;
    padding-right: 0;
  }
  .section--hero.no-featured-image {
    height: auto;
  }
  .section--hero.no-featured-image .hero-title {
    margin-bottom: 29px;
  }
  .section--hero.no-featured-image .hero-content {
    max-width: 100%;
  }
  .section--hero.browser-height {
    height: calc(100vh - 121.266px);
  }
}

@media (min-width: 768px) {
  .single-product .hero-text,
  .single-pipeline .hero-text {
    font-size: 30px !important;
  }
}

.page-contact .section--hero {
  background-size: 100% auto;
  margin-bottom: 100px;
}

.single-product.section--hero .hero-surtitle,
.single-pipeline.section--hero .hero-surtitle {
  color: #ffffff;
}
.single-product.section--hero .hero-title,
.single-pipeline.section--hero .hero-title {
  text-align: left;
  margin-bottom: 71px;
  color: #ffffff;
}
.single-product.section--hero .hero-title:after,
.single-pipeline.section--hero .hero-title:after {
  display: none;
}
.single-product.section--hero .hero-text,
.single-pipeline.section--hero .hero-text {
  text-align: left;
  color: #ffffff;
}
@media (min-width: 768px) {
  .single-product.section--hero .hero-text,
  .single-pipeline.section--hero .hero-text {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .single-product.section--hero,
  .single-pipeline.section--hero {
    padding: 106px;
    height: auto;
  }
}

.btn, .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore, body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
  font-weight: 600;
  width: 190px;
  padding: 8px 0px;
  border: solid 2.5px transparent;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  transition: 0.5s all ease;
  margin-top: 50px;
  margin-bottom: 22px;
}
.btn.btn-primary, .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore, body .gform_wrapper .gform_footer input.btn-primary.button,
body .gform_wrapper .gform_footer input.btn-primary[type=submit] {
  border-color: #dc128a;
  color: #dc128a;
}
.btn.btn-primary:visited, .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:visited, body .gform_wrapper .gform_footer input.btn-primary.button:visited,
body .gform_wrapper .gform_footer input.btn-primary[type=submit]:visited {
  border-color: #dc128a;
  color: #dc128a;
}
.btn.btn-primary:hover, .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:hover, body .gform_wrapper .gform_footer input.btn-primary.button:hover,
body .gform_wrapper .gform_footer input.btn-primary[type=submit]:hover, .btn.btn-primary:focus, .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:focus, body .gform_wrapper .gform_footer input.btn-primary.button:focus,
body .gform_wrapper .gform_footer input.btn-primary[type=submit]:focus, .btn.btn-primary:active, .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:active, body .gform_wrapper .gform_footer input.btn-primary.button:active,
body .gform_wrapper .gform_footer input.btn-primary[type=submit]:active {
  outline: none;
  background-color: #dc128a;
  border-color: #dc128a;
  color: #ffffff;
}
.btn.btn-secondary, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-secondary.kt-blocks-post-readmore, body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
  border-color: #002766;
  color: #002766;
}
.btn.btn-secondary:visited, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-secondary.kt-blocks-post-readmore:visited, body .gform_wrapper .gform_footer input.button:visited,
body .gform_wrapper .gform_footer input[type=submit]:visited {
  border-color: #002766;
  color: #002766;
}
.btn.btn-secondary:hover, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-secondary.kt-blocks-post-readmore:hover, body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover, .btn.btn-secondary:focus, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-secondary.kt-blocks-post-readmore:focus, body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:focus, .btn.btn-secondary:active, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-secondary.kt-blocks-post-readmore:active, body .gform_wrapper .gform_footer input.button:active,
body .gform_wrapper .gform_footer input[type=submit]:active {
  outline: none;
  background-color: #002766;
  border-color: #002766;
  color: #ffffff;
}
.btn.btn-white, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-white.kt-blocks-post-readmore, .section--banner.no-image.has-theme-primary-background-color .btn, .section--banner.no-image.has-theme-primary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-primary-background-color .kt-blocks-post-readmore, .section--banner.no-image.has-theme-secondary-background-color .btn, .section--banner.no-image.has-theme-secondary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-secondary-background-color .kt-blocks-post-readmore, body .gform_wrapper .gform_footer input.btn-white.button, .section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input.button, .section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input.button,
body .gform_wrapper .gform_footer input.btn-white[type=submit],
.section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input[type=submit],
.section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input[type=submit] {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-white:visited, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-white.kt-blocks-post-readmore:visited, .section--banner.no-image.has-theme-primary-background-color .btn:visited, .section--banner.no-image.has-theme-primary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:visited, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-primary-background-color .kt-blocks-post-readmore:visited, .section--banner.no-image.has-theme-secondary-background-color .btn:visited, .section--banner.no-image.has-theme-secondary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:visited, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-secondary-background-color .kt-blocks-post-readmore:visited, body .gform_wrapper .gform_footer input.btn-white.button:visited, .section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input.button:visited, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input.button:visited, .section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input.button:visited, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input.button:visited,
body .gform_wrapper .gform_footer input.btn-white[type=submit]:visited,
.section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input[type=submit]:visited,
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input[type=submit]:visited,
.section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input[type=submit]:visited,
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input[type=submit]:visited {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-white:hover, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-white.kt-blocks-post-readmore:hover, .section--banner.no-image.has-theme-primary-background-color .btn:hover, .section--banner.no-image.has-theme-primary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:hover, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-primary-background-color .kt-blocks-post-readmore:hover, .section--banner.no-image.has-theme-secondary-background-color .btn:hover, .section--banner.no-image.has-theme-secondary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:hover, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-secondary-background-color .kt-blocks-post-readmore:hover, body .gform_wrapper .gform_footer input.btn-white.button:hover, .section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input.button:hover, .section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input.button:hover,
body .gform_wrapper .gform_footer input.btn-white[type=submit]:hover,
.section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input[type=submit]:hover,
.section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input[type=submit]:hover, .btn.btn-white:focus, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-white.kt-blocks-post-readmore:focus, .section--banner.no-image.has-theme-primary-background-color .btn:focus, .section--banner.no-image.has-theme-primary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:focus, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-primary-background-color .kt-blocks-post-readmore:focus, .section--banner.no-image.has-theme-secondary-background-color .btn:focus, .section--banner.no-image.has-theme-secondary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:focus, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-secondary-background-color .kt-blocks-post-readmore:focus, body .gform_wrapper .gform_footer input.btn-white.button:focus, .section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input.button:focus, .section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input.button:focus,
body .gform_wrapper .gform_footer input.btn-white[type=submit]:focus,
.section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input[type=submit]:focus,
.section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input[type=submit]:focus, .btn.btn-white:active, .latest-news-reusable-block .kt-blocks-carousel .entry-content .btn-white.kt-blocks-post-readmore:active, .section--banner.no-image.has-theme-primary-background-color .btn:active, .section--banner.no-image.has-theme-primary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:active, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-primary-background-color .kt-blocks-post-readmore:active, .section--banner.no-image.has-theme-secondary-background-color .btn:active, .section--banner.no-image.has-theme-secondary-background-color .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore:active, .latest-news-reusable-block .kt-blocks-carousel .entry-content .section--banner.no-image.has-theme-secondary-background-color .kt-blocks-post-readmore:active, body .gform_wrapper .gform_footer input.btn-white.button:active, .section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input.button:active, .section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input.button:active,
body .gform_wrapper .gform_footer input.btn-white[type=submit]:active,
.section--banner.no-image.has-theme-primary-background-color body .gform_wrapper .gform_footer input[type=submit]:active,
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-primary-background-color input[type=submit]:active,
.section--banner.no-image.has-theme-secondary-background-color body .gform_wrapper .gform_footer input[type=submit]:active,
body .gform_wrapper .gform_footer .section--banner.no-image.has-theme-secondary-background-color input[type=submit]:active {
  outline: none;
  background-color: #ffffff;
  color: #002766;
}

.section--banner {
  margin-top: 95px;
  margin-bottom: 88px;
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 240px;
  padding: 280px 0 60px 0;
  position: relative;
}
.section--banner:last-child {
  margin-bottom: 0;
}
.section--banner.no-image {
  padding: 47px 0;
}
.section--banner .banner-text {
  text-transform: none;
  margin-bottom: 0;
}
.section--banner.no-image.has-theme-primary-background-color, .section--banner.no-image.has-theme-secondary-background-color {
  color: #ffffff;
}
.section--banner.no-image.has-theme-primary-background-color .banner-title,
.section--banner.no-image.has-theme-primary-background-color .banner-text, .section--banner.no-image.has-theme-secondary-background-color .banner-title,
.section--banner.no-image.has-theme-secondary-background-color .banner-text {
  color: #ffffff;
}
@media (min-width: 768px) {
  .section--banner {
    padding: 99px 0 116px 0;
    align-items: center;
    justify-content: flex-start;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
  }
  .section--banner .banner-content {
    max-width: 375px;
  }
  .section--banner.no-image .banner-content {
    max-width: 100%;
  }
}
.section--banner .banner-text {
  color: #231f20;
}

.accent-wrap-left,
.accent-wrap-right {
  display: block;
  height: 342px;
  width: 342px;
  position: absolute;
  top: -171px;
  left: -171px;
}
@media (max-width: 1148px) {
  .accent-wrap-left,
  .accent-wrap-right {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .accent-wrap-right {
    top: auto;
    left: auto;
    bottom: -171px;
    right: -171px;
  }
}

.section--icon-grid {
  padding: 50px 0 50px 0;
}
.section--icon-grid .icon-grid-title {
  text-align: center;
}
.section--icon-grid .icon-grid-box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.section--icon-grid .icon-grid-box-wrapper .icon-grid-box {
  flex: 1;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 60px;
}
.section--icon-grid .icon-grid-box-wrapper .icon-grid-box:last-child {
  margin-bottom: 0px;
}
.section--icon-grid .icon-grid-box-wrapper .icon-grid-box .icon-grid-box-icon {
  width: 110px;
  height: auto;
  margin-bottom: 10px;
}
.section--icon-grid .icon-grid-box-wrapper .icon-grid-box .icon-grid-box-title {
  text-transform: none;
  margin-bottom: 20px;
}
.section--icon-grid .icon-grid-box-wrapper .icon-grid-box .icon-grid-box-text {
  font-size: 18px;
}
.section--icon-grid.has-theme-primary-background-color .icon-grid-title, .section--icon-grid.has-theme-secondary-background-color .icon-grid-title {
  color: #ffffff;
}
.section--icon-grid.has-theme-primary-background-color .icon-grid-box, .section--icon-grid.has-theme-secondary-background-color .icon-grid-box {
  color: #ffffff;
}
.section--icon-grid.has-theme-primary-background-color .icon-grid-box .icon-grid-box-title, .section--icon-grid.has-theme-secondary-background-color .icon-grid-box .icon-grid-box-title {
  color: #ffffff;
  font-weight: normal;
}
@media (min-width: 1149px) {
  .section--icon-grid {
    padding: 79px 0 61px 0;
  }
  .section--icon-grid .icon-grid-title {
    text-align: left;
  }
  .section--icon-grid .icon-grid-box-wrapper {
    flex-flow: row;
  }
  .section--icon-grid .icon-grid-box-wrapper .icon-grid-box {
    margin-bottom: 0;
  }
  .section--icon-grid .icon-grid-box-wrapper.no-icons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .section--icon-grid .icon-grid-box-wrapper.no-icons .icon-grid-box {
    text-align: left;
    flex: 0 1 calc(33% - 39px);
    padding: 0;
  }
  .section--icon-grid .icon-grid-box-wrapper.no-icons .icon-grid-box .icon-grid-box-text {
    font-size: 16px;
    padding-right: 20px;
  }
  .section--icon-grid .icon-grid-box-wrapper.no-icons .icon-grid-box:first-child, .section--icon-grid .icon-grid-box-wrapper.no-icons .icon-grid-box:nth-child(2), .section--icon-grid .icon-grid-box-wrapper.no-icons .icon-grid-box:nth-child(3) {
    margin-bottom: 49px;
  }
  .section--icon-grid .icon-grid-box-wrapper.no-icons .icon-grid-box:not(:nth-child(3n)) {
    margin-right: 63px;
  }
  .section--icon-grid .icon-grid-box-wrapper.no-icons .icon-grid-box .icon-grid-box-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
  }
}

.latest-news-reusable-block .kt-blocks-carousel .kt-blocks-post-grid-item-inner .entry-content {
  padding: 0;
}
.latest-news-reusable-block .kt-blocks-carousel button.slick-next, .latest-news-reusable-block .kt-blocks-carousel button.slick-prev {
  border: none !important;
  background: url(images/arrow_next.svg) no-repeat center center/contain !important;
  width: 34px;
  height: 36px;
  transform: translate(85px, -50%);
  left: auto;
  right: 0;
}
.latest-news-reusable-block .kt-blocks-carousel button.slick-next:before, .latest-news-reusable-block .kt-blocks-carousel button.slick-prev:before {
  display: none;
}
.latest-news-reusable-block .kt-blocks-carousel button.slick-prev {
  transform: translate(-85px, -50%);
  background: url(images/arrow_prev.svg) no-repeat center center/contain !important;
  left: 0;
  right: auto;
}
@media (max-width: 1148px) {
  .latest-news-reusable-block .kt-blocks-carousel button {
    display: none !important;
  }
}
.latest-news-reusable-block .kt-blocks-carousel .entry-title {
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 11px !important;
}

.single-post .latest-news-reusable-block {
  background-color: #eff0ef;
  padding: 50px 30px;
}
@media (max-width: 1148px) {
  .single-post .latest-news-reusable-block .kt-post-slider-item.slick-slide[style] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .single-post .latest-news-reusable-block {
    padding: 90px 0 96px 0;
  }
}
@media (min-width: 768px) {
  .single-post .latest-news-reusable-block .kt-blocks-carousel,
  .single-post .latest-news-reusable-block .wp-block-group__inner-container > h2 {
    padding-left: 85px;
    padding-right: 85px;
  }
}
.single-post .latest-news-reusable-block .kt-blocks-post-grid-item {
  background-color: #ffffff;
}
.single-post .latest-news-reusable-block .kt-blocks-post-grid-item .kt-blocks-post-readmore {
  background-color: #ffffff;
}

.section--contact .svg-inline--fa {
  color: #dc128a;
  margin-right: 12px;
  font-size: 1.5rem;
}
.section--contact .contact-title {
  font-weight: bold;
  color: #002766;
  text-transform: uppercase;
}
.section--contact .contact-title .svg-inline--fa {
  margin-right: 18px;
}
.section--contact .contact-address {
  padding-left: 36px;
  margin-bottom: 6px;
}
.section--contact .contact-email:not(:last-child),
.section--contact .contact-phone:not(:last-child),
.section--contact .contact-social:not(:last-child) {
  margin-bottom: 28px;
}
.section--contact a {
  color: #002766 !important;
}
.section--contact a:visited {
  color: #002766 !important;
}
@media (min-width: 768px) {
  .section--contact {
    padding-left: 70px;
  }
}

.products-content {
  display: flex;
  flex-flow: column;
  margin: 50px 0;
  flex-wrap: nowrap;
}
.products-content .product-box {
  flex: 0 0 100%;
  margin-bottom: 60px;
  border: 2.5px solid #002766;
  background-color: #eff0ef;
}
.products-content .product-box:last-child {
  margin-right: 0;
}
.products-content .product-box .product-title {
  padding: 11px 25px;
  background-color: #002766;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}
.products-content .product-box .product-inner-wrap {
  padding: 19px 25px;
}
.products-content .product-box .product-content {
  margin-bottom: 40px;
}
.products-content .product-box .btn, .products-content .product-box body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .products-content .product-box input.button,
.products-content .product-box body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer .products-content .product-box input[type=submit], .products-content .product-box .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore, .latest-news-reusable-block .kt-blocks-carousel .entry-content .products-content .product-box .kt-blocks-post-readmore {
  margin: 0;
}
.products-content .product-box .pipeline-stage span {
  display: block;
  font-weight: bold;
}
.products-content .product-box.cerise {
  border-color: #dc128a;
}
.products-content .product-box.cerise .pipeline-stage {
  color: #dc128a;
}
.products-content .product-box.cerise .product-title {
  background-color: #dc128a;
}
@media (min-width: 1149px) {
  .products-content {
    margin: 100px 0;
    flex-flow: row;
  }
  .products-content .product-box {
    flex: 0 0 30%;
    margin-right: 60px;
    margin-bottom: 0;
  }
}

.section--team {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
}
.section--team .accent-wrap-left {
  display: none;
}
.section--team .accent-wrap-right {
  display: none;
}
.section--team.shaded {
  background-color: #dfe1df;
}
.section--team:nth-of-type(2) {
  padding-top: 0;
}
.section--team:nth-of-type(2) .accent-wrap-left {
  top: 30%;
  z-index: 100;
  display: block;
}
.section--team:nth-of-type(2) .accent-wrap-right {
  display: block;
  bottom: -171px;
  z-index: 100;
}
.section--team .team-title {
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 109px;
}
.section--team .team-title:after {
  content: "";
  background-color: #dc128a;
  height: 2px;
  width: 80%;
  position: absolute;
  bottom: -20px;
  margin: auto;
  left: 0;
  right: 0;
}
.section--team .team-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.section--team .team-content .member-box {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 78px;
  flex-flow: column;
}
.section--team .team-content .member-box .member-photo {
  padding: 12px;
  border: 1px solid #5f6369;
  margin-bottom: 38px;
  border-radius: 50%;
  max-width: 100%;
  height: 250px;
  width: 250px;
}
.section--team .team-content .member-box .member-photo .member-frame {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.section--team .team-content .member-box .member-photo .member-frame img {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--team .team-content .member-box .member-name {
  text-align: center;
  color: #002766;
  font-weight: normal;
  margin-bottom: 5px;
}
.section--team .team-content .member-box .member-title {
  text-align: center;
  color: #dc128a;
  margin-bottom: 16px;
}
.section--team .team-content .member-box .member-bio {
  text-align: left;
}
.section--team .team-content .member-box .svg-inline--fa {
  color: #002766;
  margin-bottom: 18px;
  font-size: 1.75rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .section--team {
    padding-bottom: 127px;
    padding-top: 110px;
  }
  .section--team .team-title:after {
    width: 338px;
  }
  .section--team .team-content {
    flex-flow: row;
    flex-wrap: wrap;
  }
  .section--team .team-content .member-box {
    flex: 0;
    width: 425px;
  }
  .section--team .team-content .member-box .member-photo {
    width: 333px;
    height: 333px;
  }
}

@media (min-width: 768px) {
  .page-id-1271 .section--hero {
    margin-bottom: 50px;
  }
}

#career_form {
  margin-bottom: 50px;
}
#career_form .select-box {
  padding: 12px 45px 12px 17px;
  border: 1px solid #002766;
  background-color: #f7f7f7;
  color: #999999;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}
#career_form .select-box .svg-inline--fa {
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.5rem;
  color: #231f20;
  transition: all 0.35s ease-in-out;
}
#career_form .select-box.selected .svg-inline--fa {
  transform: rotate(90deg);
}
#career_form .select-wrapper {
  position: relative;
  min-width: 100%;
  margin-bottom: 35px;
}
#career_form .options {
  position: absolute;
  opacity: 0;
  z-index: 99;
  top: 47px;
  left: -9999px;
  right: auto;
  transition: 0.5s opacity ease-in-out;
}
#career_form .options.selected {
  left: 0;
  right: 0;
  opacity: 1;
}
#career_form .job-category-select {
  margin-right: 28px;
}
#career_form #job_category,
#career_form #job_location {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  border-left: 1px solid #002766;
  border-bottom: 1px solid #002766;
  border-right: 1px solid #002766;
}
#career_form #job_category li > a,
#career_form #job_location li > a {
  display: block;
  color: #999999;
  font-size: 16px;
  padding: 12px 17px;
}
#career_form #job_category li.selected > a, #career_form #job_category li:hover > a, #career_form #job_category li:focus > a, #career_form #job_category li:active > a,
#career_form #job_location li.selected > a,
#career_form #job_location li:hover > a,
#career_form #job_location li:focus > a,
#career_form #job_location li:active > a {
  color: #002766;
}
@media (min-width: 768px) {
  #career_form {
    display: flex;
    justify-content: center;
  }
  #career_form .select-wrapper {
    min-width: 210px;
    margin-bottom: 0;
  }
  #career_form .options {
    top: 50px;
  }
  #career_form #job_category li > a,
  #career_form #job_location li > a,
  #career_form .select-box {
    font-size: 18px;
  }
}

.no-job-results {
  margin-bottom: 100px;
}

.jobs-listing {
  padding-bottom: 165px;
}
.jobs-listing .tabs {
  overflow: hidden;
}
.jobs-listing .tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.jobs-listing .tabs input:checked + .tab-label {
  border-bottom: 1px solid transparent;
}
.jobs-listing .tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.jobs-listing .tabs input:checked ~ .tab-content {
  max-height: 1000vh;
}
.jobs-listing .tabs .tab {
  width: 100%;
  overflow: hidden;
}
.jobs-listing .tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 30px;
  cursor: pointer;
  color: #002766;
  border-bottom: 1px solid #999999;
  transition: all 0.35s ease-in-out;
  position: relative;
  /* Icon */
}
.jobs-listing .tabs .tab-label::after {
  content: "";
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 25px 18px;
  width: 25px;
  height: 18px;
  transition: all 0.35s ease-in-out;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.jobs-listing .tabs .tab-content {
  max-height: 0;
  padding-top: 16px;
  transition: all 1s ease-in-out;
}

.blog .archive-header,
.archive .archive-header {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
  flex: 1 1 100%;
  margin-bottom: 100px;
  text-align: center;
  background: #002766;
  color: #ffffff;
  padding: 68px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .archive-header .entry-title,
.archive .archive-header .entry-title {
  color: #ffffff;
  text-align: center;
  position: relative;
  width: 100%;
}
.blog .archive-header .entry-title:after,
.archive .archive-header .entry-title:after {
  content: "";
  background-color: #dc128a;
  height: 2px;
  width: 80%;
  position: absolute;
  bottom: -20px;
  margin: auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .blog .archive-header .entry-title:after,
  .archive .archive-header .entry-title:after {
    width: 552px;
  }
}
.blog.post-image-above-header .no-featured-image-padding .inside-article .post-image,
.archive.post-image-above-header .no-featured-image-padding .inside-article .post-image {
  margin-top: 0;
  margin-bottom: 18px;
  position: relative;
  height: 0;
  padding-bottom: 66.67%;
  left: 0;
  top: 0;
}
.blog.post-image-above-header .no-featured-image-padding .inside-article .post-image img,
.archive.post-image-above-header .no-featured-image-padding .inside-article .post-image img {
  position: absolute;
  flex: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  left: 0;
  top: 0;
}
.blog .generate-columns-container,
.archive .generate-columns-container {
  margin: 0;
}
.blog article.generate-columns,
.archive article.generate-columns {
  background-color: #dfe1df;
  border-color: rgba(0, 0, 0, 0);
  border-width: 0px 0px 0px 0px;
  padding: 0;
  margin-bottom: 50px;
  flex: 0;
  float: none;
  min-width: 100%;
}
.blog article.generate-columns:nth-child(3n),
.archive article.generate-columns:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .blog article.generate-columns,
  .archive article.generate-columns {
    min-width: 270px;
  }
}
@media (min-width: 1200px) {
  .blog article.generate-columns,
  .archive article.generate-columns {
    margin-right: 60px;
    min-width: 270px;
  }
}
.blog article .entry-title,
.archive article .entry-title {
  padding: 0px 25px;
  margin: 0px 0px 11px 0px;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: none;
  color: #000000;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 11px !important;
}
.blog article .entry-meta,
.archive article .entry-meta {
  margin-top: 0 !important;
  margin-bottom: 18px;
  font-size: 100%;
  color: #000000;
  font-size: 12px;
  padding: 0 25px;
}
.blog article .entry-summary,
.archive article .entry-summary {
  padding: 0 25px;
}
.blog article .entry-summary .btn, .blog article .entry-summary body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer .blog article .entry-summary input.button,
.blog article .entry-summary body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer .blog article .entry-summary input[type=submit], .blog article .entry-summary .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore, .latest-news-reusable-block .kt-blocks-carousel .entry-content .blog article .entry-summary .kt-blocks-post-readmore,
.archive article .entry-summary .btn,
.archive article .entry-summary body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer .archive article .entry-summary input.button,
.archive article .entry-summary body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer .archive article .entry-summary input[type=submit],
.archive article .entry-summary .latest-news-reusable-block .kt-blocks-carousel .entry-content .kt-blocks-post-readmore,
.latest-news-reusable-block .kt-blocks-carousel .entry-content .archive article .entry-summary .kt-blocks-post-readmore {
  margin: 0;
  width: 150px;
}
.blog #primary,
.archive #primary {
  position: relative;
}
.blog #primary .accent-wrap-left,
.archive #primary .accent-wrap-left {
  top: 40%;
  transform: translateY(-60%);
  left: calc(-50vw + 50% - 171px);
  z-index: 100;
}
.blog #primary .accent-wrap-right,
.archive #primary .accent-wrap-right {
  right: calc(-50vw + 50% - 171px);
  top: 60%;
  transform: translateY(-40%);
  z-index: 100;
}

.generate-columns-container .paging-navigation {
  margin-top: 100px;
  margin-bottom: 100px !important;
  display: flex;
  justify-content: center;
}
.generate-columns-container .paging-navigation .nav-links {
  display: flex;
}
.generate-columns-container .paging-navigation a.page-numbers,
.generate-columns-container .paging-navigation span.current {
  display: inline-block;
  background: white;
  border: 1px solid #002766;
  color: #002766;
  font-size: 22px;
  height: 48px;
  width: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}
.generate-columns-container .paging-navigation a.page-numbers.next, .generate-columns-container .paging-navigation a.page-numbers.prev,
.generate-columns-container .paging-navigation span.current.next,
.generate-columns-container .paging-navigation span.current.prev {
  border: none !important;
  background: url(images/arrow_next.svg) no-repeat center center/contain !important;
  width: 34px;
  height: 100%;
  margin-left: 34px;
  margin-right: 0;
}
.generate-columns-container .paging-navigation a.page-numbers.prev,
.generate-columns-container .paging-navigation span.current.prev {
  background: url(images/arrow_prev.svg) no-repeat center center/contain !important;
  margin-left: 0;
  margin-right: 34px;
}
.generate-columns-container .paging-navigation a:hover,
.generate-columns-container .paging-navigation a:focus,
.generate-columns-container .paging-navigation a:active,
.generate-columns-container .paging-navigation span.current {
  background: #002766;
  color: #ffffff;
}

.site-info {
  display: none;
}

.site-footer .footer-widgets {
  padding-left: 30px;
  padding-right: 30px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  display: flex;
  flex-flow: column;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1,
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
  flex: 1;
}
.site-footer .footer-widgets-container .inside-footer-widgets img {
  max-width: 313px !important;
}
.site-footer .footer-widgets-container .inside-footer-widgets .grid-parent {
  width: auto;
}
.site-footer .footer-widgets-container .inside-footer-widgets .inner-padding {
  margin-bottom: 0;
  padding: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets .inner-padding .svg-inline--fa {
  width: 35px;
  height: auto;
}
.site-footer .footer-widgets-container .inside-footer-widgets .inner-padding .svg-inline--fa:hover, .site-footer .footer-widgets-container .inside-footer-widgets .inner-padding .svg-inline--fa:focus, .site-footer .footer-widgets-container .inside-footer-widgets .inner-padding .svg-inline--fa:active {
  color: #002766;
}
.site-footer .footer-widgets-container .inside-footer-widgets .inner-padding.widget_iseek_load_social_widget {
  margin-bottom: 1.5rem;
}
.site-footer .footer-widgets-container .inside-footer-widgets .inner-padding.widget_iseek_load_social_widget .iseek-acf-social-options .footer-social-link:not(:last-child) {
  margin-right: 1.5rem;
}
.site-footer .footer-widgets-container .inside-footer-widgets .small-text {
  font-size: 12px;
}
@media (min-width: 1149px) {
  .site-footer .footer-widgets {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-footer .footer-widgets-container .inside-footer-widgets {
    flex-flow: row;
  }
  .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
    margin-left: 65px;
  }
  .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-3 {
    margin-left: 45px;
  }
  .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-4 {
    margin-left: 70px;
  }
  .site-footer .footer-widgets-container .inside-footer-widgets img {
    transform: translateY(-34px);
  }
}/*# sourceMappingURL=style.css.map */



















/* Product IMKELDI */
/* CSS is uploaded to: Dashboard > Appearance > Customize > Additional CSS */

form.post-password-form {
	padding-top:10rem;
	padding-bottom:10rem;
}

.home.full-width-content .entry-content .alignwide {
    margin-left: calc(-100vw / 2 + 100% / 2);
}

.spacer_block.height_60 {
	height:60px;
}
.align-right {
	text-align:right;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.row.colgap30 {
	column-gap: 30px;
}


/* #region Nelarabine Injection page */

body.product-imkeldi * {
box-sizing: border-box;
}
body.product-imkeldi {
margin:0;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 22px;
line-height: 28px;
/* overflow: hidden; */
color: #000000;
}

body.product-imkeldi sup {
line-height: 0;
font-size: 70%;
}
.neralabine-container div,
.jylamvo-container div,
body.product-imkeldi section p,
body.product-imkeldi section h1,
body.product-imkeldi section h2,
body.product-imkeldi section h3,
body.product-imkeldi section h4,
body.product-imkeldi section li {
margin: 0;
padding: 0;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 1.35;
color: #000000;
}

body.product-imkeldi section p,
body.product-imkeldi section h1,
body.product-imkeldi section h2,
body.product-imkeldi section h3,
body.product-imkeldi section h4 {

}

.full-bleed-color-bg {
margin-left: calc(-100vw / 2 + 100% / 2);
margin-right: calc(-100vw / 2 + 100% / 2);
max-width: 100vw;
width: auto;
}

/* #region broad */
body.product-imkeldi p {
margin: 0 0 .9rem;
}
body.product-imkeldi .main-content {
padding: 1rem;
margin: 1em auto;
background-color: transparent;
color: black;
max-width: 1100px;
}
body.product-imkeldi .content {
width: 100%;
margin: auto;
max-width: 1000px;
}
body.product-imkeldi .full-section {
padding: 0 1rem;
}
body.product-imkeldi .row {
display: flex;
flex-direction: column;
}
body.product-imkeldi .mobile-only {
display: block;
}
body.product-imkeldi .desk-only {
display: none;
}
body.product-imkeldi .row.v-padding {
padding: 1.85rem 0;
display: flex;
align-items: center;
}
body.product-imkeldi .row.v-padding .row_65 .subheader {
margin:0;
}
body.product-imkeldi .row.v-padding #copay_img {
margin:0;
width:160px;
}
body.product-imkeldi .copay-block a {
text-decoration: underline;
}
body.product-imkeldi .row > div {
width:100%;
padding: 0 1rem 2rem 1rem;
}
body.product-imkeldi .row .col.align-left {
padding: 0;
}
body.product-imkeldi #jylamvo-mobile-hero {
display: block;
width: 100%;
}
body.product-imkeldi .accent-left {
display: none;
}
body.product-imkeldi .inside-article>.accent-wrap-left {
display: none;
}
body.product-imkeldi .inside-article>.accent-wrap-right {
display: none;
}
/* #endregion broad */

/* #region hero */

.nelarabine-hero,
.jylamvo-hero {
display: flex;
align-items: center;
justify-content: center;
}
.jylamvo-hero {
position: relative;
}
.jylamvo-hero #hero_disclaimer {
position: absolute;
right: 1rem;
top: 54vw;
bottom: unset;
color:#ffffff;
font-size: 14px;
}
.jylamvo-hero .hero_leftside {
  padding: 0 1rem !important;
}
.hero_leftside {
max-width: 100%;
padding: 0 1rem;
}
.hero_leftside #now_available {
margin-top: 2rem;
font-size: 18px;
font-weight: 700;
color:#0572A3;
text-decoration: underline;
text-decoration-color: #CA3682;
text-decoration-thickness: 5px;
text-underline-offset: 8px;
}
.hero_leftside #hero_title {
margin-top: 2rem;
font-size: 34px;
line-height: 37px;
font-weight: normal;
color:#0572A3;
letter-spacing: -1px;
text-transform: none;
}
.hero_leftside #hero_subhead {
color:#0572A3;
font-size: 23px;
text-transform: none;
}
.hero_leftside #hero_desc {
margin-top:1rem;
font-size: 18px;
line-height: 22px;
font-weight: 500;
color:#000000;
text-transform: none;
}
.hero_leftside a {
text-decoration: none;
color:#ffffff;
}
.hero_leftside a>div {
margin-top:2rem;
font-size: 21px;
line-height: 45px;
font-weight: 700;
color:#ffffff;
text-align:center;
height:45px;
width:280px;
background-color: #CA3682;
border-radius: 5px;
}
/* #endregion hero */

/* #region  misc */
body.product-imkeldi .subheader {
margin-top: 2rem;
font-size: 26px;
font-weight: 500;
color:#DB1A84;
}

body.product-imkeldi .body_copy {
margin-top:1rem;
font-weight: 400;
}
body.product-imkeldi .blue_copy_list {
padding: 0;
padding-inline-start: 30px;
}
body.product-imkeldi .indications .blue_copy_list {
padding-inline-start: 20px;
margin-bottom: 1rem;
}
body.product-imkeldi .blue_copy_list li {
padding: 0;
margin-top:0.9rem;
font-weight: 600;
color:#0572A3;
}
body.product-imkeldi #indication_link {
color:#DB1A84;
text-decoration: underline;
}
body.product-imkeldi .row img {
margin-top: 3em;
width: 100%;
max-width: 400px;
}
body.product-imkeldi .row_35 {
text-align: center;
}
body.product-imkeldi .lt-blue-section {
margin-top: 2rem;
width: 100%;
background-color: #E5F1F6;
}
body.product-imkeldi .lt-blue-section {
margin-top: 0rem;
}
body.product-imkeldi .dk-blue-section {
width: 100%;
background-color: #0572A3;
}
body.product-imkeldi .dk-blue-section h2 {
color: #FFFFFF;
margin: 0;
padding-top: 3rem;
}
body.product-imkeldi .dk-blue-section h3 {
color: #FFFFFF;
font-weight: 700;
font-size: 22px;
padding-top: 1.75rem;
}
body.product-imkeldi .dk-blue-section p {
color: #FFFFFF;
}
body.product-imkeldi .dk-blue-section h3 + p {
margin:0;
}
body.product-imkeldi .dk-blue-section p a {
color:#ffffff;
text-decoration: underline;
}
body.product-imkeldi .row_20 {
max-width: 190px;
align-self: center;
padding: 0 !important;
}
body.product-imkeldi .row_20 img {
margin:0;
padding: 2rem 1rem;
}
body.product-imkeldi .row_80 .subheader {
padding-top: 2rem;
}
body.product-imkeldi .dk-blue-section .row_80 a {
text-decoration: none;
}
body.product-imkeldi .dk-blue-section a>div {
margin: 2rem auto;
font-size: 21px;
line-height: 40px;
font-weight: 700;
color:#ffffff;
text-align:center;
height:40px;
width:160px;
background-color: #CA3682;
border-radius: 4px;
}

@media screen and (min-width: 1350px) {

  body.product-imkeldi .accent-left {
  display: block;
  height: 342px;
  width: 342px;
  position: absolute;
  left: -171px;
  top:545px;
  z-index: auto;
}
body.product-imkeldi .accent-left {
  top:510px;
}
}

@media screen and (min-width: 768px) {
body.product-imkeldi .mobile-only {
  display: none;
}

body.product-imkeldi .desk-only {
  display: block;
}

body.product-imkeldi .row {
  flex-direction: row;
}

body.product-imkeldi #jylamvo-mobile-hero {
  display: none;
}

body.product-imkeldi .jylamvo-hero {
  background-image: url('/wp-content/uploads/2022/12/1920x490_Header2.jpg');
  background-repeat: no-repeat;
  background-position: 75% 50%;
  background-size: cover;
}
body.product-imkeldi.hero-even .jylamvo-hero {
  background-image: url('/wp-content/uploads/2023/12/jylamvo_desktop_hero-1.jpg');
}
body.product-imkeldi .hero_leftside {
  max-width: 75%;
}
body.product-imkeldi .hero_leftside #now_available {
  margin-top: 4rem;
  font-size: 25px;
  color:#ffffff;
  text-decoration-color: #CA3682;
  text-underline-offset: 14px;
}

body.product-imkeldi .hero_leftside #hero_title {
  margin-top: 2.5rem;
  font-size: 48px;
  line-height: 70px;
  color:#ffffff;
}
body.product-imkeldi .hero_leftside #hero_title {
  font-size: 64px;
  letter-spacing: unset;
}

body.product-imkeldi .hero_leftside #hero_subhead {
  font-size: 40px;
  line-height: 70px;
  color:#ffffff;
}

body.product-imkeldi .hero_leftside #hero_desc {
  margin-top:2rem;
  font-size: 30px;
  line-height: 42px;
  color:#ffffff;
}
body.product-imkeldi .hero_leftside #hero_desc {
  margin-bottom: 4rem;
}

body.product-imkeldi .hero_leftside a>div {
  margin-bottom:4rem;
}
body.product-imkeldi #hero_disclaimer {
  position: absolute;
  right: 3rem;
  top: unset;
  bottom: 1.5rem;
  color:#ffffff;
  font-size: 16px;
}

body.product-imkeldi .subheader {
  margin-top:4rem;
  font-size: 40px;
  line-height: 42px;
}
body.product-imkeldi .indications .col {
  padding: 0;
}
body.product-imkeldi .indications .col.align-right {
  text-align: right;
}
body.product-imkeldi .indications #jylamvo_logo {
  width: 369px;
  margin-top: 0;
}

body.product-imkeldi .row_65 {
  flex-basis: 65%;
}

body.product-imkeldi .row_35 {
  flex-basis: 35%;
}

body.product-imkeldi .row_20 {
  flex-basis: 20%;
  align-self: flex-start;
}

body.product-imkeldi .row_80 {
  flex-basis: 80%;
}

body.product-imkeldi .row.v-padding > div {
  padding-bottom: 0;
}

body.product-imkeldi .dk-blue-section a>div {
  margin:0;
  margin-top: 1rem;
}
body.product-imkeldi .row_35 {
text-align: left;
}
body.product-imkeldi .row.v-padding #copay_img {
width:220px;
}
}

body.product-imkeldi .indications .boxed-checklist {
  margin-top: 1rem;
}
body.product-imkeldi .indications #drug_boxed {
  margin: 0;
  max-width: 370px;
}
body.product-imkeldi .indications .row_65 {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  body.product-imkeldi .indications .row_65 {
    padding: 0 0 2rem 4rem;
  }
}

body.product-imkeldi .indications .blue_checkbox_list {
  display: table;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
body.product-imkeldi .blue_checkbox_list div {
  display: table-cell;
}
body.product-imkeldi .indications .blue_checkbox_list .checkbox {
  height: 40px;
  width: 40px;
  background-image: url('/wp-content/uploads/2023/12/checkbox.png');
  background-size: contain;
  background-repeat: no-repeat;
}
body.product-imkeldi .indications .blue_checkbox_list .text {
  color: #0572A3;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 1rem;
}
body.product-imkeldi .indications .blue_checkbox_list .text.no-pad-top {
  padding-top: 0px;
}
body.product-imkeldi .indications .blue_checkbox_list .text sup,
body.product-imkeldi .indications .blue_checkbox_list .text .normal {
  font-weight: normal;
}
body.product-imkeldi .indications .references {
  display: table;
  margin-bottom: 3rem;
}
body.product-imkeldi .indications .references div {
  display: table-cell;
}
body.product-imkeldi .footnote {
  margin-top: 1.5rem;
  display: table;
}
body.product-imkeldi .footnote div {
  display: table-cell;
}



/* #endregion  misc */


/* Region Jylamvo Storage */
body.product-imkeldi .storage .icon_header {
display: flex;
padding-top: 3rem;
}
body.product-imkeldi .storage .icon_header #thermometer_img {
width:50px;
}
body.product-imkeldi .storage .icon_header .col-right {
display: flex;
flex-direction: column;
justify-content: flex-end;
margin-left: 2rem;
}
body.product-imkeldi .storage .icon_header .col-right h2 {
padding: 0;
}
body.product-imkeldi .storage .icon_header .col-right p {
padding-bottom: 5px;
}
body.product-imkeldi .storage .body_copy {
margin-top: 1rem;
}
body.product-imkeldi .storage ul {
margin: 4px 0 0 20px;
}
body.product-imkeldi .storage ul li {
color: #ffffff;
margin-top: 12px;
}
body.product-imkeldi .storage ul li::before {
 content: "•";
 color: #ffffff;
}
body.product-imkeldi .storage .row_80 {
  max-width: 630px;
}
body.product-imkeldi .storage .subheader.mobile-only {
  font-size: 24px;
  text-transform: none;
}
body.product-imkeldi .storage .row_80 h2 {
  text-transform: none;
  font-size: 34px;
}
body.product-imkeldi .storage .row_80 a>div {
  margin:auto;
}
@media screen and (min-width: 768px) {
body.product-imkeldi .storage .row {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
body.product-imkeldi .storage .row_80 a>div {
  margin: unset;
  margin-top: 1.5rem;
}
}
@media screen and (min-width: 992px) {
body.product-imkeldi .storage .row_80 a>div {
  margin: unset;
  margin-top: 3rem;
}
}

/* End Region Jylamvo Storage */


/* #region ordering */

/* ORDERING STYLES */

body.product-imkeldi #ordering {
background-color: #ffffff;
color: #000000;
padding: 3em 1em;
}
body.product-imkeldi #ordering {
  padding: 1.5em 1em 1em 1em;
}
@media screen and (min-width: 768px) {
  body.product-imkeldi #ordering {
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ordering {
    padding: 4em 1em;
  }
  body.product-imkeldi #ordering {
    padding: 2em 1em 4em;
  }
}

body.product-imkeldi #ordering h2 {
color: #0572A3;
font-weight: 500;
font-size: 1.272727em;
line-height: 1.2143;
text-align: left;
margin: 0 0 .625em;
padding: 0 0;
}
body.product-imkeldi #ordering h2 {
margin: 3rem 0 0;
text-align: center;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ordering h2 {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ordering h2 {
    font-size: 1.545454em;
    line-height: 1.29412;
  }
}

body.product-imkeldi #ordering h3 {
color: #DB1A84;
font-weight: 700;
font-size: 1.22222em;
line-height: 1.227277;
text-align: left;
margin: 0 0;
padding: 0 0;
}
body.product-imkeldi #ordering h3 {
  text-transform: none;
  text-align: center;
  padding: 1.5rem 0 1.5rem 0;
}

body.product-imkeldi #ordering h3 + p {
margin-top: .5em;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ordering h3 {
  text-align: center;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ordering h3 {
  font-size: 1.272727em;
  line-height: 1.2143;
  }
}

body.product-imkeldi #ordering p {
text-align: left;
margin: 0 auto 1em;
padding: 0 0;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ordering p {
  text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {

  body.product-imkeldi #ordering p {
  max-width: 25em;
  }
}

body.product-imkeldi #ordering .distributors {
display: flex;
flex-direction: column;
margin: 0 auto;
}

body.product-imkeldi #ordering .distributors.two-set {
margin-bottom: 2em;
}

body.product-imkeldi #ordering .distributors.three-set {
margin-bottom: 1em;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ordering .distributors {
  flex-direction: row;
  justify-content: space-between;
  }

  body.product-imkeldi #ordering .distributors.two-set {
    max-width: 750px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3em;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ordering .distributors {
  max-width: 960px;
  margin: 0 auto 1em;
  }
}

body.product-imkeldi #ordering .distributors a {
margin: 0 auto .5em;
}

body.product-imkeldi #ordering .distributors img {
display: block;
width: 90%;
height: auto;
max-width: 300px;
margin-bottom: 1em;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ordering .distributors a {
    margin: 1em auto 0;
  }

  body.product-imkeldi #ordering .distributors.two-set img {
  margin: 1em 1em 0;
  width: 75%;
  max-width: 300px;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ordering .distributors.two-set img {
  margin-top: .25em;
  }
}

body.product-imkeldi #ordering .direct-actions,
body.product-imkeldi .indications .direct-actions {
display: flex;
flex-direction: column;
margin: 0 auto;
}
body.product-imkeldi .indications .direct-actions {
  max-width: 800px;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ordering .direct-actions,
  body.product-imkeldi .indications .direct-actions {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ordering .direct-actions {
  max-width: 920px;
  }
}
.direct-action-action {
	display:flex;
	flex-direction: column;
    align-content: center;
    justify-content: center;
	width:112px;
	height:112px;
	border-radius:50%;
	text-align:center;
	font-weight:700;
	font-size:50px;
	color:#fff;
	background-color:#DB1A84;
}

body.product-imkeldi #ordering .action,
body.product-imkeldi .indications .action {
display: flex;
flex-direction: column;
}

body.product-imkeldi #ordering .action img,
body.product-imkeldi .indications .action img {
width: 112px;
height: auto;
margin: 0 auto;
}
body.product-imkeldi .indications .action img {
width: 160px;
}

body.product-imkeldi #ordering .action p {
text-align: center;
margin-bottom: 2em;
}

body.product-imkeldi .indications .action p {
text-align: center;
margin-top: 1rem;
margin-bottom: 2rem;
color: #0572A3;
font-size: 22px;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ordering .action p {
  margin-bottom: 0;
  }
}

body.product-imkeldi #ordering .action a {
color: #000000;
text-decoration: underline;
}

body.product-imkeldi #ordering .action a[href^="tel:"] {
white-space: nowrap;
text-decoration: none;
}

body.product-imkeldi #ordering .action p strong {
display: block;
color: #DB1A84;
margin: 1em auto .25em;
}
body.product-imkeldi .distributors-grid {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
  display: grid;
  grid-gap: 0.4px;
  /*background-color: #254479;*/
  border: 1px solid #254479;
}
body.product-imkeldi .distributors-grid.odd-wide {
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 1rem;
}
body.product-imkeldi .distributors-grid.even-wide {
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  body.product-imkeldi .distributors-grid.odd-wide {
    grid-template-columns: repeat(3, 1fr);
  }
  body.product-imkeldi .distributors-grid.even-wide {
    grid-template-columns: repeat(2, 1fr);
  }
	body.product-imkeldi .distributors-grid.even-wide.columns8,
	body.postid-3533 .distributors-grid.even-wide.columns8{
    grid-template-columns: repeat(8, 1fr);
  }
	body.product-imkeldi .distributors-grid.even-wide.columns7,
	body.postid-3533 .distributors-grid.even-wide.columns7{
    grid-template-columns: repeat(7, 1fr);
  }
	body.product-imkeldi .distributors-grid.even-wide.columns9,
	body.product-imkeldi .distributors-grid.even-wide.columns9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 980px) {
body.postid-3533 .distributors-grid.even-wide.columns9{
    grid-template-columns: repeat(9, 1fr);
  }
	body.postid-3533 .distributors-grid.even-wide.columns7{
    grid-template-columns: repeat(7, 1fr);
  }
}
body.product-imkeldi .grid-card div {
width: 100%;
padding: 8px;
font-size: 1rem;
border: 1px solid black;
	box-sizing: border-box;
}
body.product-imkeldi .grid-card .card-top {
  background-color: #EAEAEA;
  border-bottom: #254479;
  font-weight: bold;
}
body.product-imkeldi .grid-card .card-bottom {
  background-color: #ffffff;
}
.minHeightCard .grid-card .card-bottom{
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	min-height:75px;
}
.minHeightCardTopLines2 .grid-card .card-top {
	min-height:84px;
}
.minHeightCardTopLines3 .grid-card .card-top {
	min-height:104px;
}
.minHeightCardTopLines3 .grid-card .card-top {
	/*min-height:84px;
	font-size:12px;*/
}
.minHeightCardBottomLines2 .card-bottom {
	min-height:62px;
	line-height:20px;
}
body.product-imkeldi #ordering .distributors #walgreens_img {
  max-width: 298px;
  margin: auto;
}
body.product-imkeldi #ordering .distributors #care_img {
  max-width: 204px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body.product-imkeldi #ordering .distributors #walgreens_img {
    max-width: 400px;
  }
  body.product-imkeldi #ordering .distributors #care_img {
    max-width: 270px;
  } 
}
@media screen and (min-width: 992px) {
  body.product-imkeldi #ordering .distributors #walgreens_img {
    max-width: 494px;
  }
  body.product-imkeldi #ordering .distributors #care_img {
    max-width: 334px;
  }  
}


/* #endregion ordering */

/* #region contact rep */

/* CONTACT A REP STYLES */

body.product-imkeldi #contact-a-rep {
background-color: #254479;
color: #ffffff;
padding: 2em 1em;
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #contact-a-rep {
  padding: 3em 1em;
  }
}

body.product-imkeldi #contact-a-rep a {
color: #ffffff;
text-decoration: underline;
}

body.product-imkeldi #contact-a-rep .callout {
display: flex;
flex-direction: column;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #contact-a-rep .callout {
  flex-direction: row;
  max-width: 660px;
  margin: auto;
  }
}
@media screen and (min-width: 992px) {
  
  body.product-imkeldi #contact-a-rep .callout {
  max-width: 700px;
  }
}

body.product-imkeldi #contact-a-rep .callout-image {
display: flex;
justify-content: center;
align-items: center;
margin: .75em 0 1.25em;
}

body.product-imkeldi #contact-a-rep .callout-image .callout-image-contactrep-bubbles {
width: 100px;
max-width: 100px;
height: auto;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #contact-a-rep .callout-image {
  margin: 0 0;
  }
}

body.product-imkeldi #contact-a-rep .callout-text {
margin: 0 0 1.25em 0;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #contact-a-rep .callout-text {
  margin: 0 0 0 1.75em;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #contact-a-rep .callout-text {
  margin: 0 0 0 2.5em;
  }
}

body.product-imkeldi #contact-a-rep .callout-text h2 {
color: #ffffff;
text-transform: none;
font-weight: 700;
font-size: 1.22222em;
line-height: 1.227277;
text-align: center;
margin: 0 auto .75em;
padding: 0 0;
width: 100%;
max-width: 10.5em;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #contact-a-rep .callout-text h2 {
  margin: 0 auto .75em 0;
  text-align: left;
  max-width: fit-content;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #contact-a-rep .callout-text h2 {
  font-size: 1.272727em;
  line-height: 1.2143;
  }
}

body.product-imkeldi #contact-a-rep .callout-text p {
text-align: center;
margin: 0 auto;
max-width: 15.5em;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #contact-a-rep .callout-text p {
  text-align: left;
  max-width: fit-content;
  }
}
body.product-imkeldi #contact-a-rep .callout-text p {
  color: #ffffff;
}

/* #endregion contact rep */

/* Region Dosage accordions */
body.single-product .kt-accordion-panel {padding-top:10px;}
body.product-imkeldi .kt-accordion-panel-active:hover {
  border-bottom: 1px solid white !important;
}
body.product-imkeldi .kt-accordion-panel-active:focus {
  border-bottom: 1px solid white !important;
}
body.product-imkeldi .dosage-accordion-content {
  margin-left: 40px;
  margin-right: 40px;
}
body.product-imkeldi .dosage-accordion-content li {
  margin-bottom: 12px;
}
body.product-imkeldi .dosage-accordion-container p.body_copy {
  margin-top: 2rem;
}
.wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header:focus,
.kt-blocks-accordion-header.kt-accordion-panel-active {
	background-color:var(--global-palette7, #eeeeee) !important;
}
/* End Region Dosage accordions */

/* #region Patterned row */
/* PATTERNED ROW */

body.product-imkeldi #pattern-row {
height: 44px;
background-image: url('/wp-content/uploads/2022/12/icon-tile-background.png');
background-repeat: repeat;
background-position: center;
background-size: 22px 22px;
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #pattern-row {
  height: 80px;
  background-size: 40px 40px;
  }
}
/* #endregion Patterned row */

/* #region CTAs */
/* CTAs + REFERENCES STYLES */

body.product-imkeldi #ctas-references {
padding: 2em 1em;
background-color: #ffffff;
color: #000000;
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ctas-references {
  padding: 3em 1em;
  }
}

body.product-imkeldi #ctas-references a {
color: #000000;
text-decoration: underline;
}

body.product-imkeldi #ctas-references a[href^="tel:"] {
white-space: nowrap;
text-decoration: none;
}

body.product-imkeldi #ctas-references .ctas {
display: flex;
flex-direction: column;
width: 100%;
margin: auto;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ctas-references .ctas {
  flex-direction: row;
  justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ctas-references .ctas {
  max-width: 960px;
  }
}

body.product-imkeldi #ctas-references .cta {
width: 100%;
border: .1875em solid #006696;
border-radius: 1.25em;
padding: 1.5em 0 1.25em;
margin-bottom: 1.25em;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ctas-references .cta {
  width: calc(50% - 1.125em);
  margin-bottom: 3.25em;
  }
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ctas-references .cta {
  width: calc(50% - 1.375em);
  padding: 2em 0 1.875em;
  margin-bottom: 3.25em;
  }
}
@media screen and (min-width: 1200px) {

  body.product-imkeldi #ctas-references .cta {
  width: calc(50% - 1.75em);
  }
}

body.product-imkeldi #ctas-references .cta-image {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {

  body.product-imkeldi #ctas-references .cta-image {
  height: 104px;
  }
}

body.product-imkeldi #ctas-references .cta-image-request-medinfo {
width: 142px;
height: 96px;
}

body.product-imkeldi #ctas-references .cta-image-report-event {
width: 104px;
height: 104px;
}

body.product-imkeldi #ctas-references .cta-text {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}

body.product-imkeldi #ctas-references .cta-text h2 {
color: #DB1A84;
font-weight: 700;
font-size: 1.22222em;
line-height: 1.227277;
text-align: center;
margin: 1em auto .75em;
padding: 0 0;
width: 100%;
max-width: 10.5em;
}
body.product-imkeldi #ctas-references .cta-text h2 {
  text-transform: none;
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ctas-references .cta-text h2 {
  font-size: 1.090909em;
  line-height: 1.20834;
  }
}

body.product-imkeldi #ctas-references .cta-text p {
text-align: center;
margin: 0 auto;
width: 100%;
max-width: 13em;
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ctas-references .ctas .cta:first-child .cta-text p {
  max-width: 18.5em;
  }

  body.product-imkeldi #ctas-references .ctas .cta:first-child .cta-text p a[href^="mailto:"] {
  white-space: nowrap;
  }
}

body.product-imkeldi #ctas-references .references {
width: 100%;
margin: 0 auto;
max-width: 1470px;
font-size: 16px;
}

body.product-imkeldi #ctas-references .references p {
margin-bottom: 1.5em;
}

body.product-imkeldi #ctas-references .references p:last-child {
margin-bottom: 0;
}
@media screen and (min-width: 992px) {

  body.product-imkeldi #ctas-references .references p {
  font-size: .818181em;
  line-height: 1.222222;
  }
}
/* #endregion CTAs */


body.product-imkeldi .spacer_60 {
 height: 60px;
}

/* #region ISI STYLES */
#isi {
padding: 0 1em;
background-color: #E6F1F6;
color: #000000;
position: fixed;
left: 0;
right: 0;
top: 100%;
}
.isi-container {
margin-top: 0;
}
.isi-container.sticky {
margin-top: 180px;
}
@media screen and (min-width: 992px) {
.isi-container.sticky {
margin-top: 352px;
}
}
.isi-container.sticky #isi {
transition: transform .25s ease;
transform: translateY(-180px);
box-shadow: 0 -.5em 1em rgba(150, 150, 150, 0.1);
}
@media screen and (min-width: 992px) {
.isi-container.sticky #isi {
transform: translateY(-155px);
}
}
.isi-container.sticky #isi.expanded {
transition: transform 0s ease;
transform: translateY(0);
top: 0;
bottom: 0;
height: 100vh;
padding: 0 1em;
overflow: auto;
z-index: 200;
}
#isi.inline {
position: relative;
top: auto;
transform: translateY(0);
}
#isi .content {
position: relative;
width: 100%;
margin: auto;
max-width: 1100px;
}
#isi .isi-toggle {
display: block;
width: 30px;
height: 30px;
margin: 0 0;
padding: 0 0;
cursor: pointer;
position: absolute;
top: 1.125em;
right: 0;
transform: rotate(-90deg);
transform-origin: center;
transition: transform .25s ease;
}
@media screen and (min-width: 992px) {
#isi .isi-toggle {
width: 50px;
height: 50px;
top: .75em;
}
}
@media screen and (min-width: 1440px) {
#isi .isi-toggle {
top: 2em;
right: -6em;
}
}
#isi .isi-toggle img {
width: 100%;
height: auto;
}
#isi.inline .isi-toggle {
display: none;
}
#isi.expanded .isi-toggle {
transform: rotate(-45deg);
}
#isi .black-box {
margin: 0 -.625em 1.125em;
}
#isi .black-box p:first-child {
margin-top: .375em;
}
#isi .black-box p:last-child {
margin-bottom: .375em;
}
#isi .black-box-outline {
border: .125em solid #000000;
padding: 0 .375em;
}
#isi a {
color: #0572A3;
text-decoration: underline;
}
#isi strong {
color: #000000;
}
#isi p {
font-size: 18px;
line-height: 1.2;
margin: .75em 0;
padding: 0 0;
}
#isi p.final-p {
margin: 2em 0 0;
padding-bottom: 2em;
}
#isi p.final-p {
padding-bottom: 3em;
}
#isi ul.isi-ul {
list-style-type: none;
margin: .75em 0 0;
padding: 0 0;
}
#isi ul.isi-ul li {
font-size: 18px;
line-height: 1.2;
list-style: none;
position: relative;
margin: 0 0;
padding: 0 0 .75em .625em;
}
@media screen and (min-width: 992px) {
#isi ul.isi-ul li {
padding-left: 1em;
}
}
#isi ul.isi-ul li::before {
content: '\00B7';
color: #000000;
display: block;
position: absolute;
left: 0;
top: -0.125em;
margin: 0 0;
padding: 0 0;
}
#isi ul.isi-ul + p {
margin-top: .25em;
}
#isi .isi-main-heading {
margin: 0 0 .625em;
padding-top: 2em;
}
body.product-imkeldi #isi .isi-main-heading {
margin-left:  -.625em;
}
#isi .isi-main-heading strong {
color: #0572A3;
}
@media screen and (max-width: 419px) {
#isi .isi-main-heading {
padding-top: 1em;
max-width: 13em;
}
}
#isi .isi-secondary-heading {
margin: 0 0;
}
#isi .isi-secondary-heading + p {
margin-top: .125em;
}

/* #endregion ISI STYLES */

/* #region Font sizes */
/* FONT SIZES ONLY (these can be over-written with more global page styles, if you want) */

body.product-imkeldi  {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

body.product-imkeldi #ordering,
body.product-imkeldi #contact-a-rep,
body.product-imkeldi #ctas-references,
#isi {
font-size: 18px;
line-height: 22px;
}
@media screen and (min-width: 992px) {
  
  body.product-imkeldi #ordering,
  body.product-imkeldi #contact-a-rep,
  body.product-imkeldi #ctas-references,
  #isi {
  font-size: 22px;
  line-height: 28px;
  }
}
/* #endregion Font sizes */

/* #endregion Nelarabine Injection page */

.main-navigation ul ul {
width: auto !important;
}




/* Styles for duplicate Product */
/* Duplicate Page */

body.postid-3533 * {
box-sizing: border-box;
}
body.postid-3533 {
margin:0;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 22px;
line-height: 28px;
/* overflow: hidden; */
color: #000000;
}

body.postid-3533 sup {
line-height: 0;
font-size: 70%;
}
body.postid-3533 section p,
body.postid-3533 section h1,
body.postid-3533 section h2,
body.postid-3533 section h3,
body.postid-3533 section h4,
body.postid-3533 section li {
margin: 0;
padding: 0;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 1.35;
color: #000000;
}

body.postid-3533 section p,
body.postid-3533 section h1,
body.postid-3533 section h2,
body.postid-3533 section h3,
body.postid-3533 section h4 {

}

body.postid-3533 p {
margin: 0 0 .9rem;
}
body.postid-3533 .main-content {
padding: 1rem;
margin: 1em auto;
background-color: transparent;
color: black;
max-width: 1100px;
}
body.postid-3533 .content {
width: 100%;
margin: auto;
max-width: 1000px;
}
body.postid-3533 .full-section {
padding: 0 1rem;
}
body.postid-3533 .row {
display: flex;
flex-direction: column;
}
body.postid-3533 .mobile-only {
display: block;
}
body.postid-3533 .desk-only {
display: none;
}
body.postid-3533 .row.v-padding {
padding: 1.85rem 0;
display: flex;
align-items: center;
}
body.postid-3533 .row.v-padding .row_65 .subheader {
margin:0;
}
body.postid-3533 .row.v-padding #copay_img {
margin:0;
width:160px;
}
body.postid-3533 .copay-block a {
text-decoration: underline;
}
body.postid-3533 .row > div {
width:100%;
padding: 0 1rem 2rem 1rem;
}
body.postid-3533 .row .col.align-left {
padding: 0;
}
body.postid-3533 #jylamvo-mobile-hero {
display: block;
width: 100%;
}
body.postid-3533 .accent-left {
display: none;
}
body.postid-3533 .inside-article>.accent-wrap-left {
display: none;
}
body.postid-3533 .inside-article>.accent-wrap-right {
display: none;
}
body.postid-3533 .subheader {
margin-top: 2rem;
font-size: 26px;
font-weight: 500;
color:#DB1A84;
}
body.postid-3533 .body_copy {
margin-top:1rem;
font-weight: 400;
}
body.postid-3533 .blue_copy_list {
padding: 0;
padding-inline-start: 30px;
}
body.postid-3533 .indications .blue_copy_list {
padding-inline-start: 20px;
margin-bottom: 1rem;
}
body.postid-3533 .blue_copy_list li {
padding: 0;
margin-top:0.9rem;
font-weight: 600;
color:#0572A3;
}
body.postid-3533 #indication_link {
color:#DB1A84;
text-decoration: underline;
}
body.postid-3533 .row img {
margin-top: 3em;
width: 100%;
max-width: 400px;
}
body.postid-3533 .row_35 {
text-align: center;
}
body.postid-3533 .lt-blue-section {
margin-top: 2rem;
width: 100%;
background-color: #E5F1F6;
}
body.postid-3533 .lt-blue-section {
margin-top: 0rem;
}
body.postid-3533 .dk-blue-section {
width: 100%;
background-color: #0572A3;
}
body.postid-3533 .dk-blue-section h2 {
color: #FFFFFF;
margin: 0;
padding-top: 3rem;
}
body.postid-3533 .dk-blue-section h3 {
color: #FFFFFF;
font-weight: 700;
font-size: 22px;
padding-top: 1.75rem;
}
body.postid-3533 .dk-blue-section p {
color: #FFFFFF;
}
body.postid-3533 .dk-blue-section h3 + p {
margin:0;
}
body.postid-3533 .dk-blue-section p a {
color:#ffffff;
text-decoration: underline;
}
body.postid-3533 .row_20 {
max-width: 190px;
align-self: center;
padding: 0 !important;
}
body.postid-3533 .row_20 img {
margin:0;
padding: 2rem 1rem;
}
body.postid-3533 .row_80 .subheader {
padding-top: 2rem;
}
body.postid-3533 .dk-blue-section .row_80 a {
text-decoration: none;
}
body.postid-3533 .dk-blue-section a>div {
margin: 2rem auto;
font-size: 21px;
line-height: 40px;
font-weight: 700;
color:#ffffff;
text-align:center;
height:40px;
width:160px;
background-color: #CA3682;
border-radius: 4px;
}

@media screen and (min-width: 1350px) {
  body.postid-3533 .accent-left {
  display: block;
  height: 342px;
  width: 342px;
  position: absolute;
  left: -171px;
  top:545px;
  z-index: auto;
}
body.postid-3533 .accent-left {
  top:510px;
}
}

@media screen and (min-width: 768px) {
body.postid-3533 .mobile-only {
  display: none;
}
body.postid-3533 .desk-only {
  display: block;
}
body.postid-3533 .row {
  flex-direction: row;
}
body.postid-3533 #jylamvo-mobile-hero {
  display: none;
}
body.postid-3533 .jylamvo-hero {
  background-image: url('/wp-content/uploads/2022/12/1920x490_Header2.jpg');
  background-repeat: no-repeat;
  background-position: 75% 50%;
  background-size: cover;
}
body.postid-3533 .jylamvo-hero {
  background-image: url('/wp-content/uploads/2024/11/new-banner.jpg');
}
body.postid-3533 .hero_leftside {
  max-width: 75%;
}
body.postid-3533 .hero_leftside #now_available {
  margin-top: 4rem;
  font-size: 25px;
  color:#ffffff;
  text-decoration-color: #CA3682;
  text-underline-offset: 14px;
}
body.postid-3533 .hero_leftside #hero_title {
  margin-top: 2.5rem;
  font-size: 48px;
  line-height: 70px;
  color:#ffffff;
}
body.postid-3533 .hero_leftside #hero_title {
  font-size: 64px;
  letter-spacing: unset;
}
body.postid-3533 .hero_leftside #hero_subhead {
  font-size: 40px;
  line-height: 70px;
  color:#ffffff;
}
body.postid-3533 .hero_leftside #hero_desc {
  margin-top:2rem;
  font-size: 30px;
  line-height: 42px;
  color:#ffffff;
}
body.postid-3533 .hero_leftside #hero_desc {
  margin-bottom: 4rem;
}
body.postid-3533 .hero_leftside a>div {
  margin-bottom:4rem;
}
body.postid-3533 #hero_disclaimer {
  position: absolute;
  right: 3rem;
  top: unset;
  bottom: 1.5rem;
  color:#ffffff;
  font-size: 16px;
}
body.postid-3533 .subheader {
  margin-top:4.5rem;
  font-size: 40px;
  line-height: 42px;
}
body.postid-3533 .indications .col {
  padding: 0;
}
body.postid-3533 .indications .col.align-right {
  text-align: right;
}
body.postid-3533 .indications #jylamvo_logo {
  margin-top: 0;
        position: relative;
        z-index: 0;
        max-width: 106%;
        width: 106%;
        margin-left: -10px;
	margin-top:20px;
}
body.postid-3533 .row_65 {
  flex-basis: 65%;
}
body.postid-3533 .row_60 {
  flex-basis: 60%;
}
body.postid-3533 .row_55 {
  flex-basis: 55%;
}
body.postid-3533 .row_45 {
  flex-basis: 45%;
}
body.postid-3533 .row_40 {
  flex-basis: 40%;
}
body.postid-3533 .row_35 {
  flex-basis: 35%;
}
body.postid-3533 .row_20 {
  flex-basis: 20%;
  align-self: flex-start;
}
body.postid-3533 .row_80 {
  flex-basis: 80%;
}
body.postid-3533 .row.v-padding > div {
  padding-bottom: 0;
}
body.postid-3533 .dk-blue-section a>div {
  margin:0;
  margin-top: 1rem;
}
body.postid-3533 .row_35 {
text-align: left;
}
body.postid-3533 .row.v-padding #copay_img {
width:220px;
}
}

body.postid-3533 .indications .boxed-checklist {
  margin-top: 1rem;
}
body.postid-3533 .indications #drug_boxed {
  margin: 0;
  max-width: 370px;
}
@media screen and (min-width: 1024px) {
body.postid-3533 .indications #drug_boxed {
  position:relative;
	z-index: 0;
	opacity: 0.9;
    max-width: 200%;
	width:200%;
    margin-top: 30px;
    margin-left: -180px;
}
}
body.postid-3533 .indications .row_65 {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  body.postid-3533 .indications .row_65 {
    padding: 0 0 2rem 4rem;
  }
}

body.postid-3533 .indications .blue_checkbox_list {
  display: table;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
body.postid-3533 .blue_checkbox_list div {
  display: table-cell;
}
body.postid-3533 .indications .blue_checkbox_list .checkbox {
  height: 40px;
  width: 40px;
  background-image: url('/wp-content/uploads/2023/12/checkbox.png');
  background-size: contain;
  background-repeat: no-repeat;
}
body.postid-3533 .indications .blue_checkbox_list .text {
  color: #0572A3;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 1rem;
}
body.postid-3533 .indications .blue_checkbox_list .text.no-pad-top {
  padding-top: 0px;
}
body.postid-3533 .indications .blue_checkbox_list .text sup,
body.postid-3533 .indications .blue_checkbox_list .text .normal {
  font-weight: normal;
}
body.postid-3533 .indications .references {
  display: table;
  margin-bottom: 3rem;
}
body.postid-3533 .indications .references div {
  display: table-cell;
}
body.postid-3533 .footnote {
  margin-top: 1.5rem;
  display: table;
}
body.postid-3533 .footnote div {
  display: table-cell;
}
body.postid-3533 .storage .icon_header {
display: flex;
padding-top: 3rem;
}
body.postid-3533 .storage .full-section {
	padding-bottom:3rem;
}
body.postid-3533 .storage .icon_header #thermometer_img {
width:50px;
}
body.postid-3533 .storage .icon_header .col-right {
display: flex;
flex-direction: column;
justify-content: flex-end;
margin-left: 2rem;
}
body.postid-3533 .storage .icon_header .col-right h2 {
padding: 0;
}
body.postid-3533 .storage .icon_header .col-right p {
padding-bottom: 5px;
}
body.postid-3533 .storage .body_copy {
margin-top: 1rem;
}
body.postid-3533 .storage ul {
margin: 4px 0 0 20px;
}
body.postid-3533 .storage ul li {
color: #ffffff;
margin-top: 12px;
}
body.postid-3533 .storage ul li::before {
 content: "•";
 color: #ffffff;
}
body.postid-3533 .storage .row_80 {
  max-width: 630px;
}
body.postid-3533 .storage .subheader.mobile-only {
  font-size: 24px;
  text-transform: none;
}
body.postid-3533 .storage .row_80 h2 {
  text-transform: none;
  font-size: 34px;
}
body.postid-3533 .storage .row_80 a>div {
  margin:auto;
}
@media screen and (min-width: 768px) {
body.postid-3533 .storage .row {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
body.postid-3533 .storage .row_80 a>div {
  margin: unset;
  margin-top: 1.5rem;
}
}
@media screen and (min-width: 992px) {
body.postid-3533 .storage .row_80 a>div {
  margin: unset;
  margin-top: 3rem;
}
}

body.postid-3533 #ordering {
background-color: #ffffff;
color: #000000;
padding: 3em 1em;
}
body.postid-3533 #ordering {
  padding: 1.5em 1em 1em 1em;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ordering {
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 992px) {
    body.postid-3533 #ordering {
    padding: 4em 1em;
  }
  body.postid-3533 #ordering {
    padding: 2em 1em 1em;
  }
}
body.postid-3533 #ordering h2,
body.postid-3533 #calculation-section h2{
color: #0572A3;
font-weight: 500;
font-size: 1.272727em;
line-height: 1.2143;
text-align: left;
margin: 0 0 .625em;
padding: 0 0;
}
body.postid-3533 #ordering h2,
body.postid-3533 #calculation-section h2 {
margin: 0.5rem 0 0;
text-align: center;
}
@media screen and (min-width: 768px) {
    body.postid-3533 #ordering h2, body.postid-3533 #calculation-section h2 {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
    body.postid-3533 #ordering h2, body.postid-3533 #calculation-section h2 {
    font-size: 34px;
    line-height: 1.29412;
  }
}
body.postid-3533 #ordering h3 {
color: #DB1A84;
font-weight: 700;
font-size: 1.22222em;
line-height: 1.227277;
text-align: left;
margin: 0 0;
padding: 0 0;
}
body.postid-3533 #ordering h3 {
  text-transform: none;
  text-align: center;
  padding: 1.5rem 0 1.5rem 0;
}
#ordering .row_50 h3,
#ordering .row_50 p {
	text-align:left !important;
}
#ordering .pharmacy-partners-logos {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	text-align:right;
}
#ordering .pharmacy-partners-logos a {
	display:inline-block;
	vertical-align:top;
	max-width:65%;
	text-align:right;
	margin-right:0;
}
body.postid-3533 #ordering h3 + p {
margin-top: .5em;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ordering h3 {
  text-align: center;
  }
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ordering h3 {
  font-size: 1.272727em;
  line-height: 1.2143;
  }
}
body.postid-3533 .content #ordering {
	padding-left:0;
	padding-right:0;
}
body.postid-3533 .content #ordering h2,
body.postid-3533 .content #ordering p {
	text-align:left !important;
}
body.postid-3533 #ordering p {
text-align: left;
margin: 0 auto 1em;
padding: 0 0;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ordering p {
  text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.postid-3533 #ordering p {
  max-width: 25em;
  }
}
body.postid-3533 #ordering .distributors {
display: flex;
flex-direction: column;
margin: 0 auto;
}
body.postid-3533 #ordering .distributors.two-set {
margin-bottom: 2em;
}
body.postid-3533 #ordering .distributors.three-set {
margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ordering .distributors {
  flex-direction: row;
  justify-content: space-between;
  }
  body.postid-3533 #ordering .distributors.two-set {
    max-width: 750px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3em;
  }
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ordering .distributors {
  max-width: 960px;
  margin: 0 auto 1em;
  }
}
body.postid-3533 #ordering .distributors a {
margin: 0 auto .5em;
}
body.postid-3533 #ordering .distributors img {
display: block;
width: 90%;
height: auto;
max-width: 300px;
margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ordering .distributors a {
    margin: 1em auto 0;
  }
  body.postid-3533 #ordering .distributors.two-set img {
  margin: 1em 1em 0;
  width: 75%;
  max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ordering .distributors.two-set img {
  margin-top: .25em;
  }
}
body.postid-3533 #ordering .direct-actions,
body.postid-3533 .indications .direct-actions {
display: flex;
flex-direction: column;
margin: 0 auto;
}
body.postid-3533 .indications .direct-actions {
  max-width: 800px;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ordering .direct-actions,
  body.postid-3533 .indications .direct-actions {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em;
  }
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ordering .direct-actions {
  max-width: 920px;
  }
	body.postid-3533 #ordering .direct-actions.columns1 {
  max-width: 260px;
  }
	body.postid-3533 #ordering .columns4 .action {
		width:25%;
	}
	body.postid-3533 #ordering .columns1 .action {
		width:100%;
	}
}
body.postid-3533 #ordering .direct-actions.columns1 {
	display:block;
	width:100%;
}
body.postid-3533 #ordering .action,
body.postid-3533 .indications .action {
display: flex;
flex-direction: column;
	align-items: center;
	font-size:16px;
}
body.postid-3533 #ordering .action img,
body.postid-3533 .indications .action img {
width: 112px;
height: auto;
margin: 0 auto;
}
body.postid-3533 .indications .action img {
width: 160px;
}
body.postid-3533 #ordering .action p {
text-align: center;
margin-bottom: 2em;
}

body.postid-3533 .indications .action p {
text-align: center;
margin-top: 1rem;
margin-bottom: 2rem;
color: #0572A3;
font-size: 22px;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ordering .action p {
  margin-bottom: 0;
  }
}
body.postid-3533 #ordering .action a {
color: #000000;
text-decoration: underline;
}
body.postid-3533 #ordering .action a[href^="tel:"] {
white-space: nowrap;
text-decoration: none;
}
body.postid-3533 #ordering .action p strong {
display: block;
color: #DB1A84;
margin: 1em auto .25em;
}
body.postid-3533 .distributors-grid {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
  display: grid;
  grid-gap: 0px;
	text-align:center;
}
body.postid-3533 .distributors-grid.odd-wide {
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 2rem;
}
body.postid-3533 .distributors-grid.even-wide {
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  body.postid-3533 .distributors-grid.odd-wide {
    grid-template-columns: repeat(3, 1fr);
  }
  body.postid-3533 .distributors-grid.even-wide {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.postid-3533 .grid-card div {
width: 100%;
padding: 8px 12px;
font-size: 1rem;
	box-sizing: border-box;
}
body.postid-3533 .grid-card .card-bottom:nth-child(odd) {
    background-color: rgba(5,114,163,0.15) !important;
}
body.postid-3533 .grid-card .card-top {
  background-color: #0572A3;
  border-bottom: #254479;
  font-weight: bold;
	line-height:20px;
	color:#fff;
}
body.postid-3533 .grid-card .card-bottom-disease-info {
  text-align:left;
	font-weight:700;
	color:#0572A3;
	justify-content: flex-start;
}
body.postid-3533 #ordering .distributors #walgreens_img {
  max-width: 298px;
  margin: auto;
}
body.postid-3533 #ordering .distributors #care_img {
  max-width: 204px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ordering .distributors #walgreens_img {
    max-width: 400px;
  }
  body.postid-3533 #ordering .distributors #care_img {
    max-width: 270px;
  } 
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ordering .distributors #walgreens_img {
    max-width: 494px;
  }
  body.postid-3533 #ordering .distributors #care_img {
    max-width: 334px;
  }  
}
body.postid-3533 #contact-a-rep {
background-color: #254479;
color: #ffffff;
padding: 2em 1em;
}
@media screen and (min-width: 992px) {
  body.postid-3533 #contact-a-rep {
  padding: 3em 1em;
  }
}
body.postid-3533 #contact-a-rep a {
color: #ffffff;
text-decoration: underline;
}
body.postid-3533 #contact-a-rep .callout {
display: flex;
flex-direction: column;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #contact-a-rep .callout {
  flex-direction: row;
  max-width: 660px;
  margin: auto;
  }
}
@media screen and (min-width: 992px) {
  body.postid-3533 #contact-a-rep .callout {
  max-width: 700px;
  }
}
body.postid-3533 #contact-a-rep .callout-image {
display: flex;
justify-content: center;
align-items: center;
margin: .75em 0 1.25em;
}
body.postid-3533 #contact-a-rep .callout-image .callout-image-contactrep-bubbles {
width: 100px;
max-width: 100px;
height: auto;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #contact-a-rep .callout-image {
  margin: 0 0;
  }
}
body.postid-3533 #contact-a-rep .callout-text {
margin: 0 0 1.25em 0;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #contact-a-rep .callout-text {
  margin: 0 0 0 1.75em;
  }
}
@media screen and (min-width: 992px) {
  body.postid-3533 #contact-a-rep .callout-text {
  margin: 0 0 0 2.5em;
  }
}
body.postid-3533 #contact-a-rep .callout-text h2 {
color: #ffffff;
text-transform: none;
font-weight: 700;
font-size: 1.22222em;
line-height: 1.227277;
text-align: center;
margin: 0 auto .75em;
padding: 0 0;
width: 100%;
max-width: 10.5em;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #contact-a-rep .callout-text h2 {
  margin: 0 auto .75em 0;
  text-align: left;
  max-width: fit-content;
  }
}
@media screen and (min-width: 992px) {
  body.postid-3533 #contact-a-rep .callout-text h2 {
  font-size: 1.272727em;
  line-height: 1.2143;
  }
}
body.postid-3533 #contact-a-rep .callout-text p {
text-align: center;
margin: 0 auto;
max-width: 15.5em;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #contact-a-rep .callout-text p {
  text-align: left;
  max-width: fit-content;
  }
}
body.postid-3533 #contact-a-rep .callout-text p {
  color: #ffffff;
}

/* Region Dosage accordions */
body.postid-3533 .kt-accordion-panel-active:hover {
  border-bottom: 1px solid white !important;
}
body.postid-3533 .kt-accordion-panel-active:focus {
  border-bottom: 1px solid white !important;
}
body.postid-3533 .dosage-accordion-content {
  margin-left: 40px;
  margin-right: 40px;
}
body.postid-3533 .dosage-accordion-content li {
  margin-bottom: 12px;
}
body.postid-3533 .dosage-accordion-container p.body_copy {
  margin-top: 2rem;
}
body.postid-3533 #pattern-row {
height: 44px;
background-image: url('/wp-content/uploads/2022/12/icon-tile-background.png');
background-repeat: repeat;
background-position: center;
background-size: 22px 22px;
	background-attachment: fixed;
}
@media screen and (min-width: 992px) {
  body.postid-3533 #pattern-row {
  height: 80px;
  background-size: 40px 40px;
  }
}
body.postid-3533 #ctas-references {
padding: 2em 1em;
background-color: #ffffff;
color: #000000;
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ctas-references {
  padding: 3em 1em;
  }
}
body.postid-3533 #ctas-references a {
color: #000000;
text-decoration: underline;
}
body.postid-3533 #ctas-references a[href^="tel:"] {
white-space: nowrap;
text-decoration: none;
}
body.postid-3533 #ctas-references .ctas {
display: flex;
flex-direction: column;
width: 100%;
margin: auto;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ctas-references .ctas {
  flex-direction: row;
  justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ctas-references .ctas {
  max-width: 960px;
  }
}
body.postid-3533 #ctas-references .cta {
width: 100%;
border: .1875em solid #006696;
border-radius: 1.25em;
padding: 1.5em 0 1.25em;
margin-bottom: 1.25em;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ctas-references .cta {
  width: calc(50% - 1.125em);
  margin-bottom: 3.25em;
  }
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ctas-references .cta {
  width: calc(50% - 1.375em);
  padding: 2em 0 1.875em;
  margin-bottom: 3.25em;
  }
}
@media screen and (min-width: 1200px) {
  body.postid-3533 #ctas-references .cta {
  width: calc(50% - 1.75em);
  }
}
body.postid-3533 #ctas-references .cta-image {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
  body.postid-3533 #ctas-references .cta-image {
  height: 104px;
  }
}
body.postid-3533 #ctas-references .cta-image-request-medinfo {
width: 142px;
height: 96px;
}
body.postid-3533 #ctas-references .cta-image-report-event {
width: 104px;
height: 104px;
}
body.postid-3533 #ctas-references .cta-text {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
body.postid-3533 #ctas-references .cta-text h2 {
color: #DB1A84;
font-weight: 700;
font-size: 1.22222em;
line-height: 1.227277;
text-align: center;
margin: 1em auto .75em;
padding: 0 0;
width: 100%;
max-width: 10.5em;
}
body.postid-3533 #ctas-references .cta-text h2 {
  text-transform: none;
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ctas-references .cta-text h2 {
  font-size: 1.090909em;
  line-height: 1.20834;
  }
}
body.postid-3533 #ctas-references .cta-text p {
text-align: center;
margin: 0 auto;
width: 100%;
max-width: 13em;
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ctas-references .ctas .cta:first-child .cta-text p {
  max-width: 18.5em;
  }
  body.postid-3533 #ctas-references .ctas .cta:first-child .cta-text p a[href^="mailto:"] {
  white-space: nowrap;
  }
}
body.postid-3533 #ctas-references .references {
width: 100%;
margin: 0 auto;
max-width: 1470px;
font-size: 16px;
}
body.postid-3533 #ctas-references .references p {
margin-bottom: 1.5em;
}
body.postid-3533 #ctas-references .references p:last-child {
margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ctas-references .references p {
  font-size: .818181em;
  line-height: 1.222222;
  }
}
/* #endregion CTAs */

body.postid-3533 .spacer_60 {
 height: 60px;
}

body.postid-3533 #isi .isi-main-heading {
margin-left:  -.625em;
}
body.postid-3533  {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
body.postid-3533 #ordering,
body.postid-3533 #contact-a-rep,
body.postid-3533 #ctas-references {
font-size: 18px;
line-height: 22px;
}
@media screen and (min-width: 992px) {
  body.postid-3533 #ordering,
  body.postid-3533 #contact-a-rep,
  body.postid-3533 #ctas-references {
  font-size: 22px;
  line-height: 28px;
  }
}

/*  */
#useful-resources-section {
	padding-top:3rem;
	padding-bottom:2rem;
	background-color:#E4F1F5;
}
#useful-resources-section .subheader {
	display:inline-block;
	margin-top:0;
	padding-right:12%;
	padding-bottom:10px;
	border-bottom:6px solid #DB1A84;
}
#useful-resources-section img {
	width:auto;
}
@media screen and (min-width: 980px) {
	.right-vertical-divider-inner > div:first-child {
		padding-right:55px !important;
		border-right:2px solid #0572A3;
	}
	.right-vertical-divider-inner > div:last-child {
		padding-left:55px !important;
	}
}

a.product-button {
	display:inline-block;
	vertical-align:top;
	padding:16px 25px;
	font-weight:600;
	font-size:18px;
	border-radius:4px;
	color:#fff;
	background-color:#0572A3;
	transition:background-color 0.2s ease-in-out;
}
a.product-button:hover,
a.product-button.button-active {
	color:#fff;
	background-color:#DB1A84;
}
a.product-button.button-active:hover {
	color:#fff;
	background-color:#0572A3;
}

.medicaid-coverage-section {
	position:relative;
	padding-top:0.1rem;
	padding-bottom:4rem;
}
.medicaid-coverage-section:after {
	content:'';
	position:absolute;
	z-index:1;
	left:-15px;
	right:-15px;
	top:0;
	height:100%;
	background-color:#E5F1F6;
}
.medicaid-coverage-section h2,
.medicaid-coverage-section p {
	position:relative;
	z-index:2;
}

/* Lists */
body.postid-3533 .entry-content ul {
	padding-left:20px;
}


#copay-assistance-section h3 {
	color: #0572A3;
    font-weight: 700;
    font-size: 1.22222em;
    line-height: 1.227277;
    text-align: left;
    margin: 0 0;
    padding: 0 0;
}
@media screen and (min-width: 992px) {
    #copay-assistance-section h3 {
        font-size: 1.272727em;
        line-height: 1.2143;
    }
}


/* Bottle Anchors List */
.block_bottle_anchors {
	padding:80px 0 !important;
	background-repeat:no-repeat;
	background-size:auto 70%;
	background-position:left center;
}
.bottle_anchors_list {
	position:relative;
}
.bottle_anchors_list a {
	overflow:hidden;
	display:inline-block;
	margin-bottom:30px;
	padding:7px 30px 7px 7px;
	min-height:80px;
	border-radius:40px;
	background-color:#fff;
	box-shadow:0px 0px 20px 5px rgba(0,0,0,0.3);
	transition: box-shadow 0.3s ease-in-out;
}
.bottle_anchors_list a:hover {
	box-shadow:none;
}
.bottle_anchors_list a:nth-of-type(1),
.bottle_anchors_list a:nth-of-type(5) {
	margin-right:30%;
}
.bottle_anchors_list a:nth-of-type(2),
.bottle_anchors_list a:nth-of-type(4) {
	margin-right:15%;
}
.bottle_anchors_list a:nth-of-type(5) {
	margin-bottom:0;
}
.bottle_anchors_list .bottle_anchor_inner {
	display:flex;
	align-items: center;
	column-gap:20px;
}
.bottle_anchors_list .anchor_block_img {
	overflow:hidden;
	display:block;
	width:66px;
	height:66px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	border-radius:50%;
}
.bottle_anchors_list h5 {
	margin:0;
	text-align: left;
    text-transform: none;
    font-size: 1em;
    line-height: 1.2143;
    color: #DB1A84;
    font-weight: 700;
}

section .references {
    width: 100%;
    margin: 0 auto;
    max-width: 1470px;
    font-size: 16px;
}
section .references p {
	font-size: .818181em !important;
    line-height: 1.222222 !important;
}

body .entry-content ul.list-numbering {
	list-style:auto;
	margin:0 0 1.5em 3em;
}
body .entry-content ul.list-numbering > li {
	margin-bottom:25px;
	list-style-type: auto;
}
body .entry-content ul.list-numbering > li:before {
	display:none;
	margin-left:0;
}
body .entry-content ul.list-numbering > li b {
	display:block;
}

/* Tabs Styles */
    .imkeldi-tabs {
      display: flex;
		justify-content: center;
      margin-bottom: -2px !important;
    }
.imkeldi-tab {
	padding: 10px 20px !important;
    cursor: pointer;
}
.imkeldi-tab.active {
	position:relative;
	border: 2px solid black;
	background-color: rgba(5,114,163,0.15) !important;
}
.imkeldi-tab.active:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	height:2px;
	background-color: #daeaf1;
}
.imkeldi-tab-content {
	display: none;
    padding: 30px 20px 20px !important;
	border: 2px solid black;
	background-color:rgba(5,114,163,0.15) !important;
}
    .imkeldi-tab-content.active {
      display: block;
    }


.imkeldi-hero {
	padding:10px 0 !important;
	background-repeat: no-repeat;
	background-position: 100% 50%;
    background-size: cover;
}

body .entry-content ul.listing_custom_bg {
	list-style:none;
	margin:30px 0 0;
}
body .entry-content ul.listing_custom_bg > li:before {
	display:none;
}
body .entry-content ul.listing_custom_bg > li {
	margin-bottom:50px;
	padding:30px 35px;
	list-style-type: none;
	font-size:15px;
	border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1149px) {
	body .entry-content ul.listing_custom_bg > li {
		margin-right:15%;
		margin-left:0;
	}
	body .entry-content ul.listing_custom_bg > li:nth-child(even) {
		margin-right:0;
		margin-left:15%;
	}
}




