/*Added from BrandRefresh */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'), url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  src: url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-Italic-webfont.woff') format('woff'), url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-Italic-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-Semibold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 600;
  src: url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-SemiboldItalic-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'), url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-Bold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  src: url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../../../../etc/designs/dcom/assets/fonts/opensans/OpenSans-BoldItalic-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Dcom-EDE';
  src: url('../../../../etc/designs/dcom/assets/fonts/fonticons/myd-p5-skyline-17082021.woff') format('woff'), url('../../../../etc/designs/dcom/assets/fonts/fonticons/myd-p5-skyline-17082021.svg#Dcom-EDE') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"],
[class*="cta-icon"],
[class*="email-subscription"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Dcom-EDE' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.icon-arrow-left:before {
  content: '\e898';
}
.icon-arrow-right:before {
  content: '\e899';
}
.icon-time:before {
  content: '\e89f';
}
.icon-search:before {
  content: '\f002';
}
.icon-email:before {
  content: '\f003';
}
.icon-remove:before {
  content: '\f00d';
}
.icon-phone:before {
  content: '\e926';
}
/* why are only these 3social media icons here?*/
.icon-twitter:before {
  content: '\f099';
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-navicon:before {
  content: '\f0c9';
}
.icon-linkedin:before {
  content: '\f0e1';
}
/* KP why are we using .location-link, shouldn't using the icon-chevron suffice ?, same comments for has-sub-nav*/
.location-link .icon-chevron:before {
  content: "\f078";
}
.has-sub-nav .icon-chevron:before {
  content: "\f078";
}
/* the style for this should be icon-location, and the rest should be in the component */
.countryselector a.location-link:before {
  font-family: 'Dcom-EDE';
  content: "\e905";
  font-size: 2em;
  vertical-align: -2px;
  float: left;
  margin: -9px 5px 0 0;
}

/*Added from BrandRefresh */
:lang(en),
:lang(af),
:lang(eu),
:lang(br),
:lang(ca),
:lang(hr),
:lang(nl),
:lang(eo),
:lang(et),
:lang(fi),
:lang(fr),
:lang(fy),
:lang(gl),
:lang(de),
:lang(el),
:lang(hu),
:lang(is),
:lang(it),
:lang(lv),
:lang(lt),
:lang(mg),
:lang(mt),
:lang(no),
:lang(pl),
:lang(pt),
:lang(ro),
:lang(sr),
:lang(sk),
:lang(sl),
:lang(es),
:lang(sv),
:lang(tr),
:lang(cy),
:lang(en),
:lang(da),
:lang(ru) {
  font-family: 'Open Sans', Calibri, Helvetica, sans-serif;
}
:lang(zh-Hant) {
  font-family: '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
}
:lang(zh-Hans) {
  font-family: '微软雅黑', 'Microsoft yahei', Arial, Helvetica, sans-serif;
  letter-spacing: 0.0725em;
}
:lang(ko) {
  font-family: NanumGothic, Arial, Helvetica, sans-serif;
}
:lang(ja) {
  font-family: 'メイリオ', 'Meriyo', Arial, Helvetica, sans-serif;
}
:lang(ar),
:lang(hy),
:lang(be),
:lang(bg),
:lang(ka),
:lang(he),
:lang(he),
:lang(hi),
:lang(ms),
:lang(sh),
:lang(th),
:lang(uk),
:lang(vi),
:lang(az) {
  font-family: Calibri, Helvetica, sans-serif;
}
body {
  font-size: 16px;
  font-family: 'Open Sans', Calibri, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 10px 0;
}
h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.36em;
}
h2 {
  font-size: 2.25em;
  font-weight: 700;
}
h3 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.287em;
}
h4 {
  font-size: 1.5em;
  font-weight: 700;
}
h5 {
  font-size: 1.25em;
  font-weight: 700;
}
h6 {
  font-size: 1em;
  font-weight: 700;
}
a {
  color: #0076a8;
  text-decoration: none;
}
a.cmp-promo-tracking:hover,
a.cmp-promo-tracking:focus {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.143em;
    font-weight: 700;
  }
  h2 {
    font-size: 2em;
    font-weight: 700;
  }
  h3 {
    font-size: 1.5em;
    font-weight: 500;
  }
  h4 {
    font-size: 1.429em;
    font-weight: 700;
  }
  h5 {
    font-size: 1.286em;
    font-weight: 700;
  }
  h6 {
    font-size: 1.143em;
    font-weight: 700;
  }
}
/* paragraphs, lists, links, all general copy */
p,
li {
  line-height: 1.5;
  margin: 0 0 1em 0;
  word-wrap: break-word;
}
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #0076a8;
  transition: all 0.3s linear;
}
ul,
ol {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0;
}
/* Skeleton css starts here */
.skeleton {
  margin: 30px auto;
}
.skeleton .skeleton__featuredPromo {
  width: auto;
  height: 250px;
  background-image: linear-gradient(#d0d0ce 120px, transparent 0), linear-gradient(#d0d0ce 25px, transparent 0), linear-gradient(#d0d0ce 25px, transparent 0), linear-gradient(#d0d0ce 130px, transparent 0), linear-gradient(#e8eae9 230px, transparent 0);
  /* KP use variables for colors */
  background-repeat: no-repeat;
  background-size: 0% 190px, 50% 290px, 90% 160px, 90% 90px, 100% 290px;
  background-position: 52% 20px, 10% 160px, 50% 120px, 50% 15px, 0 0;
}
.skeleton .skeleton__standardPromo {
  width: auto;
  height: 160px;
  background-image: linear-gradient(#d0d0ce 120px, transparent 0), linear-gradient(#d0d0ce 25px, transparent 0), linear-gradient(#d0d0ce 25px, transparent 0), linear-gradient(#d0d0ce 25px, transparent 0), linear-gradient(#97999b 5px, transparent 0), linear-gradient(#e8eae9 230px, transparent 0);
  background-repeat: no-repeat;
  background-size: 0% 190px, 50% 290px, 90% 160px, 90% 90px,100% 10px, 100% 290px;
  background-position: 52% 20px, 10% 110px, 50% 65px, 50% 20px, 50% 0, 0 0;
}
.skeleton .skeleton__main-content {
  background: #d0d0ce;
  padding: 20px;
}
/* Skeleton css ends here */
/* Angular skeleton styles starts here*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
  display: none !important;
}
/* Angular skeleton styles ends here*/

/*Added from BrandRefresh */
/*Header variables*/
/*Header mobile variables*/
.cmp-header {
  font-size: 10px;
  background: #000000;
  width: 100%;
  position: fixed;
  z-index: 1500 !important;
  /*mobile hamburger icon*/
}
.cmp-header [class^="icon-"]::before,
.cmp-header [class*=" icon-"]::before {
  font-family: 'Dcom-EDE' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-container {
  height: 70px;
}
.cmp-header__nav-icon {
  display: none;
}
.cmp-header__logo {
  display: inline-block;
  width: 11%;
  margin-right: 30px;
  vertical-align: middle;
}
.cmp-header__logo img {
  max-width: 100%;
}
.cmp-header__logo--print {
  display: none;
}
.cmp-header__ut-wrapper {
  display: inline-flex;
  align-items: center;
  float: right;
  height: 100%;
  text-align: right;
}
.cmp-header__ut-nav {
  display: flex;
  margin-bottom: 0;
  /*Header contactus link*/
}
.cmp-header__ut-nav li {
  border-right: 1px solid #636363;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin: 0;
  height: 45px;
}
.cmp-header__ut-nav li:last-child {
  border-right: none;
}
.cmp-header__ut-nav li a {
  display: flex;
}
.cmp-header__ut-nav a {
  color: #ffffff;
}
.cmp-header__ut-nav a:visited {
  color: #ffffff;
}
.cmp-header__ut-nav .nav-content a:visited {
  color: initial;
}
.cmp-header__ut-nav__cts-link i {
  font-size: 2.4em;
}
.cmp-header__ut-nav__cts-link__text {
  display: none;
}
.cmp-header__ut-nav__site-sel {
  font-size: 1.2em;
}
.cmp-header__ut-nav__site-sel__link {
  align-items: center;
}
.cmp-header__ut-nav__site-sel__link .mobile-location,
.cmp-header__ut-nav__site-sel__link .mobile-countrySelector {
  display: none;
}
.cmp-header__ut-nav__site-sel__link:before {
  font-family: 'Dcom-EDE';
  content: "\e905";
  font-size: 24px;
  vertical-align: -2px;
  float: left;
  padding-right: 4px;
}
.cmp-header__ut-nav__site-sel__link i {
  line-height: inherit;
}
.cmp-header__ut-nav__site-sel__link i.icon-chevron:before {
  content: "\f078";
}
.cmp-header__ut-nav__reg-link {
  /*display: none !important;*/
  font-size: 2.4em;
}
.cmp-header__ut-nav__reg-link a {
  color: #ffffff;
}
.cmp-header__ut-nav__search-icon button {
  color: #97999b !important;
  background: #000000 !important;
  border: none !important;
  font-size: 100% !important;
  display: block;
  padding: 0 !important;
}
.cmp-header__ut-nav__search-icon button i {
  font-size: 2.4em;
  vertical-align: middle;
}
.cmp-header .languageselector {
  padding-right: 14px;
}
.cmp-header #profile_pic_id {
  display: none;
}
.cmp-header #register {
  border-right: none;
}
.cmp-header #register.make-visible,
.cmp-header #profile_pic_id.make-visible {
  display: flex;
}
.cmp-header .profile-pic,
.cmp-subnav .profile-pic {
  position: relative;
}
.cmp-header .profile-pic span.icon,
.cmp-subnav .profile-pic span.icon,
.cmp-header .profile-pic a#profile_pic_id_mobile,
.cmp-subnav .profile-pic a#profile_pic_id_mobile {
  line-height: 2.3em;
  border-radius: 50%;
  border: 1px solid white;
  font-size: 1.5em;
  text-align: center;
  display: inline-block;
  height: 2.4em;
  width: 2.4em;
  vertical-align: middle;
  cursor: pointer;
}
.cmp-header .profile-pic span.icon.logged-in,
.cmp-subnav .profile-pic span.icon.logged-in,
.cmp-header .profile-pic a#profile_pic_id_mobile.logged-in,
.cmp-subnav .profile-pic a#profile_pic_id_mobile.logged-in {
  background: #ffffff;
  color: #000000;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 0;
}
.cmp-header .profile-pic span.icon.logged-in img,
.cmp-subnav .profile-pic span.icon.logged-in img,
.cmp-header .profile-pic a#profile_pic_id_mobile.logged-in img,
.cmp-subnav .profile-pic a#profile_pic_id_mobile.logged-in img {
  border-radius: 50%;
}
#profile_pic_id_mobile {
  display: none !important;
}
.cmp-search {
  display: inline-block;
  max-width: 230px;
}
.cmp-search__form {
  position: relative;
}
.cmp-search__remove-icon {
  display: none;
}
.cmp-search .icon-search {
  font-size: 0.8em;
}
.menu-overlay {
  display: none;
}
.menu-overlay.open {
  display: block;
  position: fixed;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 68px;
  z-index: 3;
  left: 0;
}
.cmp-header__mobile--searchinput {
  padding: 0 !important;
}
@media screen and (min-width: 1024px) {
  .cmp-header__ut-nav li.cmp-header__ut-nav__search-icon {
    display: none;
  }
}
.breadcrumb-section-bar {
  border-top: 1px solid #2a2c2e;
}
.annotations {
  display: inline-block;
}
.breadcrumb-container {
  max-width: 1200px;
  margin: 0 auto;
}
.language-display {
  color: #bbbcbc;
  text-align: right !important;
  width: 100%;
  padding: 0.5em 0%;
}
.language-display li {
  margin: 0;
  color: #ffffff;
  font-size: 1.2em;
  display: inline;
}
.language-display li a {
  color: #bbbcbc;
}
.language-display li a.active {
  color: #ffffff;
  font-weight: 500;
  cursor: text;
}
#onetrust-consent-sdk #onetrust-banner-sdk {
  opacity: 1 !important;
}
.mydeloitte-modal,
#Dcom-signin-modal.modal,
.QSIPopOver {
  z-index: 2147483646 !important;
}

/*Added from BrandRefresh */
/*Header variables*/
/*Header mobile variables*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .cmp-header .cmp-search {
    display: none;
  }
  .cmp-header .breadcrumb-container {
    width: 96%;
  }
  .cmp-header .languageselector {
    padding-right: 10px;
  }
  .cmp-header .cmp-container-width {
    padding: 0 14px !important;
  }
  .cmp-header__logo {
    margin-right: 5px;
    width: 15.65%;
  }
  .cmp-header__ut-wrapper {
    position: absolute;
    right: 10px;
    background: #000;
    height: 70px;
  }
  .cmp-header__ut-wrapper:before {
    content: ' ';
    position: absolute;
    left: -8em;
    background-image: linear-gradient(to right, transparent, #000000);
    height: 6em;
    width: 8em;
    top: 0;
    z-index: 999;
  }
  .cmp-header__ut-nav li.cmp-header__ut-nav__search-icon {
    display: flex;
    border-left: 1px solid #636363;
  }
  .cmp-header__ut-nav__site-sel__link span,
  .cmp-header__ut-nav__site-sel__link i {
    display: none;
  }
  .cmp-header__ut-nav__site-sel__link:before {
    padding-left: 0;
  }
  .cmp-header__ut-nav__search-icon button {
    color: #ffffff;
  }
}

/*Header variables*/
/*Header mobile variables*/
@media screen and (max-width: 767px) {
  .cmp-header-container {
    padding: 0 !important;
  }
  .cmp-header .breadcrumb-container {
    width: 92%;
  }
  .cmp-header__nav-icon {
    display: inline-block;
    color: #97999b !important;
    height: 40px;
    width: 40px;
    background: #000000 !important;
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #97999b !important;
    font-size: 100% !important;
    border-radius: 50% !important;
    padding: 0 !important;
  }
  .cmp-header__nav-icon i {
    font-size: 2em;
    vertical-align: middle;
  }
  .cmp-header__logo {
    width: 132px;
    position: absolute;
    left: 70px;
    top: 22px;
  }
  .cmp-header .cmp-search {
    display: none;
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
    background: #000000;
    z-index: 100;
  }
  .cmp-header .cmp-search__remove-icon {
    display: block;
    position: relative;
    margin-top: 20px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0 !important;
  }
  .cmp-header__ut-wrapper {
    /*display: none;  */
    width: 100%;
    height: 100%;
    float: none;
  }
  .cmp-header__ut-wrapper.show-search-form {
    position: absolute;
    left: 0;
  }
  .cmp-header__ut-nav {
    position: absolute;
    top: 10px;
    right: 0;
    height: auto;
    width: auto;
  }
  .cmp-header__ut-nav li {
    border-right: 1px solid #707070;
  }
  .cmp-header__ut-nav__site-sel,
  .cmp-header__ut-nav__cts-link {
    display: none !important;
  }
  .cmp-header__ut-nav__site-sel__link .mobile-location,
  .cmp-header__ut-nav__site-sel__link .mobile-countrySelector {
    display: inline-block;
  }
  .cmp-header__ut-nav__site-sel__link .desk-countrySelector {
    display: none;
  }
  .cmp-header #profile_pic_id_mobile {
    display: block !important;
  }
  .cmp-header #profile_pic_span {
    display: none;
  }
  .cmp-header #register .icon-profile-outline:before {
    color: #97999b;
  }
  .cmp-header__mobile--close {
    padding: 0 !important;
  }
  .cmp-header__mobile--searchinput {
    padding-right: 0 !important;
    padding-left: 14px !important;
  }
}

@media screen and (min-width: 260px) and (max-width: 767px) {
  html[dir='rtl'] #header .header-container .mobile-search-button {
    left: 1.2em;
    right: initial;
  }
  html[dir='rtl'] #header .header-container .mobile-nav-button {
    right: 1em;
  }
}
html[dir='rtl'] #header .main-nav li.subnav-item a.has-sub-nav i {
  padding-right: 6px;
}
html[dir='rtl'] .cmp-header__ut-wrapper {
  float: left;
}
html[dir='rtl'] .cmp-header__logo {
  margin: 0 0 0 30px;
}

ul.nav-content {
  display: none;
}
ul.nav-content.open {
  display: block;
}
ul.nav-content li a.icon-subscribe {
  background-image: none;
  width: auto;
}
ul.nav-content li a.icon-profile-outline {
  font-size: 1em;
  padding: 15px 10px!important;
}
ul.nav-content {
  position: absolute;
  background: white;
  min-width: 210px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.21) 1px 1px 2px 0px;
  z-index: 1000;
  width: 230px;
  text-align: left;
  font-size: 10px !important;
  top: 53px;
  right: 1.8em;
  padding-right: 0px!important;
}
@media screen and (min-width: 767px) {
  ul.nav-content {
    border-top: 5px solid #86BC25;
  }
}
ul.nav-content:after {
  position: absolute;
  right: 5px;
  top: -15px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #86BC25;
}
ul.nav-content li {
  margin: 0 10px;
  border-bottom: 1px solid #D0D0CE;
  display: block;
  position: relative;
  font-size: 1.4em;
  padding: 0px;
  border-right: none;
}
ul.nav-content li:last-child {
  background: #e9e9e9;
  margin: 0;
  border: none;
  padding: 20px 15px !important;
  width: 230px;
  box-sizing: border-box;
  height: auto;
}
ul.nav-content li:nth-last-child(2) {
  border: 0 ;
}
ul.nav-content li .signout_button {
  border: 1px solid #75787B;
  text-align: center;
  display: block;
  font-weight: bold;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: "Open Sans", Calibri, Helvetica, sans-serif !important;
  background: #e9e9e9;
  width: 100%;
  color: #53565A;
}
ul.nav-content li .signout_button:hover {
  background: #53565A;
  color: #ffffff;
}
ul.nav-content li .signout_button:before {
  font-family: Dcom-EDE;
  margin-right: 10px;
}
ul.nav-content li a {
  padding: 15px 10px;
  color: #53565A;
  padding-left: 7px;
  display: block;
  height: auto;
  font-family: "Open Sans", Calibri, Helvetica, sans-serif !important;
}
ul.nav-content li a:hover {
  background: #E8EAE9;
  color: #000000;
}
ul.nav-content li[role="menuitem"] a:before {
  margin-right: 1em;
  font-family: Dcom-EDE;
  font-size: 14px;
}
/* pull down and myd nav ends here */

/*Added from BrandRefresh */
/*Header variables*/
/*Header mobile variables*/
/*Overriding the OT banner/preference center styles*/
html #optanon,
html #optanon *,
html #optanon div,
html #optanon span,
html #optanon ul,
html #optanon li,
html #optanon a,
html #optanon p,
html .optanon-alert-box-wrapper * {
  font-family: 'Open Sans', Calibri, Helvetica, sans-serif !important;
}
html #optanon #optanon-popup-more-info-bar {
  width: 30%;
  word-break: keep-all;
}
html #optanon #optanon-popup-wrapper .optanon-status {
  word-break: keep-all;
}
html .optanon-alert-box-bg {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
html .optanon-show-settings-popup-wrapper {
  display: inline;
}
html .optanon-show-settings-popup-wrapper .optanon-show-settings-left,
html .optanon-show-settings-popup-wrapper .optanon-show-settings-middle,
html .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
  border: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0;
  background: none !important;
}
html .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
  color: #0076a8 !important;
  font-family: 'Open Sans', Calibri, Helvetica, sans-serif;
}
html .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings:hover {
  text-decoration: underline !important;
}
html .optanon-show-settings-popup-wrapper .optanon-show-settings-button.optanon-toggle-display,
html .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
  display: inline;
  float: none;
}
html .optanon-show-settings-popup-wrapper #optanon-show-settings-popup {
  display: none !important;
}
html .optanon-alert-box-wrapper {
  z-index: 1999;
}
html .optanon-alert-box-wrapper .optanon-alert-box-button-middle {
  border-radius: 2px;
}
html .optanon-alert-box-wrapper .optanon-alert-box-button .optanon-toggle-display,
html .optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle a,
html .optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button {
  color: #0076a8 !important;
  border: none ;
}
html .optanon-alert-box-wrapper .optanon-alert-box-button .optanon-toggle-display:hover,
html .optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle a:hover,
html .optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button:hover {
  text-decoration: underline;
}
html .optanon-alert-box-wrapper .optanon-button-allow .optanon-alert-box-button-middle a:before,
html .optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle a:before,
html .optanon-alert-box-wrapper .optanon-button-allow .optanon-alert-box-button-middle button:before,
html .optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button:before {
  display: none;
}
html .optanon-alert-box-wrapper .optanon-alert-box-body {
  padding-right: 20px;
  margin-left: 0;
}
html .optanon-alert-box-wrapper .optanon-alert-box-body a:hover {
  text-decoration: underline;
}
html .optanon-alert-box-wrapper .legacy-banner-content .banner-policy-link,
html .optanon-alert-box-wrapper .banner-content .banner-policy-link {
  text-decoration: none !important;
}
html .optanon-alert-box-wrapper .legacy-banner-content .banner-policy-link:hover,
html .optanon-alert-box-wrapper .banner-content .banner-policy-link:hover {
  text-decoration: underline !important;
}
html .optanon-alert-box-wrapper .optanon-alert-box-button-middle button:hover {
  background: none;
}
html .optanon-button-wrapper .optanon-white-button-middle {
  border-radius: 2px;
}
html .optanon-status-editable p {
  word-wrap: normal;
}
html #optanon-popup-bottom-logo {
  display: none;
}
html #optanon #optanon-menu .menu-item-about,
html #optanon #optanon-menu .menu-item-necessary,
html #optanon #optanon-menu .menu-item-performance,
html #optanon #optanon-menu .menu-item-functional,
html #optanon #optanon-menu .menu-item-advertising,
html #optanon #optanon-menu .menu-item-moreinfo {
  background: none;
}
html #optanon #optanon-menu li p {
  margin: 0 0 0 25px;
}
html #optanon fieldset input:checked + label {
  background-color: #86bc25;
}
html #optanon #optanon-popup-wrapper .optanon-status-on {
  color: #86bc25;
}
html #optanon #optanon-popup-bottom .optanon-button-wrapper .optanon-white-button-middle,
html .optanon-alert-box-wrapper .optanon-alert-box-button-middle {
  border: 1px solid #0076a8;
  border-radius: 2px;
}
html #optanon #optanon-popup-bottom .optanon-button-wrapper .optanon-white-button-middle:hover,
html .optanon-alert-box-wrapper .optanon-alert-box-button-middle:hover {
  background: #ffffff !important;
}
html #optanon #optanon-popup-bottom .optanon-button-wrapper .optanon-white-button-middle:hover a,
html .optanon-alert-box-wrapper .optanon-alert-box-button-middle:hover a,
html #optanon #optanon-popup-bottom .optanon-button-wrapper .optanon-white-button-middle:hover button,
html .optanon-alert-box-wrapper .optanon-alert-box-button-middle:hover button {
  color: #0076a8 !important;
}
/*Cookie consent fallback message styles*/
.consent-warning {
  background: #f2f2f2;
  border-top: 5px solid #da291c;
  padding: 10px 10px 0 10px;
  margin-left: 35px;
  display: flex;
  position: relative;
  min-height: 68px;
  font-size: 10px;
}
.consent-warning__icon {
  width: 75px;
  display: inline-block;
  position: absolute;
  top: 20%;
  left: -25px;
}
.consent-warning__icon span {
  background: #da291c;
  font-size: 2em;
  line-height: 50px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
}
.consent-warning__text {
  display: inline-block;
  width: 85%;
  margin-left: 35px;
}
.consent-warning__text h4 {
  font-weight: normal;
  color: #000000;
  font-size: 1.8em;
}
.consent-warning__text p {
  font-size: 1.4em;
  font-weight: normal;
}
.consent-warning__text p a {
  font-weight: bold;
}
.consent-warning__text p a:hover {
  text-decoration: underline !important;
}
/*Cookie consent fallback message styles for video promo component*/
.video-promo-consent-warning {
  text-align: center;
}
.video-promo-consent-warning__icon {
  color: #da291c;
  border: 1px solid #da291c;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  font-size: 2.8em;
  line-height: 50px;
}
.video-promo-consent-warning__text {
  padding: 20px;
  margin: 20px;
  color: #ffffff;
}
.video-promo-consent-warning__text h4 {
  font-weight: normal;
  color: #ffffff;
  display: block !important;
}
.video-promo-consent-warning__text p {
  font-size: 1.4em;
  font-weight: normal;
}
/*Cookie consent fallback message styles for HTML frgament component*/
.ccm-html-fragment-msg {
  border: 1px solid #da291c;
  padding: 10px;
  margin: 10px;
}
.ccm-html-fragment-msg-warning__icon {
  border: 1px solid #da291c;
  font-size: 3em;
  line-height: 30px;
  padding: 8px;
  border-radius: 50%;
  color: #da291c;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 10px auto;
  box-sizing: content-box !important;
}
.ccm-html-fragment-msg__helper-text {
  text-align: center;
  width: 100%;
  color: #000000;
}
.ccm-html-fragment-msg__helper-text--title {
  font-size: 2.2em;
}
.ccm-html-fragment-msg__helper-text--desc {
  font-size: 1.8em;
}
.ccm-html-fragment-msg__title {
  font-weight: bold;
}

/*Added from BrandRefresh */
/*Header variables*/
/*Header mobile variables*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html .optanon-alert-box-wrapper .optanon-alert-box-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*Added from BrandRefresh */
/*Header variables*/
/*Header mobile variables*/
@media screen and (min-width: 260px) and (max-width: 767px) {
  html #optanon .vendor-header-container {
    display: block;
  }
  html #optanon #optanon-popup-body h3 {
    width: 100%;
  }
  html #optanon #optanon-popup-more-info-bar {
    float: none;
    width: 100%;
    margin-left: 5px;
  }
  html #optanon #optanon-popup-more-info-bar p {
    float: none;
  }
  html .optanon-alert-box-wrapper .optanon-alert-box-body {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
  }
}

/*Added from BrandRefresh */
.events-listing-template-page .cmp-component-header__title h2.cmp-title__text {
  font-size: 1.75em;
}
.events-listing-template-page .cmp-component-header--secondary .cmp-component-header__content .cmp-text p {
  color: #ffffff;
}
.events-listing-template-page .cmp-component-header--primary-black .cmp-component-header__content .cmp-text p {
  color: #ffffff;
}
.cmp-component-header {
  padding: 40px 0px;
}
.cmp-component-header--primary-black {
  background-color: #000000;
}
.cmp-component-header__title {
  width: 60%;
}
.cmp-component-header__content .cmp-title__text,
.cmp-component-header__content .cmp-text {
  padding-bottom: 0;
}
.cmp-component-header__content h1.cmp-title__text {
  color: #ffffff;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 30px;
}
.cmp-component-header__content h2.cmp-title__text {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 36px;
}
.cmp-component-header__content .cmp-text p {
  color: #a7a8aa;
  font-size: 1.25em;
  margin-bottom: 36px;
}
.cmp-component-header .cmp-promo {
  min-height: 250px;
}
.cmp-component-header .aem-GridColumn--default--4 .cmp-promo:hover {
  background-color: #d0d0ce;
}
.cmp-component-header .aem-GridColumn--default--3 .cmp-promo {
  background-color: #00abab;
  color: #000!important;
}
.cmp-component-header .aem-GridColumn--default--3 .cmp-promo:hover {
  background-color: #6fc2b4;
}
@media only screen and (max-width:767px) {
  .cmp-component-header {
    padding: 20px 0px 0px 0px;
  }
  .cmp-component-header__title {
    width: auto;
    padding: 0 20px !important;
  }
  .cmp-component-header__content h1.cmp-title__text {
    font-size: 1.875em;
  }
  .cmp-component-header__content h2.cmp-title__text {
    font-size: 1.5em;
  }
  .cmp-component-header__content .cmp-text p {
    font-size: 1.125em;
  }
  .cmp-component-header__promo-section .aem-GridColumn {
    padding: 0 20px;
  }
  .cmp-component-header .cmp-promo {
    margin-bottom: 20px;
  }
  .events-listing-template-page .cmp-component-header__title h1.cmp-title__text {
    font-size: 1.5em;
  }
  .events-listing-template-page .cmp-component-header__title h2.cmp-title__text {
    font-size: 1.25em;
  }
}

/*Added from BrandRefresh */
.cmp-component-header--primary-white {
  background-color: #ffffff;
}
.cmp-component-header--primary-white .cmp-component-header__content h1.cmp-title__text {
  color: #000000;
}
.cmp-component-header--primary-white .cmp-component-header__content h2.cmp-title__text {
  color: #75787b;
}
.cmp-component-header--primary-white .cmp-component-header__content .cmp-text p {
  color: #000000;
}

/*Added from BrandRefresh */
.cmp-component-header--no-promos {
  background-color: #ffffff;
  padding-top: 0px;
}
.cmp-component-header--no-promos .cmp-component-header__content h1.cmp-title__text {
  color: #000000;
  margin-top: 20px;
}
.cmp-component-header--no-promos .cmp-component-header__content .cmp-text p {
  color: #000000;
  font-size: 1.5em;
  margin-bottom: 0;
}
@media only screen and (max-width:767px) {
  .cmp-component-header--no-promos .cmp-component-header__content h1.cmp-title__text {
    font-size: 2em;
  }
  .cmp-component-header--no-promos .cmp-component-header__content .cmp-text p {
    font-size: 1.125em;
  }
}

/*Added from BrandRefresh */
.cmp-component-header--secondary {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, #000000 55.93%);
}
.cmp-component-header--secondary .cmp-component-header__content h1.cmp-title__text {
  color: #ffffff;
}
.cmp-component-header--secondary .cmp-component-header__content h2.cmp-title__text {
  color: #ffffff;
}
.cmp-component-header--secondary .cmp-component-header__content .cmp-text p {
  color: #000000;
}

/*Added from BrandRefresh */
.cmp-component-header--bg-image {
  background-repeat: no-repeat !important;
  background-position-y: bottom;
  background-size: cover;
  background-position-x: right;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 2%, rgba(0, 0, 0, 0) 50%);
}
div[class*="cmp-component-header--primary"] .cmp-component-header--bg-image {
  background-size: auto;
  background-position-x: right;
  background-position-y: top;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .cmp-component-header--bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: initial;
  }
  div[class*="cmp-component-header--primary"] .cmp-component-header--bg-image {
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: right;
  }
}
@media only screen and (max-width:767px) {
  .cmp-component-header--bg-image {
    background-size: 115%;
    background-position-y: 0%;
  }
  .cmp-component-header--bg-image .cmp-component-header__content .cmp-text {
    margin-bottom: 300px;
  }
  .cmp-component-header--bg-image .cmp-component-header__promo-section {
    margin-top: 300px;
  }
  .cmp-component-header--bg-image .cmp-component-header__promo-section:before {
    position: absolute;
    top: -100px;
    height: 200px;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to top, #000000 30%, rgba(0, 0, 0, 0) 80%);
  }
  .cmp-component-header--bg-image .cmp-component-header__promo-section__cmp-banner-promo {
    margin-top: 250px !important;
  }
  .cmp-component-header--bg-image .cmp-component-header__promo-section__cmp-banner-promo:before {
    background: none !important;
  }
  div[class*="cmp-component-header--primary"] .cmp-component-header--bg-image {
    background-size: 100%;
    background-position-y: 290px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .cmp-component-header--bg-image {
    background-repeat: no-repeat;
    background-position-y: initial;
  }
  div[class*="cmp-component-header--primary"] .cmp-component-header--bg-image {
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: right;
  }
}

/*Added from BrandRefresh */
.cmp-img__container {
  height: 170px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1023px) {
  .cmp-img__container {
    height: 350px;
  }
}

/*Added from BrandRefresh */
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap {
  padding: 27px 0;
}
@media (min-width: 767px) {
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 767px) {
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .action-bar {
  margin-top: 1.875em;
  margin-left: 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .action-bar li {
  margin-left: 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .content-type {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  color: blue;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .banner-title {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-align: left;
  color: black;
  margin: 10px 0px;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container {
  display: inline-flex;
  text-align: center;
  align-items: center;
  position: relative;
  padding: 10px 0px;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container:hover .icon-hover-hdr-banner {
  display: inline-flex;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container:hover .icon-default-hdr-banner {
  display: none;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container i {
  font-size: 32px;
  display: inline-flex;
  margin-bottom: 5px;
  cursor: pointer;
  max-height: 32px;
  color: black;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container i:hover .di-tooltip {
  display: block;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .icon-share-hdr-banner:before {
  content: "\4a";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .icon-share-hover-hdr-banner:before {
  content: "\4b";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .icon-share-hover-hdr-banner .di-tooltip {
  position: absolute;
  background: rgba(83, 86, 90, 0.9);
  padding: 4px 8px;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  font-family: 'OpenSans-Semibold';
  font-style: normal;
  border-radius: 2px;
  display: none;
  line-height: 17px  !important;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .icon-share-hover-hdr-banner .tooltip-top {
  transform: translate(-50%, -100%);
  left: 50%;
  top: 0px;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .icon-share-hover-hdr-banner .tooltip-top:after {
  content: '';
  position: absolute;
  width: 2px;
  right: 50%;
  bottom: -9px;
  transform: translateX(50%);
  border: 5px solid transparent;
  border-top-color: rgba(83, 86, 90, 0.9);
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .icon-hover-hdr-banner {
  display: none;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share {
  background: white;
  position: absolute;
  min-width: 193px;
  padding: 8px 0;
  white-space: nowrap;
  top: 40px;
  z-index: 1;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  display: none;
}
@media (min-width: 767px) {
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share {
    left: 300%;
    right: initial;
    top: 33px;
    transform: translateX(-50%);
  }
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share .share-bar li {
  display: block;
  text-align: left;
  padding: 11px 15px 12px;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share .share-bar li a {
  color: black;
  font-size: 12px;
  font-weight: 600;
  background-image: none;
  text-decoration: none;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share .share-bar li a i {
  line-height: 35px;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share .share-bar li a .icon-facebook-single:before {
  content: "\72";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share .share-bar li a .icon-twitter-single:before {
  content: "\70";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share .share-bar li a .icon-link-single:before {
  content: "\71";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share .share-bar li a .icon-email-1:before {
  content: "\4f";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .dropdown-share li i {
  margin-right: 15px;
  font-size: 15px;
  display: inline-flex;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .title-sec .icon-container .open {
  display: block;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .desc-sec {
  max-width: 800px;
  padding: 14px 0px;
}
@media (min-width: 767px) {
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .desc-sec {
    padding: 10px;
    margin: 0px 12px;
  }
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .desc-sec .banner-descr {
  font-family: 'Georgia';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: black;
}
@media (min-width: 767px) {
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrap .desc-sec .banner-descr {
    padding: 5px 14px;
    margin: 5px;
  }
}

/*Added from BrandRefresh */
.cmp-header-banner {
  padding-bottom: 30px !important;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper {
  padding: 3.125em 0 0 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper .cmp-title h1 {
  font-size: 1em;
  font-weight: 700;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper .cmp-title h2 {
  font-size: 0.85em;
  font-weight: 700;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper .cmp-title h3 {
  font-size: 0.7em;
  font-weight: 700;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper .cmp-title h4 {
  font-size: 0.55em;
  font-weight: 700;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper .cmp-title h5 {
  font-size: 0.4em;
  font-weight: 700;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper .cmp-title h6 {
  font-size: 0.3em;
  font-weight: 700;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section__content-type {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 2.4;
  text-align: left;
  color: #75787b;
  text-transform: uppercase;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section__banner-title {
  margin: 0 0 0.625em 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section__banner-title .cmp-title {
  padding-right: 0.5em;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section__banner-title .cmp-title__text {
  margin-top: 0;
  font-weight: 700;
  font-size: 0.6875em;
  color: #000000;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .action-bar {
  margin: 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .action-bar li {
  margin: 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container {
  display: inline-flex;
  text-align: center;
  align-items: center;
  position: relative;
  padding: 0.625em 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container:hover .icon-hover-hdr-banner {
  display: inline-flex;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container:hover .icon-default-hdr-banner {
  display: none;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container i {
  font-size: 2em;
  display: inline-flex;
  margin-bottom: 0.3125em;
  cursor: pointer;
  max-height: 2em;
  color: #000000;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container i:hover .di-tooltip {
  display: block;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .icon-share-hdr-banner:before {
  content: "\4a";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .icon-share-hover-hdr-banner:before {
  content: "\4b";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .icon-share-hover-hdr-banner .di-tooltip {
  position: absolute;
  background: rgba(83, 86, 90, 0.9);
  padding: 0.25em 0.5em;
  color: #ffffff;
  font-size: 0.875em;
  white-space: nowrap;
  font-family: 'OpenSans-Semibold';
  font-style: normal;
  border-radius: 0.125em;
  display: none;
  line-height: 1.0625em !important;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .icon-share-hover-hdr-banner .tooltip-top {
  transform: translate(-50%, -100%);
  left: 50%;
  top: 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .icon-share-hover-hdr-banner .tooltip-top:after {
  content: '';
  position: absolute;
  width: 0.125em;
  right: 50%;
  bottom: -0.5625em;
  transform: translateX(50%);
  border: 0.3125em solid transparent;
  border-top-color: rgba(83, 86, 90, 0.9);
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .icon-hover-hdr-banner {
  display: none;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share {
  background: #ffffff;
  position: absolute;
  min-width: 12.0625em;
  padding: 0.5em 0;
  white-space: nowrap;
  top: 2.5em;
  z-index: 1;
  border: 0.0625em solid #e6e6e6;
  box-shadow: 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.12);
  display: none;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share .share-bar li {
  display: block;
  text-align: left;
  padding: 0.6875em 0.9375em 0.75em 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share .share-bar li a {
  color: #000000;
  font-size: 0.75em;
  font-weight: 600;
  background-image: none;
  text-decoration: none;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share .share-bar li a i {
  line-height: 2.1875em;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share .share-bar li a .icon-facebook-single:before {
  content: "\72";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share .share-bar li a .icon-twitter-single:before {
  content: "\70";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share .share-bar li a .icon-link-single:before {
  content: "\71";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share .share-bar li a .icon-email-1:before {
  content: "\4f";
  font-family: "d-insights" !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share li i {
  margin-right: 0.9375em;
  font-size: 0.9375em;
  display: inline-flex;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .open {
  display: block;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__description-section {
  padding: 0.625em 0;
}
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__description-section p,
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__description-section i,
.cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__description-section a {
  font-family: 'Georgia';
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
@media (min-width: 1023px) {
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 1.875em 0 0 0;
  }
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section {
    width: 33.33%;
  }
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section .icon-container .dropdown-share {
    left: 300%;
    right: initial;
    top: 2.0625em;
    transform: translateX(-50%);
  }
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__description-section {
    padding: 0.75em 0;
    max-width: 46.875em;
    width: 77.77%;
  }
}
@media (max-width: 1023px) {
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper .cmp-title h1 {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper .cmp-title h1 {
    font-size: 0.8em;
  }
}

/*Added from BrandRefresh */
.cmp-hb-filter {
  background-color: #f6f2f2;
  padding: 30px;
  padding-right: 0px;
}
.cmp-hb-filter__drop-down {
  padding: 0px 5px 0px 0px !important;
}
.cmp-hb-filter__drop-down.aem-GridColumn--phone--10 {
  margin-left: 15px;
}
.cmp-hb-filter__title {
  font-size: 1em;
  padding: 5px 0;
  font-weight: 600;
}
.cmp-hb-filter__event-topic,
.cmp-hb-filter__event-type-filter {
  margin-right: 10px;
}
.cmp-hb-filter__right-arrow__button {
  font-size: 1.5em;
  position: relative;
  color: #ffffff;
  left: 5px;
  top: 0px;
  background: #0077b5;
  border: none;
  height: 1.75em;
  padding: 0 10px;
}
.cmp-hb-filter select {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  font-weight: 600;
}
.icon-angle-right:before {
  content: "\f054";
}
@media only screen and (max-width:767px) {
  .cmp-component-header--bg-image.cmp-component-header--filter {
    background-size: cover;
    background-position-y: 0%;
  }
  .cmp-component-header--bg-image.cmp-component-header--filter .cmp-component-header__content .cmp-text {
    margin-bottom: 0px;
  }
  .cmp-component-header--bg-image.cmp-component-header--filter .cmp-component-header__promo-section {
    margin-top: 0px;
  }
  .cmp-component-header--bg-image.cmp-component-header--filter .cmp-component-header__promo-section:before {
    background: none;
  }
  .cmp-component-header--bg-image.cmp-component-header--filter .cmp-component-header__promo-section > div {
    margin-bottom: 15px;
  }
  .cmp-component-header--bg-image.cmp-component-header--filter .cmp-component-header__promo-section > div .cmp-hb-filter {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
  }
  .cmp-component-header--bg-image.cmp-component-header--filter .cmp-component-header__promo-section > div .cmp-hb-filter__drop-down {
    margin-bottom: 15px;
  }
  .cmp-component-header--bg-image.cmp-component-header--filter .cmp-component-header__promo-section > div .cmp-hb-filter__drop-down.aem-GridColumn--phone--10 {
    margin-left: 0px;
  }
  .cmp-component-header--bg-image.cmp-component-header--filter .cmp-component-header__promo-section > div .cmp-hb-filter__event-topic,
  .cmp-component-header--bg-image.cmp-component-header--filter .cmp-component-header__promo-section > div .cmp-hb-filter__event-type-filter {
    margin-right: 0px;
  }
}

html[dir='rtl'] .cmp-header-banner--with-images-no-promos-theme-1 .cmp-header-banner__content-wrapper__title-section__content-type {
  text-align: right;
}
html[dir='rtl'] .cmp-header-banner--bg-image {
  background-position-x: left;
}

/*Added from BrandRefresh */
.cmp-component-header--with-images-no-promos-theme-2.cmp-component-header {
  padding: 0 0 40px 0;
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__banner img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__banner img {
    height: 140px !important;
  }
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__content-container {
  display: flex;
  justify-content: center;
  padding: 80px 0 20px 0;
}
@media (max-width: 768px) {
  .cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__content-container {
    padding: 25px 0 0 0;
  }
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__content {
  display: flex;
  flex-direction: column;
  width: 840px;
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__content .cmp-text {
  margin: 25px 0 0 0;
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__content .cmp-text p {
  color: #a7a8aa;
  font-size: 1.25em;
  margin: 0;
}
@media (max-width: 768px) {
  .cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__content {
    width: 100%;
    padding: 0 20px;
  }
  .cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__content .cmp-text p {
    font-size: 1.125em;
  }
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__top-content {
  display: flex;
  margin-bottom: 20px;
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__content-type {
  background-color: #000000;
  font-size: 0.75em;
  font-weight: 600;
  color: #ffffff;
  padding: 8px;
  line-height: 14px;
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__info {
  align-self: center;
  flex-grow: 1;
  text-align: right;
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__read-duration,
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__publish-date {
  font-size: 0.75em;
  font-weight: 500;
  color: #000000;
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__read-duration {
  font-weight: 600;
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__read-duration:after {
  content: "\00B7";
  font-size: 2em;
  vertical-align: sub;
  display: inline-block;
  margin-top: -4px;
  padding: 0 4px 0 3px;
  color: #C4C4C4;
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__title {
  width: auto;
}
@media (max-width: 767px) {
  .cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__title {
    padding: 0 !important;
  }
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__title h1.cmp-title__text {
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__title h1.cmp-title__text {
    font-size: 1.75em;
    line-height: 1.3;
    margin: 0 0 15px 0;
  }
}
.cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__title h2.cmp-title__text {
  font-size: 1.875em;
  line-height: 1.1;
  color: #000000;
  margin: 0;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__title h2.cmp-title__text {
    font-size: 1.5em;
    line-height: 1.5;
    margin-top: 15px;
  }
}

