@charset "UTF-8";
/*
   Override bootstrap grid
*/
/* (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px) */
/*
   Override container max-width
*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 577px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 993px;
  --breakpoint-xl: 1161px;
  --font-family-sans-serif: "Century Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Century Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .epg-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
}
@media (min-width: 577px) {
  .container, .epg-container {
    max-width: 576px;
  }
}
@media (min-width: 769px) {
  .container, .epg-container {
    max-width: 768px;
  }
}
@media (min-width: 993px) {
  .container, .epg-container {
    max-width: 992px;
  }
}
@media (min-width: 1161px) {
  .container, .epg-container {
    max-width: 1160px;
  }
}

.container-fluid, header .epg-navigation-container, .epg-fluid-container, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container, .epg-container {
  max-width: 320px;
}

@media (min-width: 577px) {
  .container-sm, .container, .epg-container {
    max-width: 576px;
  }
}
@media (min-width: 769px) {
  .container-md, .container-sm, .container, .epg-container {
    max-width: 768px;
  }
}
@media (min-width: 993px) {
  .container-lg, .container-md, .container-sm, .container, .epg-container {
    max-width: 992px;
  }
}
@media (min-width: 1161px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .epg-container {
    max-width: 1160px;
  }
}
.row, .epg-cta-block .epg-card .epg-card-row, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text, footer .epg-main-content, footer .epg-global-col .epg-footer-global-row, .epg-row, .search_content_list .epg-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters, .epg-cta-block .epg-card .epg-card-row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .epg-cta-block .epg-card .epg-card-row > .col,
.no-gutters > [class*=col-],
.epg-cta-block .epg-card .epg-card-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .content_list_page .epg-row .epg-content-col, .epg-user-dashboard .epg-row .epg-content-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .search_content_list .epg-row .epg-content-col, .epg-search-results .owl-carousel .owl-nav, .epg-search-results .epg-search-results-filters, .epg-home-page-search .owl-carousel .owl-nav, .epg-hero .epg-hero-container .epg-row .epg-col, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .epg-video-block .epg-cards-container .epg-video-main, .col-lg-11, .col-lg-10, .col-lg-9, .width80 .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper, .col-lg-8, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper, .col-lg-7, .col-lg-6, .width80 .epg-video-block .epg-cards-container .epg-cards-item, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-left-col, .width80 .epg-nav-cards-block .epg-cards-container.standard a, .col-lg-5, .col-lg-4, .epg-video-block .epg-cards-container .epg-video-card, .epg-featured-block .epg-content-col .epg-card .epg-card-header, .epg-nav-cards-block .epg-cards-container.standard a, .col-lg-3, .width80 .epg-featured-block .epg-content-col .epg-card .epg-card-header, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-content-col .epg-row .epg-news-left-col,
.epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-content-col .epg-row .epg-news-right-col, .epg-2-columns-2313 .epg-right-col .epg-links-block .epg-row .epg-content-col, .epg-2-columns-2313 .epg-left-col .epg-links-block .epg-row .epg-content-col, .epg-prev-next-nav .epg-row .epg-col ul.none_prev_or_next li, .epg-p-nav-footer .epg-row .epg-content-col ul.none_prev_or_next li, footer .epg-global-col, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .epg-2-columns-2313 .epg-left-col, .col-md-7, .col-md-6, .epg-news-block .epg-row .epg-content-col .epg-news-left-col,
.epg-news-block .epg-row .epg-content-col .epg-news-right-col, .epg-prev-next-nav .epg-row .epg-col ul li, .epg-p-nav-footer .epg-row .epg-content-col ul li, footer .epg-global-col .epg-footer-global-row div.epg-mini-navi-col, footer .epg-global-col .epg-footer-global-row div.epg-copyright-col, footer .epg-nav-col, footer .epg-headline-col, .col-md-5, .col-md-4, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-header, .epg-2-columns-2313 .epg-right-col, .epg-on-this-page .epg-row .epg-on_this_page_container .body .epg-content .epg-items li, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .epg-image-carousel-block .epg-content-col, .epg-on-this-page .epg-row .epg-content-col, .epg-p-nav-header .epg-row .epg-col, .width80 section .epg-content-col, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .registration .epg-col-left,
.registration .epg-col-right, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .epg-sidebar-lz-cp-navigation .epg-row .epg-col, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .epg-sidebar-drug-navigation .epg-row .epg-col, .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-card-footer-col, .epg-video-block .epg-video-block-overlay .overlay-inner, .epg-video-block .epg-content-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper, .width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper, .epg-cards-block .epg-content-col, .event_summary .epg-row .epg-content-col, .epg-nav-cards-block .epg-content-col, .epg-asset-list-block .epg-content-col, .epg-prev-next-nav .epg-row .epg-col, .epg-sidebar-navigation .epg-row .epg-col, .epg-p-nav-header .epg-content-row .epg-content-col, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .epg-search-results .epg-row .epg-content-col .epg-search-results-container, .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container, .epg-hero-overlay .epg-overlay-container .epg-content-col, header .epg-navigation-container.mobile .epg-nav-popout-col, header .epg-navigation-container .epg-navigation-col, header .epg-navigation-container.mobile.popout .epg-nav-popout-col, header .epg-preheader-container .epg-preheader-col, section.epg-2-columns-2313 .epg-left-col section .epg-content-col, section.epg-2-columns-2313 .epg-right-col section .epg-content-col, .width100 section .epg-content-col, .col-11, .col-10, .width80 .epg-video-block .epg-video-block-overlay .overlay-inner, .col-9, .col-8, header .epg-logo-container .epg-login-col, .col-7, .col-6, .epg-asset-list-block ul li, .col-5, .col-4, .event_summary .epg-row .epg-container-grey ul li, header .epg-logo-container .epg-logo-col, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .event_summary .epg-row .epg-container-grey ul li, header .epg-logo-container .epg-logo-col {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.col-6, .epg-asset-list-block ul li {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8, header .epg-logo-container .epg-login-col {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .width80 .epg-video-block .epg-video-block-overlay .overlay-inner {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, .epg-sidebar-lz-cp-navigation .epg-row .epg-col, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .content_list_page .epg-row .epg-content-col, .epg-sidebar-drug-navigation .epg-row .epg-col, .epg-user-dashboard .epg-row .epg-content-col, .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-card-footer-col, .epg-video-block .epg-video-block-overlay .overlay-inner, .epg-video-block .epg-content-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-header, .width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper, .width80 .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-left-col, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper, .epg-featured-block .epg-content-col .epg-card .epg-card-header, .epg-news-block .epg-row .epg-content-col .epg-news-left-col,
.epg-news-block .epg-row .epg-content-col .epg-news-right-col, .epg-cards-block .epg-content-col, .event_summary .epg-row .epg-content-col, .epg-image-carousel-block .epg-content-col, .epg-nav-cards-block .epg-content-col, .epg-asset-list-block .epg-content-col, .epg-prev-next-nav .epg-row .epg-col ul li, .epg-prev-next-nav .epg-row .epg-col, .epg-sidebar-navigation .epg-row .epg-col, .epg-2-columns-2313 .epg-right-col, .epg-2-columns-2313 .epg-left-col, .epg-p-nav-footer .epg-row .epg-content-col ul li, .epg-on-this-page .epg-row .epg-content-col, .epg-p-nav-header .epg-content-row .epg-content-col, .epg-p-nav-header .epg-row .epg-col, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col, .registration .epg-col-left,
.registration .epg-col-right, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .search_content_list .epg-row .epg-content-col, .epg-search-results .owl-carousel .owl-nav, .epg-search-results .epg-row .epg-content-col .epg-search-results-container, .epg-search-results .epg-search-results-filters, .epg-home-page-search .owl-carousel .owl-nav, .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container, .epg-hero-overlay .epg-overlay-container .epg-content-col, .epg-hero .epg-hero-container .epg-row .epg-col, header .epg-navigation-container.mobile .epg-nav-popout-col, header .epg-navigation-container .epg-navigation-col, header .epg-navigation-container.mobile.popout .epg-nav-popout-col, header .epg-preheader-container .epg-preheader-col, section.epg-2-columns-2313 .epg-left-col section .epg-content-col, section.epg-2-columns-2313 .epg-right-col section .epg-content-col, .width80 section .epg-content-col, .width100 section .epg-content-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 577px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6, .registration .epg-col-left,
  .registration .epg-col-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10, .content_list_page .epg-row .epg-content-col, .epg-user-dashboard .epg-row .epg-content-col, .epg-image-carousel-block .epg-content-col, .epg-on-this-page .epg-row .epg-content-col, .epg-p-nav-header .epg-row .epg-col, .search_content_list .epg-row .epg-content-col, .epg-search-results .owl-carousel .owl-nav, .epg-search-results .epg-search-results-filters, .epg-home-page-search .owl-carousel .owl-nav, .epg-hero .epg-hero-container .epg-row .epg-col, .width80 section .epg-content-col {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-body-wrapper, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper {
    order: 0;
  }
  .order-sm-1, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-header, .epg-2-columns-2313 .epg-right-col, .epg-on-this-page .epg-row .epg-on_this_page_container .body .epg-content .epg-items li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6, .epg-news-block .epg-row .epg-content-col .epg-news-left-col,
  .epg-news-block .epg-row .epg-content-col .epg-news-right-col, .epg-prev-next-nav .epg-row .epg-col ul li, .epg-p-nav-footer .epg-row .epg-content-col ul li, footer .epg-global-col .epg-footer-global-row div.epg-mini-navi-col, footer .epg-global-col .epg-footer-global-row div.epg-copyright-col, footer .epg-nav-col, footer .epg-headline-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8, .epg-2-columns-2313 .epg-left-col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-content-col .epg-row .epg-news-left-col,
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-content-col .epg-row .epg-news-right-col, .epg-2-columns-2313 .epg-right-col .epg-links-block .epg-row .epg-content-col, .epg-2-columns-2313 .epg-left-col .epg-links-block .epg-row .epg-content-col, .epg-prev-next-nav .epg-row .epg-col ul.none_prev_or_next li, .epg-p-nav-footer .epg-row .epg-content-col ul.none_prev_or_next li, footer .epg-global-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header {
    order: 0;
  }
  .order-md-1, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-body-wrapper, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 993px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3, .width80 .epg-featured-block .epg-content-col .epg-card .epg-card-header {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .epg-video-block .epg-cards-container .epg-video-card, .epg-featured-block .epg-content-col .epg-card .epg-card-header, .epg-nav-cards-block .epg-cards-container.standard a {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6, .width80 .epg-video-block .epg-cards-container .epg-cards-item, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-left-col, .width80 .epg-nav-cards-block .epg-cards-container.standard a {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9, .width80 .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12, .epg-video-block .epg-cards-container .epg-video-main, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1161px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12, .content_list_page .epg-row .epg-content-col, .epg-user-dashboard .epg-row .epg-content-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .search_content_list .epg-row .epg-content-col, .epg-search-results .owl-carousel .owl-nav, .epg-search-results .epg-search-results-filters, .epg-home-page-search .owl-carousel .owl-nav, .epg-hero .epg-hero-container .epg-row .epg-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 576.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 992.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1160.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 577px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 577px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 993px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1161px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container, .navbar .epg-container,
.navbar .container-fluid,
.navbar header .epg-navigation-container,
header .navbar .epg-navigation-container,
.navbar .epg-fluid-container,
.navbar .container-xs,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 576.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .epg-container,
  .navbar-expand-sm > .container-fluid,
  header .navbar-expand-sm > .epg-navigation-container,
  .navbar-expand-sm > .epg-fluid-container,
  .navbar-expand-sm > .container-xs,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 577px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .epg-container,
  .navbar-expand-sm > .container-fluid,
  header .navbar-expand-sm > .epg-navigation-container,
  .navbar-expand-sm > .epg-fluid-container,
  .navbar-expand-sm > .container-xs,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .epg-container,
  .navbar-expand-md > .container-fluid,
  header .navbar-expand-md > .epg-navigation-container,
  .navbar-expand-md > .epg-fluid-container,
  .navbar-expand-md > .container-xs,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .epg-container,
  .navbar-expand-md > .container-fluid,
  header .navbar-expand-md > .epg-navigation-container,
  .navbar-expand-md > .epg-fluid-container,
  .navbar-expand-md > .container-xs,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 992.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .epg-container,
  .navbar-expand-lg > .container-fluid,
  header .navbar-expand-lg > .epg-navigation-container,
  .navbar-expand-lg > .epg-fluid-container,
  .navbar-expand-lg > .container-xs,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 993px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .epg-container,
  .navbar-expand-lg > .container-fluid,
  header .navbar-expand-lg > .epg-navigation-container,
  .navbar-expand-lg > .epg-fluid-container,
  .navbar-expand-lg > .container-xs,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1160.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .epg-container,
  .navbar-expand-xl > .container-fluid,
  header .navbar-expand-xl > .epg-navigation-container,
  .navbar-expand-xl > .epg-fluid-container,
  .navbar-expand-xl > .container-xs,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1161px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .epg-container,
  .navbar-expand-xl > .container-fluid,
  header .navbar-expand-xl > .epg-navigation-container,
  .navbar-expand-xl > .epg-fluid-container,
  .navbar-expand-xl > .container-xs,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .epg-container,
.navbar-expand > .container-fluid,
header .navbar-expand > .epg-navigation-container,
.navbar-expand > .epg-fluid-container,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .epg-container,
.navbar-expand > .container-fluid,
header .navbar-expand > .epg-navigation-container,
.navbar-expand > .epg-fluid-container,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card, .epg-cta-block .epg-card, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card, .epg-featured-block .epg-content-col .epg-card, .epg-news-block .epg-row .epg-content-col .epg-card, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr, .epg-cta-block .epg-card > hr, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card > hr, .epg-featured-block .epg-content-col .epg-card > hr, .epg-news-block .epg-row .epg-content-col .epg-card > hr, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child, .epg-cta-block .epg-card > .list-group:first-child .list-group-item:first-child, .epg-featured-block .epg-content-col .epg-card > .list-group:first-child .list-group-item:first-child, .epg-news-block .epg-row .epg-content-col .epg-card > .list-group:first-child .list-group-item:first-child, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child, .epg-cta-block .epg-card > .list-group:last-child .list-group-item:last-child, .epg-featured-block .epg-content-col .epg-card > .list-group:last-child .list-group-item:last-child, .epg-news-block .epg-row .epg-content-col .epg-card > .list-group:last-child .list-group-item:last-child, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body, .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-body, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title, .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text:last-child, .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text:last-child, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text:last-child, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text:last-child, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text:last-child, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top,
.epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card, .card-deck .epg-cta-block .epg-card, .epg-cta-block .card-deck .epg-card, .card-deck .epg-featured-block .epg-content-col .epg-card, .epg-featured-block .epg-content-col .card-deck .epg-card, .card-deck .epg-news-block .epg-row .epg-content-col .epg-card, .epg-news-block .epg-row .epg-content-col .card-deck .epg-card, .card-deck .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card, .epg-p-nav-header .epg-row .epg-col .card-deck .epg-p-nav-card {
  margin-bottom: 15px;
}
@media (min-width: 577px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .epg-cta-block .epg-card, .epg-cta-block .card-deck .epg-card, .card-deck .epg-featured-block .epg-content-col .epg-card, .epg-featured-block .epg-content-col .card-deck .epg-card, .card-deck .epg-news-block .epg-row .epg-content-col .epg-card, .epg-news-block .epg-row .epg-content-col .card-deck .epg-card, .card-deck .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card, .epg-p-nav-header .epg-row .epg-col .card-deck .epg-p-nav-card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card, .epg-cta-block .card-group > .epg-card, .epg-featured-block .epg-content-col .card-group > .epg-card, .epg-news-block .epg-row .epg-content-col .card-group > .epg-card, .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card {
  margin-bottom: 15px;
}
@media (min-width: 577px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .epg-cta-block .card-group > .epg-card, .epg-featured-block .epg-content-col .card-group > .epg-card, .epg-news-block .epg-row .epg-content-col .card-group > .epg-card, .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .epg-cta-block .card-group > .epg-card + .card, .epg-cta-block .card-group > .card + .epg-card, .epg-cta-block .card-group > .epg-card + .epg-card, .epg-featured-block .epg-content-col .card-group > .epg-card + .card, .epg-featured-block .epg-content-col .card-group > .card + .epg-card, .epg-featured-block .epg-content-col .card-group > .epg-card + .epg-card, .epg-news-block .epg-row .epg-content-col .card-group > .epg-card + .card, .epg-news-block .epg-row .epg-content-col .card-group > .card + .epg-card, .epg-news-block .epg-row .epg-content-col .card-group > .epg-card + .epg-card, .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card + .card, .epg-p-nav-header .epg-row .epg-col .epg-cta-block .card-group > .epg-p-nav-card + .epg-card, .epg-cta-block .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card + .epg-card, .epg-p-nav-header .epg-row .epg-col .epg-featured-block .epg-content-col .card-group > .epg-p-nav-card + .epg-card, .epg-featured-block .epg-content-col .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card + .epg-card, .epg-p-nav-header .epg-news-block .epg-row .epg-col .epg-content-col .card-group > .epg-p-nav-card + .epg-card, .epg-news-block .epg-p-nav-header .epg-row .epg-col .epg-content-col .card-group > .epg-p-nav-card + .epg-card, .epg-p-nav-header .epg-news-block .epg-row .epg-content-col .epg-col .card-group > .epg-p-nav-card + .epg-card, .epg-news-block .epg-p-nav-header .epg-row .epg-content-col .epg-col .card-group > .epg-p-nav-card + .epg-card, .epg-p-nav-header .epg-row .epg-col .card-group > .card + .epg-p-nav-card, .epg-p-nav-header .epg-row .epg-col .epg-cta-block .card-group > .epg-card + .epg-p-nav-card, .epg-cta-block .epg-p-nav-header .epg-row .epg-col .card-group > .epg-card + .epg-p-nav-card, .epg-p-nav-header .epg-row .epg-col .epg-featured-block .epg-content-col .card-group > .epg-card + .epg-p-nav-card, .epg-featured-block .epg-content-col .epg-p-nav-header .epg-row .epg-col .card-group > .epg-card + .epg-p-nav-card, .epg-p-nav-header .epg-news-block .epg-row .epg-col .epg-content-col .card-group > .epg-card + .epg-p-nav-card, .epg-news-block .epg-p-nav-header .epg-row .epg-col .epg-content-col .card-group > .epg-card + .epg-p-nav-card, .epg-p-nav-header .epg-news-block .epg-row .epg-content-col .epg-col .card-group > .epg-card + .epg-p-nav-card, .epg-news-block .epg-p-nav-header .epg-row .epg-content-col .epg-col .card-group > .epg-card + .epg-p-nav-card, .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card + .epg-p-nav-card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .epg-cta-block .card-group > .epg-card:not(:last-child), .epg-featured-block .epg-content-col .card-group > .epg-card:not(:last-child), .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:last-child), .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .epg-cta-block .card-group > .epg-card:not(:last-child) .card-img-top, .epg-featured-block .epg-content-col .card-group > .epg-card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-cta-block .card-group > .epg-card:not(:last-child) .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-featured-block .epg-content-col .card-group > .epg-card:not(:last-child) .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .card-group > .card:not(:last-child) img, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .epg-cta-block .card-group > .epg-card:not(:last-child) img, .epg-cta-block .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .card-group > .epg-card:not(:last-child) img, .epg-news-block .epg-row .epg-featured-block .epg-content-col .epg-news-left-col .epg-card .epg-card-header .card-group > .epg-card:not(:last-child) img, .epg-featured-block .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .card-group > .epg-card:not(:last-child) img, .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:last-child) .card-img-top, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .card-group > .epg-card:not(:last-child) .epg-card-header img, .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .card-img-top, .epg-p-nav-header .epg-news-block .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-news-block .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-p-nav-header .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .epg-col .card-group > .epg-p-nav-card:not(:last-child) img, .epg-news-block .epg-p-nav-header .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .epg-col .card-group > .epg-p-nav-card:not(:last-child) img,
  .card-group > .card:not(:last-child) .card-header,
  .epg-cta-block .card-group > .epg-card:not(:last-child) .card-header,
  .epg-featured-block .epg-content-col .card-group > .epg-card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header,
  .epg-cta-block .card-group > .epg-card:not(:last-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header,
  .epg-featured-block .epg-content-col .card-group > .epg-card:not(:last-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header,
  .epg-news-block .epg-row .epg-content-col .epg-card .card-group > .card:not(:last-child) .epg-card-header,
  .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:last-child) .card-header,
  .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:last-child) .epg-card-header,
  .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .card-header,
  .epg-p-nav-header .epg-news-block .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-content-col .epg-card .epg-card-header,
  .epg-news-block .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-content-col .epg-card .epg-card-header,
  .epg-p-nav-header .epg-news-block .epg-row .epg-content-col .epg-card .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-card-header,
  .epg-news-block .epg-p-nav-header .epg-row .epg-content-col .epg-card .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .epg-cta-block .card-group > .epg-card:not(:last-child) .card-img-bottom, .epg-featured-block .epg-content-col .card-group > .epg-card:not(:last-child) .card-img-bottom, .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:last-child) .card-img-bottom, .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .epg-cta-block .card-group > .epg-card:not(:last-child) .card-footer,
  .epg-featured-block .epg-content-col .card-group > .epg-card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-cta-block .card-group > .epg-card:not(:last-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-featured-block .epg-content-col .card-group > .epg-card:not(:last-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .card-group > .card:not(:last-child) .epg-card-footer,
  .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-cta-block .card-group > .epg-card:not(:last-child) .epg-card-footer,
  .epg-cta-block .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .card-group > .epg-card:not(:last-child) .epg-card-footer,
  .epg-news-block .epg-row .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .card-group > .epg-card:not(:last-child) .epg-card-footer,
  .epg-featured-block .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .card-group > .epg-card:not(:last-child) .epg-card-footer,
  .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:last-child) .card-footer,
  .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:last-child) .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .card-footer,
  .epg-p-nav-header .epg-news-block .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-news-block .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-p-nav-header .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-card-footer,
  .epg-news-block .epg-p-nav-header .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-col .card-group > .epg-p-nav-card:not(:last-child) .epg-card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .epg-cta-block .card-group > .epg-card:not(:first-child), .epg-featured-block .epg-content-col .card-group > .epg-card:not(:first-child), .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:first-child), .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .epg-cta-block .card-group > .epg-card:not(:first-child) .card-img-top, .epg-featured-block .epg-content-col .card-group > .epg-card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-cta-block .card-group > .epg-card:not(:first-child) .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-featured-block .epg-content-col .card-group > .epg-card:not(:first-child) .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .card-group > .card:not(:first-child) img, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .epg-cta-block .card-group > .epg-card:not(:first-child) img, .epg-cta-block .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .card-group > .epg-card:not(:first-child) img, .epg-news-block .epg-row .epg-featured-block .epg-content-col .epg-news-left-col .epg-card .epg-card-header .card-group > .epg-card:not(:first-child) img, .epg-featured-block .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .card-group > .epg-card:not(:first-child) img, .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:first-child) .card-img-top, .epg-news-block .epg-row .epg-content-col .epg-news-left-col .card-group > .epg-card:not(:first-child) .epg-card-header img, .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .card-img-top, .epg-p-nav-header .epg-news-block .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-news-block .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-content-col .epg-news-left-col .epg-card .epg-card-header img, .epg-p-nav-header .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .epg-col .card-group > .epg-p-nav-card:not(:first-child) img, .epg-news-block .epg-p-nav-header .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header .epg-col .card-group > .epg-p-nav-card:not(:first-child) img,
  .card-group > .card:not(:first-child) .card-header,
  .epg-cta-block .card-group > .epg-card:not(:first-child) .card-header,
  .epg-featured-block .epg-content-col .card-group > .epg-card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header,
  .epg-cta-block .card-group > .epg-card:not(:first-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header,
  .epg-featured-block .epg-content-col .card-group > .epg-card:not(:first-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header,
  .epg-news-block .epg-row .epg-content-col .epg-card .card-group > .card:not(:first-child) .epg-card-header,
  .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:first-child) .card-header,
  .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:first-child) .epg-card-header,
  .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .card-header,
  .epg-p-nav-header .epg-news-block .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-content-col .epg-card .epg-card-header,
  .epg-news-block .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-content-col .epg-card .epg-card-header,
  .epg-p-nav-header .epg-news-block .epg-row .epg-content-col .epg-card .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-card-header,
  .epg-news-block .epg-p-nav-header .epg-row .epg-content-col .epg-card .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .epg-cta-block .card-group > .epg-card:not(:first-child) .card-img-bottom, .epg-featured-block .epg-content-col .card-group > .epg-card:not(:first-child) .card-img-bottom, .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:first-child) .card-img-bottom, .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .epg-cta-block .card-group > .epg-card:not(:first-child) .card-footer,
  .epg-featured-block .epg-content-col .card-group > .epg-card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-cta-block .card-group > .epg-card:not(:first-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-featured-block .epg-content-col .card-group > .epg-card:not(:first-child) .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .card-group > .card:not(:first-child) .epg-card-footer,
  .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-cta-block .card-group > .epg-card:not(:first-child) .epg-card-footer,
  .epg-cta-block .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .card-group > .epg-card:not(:first-child) .epg-card-footer,
  .epg-news-block .epg-row .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .card-group > .epg-card:not(:first-child) .epg-card-footer,
  .epg-featured-block .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .card-group > .epg-card:not(:first-child) .epg-card-footer,
  .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:first-child) .card-footer,
  .epg-news-block .epg-row .epg-content-col .card-group > .epg-card:not(:first-child) .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .card-footer,
  .epg-p-nav-header .epg-news-block .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-news-block .epg-p-nav-header .epg-row .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer,
  .epg-p-nav-header .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-card-footer,
  .epg-news-block .epg-p-nav-header .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-col .card-group > .epg-p-nav-card:not(:first-child) .epg-card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card, .card-columns .epg-cta-block .epg-card, .epg-cta-block .card-columns .epg-card, .card-columns .epg-featured-block .epg-content-col .epg-card, .epg-featured-block .epg-content-col .card-columns .epg-card, .card-columns .epg-news-block .epg-row .epg-content-col .epg-card, .epg-news-block .epg-row .epg-content-col .card-columns .epg-card, .card-columns .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card, .epg-p-nav-header .epg-row .epg-col .card-columns .epg-p-nav-card {
  margin-bottom: 0.75rem;
}
@media (min-width: 577px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .epg-cta-block .epg-card, .epg-cta-block .card-columns .epg-card, .card-columns .epg-featured-block .epg-content-col .epg-card, .epg-featured-block .epg-content-col .card-columns .epg-card, .card-columns .epg-news-block .epg-row .epg-content-col .epg-card, .epg-news-block .epg-row .epg-content-col .card-columns .epg-card, .card-columns .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card, .epg-p-nav-header .epg-row .epg-col .card-columns .epg-p-nav-card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card, .epg-cta-block .accordion > .epg-card, .epg-featured-block .epg-content-col .accordion > .epg-card, .epg-news-block .epg-row .epg-content-col .accordion > .epg-card, .epg-p-nav-header .epg-row .epg-col .accordion > .epg-p-nav-card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type), .epg-cta-block .accordion > .epg-card:not(:last-of-type), .epg-featured-block .epg-content-col .accordion > .epg-card:not(:last-of-type), .epg-news-block .epg-row .epg-content-col .accordion > .epg-card:not(:last-of-type), .epg-p-nav-header .epg-row .epg-col .accordion > .epg-p-nav-card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type), .epg-cta-block .accordion > .epg-card:not(:first-of-type), .epg-featured-block .epg-content-col .accordion > .epg-card:not(:first-of-type), .epg-news-block .epg-row .epg-content-col .accordion > .epg-card:not(:first-of-type), .epg-p-nav-header .epg-row .epg-col .accordion > .epg-p-nav-card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header, .epg-cta-block .accordion > .epg-card > .card-header, .epg-featured-block .epg-content-col .accordion > .epg-card > .card-header, .epg-news-block .epg-row .epg-content-col .epg-card .accordion > .card > .epg-card-header, .epg-news-block .epg-row .epg-content-col .accordion > .epg-card > .card-header, .epg-news-block .epg-row .epg-content-col .accordion > .epg-card > .epg-card-header, .epg-p-nav-header .epg-row .epg-col .accordion > .epg-p-nav-card > .card-header, .epg-p-nav-header .epg-news-block .epg-row .epg-col .epg-content-col .epg-card .accordion > .epg-p-nav-card > .epg-card-header, .epg-news-block .epg-p-nav-header .epg-row .epg-col .epg-content-col .epg-card .accordion > .epg-p-nav-card > .epg-card-header, .epg-p-nav-header .epg-news-block .epg-row .epg-content-col .epg-card .epg-col .accordion > .epg-p-nav-card > .epg-card-header, .epg-news-block .epg-p-nav-header .epg-row .epg-content-col .epg-card .epg-col .accordion > .epg-p-nav-card > .epg-card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 577px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 577px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 769px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 993px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1161px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 577px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 993px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1161px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Century Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Century Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #129ccf;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #129ccf;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23129ccf' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23129ccf' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none, .epg-form .FormDateTimeRange .FormDateTimeRange_Seperator, .epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-profile-range .epg-user-name, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-header, header .epg-navigation-container.desktop, header .epg-logo-container .epg-login-col ul li.salutation {
  display: none !important;
}

.d-inline, .epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-intro .epg-user-name {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive,
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .epg-form .FormCaptcha .epg-captcha-container, .epg-form .FormDateTimeRange, .epg-form .FormFileUpload, .epg-form .FormRange span:first-of-type, .epg-user-dashboard .epg-row .epg-container-white .epg-header, .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-card-footer-col, .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body, .epg-cta-block .epg-card, .epg-cta-block .epg-button-big, .epg-auth-wall-video-block .epg-box, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card, .epg-featured-block .epg-content-col .epg-features-small-col, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-inactive,
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-active, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-time, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-left-col, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body, .epg-featured-block .epg-content-col .epg-card, .epg-featured-block .epg-button-small, .epg-featured-block .epg-button-big, .epg-auth-wall .epg-box, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-inactive,
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-active, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-read-more, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .epg-news-block .epg-row .epg-content-col .epg-card, .epg-news-block .epg-row .epg-content-col .epg-news-left-col,
.epg-news-block .epg-row .epg-content-col .epg-news-right-col, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .registration .epg-form .epg-checkbox-container label, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories, .epg-search-results .epg-row .epg-content-col .epg-search-results-container, .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories, .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive,
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper, header .epg-navigation-container.mobile .epg-nav-popout-col ul, header .epg-navigation-container.mobile .epg-nav-popout-col, header .epg-navigation-container .epg-navigation-col ul li, header .epg-navigation-container .epg-navigation-col ul, header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul, header .epg-navigation-container.mobile.popout .epg-nav-popout-col, header .epg-logo-container .epg-login-col .epg-notification span, header .epg-logo-container .epg-login-col ul li, header .epg-logo-container .epg-login-col ul, header .epg-logo-container .epg-login-col, header .epg-preheader-container .epg-preheader-col {
  display: flex !important;
}

.d-inline-flex, .epg-form .FormChoice label, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a .number, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a, .epg-small-arrow-button, .epg-big-arrow-button {
  display: inline-flex !important;
}

@media (min-width: 577px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block, .epg-form .FormDateTimeRange {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex, .epg-form .FormDateTimeRange .FormDateTimeRange_Seperator, header .epg-logo-container .epg-login-col ul li.salutation {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 993px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1161px) {
  .d-xl-none, .epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-intro .epg-user-name, header .epg-navigation-container.mobile {
    display: none !important;
  }
  .d-xl-inline, .epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-profile-range .epg-user-name {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block, header .epg-navigation-container.desktop {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row, .epg-form .FormChoice label, .epg-form .FormRange span:first-of-type, header .epg-navigation-container .epg-navigation-col ul, header .epg-logo-container .epg-login-col ul {
  flex-direction: row !important;
}

.flex-column, .epg-form .FormDateTimeRange, .epg-form .FormFileUpload, .epg-user-dashboard .epg-row .epg-container-white .epg-header, .epg-auth-wall-video-block .epg-box, .epg-auth-wall .epg-box, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper, header .epg-navigation-container.mobile .epg-nav-popout-col ul, header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap, .epg-form .FormFileUpload .FormFileUpload__PostedFile, header .epg-navigation-container.mobile .epg-nav-popout-col ul, header .epg-navigation-container .epg-navigation-col ul, header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper, .epg-form .FormChoice--Image label.FormChoice--Image__Item .epg-img-footer .FormChoice--Image__Item__Caption, .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper .epg-card-title, .epg-featured-block .epg-content-col .epg-features-small-col, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .epg-news-block .epg-row .epg-content-col .epg-news-left-col,
.epg-news-block .epg-row .epg-content-col .epg-news-right-col, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container div, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1, .epg-form .FormFileUpload .FormFileUpload__PostedFile {
  flex-shrink: 1 !important;
}

.justify-content-start, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar .epg-title, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a {
  justify-content: flex-start !important;
}

.justify-content-end, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-read-more, header .epg-navigation-container.mobile .epg-nav-popout-col ul, header .epg-navigation-container.mobile .epg-nav-popout-col, header .epg-navigation-container .epg-navigation-col ul, header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul, header .epg-navigation-container.mobile.popout .epg-nav-popout-col, header .epg-logo-container .epg-login-col {
  justify-content: flex-end !important;
}

.justify-content-center, .epg-sidebar-lz-cp-navigation .epg-row, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div, .content_list_page .epg-row, .epg-form .FormChoice label, .epg-form .FormDateTimeRange .FormDateTimeRange_Seperator, .epg-sidebar-drug-navigation .epg-row, .epg-user-dashboard .epg-row, .epg-cta-block .epg-button-big, .epg-auth-wall-video-block .epg-box, .epg-video-block .epg-row, .epg-auth-wall .epg-box, .epg-cards-block .epg-row, .event_summary .epg-row, .epg-image-carousel-block .epg-row, .epg-share-block .epg-row, .epg-links-block .epg-row, .epg-prev-next-nav .epg-row, .epg-sidebar-navigation .epg-row, .epg-standfirst .epg-row, .epg-p-nav-footer .epg-row, .epg-on-this-page .epg-row, .epg-p-nav-header .epg-content-row, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a .number, .epg-p-nav-header .epg-row, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div, .search_content_list .epg-row, .epg-search-results .epg-row, .epg-home-page-search .epg-row, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div, .epg-hero .epg-hero-container .epg-row, header .epg-navigation-container .epg-navigation-col ul li, header .epg-logo-container .epg-login-col .epg-notification span, header .epg-preheader-container .epg-preheader-col, .width80 section .epg-row {
  justify-content: center !important;
}

.justify-content-between, .epg-form .FormCaptcha .epg-captcha-container, .epg-form .FormFileUpload, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item, .epg-hero .epg-hero-container .epg-row .epg-col .epg-headline-container {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start, .epg-form .FormFileUpload, .registration .epg-form .epg-checkbox-container label, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar .epg-title {
  align-items: flex-start !important;
}

.align-items-end, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col {
  align-items: flex-end !important;
}

.align-items-center, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive,
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul, .epg-form .FormCaptcha .epg-captcha-container, .epg-form .FormDateTimeRange .FormDateTimeRange_Seperator, .epg-form .FormRange span:first-of-type, .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-card-footer-col, .epg-cta-block .epg-button-big, .epg-auth-wall-video-block .epg-box, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-inactive,
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-active, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-time, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-left-col, .epg-featured-block .epg-button-small, .epg-featured-block .epg-button-big, .epg-auth-wall .epg-box, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-inactive,
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-active, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-read-more, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a .number, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive,
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div, header .epg-navigation-container .epg-navigation-col ul li, header .epg-logo-container .epg-login-col .epg-notification span, header .epg-logo-container .epg-login-col ul li, header .epg-logo-container .epg-login-col, #scrollToTopButton, .epg-small-arrow-button, .epg-big-arrow-button {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 577px) {
  .flex-sm-row, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-form .FormDateTimeRange, .epg-form .FormFileUpload, .epg-user-dashboard .epg-row .epg-container-white .epg-header, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 993px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1161px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill, header .epg-navigation-container .epg-navigation-col ul li {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start, header .epg-navigation-container .epg-navigation-col ul {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 577px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 769px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 993px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1161px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(21, 11, 37, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100, .epg-featured-block .epg-content-col .epg-card, .epg-news-block .epg-row .epg-content-col .epg-card {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100, .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-body, .epg-news-block .epg-row .epg-content-col .epg-card {
  height: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul li, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .epg-cta-block .epg-card .epg-card-body-wrapper, .epg-cta-block .epg-card .epg-card-header, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul li, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul li, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul, .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper, .epg-cta-block .epg-card .epg-card-body-wrapper, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul li, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul, .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 577px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 993px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1161px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .epg-main-col,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .epg-main-col,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 577px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 993px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1161px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break, .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 993px !important;
  }
  .container, .epg-container {
    min-width: 993px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* lora-regular - latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: local("Lora Regular"), local("Lora-Regular"), url("../fonts/lora-v14-latin-regular.woff2") format("woff2"), url("../fonts/lora-v14-latin-regular.woff") format("woff"); /* Modern Browsers */
}
/* lora-italic - latin */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: local("Lora Italic"), local("Lora-Italic"), url("../fonts/lora-v14-latin-italic.woff2") format("woff2"), url("../fonts/lora-v14-latin-italic.woff") format("woff"); /* Modern Browsers */
}
/* lora-700 - latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: local("Lora Bold"), local("Lora-Bold"), url("../fonts/lora-v14-latin-700.woff2") format("woff2"), url("../fonts/lora-v14-latin-700.woff") format("woff"); /* Modern Browsers */
}
/* lora-700italic - latin */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 700;
  src: local("Lora Bold Italic"), local("Lora-BoldItalic"), url("../fonts/lora-v14-latin-700italic.woff2") format("woff2"), url("../fonts/lora-v14-latin-700italic.woff") format("woff"); /* Modern Browsers */
}
/* Century Gothic normal */
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  src: local("Century Gothic"), local("Century-Gothic"), url("../fonts/700cfd4c-3384-4654-abe1-aa1a6e8058e4.woff2") format("woff2"), url("../fonts/9908cdad-7524-4206-819e-4f345a666324.woff") format("woff");
}
/* Century Gothic italic */
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 400;
  src: local("Century Gothic Italic"), local("Century-Gothic-Italic"), url("../fonts/79803af7-369c-4a5f-bc95-fb69ee7e77f8.woff2") format("woff2"), url("../fonts/483a662e-88d8-4865-8dd3-1515c67fe28b.woff") format("woff");
}
/* Century Gothic bold */
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  src: local("Century Gothic Bold"), local("Century-Gothic-Bold"), url("../fonts/bc0668e2-e5c8-45ce-954d-3b998c6b6803.woff2") format("woff2"), url("../fonts/2ef5ecda-1772-45e2-843f-a13f5d76ed3a.woff") format("woff");
}
/* Century Gothic bold italic */
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 700;
  src: local("Century Gothic Bold Italic"), local("Century-Gothic-BoldItalic"), url("../fonts/2829a59f-b2f8-4272-a496-b2e4e9bdc87e.woff2") format("woff2"), url("../fonts/3bd69eb9-2110-4d97-989e-99a659576659.woff") format("woff");
}
@font-face {
  font-family: "PlayFair-Italic-VariableFont";
  src: url("../fonts/Playfair-Italic-VariableFont_opsz,wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "PlayFair-VariableFont";
  src: url("../fonts/Playfair-VariableFont_opsz,wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "WorkSans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WorkSans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WorkSans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/WorkSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoCondensed-VariableFont";
  src: url("../fonts/RobotoCondensed-VariableFont_wght.ttf") format("truetype");
}
body {
  min-width: 320px;
  font-weight: 400;
  font-size: 26px;
  color: #150b25;
  font-family: "WorkSans", "Arial", sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: -1px;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: -0.75px;
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    letter-spacing: -0.54px !important;
    margin-bottom: 20px !important;
  }
}

h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.62px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.5px;
}

h5 {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

h6 {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

a {
  color: #150b25;
}
a:hover {
  color: #c33e7a;
}

.animatedHover, .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a, .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu ul li a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown a.category span, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, header .epg-navigation-container.mobile .epg-nav-popout-col ul li a, header .epg-navigation-container .epg-navigation-col ul li a {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.animatedHover:hover, .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a:hover, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a:hover, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a:hover, .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a:hover, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a:hover, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a:hover, .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a:hover, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a:hover, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a:hover, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu ul li a:hover, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown a.category span:hover, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a:hover, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a:hover, header .epg-navigation-container.mobile .epg-nav-popout-col ul li a:hover, header .epg-navigation-container .epg-navigation-col ul li a:hover {
  transform: translateY(-4px);
}

.width100.bgGrey {
  background-color: #e6f1ee !important;
}
.width100.bgPink {
  background-color: #c33e7a !important;
}
.width80.bgGrey {
  background-color: #e6f1ee !important;
}
.width80.bgPink {
  background-color: #c33e7a !important;
}
section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  section {
    margin-bottom: 30px;
  }
}
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

/* Remove the 'x' close-icon in input-fields in Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}

/*
  epg classes
*/
.epg-fluid-container {
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-fluid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.epg-mg-top {
  margin-top: 60px;
}

.epg-shadow-cta, .event_summary .epg-row .epg-cta-green {
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
}

.epg-shadow, .epg-leadershipboard, .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body, .epg-video-block .epg-download-overlay, .epg-video-block .epg-video-main .epg-video-div .video, .epg-auth-wall .epg-box, .event_summary .epg-row .epg-container-grey, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card, .epg-nav-cards-block .epg-cards-container.standard a .epg-card, .epg-share-block .epg-row .body, .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container, .epg-on-this-page .epg-row .epg-on_this_page_container .body, .datepicker, .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-found, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11), 0 5px 5px 0 rgba(0, 0, 0, 0.11), 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

.epg-big-arrow-button {
  position: relative;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
  background-color: #009f29;
  border-radius: 6px;
  width: auto;
  padding: 18px 65px 18px 30px;
  line-height: 25px !important;
  cursor: pointer;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.42px !important;
  text-decoration: none !important;
}
.epg-big-arrow-button a {
  color: #ffffff !important;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 25px !important;
  letter-spacing: -0.42px !important;
  text-decoration: none !important;
}
.epg-big-arrow-button:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 22px;
  right: 22px;
  background-image: url(../img/arrow_white_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.epg-big-arrow-button:hover {
  text-decoration: underline !important;
  color: #ffffff !important;
}

.epg-small-arrow-button {
  position: relative;
  background-color: #c33e7a;
  width: auto;
  padding: 14px 54px 14px 24px;
  line-height: 22px !important;
  cursor: pointer;
  color: #ffffff !important;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -0.38px !important;
  text-decoration: none !important;
  margin-bottom: 8px;
}
.epg-small-arrow-button a {
  color: #ffffff !important;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  letter-spacing: -0.38px !important;
  text-decoration: none !important;
}
.epg-small-arrow-button:after {
  position: absolute;
  content: "";
  height: 21px;
  width: 18px;
  right: 18px;
  background-image: url(../img/arrow_white_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
.epg-small-arrow-button:hover {
  text-decoration: underline !important;
  color: #ffffff !important;
}

.black-triangle {
  display: inline-block !important;
  color: #000;
  transform: none;
}

.epg-big-arrow-button > .epg-small-arrow-button,
.epg-big-arrow-button > .epg-big-arrow-button,
.epg-small-arrow-button > .epg-small-arrow-button,
.epg-small-arrow-button > .epg-big-arrow-button {
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.epg-big-arrow-button > .epg-small-arrow-button:after,
.epg-big-arrow-button > .epg-big-arrow-button:after,
.epg-small-arrow-button > .epg-small-arrow-button:after,
.epg-small-arrow-button > .epg-big-arrow-button:after {
  content: none !important;
}

.overflow-auto > table {
  box-shadow: none !important;
}

div:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  margin: 0 !important;
}

.EPiServerForms .hide {
  display: none !important;
}

.EPiServerForms .Form__Status .Form__Status__Message {
  margin: 1rem 0 2rem !important;
}

.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: transparent !important;
  font-family: "WorkSans", "Arial", sans-serif;
}

.Form__Status {
  margin: 0 !important;
}

.epg-form {
  margin-bottom: 10px !important;
}

iframe {
  max-width: 100%;
}

#scrollToTopButton {
  position: relative;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
  background-color: #009f29;
  border-radius: 6px;
  width: auto;
  padding: 18px 65px 18px 30px;
  line-height: 25px !important;
  cursor: pointer;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.42px !important;
  text-decoration: none !important;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 1001; /* Make sure it does not overlap */
  cursor: pointer; /* Add a mouse pointer on hover */
}
#scrollToTopButton:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 22px;
  right: 22px;
  background-image: url(../img/arrow_white_menu_up.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

.initial-overflow {
  overflow: initial !important;
}

header .epg-preheader-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  header .epg-preheader-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .epg-preheader-container .epg-row {
  margin: 0;
}
header .epg-preheader-container .epg-preheader-col {
  font-size: 11px;
  line-height: 13px;
  margin: 8px auto;
  height: 13px;
}
header .epg-preheader-container + .epg-logo-container {
  margin-top: 0 !important;
}
header .epg-logo-container {
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 27px;
}
@media only screen and (max-width: 1160px) {
  header .epg-logo-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1160px) {
  header .epg-logo-container {
    padding-bottom: 20px;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 576px) {
  header .epg-logo-container {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
}
header .epg-logo-container .epg-logo-col img {
  width: 255px;
}
@media only screen and (max-width: 1160px) {
  header .epg-logo-container .epg-logo-col img {
    width: 132px;
  }
}
@media only screen and (max-width: 356px) {
  header .epg-logo-container .epg-logo-col img {
    width: 100px;
  }
}
header .epg-logo-container .epg-login-col {
  font-size: 18px;
}
@media only screen and (max-width: 576px) {
  header .epg-logo-container .epg-login-col {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1160px) {
  header .epg-logo-container .epg-login-col {
    align-self: flex-end !important;
  }
}
header .epg-logo-container .epg-login-col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .epg-logo-container .epg-login-col ul li {
  border-right: 1px solid #d0d0d0;
  padding: 0 15px;
}
header .epg-logo-container .epg-login-col ul li:last-child {
  border-right: none;
  padding-right: 0;
}
@media only screen and (max-width: 576px) {
  header .epg-logo-container .epg-login-col ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 356px) {
  header .epg-logo-container .epg-login-col ul li {
    padding: 0 8px;
    font-size: 12px;
  }
  header .epg-logo-container .epg-login-col ul li .epg-account-dropdown {
    font-size: 12px;
  }
  header .epg-logo-container .epg-login-col ul li .epg-account-dropdown:after {
    margin-left: 6px;
  }
}
header .epg-logo-container .epg-login-col .epg-salutation {
  padding-right: 15px;
  border-right: 1px solid #d0d0d0;
}
header .epg-logo-container .epg-login-col .epg-notification {
  position: relative;
  padding-right: 6px;
}
header .epg-logo-container .epg-login-col .epg-notification span {
  position: absolute;
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  padding: 0 0 1px 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  top: -2px;
  right: -4px;
}
header .epg-logo-container .epg-login-col .epg-account-dropdown {
  font-weight: 700;
}
header .epg-logo-container .epg-login-col .epg-account-dropdown:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  top: -2px;
  background: url("../img/icons/icon_arrow_right.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  header .epg-logo-container .epg-login-col .epg-account-dropdown {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.29px;
  }
}
header .epg-logo-container .epg-login-col .epg-header-button {
  margin-left: 25px;
}
@media only screen and (max-width: 577px) {
  header .epg-logo-container .epg-login-col .epg-header-button {
    margin-left: 4px;
  }
}
header .epg-logo-container .epg-login-col .epg-header-button:first-child {
  margin-left: 0;
}
header .epg-logo-container .epg-login-col .epg-button-big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  width: 109px;
  padding: 9px 5px;
  border: 1px solid #2a1c48;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  color: #2a1c48;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
header .epg-logo-container .epg-login-col .epg-button-big:hover {
  background-color: #2a1c48;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 1161px) {
  header .epg-logo-container .epg-login-col .epg-button-big {
    padding: 9px 5px;
    width: 96px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 577px) {
  header .epg-logo-container .epg-login-col .epg-button-big {
    padding: 0 10px;
    width: auto;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.25px;
    border: 2px solid #2a1c48;
    box-shadow: none;
  }
}
header .epg-navigation-container {
  padding-left: 0;
  padding-right: 0;
  background-color: #2a1c48;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.37px;
  line-height: 28px;
}
header .epg-navigation-container.mobile .epg-navigation-col ul li.open {
  background-color: #593a8f;
}
@media only screen and (max-width: 356px) {
  header .epg-navigation-container.mobile .epg-navigation-col ul li:not(.home) {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
header .epg-navigation-container.mobile.popout {
  display: none;
  background-color: transparent;
  position: absolute;
  top: 148px;
  right: 0;
  z-index: 10002;
  min-width: 320px;
}
@media only screen and (max-width: 356px) {
  header .epg-navigation-container.mobile.popout {
    right: auto !important;
  }
}
header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul {
  list-style-type: none;
  width: 355px;
  padding: 0;
  margin: 0;
  background-color: #593a8f;
}
header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul li {
  padding: 20px 35px 11px 20px;
}
header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul li:after {
  content: "";
  display: block;
  position: relative;
  top: 14px;
  height: 6px;
  background: url("../img/nav_line2.png");
  background-size: 301px 6px;
  background-repeat: no-repeat;
}
header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul li:last-child:after {
  background: none !important;
}
header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul li a {
  display: block;
  position: relative;
  color: var(--nav-item-text-color, #ffffff);
}
header .epg-navigation-container.mobile.popout .epg-nav-popout-col ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0px;
  width: 18px;
  height: 18px;
  background: url("../img/icons/icon_arrow_right_white.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  -webkit-filter: var(--filter);
          filter: var(--filter);
}
@media only screen and (max-width: 1160px) {
  header .epg-navigation-container .epg-navigation-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
header .epg-navigation-container .epg-navigation-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .epg-navigation-container .epg-navigation-col ul li {
  text-align: center !important;
  height: 60px;
  padding: 0 30px;
  border-left: 1px solid #ffffff;
  vertical-align: middle;
}
@media only screen and (min-width: 1161px) {
  header .epg-navigation-container .epg-navigation-col ul li:last-child {
    border-right: 1px solid #ffffff;
  }
}
header .epg-navigation-container .epg-navigation-col ul li.highlight {
  background-color: #e6f1ee;
  --nav-item-text-color: #555957;
}
header .epg-navigation-container .epg-navigation-col ul li.active {
  background-color: var(--nav-item-active-bg, #593a8f);
  --nav-item-text-color: #ffffff;
}
header .epg-navigation-container .epg-navigation-col ul li a {
  width: 100%;
  color: var(--nav-item-text-color, #ffffff);
}
header .epg-navigation-container .epg-navigation-col ul li a:hover {
  text-decoration: none;
}
header .epg-navigation-container.mobile .epg-navigation-col ul li {
  text-align: left !important;
  padding: 16px 20px;
  width: calc((100% - 65px) / 2);
}
header .epg-navigation-container.mobile .epg-navigation-col ul li.home {
  width: 64px !important;
  border-left: none;
}
header .epg-navigation-container.mobile .epg-navigation-col ul li a {
  display: block;
  position: relative;
  color: var(--nav-item-text-color, #ffffff);
}
header .epg-navigation-container.mobile .epg-navigation-col ul li a.epg-search:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/icon_search.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
header .epg-navigation-container.mobile .epg-navigation-col ul li a.epg-hamburger:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 16px;
  width: 22px;
  height: 22px;
  background: url("../img/icons/icon_hamburger.png");
  background-size: 22px 22px;
  background-repeat: no-repeat;
}
header .epg-navigation-container.mobile .epg-nav-popout-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .epg-navigation-container.mobile .epg-nav-popout-col ul li a:hover {
  text-decoration: none;
}
header .epg-navigation-container.mobile .epg-nav-popout-col ul li.highlight {
  background-color: #e6f1ee;
  --nav-item-text-color: #555957;
  --filter: invert(57%) sepia(20%) saturate(5%) hue-rotate(211deg) brightness(70%) contrast(84%);
}
header .epg-navigation-container.mobile .epg-nav-popout-col ul li.active {
  background-color: var(--nav-item-active-bg, #593a8f);
  --nav-item-text-color: #ffffff;
  --filter: none;
}

header.epg-header--rebrand {
  background-color: #f5faf9;
}
header.epg-header--rebrand .epg-navigation-container {
  font-size: 20px;
  font-family: "WorkSans";
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  border: none;
  background-color: transparent;
  --nav-item-text-color: #565958;
}
header.epg-header--rebrand .epg-navigation-container.mobile {
  --nav-item-text-color: #f5faf9;
}
@media only screen and (min-width: 1161.02px) {
  header.epg-header--rebrand .epg-navigation-container .epg-navigation-col ul li {
    border: none;
  }
}
header.epg-header--rebrand .epg-navigation-container .epg-navigation-col ul li.active {
  --nav-item-active-bg: transparent;
  --nav-item-text-color: #191a1a;
}
header.epg-header--rebrand .epg-navigation-container .epg-navigation-col ul li.active > a {
  text-decoration: underline;
  text-underline-offset: 6px;
  -webkit-text-decoration-color: #c33e7a;
          text-decoration-color: #c33e7a;
  text-decoration-thickness: 1.5px;
}
header.epg-header--rebrand .epg-navigation-container .epg-navigation-col ul li.highlight {
  background-color: #e7f2ef;
}
header.epg-header--rebrand .epg-navigation-container .epg-navigation-col ul li.highlight.active {
  background-color: #693077;
  --nav-item-text-color: $epg-rebrand-gray-05;
}
header.epg-header--rebrand .epg-navigation-container .epg-navigation-col ul li.highlight.active > a {
  -webkit-text-decoration-color: #f5faf9;
          text-decoration-color: #f5faf9;
}
header.epg-header--rebrand .epg-navigation-container.mobile .epg-navigation-col ul li {
  width: 50%;
  background-color: #c33e7a;
}
header.epg-header--rebrand .epg-navigation-container.mobile .epg-navigation-col ul li.open {
  background-color: #cf6595;
}
header.epg-header--rebrand .epg-navigation-container.mobile .epg-navigation-col ul li:first-child {
  border-left: none;
}
header.epg-header--rebrand .epg-navigation-container.mobile .epg-navigation-col ul li a.epg-hamburger::after {
  top: 0;
}
header.epg-header--rebrand .epg-navigation-container.mobile .epg-navigation-col ul li a.epg-search::after {
  top: 0;
}
header.epg-header--rebrand .epg-navigation-container.mobile.popout .epg-nav-popout-col ul {
  background-color: #cf6595;
}
header.epg-header--rebrand .epg-navigation-container.mobile.popout .epg-nav-popout-col ul li.highlight {
  background-color: #e7f2ef;
}
header.epg-header--rebrand .epg-logo-container .epg-login-col {
  font-family: "RobotoCondensed-VariableFont";
  line-height: 24px;
  font-size: 20px;
}
@media only screen and (max-width: 577px) {
  header.epg-header--rebrand .epg-logo-container .epg-login-col {
    font-size: 11px;
  }
}
header.epg-header--rebrand .epg-logo-container .epg-login-col ul li.salutation {
  color: #191a1a;
}
header.epg-header--rebrand .epg-logo-container .epg-login-col ul li > a.salutation {
  color: #191a1a;
}
header.epg-header--rebrand .epg-logo-container .epg-login-col .epg-notification {
  padding: 0;
}
header.epg-header--rebrand .epg-logo-container .epg-login-col .epg-notification span {
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  top: 50%;
  right: initial;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
}
header.epg-header--rebrand .epg-logo-container .epg-login-col .epg-account-dropdown {
  color: #c33e7a;
  font-weight: 400;
}
@media only screen and (max-width: 577px) {
  header.epg-header--rebrand .epg-logo-container .epg-login-col .epg-account-dropdown {
    font-size: 11px;
  }
}
header.epg-header--rebrand .epg-logo-container .epg-login-col .epg-account-dropdown::after {
  top: 0;
  background: url("../img/rebrand/icons/icon_arrow_right.svg") no-repeat;
}

footer {
  /* Basics */
  align-content: center;
  background-color: #e6f1ee;
  color: #191a1a;
  padding: 60px 0 30px 0;
  /* Headline */
  /* Navigation */
  /* Social Media */
  /* Copy/Sitemap */
  /* Main content row */
}
footer .epg-border-bottom {
  border-bottom: 1px solid #999999;
}
footer a {
  color: #191a1a;
  font-size: 16px;
}
footer a.active, footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid #c33e7a;
}
footer ul {
  overflow: hidden;
  display: block;
}
footer ul, footer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .epg-headline-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer h3 {
  font-family: "PlayFair-VariableFont";
  font-weight: 600;
  font-size: 35px;
  line-height: 36px;
  letter-spacing: -0.59px;
  margin: 0;
  padding: 0;
  text-align: left !important;
}
footer .epg-nav-col .epg-footer-navigation {
  font-family: "RobotoCondensed-VariableFont";
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  text-align: right;
  font-size: 18px;
}
footer .epg-nav-col .epg-footer-navigation li {
  margin-bottom: 10px;
}
footer .epg-nav-col .epg-footer-navigation .epg-nav-item {
  padding: 0;
}
footer .epg-nav-col .epg-footer-navigation .epg-nav-item a {
  display: inline-block;
}
footer .epg-footer-social-media {
  display: flex;
  margin-top: 50px;
}
footer .epg-footer-social-media .epg-social-item {
  margin-right: 15px;
  text-align: center;
}
footer .epg-footer-social-media .epg-social-item a {
  border-bottom: 0;
}
footer .epg-footer-social-media .epg-social-item img {
  width: 32px;
  height: 32px;
  -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(68%) saturate(3721%) hue-rotate(317deg) brightness(90%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(33%) sepia(68%) saturate(3721%) hue-rotate(317deg) brightness(90%) contrast(98%); /* This applies the $epg-rebrand-pink color to the icons */
}
footer .epg-global-col .epg-footer-global-row {
  font-size: 14px;
  letter-spacing: -0.33px;
}
footer .epg-global-col .epg-footer-global-row ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
footer .epg-global-col .epg-footer-global-row ul li.spacer {
  width: 20px;
}
footer .epg-global-col .epg-footer-global-row > div {
  flex-direction: column;
  padding: 0;
  line-height: 24px;
}
footer .epg-global-col .epg-footer-global-row div.epg-mini-navi-col {
  font-family: "WorkSans";
  padding: 0;
  text-align: right;
}
footer .epg-main-content {
  margin-bottom: 30px;
}
@media only screen and (max-width: 993px) {
  footer .epg-fluid-container {
    padding: 0 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .epg-nav-col {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 769px) {
  footer {
    /* Headline and Nav sections */
    /* Copy/Sitemap */
  }
  footer .epg-main-content {
    flex-direction: column;
  }
  footer .epg-headline-col, footer .epg-nav-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  footer h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  footer .epg-nav-col .epg-footer-navigation {
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .epg-nav-col .epg-footer-navigation li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  footer .epg-footer-social-media {
    margin: 0;
  }
  footer .epg-main-content {
    margin: 0;
  }
  footer .epg-global-col .epg-footer-global-row div.epg-copyright-col, footer .epg-global-col .epg-footer-global-row div.epg-mini-navi-col {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  footer .epg-global-col .epg-footer-global-row div.epg-copyright-col {
    margin-bottom: 15px;
  }
  footer .epg-global-col .epg-footer-global-row ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 577px) {
  footer {
    padding: 40px 0 20px 0;
  }
  footer h3 {
    font-size: 20px;
    line-height: 28px;
  }
  footer .epg-headline-col, footer .epg-nav-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  footer .epg-footer-social-media {
    margin: 0;
  }
  footer .epg-footer-social-media img {
    width: 28px;
    height: 28px;
  }
  footer .epg-nav-col .epg-footer-navigation {
    margin-top: 15px;
    justify-content: left;
    padding-left: 15px;
    padding: 0;
  }
  footer .epg-global-col .epg-footer-global-row {
    font-size: 12px;
  }
  footer .epg-global-col .epg-footer-global-row ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .epg-global-col .epg-footer-global-row ul li {
    margin: 5px 10px;
  }
  footer .epg-global-col .epg-footer-global-row ul li.spacer {
    display: none;
  }
}

.epg-hero {
  position: relative;
}
@media only screen and (min-width: 577px) {
  .epg-hero.hasOverlay {
    margin-bottom: 100px !important;
  }
  .epg-hero.hasOverlay.epg-hero.epg-hero-lz-overlay {
    margin-bottom: 60px !important;
  }
  .epg-hero.hasOverlay .epg-hero-container.standard {
    min-height: 520px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 993px) {
  .epg-hero.hasOverlay .epg-hero-container.standard {
    min-height: 390px;
    height: auto !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 769px) {
  .epg-hero.hasOverlay .epg-hero-container .epg-info-bar div:last-child {
    padding-bottom: 60px !important;
  }
}
.epg-hero .epg-hero-container {
  position: relative;
  /* Color types  */
  /* Home */
  /* Standard */
  /* Learning Zone */
  /* Breadcrumb Navigation */
}
.epg-hero .epg-hero-container ul, .epg-hero .epg-hero-container li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.epg-hero .epg-hero-container .color-white {
  color: #ffffff;
}
.epg-hero .epg-hero-container .color-white a {
  color: #ffffff !important;
}
.epg-hero .epg-hero-container .color-black {
  color: #150b25;
}
.epg-hero .epg-hero-container .color-black a {
  color: #150b25 !important;
}
.epg-hero .epg-hero-container.home {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.epg-hero .epg-hero-container.home .epg-fluid-container {
  padding-top: 140px;
}
.epg-hero .epg-hero-container.home .epg-fluid-container h1 {
  margin-bottom: 70px;
}
.epg-hero .epg-hero-container.standard {
  min-height: 520px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.epg-hero .epg-hero-container.standard .epg-sm-background-image {
  display: none;
}
.epg-hero .epg-hero-container.standard .epg-fluid-container {
  padding-top: 94px;
}
@media only screen and (max-width: 993px) {
  .epg-hero .epg-hero-container.standard .epg-fluid-container {
    padding-top: 54px !important;
  }
}
.epg-hero .epg-hero-container.learning-zone {
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.epg-hero .epg-hero-container.learning-zone .epg-fluid-container {
  padding-top: 60px;
}
.epg-hero .epg-hero-container .epg-breadcrumb-navigation {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.29px;
  line-height: 36px;
}
.epg-hero .epg-hero-container .epg-breadcrumb-navigation .epg-fluid-container {
  padding-top: 0 !important;
  height: 0 !important;
}
.epg-hero .epg-hero-container .epg-breadcrumb-navigation ul {
  padding: 13px 0 0 0;
  display: flex;
}
.epg-hero .epg-hero-container .epg-breadcrumb-navigation ul .spacer {
  padding: 0 5px;
}
.epg-hero .epg-hero-container .epg-breadcrumb-navigation ul a.active {
  font-weight: normal;
  text-decoration: none;
}
.epg-hero .epg-hero-container .epg-row .epg-col {
  min-height: 210px;
  /* Content types basics */
  /* Search Bar */
  /* Content types */
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-headline-container {
  display: inline-flex;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-headline-container .epg-category {
  padding: 0 12px;
  margin: 12px 0 0 20px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #FFF;
  color: #000000;
  border: 1px solid #000000;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  height: 37px;
  font-size: 20px;
  letter-spacing: -0.42px;
  line-height: 35px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1161px) {
  .epg-hero .epg-hero-container .epg-row .epg-col .epg-headline-container .epg-category {
    margin: 6px 0 0 20px;
    height: 28px !important;
    font-size: 16px !important;
    letter-spacing: -0.33px !important;
    line-height: 28px !important;
  }
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-headline-container .epg-category.epg-orange {
  border: 1px solid #FF8A00;
  color: #FF8A00;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-headline-container .epg-category.epg-green {
  border: 1px solid #009f29;
  color: #009f29;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-headline-container .epg-category.epg-health-grey-dark {
  border: 1px solid #2a1c48;
  color: #2a1c48;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-headline-container .epg-category img {
  margin: 13px 0 0 20px;
  width: 20px;
  height: 20px;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-sub-headline {
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: -0.54px;
  line-height: 36px;
}
.epg-hero .epg-hero-container .epg-row .epg-col h1 {
  margin-bottom: 30px;
  font-weight: 700 !important;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-text {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.62px;
  margin-bottom: 40px;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar div {
  justify-content: flex-start;
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.33px;
  padding-left: 30px;
  padding-right: 50px;
  background-size: 20px 20px !important;
  background-position: left 2px !important;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar div.sponsorship {
  flex-direction: column;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar div.sponsorship span {
  font-weight: 400;
  font-size: 20px;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar div span {
  word-break: keep-all;
  white-space: nowrap;
  font-weight: 700;
  margin-right: 5px;
}
@media only screen and (max-width: 1161px) {
  .epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar div {
    padding-right: 10px;
    width: 50%;
  }
  .epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar div:nth-of-type(even) {
    padding-right: 0 !important;
  }
  .epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar div:last-child:nth-of-type(odd) {
    padding-right: 0 !important;
    width: auto;
  }
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.sponsorship {
  background: url("../../static/img/hero/icon_sponsorship_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.read {
  background: url("../../static/img/hero/icon_read_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.last-update {
  background: url("../../static/img/hero/icon_update_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.date {
  background: url("../../static/img/hero/icon_date_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.location {
  background: url("../../static/img/hero/icon_location_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.publish-date {
  background: url("../../static/img/hero/icon_published_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.author {
  background: url("../../static/img/hero/icon_author_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.status {
  background: url("../../static/img/hero/icon_status_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.availability {
  background: url("../../static/img/hero/icon_availability_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-white div.source {
  background: url("../../static/img/hero/icon_source_white.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.sponsorship {
  background: url("../../static/img/hero/icon_sponsorship_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.read {
  background: url("../../static/img/hero/icon_read_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.last-update {
  background: url("../../static/img/hero/icon_update_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.date {
  background: url("../../static/img/hero/icon_date_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.location {
  background: url("../../static/img/hero/icon_location_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.publish-date {
  background: url("../../static/img/hero/icon_published_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.author {
  background: url("../../static/img/hero/icon_author_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.status {
  background: url("../../static/img/hero/icon_status_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.availability {
  background: url("../../static/img/hero/icon_availability_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-info-bar.color-black div.source {
  background: url("../../static/img/hero/icon_source_black.png") left top no-repeat;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container {
  height: 75px;
  overflow: hidden;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .form-control {
  height: 70px;
  padding-left: 40px;
  font-size: 26px;
  letter-spacing: -0.54px;
  font-weight: 400;
  font-family: Century Gothic;
  color: #150b25;
  border: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-shadow, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-leadershipboard, .epg-hero .epg-hero-container .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body, .epg-sidebar-lz-cp-navigation .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body, .epg-hero .epg-hero-container .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body, .epg-sidebar-lz-cp-navigation .epg-hero .epg-hero-container .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-dropdown-menu, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-menu-wrapper, .epg-hero .epg-hero-container .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body, .epg-sidebar-drug-navigation .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body, .epg-hero .epg-hero-container .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body, .epg-sidebar-drug-navigation .epg-hero .epg-hero-container .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay, .epg-video-block .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-download-overlay, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video, .epg-video-block .epg-video-main .epg-video-div .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .video, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box, .epg-auth-wall .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-box, .epg-hero .epg-hero-container .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey, .event_summary .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-container-grey, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-card, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-card, .epg-hero .epg-hero-container .epg-share-block .epg-row .epg-col .epg-search-container .body, .epg-share-block .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .body, .epg-hero .epg-hero-container .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container, .epg-sidebar-navigation .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container, .epg-hero .epg-hero-container .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body, .epg-on-this-page .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body, .epg-hero .epg-hero-container .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body, .epg-on-this-page .epg-hero .epg-hero-container .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .datepicker, .epg-hero .epg-hero-container .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found, .epg-home-page-search .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found, .epg-hero .epg-hero-container .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found, .epg-home-page-search .epg-hero .epg-hero-container .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-menu-dropdown, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-dropdown-menu, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .epg-menu-wrapper {
  height: 69px;
  display: block;
  position: relative;
  box-shadow: 7px 1px 5px #150b25 !important;
  width: calc(100% - 13px);
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .input-group {
  position: absolute;
  height: 70px;
  width: calc(100% + 13px);
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .form-control:focus, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .btn-primary:focus {
  box-shadow: none !important;
  outline: none !important;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .mb-4, .epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .my-4 {
  margin-bottom: 0 !important;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .form-control::-webkit-input-placeholder {
  color: #150b25;
  opacity: 1;
  font-family: Century Gothic;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .form-control::-moz-placeholder {
  color: #150b25;
  opacity: 1;
  font-family: Century Gothic;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .form-control:-ms-input-placeholder {
  color: #150b25;
  opacity: 1;
  font-family: Century Gothic;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .form-control::-ms-input-placeholder {
  color: #150b25;
  opacity: 1;
  font-family: Century Gothic;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .form-control::placeholder {
  color: #150b25;
  opacity: 1;
  font-family: Century Gothic;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #150b25;
  font-family: Century Gothic;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #150b25;
  font-family: Century Gothic;
}
.epg-hero .epg-hero-container .epg-row .epg-col .epg-search-container .btn-primary {
  height: 70px;
  width: 90px;
  color: #ffffff;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f;
  box-shadow: none;
  outline: none;
  border: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (max-width: 1161px) {
  .epg-hero .epg-hero-container .epg-breadcrumb-navigation {
    display: none;
  }
  .epg-hero .epg-hero-container.standard {
    min-height: 390px;
    height: auto !important;
  }
  .epg-hero .epg-hero-container.standard .epg-fluid-container {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 1161px) and (max-width: 577px) {
  .epg-hero .epg-hero-container.standard {
    min-height: 100px;
  }
}
@media only screen and (max-width: 1161px) {
  .epg-hero .epg-hero-container.standard .epg-fluid-container .epg-sub-headline, .epg-hero .epg-hero-container.learning-zone .epg-fluid-container .epg-sub-headline {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .epg-hero .epg-hero-container.standard .epg-fluid-container h1, .epg-hero .epg-hero-container.learning-zone .epg-fluid-container h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700 !important;
  }
  .epg-hero .epg-hero-container.standard .epg-fluid-container .epg-text, .epg-hero .epg-hero-container.learning-zone .epg-fluid-container .epg-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .epg-hero .epg-hero-container.standard .epg-fluid-container .epg-info-bar, .epg-hero .epg-hero-container.learning-zone .epg-fluid-container .epg-info-bar {
    padding-top: 20px;
  }
  .epg-hero .epg-hero-container.standard .epg-fluid-container .epg-info-bar div:last-child, .epg-hero .epg-hero-container.learning-zone .epg-fluid-container .epg-info-bar div:last-child {
    padding-bottom: 20px;
  }
  .epg-hero .epg-hero-container.standard .epg-fluid-container .epg-info-bar ul, .epg-hero .epg-hero-container.learning-zone .epg-fluid-container .epg-info-bar ul {
    display: block;
  }
  .epg-hero .epg-hero-container.standard .epg-fluid-container .epg-info-bar li, .epg-hero .epg-hero-container.learning-zone .epg-fluid-container .epg-info-bar li {
    margin: 0 0 5px 0;
  }
  .epg-hero .epg-hero-container.standard .epg-fluid-container .epg-info-bar li:last-child, .epg-hero .epg-hero-container.learning-zone .epg-fluid-container .epg-info-bar li:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 577px) {
  .epg-hero .epg-fluid-container h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
  }
  .epg-hero .epg-fluid-container .epg-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px !important;
    display: block !important;
  }
  .epg-hero .epg-fluid-container h1 + .epg-text {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .epg-hero .epg-search-container {
    height: 65px !important;
  }
  .epg-hero .epg-search-container .input-group,
  .epg-hero .epg-search-container .form-control {
    height: 50px !important;
  }
  .epg-hero .epg-search-container .epg-shadow, .epg-hero .epg-search-container .epg-leadershipboard, .epg-hero .epg-search-container .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body, .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-hero .epg-search-container .body, .epg-hero .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero .epg-search-container .epg-dropdown-menu, .epg-hero .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero .epg-search-container .epg-menu-wrapper, .epg-hero .epg-search-container .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body, .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-hero .epg-search-container .body, .epg-hero .epg-search-container .epg-video-block .epg-download-overlay, .epg-video-block .epg-hero .epg-search-container .epg-download-overlay, .epg-hero .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video, .epg-video-block .epg-video-main .epg-video-div .epg-hero .epg-search-container .video, .epg-hero .epg-search-container .epg-auth-wall .epg-box, .epg-auth-wall .epg-hero .epg-search-container .epg-box, .epg-hero .epg-search-container .event_summary .epg-row .epg-container-grey, .event_summary .epg-row .epg-hero .epg-search-container .epg-container-grey, .epg-hero .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero .epg-search-container .epg-card, .epg-hero .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero .epg-search-container .epg-card, .epg-hero .epg-search-container .epg-share-block .epg-row .body, .epg-share-block .epg-row .epg-hero .epg-search-container .body, .epg-hero .epg-search-container .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container, .epg-sidebar-navigation .epg-row .epg-hero .epg-search-container .epg-sidebar-navigation-container, .epg-hero .epg-search-container .epg-on-this-page .epg-row .epg-on_this_page_container .body, .epg-on-this-page .epg-row .epg-on_this_page_container .epg-hero .epg-search-container .body, .epg-hero .epg-search-container .datepicker, .epg-hero .epg-search-container .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-found, .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-hero .epg-search-container .epg-search-results-found, .epg-hero .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero .epg-search-container .epg-menu-dropdown, .epg-hero .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero .epg-search-container .epg-dropdown-menu, .epg-hero .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero .epg-search-container .epg-menu-wrapper {
    height: 49px !important;
  }
  .epg-hero .epg-search-container .btn-primary {
    height: 50px !important;
    width: 60px !important;
  }
  .epg-hero .epg-headline-container {
    display: flex !important;
    flex-direction: column;
  }
  .epg-hero .epg-headline-container .epg-category {
    display: inline-block;
    margin: 0 0 20px !important;
  }
  .epg-hero .epg-headline-container .epg-category-outer {
    order: 1;
  }
  .epg-hero .epg-headline-container h1 {
    order: 2;
  }
  .epg-hero .epg-hero-container {
    /*
      Home
    */
    /*
       Standard,
       Learning Zone
    */
  }
  .epg-hero .epg-hero-container.home {
    height: 410px;
  }
  .epg-hero .epg-hero-container.home .epg-fluid-container {
    padding: 80px 15px 0 !important;
    max-width: 100%;
  }
  .epg-hero .epg-hero-container.home .epg-fluid-container h1 {
    margin-bottom: 30px !important;
  }
  .epg-hero .epg-hero-container.home .epg-fluid-container .form-control {
    height: 50px !important;
    padding-left: 20px !important;
    font-size: 16px !important;
  }
  .epg-hero .epg-hero-container.standard, .epg-hero .epg-hero-container.learning-zone {
    height: auto !important;
    background: none !important;
    min-height: 100px;
  }
  .epg-hero .epg-hero-container.standard > .epg-fluid-container, .epg-hero .epg-hero-container.learning-zone > .epg-fluid-container {
    min-width: 241px;
  }
  .epg-hero .epg-hero-container.standard .epg-fluid-container, .epg-hero .epg-hero-container.learning-zone .epg-fluid-container {
    padding-top: 0 !important;
  }
  .epg-hero .epg-hero-container.standard .epg-sm-background-image, .epg-hero .epg-hero-container.learning-zone .epg-sm-background-image {
    display: block;
    height: 251px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .epg-hero .epg-hero-container.standard .epg-row.epg-sm-background-color-grey, .epg-hero .epg-hero-container.learning-zone .epg-row.epg-sm-background-color-grey {
    background-color: #f1efee;
  }
  .epg-hero .epg-hero-container.standard .epg-col, .epg-hero .epg-hero-container.learning-zone .epg-col {
    padding: 40px 15px 12px !important;
    max-width: 100%;
  }
  .epg-hero .epg-hero-container.standard .epg-col .epg-info-bar, .epg-hero .epg-hero-container.learning-zone .epg-col .epg-info-bar {
    padding-top: 0;
  }
  .epg-hero .epg-hero-container.standard .epg-col .epg-info-bar div, .epg-hero .epg-hero-container.learning-zone .epg-col .epg-info-bar div {
    width: 100%;
  }
  .epg-hero .epg-hero-container.standard .epg-col .epg-info-bar div:last-child, .epg-hero .epg-hero-container.learning-zone .epg-col .epg-info-bar div:last-child {
    padding-bottom: 10px !important;
  }
  .epg-hero .epg-hero-container.standard .epg-col h1, .epg-hero .epg-hero-container.learning-zone .epg-col h1 {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .epg-hero .epg-hero-container.standard .epg-col .form-control, .epg-hero .epg-hero-container.learning-zone .epg-col .form-control {
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
  }
  .epg-hero .epg-hero-container.standard picture.epg-image.hero-search, .epg-hero .epg-hero-container.learning-zone picture.epg-image.hero-search {
    height: 100%;
  }
}
@media only screen and (max-width: 577px) and (max-width: 577px) {
  .epg-hero.hasOverlay .epg-hero-container.standard > .epg-image {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 577px) {
  .epg-hero-container.bottomPadding {
    padding-bottom: 160px;
  }
}
.epg-hero.epg-hero--rebrand {
  --search-input-height: 50px;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home {
  height: calc(311px + var(--search-input-height) * 1 / 2);
  display: grid;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col {
  min-height: unset;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container {
  height: auto !important;
  background-color: #f2f8f5;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper {
  height: auto !important;
  width: 100%;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .input-group, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .input-group, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .input-group, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .input-group, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .input-group, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .input-group, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .input-group, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .input-group, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group {
  position: relative;
  height: var(--search-input-height);
  width: 100%;
  background-color: transparent;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .input-group-append, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .input-group-append, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .input-group-append, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .input-group-append, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .input-group-append, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .input-group-append, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .input-group .input-group-append, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .input-group .input-group-append, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .input-group .input-group-append, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .input-group-append, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .input-group .input-group-append, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .input-group .input-group-append, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .input-group .input-group-append, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .input-group-append, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .input-group-append, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .input-group-append, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .input-group-append, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .input-group-append, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .input-group-append, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .input-group .input-group-append, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .input-group-append, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .input-group-append, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .input-group-append {
  margin-left: 0;
  color: #c33e7a;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .input-group .form-control, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .input-group .form-control, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .input-group .form-control, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .input-group .form-control, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .input-group .form-control, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .input-group .form-control, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .input-group .form-control, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control {
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  color: #c33e7a !important;
  font-size: 20px;
  font-family: "WorkSans";
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-webkit-input-placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-webkit-input-placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-webkit-input-placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control::-webkit-input-placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-webkit-input-placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-webkit-input-placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .input-group .form-control::-webkit-input-placeholder, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .input-group .form-control::-webkit-input-placeholder, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .input-group .form-control::-webkit-input-placeholder, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control::-webkit-input-placeholder, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .input-group .form-control::-webkit-input-placeholder, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .input-group .form-control::-webkit-input-placeholder, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .input-group .form-control::-webkit-input-placeholder, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control::-webkit-input-placeholder, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control::-webkit-input-placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control::-webkit-input-placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control::-webkit-input-placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control::-webkit-input-placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control::-webkit-input-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .input-group .form-control::-webkit-input-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control::-webkit-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control::-webkit-input-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control::-webkit-input-placeholder {
  color: currentColor;
  font-family: inherit;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-moz-placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-moz-placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-moz-placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control::-moz-placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-moz-placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-moz-placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .input-group .form-control::-moz-placeholder, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .input-group .form-control::-moz-placeholder, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .input-group .form-control::-moz-placeholder, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control::-moz-placeholder, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .input-group .form-control::-moz-placeholder, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .input-group .form-control::-moz-placeholder, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .input-group .form-control::-moz-placeholder, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control::-moz-placeholder, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control::-moz-placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control::-moz-placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control::-moz-placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control::-moz-placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control::-moz-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .input-group .form-control::-moz-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control::-moz-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control::-moz-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control::-moz-placeholder {
  color: currentColor;
  font-family: inherit;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control:-ms-input-placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control:-ms-input-placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control:-ms-input-placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control:-ms-input-placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control:-ms-input-placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control:-ms-input-placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .input-group .form-control:-ms-input-placeholder, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .input-group .form-control:-ms-input-placeholder, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .input-group .form-control:-ms-input-placeholder, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control:-ms-input-placeholder, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .input-group .form-control:-ms-input-placeholder, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .input-group .form-control:-ms-input-placeholder, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .input-group .form-control:-ms-input-placeholder, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control:-ms-input-placeholder, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control:-ms-input-placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control:-ms-input-placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control:-ms-input-placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control:-ms-input-placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control:-ms-input-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .input-group .form-control:-ms-input-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control:-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control:-ms-input-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control:-ms-input-placeholder {
  color: currentColor;
  font-family: inherit;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-ms-input-placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-ms-input-placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-ms-input-placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control::-ms-input-placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-ms-input-placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-ms-input-placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .input-group .form-control::-ms-input-placeholder, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .input-group .form-control::-ms-input-placeholder, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .input-group .form-control::-ms-input-placeholder, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control::-ms-input-placeholder, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .input-group .form-control::-ms-input-placeholder, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .input-group .form-control::-ms-input-placeholder, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .input-group .form-control::-ms-input-placeholder, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control::-ms-input-placeholder, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control::-ms-input-placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control::-ms-input-placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control::-ms-input-placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control::-ms-input-placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control::-ms-input-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .input-group .form-control::-ms-input-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control::-ms-input-placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control::-ms-input-placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control::-ms-input-placeholder {
  color: currentColor;
  font-family: inherit;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::placeholder, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control::placeholder, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::placeholder, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .input-group .form-control::placeholder, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .input-group .form-control::placeholder, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .input-group .form-control::placeholder, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control::placeholder, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .input-group .form-control::placeholder, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .input-group .form-control::placeholder, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .input-group .form-control::placeholder, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control::placeholder, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control::placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control::placeholder, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control::placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control::placeholder, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .input-group .form-control::placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .input-group .form-control::placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .input-group .form-control::placeholder, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .input-group .form-control::placeholder, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .input-group .form-control::placeholder {
  color: currentColor;
  font-family: inherit;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .btn-primary, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .btn-primary, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .btn-primary, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .btn-primary, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .btn-primary, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .btn-primary, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .btn-primary, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .btn-primary, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .btn-primary, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .btn-primary, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .btn-primary, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .btn-primary, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .btn-primary, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .btn-primary, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .btn-primary, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .btn-primary, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .btn-primary, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .btn-primary {
  height: 100%;
  width: var(--search-input-height) !important;
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary:focus-visible, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary:focus-visible, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary:focus-visible, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .btn-primary:focus-visible, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary:focus-visible, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary:focus-visible, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .btn-primary:focus-visible, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .btn-primary:focus-visible, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .btn-primary:focus-visible, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .btn-primary:focus-visible, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .btn-primary:focus-visible, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .btn-primary:focus-visible, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .btn-primary:focus-visible, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .btn-primary:focus-visible, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .btn-primary:focus-visible, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .btn-primary:focus-visible, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .btn-primary:focus-visible, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .btn-primary:focus-visible, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .btn-primary:focus-visible, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .btn-primary:focus-visible, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .btn-primary:focus-visible, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .btn-primary:focus-visible, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .btn-primary:focus-visible {
  outline: revert !important;
  outline-offset: -1px;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-shadow .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-leadershipboard .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary > img, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary > img, .epg-sidebar-lz-cp-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary > img, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper .btn-primary > img, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary > img, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .body .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary > img, .epg-sidebar-drug-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-sidebar-navigation-container .epg-col .epg-search-container .body .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-download-overlay .btn-primary > img, .epg-video-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-download-overlay .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-video-block .epg-video-main .epg-video-div .video .btn-primary > img, .epg-video-block .epg-video-main .epg-video-div .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .video .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-auth-wall .epg-box .btn-primary > img, .epg-auth-wall .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-box .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .event_summary .epg-row .epg-col .epg-search-container .epg-container-grey .btn-primary > img, .event_summary .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-container-grey .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .btn-primary > img, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-nav-cards-block .epg-cards-container.standard a .epg-card .btn-primary > img, .epg-nav-cards-block .epg-cards-container.standard a .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-card .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-share-block .epg-row .epg-col .epg-search-container .body .btn-primary > img, .epg-share-block .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .body .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-sidebar-navigation .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .btn-primary > img, .epg-sidebar-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-sidebar-navigation-container .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .btn-primary > img, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-on_this_page_container .body .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-on-this-page .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .btn-primary > img, .epg-on-this-page .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-on_this_page_container .epg-col .epg-search-container .body .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .datepicker .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .btn-primary > img, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-content-col .epg-search-results-container .epg-search-results-found .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .btn-primary > img, .epg-home-page-search .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-content-col .epg-search-results-container .epg-col .epg-search-container .epg-search-results-found .btn-primary > img, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-dropdown .btn-primary > img, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-dropdown-menu .btn-primary > img, .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .btn-primary > img, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col .epg-search-container .epg-menu-wrapper .btn-primary > img {
  height: 25px;
  width: 25px;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col h1 {
  -webkit-font-kerning: auto;
          font-kerning: auto;
  max-width: 969px;
  font-family: "PlayFair-VariableFont";
}
@media only screen and (min-width: 577.02px) {
  .epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col h1 {
    line-height: 65px;
    font-size: 65px;
    font-weight: 400 !important;
  }
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-row .epg-col > .epg-text {
  font-size: 20px;
  line-height: 26px;
  font-family: "WorkSans";
  margin-top: 39px;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home picture.epg-image.hero-search {
  height: calc(100% - var(--search-input-height) * 1 / 2);
}
.epg-hero.epg-hero--rebrand .epg-hero-container.home .epg-fluid-container {
  padding-top: 0 !important;
  margin-top: auto;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.learning-zone .epg-row .epg-col {
  display: grid;
  row-gap: 32px;
}
@media only screen and (min-width: 1160.02px) {
  .epg-hero.epg-hero--rebrand .epg-hero-container.learning-zone .epg-row .epg-col {
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.epg-hero.epg-hero--rebrand .epg-hero-container.learning-zone .epg-row .epg-col .epg-sub-headline {
  font-family: "RobotoCondensed-VariableFont";
  margin-bottom: auto;
}
.epg-hero.epg-hero--rebrand .epg-hero-container.learning-zone .epg-row .epg-col h1 {
  font-family: "PlayFair-VariableFont";
  font-weight: 400 !important;
  font-size: 40px;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1160.02px) {
  .epg-hero.epg-hero--rebrand .epg-hero-container.learning-zone .epg-row .epg-col h1 {
    grid-area: 2/1/3/1;
  }
}
.epg-hero.epg-hero--rebrand .epg-hero-container.learning-zone .epg-row .epg-col .epg-info-bar {
  padding-top: 0;
}
@media only screen and (min-width: 1160.02px) {
  .epg-hero.epg-hero--rebrand .epg-hero-container.learning-zone .epg-row .epg-col .epg-info-bar {
    grid-area: 1/2/3/2;
    padding-top: 0;
  }
}
.epg-hero.epg-hero--rebrand .epg-hero-container.learning-zone .epg-row .epg-col .epg-info-bar div {
  background: transparent;
  padding: 0 !important;
  font-family: "WorkSans";
  font-weight: 500;
}
@media only screen and (min-width: 1160.02px) {
  .epg-hero.epg-hero--rebrand .epg-hero-container.learning-zone .epg-row .epg-col .epg-info-bar div {
    width: 100%;
  }
}
@media only screen and (min-width: 577.02px) {
  .epg-hero.epg-hero--rebrand {
    --search-input-height: 60px;
  }
}

.epg-hero-overlay {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
}
.epg-hero-overlay .epg-fluid-container {
  padding-top: 0 !important;
}
.epg-hero-overlay .epg-overlay-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-hero-overlay .epg-overlay-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper {
  border-radius: 6px;
  background-color: #f1efee;
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.active .bookmark, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.active .follow {
    display: none;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.active .epg-share-link {
  display: none !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.active ul {
  display: flex !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div {
  display: flex;
  width: 33.33%;
  border-right: 1px solid #999999;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.37px;
  font-weight: bold;
  color: #150b25;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div:last-child {
  border-right: none;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a {
  width: 100%;
  height: 80px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a:hover {
  text-decoration: none;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div span {
  position: relative;
  padding-left: 20px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow {
  position: relative;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow.menu-open:after {
  position: absolute;
  content: "";
  background-size: 30px 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
  bottom: -28px;
  left: calc(50% - 15px);
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow span:before {
  position: absolute;
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  left: -24px;
  width: 24px;
  height: 24px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu {
  display: none;
  position: absolute;
  top: 108px;
  left: 0;
  min-width: 377px;
  background-clip: padding-box;
  border-radius: 6px;
  border: none;
  padding: 0;
  z-index: 1000;
  text-align: left;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.33px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li.active {
  font-weight: normal !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li:last-child {
  border-bottom: none !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a {
  display: block;
  padding: 22px 28px 22px 38px;
  display: block;
  position: relative;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a:hover {
  text-decoration: none;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a span {
  padding-left: 27px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a span:before {
  position: absolute;
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  left: -7px;
  width: 24px;
  height: 24px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive,
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active {
  justify-content: center;
  position: relative;
  border-style: none;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100%;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive.hidden,
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active.hidden {
  opacity: 0 !important;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive.hidden {
  top: -30px !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active {
  margin-top: -80px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active.hidden {
  top: 30px !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive:before,
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active:before {
  position: relative;
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  left: -16px;
  width: 24px;
  height: 24px;
  top: 1px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-right: none;
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share {
    display: flex;
    height: 80px;
    overflow: hidden !important;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-share-link {
  position: absolute;
  display: flex !important;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-share-link.animation {
  transform: translateY(-100px);
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: animation1;
          animation-name: animation1;
}
@-webkit-keyframes animation1 {
  from {
    transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(-30px);
    opacity: 0;
  }
}
@keyframes animation1 {
  from {
    transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(-30px);
    opacity: 0;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media {
  display: flex;
  white-space: nowrap;
  width: 100%;
  max-width: 275px;
  justify-content: space-around;
  height: 80px;
  width: 100%;
  align-items: center;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media a {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px;
  transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media a:hover {
  transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media li.animation {
  display: block;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: animation2;
          animation-name: animation2;
}
@-webkit-keyframes animation2 {
  from {
    transform: translateX(60px);
  }
  to {
    transform: translateX(0px);
  }
}
@keyframes animation2 {
  from {
    transform: translateX(60px);
  }
  to {
    transform: translateX(0px);
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media li a {
  opacity: 0;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media li a.animation {
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animation3;
          animation-name: animation3;
}
@-webkit-keyframes animation3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animation3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share span:before {
  position: absolute;
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  left: -24px;
  width: 24px;
  height: 24px;
  top: 1px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark {
  background-color: #4f4f4f;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div {
  color: #f1efee;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div a {
  color: #f1efee;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.inactive:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow.menu-open {
  background-color: #f1efee;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow.menu-open a {
  color: #150b25 !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow.menu-open:after {
  background-image: url("../img/icons/hero_overlay/icon_arrow_up_light.png") !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu {
  background-color: #f1efee;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu ul li {
  border-bottom: 1px solid #f1efee;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu ul li.active span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black_filled.png") !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu ul li a:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu ul li a:hover {
  color: #f1efee;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_white.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow.menu-open span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow.menu-open.active > a span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black_filled.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow.active > a span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_white_filled.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.bookmark .bm-inactive:before {
  background-image: url("../img/icons/hero_overlay/icon_bookmark_white.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.bookmark .bm-active:before {
  background-image: url("../img/icons/hero_overlay/icon_bookmark_white_filled.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share.active {
  background-color: #f1efee;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share.active a {
  color: #4f4f4f !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share span:before {
  background-image: url("../img/icons/hero_overlay/icon_share_white.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share.active > a span:before {
  background-image: url("../img/icons/hero_overlay/icon_share_white.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon1 a {
  background-image: url("../img/icons/icon_facebook_light.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon1 a:hover {
  background-image: url("../img/icons/icon_facebook.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon2 a {
  background-image: url("../img/icons/icon_twitter_light.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon2 a:hover {
  background-image: url("../img/icons/icon_twitter.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon3 a {
  background-image: url("../img/icons/icon_linkedin_light.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon3 a:hover {
  background-image: url("../img/icons/icon_linkedin.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon4 a {
  background-image: url("../img/icons/icon_email_light.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon4 a:hover {
  background-image: url("../img/icons/icon_email_dark_a.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light {
  background-color: #f1efee;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div a {
  color: #150b25;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.inactive:last-child {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow.menu-open {
  background-color: #4f4f4f;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow.menu-open a {
  color: #f1efee !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow.menu-open:after {
  background-image: url("../img/icons/hero_overlay/icon_arrow_up_dark.png") !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu {
  background-color: #4f4f4f !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu ul li {
  border-bottom: 1px solid #999999;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu ul li.active span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_white_filled.png") !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu ul li a:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu ul li a:hover {
  color: #150b25;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow.menu-open span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_white.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow.menu-open.active > a span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_white_filled.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow.active span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black_filled.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.bookmark .bm-inactive:before {
  background-image: url("../img/icons/hero_overlay/icon_bookmark_black.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.bookmark .bm-active:before {
  background-image: url("../img/icons/hero_overlay/icon_bookmark_black_filled.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share.active {
  background-color: #4f4f4f;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share.active a {
  color: #f1efee !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share span:before {
  background-image: url("../img/icons/hero_overlay/icon_share_black.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share.active span:before {
  background-image: url("../img/icons/hero_overlay/icon_share_black.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon1 a {
  background-image: url("../img/icons/icon_facebook_dark.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon1 a:hover {
  background-image: url("../img/icons/icon_facebook_dark_a.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon2 a {
  background-image: url("../img/icons/icon_twitter_dark.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon2 a:hover {
  background-image: url("../img/icons/icon_twitter_dark_a.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon3 a {
  background-image: url("../img/icons/icon_linked_in_dark.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon3 a:hover {
  background-image: url("../img/icons/icon_linked_in_a.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon4 a {
  background-image: url("../img/icons/icon_email_dark.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon4 a:hover {
  background-image: url("../img/icons/icon_email_dark_a.png");
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share a {
  border-bottom: 0;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share img {
  width: 40px;
  height: 40px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation {
  position: relative;
  font-size: 16px !important;
  letter-spacing: -0.33px !important;
  line-height: 26px !important;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
  height: 60px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 993px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation {
    height: 49px !important;
  }
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation {
    min-height: 60px !important;
    height: auto !important;
    background-color: transparent !important;
    box-shadow: none;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar {
  display: flex !important;
  justify-content: space-between !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar {
    min-height: 60px;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11), 0 5px 5px 0 rgba(0, 0, 0, 0.11), 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar .epg-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.41px;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 40px;
  justify-content: start !important;
  align-self: center;
  border-right: 0 !important;
}
@media only screen and (max-width: 993px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar .epg-title {
    font-size: 18px;
    letter-spacing: -0.37px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar .epg-title {
    font-size: 16px;
    letter-spacing: -0.33px;
    line-height: 26px;
    padding: 17px 0;
    width: 90%;
    border-right: 1px solid #999999 !important;
    margin-right: -1px;
  }
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar .epg-title {
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 0 !important;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar .epg-menu-toggler {
  cursor: pointer;
  border-left: 1px solid #999999;
  width: 67px !important;
  height: 100% !important;
  transform: translateY(0) !important;
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar .epg-menu-toggler {
    width: 75px !important;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .menu-bar .epg-menu-toggler a {
  display: block;
  min-height: 60px !important;
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .menu-bar {
    background-color: #4f4f4f !important;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-toggler {
  background: url("../img/arrow_white_menu_down.png") no-repeat;
  background-position: center;
  background-size: 20px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-toggler.menu-open {
  background: url("../img/arrow_white_menu_up.png") no-repeat;
  background-position: center;
  background-size: 20px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown {
  display: none;
  background-color: #4f4f4f !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown:before {
  position: absolute;
  content: "";
  background-size: 30px 14px;
  background-repeat: no-repeat;
  right: 20px;
  width: 30px;
  height: 14px;
  top: -14px;
  background-image: url("../img/arrow_up_dark.png") !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown a.category {
  padding-right: 30px !important;
  background: url("../img/arrow_white_menu_down.png") no-repeat;
  background-position: right center;
  background-size: 20px;
  border-bottom: 1px solid #f1efee;
  color: #ffffff;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown a.category.active, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown a.category.active-click {
  background: url("../img/arrow_white_menu_up.png") no-repeat;
  background-position: right center;
  background-size: 20px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown a.category.active.active-click {
  background: url("../img/arrow_white_menu_down.png") no-repeat;
  background-position: right center;
  background-size: 20px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown a.category.set-border {
  border-bottom: 1px solid #f1efee !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown .epg-menu ul {
  background-color: #f1efee !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown .epg-menu ul li {
  border-bottom: 1px solid #4f4f4f;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.dark .epg-menu-dropdown .epg-menu ul li a {
  color: #150b25 !important;
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .menu-bar {
    background-color: #f1efee !important;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-toggler {
  background: url("../img/arrow_black_menu_down.png") no-repeat;
  background-position: center;
  background-size: 20px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-toggler.menu-open {
  background: url("../img/arrow_black_menu_up.png") no-repeat;
  background-position: center;
  background-size: 20px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown {
  display: none;
  background-color: #f1efee !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown:before {
  position: absolute;
  content: "";
  background-size: 30px 14px;
  background-repeat: no-repeat;
  right: 20px;
  width: 30px;
  height: 14px;
  top: -14px;
  background-image: url("../img/arrow_up_light.png") !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown a.category {
  background: url("../img/arrow_black_menu_down.png") no-repeat;
  background-position: right center;
  background-size: 20px;
  border-bottom: 1px solid #999999;
  color: #150b25;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown a.category.active, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown a.category.active-click {
  background: url("../img/arrow_black_menu_up.png") no-repeat;
  background-position: right center;
  background-size: 20px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown a.category.active.active-click {
  background: url("../img/arrow_black_menu_down.png") no-repeat;
  background-position: right center;
  background-size: 20px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown a.category.set-border {
  border-bottom: 1px solid #999999 !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown .epg-menu {
  border: 1px solid #ffffff !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown .epg-menu ul {
  background-color: #999999 !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown .epg-menu ul li {
  border-bottom: 1px solid #c8c8c8;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation.light .epg-menu-dropdown .epg-menu ul li a {
  color: #ffffff !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  width: 470px;
  height: auto;
  z-index: 20000;
  padding: 5px 0 30px !important;
  border-radius: 6px;
}
@media only screen and (max-width: 993px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown {
    top: 59px;
  }
}
@media only screen and (max-width: 993px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown {
    width: 280px;
  }
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown {
    width: 100%;
    height: auto;
    right: auto;
    top: 100%;
    margin-bottom: 40px;
  }
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown a.category {
  display: block !important;
  font-weight: 700;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown a.category span {
  padding: 17px 20px 17px 0;
  display: block;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown a.category:hover {
  text-decoration: underline;
  cursor: pointer;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown a.category.active {
  border-bottom: 0;
  text-decoration: underline !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown a.category.active-click {
  border-bottom: 0;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown .epg-menu a.active {
  text-decoration: underline !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown-inner {
  max-height: 300px;
  overflow-y: auto;
  padding: 0 25px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu {
  border-radius: 6px;
  margin: 0 5px;
  display: none;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu ul {
  padding: 0 30px 30px !important;
  border-radius: 6px;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu ul li a {
  display: block;
  padding: 17px 0 5px !important;
}
.epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu ul li a.active {
  text-decoration: underline !important;
}
@media only screen and (max-width: 577px) {
  .epg-hero-overlay {
    position: relative;
    bottom: 0;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper {
    flex-direction: row !important;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.inactive {
    display: none;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a {
    justify-content: center !important;
    padding-left: 0;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper a {
    justify-content: flex-start !important;
    padding-left: 40px;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive,
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active {
    justify-content: center;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive:before,
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active:before {
    top: 12px;
    left: calc(50% - 12px);
    position: absolute;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive > div,
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active > div {
    padding-top: 22px;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu {
    width: 100%;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow.menu-open {
    border-bottom-style: none;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li a {
    padding: 22px 28px 22px 27px;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu {
    min-width: 100%;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow span {
    padding-left: 0;
    padding-top: 22px;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow span:before {
    top: -3px;
    left: calc(50% - 12px);
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share a.epg-share-link {
    width: 100%;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share a.epg-share-link span {
    padding-left: 0;
    padding-top: 22px;
  }
  .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share a.epg-share-link span:before {
    top: -3px;
    left: calc(50% - 12px);
  }
}

.epg-home-page-search {
  height: 220px;
  margin-top: -210px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .epg-home-page-search {
    margin-top: -170px;
    height: 180px !important;
  }
  .epg-home-page-search.homePageSearchCarouselTrue {
    height: 320px !important;
  }
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search {
    margin-top: -50px;
  }
  .epg-home-page-search.homePageSearchCarouselTrue {
    height: 220px !important;
  }
}
@media only screen and (max-width: 1160px) {
  .epg-home-page-search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-home-page-search ul, .epg-home-page-search li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.epg-home-page-search .epg-row .epg-content-col, .epg-home-page-search .search_content_list .epg-row .epg-content-col, .search_content_list .epg-home-page-search .epg-row .epg-content-col {
  padding: 0 !important;
  width: 100%;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container {
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-found {
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-width: 290px;
  padding: 0 20px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #FFF;
  border: 1px solid #369F51;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 60px;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-found .amount {
  color: #009f29;
}
@media only screen and (max-width: 768px) {
  .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-found {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-found {
    margin-bottom: 40px;
  }
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories {
  z-index: 20000;
  flex-direction: row;
  height: 91px;
  border-radius: 6px !important;
  background-color: #F1EFEE;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories.owl-carousel {
  border-radius: 0 !important;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box {
  display: flex;
  height: 91px;
  width: 145px;
  padding: 8px 5px;
  flex-direction: column;
  border-right: 1px solid #ffffff;
  cursor: pointer;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:hover {
  text-decoration: none !important;
  color: inherit !important;
  background-color: #4F4F4F !important;
  color: #F1EFEE !important;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:hover .amount {
  color: #F1EFEE !important;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:hover:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:hover:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:last-child {
  border-right: 0 none;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box .category {
  height: 36px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.37px;
  line-height: 36px;
  text-align: center;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box .amount {
  height: 53px;
  font-size: 40px;
  letter-spacing: -0.83px;
  line-height: 58px;
  margin-top: -12px;
  text-align: center;
  color: #009f29;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active {
  position: relative;
  background-color: #4F4F4F !important;
  color: #F1EFEE !important;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active .amount {
  color: #F1EFEE !important;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active :after {
  position: absolute;
  content: "";
  background-image: url("../img/arrow_with_shadow_dark_bg_white.png") !important;
  background-size: 58px 33px;
  background-repeat: no-repeat;
  background-position: center;
  width: 58px;
  height: 33px;
  bottom: -33px;
  left: calc(50% - 29px);
}

.epg-home-page-search.homePageSearchCarouselTrue {
  height: 360px;
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search {
    height: 220px !important;
  }
}
.epg-home-page-search .epg-search-results-container {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .epg-search-results-container {
    margin-bottom: 0;
  }
}
.epg-home-page-search .owl-carousel {
  margin-bottom: 150px;
  left: 0;
  top: 0;
  padding: 0 !important;
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .owl-carousel {
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
  }
}
.epg-home-page-search .owl-carousel .epg-category-box {
  border-radius: 0 !important;
  border-right: 1px solid #ffffff !important;
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .owl-carousel .epg-category-box {
    width: 280px !important;
    background-color: #F1EFEE !important;
    border-right: none !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .owl-carousel {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .owl-carousel {
    position: relative;
    left: 0;
    top: 0;
  }
}
.epg-home-page-search .owl-carousel .owl-stage {
  display: flex;
  height: 125px;
  overflow: hidden;
}
.epg-home-page-search .owl-carousel .owl-stage-outer {
  height: 125px;
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .owl-carousel .owl-stage-outer {
    height: 165px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.11), 0 11px 11px 0 rgba(0, 0, 0, 0.16), 0 8px 7px 0 rgba(0, 0, 0, 0.14) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.11), 0 11px 11px 0 rgba(0, 0, 0, 0.16), 0 8px 7px 0 rgba(0, 0, 0, 0.14) !important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.11), 0 11px 11px 0 rgba(0, 0, 0, 0.16), 0 8px 7px 0 rgba(0, 0, 0, 0.14) !important;
  }
}
.epg-home-page-search .owl-carousel .owl-nav {
  z-index: 20000;
  padding: 0 !important;
  position: absolute !important;
  align-items: center;
  top: 120px !important;
  height: 32px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .owl-carousel .owl-nav {
    display: none !important;
  }
}
.epg-home-page-search .owl-carousel .owl-nav button {
  display: block !important;
  margin: 0 15px;
  vertical-align: top;
  background-color: transparent;
  outline: none !important;
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .owl-carousel .owl-nav button {
    margin: 0 60px;
  }
}
.epg-home-page-search .owl-carousel .owl-nav button:hover {
  background-color: transparent !important;
}
@media only screen and (max-width: 1160px) {
  .epg-home-page-search .owl-carousel .owl-nav button {
    display: none;
  }
}
.epg-home-page-search .owl-carousel .owl-nav button span {
  padding: 0;
  width: 32px;
  min-width: 32px;
  min-height: 32px;
  outline: none !important;
  display: block;
  cursor: pointer !important;
}
.epg-home-page-search .owl-carousel .owl-nav button.disabled {
  opacity: 1;
}
.epg-home-page-search .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.epg-home-page-search .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.epg-home-page-search .owl-carousel .owl-nav button.owl-prev span {
  background: url("../img/icons/icon_search_page_slide_prev.png") center no-repeat;
  background-size: 32px 32px;
}
.epg-home-page-search .owl-carousel .owl-nav button.owl-next span {
  background: url("../img/icons/icon_search_page_slide_next.png") center no-repeat;
  background-size: 32px 32px;
}
@media only screen and (min-width: 576px) {
  .epg-home-page-search .owl-carousel.owl-theme {
    display: none !important;
  }
}
.epg-home-page-search .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  top: 110px;
  left: 15px;
  margin-top: 30px !important;
}
@media only screen and (min-width: 576px) {
  .epg-home-page-search .owl-carousel.owl-theme .owl-dots {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .epg-home-page-search .owl-carousel.owl-theme .owl-dots {
    text-align: left !important;
    margin-top: 15px !important;
  }
}
.epg-home-page-search .owl-carousel.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.epg-home-page-search .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #707070 !important;
}
.epg-home-page-search .owl-carousel.owl-theme .owl-dots .owl-dot.active {
  outline: none !important;
}
.epg-home-page-search .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #707070 !important;
}
.epg-home-page-search .owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 5px !important;
  border-radius: 10px !important;
  background-color: #D0D0D0 !important;
}

.epg-search-results {
  height: 310px;
  margin-top: -105px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
.epg-search-results .epg-search-results-filters {
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
  margin-top: 50px !important;
  justify-content: center !important;
  margin: 0 auto;
  position: relative;
  z-index: 20000;
}
@media only screen and (max-width: 1160px) {
  .epg-search-results .epg-search-results-filters {
    margin-top: 50px !important;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort {
    flex-direction: column;
    justify-content: start;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-item {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-item {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-item {
    width: 100%;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-item .epg-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-item .epg-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-item .epg-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-item .epg-wrapper .epg-label {
  margin-right: 10px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-label {
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.33px;
  line-height: 36px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-toggler {
  cursor: pointer;
  padding: 7px 0 7px 10px;
  color: #3a3a3a;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 36px;
  box-sizing: border-box;
  height: 50px;
  width: 203px;
  border-radius: 6px;
  background-color: #ffffff;
  background-image: url("../img/arrow_search_toggler_p.png") !important;
  background-size: 53px 49px;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #999;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-toggler {
    width: 190px;
  }
}
@media only screen and (max-width: 768px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-toggler {
    width: 160px;
  }
}
@media only screen and (max-width: 630px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-toggler {
    width: 147px;
    padding: 7px 0 7px 5px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-toggler {
    width: 206px;
    padding: 7px 0 7px 10px;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-toggler.active {
  background-image: url("../img/arrow_search_toggler_a.png") !important;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-dropdown {
  display: none;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.37px;
  line-height: 42px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-dropdown {
    position: relative;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results {
  position: static;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown {
  top: 53px;
  padding: 0;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  left: 22px;
  right: 22px;
  color: #F1EFEE;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 30px;
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown {
    top: 89px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown {
    top: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown {
    left: 0;
    right: 0;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-topper {
  height: 50px;
  width: 190px;
  background-color: #4f4f4f;
  margin-bottom: -25px;
  padding: 10px 0 0 33px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 30px;
  text-align: justify;
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-topper {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-topper {
    width: 175px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-topper .epg-helper {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-topper {
    width: 147px;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-topper .epg-reset-filters {
  cursor: pointer;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-topper .epg-clear-filters {
  cursor: pointer;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-bottomer {
  display: none;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-bottomer {
    display: block;
    text-align: right;
    margin: -5px 0 10px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-bottomer {
    text-align: left;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row {
  padding: 31px;
  margin-bottom: 18px;
  background-color: #4f4f4f;
  border-radius: 6px;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row {
    padding: 31px 31px 11px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row {
    padding: 25px 20px 5px;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row:first-child {
  padding-bottom: 10px !important;
  border-bottom-left-radius: 30px !important;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row:last-child {
  margin-bottom: 0;
  border-radius: 6px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between !important;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: start;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper .epg-item {
  position: relative;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper .epg-item .epg-element {
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  height: 50px;
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  font-family: "Century Gothic";
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 36px;
  text-align: justify;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper .epg-item .epg-element:focus {
  outline: none;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper .epg-item .button {
  cursor: pointer;
  position: absolute;
  right: 10px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper .epg-item .epg-autocomplete-container {
  position: absolute;
  font-family: "Century Gothic";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.33px;
  line-height: 26px;
  width: 100%;
  max-height: 174px;
  overflow-y: auto;
  margin-top: 11px;
  padding: 8px 12px;
  color: #150b25;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 20000;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper .epg-item .epg-autocomplete-container a {
  display: block;
  margin-bottom: 10px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row .epg-filter-wrapper .epg-item .epg-autocomplete-container a:hover {
  color: #150b25;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-first-row .epg-item {
  width: 31%;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-first-row .epg-item {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-first-row .epg-item {
    width: 100%;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-first-row .epg-item .button {
  background: url("../img/button_close_cross_black.png") center no-repeat;
  width: 16px;
  height: 50px;
  background-size: 16px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-second-row .epg-topper {
  height: auto !important;
  width: auto !important;
  background-color: #4f4f4f;
  margin-bottom: 0 !important;
  margin-top: -30px !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 30px;
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-second-row .epg-topper {
    display: none !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-second-row .epg-topper {
    width: auto !important;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-second-row .epg-item {
  width: 23%;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-second-row .epg-item {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-second-row .epg-item {
    width: 100%;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-filter-results .epg-dropdown .epg-filter-row.epg-second-row .epg-item .button {
  background: url("../img/button_clear_cross_black.png") center no-repeat;
  width: 26px;
  height: 50px;
  background-size: 26px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-toggler .amount {
  padding-left: 2px;
  color: #009f29;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown {
  display: none;
  top: 60px;
  width: 260px;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown {
    top: 96px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown {
    top: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown {
    width: 100%;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown li {
  display: flex;
  justify-content: space-between;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown li .amount {
  color: #009f29;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown li .epg-form-item {
  display: inline-flex;
  flex-direction: row;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown li .epg-form-item input[type=checkbox] {
  display: none;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown li .epg-form-item input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 35px;
  background: url("../img/tick_false.png") left center no-repeat;
  height: 42px !important;
  background-size: 26px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-news .epg-dropdown li .epg-form-item input[type=checkbox]:checked + label {
  background: url("../img/tick_true.png") left center no-repeat;
  height: 42px;
  display: inline-block;
  background-size: 26px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance a {
  display: block;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance a:hover {
  color: #150b25;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance .epg-title {
  text-decoration: underline;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance .epg-dropdown {
  display: none;
  top: 60px;
  width: 203px;
}
@media only screen and (max-width: 992px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance .epg-dropdown {
    top: 96px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance .epg-dropdown {
    top: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance .epg-dropdown {
    width: 100%;
  }
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance .epg-dropdown .epg-to {
  text-align: center !important;
  width: 100%;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance .epg-dropdown input[type=text] {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #009f29;
  text-align: center;
  color: #150b25;
  font-family: "Century Gothic";
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
}
.epg-search-results .epg-search-results-filters .epg-filter-sort .epg-sort-by-relevance .epg-dropdown input[type=text]:focus {
  outline: none;
}
.epg-search-results .epg-search-results-filters .Form__Element__ValidationError {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 19px;
  color: #ff0000;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
}
.epg-search-results.searchResultsCarouselTrue {
  height: 340px;
}
@media only screen and (max-width: 992px) {
  .epg-search-results {
    height: 380px !important;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results {
    height: auto !important;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 1160px) {
  .epg-search-results {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-search-results ul, .epg-search-results li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.epg-search-results .epg-row .epg-content-col, .epg-search-results .search_content_list .epg-row .epg-content-col, .search_content_list .epg-search-results .epg-row .epg-content-col {
  padding: 0 !important;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container {
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories {
  z-index: 20000;
  flex-direction: row;
  height: 91px;
  border-radius: 6px !important;
  background-color: #F1EFEE;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories.owl-carousel {
  border-radius: 0 !important;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box {
  display: flex;
  height: 91px;
  width: 145px;
  padding: 8px 5px;
  flex-direction: column;
  border-right: 1px solid #ffffff;
  cursor: pointer;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:hover {
  text-decoration: none !important;
  color: inherit !important;
  background-color: #4F4F4F !important;
  color: #F1EFEE !important;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:hover .amount {
  color: #F1EFEE !important;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:hover:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:hover:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box:last-child {
  border-right: 0 none;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box .category {
  height: 36px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.37px;
  line-height: 36px;
  text-align: center;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box .amount {
  height: 53px;
  font-size: 40px;
  letter-spacing: -0.83px;
  line-height: 58px;
  margin-top: -12px;
  text-align: center;
  color: #009f29;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active {
  position: relative;
  background-color: #4F4F4F !important;
  color: #F1EFEE !important;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active .amount {
  color: #F1EFEE !important;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-search-results .epg-row .epg-content-col .epg-search-results-container .epg-search-results-categories .epg-category-box.active :after {
  position: absolute;
  content: "";
  background-image: url("../img/arrow_with_shadow_dark_bg_white.png") !important;
  background-size: 58px 33px;
  background-repeat: no-repeat;
  background-position: center;
  width: 58px;
  height: 33px;
  bottom: -33px;
  left: calc(50% - 29px);
}

.epg-grey-background {
  background-color: #d0d0d0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  --card-border-bottom: none;
}

.epg-ifc-title {
  color: black !important;
}

.epg-search-results .epg-search-results-container {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .epg-search-results .epg-search-results-container {
    margin-bottom: 0;
  }
}
.epg-search-results .owl-carousel {
  margin-bottom: 30px;
  background-color: red;
  display: none !important;
  left: 0;
  top: 0;
  padding: 0 !important;
}
@media only screen and (max-width: 576px) {
  .epg-search-results .owl-carousel {
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
  }
}
.epg-search-results .owl-carousel .epg-category-box {
  border-radius: 0 !important;
  border-right: 1px solid #ffffff !important;
}
@media only screen and (max-width: 576px) {
  .epg-search-results .owl-carousel .epg-category-box {
    width: 280px !important;
    background-color: #F1EFEE !important;
    border-right: none !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .owl-carousel {
    position: relative;
    left: 0;
    top: 0;
  }
}
.epg-search-results .owl-carousel .owl-stage {
  display: flex;
  height: 125px;
  overflow: hidden;
}
.epg-search-results .owl-carousel .owl-stage-outer {
  height: 125px;
}
@media only screen and (max-width: 576px) {
  .epg-search-results .owl-carousel .owl-stage-outer {
    height: 165px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.11), 0 11px 11px 0 rgba(0, 0, 0, 0.16), 0 8px 7px 0 rgba(0, 0, 0, 0.14) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.11), 0 11px 11px 0 rgba(0, 0, 0, 0.16), 0 8px 7px 0 rgba(0, 0, 0, 0.14) !important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.11), 0 11px 11px 0 rgba(0, 0, 0, 0.16), 0 8px 7px 0 rgba(0, 0, 0, 0.14) !important;
  }
}
.epg-search-results .owl-carousel .owl-nav {
  z-index: 20000;
  padding: 0 !important;
  position: absolute !important;
  align-items: center;
  top: 120px !important;
  height: 32px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .epg-search-results .owl-carousel .owl-nav {
    display: none !important;
  }
}
.epg-search-results .owl-carousel .owl-nav button {
  display: block !important;
  margin: 0 15px;
  vertical-align: top;
  background-color: transparent;
  outline: none !important;
}
@media only screen and (max-width: 576px) {
  .epg-search-results .owl-carousel .owl-nav button {
    margin: 0 60px;
  }
}
.epg-search-results .owl-carousel .owl-nav button:hover {
  background-color: transparent !important;
}
@media only screen and (max-width: 1160px) {
  .epg-search-results .owl-carousel .owl-nav button {
    display: none;
  }
}
.epg-search-results .owl-carousel .owl-nav button span {
  padding: 0;
  width: 32px;
  min-width: 32px;
  min-height: 32px;
  outline: none !important;
  display: block;
  cursor: pointer !important;
}
.epg-search-results .owl-carousel .owl-nav button.disabled {
  opacity: 1;
}
.epg-search-results .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.epg-search-results .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.epg-search-results .owl-carousel .owl-nav button.owl-prev span {
  background: url("../img/icons/icon_search_page_slide_prev.png") center no-repeat;
  background-size: 32px 32px;
}
.epg-search-results .owl-carousel .owl-nav button.owl-next span {
  background: url("../img/icons/icon_search_page_slide_next.png") center no-repeat;
  background-size: 32px 32px;
}
@media only screen and (min-width: 576px) {
  .epg-search-results .owl-carousel.owl-theme {
    display: none !important;
  }
}
.epg-search-results .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  top: 110px;
  left: 45px;
  margin-top: 30px !important;
}
@media only screen and (min-width: 576px) {
  .epg-search-results .owl-carousel.owl-theme .owl-dots {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .epg-search-results .owl-carousel.owl-theme .owl-dots {
    text-align: left !important;
    margin-top: 15px !important;
  }
}
.epg-search-results .owl-carousel.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.epg-search-results .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #707070 !important;
}
.epg-search-results .owl-carousel.owl-theme .owl-dots .owl-dot.active {
  outline: none !important;
}
.epg-search-results .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #707070 !important;
}
.epg-search-results .owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 5px !important;
  border-radius: 10px !important;
  background-color: #D0D0D0 !important;
}

.search_content_list {
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 576px) {
  .search_content_list {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1160px) {
  .search_content_list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.search_content_list ul, .search_content_list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.search_content_list .epg-row .epg-content-col .epg-card-container {
  justify-content: center;
  margin: auto;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 140px 0 20px 0;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card-container {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card-container {
    padding: 60px 0 20px 0;
  }
}
@media only screen and (min-width: 1160px) {
  .search_content_list .epg-row .epg-content-col .epg-card-container {
    max-width: 1155px !important;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card {
  margin: 0 40px 40px !important;
  border-radius: 0 !important;
  border-style: none none solid;
  margin-bottom: 40px;
  padding-bottom: 20px !important;
  border-bottom: var(--card-border-bottom, 1px solid #150b25);
}
.search_content_list .epg-row .epg-content-col .epg-card:last-child {
  margin-bottom: 0 !important;
}
.search_content_list .epg-row .epg-content-col .epg-card:last-child {
  border-bottom: 0 !important;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card {
    margin: 0 0 40px !important;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11), 0 5px 5px 0 rgba(0, 0, 0, 0.11), 0 3px 3px 0 rgba(0, 0, 0, 0.16);
    border-bottom: none !important;
    border-radius: 6px !important;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-header {
  width: 193px !important;
  min-width: 193px !important;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-header {
    margin-bottom: 20px !important;
    width: auto !important;
    min-width: auto !important;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-header .image {
  border-radius: 6px;
  display: block;
  width: 193px;
  height: 109px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-header .image {
    padding-bottom: 64.58%;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
  }
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-header .image > picture {
    position: absolute;
  }
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper {
    display: block !important;
    flex-direction: column;
    padding: 0 !important;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body {
  flex-direction: column;
  width: 100%;
  padding: 0 0 0 32px !important;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body {
    padding: 0 20px !important;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
  margin-bottom: 36px;
  min-height: 140px;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
    min-height: auto;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper a:hover {
  text-decoration: none;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper a:hover .epg-card-headline h4 {
  text-decoration: underline;
  color: #2a1c48;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper a:hover .epg-card-headline h4.epg-tag-new::after {
  bottom: 5px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title {
  width: 100%;
  color: #2a1c48;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 10px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.33px;
  letter-spacing: -0.33px;
  color: #150b25;
  font-weight: normal;
  margin-bottom: 9px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category {
  display: flex;
  margin-left: 10px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category .epg-category {
  margin: -1px 20px 0 0 !important;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category .epg-category {
    position: relative;
  }
}
@media only screen and (min-width: 1160px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category .epg-category {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category .epg-category {
    position: absolute !important;
    left: 20px !important;
    margin-top: -33px !important;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-category {
  padding: 0 9px;
  margin: 4px 0 0 10px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #FFF;
  border: 1px solid #5A3185;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  height: 26px;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-category.epg-green {
  border: 1px solid #009f29;
  color: #009f29;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-headline h4 {
  font-size: 24px !important;
  font-weight: 700;
  letter-spacing: -0.5px !important;
  line-height: 34px !important;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-headline h4 {
    font-size: 22px;
    letter-spacing: -0.46px;
    line-height: 32px !important;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-headline h4.epg-tag-new::after {
  bottom: 5px;
}
@media only screen and (max-width: 1160px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-headline .epg-category {
    display: none;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
  color: #150b25;
  font-family: "Lora", "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: -0.38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
    font-size: 16px;
    letter-spacing: -0.34px;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer {
  border-style: none;
  color: #009f29;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 26px;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer {
    padding: 0 20px !important;
  }
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul {
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: space-between !important;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul li {
  margin-left: 5px;
  margin-right: 5px;
  height: 26px;
  margin-bottom: 15px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul li.displayNone {
  display: none;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer ul li a {
  color: #009f29;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-clock {
  padding-left: 28px;
  background: url("../img/icons/icon_clock_green.png") left center no-repeat;
  background-size: 18px 18px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-location {
  padding-left: 28px;
  background: url("../img/icons/icon_location_green.png") left center no-repeat;
  background-size: 19px 19px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-author {
  padding-left: 28px;
  background: url("../img/icons/icon_author_green.png") left center no-repeat;
  background-size: 19px 19px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-book {
  padding-left: 28px;
  background: url("../img/icons/icon_book_green.png") left center no-repeat;
  background-size: 19px 19px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-share {
  padding-left: 30px;
  background: url("../img/icons/icon_share_green.png") left center no-repeat;
  background-size: 18px 18px;
  font-weight: 700;
  color: #009f29 !important;
  text-decoration: none;
  cursor: pointer;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark a {
  display: inline-block;
  color: #009f29 !important;
  text-decoration: none;
  height: 26px;
  font-weight: bold;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-inactive {
  padding-left: 30px;
  background: url("../img/icons/icon_bookmark_green.png") left center no-repeat;
  background-size: 20px 20px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-active {
  padding-left: 30px;
  background: url("../img/icons/icon_bookmark_green_filled.png") left center no-repeat;
  background-size: 20px 20px !important;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper {
  position: relative;
  height: 26px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-inactive,
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-active {
  justify-content: center;
  position: relative;
  border-style: none;
  opacity: 1;
  top: 0;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-inactive.hidden,
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-active.hidden {
  opacity: 0 !important;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-inactive.hidden {
  top: -26px !important;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-active {
  margin-top: -26px;
}
.search_content_list .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-active.hidden {
  top: 26px !important;
}
.search_content_list .epg-row .epg-content-col .epg-see-more-container {
  height: 40px;
  margin: 0 0 20px 0px;
  text-align: center;
}
.search_content_list .epg-row .epg-content-col .epg-see-more-container .epg-see-more {
  cursor: pointer;
  text-decoration: none;
  padding-left: 40px;
  color: #150b25;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: 28px;
  background: url("../img/icons/icon_see_more.png") left center no-repeat;
  background-size: 24px;
}
.search_content_list.homePageSearchCarouselTrue .epg-card-container {
  padding: 40px 0 20px 0 !important;
  border-top: 2px solid #f3f3f3;
}
@media only screen and (max-width: 576px) {
  .search_content_list.homePageSearchCarouselTrue .epg-card-container {
    padding: 60px 0 20px 0 !important;
    border-top: 0 !important;
  }
}
.search_content_list.searchResultsCarouselFalse .epg-card-container {
  padding: 40px 0 20px 0 !important;
  border-top: 2px solid #f3f3f3;
}
.search_content_list.searchResultsCarouselTrue .epg-card-container {
  padding: 40px 0 20px 0 !important;
  border-top: 2px solid #f3f3f3;
}
@media only screen and (max-width: 576px) {
  .search_content_list.searchResultsCarouselTrue .epg-card-container {
    padding: 60px 0 20px 0 !important;
    border-top: 0 !important;
  }
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 15px;
  border-radius: 6px;
  direction: ltr;
  background-color: #F1EFEE;
  width: 242px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 50%;
  margin: 0 auto;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 50%;
  margin: 0 auto;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  border-radius: 4px;
  border: none;
  font-weight: normal !important;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.table-condensed th.dow {
  font-size: 12px;
  width: 30px;
  padding-top: 5px;
}

.datepicker table tr td.day {
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 0 !important;
  font-size: 14px;
  height: 30px;
}
.datepicker table tr td.day:hover {
  background-color: #4F4F4F !important;
  color: #ffffff !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  background-color: inherit !important;
  color: inherit !important;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #009f29;
  color: #ffffff;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #ccc;
  border-radius: 0;
}

.datepicker table tr td.range:hover {
  background-color: #4F4F4F;
  font-weight: normal !important;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #009f29;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover {
  background-color: #4F4F4F;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #4F4F4F;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #4F4F4F;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #4F4F4F;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #4F4F4F;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #4F4F4F;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
  font-weight: bold !important;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .prev, .datepicker .next {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
}

.datepicker .prev a, .datepicker .next a {
  background-image: url(../img/datepicker/arrow-grey-left.png) !important;
}

.datepicker .next a {
  background-image: url(../img/datepicker/arrow-grey-right.png) !important;
}

.datepicker .prev a, .datepicker .next a {
  background-repeat: no-repeat !important;
  background-size: 25% !important;
  background-position: center !important;
  width: 30px !important;
  height: 30px !important;
  display: block;
  border-radius: 6px !important;
  border: 1px solid #aaa !important;
  background-color: #FFFFFF !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}


.registration {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .registration {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.registration .social-button {
  border: solid #150b25 1px;
  display: inline-flex;
  justify-content: center;
  height: 60px;
  width: 259px;
  border-radius: 3px;
}
.registration .social-button > * {
  align-self: center;
}
.registration .social-button img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.registration hr {
  height: 1px;
  color: #c8c8c8;
  margin-bottom: 44px;
}
.registration .epg-process-bar {
  margin-top: 42px;
  margin-bottom: 36px;
}
.registration .epg-process-bar img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .registration .epg-process-bar.step1 img {
    content: url("../img/registration/progress_indicator01_864.png");
  }
}
@media only screen and (max-width: 768px) {
  .registration .epg-process-bar.step1 img {
    content: url("../img/registration/progress_indicator01_648.png");
  }
}
@media only screen and (max-width: 576px) {
  .registration .epg-process-bar.step1 img {
    content: url("../img/registration/progress_indicator01_280.png");
  }
}
@media only screen and (max-width: 992px) {
  .registration .epg-process-bar.step2 img {
    content: url("../img/registration/progress_indicator02_864.png");
  }
}
@media only screen and (max-width: 768px) {
  .registration .epg-process-bar.step2 img {
    content: url("../img/registration/progress_indicator02_648.png");
  }
}
@media only screen and (max-width: 576px) {
  .registration .epg-process-bar.step2 img {
    content: url("../img/registration/progress_indicator02_280.png");
  }
}
@media only screen and (max-width: 992px) {
  .registration .epg-process-bar.step3 img {
    content: url("../img/registration/progress_indicator03_864.png");
  }
}
@media only screen and (max-width: 768px) {
  .registration .epg-process-bar.step3 img {
    content: url("../img/registration/progress_indicator03_648.png");
  }
}
@media only screen and (max-width: 576px) {
  .registration .epg-process-bar.step3 img {
    content: url("../img/registration/progress_indicator03_280.png");
  }
}
.registration .epg-headline {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .registration .epg-headline h1 {
    font-size: 36px;
    letter-spacing: -0.75px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 576px) {
  .registration .epg-headline h1 {
    font-size: 28px;
    letter-spacing: -0.58px;
    line-height: 38px;
  }
}
.registration .epg-text {
  margin-bottom: 42px;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 26px;
  letter-spacing: -0.54px;
  line-height: 36px;
}
@media only screen and (max-width: 576px) {
  .registration .epg-text {
    font-size: 20px;
    letter-spacing: -0.41px;
    line-height: 30px;
  }
}
.registration .epg-text p {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 26px;
  letter-spacing: -0.54px;
  line-height: 36px;
}
@media only screen and (max-width: 576px) {
  .registration .epg-text p {
    font-size: 20px;
    letter-spacing: -0.41px;
    line-height: 30px;
  }
}
.registration .epg-col-left,
.registration .epg-col-right {
  margin-bottom: 40px;
}
.registration .epg-form {
  margin-right: unset;
  margin-left: unset;
}
.registration .epg-form textarea,
.registration .epg-form select,
.registration .epg-form input[type=text],
.registration .epg-form input[type=email],
.registration .epg-form input[type=password] {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.registration .epg-form label {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.42px;
  line-height: 30px;
  margin-bottom: 15px;
}
.registration .epg-form .epg-big-arrow-button {
  width: 300px !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .registration .epg-form .epg-big-arrow-button {
    width: 100% !important;
  }
}
.registration .epg-form .epg-checkbox-container {
  margin-bottom: 50px;
}
.registration .epg-form .epg-checkbox-container label {
  font-size: 20px;
  letter-spacing: -0.42px;
  line-height: 28px;
  font-weight: normal;
}
.registration .epg-form .epg-checkbox-container label p {
  margin-bottom: 0;
}
.registration .epg-form .epg-checkbox-container label a {
  text-decoration: underline;
}
.registration .epg-form .epg-checkbox-container label input[type=checkbox],
.registration .epg-form .epg-checkbox-container label input[type=radio] {
  position: relative;
  display: block;
  opacity: 1;
  width: 0;
  height: 0;
  margin-right: 40px;
  border-style: none;
}
.registration .epg-form .epg-checkbox-container label input[type=checkbox]:focus,
.registration .epg-form .epg-checkbox-container label input[type=radio]:focus {
  outline: 0;
}
.registration .epg-form .epg-checkbox-container label input[type=checkbox]:focus:after,
.registration .epg-form .epg-checkbox-container label input[type=radio]:focus:after {
  border-radius: 5px;
  border: 1px solid #2a1c48;
  height: 27px !important;
}
.registration .epg-form .epg-checkbox-container label input[type=checkbox]:after,
.registration .epg-form .epg-checkbox-container label input[type=radio]:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  background-image: url("../img/checkbox_square.png") !important;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  margin-right: 20px;
  padding-right: 25px;
}
.registration .epg-form .epg-checkbox-container label input[type=checkbox]:checked:after,
.registration .epg-form .epg-checkbox-container label input[type=radio]:checked:after {
  background-image: url("../img/checkbox_square_checked.png") !important;
}
.registration video {
  width: 100%;
  height: auto;
}
.registration .epg-video-subtitle {
  font-size: 26px;
  letter-spacing: -0.54px;
  line-height: 36px;
  text-align: center;
  padding: 0 140px;
}
@media only screen and (max-width: 1160px) {
  .registration .epg-video-subtitle {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 992px) {
  .registration .epg-video-subtitle {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .registration .epg-video-subtitle {
    padding: 0;
    font-size: 20px;
    letter-spacing: -0.42px;
    line-height: 30px;
  }
}
.registration #aoi-container,
.registration #aoi-other-container,
.registration #speciality-container,
.registration #speciality-other-container {
  display: none;
}
.registration .ms-ctn {
  margin-bottom: 10px;
  padding: 14px 18px;
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #999999;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.registration .ms-ctn.ms-ctn-focus {
  border: 2px solid #2a1c48;
  outline: 0;
  box-shadow: unset;
}
.registration .ms-ctn input[type=text] {
  display: block;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  margin-bottom: unset;
  padding: 5px 10px;
  box-sizing: border-box;
  width: auto !important;
  background-color: #ffffff;
  border-radius: unset;
  border: none;
  border-color: transparent;
  outline: none;
  box-shadow: unset;
}
.registration .ms-ctn input[type=text]:focus {
  border-style: none;
  outline: none;
}
.registration .ms-ctn .ms-trigger {
  width: 60px;
  background-image: url(../img/datepicker/select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: 20px 20px;
}
.registration .ms-ctn .ms-trigger .ms-trigger-ico {
  display: none;
}
.registration .ms-ctn .ms-trigger:hover {
  width: 60px;
}
.registration .ms-ctn .ms-sel-item {
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  padding: 5px 10px;
}

/**
 * Multiple Selection Component for Bootstrap
 * Check nicolasbize.github.io/magicsuggest/ for latest updates.
 *
 * Author:       Nicolas Bize
 * Created:      Feb 8th 2013
 * Last Updated: Oct 16th 2014
 * Version:      2.1.4
 * Licence:      MagicSuggest is licenced under MIT licence (http://opensource.org/licenses/MIT)
 */
.ms-ctn {
  position: relative;
  padding: 5px 12px;
  height: auto;
}

.ms-inv {
  border: 1px solid #CC0000;
}

.ms-ctn-readonly {
  cursor: pointer;
}

.ms-ctn-disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.ms-ctn-bootstrap-focus,
.ms-ctn-bootstrap-focus .ms-res-ctn {
  border-color: rgba(82, 168, 236, 0.8) !important;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ms-ctn-focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ms-ctn input {
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
  outline: none;
  display: block;
  padding: 0;
  line-height: 1.42857143;
  margin: 1px 0;
  width: 100%;
}

.ms-ctn .ms-sel-ctn input {
  float: left;
}

.ms-ctn-disabled input {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.ms-ctn .ms-input-readonly {
  cursor: pointer;
}

.ms-ctn .ms-empty-text {
  color: #DDD;
}

.ms-ctn input:focus {
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
  background: #FFF;
}

.ms-ctn input::-ms-clear {
  width: 0;
  height: 0;
}

.ms-ctn .ms-trigger {
  top: 0;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  background: transparent;
  border-left: 1px solid #CCC;
  cursor: pointer;
}

.ms-ctn .ms-trigger .ms-trigger-ico {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 8px;
  margin-top: 15px;
}

.ms-ctn .ms-trigger:hover {
  background-color: #e6e6e6;
}

.ms-ctn .ms-trigger:hover .ms-trigger-ico {
  background-position: 0 -4px;
}

.ms-ctn-disabled .ms-trigger {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.ms-ctn-bootstrap-focus {
  border-bottom: 1px solid #CCC;
}

.ms-res-ctn {
  width: 100%;
  display: block;
  overflow-y: auto;
}

.ms-res-ctn .ms-res-group {
  line-height: 23px;
  text-align: left;
  padding: 2px 5px;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  border-top: 1px solid #CCC;
  background: #f3edff;
  color: #333;
}

.ms-res-ctn .ms-res-item {
  line-height: 25px;
  text-align: left;
  padding: 2px 5px;
  color: #666;
  cursor: pointer;
}

.ms-res-ctn .ms-res-item-grouped {
  padding-left: 15px;
}

.ms-res-ctn .ms-res-odd {
  background: #FAFAFA;
}

.ms-res-ctn .ms-res-item-active {
  background-color: #F5F5F5;
}

.ms-res-ctn .ms-res-item-disabled {
  color: #CCC;
  cursor: default;
}

.ms-sel-ctn {
  overflow: auto;
  line-height: 18px;
  padding-right: 25px;
}

.ms-no-trigger .ms-sel-ctn {
  padding-right: 0;
}

/** Outer and global tags **/
.ms-sel-ctn .ms-sel-item {
  background: #F3F3F3;
  color: #999;
  float: left;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #DDD;
  margin: 3px 0px 1px 0;
}

.ms-sel-ctn .ms-sel-invalid {
  border-color: rgb(248, 165, 165) !important;
  background: #FDF2F2 !important;
}

.ms-sel-ctn .ms-sel-item:hover {
  border: 1px solid #BBB;
}

/** For inner tags **/
.ms-ctn .ms-sel-item {
  background: #F3F3F3;
  color: #999;
  float: left;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #DDD;
  margin: 1px 5px 1px 0;
}

.ms-ctn .ms-sel-item:hover {
  border: 1px solid transparent;
}

.ms-ctn-focus .ms-sel-item:hover {
  border: 1px solid #BBB;
}

.ms-sel-ctn .ms-sel-text {
  background: #FFF;
  color: #666;
  padding-right: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
}

.ms-as-string .ms-sel-text {
  border-color: transparent;
}

.ms-res-ctn .ms-res-item em {
  font-style: normal;
  background: #565656;
  color: #FFF;
}

.ms-sel-ctn .ms-sel-text:hover {
  background: #FFF;
}

.ms-sel-ctn .ms-sel-item-active {
  border: 1px solid red;
  background: #757575;
}

.ms-stacked .ms-sel-item {
  float: inherit;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn {
  width: 7px;
  cursor: pointer;
  height: 7px;
  float: right;
  margin: 6px 2px 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC);
  background-position: 0 -7px;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
  background-position: 0 0;
}

.ms-stacked .ms-sel-item .ms-close-btn {
  margin-left: 0px;
}

.ms-helper {
  color: #AAA;
  font-size: 10px;
  position: absolute;
  top: -17px;
  right: 0;
}

.ms-ctn.input-lg .ms-trigger .ms-trigger-ico {
  margin-top: 17px;
}

.ms-ctn.input-sm .ms-trigger .ms-trigger-ico {
  margin-top: 13px;
}

.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item {
  padding-top: 2px;
  padding-bottom: 3px;
}

.ms-ctn.input-sm .ms-sel-ctn {
  line-height: 15px;
}

.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn {
  margin-top: 4px;
}

.ms-ctn .ms-sel-ctn {
  margin-left: -7px;
}

.ms-ctn .ms-trigger:hover {
  width: 24px;
  right: 1px;
  border-radius: 0 3px 3px 0;
}

.epg-hero.epg-hero-lz-overlay {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  margin-top: -140px;
  z-index: 10000;
}

.epg-learning-zone-nav-overlay .epg-overlay-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-learning-zone-nav-overlay .epg-overlay-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  border-radius: 6px;
  background-color: #f1efee;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.28);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.active {
  position: relative;
  background-color: #4f4f4f;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.active:after {
  position: absolute;
  content: "";
  background-image: url("../img/arrow_down_dark_shadow.png") !important;
  background-size: 49px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 24px;
  bottom: -24px;
  left: calc(50% - 24px);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.active a {
  color: #f1efee !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div {
  display: flex;
  border-left: 1px solid #999999;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.37px;
  font-weight: bold;
  color: #150b25;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div:first-child {
  border-left: none !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div:first-child.active {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a {
  text-align: center;
  width: 100%;
  height: 80px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a:hover {
  text-decoration: none !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.home {
  min-width: 50px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.home a {
  background: url("../img/icons/icon_home_black.png") center no-repeat;
  background-size: 26px 26px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.home.active a {
  background: url("../img/icons/icon_home.png") center no-repeat !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu {
  min-width: 50px;
  position: relative;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu.menu-open {
  background-color: #4f4f4f;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu.menu-open:after {
  position: absolute;
  content: "";
  background-image: url("../img/arrow_down_dark_shadow.png");
  background-size: 49px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 24px;
  bottom: -23px;
  left: calc(50% - 24px);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu span.name {
  position: relative;
  padding-right: 20px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu span.name:after {
  position: absolute;
  top: 2px;
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  right: -24px;
  width: 24px;
  height: 24px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu .epg-dropdown-menu {
  display: none;
  position: absolute;
  top: 108px;
  right: 0;
  min-width: 377px;
  background-clip: padding-box;
  border-radius: 6px;
  border: none;
  padding: 0;
  z-index: 1000;
  text-align: left;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.28);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.33px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li.display-block {
  display: block !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li.display-none {
  display: none;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li.active {
  background-color: #4f4f4f;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li.active > a {
  color: #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li.active > a:hover {
  color: #f1efee !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li:last-child {
  border-bottom: none !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a {
  display: block;
  padding: 22px 28px 22px 38px;
  display: block;
  position: relative;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a:hover {
  text-decoration: none !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a .epg-tag-new::after {
  bottom: 3px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark {
  background-color: #4f4f4f;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.active {
  color: #150b25;
  position: relative;
  background-color: #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.active:after {
  position: absolute;
  content: "";
  background-image: url("../img/arrow_down_light_shadow.png") !important;
  background-size: 49px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 24px;
  bottom: -23px;
  left: calc(50% - 24px);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.active a {
  color: #150b25 !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div a {
  color: #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.inactive {
  background-color: #616161 !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.inactive:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.home a {
  background: url("../img/icons/icon_home.png") center no-repeat;
  background-size: 26px 26px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.home.active a {
  background: url("../img/icons/icon_home_black.png") center no-repeat !important;
  background-size: 26px 26px !important;
  background-color: #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu span.name {
  display: none;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu.menu-open {
  background-color: #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu.menu-open a#epg-dropdown-toggler {
  background: url("../img/icons/icon_bullet_list_black.png") center no-repeat;
  background-size: 24px 24px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu.menu-open a#epg-dropdown-toggler.epg-tag-new::after {
  bottom: calc(50% - 12px);
  right: calc(50% - 12px - 35px);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu.menu-open:after {
  background-image: url("../img/arrow_down_light_shadow.png") !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu a#epg-dropdown-toggler {
  background: url("../img/icons/icon_bullet_list_white.png") center no-repeat;
  background-size: 24px 24px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu a#epg-dropdown-toggler.epg-tag-new::after {
  bottom: calc(50% - 12px);
  right: calc(50% - 12px - 35px);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu .epg-dropdown-menu {
  background-color: #4f4f4f !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu .epg-dropdown-menu ul li {
  border-bottom: 1px solid #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu .epg-dropdown-menu ul li a:hover {
  color: #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu .epg-dropdown-menu ul li.active {
  background-color: #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu .epg-dropdown-menu ul li.active > a {
  color: #4f4f4f;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark > div.menu .epg-dropdown-menu ul li.active > a:hover {
  color: #4f4f4f !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light {
  background-color: #f1efee;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div a {
  color: #150b25;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.inactive {
  background-color: #ffffff !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.inactive:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu span.name {
  display: none;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu a#epg-dropdown-toggler {
  background: url("../img/icons/icon_bullet_list_black.png") center no-repeat;
  background-size: 24px 24px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu a#epg-dropdown-toggler.epg-tag-new::after {
  bottom: calc(50% - 12px);
  right: calc(50% - 12px - 35px);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu.menu-open a#epg-dropdown-toggler {
  background: url("../img/icons/icon_bullet_list_white.png") center no-repeat;
  background-size: 24px 24px;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu.menu-open a#epg-dropdown-toggler.epg-tag-new::after {
  bottom: calc(50% - 12px);
  right: calc(50% - 12px - 35px);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu.menu-open:after {
  background-image: url("../img/arrow_down_dark_shadow.png") !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu .epg-dropdown-menu {
  background-color: #f1efee !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu .epg-dropdown-menu ul li {
  border-bottom: 1px solid #999999;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu .epg-dropdown-menu ul li a:hover {
  color: #150b25;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container {
  width: 70%;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container div {
  border-left: 1px solid #999999;
  text-align: center !important;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container div a {
  display: block;
  box-sizing: content-box;
  width: auto;
  height: 80px;
  padding: 0 45px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 80px;
  transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container div a:hover {
  transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
}
.epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container :first-child {
  border-left: none !important;
}
@media only screen and (max-width: 993px) {
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container {
    width: 50%;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.menu span.name:after {
    background-image: url("../img/icons/icon_bullet_list_white.png") !important;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.menu span.name:after {
    background-image: url("../img/icons/icon_bullet_list_black.png") !important;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.link {
    display: none !important;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.link.showFurther {
    display: flex !important;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.more {
    display: none !important;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.menu {
    min-width: 125px !important;
    display: flex;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.menu span.name {
    display: block !important;
  }
}
@media only screen and (max-width: 577px) {
  .epg-learning-zone-nav-overlay {
    position: relative;
    bottom: 0;
    margin-bottom: 60px;
    margin-top: 100px;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper {
    display: flex;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container {
    width: auto;
    border-left: 0;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div {
    width: 50%;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.active:after {
    display: none;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.link.showFurther {
    display: none !important;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div:last-child {
    border-bottom: none;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.inactive {
    display: none;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div > a {
    padding: 0 20px;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.menu .epg-dropdown-menu {
    min-width: calc(200% + 1px) !important;
    max-width: calc(200% + 1px) !important;
    width: calc(200% + 1px) !important;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.menu.menu-open {
    border-bottom-style: none;
  }
  .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper div.menu ul li a {
    padding: 22px 28px 22px 27px;
  }
}

.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand {
  background-color: #c5cfcb;
  font-family: "WorkSans";
  margin-top: -100px;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-left: 1px solid #f5faf9;
  border-right: 1px solid #f5faf9;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div {
  border-radius: 0;
  font-weight: 600;
  border-left: none;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.home > a {
  background: none;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.home.active > a {
  background: none !important;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div a {
  color: #565958;
  height: 60px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div:first-child.active {
  border-radius: 0;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.active {
  background-color: #565958;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.active a {
  color: #e6f1ee !important;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.active::after {
  content: none;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container div {
  border-left: 1px solid #f5faf9 !important;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container div.active {
  background-color: #565958;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container div.active > a {
  color: #e6f1ee !important;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper .epg-link-container div.active::after {
  content: none;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu {
  border-left: 1px solid #f5faf9;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu.menu-open {
  background-color: #565958;
  border-radius: 0;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu.menu-open::after {
  background-image: none !important;
  border-top: 24px solid #565958;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu.menu-open > a#epg-dropdown-toggler {
  background: url("../img/rebrand/icons/icon_bullet_list_light.svg") center no-repeat;
  background-size: 24px 24px;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu > a#epg-dropdown-toggler {
  background: url("../img/rebrand/icons/icon_bullet_list_dark.svg") center no-repeat;
  background-size: 24px 24px;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu .epg-dropdown-menu {
  background-color: #c5cfcb !important;
  box-shadow: none;
  border-radius: 0;
  top: 88px;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu .epg-dropdown-menu ul li {
  font-weight: 600;
  border-bottom: 1px solid #f5faf9;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu .epg-dropdown-menu ul li > a:hover {
  color: #565958;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu .epg-dropdown-menu ul li.active {
  background-color: #565958;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu .epg-dropdown-menu ul li.active > a {
  color: #e6f1ee;
}
.epg-learning-zone-nav-overlay.epg-learning-zone-nav-overlay--rebrand .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu .epg-dropdown-menu ul li.active > a:hover {
  color: #e6f1ee !important;
}

:target {
  scroll-margin-top: 110px;
}

.epg-p-nav-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-p-nav-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card {
  max-width: 960px;
  border: none;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body {
  padding: 0;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-title {
  padding: 21px 40px;
  background-color: #c33e7a;
  color: #ffffff;
  border: 1px solid #c33e7a;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-title.epg-tag-new::after {
  margin-left: 5px;
  right: initial;
  bottom: 3px;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text {
  color: #999999;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.42px;
  margin: 0;
  padding: 32px 40px 18px 40px;
}
@media only screen and (max-width: 576px) {
  .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text {
    font-size: 18px !important;
    letter-spacing: -0.38px !important;
    padding: 32px 18px 18px 18px;
  }
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item {
  margin: 0 0 28px 0;
  flex-basis: 33.33%;
}
@media only screen and (max-width: 992px) {
  .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item {
    flex-basis: 50%;
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item {
    flex-basis: 100%;
    margin: 0 0 19px 0;
  }
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a {
  color: #999999;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a .label {
  padding-right: 10px;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a .label.epg-tag-new::after {
  right: -25px;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a:hover {
  text-decoration: none;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a:hover .label {
  text-decoration: underline;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a .number {
  display: inline-block;
  width: 53px;
  min-width: 53px;
  height: 53px;
  min-height: 53px;
  border: 3px solid #c33e7a;
  background-color: #c33e7a;
  color: #ffffff;
  margin-right: 18px;
  font-size: 30px;
  letter-spacing: -0.62px;
}
@media only screen and (max-width: 576px) {
  .epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a .number {
    font-size: 24px;
    letter-spacing: -0.5px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item a .number.epg-tag-new::after {
  top: -18px;
  right: -18px;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item.active a {
  color: #150b25;
}
.epg-p-nav-header .epg-row .epg-col .epg-p-nav-card .epg-p-nav-card-body .epg-card-text .epg-p-nav-item.active a .number {
  border-color: #c33e7a;
  background-color: #c33e7a;
  color: #ffffff;
}
.epg-p-nav-header .epg-content-row .epg-content-col {
  padding: 21px 40px;
  max-width: 960px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #999999;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.42px;
}

.epg-on-this-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-on-this-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-on-this-page .epg-row {
  /* Basics */
  /*  Content Container */
}
.epg-on-this-page .epg-row .epg-content-col h4 {
  margin: 0;
}
.epg-on-this-page .epg-row .epg-content-col ul, .epg-on-this-page .epg-row .epg-content-col li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.epg-on-this-page .epg-row .epg-on_this_page_container .body {
  border-radius: 6px;
  overflow: hidden;
}
.epg-on-this-page .epg-row .epg-on_this_page_container .body .epg-headline {
  color: #ffffff;
  background: #2a1c48;
  padding: 20px 30px;
}
.epg-on-this-page .epg-row .epg-on_this_page_container .body .epg-content {
  background-color: #ffffff;
  padding: 30px 15px 30px 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-on-this-page .epg-row .epg-on_this_page_container .body .epg-content .epg-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.37px;
  color: #150b25;
}
.epg-on-this-page .epg-row .epg-on_this_page_container .body .epg-content .epg-items li {
  padding-left: 30px;
  background-size: 16px 16px !important;
  background: url("../../static/img/two_arrows_down.png") left top no-repeat;
  background-position: left 7px !important;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1161px) {
  .epg-on-this-page .epg-row .epg-on_this_page_container .body .epg-content .epg-items li {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 769px) {
  .epg-on-this-page .epg-row .epg-on_this_page_container .body .epg-content .epg-items li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.epg-on-this-page .epg-row .epg-on_this_page_container .body .epg-content .epg-items li a {
  display: inline-block;
  color: #150b25 !important;
}

.epg-p-nav-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-p-nav-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-p-nav-footer .epg-row .epg-content-col ul, .epg-p-nav-footer .epg-row .epg-content-col li {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
}
.epg-p-nav-footer .epg-row .epg-content-col ul {
  padding: 30px 0 !important;
  flex-flow: row wrap;
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
}
@media only screen and (max-width: 769px) {
  .epg-p-nav-footer .epg-row .epg-content-col ul {
    padding: 27px 0 22px !important;
  }
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.display-flex {
  display: flex;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.display-none {
  display: none;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li a {
  margin: 0 30px 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.next {
  justify-content: flex-end;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.next :nth-child(1) {
  order: 2;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.next :nth-child(2) {
  order: 1;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.next a {
  margin: 0 0 0 30px !important;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li .pre-label {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.33px;
  display: block;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li .label {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.42px;
  font-weight: bold;
  display: block;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li .button {
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
  border-color: #009f29;
  background-color: #009f29;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li .labels a {
  display: inline !important;
  margin: 0 !important;
  text-decoration: none;
  color: #150b25 !important;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.previous .labels {
  padding-right: 10px;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.previous .button {
  background: #009f29 url("../img/arrow_white_left.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 12px;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.next .labels {
  padding-left: 10px;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.next .button {
  background: #009f29 url("../img/arrow_white_right.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 15px;
}
.epg-p-nav-footer .epg-row .epg-content-col ul li.next .labels {
  text-align: right;
}
@media only screen and (max-width: 769px) {
  .epg-p-nav-footer .epg-content-col ul :nth-child(1) {
    order: 2;
  }
  .epg-p-nav-footer .epg-content-col ul :nth-child(2) {
    order: 1;
  }
  .epg-p-nav-footer .epg-content-col ul li a {
    align-self: flex-start;
  }
  .epg-p-nav-footer .epg-content-col ul li .labels {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .epg-p-nav-footer .epg-content-col ul li.previous {
    padding-top: 24px !important;
  }
  .epg-p-nav-footer .epg-content-col ul li.previous .button {
    background-position-x: 9px !important;
  }
  .epg-p-nav-footer .epg-content-col ul li.previous :nth-child(1) {
    order: 1 !important;
  }
  .epg-p-nav-footer .epg-content-col ul li.previous :nth-child(2) {
    order: 2 !important;
  }
  .epg-p-nav-footer .epg-content-col ul li.next {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 20px !important;
  }
  .epg-p-nav-footer .epg-content-col ul li.next .button {
    background-position-x: 11px !important;
  }
  .epg-p-nav-footer .epg-content-col ul li .button {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    background-size: 20px 20px !important;
  }
  .epg-p-nav-footer .epg-content-col ul li .labels {
    margin-top: -4px;
  }
  .epg-p-nav-footer .epg-content-col ul li .label {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .epg-p-nav-footer .epg-content-col ul.none_prev_or_next li.previous {
    padding-top: 0 !important;
  }
  .epg-p-nav-footer .epg-content-col ul.none_prev_or_next li.next {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

.epg-2-columns-2313 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-2-columns-2313 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-standfirst {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1160px) {
  .epg-standfirst {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-standfirst .epg-content-col {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.54px;
}

.epg-sidebar-navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
.epg-sidebar-navigation.epg-navigation-stay {
  background-color: #ffffff;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 15px;
  z-index: 1000;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .epg-sidebar-navigation.epg-navigation-stay {
    max-height: calc(100vh - 30px);
  }
}
@media only screen and (max-width: 1160px) {
  .epg-sidebar-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-sidebar-navigation .epg-row {
  /* Basics */
  /*  Content Container */
}
.epg-sidebar-navigation .epg-row .epg-col {
  display: inline-flex;
  flex-flow: column;
  align-content: stretch;
  /* flex-wrap: wrap; */
}
@media only screen and (min-width: 768px) {
  .epg-sidebar-navigation .epg-row .epg-col {
    max-height: calc(100vh - 30px);
  }
}
@media only screen and (min-width: 768px) {
  .epg-sidebar-navigation .epg-row .epg-col {
    overflow: hidden;
  }
}
.epg-sidebar-navigation .epg-row .epg-col h3 {
  margin: 0;
}
.epg-sidebar-navigation .epg-row .epg-col ul, .epg-sidebar-navigation .epg-row .epg-col li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container {
    overflow-y: hidden;
  }
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body {
  border-radius: 6px;
  height: 100%;
  color: #150b25;
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 768px) {
  .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body {
    overflow-y: hidden;
  }
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-headline-container {
  position: relative;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-headline-container .epg-arrow {
  position: absolute;
  right: 30px;
  bottom: -18px;
  width: 32px;
  height: 19px;
  z-index: 1000;
  background-image: url("../../static/img/arrow_blue_down.png");
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-headline-container .epg-headline {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background: #2a1c48;
  padding: 25px 30px;
  position: relative;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content {
    overflow-y: hidden;
  }
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .no-childs {
  font-weight: normal !important;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .no-childs a:hover {
  font-weight: bold;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content :last-child .epg-arrow {
  display: none !important;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-category-container {
  position: relative;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-category-container .epg-arrow {
  position: absolute;
  right: 30px;
  bottom: -18px;
  width: 32px;
  height: 19px;
  z-index: 1000;
  background-image: url("../../static/img/arrow_grey_down.png");
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-category-container .epg-category {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  min-height: 70px;
  background-color: #adadad;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  font-weight: bold;
  z-index: 999;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-category-container .epg-category a {
  display: block;
  padding: 18px 30px;
  color: #150b25 !important;
  text-decoration: none;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-subcategory-container {
  position: relative;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-subcategory-container .epg-arrow {
  position: absolute;
  right: 30px;
  bottom: -18px;
  width: 32px;
  height: 19px;
  z-index: 1000;
  background-image: url("../../static/img/arrow_white_down.png");
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-subcategory-container .epg-subcategory {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  min-height: 70px;
  border-bottom: 1px solid #c5c3c2;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.42px;
  font-weight: bold;
  z-index: 998;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-subcategory-container .epg-subcategory a {
  display: block;
  padding: 20px 30px 20px 35px;
  color: #150b25 !important;
  text-decoration: none;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.33px;
  color: #150b25;
  height: 100%;
  overflow-y: auto;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li {
  border-bottom: 1px solid #F1EFEE;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a {
  text-decoration: none !important;
  padding: 21px 30px 21px 35px;
  display: block;
  color: #150b25 !important;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a span {
  display: inline-block;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li.active a {
  padding-bottom: 16px !important;
  font-weight: normal;
}
.epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li.active a span {
  padding-bottom: 4px;
  border-bottom: 1px solid #150b25 !important;
}

.epg-tiny-mce {
  color: #150b25;
  font-family: "RobotoCondensed-VariableFont";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.38px;
}
@media only screen and (max-width: 577px) {
  .epg-tiny-mce {
    overflow-x: auto;
  }
}
.epg-tiny-mce > *:last-child {
  padding-bottom: 0;
}
.epg-tiny-mce *:last-child {
  margin-bottom: 0;
}
.epg-tiny-mce h1 {
  margin-bottom: 20px;
  color: #150b25;
  font-family: "WorkSans";
  position: relative;
  font-family: "PlayFair-VariableFont";
}
.epg-tiny-mce h2, .epg-tiny-mce h3, .epg-tiny-mce h4, .epg-tiny-mce h5, .epg-tiny-mce h6 {
  margin-bottom: 20px;
  color: #150b25;
  font-family: "WorkSans";
  position: relative;
}
.epg-tiny-mce p {
  font-family: "WorkSans";
  color: #150b25;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.38px;
  margin-bottom: 22px;
  position: relative;
}
.epg-tiny-mce p a {
  color: #150b25;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.38px;
  text-decoration: underline;
}
.epg-tiny-mce p a:hover {
  color: #009f29;
}
.epg-tiny-mce .epg-standfirst-tinymce {
  min-width: 320px;
  font-weight: 400;
  font-size: 26px;
  color: #150b25;
  font-family: "WorkSans", "Arial", sans-serif;
  line-height: 36px;
}
.epg-tiny-mce .epg-standfirst-tinymce a {
  min-width: 320px;
  font-weight: 400;
  font-size: 26px;
  color: #150b25;
  font-family: "WorkSans", "Arial", sans-serif;
  line-height: 36px;
}
.epg-tiny-mce hr {
  color: #999999;
  border-width: 2px;
  margin-bottom: 50px;
}
.epg-tiny-mce mark {
  display: block;
  padding: 30px 86px;
  margin-bottom: 50px;
  background-color: #f1efee;
  color: #150b25;
  font-family: "RobotoCondensed-VariableFont";
  font-size: 22px;
  letter-spacing: -0.46px;
  line-height: 33px;
}
@media only screen and (max-width: 769px) {
  .epg-tiny-mce mark {
    padding: 30px 20px;
  }
}
.epg-tiny-mce div.epg-quote {
  font-family: "WorkSans";
  margin-bottom: 50px;
}
@media only screen and (max-width: 769px) {
  .epg-tiny-mce div.epg-quote {
    margin-top: 25px;
  }
}
.epg-tiny-mce div.epg-quote q {
  display: block;
  position: relative;
  padding: 24px 0 0 60px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.42px;
  color: #4f4f4f;
}
@media only screen and (max-width: 769px) {
  .epg-tiny-mce div.epg-quote q {
    padding: 24px 0 0 0;
  }
}
.epg-tiny-mce div.epg-quote q::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: -7px;
  left: 0;
  background-image: url("../img/icons/icon_quote_open.png");
  background-size: 48px 48px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .epg-tiny-mce div.epg-quote q::before {
    top: -33px;
  }
}
.epg-tiny-mce div.epg-quote q::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: -48px;
  right: 0px;
  background-image: url("../img/icons/icon_quote_close.png");
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: right -5px;
}
.epg-tiny-mce div.epg-quote q + div {
  display: block;
  min-height: 48px;
  color: #150b25 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.38px;
  padding: 0 0 0 60px;
}
@media only screen and (max-width: 769px) {
  .epg-tiny-mce div.epg-quote q + div {
    padding: 0;
  }
}
.epg-tiny-mce div.epg-quote q + div div {
  padding: 13px 52px 0 0;
}
.epg-tiny-mce ul, .epg-tiny-mce list[listtype=unordered] {
  margin: 0 0 0 49px;
  padding: 0 0 20px 0;
  list-style: none;
}
@media only screen and (max-width: 769px) {
  .epg-tiny-mce ul, .epg-tiny-mce list[listtype=unordered] {
    margin: 0 0 0 35px;
  }
}
.epg-tiny-mce ul li, .epg-tiny-mce list[listtype=unordered] li {
  font-family: "RobotoCondensed-VariableFont";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.38px;
  margin-bottom: 18px;
  position: relative;
  color: #150b25;
  list-style: none;
}
.epg-tiny-mce ul li::before, .epg-tiny-mce list[listtype=unordered] li::before {
  content: "";
  position: absolute;
  text-align: center;
  vertical-align: middle;
  top: 2px;
  left: -34px;
  width: 24px;
  height: 24px;
  background-image: url("../img/bullet24.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.epg-tiny-mce ul li ul, .epg-tiny-mce ul li list[listtype=unordered], .epg-tiny-mce list[listtype=unordered] li ul, .epg-tiny-mce list[listtype=unordered] li list[listtype=unordered] {
  padding-top: 18px;
  padding-bottom: 0;
}
.epg-tiny-mce ul li ul li:before, .epg-tiny-mce ul li list[listtype=unordered] li:before, .epg-tiny-mce list[listtype=unordered] li ul li:before, .epg-tiny-mce list[listtype=unordered] li list[listtype=unordered] li:before {
  background-image: url("../img/bullet-disk24.png");
}
.epg-tiny-mce ul li ul li ul li:before, .epg-tiny-mce ul li list[listtype=unordered] li ul li:before, .epg-tiny-mce list[listtype=unordered] li ul li ul li:before, .epg-tiny-mce list[listtype=unordered] li list[listtype=unordered] li ul li:before {
  background-image: url("../img/square24.png");
}
.epg-tiny-mce list {
  display: block;
}
.epg-tiny-mce ol, .epg-tiny-mce list[listtype=ordered] {
  display: block;
  margin: 0 0 0 49px;
  padding: 18px 0 20px 0;
  list-style: none;
  counter-reset: tinyMCE-counter;
}
@media only screen and (max-width: 769px) {
  .epg-tiny-mce ol, .epg-tiny-mce list[listtype=ordered] {
    margin: 0 0 0 39px;
  }
}
.epg-tiny-mce ol li, .epg-tiny-mce list[listtype=ordered] li {
  display: block;
  counter-increment: tinyMCE-counter;
  position: relative;
  font-family: "RobotoCondensed-VariableFont";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.38px;
  margin-bottom: 18px;
  color: #150b25;
  width: 100%;
}
.epg-tiny-mce ol li::before, .epg-tiny-mce list[listtype=ordered] li::before {
  content: counter(tinyMCE-counter);
  position: absolute;
  background-color: #2a1c48;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  top: 2px;
  left: -38px;
  width: 24px;
  height: 24px;
  font-family: "WorkSans";
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -0.29px;
  border: 1px solid #2a1c48;
  border-radius: 2px;
}
.epg-tiny-mce ol li ol, .epg-tiny-mce ol li list[listtype=ordered], .epg-tiny-mce list[listtype=ordered] li ol, .epg-tiny-mce list[listtype=ordered] li list[listtype=ordered] {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 18px;
}
.epg-tiny-mce ol li ol li::before, .epg-tiny-mce ol li list[listtype=ordered] li::before, .epg-tiny-mce list[listtype=ordered] li ol li::before, .epg-tiny-mce list[listtype=ordered] li list[listtype=ordered] li::before {
  position: relative;
  content: counters(tinyMCE-counter, ".");
  top: -2px;
  margin-right: 10px;
  left: auto;
  background-color: #ffffff;
  color: #2a1c48;
  border: none;
}
.epg-tiny-mce img {
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.epg-tiny-mce img + .epg-img-caption {
  margin: -50px 0 47px 0;
}
.epg-tiny-mce .epg-img-caption {
  font-family: "RobotoCondensed-VariableFont";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #4f4f4f;
  padding-top: 12px;
}
.epg-tiny-mce .epg-img-caption b, .epg-tiny-mce .epg-img-caption strong {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 600;
}
.epg-tiny-mce .epg-img-caption a {
  font-family: "RobotoCondensed-VariableFont";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #4f4f4f;
}
.epg-tiny-mce table {
  font-family: "WorkSans";
  border-radius: 6px;
  border-spacing: 0;
  border-collapse: collapse;
  border-width: 0;
  margin-bottom: 50px;
  /* IE10+ CSS styles go here */
  /* Edge CSS styles go here */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .epg-tiny-mce table {
    border-collapse: separate;
  }
}
@supports (-ms-ime-align: auto) {
  .epg-tiny-mce table {
    border-collapse: separate;
  }
}
.epg-tiny-mce table td, .epg-tiny-mce table th {
  font-size: 18px;
  letter-spacing: -0.37px;
  line-height: 28px;
  color: #444444;
  padding: 13px 30px;
  border-style: solid;
  border-bottom-style: none;
  border-right-style: none;
  border-width: 1px;
  border-top-color: #4f4f4f;
  border-color: #c33e7a;
}
.epg-tiny-mce table td:first-of-type, .epg-tiny-mce table th:first-of-type {
  border-left-style: none;
}
.epg-tiny-mce table td:last-of-type, .epg-tiny-mce table th:last-of-type {
  border-right-style: none;
}
.epg-tiny-mce table tr:first-of-type td, .epg-tiny-mce table tr:first-of-type th {
  border-top-style: none;
}
.epg-tiny-mce table thead td, .epg-tiny-mce table thead th {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 34px;
  padding: 21px 30px;
}
.epg-tiny-mce table thead tr:first-of-type td, .epg-tiny-mce table thead tr:first-of-type th {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #c33e7a;
}
.epg-tiny-mce table thead tr:nth-of-type(2) td, .epg-tiny-mce table thead tr:nth-of-type(2) th {
  background-color: #C4CECB;
  font-weight: 600;
  border-bottom-style: solid;
}
.epg-tiny-mce table tfoot td, .epg-tiny-mce table tfoot th {
  background-color: #f1efee;
  border-left-style: none;
  border-top-style: none;
}
.epg-tiny-mce table tfoot tr:first-of-type td, .epg-tiny-mce table tfoot tr:first-of-type th {
  border-top-style: solid;
}
.epg-tiny-mce table caption {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #4f4f4f;
  padding-top: 12px;
}
.epg-tiny-mce table caption b,
.epg-tiny-mce table caption strong {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 600;
}
.epg-tiny-mce table caption:not(:only-of-type) {
  display: none;
}
.epg-tiny-mce table tbody tr:nth-child(odd) {
  background-color: #f5faf9;
}
.epg-tiny-mce table tbody tr:nth-child(even) {
  background-color: #e6f1ee;
}
.epg-tiny-mce a:not([href]):not(.mce-item-anchor)[id] {
  position: absolute;
  top: -100px;
}

.epg-prev-next-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-prev-next-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-prev-next-nav .epg-row .epg-col ul, .epg-prev-next-nav .epg-row .epg-col li {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
}
.epg-prev-next-nav .epg-row .epg-col ul {
  padding: 30px 0 !important;
  flex-flow: row wrap;
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
}
@media only screen and (max-width: 769px) {
  .epg-prev-next-nav .epg-row .epg-col ul {
    padding: 27px 0 22px !important;
  }
}
.epg-prev-next-nav .epg-row .epg-col ul li {
  display: flex;
}
.epg-prev-next-nav .epg-row .epg-col ul li a {
  margin: 0 30px 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #150b25 !important;
}
.epg-prev-next-nav .epg-row .epg-col ul li.next {
  justify-content: flex-end;
}
.epg-prev-next-nav .epg-row .epg-col ul li.next :nth-child(1) {
  order: 2;
}
.epg-prev-next-nav .epg-row .epg-col ul li.next :nth-child(2) {
  order: 1;
}
.epg-prev-next-nav .epg-row .epg-col ul li.next a {
  margin: 0 0 0 30px !important;
}
.epg-prev-next-nav .epg-row .epg-col ul li .pre-label {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.33px;
  display: block;
}
.epg-prev-next-nav .epg-row .epg-col ul li .label {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.42px;
  font-weight: bold;
  display: block;
}
.epg-prev-next-nav .epg-row .epg-col ul li .button {
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
  border-color: #009f29;
  background-color: #009f29;
}
.epg-prev-next-nav .epg-row .epg-col ul li .labels {
  max-width: 250px;
}
.epg-prev-next-nav .epg-row .epg-col ul li .labels a {
  display: inline !important;
  margin: 0 !important;
  text-decoration: none;
}
.epg-prev-next-nav .epg-row .epg-col ul li.previous .labels {
  padding-right: 10px;
}
.epg-prev-next-nav .epg-row .epg-col ul li.previous .button {
  background: #009f29 url("../img/arrow_white_left.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 12px;
}
.epg-prev-next-nav .epg-row .epg-col ul li.next .labels {
  padding-left: 10px;
}
.epg-prev-next-nav .epg-row .epg-col ul li.next .button {
  background: #009f29 url("../img/arrow_white_right.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 15px;
}
.epg-prev-next-nav .epg-row .epg-col ul li.next .labels {
  text-align: right;
}
@media only screen and (max-width: 769px) {
  .epg-prev-next-nav .epg-col ul :nth-child(1) {
    order: 2;
  }
  .epg-prev-next-nav .epg-col ul :nth-child(2) {
    order: 1;
  }
  .epg-prev-next-nav .epg-col ul li a {
    align-self: flex-start;
  }
  .epg-prev-next-nav .epg-col ul li .labels {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .epg-prev-next-nav .epg-col ul li.previous {
    padding-top: 24px !important;
  }
  .epg-prev-next-nav .epg-col ul li.previous .button {
    background-position-x: 9px !important;
  }
  .epg-prev-next-nav .epg-col ul li.previous :nth-child(1) {
    order: 1 !important;
  }
  .epg-prev-next-nav .epg-col ul li.previous :nth-child(2) {
    order: 2 !important;
  }
  .epg-prev-next-nav .epg-col ul li.next {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 20px !important;
  }
  .epg-prev-next-nav .epg-col ul li.next .button {
    background-position-x: 11px !important;
  }
  .epg-prev-next-nav .epg-col ul li .button {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    background-size: 20px 20px !important;
  }
  .epg-prev-next-nav .epg-col ul li .labels {
    margin-top: -4px;
  }
  .epg-prev-next-nav .epg-col ul li .label {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .epg-prev-next-nav .epg-col ul.none_prev_or_next li.previous {
    padding-top: 0 !important;
  }
  .epg-prev-next-nav .epg-col ul.none_prev_or_next li.next {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

.epg-references {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-references {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-references .epg-tiny-mce p {
  margin-bottom: 38px !important;
}
.epg-references ul {
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
}
.epg-references ul li {
  margin-bottom: 40px;
}
.epg-references ul li:last-child {
  margin-bottom: 0;
}
.epg-references ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding-left: 30px;
}
.epg-references ul li a::before {
  content: "";
  position: absolute;
  text-align: center;
  vertical-align: middle;
  top: 2px;
  left: -50px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.epg-references ul li a.link::before {
  background-image: url("../img/icons/icon_asset_list_link.png");
}
.epg-references ul li a.pdf::before {
  background-image: url("../img/icons/icon_asset_list_pdf.png");
}
.epg-references ul li a.excel::before, .epg-references ul li a.xls::before, .epg-references ul li a.xlsx::before {
  background-image: url("../img/icons/icon_asset_list_excel.png");
}
.epg-references ul li a.powerpoint::before, .epg-references ul li a.ppt::before, .epg-references ul li a.pptx::before {
  background-image: url("../img/icons/icon_asset_list_powerpoint.png");
}
.epg-references ul li a.word::before, .epg-references ul li a.doc::before, .epg-references ul li a.docx::before {
  background-image: url("../img/icons/icon_asset_list_word.png");
}
.epg-references ul li a:hover div.epg-asset-title {
  color: #009f29;
}
.epg-references ul li a:hover div.epg-asset-text {
  color: #150b25;
}
.epg-references ul li a:hover div.epg-asset-wrapper {
  color: #707070;
}
.epg-references ul li div {
  margin-bottom: 8px;
}
.epg-references ul li div.epg-asset-title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.42px;
}
.epg-references ul li div.epg-asset-text {
  display: block;
  font-family: "Lora", "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.38px;
}
.epg-references ul li div.epg-asset-wrapper {
  overflow: hidden;
}
.epg-references ul li div.epg-asset-source, .epg-references ul li div.epg-asset-date {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.29px;
  color: #707070;
}
.epg-references ul li div.epg-asset-source {
  margin-right: 25px;
  position: relative;
  padding-left: 26px;
}
.epg-references ul li div.epg-asset-source::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/icon_pencil.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.epg-references ul li div.epg-asset-date {
  position: relative;
  padding-left: 26px;
}
.epg-references ul li div.epg-asset-date::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/icon_calendar.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.epg-links-block {
  font-family: "WorkSans";
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-links-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-links-block .epg-row {
  /* Basics */
}
.epg-links-block .epg-row .epg-content-col h3 {
  margin: 0 0 30px;
}
.epg-links-block .epg-row .epg-content-col ul,
.epg-links-block .epg-row .epg-content-col li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.epg-links-block .epg-row .epg-items {
  display: flex;
  flex-flow: row wrap;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.37px;
  color: #150b25;
}
.epg-links-block .epg-row .epg-items li {
  width: calc(33.3333% - 27px);
  padding: 20px 0;
  border-top: none;
  border-bottom: 1px solid #c33e7a;
  margin: -1px 20px 0 20px;
}
.epg-links-block .epg-row .epg-items li:first-child {
  margin-left: 0;
}
.epg-links-block .epg-row .epg-items li:last-child {
  margin-right: 0;
}
.epg-links-block .epg-row .epg-items li:nth-child(3n) {
  margin-right: 0;
}
.epg-links-block .epg-row .epg-items li:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 1161px) {
  .epg-links-block .epg-row .epg-items li {
    width: calc(50% - 20px);
  }
  .epg-links-block .epg-row .epg-items li:nth-child(odd) {
    margin-left: 0;
    margin-right: 20px;
  }
  .epg-links-block .epg-row .epg-items li:nth-child(even) {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1161px) {
  .epg-links-block .epg-row .epg-items li:nth-child(3n) {
    border-top: 1px solid #c33e7a;
  }
}
@media only screen and (min-width: 769px) {
  .epg-links-block .epg-row .epg-items li:nth-child(1), .epg-links-block .epg-row .epg-items li:nth-child(2) {
    border-top: 1px solid #c33e7a;
  }
  .epg-links-block .epg-row .epg-items li:nth-last-child(2), .epg-links-block .epg-row .epg-items li:nth-last-child(1) {
    border-bottom: 1px solid #c33e7a;
  }
}
@media only screen and (max-width: 769px) {
  .epg-links-block .epg-row .epg-items li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .epg-links-block .epg-row .epg-items li:first-child {
    border-top: 1px solid #c33e7a;
  }
  .epg-links-block .epg-row .epg-items li:last-child {
    border-bottom: 1px solid #c33e7a;
  }
  .epg-links-block .epg-row .epg-items li:nth-child(odd), .epg-links-block .epg-row .epg-items li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
.epg-links-block .epg-row .epg-items li a {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
  color: #150b25 !important;
  background: url("../../static/img/arrow_pink_right.png") right 5px no-repeat;
  background-size: 20px 20px !important;
}
.epg-links-block .epg-row .epg-items li a:hover {
  text-decoration: underline;
}

/* This is for inside the 23/13 container */
.epg-2-columns-2313 .epg-left-col .epg-links-block .epg-row .epg-content-col .epg-items li {
  width: calc(50% - 20px) !important;
}
.epg-2-columns-2313 .epg-left-col .epg-links-block .epg-row .epg-content-col .epg-items li:nth-child(odd) {
  margin-left: 0;
  margin-right: 20px;
}
.epg-2-columns-2313 .epg-left-col .epg-links-block .epg-row .epg-content-col .epg-items li:nth-child(even) {
  margin-left: 20px;
  margin-right: 0;
}
@media only screen and (min-width: 1161px) {
  .epg-2-columns-2313 .epg-left-col .epg-links-block .epg-row .epg-content-col .epg-items li:nth-child(3n) {
    border-top: none;
  }
}
@media only screen and (min-width: 769px) {
  .epg-2-columns-2313 .epg-left-col .epg-links-block .epg-row .epg-content-col .epg-items li:nth-child(2) {
    border-top: 1px solid #c33e7a;
  }
}
.epg-2-columns-2313 .epg-right-col .epg-links-block .epg-row .epg-content-col .epg-items li {
  width: 100% !important;
}
@media only screen and (min-width: 1161px) {
  .epg-2-columns-2313 .epg-right-col .epg-links-block .epg-row .epg-content-col .epg-items li:nth-child(3n) {
    border-top: none;
  }
}
@media only screen and (min-width: 769px) {
  .epg-2-columns-2313 .epg-right-col .epg-links-block .epg-row .epg-content-col .epg-items li:nth-child(2) {
    border-top: none;
  }
}
.epg-2-columns-2313 .epg-right-col .epg-links-block .epg-row .epg-content-col .epg-items li:first-child {
  border-top: 1px solid #c33e7a;
}
.epg-2-columns-2313 .epg-right-col .epg-links-block .epg-row .epg-content-col .epg-items li:last-child {
  border-bottom: 1px solid #c33e7a;
}
.epg-2-columns-2313 .epg-right-col .epg-links-block .epg-row .epg-content-col .epg-items li:nth-child(odd), .epg-2-columns-2313 .epg-right-col .epg-links-block .epg-row .epg-content-col .epg-items li:nth-child(even) {
  margin-left: 0;
  margin-right: 0;
}

.epg-share-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-share-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-share-block .epg-row {
  /* Basics */
  /*  Content Container */
}
.epg-share-block .epg-row .epg-content-col ul, .epg-share-block .epg-row .epg-content-col li {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
}
.epg-share-block .epg-row .epg-content-col ul::before, .epg-share-block .epg-row .epg-content-col li::before {
  content: "" !important;
  background: none !important;
}
.epg-share-block .epg-row .body {
  background-color: #F1EFEE;
  border-radius: 6px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #150b25;
  padding: 30px 45px;
}
.epg-share-block .epg-row .body div.epg-headline {
  color: #000;
  font-family: "Century Gothic";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: 32px;
}
.epg-share-block .epg-row .body div.epg-headline, .epg-share-block .epg-row .body div.epg-icons {
  padding: 0 15px 0 15px;
}
.epg-share-block .epg-row .body .share {
  display: none;
}
.epg-share-block .epg-row .body .share:hover {
  text-decoration: none;
}
.epg-share-block .epg-row .body ul {
  display: flex;
  white-space: nowrap;
}
.epg-share-block .epg-row .body ul.epg-social-media li {
  margin-right: 30px;
}
.epg-share-block .epg-row .body ul.epg-social-media li:last-child {
  margin-right: 0 !important;
}
.epg-share-block .epg-row .body ul.epg-social-media li.icon1:hover img {
  content: url("../img/icons/icon_facebook_dark_a.png");
}
.epg-share-block .epg-row .body ul.epg-social-media li.icon2:hover img {
  content: url("../img/icons/icon_twitter_dark_a.png");
}
.epg-share-block .epg-row .body ul.epg-social-media li.icon3:hover img {
  content: url("../img/icons/icon_linked_in_a.png");
}
.epg-share-block .epg-row .body ul.epg-social-media li.icon4:hover img {
  content: url("../img/icons/icon_email_dark_a.png");
}
.epg-share-block .epg-row .body ul.epg-social-media li a {
  border-bottom: 0;
}
.epg-share-block .epg-row .body ul.epg-social-media li img {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 1161px) {
  .epg-share-block .epg-row .body {
    padding: 0 0 0 15px !important;
    align-items: stretch;
    height: 100%;
  }
  .epg-share-block .epg-row .body .epg-headline {
    padding: 30px 15px !important;
  }
  .epg-share-block .epg-row .body ul {
    display: none;
  }
  .epg-share-block .epg-row .body .epg-icons {
    padding: 0 !important;
    width: 194px !important;
    border-left: 1px solid #999999;
  }
  .epg-share-block .epg-row .body .epg-icons .share {
    width: 194px;
    height: 100%;
    display: block;
    background: url("../img/icons/icon_share_dark.png") center no-repeat;
    background-size: 128px 39px;
  }
}
@media only screen and (max-width: 577px) {
  .epg-share-block .epg-row .body {
    flex-flow: wrap;
    padding: 0 !important;
  }
  .epg-share-block .epg-row .body div.epg-headline {
    margin-bottom: 20px !important;
    flex-direction: column;
    justify-content: start;
    padding: 30px 20px 20px !important;
  }
  .epg-share-block .epg-row .body div.epg-headline, .epg-share-block .epg-row .body div.epg-icons {
    width: 100%;
  }
  .epg-share-block .epg-row .body div.epg-headline {
    margin-bottom: 0 !important;
  }
  .epg-share-block .epg-row .body .epg-icons {
    padding: 0 !important;
    width: 100% !important;
    border-left: none;
    border-top: 1px solid #999999;
  }
  .epg-share-block .epg-row .body .epg-icons .share {
    padding: 20px !important;
    width: 100% !important;
    height: 100%;
    display: block;
    background: url("../img/icons/icon_share_dark.png") center no-repeat;
    background-size: 128px 39px;
  }
}
@media only screen and (max-width: 340px) {
  .epg-share-block .epg-row .body ul li img {
    width: 40px !important;
    height: 40px !important;
  }
}

/* This is for inside the 23/13 container */
.epg-2-columns-2313 .epg-left-col .epg-share-block .epg-row .body {
  padding: 30px 15px;
}
@media only screen and (max-width: 1161px) {
  .epg-2-columns-2313 .epg-left-col .epg-share-block .epg-row .body {
    flex-flow: wrap;
    padding: 0 !important;
  }
  .epg-2-columns-2313 .epg-left-col .epg-share-block .epg-row .body div.epg-headline {
    margin-bottom: 20px !important;
    flex-direction: column;
    justify-content: start;
    padding: 30px 20px 20px !important;
  }
  .epg-2-columns-2313 .epg-left-col .epg-share-block .epg-row .body div.epg-headline, .epg-2-columns-2313 .epg-left-col .epg-share-block .epg-row .body div.epg-icons {
    width: 100%;
  }
  .epg-2-columns-2313 .epg-left-col .epg-share-block .epg-row .body div.epg-headline {
    margin-bottom: 0 !important;
  }
  .epg-2-columns-2313 .epg-left-col .epg-share-block .epg-row .body ul {
    display: none !important;
  }
  .epg-2-columns-2313 .epg-left-col .epg-share-block .epg-row .body .epg-icons {
    padding: 0 !important;
    width: 100% !important;
    border-left: none;
    border-top: 1px solid #999999;
  }
  .epg-2-columns-2313 .epg-left-col .epg-share-block .epg-row .body .epg-icons .share {
    padding: 20px !important;
    width: 100% !important;
    height: 100%;
    display: block;
    background: url("../img/icons/icon_share_dark.png") center no-repeat;
    background-size: 128px 39px;
  }
}
.epg-2-columns-2313 .epg-right-col .epg-share-block .epg-row .body {
  flex-flow: wrap;
  padding: 0 !important;
}
.epg-2-columns-2313 .epg-right-col .epg-share-block .epg-row .body div.epg-headline {
  margin-bottom: 20px !important;
  flex-direction: column;
  justify-content: start;
  padding: 30px 20px 20px !important;
}
.epg-2-columns-2313 .epg-right-col .epg-share-block .epg-row .body div.epg-headline, .epg-2-columns-2313 .epg-right-col .epg-share-block .epg-row .body div.epg-icons {
  width: 100%;
}
.epg-2-columns-2313 .epg-right-col .epg-share-block .epg-row .body div.epg-headline {
  margin-bottom: 0 !important;
}
.epg-2-columns-2313 .epg-right-col .epg-share-block .epg-row .body ul {
  display: none !important;
}
.epg-2-columns-2313 .epg-right-col .epg-share-block .epg-row .body .epg-icons {
  padding: 0 !important;
  width: 100% !important;
  border-left: none;
  border-top: 1px solid #999999;
}
.epg-2-columns-2313 .epg-right-col .epg-share-block .epg-row .body .epg-icons .share {
  padding: 20px !important;
  width: 100% !important;
  height: 100%;
  display: block;
  background: url("../img/icons/icon_share_dark.png") center no-repeat;
  background-size: 128px 39px;
}

.epg-asset-list-block {
  font-family: "WorkSans";
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-asset-list-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-asset-list-block ul, .epg-asset-list-block li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.epg-asset-list-block .body {
  overflow: hidden;
  padding: 50px 0 50px 0;
  border-top: 1px solid #150b25;
  border-bottom: 1px solid #150b25;
}
.epg-asset-list-block h3 {
  margin-bottom: 30px;
}
.epg-asset-list-block ul {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.epg-asset-list-block ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  .epg-asset-list-block ul li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.epg-asset-list-block ul li:last-child {
  margin-bottom: 0;
}
.epg-asset-list-block ul li a {
  display: block;
  text-decoration: none;
  padding-left: 70px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: left top;
}
.epg-asset-list-block ul li a.pdf {
  background-image: url("../img/icons/icon_asset_list_pdf_pink.png");
}
.epg-asset-list-block ul li a.excel, .epg-asset-list-block ul li a.xls, .epg-asset-list-block ul li a.xlsx {
  background-image: url("../img/icons/icon_asset_list_excel_pink.png");
}
.epg-asset-list-block ul li a.powerpoint, .epg-asset-list-block ul li a.ppt, .epg-asset-list-block ul li a.pptx {
  background-image: url("../img/icons/icon_asset_list_powerpoint_pink.png");
}
.epg-asset-list-block ul li a.word, .epg-asset-list-block ul li a.doc, .epg-asset-list-block ul li a.docx {
  background-image: url("../img/icons/icon_asset_list_word_pink.png");
}
.epg-asset-list-block ul li a:hover div.epg-asset-title {
  color: #009f29;
}
.epg-asset-list-block ul li a:hover div.epg-asset-data {
  color: #150b25;
}
.epg-asset-list-block ul li div.epg-asset-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.37px;
}
.epg-asset-list-block ul li div.epg-asset-data {
  font-family: "RobotoCondensed-VariableFont";
  display: block;
  font-size: 14px;
  letter-spacing: -0.29px;
  line-height: 26px;
}

/* This is for inside the 23/13 container */
@media only screen and (max-width: 993px) {
  .epg-2-columns-2313 .epg-left-col .epg-asset-list-block ul li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.width100.bgGrey .epg-nav-cards-block {
  padding-top: 77px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .width100.bgGrey .epg-nav-cards-block {
    padding-top: 52px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .width100.bgGrey .epg-nav-cards-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.width80.bgGrey .epg-featured-block {
  padding-top: 77px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .width80.bgGrey .epg-featured-block {
    padding-top: 52px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .width80.bgGrey .epg-featured-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.epg-nav-cards-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-nav-cards-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-nav-cards-block h3 {
  margin-bottom: 30px;
}
.epg-nav-cards-block .epg-body-text {
  font-size: 26px;
  letter-spacing: -0.54px;
  line-height: 36px;
  margin-bottom: 60px;
}
.epg-nav-cards-block .epg-cards-container.standard {
  margin: 0 -20px -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.epg-nav-cards-block .epg-cards-container.standard a {
  padding: 0 20px;
  text-decoration: none !important;
  color: #150b25 !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 769px) {
  .epg-nav-cards-block .epg-cards-container.standard a {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.epg-nav-cards-block .epg-cards-container.standard a .epg-card {
  height: 398px;
  overflow: hidden;
  border: 0;
  border-radius: 6px !important;
}
@media only screen and (max-width: 577px) {
  .epg-nav-cards-block .epg-cards-container.standard a .epg-card {
    overflow: auto;
  }
}
.epg-nav-cards-block .epg-cards-container.standard a .epg-card .epg-card-body {
  height: 195px;
  padding: 25px 30px;
  overflow: hidden;
}
.epg-nav-cards-block .epg-cards-container.standard a .epg-card .epg-card-title {
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 34px;
  max-height: 68px;
  overflow: hidden;
}
.epg-nav-cards-block .epg-cards-container.standard a .epg-card .epg-card-title.epg-tag-new::after {
  margin-left: 5px;
  right: initial;
  bottom: 3px;
}
.epg-nav-cards-block .epg-cards-container.standard a .epg-card .epg-card-text {
  font-size: 18px;
  letter-spacing: -0.38px;
  line-height: 1.5;
  height: 56px;
  font-family: Lora;
}
.epg-nav-cards-block .epg-card .epg-image-div {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.epg-nav-cards-block .epg-card .epg-image-div .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* This is for the 80% container */
.width80 .epg-nav-cards-block .epg-cards-container.standard a {
  padding: 0 20px !important;
}
.width80 .epg-nav-cards-block .epg-cards-container.standard a .epg-card {
  height: 503px;
}
.width80 .epg-nav-cards-block .epg-cards-container.standard a .epg-card .epg-card-body {
  height: 247px !important;
}
.width80 .epg-nav-cards-block .epg-cards-container.standard a .epg-card .epg-card-body .epg-card-text {
  height: 84px;
}

/* This is for inside the 23/13 container */
.epg-2-columns-2313 .epg-left-col .epg-nav-cards-block .epg-cards-container a {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.epg-nav-cards-block {
  font-family: "WorkSans";
  color: #191a1a;
}
.epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-cards-container.standard a, .epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-cards-container.owl-carousel a {
  color: #191a1a !important;
}
.epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-cards-container.standard a .epg-card, .epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-cards-container.owl-carousel a .epg-card {
  box-shadow: none;
  border-radius: 0 !important;
}
.epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-cards-container.standard a .epg-card .epg-card-title, .epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-cards-container.owl-carousel a .epg-card .epg-card-title {
  font-weight: 600;
}
.epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-cards-container.standard a .epg-card .epg-card-text, .epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-cards-container.owl-carousel a .epg-card .epg-card-text {
  font-family: inherit;
}
.epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-card .epg-image-div {
  border-radius: 0 !important;
}
.epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-nav-cards-block__title {
  font-family: "PlayFair-VariableFont";
  font-weight: 500;
}
.epg-nav-cards-block.epg-nav-cards-block--rebrand .epg-body-text {
  font-size: 20px;
}

.epg-nav-cards-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-nav-cards-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-nav-cards-block .epg-cards-container.owl-carousel a {
  text-decoration: none !important;
  color: #150b25 !important;
}
.epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card {
  height: 398px;
  overflow: hidden;
  width: 360px !important;
  height: 398px !important;
  padding: 0;
  overflow: hidden;
  border: 0;
}
@media only screen and (max-width: 576px) {
  .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card {
    width: 280px !important;
    height: 364px !important;
  }
}
.epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .epg-card-body {
  overflow: hidden !important;
  height: 195px;
  padding: 25px 30px;
}
@media only screen and (max-width: 576px) {
  .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .epg-card-body {
    height: 206px;
    padding: 20px !important;
  }
}
.epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .epg-card-title {
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 34px;
  max-height: 68px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .epg-card-title {
    font-size: 22px;
    letter-spacing: -0.46px;
    line-height: 32px;
    max-height: 64px;
    overflow: hidden;
  }
}
.epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .epg-card-title.epg-tag-new::after {
  margin-left: 5px;
  right: initial;
  bottom: 3px;
}
.epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .epg-card-text {
  overflow: hidden;
  font-size: 18px;
  letter-spacing: -0.38px;
  line-height: 1.5;
  height: 56px;
  font-family: Lora;
}
@media only screen and (max-width: 576px) {
  .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card .epg-card-text {
    font-size: 16px;
    letter-spacing: -0.34px;
    line-height: 26px;
  }
}
.epg-nav-cards-block .epg-cards-container.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
  margin: -10px -5px;
  padding: 10px 5px;
}
@media only screen and (max-width: 1160px) {
  .epg-nav-cards-block .epg-cards-container.owl-carousel .owl-stage-outer {
    margin-right: -15px;
    padding-right: 15px;
  }
}
.epg-nav-cards-block .epg-cards-container.owl-carousel.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  position: relative;
  width: 260px;
  overflow: hidden;
  height: 30px !important;
  margin: 30px auto 0 !important;
}
.epg-nav-cards-block .epg-cards-container.owl-carousel.owl-theme .owl-dots.dotsSlideActive {
  justify-content: left;
}
@media only screen and (max-width: 576px) {
  .epg-nav-cards-block .epg-cards-container.owl-carousel.owl-theme .owl-dots {
    margin: 15px 0 0 !important;
    left: 0;
    justify-content: left;
  }
}
.epg-nav-cards-block .epg-cards-container.owl-carousel.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.epg-nav-cards-block .epg-cards-container.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #707070 !important;
}
.epg-nav-cards-block .epg-cards-container.owl-carousel.owl-theme .owl-dots .owl-dot.active {
  outline: none !important;
}
.epg-nav-cards-block .epg-cards-container.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #707070 !important;
}
.epg-nav-cards-block .epg-cards-container.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 5px !important;
  border-radius: 10px !important;
  background-color: #D0D0D0 !important;
}

.width80 .epg-nav-cards-block .owl-stage-outer {
  margin-right: -110px !important;
  padding-right: 110px !important;
}
@media only screen and (max-width: 1160px) {
  .width80 .epg-nav-cards-block .owl-stage-outer {
    margin-right: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1160px) {
  .epg-2-columns-2313 .epg-left-col .epg-nav-cards-block .owl-stage-outer {
    margin-right: 0;
    padding-right: 0;
  }
}

.epg-image-carousel-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-image-carousel-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-image-carousel-block .epg-body-text {
  font-size: 26px;
  letter-spacing: -0.54px;
  line-height: 36px;
  margin-bottom: 60px;
}
.epg-image-carousel-block .epg-card-container {
  padding-bottom: 50px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  height: auto;
  border-bottom: 1px solid #150b25;
}
@media only screen and (max-width: 577px) {
  .epg-image-carousel-block .epg-card-container {
    padding-bottom: 25px;
  }
}
.epg-image-carousel-block .epg-card-container .epg-card {
  padding: 0;
  overflow: hidden;
  border: 0;
}
@media only screen and (max-width: 577px) {
  .epg-image-carousel-block .epg-card-container .epg-card {
    width: 280px !important;
  }
}
.epg-image-carousel-block .epg-card-container .epg-card .image {
  border: 0;
  border-radius: 6px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.epg-image-carousel-block .epg-card-container .epg-card .epg-card-body {
  overflow: hidden !important;
  height: auto;
  padding: 60px 70px 0;
}
@media only screen and (max-width: 577px) {
  .epg-image-carousel-block .epg-card-container .epg-card .epg-card-body {
    padding: 60px 0px 0;
  }
}
.epg-image-carousel-block .epg-card-container .epg-card .epg-card-title {
  font-size: 18px;
  letter-spacing: -0.38px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 577px) {
  .epg-image-carousel-block .epg-card-container .epg-card .epg-card-title {
    text-align: left;
  }
}
.epg-image-carousel-block .epg-card-container .epg-card .epg-card-text {
  font-size: 18px;
  letter-spacing: -0.38px;
  line-height: 1.5;
  font-family: Lora;
  text-align: center;
}
@media only screen and (max-width: 577px) {
  .epg-image-carousel-block .epg-card-container .epg-card .epg-card-text {
    text-align: left;
  }
}
.epg-image-carousel-block .epg-card-container a {
  text-decoration: none;
  color: #2B004B;
}
.epg-image-carousel-block .epg-card-container a:hover {
  text-decoration: underline;
}

.epg-image-carousel-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-image-carousel-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-image-carousel-block .epg-card-container {
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .epg-image-carousel-block .epg-card-container {
    overflow: visible !important;
  }
}
@media only screen and (max-width: 576px) {
  .epg-image-carousel-block .epg-card-container.owl-carousel .owl-stage-outer {
    margin-right: -15px !important;
    padding-right: 15px !important;
  }
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-stage-outer .owl-item .epg-card .image > picture {
  top: 0;
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 577px) {
  .epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav {
    display: none;
  }
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav .btnPrevLayer {
  position: absolute;
  width: 70px;
  height: 500px;
  background-color: #ffffff;
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav .btnNextLayer {
  position: absolute;
  right: 0;
  width: 70px;
  height: 500px;
  background-color: #ffffff;
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav button {
  position: absolute;
  top: 30px;
  vertical-align: top;
  background-color: #ffffff;
  margin: 0;
  outline: none !important;
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav button span {
  padding: 0;
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  border-color: #009f29;
  background-color: #009f29;
  outline: none !important;
  display: block;
  cursor: pointer !important;
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav button.disabled {
  opacity: 1;
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav button.owl-prev span {
  background: #009f29 url("../img/arrow_white_left.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 12px;
}
.epg-image-carousel-block .epg-card-container.owl-carousel .owl-nav button.owl-next span {
  background: #009f29 url("../img/arrow_white_right.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 15px;
}
.epg-image-carousel-block .epg-card-container.owl-carousel.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 260px;
  overflow: hidden;
  height: 30px !important;
  margin: auto !important;
  left: calc(50% - 130px);
}
.epg-image-carousel-block .epg-card-container.owl-carousel.owl-theme .owl-dots.dotsSlideActive {
  justify-content: left;
}
@media only screen and (max-width: 576px) {
  .epg-image-carousel-block .epg-card-container.owl-carousel.owl-theme .owl-dots {
    margin: 0 !important;
    left: 0;
    justify-content: left;
  }
}
.epg-image-carousel-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.epg-image-carousel-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #707070 !important;
}
.epg-image-carousel-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot.active {
  outline: none !important;
}
.epg-image-carousel-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #707070 !important;
}
.epg-image-carousel-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 5px !important;
  border-radius: 10px !important;
  background-color: #D0D0D0 !important;
}

picture.epg-image > img {
  align-self: center;
}
picture.epg-image.background {
  position: absolute;
  z-index: -1;
}
picture.epg-image.clear-index {
  z-index: initial;
}
picture.epg-image.fit-to-area {
  display: flex;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
picture.epg-image.fit-to-area > img {
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
picture.epg-image.round-6 {
  border-radius: 6px;
}
@media (max-width: 576px) {
  picture.epg-image.hero-search {
    height: 410px;
  }
}

.event_summary {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .event_summary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event_summary .epg-row {
  /* Basics */
}
.event_summary .epg-row .epg-content-col h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 577px) {
  .event_summary .epg-row .epg-content-col h3 {
    margin-bottom: 25px;
    font-size: 26px;
    letter-spacing: -0.54px;
    line-height: 36px;
  }
}
.event_summary .epg-row .epg-content-col .epg-body-text {
  font-size: 26px;
  letter-spacing: -0.54px;
  line-height: 36px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 577px) {
  .event_summary .epg-row .epg-content-col .epg-body-text {
    margin-bottom: 25px;
    font-size: 20px;
    letter-spacing: -0.41px;
    line-height: 30px;
  }
}
.event_summary .epg-row .epg-content-col ul, .event_summary .epg-row .epg-content-col li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.event_summary .epg-row .epg-container-grey {
  margin-bottom: 60px;
  background-color: #F1EFEE;
  border-radius: 6px;
  padding: 25px 35px 3px;
}
@media only screen and (max-width: 577px) {
  .event_summary .epg-row .epg-container-grey {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1161px) {
  .event_summary .epg-row .epg-container-grey {
    padding: 25px 20px 3px;
  }
}
.event_summary .epg-row .epg-container-grey ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.event_summary .epg-row .epg-container-grey ul li {
  padding: 0 5px !important;
  margin-bottom: 22px;
}
@media only screen and (max-width: 577px) {
  .event_summary .epg-row .epg-container-grey ul li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.event_summary .epg-row .epg-container-grey ul li .epg-item {
  padding-left: 44px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: 22px;
  letter-spacing: -0.46px;
  line-height: 28px;
}
@media only screen and (max-width: 1161px) {
  .event_summary .epg-row .epg-container-grey ul li .epg-item {
    font-size: 18px;
    letter-spacing: -0.37px;
    line-height: 28px;
    background-position: left 5px;
    background-size: 20px 20px;
    padding-left: 40px;
  }
}
.event_summary .epg-row .epg-container-grey ul li .epg-item.epg-event-type {
  background-image: url("../img/icons/icon_event_grey.png");
}
.event_summary .epg-row .epg-container-grey ul li .epg-item.epg-event-date {
  background-image: url("../img/icons/icon_date_grey.png");
}
.event_summary .epg-row .epg-container-grey ul li .epg-item.epg-event-location {
  background-image: url("../img/icons/icon_location_grey.png");
}
.event_summary .epg-row .epg-container-grey ul li .epg-asset-title {
  font-weight: bold;
}
.event_summary .epg-row .epg-cta-green {
  min-width: 315px;
  display: inline-block;
  padding: 15px 24px;
  background-color: #009f29;
  color: #ffffff !important;
  font-size: 20px;
  letter-spacing: -0.42px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
}
@media only screen and (max-width: 577px) {
  .event_summary .epg-row .epg-cta-green {
    width: 100%;
    min-width: auto;
  }
}
.event_summary .epg-row .epg-cta-green span {
  padding-right: 35px;
  display: block;
  background: #009f29 url("../img/arrow_white_right.png") no-repeat;
  background-position: center right;
  background-size: 22px 22px;
}

/* This is for inside the 23/13 container */
.epg-2-columns-2313 .epg-left-col .event_summary .epg-row .epg-content-col .epg-container-grey {
  padding: 25px 20px 3px;
}
@media only screen and (max-width: 1161px) {
  .epg-2-columns-2313 .epg-left-col .event_summary .epg-row .epg-content-col .epg-container-grey ul li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-bottom: 22px !important;
  }
}
.epg-2-columns-2313 .epg-left-col .event_summary .epg-row .epg-content-col .epg-container-grey ul li .epg-item {
  font-size: 18px;
  letter-spacing: -0.37px;
  line-height: 28px;
  background-position: left 5px;
  background-size: 20px 20px;
  padding-left: 40px;
}

.epg-cards-block {
  font-family: "WorkSans";
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-cards-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-cards-block .epg-content-col {
  padding: 15px;
  overflow: hidden;
}
.epg-cards-block h2 {
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}
.epg-cards-block.epg-grey-cards .epg-card-container .epg-card {
  background-color: #e6f1ee;
}
.epg-cards-block.epg-white-cards .epg-card-container .epg-card {
  background-color: #ffffff;
}
.epg-cards-block.epg-white-bg .epg-content-col {
  background-color: #ffffff;
}
.epg-cards-block.epg-grey-bg {
  background-color: #e6f1ee;
  max-width: unset;
  overflow: hidden;
}
.epg-cards-block.epg-grey-bg .epg-content-col {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.epg-cards-block .epg-card-container {
  margin-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  height: auto;
}
.epg-cards-block .epg-card-container .epg-card {
  overflow: hidden;
  width: 360px !important;
  height: 451px !important;
  padding: 0;
  overflow: hidden;
  border: 0;
}
@media only screen and (max-width: 576px) {
  .epg-cards-block .epg-card-container .epg-card {
    width: 280px !important;
    height: 414px !important;
  }
}
.epg-cards-block .epg-card-container .epg-card picture.epg-card-img-top {
  width: 360px;
  height: 203px;
}
@media only screen and (max-width: 576px) {
  .epg-cards-block .epg-card-container .epg-card picture.epg-card-img-top {
    width: 280px !important;
    height: 158px !important;
  }
}
.epg-cards-block .epg-card-container .epg-card .epg-card-body {
  overflow: hidden !important;
  height: 200px;
  padding: 20px 30px 0;
}
@media only screen and (max-width: 576px) {
  .epg-cards-block .epg-card-container .epg-card .epg-card-body {
    height: 208px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-cards-block .epg-card-container .epg-card .epg-card-body {
    padding: 20px 20px 0 !important;
  }
}
.epg-cards-block .epg-card-container .epg-card .epg-card-title {
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 24px;
  margin-bottom: 10px !important;
}
.epg-cards-block .epg-card-container .epg-card .epg-card-title.epg-tag-new::after {
  right: 6px;
  top: 0;
}
.epg-cards-block .epg-card-container .epg-card .epg-card-text {
  overflow: hidden;
  font-size: 20px;
  letter-spacing: -0.42px;
  line-height: 1.5;
  font-weight: bold;
  color: #2B004B;
}
.epg-cards-block .epg-card-container .epg-card .epg-card-text a {
  display: block;
  color: #2B004B !important;
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar {
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  color: #369F51 !important;
  font-size: 14px;
  letter-spacing: -0.29px;
  line-height: 36px;
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .epg-clock {
  opacity: 0;
  padding-left: 28px;
  background: url("../img/icons/icon_clock_green.png") left center no-repeat;
  background-size: 18px 18px;
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark a {
  display: inline-block;
  color: #009f29 !important;
  text-decoration: none;
  height: 36px;
  font-weight: bold;
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-inactive {
  padding-left: 30px;
  background: url("../img/icons/icon_bookmark_green.png") left center no-repeat;
  background-size: 20px 20px;
  -webkit-filter: invert(33%) sepia(82%) saturate(1187%) hue-rotate(298deg) brightness(83%) contrast(85%);
          filter: invert(33%) sepia(82%) saturate(1187%) hue-rotate(298deg) brightness(83%) contrast(85%);
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-active {
  padding-left: 30px;
  background: url("../img/icons/icon_bookmark_green_filled.png") left center no-repeat;
  background-size: 20px 20px !important;
  -webkit-filter: invert(33%) sepia(82%) saturate(1187%) hue-rotate(298deg) brightness(83%) contrast(85%);
          filter: invert(33%) sepia(82%) saturate(1187%) hue-rotate(298deg) brightness(83%) contrast(85%);
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-wrapper {
  position: relative;
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-wrapper .bm-inactive,
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-wrapper .bm-active {
  justify-content: center;
  position: relative;
  border-style: none;
  opacity: 1;
  top: 0;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-wrapper .bm-inactive.hidden,
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-wrapper .bm-active.hidden {
  opacity: 0 !important;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-wrapper .bm-inactive.hidden {
  top: -36px !important;
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-wrapper .bm-active {
  margin-top: -36px;
}
.epg-cards-block .epg-card-container .epg-card .epg-bottom-bar .bookmark .bm-wrapper .bm-active.hidden {
  top: 36px !important;
}

.epg-cards-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-cards-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-cards-block .epg-card-container.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
  height: 471px;
  margin: -10px -5px;
  padding: 10px 5px;
}
@media only screen and (max-width: 576px) {
  .epg-cards-block .epg-card-container.owl-carousel .owl-stage-outer {
    height: 434px !important;
  }
}
@media only screen and (max-width: 1160px) {
  .epg-cards-block .epg-card-container.owl-carousel .owl-stage-outer {
    margin-right: -15px;
    padding-right: 15px;
  }
}
.epg-cards-block .epg-card-container.owl-carousel .owl-nav {
  margin: 0 auto !important;
  width: 360px;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .epg-cards-block .epg-card-container.owl-carousel .owl-nav {
    height: 20px !important;
  }
}
.epg-cards-block .epg-card-container.owl-carousel .owl-nav button {
  position: absolute;
  top: 39px;
  vertical-align: top;
  background-color: transparent;
  margin: 0;
  outline: none !important;
}
@media only screen and (max-width: 1160px) {
  .epg-cards-block .epg-card-container.owl-carousel .owl-nav button {
    display: none;
  }
}
.epg-cards-block .epg-card-container.owl-carousel .owl-nav button span {
  padding: 0;
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  border-color: #009f29;
  background-color: #009f29;
  outline: none !important;
  display: block;
  cursor: pointer !important;
}
.epg-cards-block .epg-card-container.owl-carousel .owl-nav button.disabled {
  opacity: 1;
}
.epg-cards-block .epg-card-container.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.epg-cards-block .epg-card-container.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.epg-cards-block .epg-card-container.owl-carousel .owl-nav button.owl-prev span {
  background: #c33e7a url("../img/arrow_white_left.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 12px;
}
.epg-cards-block .epg-card-container.owl-carousel .owl-nav button.owl-next span {
  background: #c33e7a url("../img/arrow_white_right.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 15px;
}
.epg-cards-block .epg-card-container.owl-carousel.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  position: relative;
  width: 216px;
  overflow: hidden;
  height: 30px !important;
  margin: auto !important;
}
.epg-cards-block .epg-card-container.owl-carousel.owl-theme .owl-dots.dotsSlideActive {
  justify-content: left;
}
@media only screen and (max-width: 1160px) {
  .epg-cards-block .epg-card-container.owl-carousel.owl-theme .owl-dots {
    margin: 0 !important;
    text-align: left !important;
  }
}
.epg-cards-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.epg-cards-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #707070 !important;
}
.epg-cards-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot.active {
  outline: none !important;
}
.epg-cards-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #707070 !important;
}
.epg-cards-block .epg-card-container.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 6px 6px !important;
  border-radius: 1000px !important;
  background-color: #D0D0D0 !important;
}

.epg-news-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-news-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-news-block.grey .epg-card, .epg-news-block.epg-grey-cards .epg-card {
  background-color: #e6f1ee !important;
}
.epg-news-block.grey .epg-card .epg-card-footer, .epg-news-block.epg-grey-cards .epg-card .epg-card-footer {
  background-color: #e6f1ee !important;
}
.epg-news-block.epg-white-cards .epg-card-container .epg-card {
  background-color: #ffffff;
}
.epg-news-block.epg-white-bg .epg-content-col {
  background-color: #ffffff;
}
.epg-news-block.epg-grey-bg {
  background-color: #e6f1ee;
  max-width: unset;
  overflow: hidden;
}
.epg-news-block.epg-grey-bg .epg-content-col {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.epg-news-block.epg-pink-bg {
  background-color: #c33e7a;
  max-width: unset;
  overflow: hidden;
}
.epg-news-block.epg-pink-bg .epg-content-col {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.epg-news-block.epg-pink-bg .epg-content-col h2, .epg-news-block.epg-pink-bg .epg-content-col .epg-text {
  color: #ffffff;
}
.epg-news-block .epg-see-all-news {
  padding-top: 20px;
}
.epg-news-block .epg-see-all-news a {
  color: #150b25;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: 32px;
}
.epg-news-block .epg-see-all-news a:hover {
  color: #009f29;
}
.epg-news-block .epg-see-all-news a:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  top: -2px;
  background-image: url("../img/arrow_green_right.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .epg-news-block .epg-see-all-news a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.37px;
    line-height: 28px;
  }
  .epg-news-block .epg-see-all-news a:after {
    background-size: 18px 18px;
    top: -1px;
  }
}
.epg-news-block .epg-row .epg-content-col {
  font-family: "WorkSans";
  padding: 15px;
}
.epg-news-block .epg-row .epg-content-col h2 {
  margin-bottom: 26px;
}
.epg-news-block .epg-row .epg-content-col .epg-text {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.54px;
  margin-bottom: 66px;
}
.epg-news-block .epg-row .epg-content-col .epg-news-left-col,
.epg-news-block .epg-row .epg-content-col .epg-news-right-col {
  flex-direction: column;
}
.epg-news-block .epg-row .epg-content-col .epg-card {
  border-style: none;
  border-radius: 6px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-header {
  padding: 0;
  background-color: #ffffff;
  border-style: none;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body {
  flex-direction: column;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
  max-height: 230px;
  border-bottom: 1px solid #c33e7a;
  padding-bottom: 30px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper a:hover {
  text-decoration: none;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper a:hover .epg-card-headline {
  text-decoration: underline;
  color: #2a1c48;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title {
  font-family: "RobotoCondensed-VariableFont";
  color: #2a1c48;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 10px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.33px;
  color: #150b25;
  font-weight: normal;
  margin-bottom: 9px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title.epg-tag-new::after {
  margin-left: 5px;
  right: initial;
  bottom: 3px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
  font-family: "WorkSans";
  color: #150b25;
  font-size: 18px;
  letter-spacing: -0.38px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer {
  flex-direction: row;
  border-style: none;
  color: #150b25;
  background-color: #ffffff;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: -0.29px;
  padding: 12px 0 16px 0;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-read-more {
  font-family: "RobotoCondensed-VariableFont";
  padding-right: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-read-more a {
  color: #c33e7a;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-read-more img {
  margin-right: 10px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark {
  font-weight: 700;
  line-height: 36px;
  overflow-y: hidden;
  padding-left: 0;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a {
  color: #150b25;
  text-decoration: none;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper {
  position: relative;
  width: 100%;
  height: 50%;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-inactive,
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-active {
  justify-content: flex-end;
  position: relative;
  border-style: none;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100%;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-inactive.hidden,
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-active.hidden {
  opacity: 0 !important;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-inactive.hidden {
  top: -30px !important;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-active {
  top: -18px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-active.hidden {
  top: 30px !important;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-inactive:before,
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-active:before {
  position: relative;
  content: "";
  background-size: 17px 25px;
  background-repeat: no-repeat;
  width: 17px;
  height: 30px;
  top: 6px;
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-inactive:before {
  background-image: url("../img/icons/icon_bookmark_pink.png");
}
.epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a .bm-wrapper .bm-active:before {
  background-image: url("../img/icons/icon_bookmark_pink_filled.png");
}
.epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card {
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card {
    flex-direction: row;
  }
}
@media only screen and (max-width: 576px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card {
    flex-direction: column;
  }
}
.epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header {
    max-width: 52%;
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header {
    max-width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
  }
}
.epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img {
  height: 326px;
}
@media only screen and (max-width: 768px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img {
    flex-shrink: 0;
    max-height: 100%;
    min-height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-header img {
    height: 158px;
    min-height: 158px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
  }
}
.epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-body-wrapper {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-body-wrapper {
    max-width: 48%;
  }
}
@media only screen and (max-width: 576px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-left-col .epg-card .epg-card-body-wrapper {
    max-width: 100%;
  }
}
.epg-news-block .epg-row .epg-content-col .epg-news-right-col {
  flex-direction: column;
  min-height: 100% !important;
  height: 100% !important;
}
.epg-news-block .epg-row .epg-content-col .epg-news-right-col .epg-card {
  flex-grow: 1;
  flex-direction: row;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-right-col {
    flex-direction: row;
    min-height: auto !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 576px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-right-col {
    flex-direction: column;
    min-height: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-right-col .epg-card {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .epg-news-block .epg-row .epg-content-col .epg-news-right-col .epg-card:last-child {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .epg-news-block .epg-row .epg-content-col .epg-news-right-col .epg-card {
    width: 100%;
    margin-right: 0;
  }
}

.epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-news-right-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col {
  flex-direction: row;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card {
  width: calc(50% - 15px);
  margin-right: 15px;
  height: auto !important;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card:last-child {
  margin-left: 15px;
  margin-right: 0;
}
@media only screen and (max-width: 880px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-news-right-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col {
    flex-direction: column;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card {
    width: 100%;
    margin-right: 0;
    height: 100% !important;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-news-right-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col {
    flex-direction: row;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card {
    width: calc(50% - 15px);
    margin-right: 10px;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card:last-child {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-news-right-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col {
    flex-direction: column;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card {
    width: 100%;
    margin-right: 0;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-news-right-col .epg-card:last-child {
    margin-left: 0;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image {
  order: 2;
  flex: 0 0 52%;
  max-width: 52%;
  padding-left: 0;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img {
  flex-shrink: 0;
  max-height: 100%;
  min-height: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (max-width: 880px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img {
    height: 158px;
    min-height: 158px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image {
    order: 2;
    flex: 0 0 52%;
    max-width: 52%;
    padding-left: 0;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img {
    flex-shrink: 0;
    max-height: 100%;
    min-height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-image img {
    height: 158px;
    min-height: 158px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col {
  order: 1;
  flex: 0 0 48%;
  max-width: 48%;
}
@media only screen and (max-width: 880px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col {
    order: 1;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 576px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-news-block .epg-card .epg-card-body-col {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.epg-news-block .epg-news-right-col.owl-carousel .owl-stage {
  display: flex;
}
.epg-news-block .epg-news-right-col.owl-carousel .epg-card {
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 0 !important;
}
.epg-news-block .epg-news-right-col.owl-carousel .epg-card .epg-time img {
  width: 18px !important;
}
.epg-news-block .epg-news-right-col.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
  margin: -10px -5px;
  padding: 10px 5px;
}
@media only screen and (max-width: 1160px) {
  .epg-news-block .epg-news-right-col.owl-carousel .owl-stage-outer {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }
}
.epg-news-block .epg-news-right-col.owl-carousel .owl-stage-outer .owl-item:nth-child(even) {
  margin-right: 0 !important;
}
.epg-news-block .epg-news-right-col.owl-carousel .owl-stage-outer .owl-item:nth-child(odd) {
  margin-left: 0 !important;
}
.epg-news-block .epg-news-right-col.owl-carousel.owl-theme .owl-dots {
  margin-top: 30px !important;
  text-align: left !important;
  margin-top: 15px !important;
}
.epg-news-block .epg-news-right-col.owl-carousel.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.epg-news-block .epg-news-right-col.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #707070 !important;
}
.epg-news-block .epg-news-right-col.owl-carousel.owl-theme .owl-dots .owl-dot.active {
  outline: none !important;
}
.epg-news-block .epg-news-right-col.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #707070 !important;
}
.epg-news-block .epg-news-right-col.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 6px 6px !important;
  border-radius: 1000px !important;
  background-color: #D0D0D0 !important;
}

.epg-auth-wall {
  position: relative;
  margin-bottom: 60px;
}
.epg-auth-wall .epg-fade {
  position: relative;
}
.epg-auth-wall .epg-fade:before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  top: 0;
  left: -2px;
  right: 0;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0), #FFFFFF);
  z-index: 1;
}
.epg-auth-wall .epg-box {
  background-color: #f1efee;
  border-radius: 6px;
  color: #150b25;
  padding: 40px;
  width: 100%;
}
.epg-auth-wall .epg-box .epg-title {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.62px;
  margin-bottom: 25px;
}
.epg-auth-wall .epg-box .epg-text {
  font-family: "Lora", "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.38px;
  margin-bottom: 25px;
}
.epg-auth-wall .epg-box .epg-cta {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.epg-auth-wall .epg-box .epg-cta a {
  background-color: #009f29;
  border-radius: 6px;
  color: #ffffff;
  padding: 10px 20px;
}
.epg-auth-wall .epg-box .epg-cta a:hover {
  text-decoration: none;
}
.epg-auth-wall .epg-box .epg-login {
  font-size: 14px;
}

.epg-preview-body {
  margin-bottom: 22px;
}

.epg-featured-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-featured-block.cards-grey .epg-card {
  background-color: #e6f1ee;
}
.epg-featured-block .epg-see-all-features {
  padding-top: 20px;
}
.epg-featured-block .epg-see-all-features a {
  color: #c33e7a;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: 32px;
}
.epg-featured-block .epg-see-all-features a:hover {
  color: #ffffff;
}
.epg-featured-block .epg-see-all-features a:after {
  position: relative;
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  top: -2px;
  background-image: url("../img/arrow_pink_right.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .epg-featured-block .epg-see-all-features a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.37px;
    line-height: 28px;
  }
  .epg-featured-block .epg-see-all-features a:after {
    background-size: 18px 18px;
    top: -1px;
  }
}
.epg-featured-block .epg-button-big {
  position: relative;
  background-color: #c33e7a;
  color: #ffffff;
  width: 100%;
  padding: 18px 45px 18px 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.42px;
  line-height: 25px;
}
.epg-featured-block .epg-button-big:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 22px;
  right: 22px;
  background-image: url(../img/arrow_white_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
@media only screen and (max-width: 768px) {
  .epg-featured-block .epg-button-big {
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.38px;
    line-height: 22px;
  }
  .epg-featured-block .epg-button-big:after {
    position: absolute;
    content: "";
    height: 21px;
    width: 18px;
    right: 18px;
    background-image: url(../img/arrow_white_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
  }
}
.epg-featured-block .epg-button-big:hover {
  text-decoration: underline;
}
.epg-featured-block .epg-button-small {
  position: relative;
  background-color: #c33e7a;
  color: #ffffff;
  width: 100%;
  padding: 14px 40px 14px 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.38px;
  line-height: 22px;
}
.epg-featured-block .epg-button-small:after {
  position: absolute;
  content: "";
  height: 21px;
  width: 18px;
  right: 18px;
  background-image: url(../img/arrow_white_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
.epg-featured-block .epg-button-small:hover {
  text-decoration: underline;
}
.epg-featured-block .epg-content-col h2 {
  margin-bottom: 30px;
}
.epg-featured-block .epg-content-col .epg-text {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.54px;
  margin-bottom: 66px;
}
@media only screen and (max-width: 576px) {
  .epg-featured-block .epg-content-col .epg-text {
    font-size: 20px;
    letter-spacing: -0.41px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.epg-featured-block .epg-content-col .epg-card {
  padding: 62px 95px 50px 68px;
  border: 1px solid #e6f1ee;
  border-radius: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block .epg-content-col .epg-card {
    padding: 62px 30px 50px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .epg-featured-block .epg-content-col .epg-card {
    padding: 14px 20px 24px 20px;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-header {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-header {
    display: none;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-header .epg-ratio-container {
  margin: auto;
}
@media only screen and (min-width: 577px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-header .epg-ratio-container {
    width: 100% !important;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-header .epg-ratio-container.epg-round > div {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-header .epg-ratio-container.epg-round > div img {
  border-radius: 50%;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-header .circleRectangularImage {
  display: none;
  border-radius: 50% !important;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  margin: auto;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body {
  flex-direction: column;
  width: 100%;
  padding: 0 0 0 35px !important;
}
@media only screen and (max-width: 992px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body {
    padding-left: 0 !important;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
  margin-bottom: 36px;
}
@media only screen and (max-width: 992px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
    margin-bottom: 20px;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper a:hover {
  text-decoration: none;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper a:hover .epg-card-headline {
  text-decoration: underline;
  color: #2a1c48;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper {
    flex-direction: column;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image {
  display: none;
}
@media only screen and (max-width: 992px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image {
    display: flex;
    flex-flow: column;
    max-width: 36px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image .epg-ratio-container {
  margin: auto;
}
@media only screen and (min-width: 577px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image .epg-ratio-container {
    width: 100% !important;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image .epg-ratio-container.epg-round > div {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image .epg-ratio-container.epg-round > div img {
  border-radius: 50%;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title {
  font-family: "WorkSans";
  color: #2a1c48;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 10px;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title {
  font-family: "RobotoCondensed-VariableFont";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.33px;
  color: #150b25;
  font-weight: normal;
  margin-bottom: 9px;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-headline {
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-headline h3 {
    font-size: 22px;
    letter-spacing: -0.46px;
    line-height: 32px;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
  color: #150b25;
  font-family: "WorkSans";
  font-size: 18px;
  letter-spacing: -0.38px;
  text-align: left;
}
@media only screen and (max-width: 576px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
    font-size: 16px;
    letter-spacing: -0.34px;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-left-col {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-left-col {
    margin-bottom: 27px;
    padding-right: 15px;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col {
  flex-direction: row;
  border-style: none;
  color: #009f29;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: -0.29px;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-time {
  padding-left: 50px;
  color: #c33e7a;
  padding-right: 0;
  line-height: 24px;
}
@media only screen and (max-width: 992px) {
  .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-time {
    padding-left: 0;
  }
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-time img {
  margin-right: 10px;
  -webkit-filter: invert(48%) sepia(99%) saturate(3758%) hue-rotate(309deg) brightness(81%) contrast(86%);
          filter: invert(48%) sepia(99%) saturate(3758%) hue-rotate(309deg) brightness(81%) contrast(86%);
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark {
  font-weight: 700;
  line-height: 36px;
  overflow-y: hidden;
  height: 28px;
  padding-left: 0;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a {
  color: #009f29;
  text-decoration: none;
  height: 20px;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 3px;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-inactive,
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-active {
  justify-content: flex-end;
  position: relative;
  border-style: none;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100%;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
  color: #c33e7a;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-inactive.hidden,
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-active.hidden {
  opacity: 0 !important;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-inactive.hidden {
  top: -30px !important;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-active {
  top: -18px;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-active.hidden {
  top: 30px !important;
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-inactive:before,
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-active:before {
  position: relative;
  content: "";
  background-size: 20px 20px;
  background-repeat: no-repeat;
  left: -10px;
  width: 20px;
  height: 20px;
  top: 1px;
  -webkit-filter: invert(33%) sepia(82%) saturate(1187%) hue-rotate(298deg) brightness(83%) contrast(85%);
          filter: invert(33%) sepia(82%) saturate(1187%) hue-rotate(298deg) brightness(83%) contrast(85%);
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-inactive:before {
  background-image: url("../img/icons/icon_bookmark_green.png");
}
.epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a .bm-wrapper .bm-active:before {
  background-image: url("../img/icons/icon_bookmark_green_filled.png");
}
.epg-featured-block .epg-content-col .epg-features-small-col {
  flex-direction: row;
}
@media only screen and (max-width: 576px) {
  .epg-featured-block .epg-content-col .epg-features-small-col {
    flex-direction: column;
  }
}
.epg-featured-block .epg-content-col .epg-features-small-col .epg-card {
  padding: 29px 40px 40px 40px;
  flex-direction: row;
  border-radius: 0;
  border: 1px solid #e6f1ee;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block .epg-content-col .epg-features-small-col .epg-card {
    padding: 14px 20px 24px 20px;
  }
}
.epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper {
  padding: 0;
}
.epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-body {
  padding: 0 !important;
}
.epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col {
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col {
    margin-bottom: 27px;
    padding-right: 15px;
  }
}
.epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col .epg-time {
  padding-left: 13px;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col .epg-time {
    padding-left: 0;
  }
}
.epg-featured-block .epg-content-col .epg-features-small-col .epg-card:nth-child(odd) {
  margin-right: 20px;
}
@media only screen and (max-width: 576px) {
  .epg-featured-block .epg-content-col .epg-features-small-col .epg-card:nth-child(odd) {
    margin-right: 0;
  }
}
.epg-featured-block .epg-content-col .epg-features-small-col .epg-card:nth-child(even) {
  margin-left: 20px;
}
@media only screen and (max-width: 576px) {
  .epg-featured-block .epg-content-col .epg-features-small-col .epg-card:nth-child(even) {
    margin-left: 0;
  }
}
.epg-featured-block .epg-content-col > *:last-child > .epg-card {
  margin-bottom: 0;
}
.epg-featured-block.wog {
  background: #e6f1ee;
  width: 100%;
  max-width: unset;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.epg-featured-block.wog > .epg-row {
  margin: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block.wog > .epg-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.epg-featured-block.wog > .epg-row > .epg-content-col {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block.wog > .epg-row > .epg-content-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-featured-block.wog > .epg-row > .epg-content-col .epg-card {
  border: none;
}
.epg-featured-block.wop {
  color: #ffffff;
  width: 100%;
  max-width: unset;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.epg-featured-block.wop > .epg-row {
  margin: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block.wop > .epg-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.epg-featured-block.wop > .epg-row > .epg-content-col {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block.wop > .epg-row > .epg-content-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-featured-block.wop > .epg-row > .epg-content-col .epg-card {
  border: none;
}
.epg-featured-block.gow {
  background-color: #ffffff;
  width: 100%;
  max-width: unset;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.epg-featured-block.gow > .epg-row {
  margin: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block.gow > .epg-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.epg-featured-block.gow > .epg-row > .epg-content-col {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block.gow > .epg-row > .epg-content-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-featured-block.gow > .epg-row > .epg-content-col .epg-card {
  background-color: #e6f1ee;
  border: none;
}

.width100.bgGrey .epg-featured-block, .width100.bgPink .epg-featured-block {
  padding-top: 77px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .width100.bgGrey .epg-featured-block, .width100.bgPink .epg-featured-block {
    padding-top: 52px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .width100.bgGrey .epg-featured-block, .width100.bgPink .epg-featured-block {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.width100 .epg-featured-block .epg-content-col .epg-card .epg-card-header img {
  max-width: 330px;
  max-height: 330px;
}

.width80.bgGrey .epg-featured-block, .width80.bgPink .epg-featured-block {
  padding-top: 77px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .width80.bgGrey .epg-featured-block, .width80.bgPink .epg-featured-block {
    padding-top: 52px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .width80.bgGrey .epg-featured-block, .width80.bgPink .epg-featured-block {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.width80 .epg-featured-block .epg-content-col .epg-card {
  padding: 62px 30px 50px 30px;
}
@media only screen and (max-width: 1160px) {
  .width80 .epg-featured-block .epg-content-col .epg-card {
    padding: 14px 20px 24px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .width80 .epg-featured-block .epg-content-col .epg-card .epg-card-header {
    display: none;
  }
}
.width80 .epg-featured-block .epg-content-col .epg-card .epg-card-header img {
  max-width: 225px;
  max-height: 225px;
}
.width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card {
  padding: 29px 40px 16px 40px;
}
@media only screen and (max-width: 1160px) {
  .width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card {
    padding: 14px 20px 24px 20px;
  }
}
.width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col {
  margin-bottom: 27px;
  padding-right: 15px;
}
.width80 .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col .epg-time {
  padding-right: 0;
  padding-left: 0;
}

.width100.bgPink .epg-see-all-features a, .width80.bgPink .epg-see-all-features a {
  color: #ffffff;
}
.width100.bgPink .epg-see-all-features a:hover, .width80.bgPink .epg-see-all-features a:hover {
  color: #ffffff;
}
.width100.bgPink .epg-see-all-features a:after, .width80.bgPink .epg-see-all-features a:after {
  background-image: url("../img/arrow_white_right.png");
}

.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card {
  padding: 40px 30px 40px 30px;
}
@media only screen and (max-width: 1160px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card {
    padding: 14px 20px 24px 20px;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-header {
  padding: 0;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-header img {
  max-width: 157px;
  max-height: 157px;
  width: 100%;
  border-radius: 6px;
  height: auto;
}
@media only screen and (max-width: 1160px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-header img {
    max-width: 130px;
    max-height: 130px;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-header img.epg-round {
  border-radius: 50%;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body {
  padding-left: 0 !important;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper {
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1160px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image .epg-ratio-container {
  margin: auto;
}
@media only screen and (min-width: 577px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image .epg-ratio-container {
    width: 100% !important;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image .epg-ratio-container.epg-round > div {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image .epg-ratio-container.epg-round > div img {
  border-radius: 50%;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper div.epg-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper .epg-card-title {
  margin-top: 6px;
  margin-left: 40px;
}
@media only screen and (max-width: 1160px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper .epg-card-title {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper div.epg-image-title-wrapper .epg-card-title.epg-tag-new::after {
  right: 6px;
  top: 0;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
  margin-top: 30px;
}
@media only screen and (max-width: 1160px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
    margin-top: 0;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-time {
  padding-left: 80px;
}
@media only screen and (max-width: 992px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-time {
    padding-left: 0;
  }
}
@media only screen and (max-width: 880px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col {
    flex-direction: column;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card {
    width: 100%;
    margin-right: 0;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col {
    flex-direction: row;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card {
    width: calc(50% - 15px);
    margin-right: 10px;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card:last-child {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col, .epg-2-columns-2313 .search_content_list .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col, .search_content_list .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col {
    flex-direction: column;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card {
    width: 100%;
    margin-right: 0;
  }
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card:last-child {
    margin-left: 0;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card {
  padding: 29px 40px 16px 40px;
}
@media only screen and (max-width: 1160px) {
  .epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card {
    padding: 14px 20px 24px 20px;
  }
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-left-col {
  margin-bottom: 27px;
  padding-right: 15px;
}
.epg-2-columns-2313 .epg-row .epg-left-col .epg-featured-block .epg-content-col .epg-features-small-col .epg-card .epg-card-body-wrapper .epg-card-footer .epg-footer-right-col .epg-time {
  padding-right: 0;
  padding-left: 0;
}

.epg-featured-block .epg-features-small-col.owl-carousel .owl-stage {
  display: flex;
}
.epg-featured-block .epg-features-small-col.owl-carousel .epg-card {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 0 !important;
}
.epg-featured-block .epg-features-small-col.owl-carousel .epg-card .epg-time img {
  width: 18px !important;
}
.epg-featured-block .epg-features-small-col.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
  margin: -10px -5px;
  padding: 10px 5px;
}
@media only screen and (max-width: 1160px) {
  .epg-featured-block .epg-features-small-col.owl-carousel .owl-stage-outer {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }
}
.epg-featured-block .epg-features-small-col.owl-carousel .owl-stage-outer .owl-item:nth-child(even) {
  margin-right: 0 !important;
}
.epg-featured-block .epg-features-small-col.owl-carousel .owl-stage-outer .owl-item:nth-child(odd) {
  margin-left: 0 !important;
}
.epg-featured-block .epg-features-small-col.owl-carousel.owl-theme .owl-dots {
  text-align: left !important;
  margin-top: 15px !important;
}
.epg-featured-block .epg-features-small-col.owl-carousel.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.epg-featured-block .epg-features-small-col.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #707070 !important;
}
.epg-featured-block .epg-features-small-col.owl-carousel.owl-theme .owl-dots .owl-dot.active {
  outline: none !important;
}
.epg-featured-block .epg-features-small-col.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #707070 !important;
}
.epg-featured-block .epg-features-small-col.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 5px !important;
  border-radius: 10px !important;
  background-color: #D0D0D0 !important;
}

.epg-video-block {
  font-family: "WorkSans";
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-video-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-video-block .bm-active,
.epg-video-block .bm-inactive {
  -webkit-filter: invert(33%) sepia(82%) saturate(1187%) hue-rotate(298deg) brightness(83%) contrast(85%);
          filter: invert(33%) sepia(82%) saturate(1187%) hue-rotate(298deg) brightness(83%) contrast(85%);
}
.epg-video-block .epg-clock {
  opacity: 0;
}
.epg-video-block ul, .epg-video-block li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.epg-video-block h2 {
  margin-bottom: 129px;
  margin-bottom: 60px;
}
.epg-video-block .epg-body-text {
  font-size: 26px;
  letter-spacing: -0.54px;
  line-height: 36px;
  margin-bottom: 55px;
}
.epg-video-block h3 {
  margin-bottom: 55px;
}
.epg-video-block .epg-video-block-overlay {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #4f4f4f;
  color: #ffffff !important;
  z-index: 2000;
}
.epg-video-block .epg-video-block-overlay .overlay-outer-container {
  display: flex !important;
  flex-direction: row;
}
.epg-video-block .epg-video-block-overlay .overlay-outer {
  background-color: #4f4f4f;
  width: 33%;
}
.epg-video-block .epg-video-block-overlay .overlay-inner {
  max-width: 1160px;
  padding: 0 !important;
}
@media only screen and (max-width: 1160px) {
  .epg-video-block .epg-video-block-overlay .overlay-inner .epg-ie-helper {
    padding: 0 15px !important;
  }
}
.epg-video-block .epg-video-block-overlay .overlay-inner .epg-close-div {
  height: 109px;
  text-align: right;
  box-sizing: border-box;
  padding-top: 25px;
}
.epg-video-block .epg-video-block-overlay .overlay-inner .epg-close-div .button {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/button_video_overlay_close.png") no-repeat;
  background-size: 26px 26px;
  cursor: pointer;
}
.epg-video-block .epg-video-block-overlay .overlay-inner .video-frame-outer {
  padding: 30px !important;
  background-color: #ffffff;
  border-radius: 6px !important;
}
.epg-video-block .epg-video-block-overlay .overlay-inner .video-frame-outer .video-frame-cards {
  border-radius: 6px !important;
}
.epg-video-block .epg-video-block-overlay a {
  color: #ffffff !important;
}
.epg-video-block .epg-video-main {
  margin-bottom: 45px;
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-video-main {
    margin-bottom: 40px;
  }
}
.epg-video-block .epg-video-main .epg-video-div {
  position: relative !important;
  margin-bottom: 40px;
}
.epg-video-block .epg-video-main .epg-video-div .video {
  border-radius: 6px !important;
  max-height: 650px;
}
.epg-video-block .epg-video-main .epg-video-div .video .video-frame, .epg-video-block .epg-video-main .epg-video-div .video iframe {
  display: none;
  position: absolute;
}
.epg-video-block .epg-video-main .epg-video-div .video .epg-video-play {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.epg-video-block .epg-video-main .epg-video-div .video .epg-video-play .overlay {
  width: 100%;
  height: 100%;
  background: url("../img/button_play_black.png") center no-repeat;
  background-size: 100px 100px;
}
.epg-video-block .epg-video-main .epg-content-div {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column {
  display: flex;
  flex-flow: column;
  position: relative;
  min-width: 65.4%;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .next {
  justify-content: flex-end;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .next .labels {
  padding-left: 10px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .next .button {
  background: #009f29 url("../img/arrow_white_right.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 15px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .next .labels {
  text-align: right;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .next :nth-child(1) {
  order: 2;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .next :nth-child(2) {
  order: 1;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .next a {
  margin: 0 0 0 30px !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .pre-label {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.42px;
  font-weight: bold;
  display: block;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .label {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.33px;
  display: block;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .button {
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
  border-color: #009f29;
  background-color: #009f29;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .labels {
  max-width: 250px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-next-button .labels a {
  display: inline !important;
  margin: 0 !important;
  text-decoration: none;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column h3 {
  margin-bottom: 40px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .description {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.37px;
  margin-bottom: 40px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-bottom-bar {
  margin-top: auto;
  margin-bottom: 25px;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0;
  font-size: 18px;
  letter-spacing: -0.37px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-bottom-bar .epg-clock {
  padding-left: 40px;
  background: url("../img/icons/icon_clock_green.png") left center no-repeat;
  background-size: 24px 24px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-bottom-bar .bookmark a {
  display: inline-block;
  color: #009f29;
  text-decoration: none;
  height: 36px;
  font-weight: bold;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-bottom-bar .bookmark .bm-inactive {
  padding-left: 40px;
  background-size: 24px 24px !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-left-column .epg-bottom-bar .bookmark .bm-active {
  padding-left: 40px;
  background-size: 24px 24px !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column {
  min-width: 34.6%;
  width: auto;
  padding-left: 70px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column iframe {
  width: 100%;
  border: 0;
  padding-top: 5px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li {
  margin-bottom: 30px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li:last-child {
  margin-bottom: 0;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a {
  display: block;
  text-decoration: none;
  padding-left: 55px;
  min-height: 36px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: left top;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a.pdf {
  background-image: url("../img/icons/icon_download_pdf_blue.png");
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a.excel, .epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a.xls {
  background-image: url("../img/icons/icon_download_excel_blue.png");
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a.word {
  background-image: url("../img/icons/icon_download_word_blue.png");
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a.ppt, .epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a.pptx, .epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a.powerpoint {
  background-image: url("../img/icons/icon_download_ppt_blue.png");
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a.transcript {
  background-image: url("../img/icons/icon_download_transcript_blue.png");
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a.autors-page {
  background-image: url("../img/icons/icon_view_autors_page_blue.png");
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a:hover div.epg-asset-title {
  color: #150b25;
  text-decoration: underline;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a:hover div.epg-asset-data {
  color: #999999;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li div.epg-asset-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.37px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li div.epg-asset-data {
  display: block;
  font-size: 14px;
  letter-spacing: -0.29px;
  line-height: 26px;
  color: #999999;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a {
  color: #ffffff !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a.pdf {
  background-image: url("../img/icons/icon_download_pdf_white.png") !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a.excel, .epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a.xls {
  background-image: url("../img/icons/icon_download_excel_white.png") !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a.word {
  background-image: url("../img/icons/icon_download_word_white.png");
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a.ppt, .epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a.pptx, .epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a.powerpoint {
  background-image: url("../img/icons/icon_download_ppt_white.png") !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a.transcript {
  background-image: url("../img/icons/icon_download_transcript_white.png") !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a.autors-page {
  background-image: url("../img/icons/icon_view_autors_page_white.png") !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a:hover div.epg-asset-title {
  color: #ffffff;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li a:hover div.epg-asset-data {
  color: #ffffff;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay ul li div.epg-asset-data {
  color: #ffffff;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column.epg-right-column-overlay .description {
  display: none;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button {
  display: none;
  margin-top: 30px;
}
@media only screen and (min-width: 1160px) {
  .epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button {
    display: block;
  }
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .next {
  justify-content: flex-end;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .next .labels {
  padding-left: 10px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .next .button {
  background: #009f29 url("../img/arrow_white_right.png") center no-repeat;
  background-size: 24px 24px;
  background-position-x: 15px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .next .labels {
  text-align: right;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .next :nth-child(1) {
  order: 2;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .next :nth-child(2) {
  order: 1;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .next a {
  margin: 0 0 0 30px !important;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .pre-label {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.42px;
  font-weight: bold;
  display: block;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .label {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.33px;
  display: block;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .button {
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
  border-color: #009f29;
  background-color: #009f29;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .labels {
  max-width: 250px;
}
.epg-video-block .epg-video-main .epg-content-div .epg-right-column .epg-next-button .labels a {
  display: inline !important;
  margin: 0 !important;
  text-decoration: none;
}
.epg-video-block .epg-video-block-overlay .epg-video-main {
  position: relative;
}
.epg-video-block .epg-video-block-overlay .epg-video-main .epg-content-div .epg-left-column {
  border-bottom: 1px solid #ffffff;
}
.epg-video-block .epg-bottom-bar {
  overflow: hidden;
  padding: 0 30px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between !important;
  color: #c33e7a !important;
  font-size: 14px;
  letter-spacing: -0.29px;
  line-height: 50px;
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-bottom-bar {
    padding: 0 20px !important;
  }
}
.epg-video-block .epg-bottom-bar .epg-clock {
  padding-left: 28px;
  background: url("../img/icons/icon_clock_green.png") left center no-repeat;
  background-size: 18px 18px;
  height: 26px;
  line-height: 26px;
}
.epg-video-block .epg-bottom-bar .bookmark a {
  display: inline-block;
  color: #009f29 !important;
  text-decoration: none;
  height: 36px;
  font-weight: bold;
}
.epg-video-block .epg-bottom-bar .bookmark .bm-inactive {
  padding-left: 30px;
  background: url("../img/icons/icon_bookmark_green.png") left center no-repeat;
  background-size: 20px 20px;
}
.epg-video-block .epg-bottom-bar .bookmark .bm-active {
  padding-left: 30px;
  background: url("../img/icons/icon_bookmark_green_filled.png") left center no-repeat;
  background-size: 20px 20px !important;
}
.epg-video-block .epg-bottom-bar .bookmark .bm-wrapper {
  position: relative;
}
.epg-video-block .epg-bottom-bar .bookmark .bm-wrapper .bm-inactive,
.epg-video-block .epg-bottom-bar .bookmark .bm-wrapper .bm-active {
  justify-content: center;
  position: relative;
  border-style: none;
  opacity: 1;
  top: 0;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-video-block .epg-bottom-bar .bookmark .bm-wrapper .bm-inactive.hidden,
.epg-video-block .epg-bottom-bar .bookmark .bm-wrapper .bm-active.hidden {
  opacity: 0 !important;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-video-block .epg-bottom-bar .bookmark .bm-wrapper .bm-inactive.hidden {
  top: -36px !important;
}
.epg-video-block .epg-bottom-bar .bookmark .bm-wrapper .bm-active {
  margin-top: -36px;
}
.epg-video-block .epg-bottom-bar .bookmark .bm-wrapper .bm-active.hidden {
  top: 36px !important;
}
.epg-video-block .epg-bottom-bar .epg-open-download-container {
  display: none;
  background: url("../img/icons/icon_more_pink.png") center no-repeat;
  background-size: 25px auto;
}
.epg-video-block .epg-bottom-bar .epg-open-download-container.displayNone {
  display: none !important;
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-bottom-bar .epg-open-download-container {
    display: block !important;
    background-size: 21px auto;
  }
}
.epg-video-block .epg-bottom-bar .epg-open-download-container a.epg-dropdown-toggler {
  display: inline-block;
  width: 25px;
  height: 36px;
  cursor: pointer !important;
}
.epg-video-block .epg-video-block-overlay .epg-open-download-container {
  display: none;
  background: url("../img/icons/icon_more_white.png") center no-repeat !important;
  background-size: 25px auto !important;
}
.epg-video-block .epg-video-block-overlay .epg-open-download-container.displayNone {
  display: none !important;
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-video-block-overlay .epg-open-download-container {
    display: block !important;
  }
}
.epg-video-block .epg-video-block-overlay .epg-open-download-container a.epg-dropdown-toggler {
  display: inline-block !important;
  width: 25px !important;
  height: 25px !important;
  cursor: pointer !important;
}
.epg-video-block .epg-video-block-overlay .epg-bottom-bar {
  color: #ffffff !important;
}
.epg-video-block .epg-video-block-overlay .epg-bottom-bar .epg-clock {
  background: url("../img/hero/icon_read_white.png") left center no-repeat !important;
  background-size: 24px 24px !important;
}
.epg-video-block .epg-video-block-overlay .epg-bottom-bar .bookmark a {
  color: #ffffff !important;
}
.epg-video-block .epg-video-block-overlay .epg-bottom-bar .bookmark .bm-inactive {
  -webkit-filter: none;
          filter: none;
  background: url("../img/icons/hero_overlay/icon_bookmark_white.png") left center no-repeat !important;
}
.epg-video-block .epg-video-block-overlay .epg-bottom-bar .bookmark .bm-active {
  -webkit-filter: none;
          filter: none;
  background: url("../img/icons/hero_overlay/icon_bookmark_white_filled.png") left center no-repeat !important;
}
.epg-video-block .epg-see-more-container {
  height: 40px;
  display: none;
  margin-top: 20px;
  text-align: center;
}
.epg-video-block .epg-see-more-container .epg-see-more {
  cursor: pointer;
  padding-left: 40px;
  color: #150b25;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: 28px;
  background: url("../img/icons/icon_see_more.png") left center no-repeat;
  background-size: 24px;
}
.epg-video-block .displayNoneImportant {
  display: none !important;
}
.epg-video-block .displayNone {
  display: none;
}
.epg-video-block .epg-cards-container-outer {
  margin: 0 -10px;
  padding: 0 10px;
  overflow: hidden;
}
.epg-video-block .epg-cards-container {
  margin: 0 -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.epg-video-block .epg-cards-container form.epg-form-set-variables {
  width: 100%;
  height: 0;
  margin-left: 20px;
}
.epg-video-block .epg-cards-container form.epg-form-set-variables input {
  display: block;
  width: 500px;
}
.epg-video-block .epg-cards-container .epg-video-card {
  padding: 0 20px !important;
  text-decoration: none !important;
  color: #150b25 !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-cards-container .epg-video-card {
    margin-bottom: 40px !important;
  }
}
.epg-video-block .epg-cards-container .epg-video-card.displayBlock {
  display: block;
}
.epg-video-block .epg-cards-container .epg-video-card.displayNone {
  display: none;
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-cards-container .epg-video-card .epg-download-overlay {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .epg-video-block .epg-cards-container .epg-video-card.epg-cards-item .epg-download-overlay {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-cards-container .epg-video-card.activeCardsVideo {
    margin-bottom: 40px !important;
  }
}
.epg-video-block .epg-cards-container .epg-video-card.activeCardsVideo .epg-standard-card {
  position: relative;
  background-color: #f1efee;
}
.epg-video-block .epg-cards-container .epg-video-card.activeCardsVideo .epg-standard-card:after {
  position: absolute;
  content: "";
  background-image: url("../img/icons/hero_overlay/icon_arrow_up_dark.png") !important;
  background-size: 50px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 24px;
  bottom: -41px;
  left: calc(50% - 15px);
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-cards-container .epg-video-card.activeCardsVideo .epg-standard-card:after {
    display: none !important;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 993px) {
  .epg-video-block .epg-cards-container .epg-video-card {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 577px) {
  .epg-video-block .epg-cards-container .epg-video-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.epg-video-block .epg-cards-container .epg-video-main .description {
  display: block !important;
}
@media only screen and (max-width: 993px) {
  .epg-video-block .epg-cards-container .epg-video-main {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  .epg-video-block .epg-cards-container .epg-video-main {
    position: relative;
    width: 100% !important;
  }
}
.epg-video-block .epg-cards-container.epg-video-main {
  padding: 0 20px !important;
}
.epg-video-block .epg-version3 .epg-video-card {
  display: none;
}
.epg-video-block .epg-download-overlay {
  position: absolute;
  z-index: 1000;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.epg-video-block .epg-download-overlay:before {
  position: absolute;
  top: -15px;
  right: 13px;
  width: 30px;
  height: 15px;
  content: "";
  background-image: url("../img/arrow_white_up.png");
  background-size: 30px 15px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-download-overlay:before {
    right: 25px !important;
  }
}
.epg-video-block .epg-download-overlay .epg-inner iframe {
  width: 100%;
  border: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 992px) {
  .epg-video-block .epg-video-main .epg-download-overlay, .epg-video-block .epg-video-block-overlay .epg-download-overlay {
    margin-top: -10px;
    right: 10px;
    background-color: #ffffff;
  }
  .epg-video-block .epg-video-main .epg-download-overlay:before, .epg-video-block .epg-video-block-overlay .epg-download-overlay:before {
    position: absolute;
    top: -15px;
    right: 13px;
    width: 30px;
    height: 15px;
    content: "";
    background-image: url("../img/arrow_white_up.png");
    background-size: 30px 15px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 992px) and (max-width: 576px) {
  .epg-video-block .epg-video-main .epg-download-overlay:before, .epg-video-block .epg-video-block-overlay .epg-download-overlay:before {
    right: 25px !important;
  }
}
@media only screen and (max-width: 992px) {
  .epg-video-block .epg-video-main .epg-bottom-bar .epg-open-download-container, .epg-video-block .epg-video-block-overlay .epg-bottom-bar .epg-open-download-container {
    display: block !important;
  }
  .epg-video-block .epg-video-main .epg-bottom-bar .epg-open-download-container.displayNone, .epg-video-block .epg-video-block-overlay .epg-bottom-bar .epg-open-download-container.displayNone {
    display: none !important;
  }
  .epg-video-block .epg-video-main .epg-left-column, .epg-video-block .epg-video-block-overlay .epg-left-column {
    width: 100% !important;
  }
  .epg-video-block .epg-video-main .epg-right-column, .epg-video-block .epg-video-block-overlay .epg-right-column {
    display: none !important;
  }
}
.epg-video-block .epg-video-block-overlay .epg-download-overlay {
  margin-top: -10px;
  right: -5px;
  background-color: #f1efee;
}
.epg-video-block .epg-video-block-overlay .epg-download-overlay:before {
  position: absolute;
  top: -15px;
  right: 13px;
  width: 30px;
  height: 15px;
  content: "";
  background-image: url("../img/arrow_grey_up.png");
  background-size: 30px 15px;
  background-repeat: no-repeat;
}
.epg-video-block .epg-download-overlay {
  border-radius: 6px !important;
  margin-top: 40px;
  padding: 10px 20px 20px !important;
  min-width: 290px;
}
@media only screen and (min-width: 992px) {
  .epg-video-block .epg-download-overlay {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .epg-video-block .epg-download-overlay {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .epg-video-block .epg-download-overlay {
    position: relative !important;
    margin-top: 40px !important;
    right: 0 !important;
  }
}
.epg-video-block .epg-download-overlay .epg-close {
  height: 20px;
  margin-bottom: 5px;
  position: relative;
}
.epg-video-block .epg-download-overlay .epg-close .epg-close-button {
  position: absolute;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/button_close_cross_black.png");
  cursor: pointer;
}
.epg-video-block .epg-download-overlay ul {
  display: inline-block;
}
.epg-video-block .epg-download-overlay ul li {
  margin-bottom: 15px;
}
.epg-video-block .epg-download-overlay ul li:last-child {
  margin-bottom: 0;
}
.epg-video-block .epg-download-overlay ul li a {
  display: block;
  text-decoration: none;
  padding-left: 45px;
  min-height: 36px;
  background-size: 18px 18px;
  background-position: left center;
  background-repeat: no-repeat;
}
.epg-video-block .epg-download-overlay ul li a.pdf {
  background-image: url("../img/icons/icon_download_pdf_blue.png");
}
.epg-video-block .epg-download-overlay ul li a.excel, .epg-video-block .epg-download-overlay ul li a.xls {
  background-image: url("../img/icons/icon_download_excel_blue.png");
}
.epg-video-block .epg-download-overlay ul li a.word {
  background-image: url("../img/icons/icon_download_word_blue.png");
}
.epg-video-block .epg-download-overlay ul li a.ppt, .epg-video-block .epg-download-overlay ul li a.pptx, .epg-video-block .epg-download-overlay ul li a.powerpoint {
  background-image: url("../img/icons/icon_download_ppt_blue.png");
}
.epg-video-block .epg-download-overlay ul li a.transcript {
  background-image: url("../img/icons/icon_download_transcript_blue.png");
}
.epg-video-block .epg-download-overlay ul li a.autors-page {
  background-image: url("../img/icons/icon_view_autors_page_blue.png");
}
.epg-video-block .epg-download-overlay ul li a:hover div.epg-asset-title {
  color: #150b25;
  text-decoration: underline;
}
.epg-video-block .epg-download-overlay ul li a:hover div.epg-asset-data {
  color: #999999;
}
.epg-video-block .epg-download-overlay ul li div.epg-asset-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.37px;
}
.epg-video-block .epg-download-overlay ul li div.epg-asset-data {
  display: block;
  font-size: 14px;
  letter-spacing: -0.29px;
  line-height: 26px;
  color: #999999;
}
.epg-video-block .epg-download-overlay .description {
  display: none;
}
@media only screen and (max-width: 560px) {
  .epg-video-block .epg-download-overlay .description {
    display: block;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.37px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .epg-video-block .epg-download-overlay .epg-next-button {
    display: none !important;
  }
}
@media only screen and (max-width: 577px) {
  .epg-video-block .epg-video-card.epg-video-main {
    margin-bottom: 50px !important;
  }
}
.epg-video-block .epg-video-card.epg-video-main .description {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 577px) {
  .epg-video-block .epg-video-card.epg-video-main .description {
    margin-bottom: 30px !important;
  }
}
.epg-video-block .epg-video-card.epg-video-main .epg-bottom-bar {
  justify-content: flex-end;
}
@media only screen and (max-width: 577px) {
  .epg-video-block .epg-video-card.epg-video-main .epg-bottom-bar {
    margin-bottom: 12px !important;
  }
}
.epg-video-block .epg-video-card .epg-standard-card {
  border-radius: 6px !important;
  padding: 0 !important;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-video-div {
  position: relative !important;
  margin-bottom: 0px;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-video-div .video {
  box-shadow: none !important;
  border-radius: 0px !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  max-height: 650px;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-video-div .video .video-frame, .epg-video-block .epg-video-card .epg-standard-card .epg-video-div .video iframe {
  display: none;
  position: absolute;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-video-div .video p {
  display: none;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-video-div .video .epg-video-play {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer !important;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-video-div .video .epg-video-play .overlay {
  width: 100%;
  height: 100%;
  background: url("../img/button_play_black.png") center no-repeat;
  background-size: 70px 70px !important;
  cursor: pointer !important;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-content-div {
  display: block;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column {
  overflow: hidden;
  position: relative;
  padding: 0 10px !important;
  width: 100%;
  border-bottom: 0;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column span {
  box-sizing: border-box;
  padding: 25px 0 30px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.41px;
  line-height: 30px;
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  .epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column span {
    height: 180px !important;
  }
}
@media only screen and (max-width: 577px) {
  .epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column span {
    height: auto !important;
    padding: 25px 0 12px !important;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 34px;
  }
}
.epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column .description {
  display: none;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.37px;
  margin-bottom: 30px;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column .epg-bottom-bar {
  position: relative;
  width: 100%;
  padding: 0 !important;
  font-size: 14px;
  letter-spacing: -0.29px;
  line-height: 36px;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column .epg-bottom-bar .epg-clock {
  padding-left: 28px;
  background-size: 18px 18px;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column .epg-bottom-bar .bookmark a {
  display: inline-block;
  color: #009f29 !important;
  text-decoration: none;
  height: 36px;
  font-weight: bold;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column .epg-bottom-bar .bookmark .bm-inactive {
  padding-left: 30px;
  background-size: 20px 20px !important;
}
.epg-video-block .epg-video-card .epg-standard-card .epg-content-div .epg-left-column .epg-bottom-bar .bookmark .bm-active {
  padding-left: 30px !important;
  background-size: 20px 20px !important;
}

.width80 .epg-video-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .width80 .epg-video-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.width80 .epg-video-block .epg-video-block-overlay .overlay-inner {
  max-width: 960px;
  padding: 0;
}
.width80 .epg-video-block .epg-video-main .epg-content-div .epg-right-column ul li a {
  padding-left: 45px;
  min-height: 30px;
  background-size: 30px 30px;
}
@media only screen and (max-width: 700px) {
  .width80 .epg-video-block .epg-cards-container .epg-cards-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.epg-auth-wall-video-block {
  height: 100% !important;
}
.epg-auth-wall-video-block .epg-box {
  padding: 0 20px;
  background-color: #f1efee;
  color: #150b25;
  width: 100%;
  height: 100% !important;
  text-align: center;
}
.epg-auth-wall-video-block .epg-box .epg-title {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.62px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 450px) {
  .epg-auth-wall-video-block .epg-box .epg-title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.42px;
  }
}
.epg-auth-wall-video-block .epg-box .epg-text {
  font-family: "Lora", "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.38px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 576px) {
  .epg-auth-wall-video-block .epg-box .epg-text {
    display: none;
  }
}
.epg-auth-wall-video-block .epg-box .epg-cta {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 576px) {
  .epg-auth-wall-video-block .epg-box .epg-cta {
    margin-bottom: 20px;
  }
}
.epg-auth-wall-video-block .epg-box .epg-cta a {
  background-color: #009f29;
  border-radius: 6px;
  color: #ffffff;
  padding: 10px 20px;
}
.epg-auth-wall-video-block .epg-box .epg-cta a:hover {
  text-decoration: none;
}
.epg-auth-wall-video-block .epg-box .epg-login {
  font-size: 14px;
}

.epg-cta-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-cta-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-cta-block.card-grey .epg-card {
  background-color: #e6f1ee !important;
  box-shadow: none;
}
.epg-cta-block.card-grey .epg-card .epg-card-footer {
  background-color: #e6f1ee !important;
}
.epg-cta-block.card-pink .epg-card {
  background-color: #c33e7a;
  box-shadow: none;
}
.epg-cta-block.card-pink .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title, .epg-cta-block.card-pink .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
  color: #ffffff;
}
.epg-cta-block.card-pink .epg-card .epg-card-footer {
  background-color: #c33e7a;
}
.epg-cta-block.card-pink .epg-button-big {
  background-color: #ffffff;
  color: #c33e7a;
}
.epg-cta-block .epg-button-big {
  background-color: #c33e7a;
  color: #ffffff;
  max-width: 100%;
  padding: 15px 60px;
  font-family: "RobotoCondensed-VariableFont", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.42px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .epg-cta-block .epg-button-big {
    width: 100%;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 576px) {
  .epg-cta-block .epg-button-big {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.38px;
    line-height: 30px;
    padding: 10px 0;
  }
}
.epg-cta-block .epg-button-big:hover {
  text-decoration: underline;
}
.epg-cta-block .epg-card {
  width: 100%;
  max-width: 1160px;
  border-radius: 0px;
  box-shadow: none;
  padding: 50px 40px 60px 40px;
  border: none;
}
@media only screen and (max-width: 768px) {
  .epg-cta-block .epg-card {
    padding: 50px 40px 60px 40px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-cta-block .epg-card {
    padding: 26px 20px 60px 20px;
  }
}
.epg-cta-block .epg-card.oneFourth .epg-card-header {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 577px) {
  .epg-cta-block .epg-card.oneFourth .epg-card-header {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.epg-cta-block .epg-card.oneFourth .epg-card-body-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 577px) {
  .epg-cta-block .epg-card.oneFourth .epg-card-body-wrapper {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.epg-cta-block .epg-card.oneThird .epg-card-header {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 577px) {
  .epg-cta-block .epg-card.oneThird .epg-card-header {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.epg-cta-block .epg-card.oneThird .epg-card-body-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 577px) {
  .epg-cta-block .epg-card.oneThird .epg-card-body-wrapper {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.epg-cta-block .epg-card.oneHalf .epg-card-header {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 577px) {
  .epg-cta-block .epg-card.oneHalf .epg-card-header {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.epg-cta-block .epg-card.oneHalf .epg-card-body-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 577px) {
  .epg-cta-block .epg-card.oneHalf .epg-card-body-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 577px) {
  .epg-cta-block .epg-card .epg-card-header {
    padding-right: 40px !important;
  }
}
.epg-cta-block .epg-card .epg-card-header .epg-ratio-container {
  margin: auto;
}
@media only screen and (min-width: 577px) {
  .epg-cta-block .epg-card .epg-card-header .epg-ratio-container {
    width: 100% !important;
  }
}
.epg-cta-block .epg-card .epg-card-header .epg-ratio-container.epg-round > div {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.epg-cta-block .epg-card .epg-card-header .epg-ratio-container.epg-round > div img {
  border-radius: 50%;
}
.epg-cta-block .epg-card .epg-card-header .circleRectangularImage {
  border-radius: 50% !important;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  margin: auto;
  z-index: initial;
}
.epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body {
  flex-direction: column;
  width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 576px) {
  .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body {
    padding-top: 30px !important;
  }
}
.epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
  font-family: "WorkSans", "Arial", sans-serif;
  margin-bottom: 36px;
}
@media only screen and (max-width: 576px) {
  .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
    margin-bottom: 20px;
  }
}
.epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title {
  color: #150b25;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title {
    margin-bottom: 15px;
  }
  .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.46px;
    line-height: 32px;
  }
}
.epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
  color: #150b25;
  font-size: 20px;
  letter-spacing: -0.42px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .epg-cta-block .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: -0.34px;
    line-height: 26px;
  }
}
.epg-cta-block.wog {
  background: #f1efee;
  width: 100%;
  max-width: unset;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.epg-cta-block.wog .epg-card {
  margin: 0 auto;
  border: none;
}
.epg-cta-block.gow {
  background: white;
  width: 100%;
  max-width: unset;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.epg-cta-block.gow .epg-card {
  margin: 0 auto;
  background: #f1efee;
  border: none;
}

.width100.bgGrey .epg-cta-block,
.width80.bgGrey .epg-cta-block {
  padding-top: 80px;
  padding-bottom: 111px;
}

@media only screen and (min-width: 577px) {
  .epg-2-columns-2313 .epg-left-col .epg-cta-block .epg-content-col .epg-card .epg-card-header {
    padding-right: 35px !important;
  }
}

.epg-user-dashboard {
  background-color: #e6f1ee;
  font-family: "WorkSans";
  z-index: 10000;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
.epg-user-dashboard.setMarginTop {
  margin-top: -90px;
}
@media only screen and (max-width: 1160px) {
  .epg-user-dashboard {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-user-dashboard .epg-row {
  /* Basics */
}
.epg-user-dashboard .epg-row .epg-content-col ul,
.epg-user-dashboard .epg-row .epg-content-col li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.epg-user-dashboard .epg-row .epg-container-white {
  border-radius: 6px;
  padding: 25px;
}
@media only screen and (max-width: 577px) {
  .epg-user-dashboard .epg-row .epg-container-white {
    margin: 30px 0px;
    padding: 0;
    border: 0;
    box-shadow: none !important;
  }
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header {
  margin-bottom: 25px;
}
@media only screen and (max-width: 577px) {
  .epg-user-dashboard .epg-row .epg-container-white .epg-header {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 1161px) {
  .epg-user-dashboard .epg-row .epg-container-white .epg-header {
    border-bottom: 0;
    flex-wrap: wrap;
    gap: 10px;
  }
  .epg-user-dashboard .epg-row .epg-container-white .epg-header :nth-child(1) {
    order: 1;
    flex-grow: 1;
  }
  .epg-user-dashboard .epg-row .epg-container-white .epg-header :nth-child(2) {
    order: 3;
    margin-right: 0 !important;
    width: 100%;
  }
  .epg-user-dashboard .epg-row .epg-container-white .epg-header :nth-child(3) {
    order: 2;
  }
}
@media only screen and (max-width: 769px) {
  .epg-user-dashboard .epg-row .epg-container-white .epg-header {
    flex-wrap: wrap;
  }
  .epg-user-dashboard .epg-row .epg-container-white .epg-header :nth-child(1) {
    order: 1;
  }
  .epg-user-dashboard .epg-row .epg-container-white .epg-header :nth-child(2) {
    order: 2;
  }
  .epg-user-dashboard .epg-row .epg-container-white .epg-header :nth-child(3) {
    order: 3;
  }
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-intro {
  padding-top: 7px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 34px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #c33e7a;
  border-bottom: 1px solid #c33e7a;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-intro .epg-user-name {
  font-weight: normal;
  color: #150b25;
}
@media only screen and (max-width: 577px) {
  .epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-intro {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.46px;
    line-height: 32px;
  }
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-profile-range {
  padding-top: 7px;
  font-size: 18px;
  letter-spacing: -0.37px;
  line-height: 34px;
  flex-grow: 1;
}
@media only screen and (min-width: 1160px) {
  .epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-profile-range {
    border-bottom: 1px solid #c33e7a;
  }
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-profile-range .sign-in-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 34px;
  font-weight: normal;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-profile-range .epg-user-name {
  font-size: 24px !important;
  letter-spacing: -0.5px !important;
  line-height: 34px !important;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-profile-range .epg-range-value {
  color: #c33e7a;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 34px;
  font-weight: 700;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-profile-range .epg-percent {
  color: #c33e7a;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 34px;
  font-weight: 700;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-range-outer {
  margin-top: 4px;
  height: 5px;
  background-color: #C8C8C8;
}
@media only screen and (max-width: 577px) {
  .epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-range-outer {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
  }
}
.epg-user-dashboard .epg-row .epg-container-white .epg-header .epg-range-outer .epg-range {
  background-color: #c33e7a;
  height: 5px;
}
@media only screen and (min-width: 1160px) {
  .epg-user-dashboard .epg-row .epg-container-white .epg-cta {
    padding-left: 20px;
  }
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cta-green {
  min-width: 180px;
  display: inline-block;
  padding: 12px;
  background-color: #c33e7a;
  color: #ffffff !important;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "RobotoCondensed-VariableFont";
  text-decoration: none;
}
@media only screen and (max-width: 577px) {
  .epg-user-dashboard .epg-row .epg-container-white .epg-cta-green {
    width: 100%;
    min-width: auto;
  }
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cta-green span {
  display: block;
  background: #c33e7a url("../img/arrow_white_right.png") no-repeat;
  background-position: center right;
  background-size: 22px 22px;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card {
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  width: 267px !important;
  background-color: #F5F5F5;
  margin-right: 4px;
  text-align: center;
  border: 0;
  border-radius: 0;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card a {
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 1160px) {
  .epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card {
    width: 290px !important;
    height: 100%;
  }
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card:last-child {
  margin-right: 0 !important;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card.star .epg-card-amount {
  background: url("../../static/img/icons/icon-star.png") center top no-repeat;
  background-size: auto 60px;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card.file .epg-card-amount {
  background: url("../../static/img/icons/icon-scroll.png") center top no-repeat;
  background-size: auto 60px;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card.ribbon .epg-card-amount {
  background: url("../../static/img/icons/icon-bookmark.png") center top no-repeat;
  background-size: auto 60px;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card.calendar .epg-card-amount {
  background: url("../../static/img/icons/icon-calendar.png") center top no-repeat;
  background-size: auto 60px;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card .epg-card-body {
  padding: 25px;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card .epg-card-body .epg-card-amount {
  color: #c33e7a;
  font-size: 80px;
  letter-spacing: -1.67px;
  line-height: 58px;
  height: 75px;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card .epg-card-body .epg-card-amount span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card .epg-card-body .epg-card-text {
  color: #4f4f4f;
  font-size: 20px;
  letter-spacing: -0.42px;
  line-height: 30px;
}
.epg-user-dashboard .epg-row .epg-container-white .epg-cards-container .epg-card .epg-card-body .epg-card-bottom {
  height: 24px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.29px;
  line-height: 24px;
  margin-top: 10px;
}

.epg-user-dashboard .owl-carousel .owl-stage {
  display: flex;
}
.epg-user-dashboard .owl-carousel .owl-stage-outer {
  margin: -10px -5px;
  padding: 10px 5px;
}
@media only screen and (max-width: 1160px) {
  .epg-user-dashboard .owl-carousel .owl-stage-outer {
    margin-left: 0;
    padding-left: 0;
    margin-right: -40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .epg-user-dashboard .owl-carousel .owl-stage-outer {
    margin-left: 0;
    padding-left: 0px;
    margin-right: -15px;
    padding-right: 15px;
  }
}
.epg-user-dashboard .owl-carousel .owl-stage {
  overflow: hidden;
}
.epg-user-dashboard .owl-carousel .owl-stage .owl-item {
  border: 0 !important;
  border-radius: 0 !important;
}
.epg-user-dashboard .owl-carousel .owl-stage .epg-card {
  border-radius: 0 !important;
}
.epg-user-dashboard .owl-carousel .owl-stage .epg-card.firstChild {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.epg-user-dashboard .owl-carousel .owl-stage .epg-card.lastChild {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.epg-user-dashboard .owl-carousel.owl-theme .owl-dots {
  text-align: left !important;
  margin-top: 15px !important;
}
.epg-user-dashboard .owl-carousel.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.epg-user-dashboard .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #707070 !important;
}
.epg-user-dashboard .owl-carousel.owl-theme .owl-dots .owl-dot.active {
  outline: none !important;
}
.epg-user-dashboard .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #707070 !important;
}
.epg-user-dashboard .owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 5px !important;
  border-radius: 10px !important;
  background-color: #D0D0D0 !important;
}

.epg-sidebar-drug-navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-sidebar-drug-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-sidebar-drug-navigation .epg-row {
  /* Basics */
  /*  Content Container */
}
.epg-sidebar-drug-navigation .epg-row .epg-col h3 {
  margin: 0;
}
.epg-sidebar-drug-navigation .epg-row .epg-col ul, .epg-sidebar-drug-navigation .epg-row .epg-col li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body {
  border-radius: 6px;
  overflow: hidden;
  color: #150b25;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-headline-container .epg-headline {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background: #2a1c48;
  padding: 25px 30px;
  position: relative;
  z-index: 1000;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.33px;
  color: #150b25;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items :last-child {
  border-bottom: 0 !important;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li {
  border-bottom: 1px solid #f1efee;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a {
  text-decoration: none !important;
  padding: 21px 30px 21px 35px;
  display: block;
  color: #150b25 !important;
  border-bottom: 1px solid transparent;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a span {
  display: inline-block;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a:hover {
  font-weight: bold;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li.active {
  background-color: #adadad;
}
.epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li.active a {
  padding-bottom: 16px !important;
  font-weight: bold;
}
.epg-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-form .Form__Title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.62px;
  line-height: 58px;
  margin: 20px 0;
}
.epg-form .Form__Description {
  font-family: "Lora", "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: -0.38px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 50px;
}
.epg-form .Form__Element__Caption {
  margin: 0;
  padding: 0;
}
.epg-form .Form__Element {
  margin-bottom: 50px;
}
.epg-form .Form__Status {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.54px;
  margin-bottom: 50px;
}
.epg-form .Form__NavigationBar__Action {
  background-image: none !important;
  background-color: #c33e7a;
  color: #ffffff !important;
  max-width: 100% !important;
  border: none;
  border-radius: 0;
}
.epg-form .Form__NavigationBar__ProgressBar {
  border: 1px solid #c33e7a !important;
}
.epg-form .Form__NavigationBar__ProgressBar--Progress {
  background-color: #e6f1ee !important;
}
.epg-form label {
  font-family: "WorkSans";
  display: block;
  margin: 0 0 14px 0;
  font-size: 16px;
  letter-spacing: -0.34px;
  line-height: 26px;
}
.epg-form input[type=checkbox],
.epg-form input[type=radio] {
  display: none;
  opacity: 0;
}
.epg-form input[type=text],
.epg-form input[type=email],
.epg-form input[type=password],
.epg-form input[type=url] {
  display: block;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 20px 18px;
  box-sizing: border-box;
  width: 100% !important;
  background-color: #ffffff;
  border: 1px solid #cf6595;
}
.epg-form input[type=text]:focus,
.epg-form input[type=email]:focus,
.epg-form input[type=password]:focus,
.epg-form input[type=url]:focus {
  border: 2px solid #c33e7a;
  outline: none;
}
.epg-form input[type=text][readonly],
.epg-form input[type=email][readonly],
.epg-form input[type=password][readonly],
.epg-form input[type=url][readonly] {
  background-color: lightgray;
}
.epg-form button#toggle-password {
  top: 15px;
}
.epg-form select {
  font-family: "WorkSans";
  display: block;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  color: #150b25;
  padding: 20px 18px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  border: none;
  background-color: #f5faf9;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/datepicker/select_arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: 20px 20px;
  /* Disabled styles */
}
.epg-form select::-ms-expand {
  display: none;
}
.epg-form select:focus {
  border: none;
  outline: none;
  background-color: #f5faf9;
}
.epg-form select:disabled, .epg-form select[aria-disabled=true] {
  color: #999999;
  border-color: #d0d0d0;
  background-image: url("../img/datepicker/select_arrow_disabled.png");
}
.epg-form select:disabled:hover, .epg-form selectselect-css[aria-disabled=true] {
  border-color: #d0d0d0;
}
.epg-form select option {
  font-weight: normal;
  padding: 10px;
  background-color: #f5faf9;
  color: #150b25;
}
.epg-form select option:checked, .epg-form select option:checked:focus, .epg-form select option:checked:active, .epg-form select option:focus, .epg-form select option:active {
  background-color: #c33e7a;
  color: #ffffff;
  font-weight: 700;
}
.epg-form select option:checked:hover, .epg-form select option:hover {
  background-color: #cf6595;
  color: #ffffff;
  cursor: pointer;
}
.epg-form select[multiple] {
  background-image: none;
}
.epg-form .FormTextbox--Number,
.epg-form .epg-number-container {
  position: relative;
}
.epg-form .FormTextbox--Number input[type=number],
.epg-form .epg-number-container input[type=number] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: none;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 20px 18px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.epg-form .FormTextbox--Number input[type=number]:focus,
.epg-form .epg-number-container input[type=number]:focus {
  border: 2px solid #2a1c48;
  outline: none;
}
.epg-form .FormTextbox--Number input[type=number]::-webkit-inner-spin-button,
.epg-form .FormTextbox--Number input[type=number]::-webkit-outer-spin-button,
.epg-form .epg-number-container input[type=number]::-webkit-inner-spin-button,
.epg-form .epg-number-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.epg-form .FormTextbox--Number label ~ .stepWrapper,
.epg-form .epg-number-container label ~ .stepWrapper {
  top: 43px;
}
.epg-form .FormTextbox--Number label.Form__Element__Caption ~ .stepWrapper,
.epg-form .epg-number-container label.Form__Element__Caption ~ .stepWrapper {
  top: 43px;
}
@-moz-document url-prefix() {
  .epg-form .FormTextbox--Number label.Form__Element__Caption ~ .stepWrapper,
  .epg-form .epg-number-container label.Form__Element__Caption ~ .stepWrapper {
    top: 30px;
  }
}
.epg-form .FormTextbox--Number .stepWrapper,
.epg-form .epg-number-container .stepWrapper {
  position: absolute;
  right: 0;
  top: 3px;
  width: 31px;
}
@-moz-document url-prefix() {
  .epg-form .FormTextbox--Number .stepWrapper,
  .epg-form .epg-number-container .stepWrapper {
    top: 4px;
  }
}
.epg-form .FormTextbox--Number .stepWrapper .stepUp,
.epg-form .FormTextbox--Number .stepWrapper .stepDown,
.epg-form .epg-number-container .stepWrapper .stepUp,
.epg-form .epg-number-container .stepWrapper .stepDown {
  padding-left: 10px;
  width: 35px;
  height: 28px;
  background-color: #c33e7a;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_white_left.png");
  background-size: 15px 15px;
}
@-moz-document url-prefix() {
  .epg-form .FormTextbox--Number .stepWrapper .stepUp,
  .epg-form .FormTextbox--Number .stepWrapper .stepDown,
  .epg-form .epg-number-container .stepWrapper .stepUp,
  .epg-form .epg-number-container .stepWrapper .stepDown {
    height: 27px;
  }
}
.epg-form .FormTextbox--Number .stepWrapper .stepUp:hover,
.epg-form .FormTextbox--Number .stepWrapper .stepDown:hover,
.epg-form .epg-number-container .stepWrapper .stepUp:hover,
.epg-form .epg-number-container .stepWrapper .stepDown:hover {
  cursor: pointer;
}
.epg-form .FormTextbox--Number .stepWrapper .stepUp,
.epg-form .epg-number-container .stepWrapper .stepUp {
  transform: rotate(90deg);
  border-top-left-radius: 6px;
  background-position: 8px center;
}
.epg-form .FormTextbox--Number .stepWrapper .stepDown,
.epg-form .epg-number-container .stepWrapper .stepDown {
  transform: rotate(-90deg);
  border-bottom-left-radius: 6px;
  background-position: 8px center;
}
.epg-form textarea {
  display: block;
  min-height: 130px;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 20px 18px;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c33e7a;
}
.epg-form textarea:focus {
  border: 2px solid #2a1c48;
  outline: none;
}
.epg-form .FormRange {
  margin: 50px 0 40px 0;
}
.epg-form .FormRange label {
  margin-bottom: 18px;
}
.epg-form .FormRange input[type=range] {
  padding: 21px 0;
  max-width: 100%;
}
.epg-form .FormRange span:first-of-type {
  position: relative;
  height: 55px;
  max-height: 55px;
}
.epg-form .FormRange .FormRange__Min,
.epg-form .FormRange .FormRange__Max {
  color: #cf6595;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 30px;
}
.epg-form .FormRange .FormRange__Min {
  padding-right: 22px;
}
.epg-form .FormRange .FormRange__Max {
  padding-left: 22px;
}
.epg-form .FormRange output {
  position: absolute;
  top: -20px;
  display: none;
  width: 50px;
  height: 24px;
  border: 1px solid #cf6595;
  background-color: #ffffff;
  border-radius: 3px;
  color: #cf6595;
  font-size: 0.8em;
  line-height: 24px;
  text-align: center;
}
.epg-form .FormRange input[type=range]:active + output {
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .epg-form .FormRange input[type=range]:active + output {
    display: none;
  }
}
.epg-form .FormFileUpload {
  font-family: "WorkSans";
  background-color: #f5faf9;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  padding: 10px 18px;
}
.epg-form .FormFileUpload span:first-of-type {
  width: 40%;
  padding-top: 13px;
}
@media only screen and (max-width: 576px) {
  .epg-form .FormFileUpload span:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }
}
.epg-form .FormFileUpload label {
  min-width: 180px;
  text-align: center;
  background-color: #c33e7a;
  color: #ffffff;
  margin: 0;
  padding: 10px 36px;
}
@media only screen and (max-width: 576px) {
  .epg-form .FormFileUpload label {
    width: 100%;
  }
}
.epg-form .FormFileUpload label:hover {
  cursor: pointer;
}
.epg-form .FormFileUpload input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.epg-form .FormFileUpload .FormFileUpload__PostedFile {
  text-align: right;
  width: 40%;
  padding-left: 10px;
  padding-top: 13px;
  word-break: break-all;
}
@media only screen and (max-width: 576px) {
  .epg-form .FormFileUpload .FormFileUpload__PostedFile {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}
.epg-form .FormFileUpload .FormFileUpload__PostedFile ol {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .epg-form .FormFileUpload .FormFileUpload__PostedFile ol {
    padding-left: 17px;
  }
}
.epg-form .FormFileUpload .FormFileUpload__PostedFile ol li {
  text-align: left;
  padding-bottom: 4px;
}
.epg-form .FormFileUpload .FormFileUpload__PostedFile ol li:first-child {
  margin-left: -17px;
  padding-bottom: 8px;
  font-weight: 700;
  list-style: none;
}
.epg-form .FormFileUpload .FormFileUpload__PostedFile ol li:first-child.normal {
  font-weight: normal;
  padding-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .epg-form .FormFileUpload .FormFileUpload__PostedFile ol li:first-child {
    margin-left: -21px;
  }
}
.epg-form .Form__Element__ValidationError {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 19px;
  color: #ff0000;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
}
.epg-form .FormResetButton {
  box-sizing: border-box;
  height: 60px;
  width: 259px;
  background-color: #ffffff;
  border: 1px solid #c33e7a;
  color: #c33e7a;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .epg-form .FormResetButton {
    width: 100%;
  }
}
.epg-form .FormSubmitButton {
  box-sizing: border-box;
  height: 60px;
  width: 259px;
  background-color: #c33e7a;
  border: 1px solid #c33e7a;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .epg-form .FormSubmitButton {
    width: 100%;
  }
}
.epg-form .FormDateTimeRange label {
  width: 50%;
  float: left;
}
.epg-form .FormDateTimeRange label:nth-child(even) {
  padding-left: 30px;
}
.epg-form .FormDateTimeRange label:nth-child(odd) {
  padding-left: 0;
}
.epg-form .FormDateTimeRange input[type=text] {
  display: inline-block;
  width: calc(50% - 30px) !important;
  float: left;
}
@media only screen and (max-width: 576px) {
  .epg-form .FormDateTimeRange input[type=text] {
    display: block;
    width: 100% !important;
  }
}
.epg-form .FormDateTimeRange span {
  display: block;
  float: left;
}
.epg-form .FormDateTimeRange span:last-of-type {
  clear: both;
  float: none;
}
.epg-form .FormDateTimeRange .FormDateTimeRange_Seperator {
  text-align: center;
  width: 60px;
  height: 62px;
  margin-top: 0 !important;
}
.epg-form .FormChoice {
  font-family: "RobotoCondensed-VariableFont";
  color: #150b25;
  padding: 20px 18px;
  background-color: #f5faf9;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
}
.epg-form .FormChoice .Form__Element__Caption {
  color: #150b25;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  margin-bottom: 22px;
}
.epg-form .FormChoice input[type=checkbox] + label .epg-checkbox,
.epg-form .FormChoice input[type=radio] + label .epg-checkbox {
  top: 0;
  left: 0;
  min-width: 26px;
  height: 26px;
  margin-right: 10px;
  background-image: url("../img/checkbox.png") !important;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display: inline-flex;
}
.epg-form .FormChoice input[type=checkbox]:checked + label .epg-checkbox,
.epg-form .FormChoice input[type=radio]:checked + label .epg-checkbox {
  background-image: url("../img/checkbox_checked.png") !important;
}
.epg-form .FormChoice label {
  font-family: "Century Gothic", "Arial", sans-serif !important;
  margin: 0 60px 15px 0 !important;
  padding-left: 0;
}
.epg-form .FormChoice label:hover {
  cursor: pointer;
}
.epg-form .FormChoice--Image {
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
}
.epg-form .FormChoice--Image .Form__Element__ValidationError {
  margin-top: 10px;
}
.epg-form .FormChoice--Image .epg-image-upload-headline {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.62px;
  line-height: 58px;
  margin-bottom: 25px;
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item {
  width: 100%;
  max-width: unset;
  padding: 0;
  text-align: left;
  justify-content: unset !important;
  margin-right: 0 !important;
}
@media only screen and (max-width: 768px) {
  .epg-form .FormChoice--Image label.FormChoice--Image__Item {
    float: initial;
  }
  .epg-form .FormChoice--Image label.FormChoice--Image__Item:nth-of-type(n+2), .epg-form .FormChoice--Image label.FormChoice--Image__Item:nth-of-type(2n+3) {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item input[type=radio] {
  opacity: unset;
  display: unset;
  background-position: center;
  background-size: 26px 26px;
  height: 26px;
  width: 26px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/checkbox.png");
  margin-right: 10px;
  align-self: center;
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item input[type=radio]:checked {
  background-image: url("../img/checkbox_checked.png");
  border-radius: 1000px;
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item img {
  max-width: 100%;
  height: auto;
  width: auto;
  height: 101px;
  border: none !important;
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item .epg-img-footer {
  display: none;
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item .epg-img-footer input[type=checkbox] + .epg-checkbox,
.epg-form .FormChoice--Image label.FormChoice--Image__Item .epg-img-footer input[type=radio] + .epg-checkbox {
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  background-image: url("../img/checkbox_square.png") !important;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item .epg-img-footer input[type=checkbox]:checked + .epg-checkbox,
.epg-form .FormChoice--Image label.FormChoice--Image__Item .epg-img-footer input[type=radio]:checked + .epg-checkbox {
  background-image: url("../img/checkbox_square_checked.png") !important;
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item .epg-img-footer a {
  position: relative;
  min-width: 25px;
  height: 100%;
  min-height: 25px;
  padding-top: 2px;
  margin-left: 20px;
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item .epg-img-footer a:before {
  position: absolute;
  content: "";
  background-image: url("../img/download_arrow.png");
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.epg-form .FormChoice--Image label.FormChoice--Image__Item .epg-img-footer a:hover:before {
  background-image: url("../img/download_arrow_hover.png");
}
.epg-form .FormCaptcha {
  margin-bottom: 30px;
  background-color: #f5faf9;
  padding: 10px 20px;
}
.epg-form .FormCaptcha .epg-captcha-container {
  flex-direction: row;
  padding: 2px 10px 2px 3px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .epg-form .FormCaptcha .epg-captcha-container {
    padding: 2px 10px;
  }
}
.epg-form .FormCaptcha .epg-captcha-container img {
  width: 40%;
}
.epg-form .FormCaptcha .epg-captcha-container input[type=text] {
  padding: 11px 13px;
  width: 35% !important;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  height: 44px;
  max-height: 44px;
}
@media only screen and (max-width: 768px) {
  .epg-form .FormCaptcha .epg-captcha-container input[type=text] {
    width: 100% !important;
    margin: 0;
  }
}
.epg-form .FormCaptcha .epg-captcha-container button {
  width: 30%;
  max-width: 30%;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  background-color: #c33e7a;
  border: none;
  padding: 11px 8px;
}
@media only screen and (max-width: 768px) {
  .epg-form .FormCaptcha .epg-captcha-container button {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .epg-form .FormCaptcha .epg-captcha-container {
    flex-direction: column;
  }
  .epg-form .FormCaptcha .epg-captcha-container img,
  .epg-form .FormCaptcha .epg-captcha-container input[type=text],
  .epg-form .FormCaptcha .epg-captcha-container button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.FormRecaptcha .g-recaptcha {
  display: block;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 20px 18px;
  box-sizing: border-box;
  width: 100% !important;
  background-color: #FFFFFF;
  border: 1px solid #c33e7a;
}

.ui-datepicker {
  background-color: #f1efee !important;
  padding: 30px 28px 28px 28px !important;
  margin: 0 0 0.8em !important;
  width: 400px !important;
}
@media only screen and (max-width: 420px) {
  .ui-datepicker {
    width: 290px !important;
    padding: 20px 25px 28px 25px !important;
  }
}
.ui-datepicker .epg-close {
  height: 0px;
  position: relative;
}
.ui-datepicker .epg-close .epg-close-button {
  position: absolute;
  top: -23px;
  right: -20px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/button_close_cross_black.png");
  background-size: 15px;
  cursor: pointer;
}
.ui-datepicker.ui-widget-content {
  background-image: none !important;
  background-color: #f1efee !important;
  border-radius: 6px !important;
  border: 1px solid #999999 !important;
}
.ui-datepicker select.ui-datepicker-hour, .ui-datepicker select.ui-datepicker-minute, .ui-datepicker select.ui-datepicker-period {
  outline: 0 !important;
  width: 111px;
  height: 60px;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: -0.5px !important;
  line-height: 29px !important;
  text-align: center !important;
  border-radius: 6px !important;
}
@media only screen and (max-width: 420px) {
  .ui-datepicker select.ui-datepicker-hour, .ui-datepicker select.ui-datepicker-minute, .ui-datepicker select.ui-datepicker-period {
    width: 75px;
    height: 40px;
    font-size: 20px !important;
    letter-spacing: -0.4px !important;
    line-height: 26px !important;
  }
}
.ui-datepicker .ui-datepicker-header {
  border-style: none !important;
  background-color: #f1efee !important;
  background-image: none !important;
  color: #150b25 !important;
  padding: 0.2em 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-title {
  font-family: "Century Gothic", "Arial", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: -0.5px !important;
  line-height: 30px !important;
  height: 50px !important;
}
@media only screen and (max-width: 420px) {
  .ui-datepicker .ui-datepicker-title {
    font-size: 18px !important;
    letter-spacing: -0.4px !important;
    line-height: 24px !important;
    height: 30px !important;
  }
}
.ui-datepicker .ui-datepicker-title span {
  height: 50px !important;
  vertical-align: middle !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 6px !important;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #999999 !important;
  background-color: #ffffff !important;
  background-repeat: no-repeat !important;
  background-size: 25% !important;
  background-position: center !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: none !important;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  border-radius: 6px !important;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #999999 !important;
  background-color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev-hover span,
.ui-datepicker .ui-datepicker-next-hover span {
  border-color: transparent !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url("../img/datepicker/arrow-grey-left.png") !important;
}
@media only screen and (max-width: 420px) {
  .ui-datepicker .ui-datepicker-prev {
    width: 32px !important;
    height: 32px !important;
  }
}
.ui-datepicker .ui-datepicker-next {
  background-image: url("../img/datepicker/arrow-grey-right.png") !important;
}
@media only screen and (max-width: 420px) {
  .ui-datepicker .ui-datepicker-next {
    width: 32px !important;
    height: 32px !important;
  }
}
.ui-datepicker .ui-datepicker-title.TimePicker {
  height: auto !important;
  margin: 28px 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-calendar {
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  font-family: "Century Gothic", "Arial", sans-serif !important;
  color: #150b25 !important;
  font-size: 16px !important;
  letter-spacing: -0.33px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  text-align: center !important;
  width: 50px !important;
  height: 50px !important;
}
@media only screen and (max-width: 420px) {
  .ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    width: 32px !important;
    height: 32px !important;
  }
}
.ui-datepicker .ui-datepicker-calendar th a, .ui-datepicker .ui-datepicker-calendar td a {
  font-family: "Century Gothic", "Arial", sans-serif !important;
  height: 100% !important;
  text-align: center !important;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 1px !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  border-color: #150b25 !important;
  color: #150b25 !important;
  font-size: 16px !important;
  letter-spacing: -0.33px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  border-color: #150b25 !important;
  background: #c33e7a none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  letter-spacing: -0.33px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}

.ui-dialog {
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}
.ui-dialog .ui-icon-closethick {
  top: 0 !important;
  left: 0 !important;
}

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 21px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: white;
}
[type=range]:focus::-ms-fill-lower {
  background: #f5faf9;
}
[type=range]:focus::-ms-fill-upper {
  background: white;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(12.75, 12.75, 12.75, 0);
  background: #f5faf9;
  border: 1px solid #cf6595;
  border-radius: 0;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(12.75, 12.75, 12.75, 0);
  background: #c33e7a;
  border: 0 solid #cf6595;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: default;
  height: 42px;
  width: 42px;
  -webkit-appearance: none;
  margin-top: -17px;
}
[type=range]::-moz-range-track {
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(12.75, 12.75, 12.75, 0);
  cursor: default;
  height: 10px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #f5faf9;
  border: 1px solid #cf6595;
  border-radius: 0;
  height: 5px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(12.75, 12.75, 12.75, 0);
  background: #c33e7a;
  border: 0 solid #cf6595;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: default;
  height: 42px;
  width: 42px;
}
[type=range]::-ms-track {
  cursor: default;
  height: 10px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 21px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(12.75, 12.75, 12.75, 0);
  background: rgb(228, 241.5, 238.8);
  border: 1px solid #cf6595;
  border-radius: 0;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(12.75, 12.75, 12.75, 0);
  background: #f5faf9;
  border: 1px solid #cf6595;
  border-radius: 0;
}
[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(12.75, 12.75, 12.75, 0);
  background: #c33e7a;
  border: 0 solid #cf6595;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: default;
  height: 42px;
  width: 42px;
  margin-top: 2.5px;
}
[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.epg-list-component {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-list-component {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-list-component .epg-component-list {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.37px;
  color: #150B25;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.epg-list-component .epg-component-list li {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-top: -1px;
}
.epg-list-component .epg-component-list li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  padding-right: 30px;
  color: #150B25 !important;
}
.epg-list-component .epg-component-list li a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  right: 0;
  background: url("../../static/img/datepicker/select_arrow.png") center no-repeat;
  background-size: 20px 20px !important;
  transform: rotate(-90deg);
}
.epg-list-component .epg-component-list li a:hover {
  color: #009F29 !important;
}
.epg-list-component .epg-component-list li a:hover::after {
  transform: rotate(0deg);
  background: url("../../static/img/arrow_green_right.png") no-repeat;
}
.epg-list-component .epg-component-list li a .epg-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 5px 0 5px;
  margin: 0 15px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #FFF;
  color: #000000;
  border: 1px solid #000000;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  height: 21px;
  font-size: 12px;
  letter-spacing: -0.42px;
  font-weight: normal;
}
.epg-list-component .epg-component-list li a .epg-category.epg-orange {
  border: 1px solid #FF8A00;
  color: #FF8A00;
}
.epg-list-component .epg-component-list li a .epg-category.epg-green {
  border: 1px solid #009F29;
  color: #009F29;
}

.content_list_page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .content_list_page {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content_list_page ul, .content_list_page li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content_list_page .epg-row .epg-content-col .epg-tiny-mce.epg-item-1 {
  margin-bottom: 60px;
}
.content_list_page .epg-row .epg-content-col .epg-tiny-mce.epg-item-2 {
  margin-top: 60px;
}
.content_list_page .epg-row .epg-content-col .epg-tiny-mce.epg-item-3 {
  margin-top: 40px;
}
.content_list_page .epg-row .epg-content-col .epg-card-container {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  border-top: 2px solid #f3f3f3;
  border-radius: 6px;
  padding: 40px 0 20px 0;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card-container {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11), 0 11px 11px 0 rgba(0, 0, 0, 0.16), 0 8px 7px 0 rgba(0, 0, 0, 0.14) !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11), 0 11px 11px 0 rgba(0, 0, 0, 0.16), 0 8px 7px 0 rgba(0, 0, 0, 0.14) !important;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11), 0 11px 11px 0 rgba(0, 0, 0, 0.16), 0 8px 7px 0 rgba(0, 0, 0, 0.14) !important;
    border-top: none;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card {
  display: none;
  margin: 0 40px 40px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #150b25 !important;
  border-radius: 0 !important;
  border-style: none;
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card {
    margin: 0 0 40px !important;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card.epg-last-card {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-header {
  width: 193px !important;
  min-width: 193px !important;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-header {
    margin-bottom: 20px !important;
    width: auto !important;
    min-width: auto !important;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-header .image {
  display: block;
  width: 193px;
  height: 109px;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-header .image {
    width: 250px;
    height: 165px;
  }
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper {
    display: block !important;
  }
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper {
    flex-direction: column;
    padding: 0 20px !important;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body {
  flex-direction: column;
  width: 100%;
  padding: 0 0 0 32px !important;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body {
    padding-left: 0 !important;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
  margin-bottom: 36px;
  min-height: 140px;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
    min-height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper {
    margin-bottom: 20px;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper a:hover {
  text-decoration: none;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper a:hover .epg-card-headline h4 {
  text-decoration: underline;
  color: #2a1c48;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title {
  width: 100%;
  color: #2a1c48;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 10px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.33px;
  letter-spacing: -0.33px;
  color: #150b25;
  font-weight: normal;
  margin-bottom: 9px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category {
  display: flex;
  margin-left: 10px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category .epg-category {
  margin: -1px 20px 0 0 !important;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category .epg-category {
    position: relative;
  }
}
@media only screen and (min-width: 1160px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category .epg-category {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-pre-title .epg-date-category .epg-category {
    position: absolute !important;
    left: 20px !important;
    margin-top: -33px !important;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-category {
  padding: 0 9px;
  margin: 4px 0 0 10px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #FFF;
  border: 1px solid #5A3185;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  height: 26px;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-category.epg-green {
  border: 1px solid #009f29;
  color: #009f29;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-headline h4 {
  font-size: 24px !important;
  font-weight: 700;
  letter-spacing: -0.5px !important;
  line-height: 34px !important;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-headline h4 {
    font-size: 22px;
    letter-spacing: -0.46px;
    line-height: 32px !important;
  }
}
@media only screen and (max-width: 1160px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-title .epg-card-headline .epg-category {
    display: none;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
  color: #150b25;
  font-family: "Lora", "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: -0.38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-text-wrapper .epg-card-text {
    font-size: 16px;
    letter-spacing: -0.34px;
    line-height: 26px;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer {
  border-style: none;
  color: #009f29;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 26px;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer {
    padding: 0 20px !important;
  }
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul {
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: space-between !important;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul li {
  margin-left: 5px;
  margin-right: 5px;
  height: 26px;
  margin-bottom: 15px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul li.displayNone {
  display: none;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer ul li a {
  color: #009f29;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-clock {
  padding-left: 28px;
  background: url("../img/icons/icon_clock_green.png") left center no-repeat;
  background-size: 18px 18px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-location {
  padding-left: 28px;
  background: url("../img/icons/icon_location_green.png") left center no-repeat;
  background-size: 19px 19px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-author {
  padding-left: 28px;
  background: url("../img/icons/icon_author_green.png") left center no-repeat;
  background-size: 19px 19px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-book {
  padding-left: 28px;
  background: url("../img/icons/icon_book_green.png") left center no-repeat;
  background-size: 19px 19px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-share {
  padding-left: 30px;
  background: url("../img/icons/icon_share_green.png") left center no-repeat;
  background-size: 18px 18px;
  font-weight: 700;
  color: #009f29 !important;
  text-decoration: none;
  cursor: pointer;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark a {
  display: inline-block;
  color: #009f29 !important;
  text-decoration: none;
  height: 26px;
  font-weight: bold;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-inactive {
  padding-left: 30px;
  background: url("../img/icons/icon_bookmark_green.png") left center no-repeat;
  background-size: 20px 20px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-active {
  padding-left: 30px;
  background: url("../img/icons/icon_bookmark_green_filled.png") left center no-repeat;
  background-size: 20px 20px !important;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper {
  position: relative;
  height: 26px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-inactive,
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-active {
  justify-content: center;
  position: relative;
  border-style: none;
  opacity: 1;
  top: 0;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-inactive.hidden,
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-active.hidden {
  opacity: 0 !important;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-inactive.hidden {
  top: -26px !important;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-active {
  margin-top: -26px;
}
.content_list_page .epg-row .epg-content-col .epg-card .epg-card-footer .epg-bookmark .bm-wrapper .bm-active.hidden {
  top: 26px !important;
}
.content_list_page .epg-row .epg-content-col .epg-see-more-container {
  display: none;
  margin-bottom: 20px;
  text-align: center;
}
.content_list_page .epg-row .epg-content-col .epg-see-more-container .epg-see-more {
  cursor: pointer;
  padding-left: 40px;
  color: #150b25;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: 28px;
  background: url("../img/icons/icon_see_more.png") left center no-repeat;
  background-size: 24px;
}

.epg-follow-bookmark-share .epg-fluid-container {
  padding-top: 0 !important;
}
.epg-follow-bookmark-share .epg-overlay-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-follow-bookmark-share .epg-overlay-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-follow-bookmark-share .epg-overlay-container ul, .epg-follow-bookmark-share .epg-overlay-container li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper {
  flex-direction: column;
  border-radius: 6px;
  background-color: #f1efee;
}
@media only screen and (max-width: 577px) {
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.active .bookmark, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.active .follow {
    display: none;
  }
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.active .epg-share-link {
  display: none !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.active ul {
  display: flex !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div {
  display: flex;
  border-right: 1px solid #999999;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.37px;
  font-weight: bold;
  color: #150b25;
}
@media only screen and (min-width: 1161px) {
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div {
    width: 33.33%;
  }
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div:last-child {
  border-right: none;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a {
  width: 100%;
  height: 80px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a:hover {
  text-decoration: none;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div span {
  position: relative;
  padding-left: 20px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow {
  position: relative;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow.menu-open:after {
  position: absolute;
  content: "";
  background-size: 30px 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
  bottom: -28px;
  left: calc(50% - 15px);
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow span:before {
  position: absolute;
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  left: -8px;
  width: 24px;
  height: 24px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu {
  display: none;
  position: absolute;
  top: 108px;
  left: 0;
  min-width: 377px;
  background-clip: padding-box;
  border-radius: 6px;
  border: none;
  padding: 0;
  z-index: 1000;
  text-align: left;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.33px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li.active {
  font-weight: normal !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li:last-child {
  border-bottom: none !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a {
  display: block;
  padding: 22px 28px 22px 38px;
  display: block;
  position: relative;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a:hover {
  text-decoration: none;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a span {
  padding-left: 27px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a span:before {
  position: absolute;
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  left: -7px;
  width: 24px;
  height: 24px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive,
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active {
  justify-content: center;
  position: relative;
  border-style: none;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100%;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive.hidden,
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active.hidden {
  opacity: 0 !important;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive.hidden {
  top: -30px !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active {
  margin-top: -80px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active.hidden {
  top: 30px !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive:before,
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active:before {
  position: relative;
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  left: -16px;
  width: 24px;
  height: 24px;
  top: 1px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media {
  display: none;
  white-space: nowrap;
  justify-content: space-around;
  width: 100%;
  height: 80px;
  align-items: center;
  max-width: 275px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media li.animation {
  display: block;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: animation2;
          animation-name: animation2;
}
@keyframes animation2 {
  from {
    transform: translateX(60px);
  }
  to {
    transform: translateX(0px);
  }
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media li a {
  opacity: 0;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media li a.animation {
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animation3;
          animation-name: animation3;
}
@keyframes animation3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share a {
  display: block;
  width: 48px;
  height: 48px;
  background-size: 48px;
  transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share a:hover {
  transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-share-link {
  display: flex;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-share-link.animation {
  transform: translateY(-100px);
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: animation1;
          animation-name: animation1;
}
@keyframes animation1 {
  from {
    transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(-30px);
    opacity: 0;
  }
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share span:before {
  position: absolute;
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  left: -24px;
  width: 24px;
  height: 24px;
  top: 1px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark {
  background-color: #4f4f4f;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div {
  color: #f1efee;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div a {
  color: #f1efee;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.inactive {
  background-color: #616161 !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.inactive:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow.menu-open:after {
  background-image: url("../img/icons/hero_overlay/icon_arrow_up_dark.png") !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu {
  background-color: #4f4f4f !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu ul li {
  border-bottom: 1px solid #f1efee;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu ul li.active span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_white_filled.png") !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu ul li a:before {
  background-image: url("../img/icons/hero_overlay/icon_star_white.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow .epg-dropdown-menu ul li a:hover {
  color: #f1efee;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_white.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.follow.active > a span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_white_filled.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.bookmark .bm-inactive:before {
  background-image: url("../img/icons/hero_overlay/icon_bookmark_white.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.bookmark .bm-active:before {
  background-image: url("../img/icons/hero_overlay/icon_bookmark_white_filled.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share span:before {
  background-image: url("../img/icons/hero_overlay/icon_share_white.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share.active > a span:before {
  background-image: url("../img/icons/hero_overlay/icon_share_white.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon1 a {
  background-image: url("../img/icons/icon_facebook_light.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon1 a:hover {
  background-image: url("../img/icons/icon_facebook.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon2 a {
  background-image: url("../img/icons/icon_twitter_light.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon2 a:hover {
  background-image: url("../img/icons/icon_twitter.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon3 a {
  background-image: url("../img/icons/icon_linkedin_light.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon3 a:hover {
  background-image: url("../img/icons/icon_linkedin.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon4 a {
  background-image: url("../img/icons/icon_email_light.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.dark div.share .epg-social-media .icon4 a:hover {
  background-image: url("../img/icons/icon_email_dark_a.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light {
  background-color: #f1efee;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div a {
  color: #150b25;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.inactive {
  background-color: #ffffff !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.inactive:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow.menu-open:after {
  background-image: url("../img/icons/hero_overlay/icon_arrow_up_light.png") !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu {
  background-color: #f1efee !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu ul li {
  border-bottom: 1px solid #999999;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu ul li.active span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black_filled.png") !important;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu ul li a:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow .epg-dropdown-menu ul li a:hover {
  color: #150b25;
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.follow.active span:before {
  background-image: url("../img/icons/hero_overlay/icon_star_black_filled.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.bookmark .bm-inactive:before {
  background-image: url("../img/icons/hero_overlay/icon_bookmark_black.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.bookmark .bm-active:before {
  background-image: url("../img/icons/hero_overlay/icon_bookmark_black_filled.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share span:before {
  background-image: url("../img/icons/hero_overlay/icon_share_black.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share.active span:before {
  background-image: url("../img/icons/hero_overlay/icon_share_black.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon1 a {
  background-image: url("../img/icons/icon_facebook_dark.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon1 a:hover {
  background-image: url("../img/icons/icon_facebook_dark_a.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon2 a {
  background-image: url("../img/icons/icon_twitter_dark.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon2 a:hover {
  background-image: url("../img/icons/icon_twitter_dark_a.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon3 a {
  background-image: url("../img/icons/icon_linked_in_dark.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon3 a:hover {
  background-image: url("../img/icons/icon_linked_in_a.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon4 a {
  background-image: url("../img/icons/icon_email_dark.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share .epg-social-media .icon4 a:hover {
  background-image: url("../img/icons/icon_email_dark_a.png");
}
.epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper.light div.share a {
  border-bottom: 0;
}
@media only screen and (max-width: 577px) {
  .epg-follow-bookmark-share {
    position: relative;
    bottom: 0;
    margin-bottom: 60px;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper {
    flex-direction: row;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div {
    width: 33.3%;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div:last-child {
    border-bottom: none;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.inactive {
    display: none;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a {
    justify-content: center !important;
    padding-left: 0;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive,
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active {
    justify-content: center !important;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive:before,
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active:before {
    top: 12px;
    left: calc(50% - 12px);
    position: absolute;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-inactive > div,
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.bookmark .bm-wrapper .bm-active > div {
    padding-top: 22px;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu {
    width: 100%;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow.menu-open {
    border-bottom-style: none;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li a {
    padding: 22px 28px 22px 27px;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu {
    min-width: 100%;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow span {
    padding-left: 0;
    padding-top: 22px;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow span:before {
    top: -3px;
    left: calc(50% - 12px) !important;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media a {
    width: 42px !important;
    height: 42px !important;
    background-size: 42px !important;
  }
}
@media only screen and (max-width: 577px) and (max-width: 1161px) {
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-social-media {
    display: none;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share .epg-share-link {
    display: flex;
  }
}
@media only screen and (max-width: 577px) {
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share a.epg-share-link {
    width: 100%;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share a.epg-share-link span {
    padding-left: 0;
    padding-top: 22px;
  }
  .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.share a.epg-share-link span:before {
    top: -3px;
    left: calc(50% - 12px);
  }
}

/* This is for inside the width80 container */
.width80 .epg-follow-bookmark-share .epg-social-media a {
  width: 42px !important;
  height: 42px !important;
  background-size: 42px !important;
}

/* This is for inside the 23/13 container */
.epg-2-columns-2313 .epg-left-col .epg-follow-bookmark-share .epg-social-media {
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.epg-2-columns-2313 .epg-left-col .epg-follow-bookmark-share .epg-social-media li {
  margin-right: 24px !important;
}
.epg-2-columns-2313 .epg-left-col .epg-follow-bookmark-share .epg-social-media li:last-child {
  margin-right: 0 !important;
}
.epg-2-columns-2313 .epg-left-col .epg-follow-bookmark-share .epg-social-media a {
  width: 34px !important;
  height: 34px !important;
  background-size: 34px !important;
}

.epg-sidebar-lz-cp-navigation {
  background-color: #ffffff;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 175px;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-sidebar-lz-cp-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.epg-sidebar-lz-cp-navigation .epg-row {
  /* Basics */
  /*  Content Container */
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-col h3 {
  margin: 0;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-col ul, .epg-sidebar-lz-cp-navigation .epg-row .epg-col li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container {
  z-index: 10000 !important;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body {
  border-radius: 6px;
  overflow: hidden;
  color: #150b25;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-headline-container .epg-headline {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background: #2a1c48;
  padding: 25px 30px;
  position: relative;
  z-index: 1000;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.33px;
  color: #150b25;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items :last-child {
  border-bottom: 0 !important;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li {
  border-bottom: 1px solid #f1efee;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a {
  text-decoration: none !important;
  padding: 21px 30px 21px 35px;
  display: block;
  color: #150b25 !important;
  border-bottom: 1px solid transparent;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a span {
  display: inline-block;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a:hover {
  font-weight: bold;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li.active {
  background-color: #adadad;
}
.epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li.active a {
  padding-bottom: 16px !important;
  font-weight: bold;
}
/* This is for inside the 23/13 container */
.epg-2-columns-2313 .epg-left-col .epg-sidebar-lz-cp-navigation {
  display: none;
  position: relative !important;
  top: auto !important;
}
@media only screen and (max-width: 577px) {
  .epg-2-columns-2313 .epg-left-col .epg-sidebar-lz-cp-navigation {
    display: block !important;
  }
}
@media only screen and (max-width: 577px) {
  .epg-2-columns-2313 .epg-right-col .epg-sidebar-lz-cp-navigation {
    background-color: #1c94c4;
    display: none !important;
  }
}

body {
  min-width: 320px;
  font-weight: 400;
  font-size: 26px;
  color: #150b25;
  font-family: "WorkSans", "Arial", sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: -1px;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: -0.75px;
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    letter-spacing: -0.54px !important;
    margin-bottom: 20px !important;
  }
}

h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.62px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.5px;
}

h5 {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

h6 {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

a {
  color: #150b25;
}
a:hover {
  color: #c33e7a;
}

.animatedHover, header .epg-navigation-container .epg-navigation-col ul li a, header .epg-navigation-container.mobile .epg-nav-popout-col ul li a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown a.category span, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu ul li a, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a, .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a, .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a, .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.animatedHover:hover, header .epg-navigation-container .epg-navigation-col ul li a:hover, header .epg-navigation-container.mobile .epg-nav-popout-col ul li a:hover, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a:hover, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a:hover, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown a.category span:hover, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu ul li a:hover, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a:hover, .epg-learning-zone-nav-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.menu ul li > a:hover, .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a:hover, .epg-news-block .epg-row .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-bookmark a:hover, .epg-featured-block .epg-content-col .epg-card .epg-card-body-wrapper .epg-card-body .epg-card-footer .epg-footer-right-col .epg-bookmark a:hover, .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a:hover, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div > a:hover, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow ul li > a:hover, .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body .epg-content .epg-items li a:hover {
  transform: translateY(-4px);
}

.width100.bgGrey {
  background-color: #e6f1ee !important;
}
.width100.bgPink {
  background-color: #c33e7a !important;
}
.width80.bgGrey {
  background-color: #e6f1ee !important;
}
.width80.bgPink {
  background-color: #c33e7a !important;
}
section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  section {
    margin-bottom: 30px;
  }
}
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

/* Remove the 'x' close-icon in input-fields in Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}

/*
  epg classes
*/
.epg-fluid-container {
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .epg-fluid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.epg-mg-top {
  margin-top: 60px;
}

.epg-shadow-cta, .event_summary .epg-row .epg-cta-green {
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
}

.epg-shadow, .epg-leadershipboard, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-hero-overlay .epg-overlay-container .epg-content-col .epg-menu-wrapper.epg-hero-navigation .epg-menu-dropdown, .epg-home-page-search .epg-row .epg-content-col .epg-search-results-container .epg-search-results-found, .datepicker, .epg-on-this-page .epg-row .epg-on_this_page_container .body, .epg-sidebar-navigation .epg-row .epg-sidebar-navigation-container, .epg-share-block .epg-row .body, .epg-nav-cards-block .epg-cards-container.standard a .epg-card, .epg-nav-cards-block .epg-cards-container.owl-carousel a .epg-card, .event_summary .epg-row .epg-container-grey, .epg-auth-wall .epg-box, .epg-video-block .epg-video-main .epg-video-div .video, .epg-video-block .epg-download-overlay, .epg-sidebar-drug-navigation .epg-row .epg-sidebar-navigation-container .body, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper, .epg-follow-bookmark-share .epg-overlay-container .epg-content-col .epg-menu-wrapper > div.follow .epg-dropdown-menu, .epg-sidebar-lz-cp-navigation .epg-row .epg-sidebar-navigation-container .body {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11), 0 5px 5px 0 rgba(0, 0, 0, 0.11), 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

.epg-big-arrow-button {
  position: relative;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
  background-color: #009f29;
  border-radius: 6px;
  width: auto;
  padding: 18px 65px 18px 30px;
  line-height: 25px !important;
  cursor: pointer;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.42px !important;
  text-decoration: none !important;
}
.epg-big-arrow-button a {
  color: #ffffff !important;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 25px !important;
  letter-spacing: -0.42px !important;
  text-decoration: none !important;
}
.epg-big-arrow-button:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 22px;
  right: 22px;
  background-image: url(../img/arrow_white_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.epg-big-arrow-button:hover {
  text-decoration: underline !important;
  color: #ffffff !important;
}

.epg-small-arrow-button {
  position: relative;
  background-color: #c33e7a;
  width: auto;
  padding: 14px 54px 14px 24px;
  line-height: 22px !important;
  cursor: pointer;
  color: #ffffff !important;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -0.38px !important;
  text-decoration: none !important;
  margin-bottom: 8px;
}
.epg-small-arrow-button a {
  color: #ffffff !important;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  letter-spacing: -0.38px !important;
  text-decoration: none !important;
}
.epg-small-arrow-button:after {
  position: absolute;
  content: "";
  height: 21px;
  width: 18px;
  right: 18px;
  background-image: url(../img/arrow_white_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
.epg-small-arrow-button:hover {
  text-decoration: underline !important;
  color: #ffffff !important;
}

.black-triangle {
  display: inline-block !important;
  color: #000;
  transform: none;
}

.epg-big-arrow-button > .epg-small-arrow-button,
.epg-big-arrow-button > .epg-big-arrow-button,
.epg-small-arrow-button > .epg-small-arrow-button,
.epg-small-arrow-button > .epg-big-arrow-button {
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.epg-big-arrow-button > .epg-small-arrow-button:after,
.epg-big-arrow-button > .epg-big-arrow-button:after,
.epg-small-arrow-button > .epg-small-arrow-button:after,
.epg-small-arrow-button > .epg-big-arrow-button:after {
  content: none !important;
}

.overflow-auto > table {
  box-shadow: none !important;
}

div:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  margin: 0 !important;
}

.EPiServerForms .hide {
  display: none !important;
}

.EPiServerForms .Form__Status .Form__Status__Message {
  margin: 1rem 0 2rem !important;
}

.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: transparent !important;
  font-family: "WorkSans", "Arial", sans-serif;
}

.Form__Status {
  margin: 0 !important;
}

.epg-form {
  margin-bottom: 10px !important;
}

iframe {
  max-width: 100%;
}

#scrollToTopButton {
  position: relative;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
  background-color: #009f29;
  border-radius: 6px;
  width: auto;
  padding: 18px 65px 18px 30px;
  line-height: 25px !important;
  cursor: pointer;
  font-family: "Century Gothic", "Arial", sans-serif !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.42px !important;
  text-decoration: none !important;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 1001; /* Make sure it does not overlap */
  cursor: pointer; /* Add a mouse pointer on hover */
}
#scrollToTopButton:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 22px;
  right: 22px;
  background-image: url(../img/arrow_white_menu_up.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

.initial-overflow {
  overflow: initial !important;
}

.epg-leadershipboard {
  display: flex;
  flex-flow: column;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
}
.epg-leadershipboard-title {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background: #2a1c48;
  padding: 25px 30px;
  position: relative;
  z-index: 1000;
  text-align: center;
  margin-bottom: 0 !important;
}
.epg-leadershipboard-footer {
  padding: 10px 30px;
  border-top: 1px solid #d0d0d0;
  color: #d0d0d0;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 577px) {
  .epg-leadershipboard-footer {
    font-size: 15px;
  }
}
.epg-leadershipboard-separator {
  border-top: 1px solid #d0d0d0;
}
.epg-leadershipboard .epg-rankedUser {
  display: flex;
  flex-flow: row;
  margin: 16px 0;
  padding: 4px 16px;
  align-items: center;
}
@media (max-width: 577px) {
  .epg-leadershipboard .epg-rankedUser {
    padding: 4px 8px;
  }
}
.epg-leadershipboard .epg-rankedUser:hover {
  background-color: #d0d0d0 !important;
}
.epg-leadershipboard .epg-rankedUser:hover * {
  background-color: #d0d0d0 !important;
}
.epg-leadershipboard .epg-rankedUser-current {
  background-color: #f1efee;
}
.epg-leadershipboard .epg-rankedUser-image {
  aspect-ratio: 1/1;
  height: 80px;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
@media (max-width: 577px) {
  .epg-leadershipboard .epg-rankedUser-image {
    height: 54px;
    display: none;
  }
}
.epg-leadershipboard .epg-rankedUser-body {
  min-height: 80px;
  margin: 0 4px;
  width: 100%;
}
@media (max-width: 577px) {
  .epg-leadershipboard .epg-rankedUser-body {
    min-height: 54px;
    margin-left: 0;
  }
}
.epg-leadershipboard .epg-rankedUser-name {
  height: 50%;
}
@media (max-width: 577px) {
  .epg-leadershipboard .epg-rankedUser-name {
    height: unset;
  }
}
.epg-leadershipboard .epg-rankedUser-name * {
  margin: 0 4px;
}
@media (max-width: 577px) {
  .epg-leadershipboard .epg-rankedUser-name * {
    font-size: 22px !important;
    line-height: 24px;
  }
}
.epg-leadershipboard .epg-rankedUser-rankInfo {
  height: 50%;
}
.epg-leadershipboard .epg-rankedUser-rank-container {
  font-size: 20px;
  height: 50%;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (max-width: 577px) {
  .epg-leadershipboard .epg-rankedUser-rank-container {
    font-size: 15px;
    height: 70%;
    align-items: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 320px) {
  .epg-leadershipboard .epg-rankedUser-rank-container {
    font-size: 14px;
    height: unset;
    align-items: unset;
    flex-flow: column;
  }
}
.epg-leadershipboard .epg-rankedUser-rank-container * {
  margin-right: 4px;
}
.epg-leadershipboard .epg-rankedUser-rank {
  padding: 0 4px;
}
.epg-leadershipboard .epg-rankedUser-time {
  padding: 0 4px;
}
.epg-leadershipboard .epg-rankedUser-position {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.62px;
  background-color: #f1efee;
  aspect-ratio: 1/1;
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}
@media (max-width: 577px) {
  .epg-leadershipboard .epg-rankedUser-position {
    height: 54px;
    font-size: 26px;
    line-height: 1;
  }
}
@media (max-width: 320px) {
  .epg-leadershipboard .epg-rankedUser-position {
    font-size: 24px;
    height: 72px;
    line-height: 1;
  }
}
.epg-leadershipboard .epg-rankedUser-basket {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.62px;
  background-color: #f1efee;
  aspect-ratio: 1/1;
  text-align: center;
  height: 80px;
  display: flex;
  flex-flow: column;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}
@media (max-width: 577px) {
  .epg-leadershipboard .epg-rankedUser-basket {
    height: 54px;
    font-size: 26px;
    line-height: 1;
    aspect-ratio: unset;
  }
}
@media (max-width: 320px) {
  .epg-leadershipboard .epg-rankedUser-basket {
    font-size: 24px;
    height: 72px;
    line-height: 1;
  }
}
.epg-leadershipboard .epg-rankedUser-basket-range {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}
.epg-leadershipboard .epg-rankedUser-basket-people {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  /* line-height: 1px; */
  font-weight: 400;
}
@media (max-width: 577px) {
  .epg-leadershipboard .epg-rankedUser-basket-people {
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .epg-leadershipboard-personal .epg-rankedUser-wrapper:nth-child(n+6) {
    display: none;
  }
}
@media (min-width: 992px) {
  .epg-leadershipboard-personal .epg-leadershipboard {
    flex-flow: row;
    flex-wrap: wrap;
  }
  .epg-leadershipboard-personal .epg-rankedUser-wrapper {
    width: 50%;
  }
  .epg-leadershipboard-personal .epg-rankedUser-wrapper:only-child {
    width: 100%;
  }
  .epg-leadershipboard-personal .epg-rankedUser-wrapper:nth-child(n+11) {
    display: none;
  }
}
.epg-leadershipboard-personal .epg-rankedUser-wrapper {
  border-bottom: 1px solid #d0d0d0;
}
.epg-leadershipboard-personal h2 {
  margin-bottom: 30px;
}
.epg-leadershipboard-personal .epg-leadershipboard-title {
  padding: 0;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*! jQuery UI - v1.12.1 - 2019-05-03
* http://jqueryui.com
* Includes: theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

.nice-guidance .epg-tiny-mce thead th, .nice-guidance .epg-tiny-mce thead th > * {
  color: #ffffff;
}
.nice-guidance .epg-sidebar-navigation .left-menu {
  max-height: 80vh;
  overflow-y: auto;
}

.epg-navmenu-cards .epg-navmenu-cards-content {
  display: flex;
  flex-flow: column;
}
.epg-navmenu-cards .epg-navmenu-cards-content a.epg-navmenu-card {
  display: flex;
  flex-flow: column;
  padding: 0px 3px 6px 3px;
  border-radius: 6px;
}
.epg-navmenu-cards .epg-navmenu-cards-content a.epg-navmenu-card:hover {
  background-color: #F5F5F5;
}
.epg-navmenu-cards .epg-navmenu-cards-content a.epg-navmenu-card:link, .epg-navmenu-cards .epg-navmenu-cards-content a.epg-navmenu-card:hover {
  text-decoration: none;
}
.epg-navmenu-cards .epg-navmenu-cards-content a.epg-navmenu-card .epg-navmenu-card-title {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.33px;
  color: #150b25;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.epg-navmenu-cards .epg-navmenu-cards-content a.epg-navmenu-card .epg-navmenu-card-content {
  display: flex;
  flex-flow: row;
}
.epg-navmenu-cards .epg-navmenu-cards-content a.epg-navmenu-card .epg-navmenu-card-content picture {
  min-width: 90px;
  width: 90px;
}
.epg-navmenu-cards .epg-navmenu-cards-content a.epg-navmenu-card .epg-navmenu-card-content .epg-navmenu-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .epg-2-columns-2313 .drug-navmenu-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}

.animation.animation_with-child.run > * {
  opacity: 1;
}
.animation.run {
  transform: translateY(0) !important;
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes appear {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

@keyframes appear {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.interactive-content-block {
  display: flex;
  flex-wrap: wrap;
}

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

.appear-down {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.appear-down .appear-up {
  transform: translateY(-40px);
}

.appear-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.appear-up .appear-down {
  transform: translateY(40px);
}

.hero-tile-block {
  display: inline-block;
  min-height: 50vh;
  padding-bottom: 5vh;
  overflow: hidden;
}
.hero-tile-block::after {
  display: none !important;
}
.hero-tile-block .tile-text {
  min-height: 80%;
  width: 60vw;
  margin-left: 5%;
  height: auto;
  position: unset;
  padding: 15px;
  transform: translateY(-100%);
  transition: opacity 1s, transform 1s;
}
.hero-tile-block .tile-text > * {
  opacity: 0;
  transition: opacity 1s linear 1s, transform 1s;
}
.hero-tile-block .tile-text.animation.run > * {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .hero-tile-block .tile-text {
    min-height: 100%;
    width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  .hero-tile-block .tile-text {
    min-height: 95%;
    width: 90vw;
  }
}
.hero-tile-block .tile-text.theme1 {
  color: rgb(202, 230, 250);
  background-color: rgba(1, 48, 87, 0.7);
}
.hero-tile-block .tile-text.theme2 {
  background-color: rgba(0, 159, 152, 0.7);
  color: rgb(255, 255, 255);
}
.hero-tile-block .tile-text.theme3 {
  background-color: rgba(1, 88, 183, 0.7);
  color: #F6F6F6;
}
.hero-tile-block .tile-text.theme4 {
  background-color: rgba(189, 189, 180, 0.7);
  color: #313B3F;
}

.interactive-tile-block {
  display: inline-block;
}
@media only screen and (min-width: 993px) {
  .interactive-tile-block:hover .tile-container .face {
    display: none;
  }
  .interactive-tile-block:hover .tile-container .details {
    display: flex;
    -webkit-animation-name: appear;
            animation-name: appear;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.interactive-tile-block .tile-container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .interactive-tile-block .tile-container {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.interactive-tile-block .tile-container .face {
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 993px) {
  .interactive-tile-block .tile-container .face {
    flex-direction: column;
  }
}
.interactive-tile-block .tile-container .face .title {
  text-transform: uppercase;
  font-size: 24px;
}
@media only screen and (max-width: 1160px) {
  .interactive-tile-block .tile-container .face .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .interactive-tile-block .tile-container .face .title {
    font-size: 24px;
  }
}
.interactive-tile-block .tile-container .face .subtitle {
  text-transform: lowercase;
  font-size: 109px;
  margin-top: -42px;
}
@media only screen and (max-width: 1160px) {
  .interactive-tile-block .tile-container .face .subtitle {
    font-size: 80px;
    margin-top: -35px;
  }
}
@media only screen and (max-width: 992px) {
  .interactive-tile-block .tile-container .face .subtitle {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: auto;
    margin-left: 5px;
  }
}
.interactive-tile-block .tile-container .details {
  display: none;
  width: 70%;
  height: 70%;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .interactive-tile-block .tile-container .details {
    margin-top: 15px;
    display: flex;
  }
}
.interactive-tile-block .tile-container .details .description {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .interactive-tile-block .tile-container .details .description {
    text-align: center;
    line-height: 30px;
  }
}
.interactive-tile-block .tile-container .details .link, .interactive-tile-block .tile-container .details .coming-soon-link {
  text-transform: uppercase;
  font-size: 24px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .interactive-tile-block .tile-container .details .link, .interactive-tile-block .tile-container .details .coming-soon-link {
    width: auto;
    margin-top: 25px;
    font-size: 20px;
  }
}
.interactive-tile-block .tile-container.theme1 {
  background-color: rgb(202, 230, 250);
  color: #013057;
}
.interactive-tile-block .tile-container.theme1 a {
  color: #013057;
}
.interactive-tile-block .tile-container.theme2 {
  background-color: rgb(0, 159, 152);
  color: rgb(255, 255, 255);
}
.interactive-tile-block .tile-container.theme2 a {
  color: rgb(255, 255, 255);
}
.interactive-tile-block .tile-container.theme3 {
  background-color: rgb(1, 88, 183);
  color: #F6F6F6;
}
.interactive-tile-block .tile-container.theme3 a {
  color: #F6F6F6;
}
.interactive-tile-block .tile-container.theme4 {
  background-color: rgb(189, 189, 180);
  color: #313B3F;
}
.interactive-tile-block .tile-container.theme4 a {
  color: #313B3F;
}
.interactive-tile-block .tile-container.theme5 {
  background-color: rgb(1, 48, 87);
  color: #009F98;
}
.interactive-tile-block .tile-container.theme5 a {
  color: #009F98;
}
.interactive-tile-block .tile-container.theme6 {
  background-color: rgb(246, 246, 246);
  color: #4F1134;
}
.interactive-tile-block .tile-container.theme6 a {
  color: #4F1134;
}
.interactive-tile-block .tile-container.theme7 {
  background-color: rgb(49, 59, 63);
  color: rgb(202, 230, 250);
}
.interactive-tile-block .tile-container.theme7 a {
  color: rgb(202, 230, 250);
}
.interactive-tile-block .tile-container.theme8 {
  background-color: rgb(92, 134, 156);
  color: #FFFFFF;
}
.interactive-tile-block .tile-container.theme8 a {
  color: #FFFFFF;
}
.interactive-tile-block .tile-container.theme9 {
  background-color: rgb(79, 17, 52);
  color: rgb(189, 189, 180);
}
.interactive-tile-block .tile-container.theme9 a {
  color: rgb(189, 189, 180);
}
.interactive-tile-block .tile-container.theme10 {
  background-color: rgb(97, 143, 127);
  color: rgb(202, 230, 250);
}
.interactive-tile-block .tile-container.theme10 a {
  color: rgb(202, 230, 250);
}

@media only screen and (min-width: 993px) {
  .tile {
    position: relative;
  }
  .tile.tile-square {
    width: 25%;
  }
  .tile.tile-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .tile.tile-rectangle {
    width: 50%;
  }
  .tile.tile-rectangle::after {
    content: "";
    display: block;
    padding-bottom: 50%;
  }
  .tile.tile-full {
    width: 100%;
  }
  .tile.tile-full::after {
    content: "";
    display: block;
    padding-bottom: 100vh;
  }
  .tile > * {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .tile {
    display: block;
    width: 100%;
    min-height: 33vh;
    position: relative;
  }
  .tile > * {
    min-height: 33vh;
  }
}

.modal {
  z-index: 10050; /* over learning zone nav bar */
}

.interactive-modal .modal-content {
  border: 0;
  border-radius: 0;
  height: 70vh;
}
@media (max-width: 993px) {
  .interactive-modal .modal-content {
    height: initial;
  }
}
.interactive-modal .modal-content picture.background {
  z-index: inherit;
}
.interactive-modal .modal-content > div {
  overflow-y: auto;
}
.interactive-modal .modal-content > div .tile-navigation {
  display: none;
}
@media (max-width: 993px) {
  .interactive-modal .modal-content > div .tile-navigation {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
}
.interactive-modal .modal-content > div .tile-navigation .tile-next::after {
  content: "";
  text-align: center;
  vertical-align: middle;
  width: 35px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../img/arrow_white_right.png);
  display: inline-block;
}
.interactive-modal .modal-content > div .tile-navigation .tile-prev::before {
  content: "";
  text-align: center;
  vertical-align: middle;
  width: 35px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(../img/arrow_white_left.png);
  display: inline-block;
}
.interactive-modal .modal-content button.modal-dialog-close-button {
  position: absolute;
  right: 0;
  top: -48px;
  background: white;
  padding: 6px;
  line-height: 22px;
  font-size: 37px;
  opacity: 1;
  border: 0;
  text-shadow: none;
}
@media (max-width: 993px) {
  .interactive-modal .modal-content button.modal-dialog-close-button {
    top: 0;
    z-index: 1;
    background-color: initial;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.interactive-modal {
  max-width: 65% !important;
}
@media (max-width: 993px) {
  .interactive-modal {
    max-width: 100% !important;
    height: 100%;
    margin: 0;
  }
  .interactive-modal > .modal-content {
    height: 100%;
  }
}
.interactive-modal > .modal-content section {
  margin-bottom: 0;
}

.content-for-modal {
  display: none;
}

.interactive-tile-modal-content {
  position: relative;
  min-height: 33vh;
}
.interactive-tile-modal-content > div {
  position: relative;
  padding: 5rem 18%;
}
@media (max-width: 993px) {
  .interactive-tile-modal-content > div {
    padding: 2.5rem 5%;
  }
}
.interactive-tile-modal-content-text p {
  font-size: 16px;
  margin-bottom: 1rem;
  font-family: "Lora", "Arial", sans-serif;
}
.interactive-tile-modal-content-text p:last-child {
  margin-bottom: 0;
}
.interactive-tile-modal-content-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 769px) {
  .interactive-tile-modal-content-row {
    flex-direction: column;
  }
}
.interactive-tile-modal-content-row.cols-1 > * {
  width: 100%;
  padding: 0 1rem;
}
.interactive-tile-modal-content-row.cols-1 > *:last-child {
  padding-right: 0;
}
.interactive-tile-modal-content-row.cols-1 > *:first-child {
  padding-left: 0;
}
@media (max-width: 769px) {
  .interactive-tile-modal-content-row.cols-1 > *:first-child {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .interactive-tile-modal-content-row.cols-1 > * {
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }
}
.interactive-tile-modal-content-row.cols-2 > * {
  width: 50%;
  padding: 0 1rem;
}
.interactive-tile-modal-content-row.cols-2 > *:last-child {
  padding-right: 0;
}
.interactive-tile-modal-content-row.cols-2 > *:first-child {
  padding-left: 0;
}
@media (max-width: 769px) {
  .interactive-tile-modal-content-row.cols-2 > *:first-child {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .interactive-tile-modal-content-row.cols-2 > * {
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }
}
.interactive-tile-modal-content-row.cols-3 > * {
  width: 33.3333333333%;
  padding: 0 1rem;
}
.interactive-tile-modal-content-row.cols-3 > *:last-child {
  padding-right: 0;
}
.interactive-tile-modal-content-row.cols-3 > *:first-child {
  padding-left: 0;
}
@media (max-width: 769px) {
  .interactive-tile-modal-content-row.cols-3 > *:first-child {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .interactive-tile-modal-content-row.cols-3 > * {
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }
}
.interactive-tile-modal-content-image {
  position: relative;
  min-height: 45vh;
}
.interactive-tile-modal-content .tile-number {
  position: absolute;
  display: inline-block;
  bottom: -6vh;
  left: 15px;
  font-size: 45vh;
  line-height: 100%;
  opacity: 0.25;
  color: white;
}
.interactive-tile-modal-content .epg-modal-row-title {
  font-family: sans-serif;
  font-size: medium;
}
.interactive-tile-modal-content .epg-modal-row-quotation {
  font-family: sans-serif;
  font-size: xx-large;
  font-weight: 600;
}
.interactive-tile-modal-content .epg-modal-row-author {
  font-family: sans-serif;
  font-size: small;
  margin-top: 1rem;
}
.interactive-tile-modal-content .epg-modal-row-head {
  font-family: sans-serif;
  font-size: xxx-large;
}

.modal-overlay-block {
  background-color: rgba(0, 0, 0, 0.25);
}
.modal-overlay-block.white {
  color: #ffffff;
}
.modal-overlay-block.back {
  color: #150b25;
}
.modal-overlay-block.dark {
  color: #616161;
}
.modal-overlay-block.modal {
  z-index: 10050; /* over learning zone nav bar */
  overflow-y: auto;
}
@media only screen and (max-width: 577px) {
  .modal-overlay-block .modal-dialog {
    margin-left: 0;
    margin-right: 0;
    align-items: flex-end;
  }
}
.modal-overlay-block .modal-content {
  background-color: unset;
  border-radius: 7px;
  padding: 15px;
  min-height: 200px;
}
@media only screen and (max-width: 577px) {
  .modal-overlay-block .modal-content {
    border-radius: 0;
    border: 0;
  }
}
.modal-overlay-block .modal-content h2 {
  line-height: 36px;
}
.modal-overlay-block .modal-content picture.background {
  left: 0px;
  top: 0;
  border-radius: inherit;
}
.modal-overlay-block .modal-content .main-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 993px) {
  .modal-overlay-block .modal-content .main-content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 5px;
  }
}
.modal-overlay-block .modal-content .main-content section {
  margin-bottom: 0;
}
@media only screen and (max-width: 993px) {
  .modal-overlay-block .modal-content .main-content__desc {
    flex-flow: column nowrap;
    align-items: center;
    display: inline-flex;
  }
}
.modal-overlay-block .modal-content .main-content__desc > *:not(:first-child) {
  margin-top: 20px;
}
.modal-overlay-block .modal-content .main-content__desc > *:not(:first-child) button {
  box-sizing: border-box;
  height: 60px;
  width: auto;
  border-radius: 6px;
  background-color: #009F29;
  border: 1px solid #009F29;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.5);
  color: white;
  margin-bottom: 0;
}
@media only screen and (min-width: 994px) {
  .modal-overlay-block .modal-content .main-content__desc .epg-fluid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal-overlay-block .modal-content .main-content__speaker {
  height: 300px;
  min-width: 300px;
  width: 300px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
}
@media only screen and (max-width: 993px) {
  .modal-overlay-block .modal-content .main-content__speaker {
    height: 150px;
    min-width: 150px;
    width: 150px;
  }
}
.modal-overlay-block .modal-content .main-content__speaker picture {
  border-radius: inherit;
}
.modal-overlay-block button.modal-dialog-close-button {
  position: absolute;
  right: 15px;
  line-height: 22px;
  font-size: 37px;
  opacity: 0.75;
  text-shadow: none;
  color: inherit;
}

.width100 .modal-overlay-block .main-content__desc > .epg-fluid-container {
  padding-left: 0;
  padding-right: 0;
}

.countdown {
  display: inline-flex;
  box-shadow: 0 0 5px 5px #ffffff;
  background-color: #ffffff;
  color: #150b25;
  padding: 0 10px;
}
.countdown.black {
  box-shadow: 0 0 5px 5px #150b25;
  background-color: #150b25;
  color: #ffffff;
}
.countdown.dark {
  box-shadow: 0 0 5px 5px #616161;
  background-color: #616161;
  color: #ffffff;
}
.countdown.white {
  box-shadow: 0 0 5px 5px #ffffff;
  background-color: #ffffff;
  color: #150b25;
}
.countdown .days, .countdown .hours, .countdown .minutes, .countdown .seconds {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.countdown .days:not(:last-child), .countdown .hours:not(:last-child), .countdown .minutes:not(:last-child), .countdown .seconds:not(:last-child) {
  padding-right: 32px;
}
.countdown .days:not(:last-child)::after, .countdown .hours:not(:last-child)::after, .countdown .minutes:not(:last-child)::after, .countdown .seconds:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: 0;
  font-size: 40px;
  padding: 0px 10px;
}
.countdown .days span:first-child, .countdown .hours span:first-child, .countdown .minutes span:first-child, .countdown .seconds span:first-child {
  font-size: 40px;
}
.countdown .days span:last-child, .countdown .hours span:last-child, .countdown .minutes span:last-child, .countdown .seconds span:last-child {
  font-size: 10px;
}

.epg-tag-new {
  position: relative;
}
.epg-tag-new::after {
  content: "";
  background-image: url(../img/new.svg);
  color: #009f29;
  position: absolute;
  bottom: 0;
  right: -35px;
  line-height: initial;
  width: 30px;
  height: 30px;
}

.epg-chart-pie {
  margin: 0 25%;
}
@media only screen and (max-width: 769px) {
  .epg-chart-pie {
    margin: 0 15%;
  }
}
@media only screen and (max-width: 577px) {
  .epg-chart-pie {
    margin: 0;
  }
}
.epg-chart-container {
  position: relative;
  margin: auto;
  height: 40vh;
  min-height: 400px;
}
/*# sourceMappingURL=main.min.css.map */
