/** 
  Styles for static content pages
  Please see the notes below,
  Important: If you are adding feature specific styles, move those to .scss files under src\customizations\common\sass\main\style
  Test the styles - changes should only impact the intended functionality.
  Do not use generic selectors , e.g. div, a, li, etc.
  Use specific selecors, e.g. 
    #header { ...} 
    .plan-page .plan-name { ... }
  Use the correct formats,
    1. lowecase for class names  
    2. words separated by hyphens or underscore
    3. No numbers
*/
.page-container {
  padding: 0px;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-display: block;
  src: url(../fonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa-brands-400.ttf) format("truetype");
}

.fa-brands,
.fab {
  font-weight: 400;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2?f19pt5") format("woff2"),
    url("../fonts/icomoon.woff?f19pt5") format("woff");
  font-weight: normal;
  font-style: normal;
}

.hero {
  position: relative;
  background-color: #fff;
  min-height: 200px;
  padding-bottom: 40px;
}

.hero .overlay {
  padding: 20px;
  zoom: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.hero h2 {
  margin-top: 0;
  margin-right: 10px;
  font-size: 1.3em;
  color: #fff;
}

.hero a,
.hero p {
  font-size: 1em;
  line-height: 1.3em;
  color: #fff;
  font-weight: 400;
}

.banner-wrapper {
  height: 302px;
  overflow: hidden;
}

footer a,
#plan-footer a {
  text-decoration: underline;
}

.prelogin-pod .redLabel {
  font-size: 1.14285714em;
  margin-top: 47px;
  font-weight: 600;
  color: #31708f;
}

@media (min-width: 1200px) {
  .hero h2 {
    margin-top: 40px;
  }

  .hero img {
    min-width: inherit;
  }
}

@media (min-width: 768px) {
  .hero a,
  .hero p {
    font-size: 1.2em;
    line-height: 1.7em;
  }

  .hero h2 {
    margin-top: 20px;
    margin-right: 10px;
    font-size: 2em;
    line-height: 1;
  }

  .hero img {
    min-width: 100%;
  }

  .hero .overlay {
    background-color: rgb(0, 65, 133);
    top: 0;
    right: 15px;
    margin-left: 30%;
    width: 50%;
    z-index: 2;
    opacity: 90%;
  }

  .prelogin-pod .redLabel {
    color: #ba0c2f;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0.9em 0 0.5em;
    font-weight: 300;
  }

  .prelogin-pod .redLabelEmpoweringHeader {
    font-size: 24px;
    font-family: Open Sans Sarif;
    color: #ab2734;
    line-height: 32px;
    margin: 0.9em 0 0.5em;
    font-weight: 300;
  }

  .prelogin-pod img {
    display: block;
    width: 100%;
  }

  .instjpmcr .prelogin-pod h2 {
    color: #006496;
  }

  .prelogin-pod h2 {
    color: #ba0c2f;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0.9em 0 0.5em;
    font-weight: 300;
  }

  .prelogin-pod h3 {
    color: #ba0c2f;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0.9em 0 0.5em;
    font-weight: 300;
  }

  .prelogin-pod p {
    font-size: 1.1em;
    line-height: 1.6;
  }

  .prelogin-pod,
  .prelogin-pod:hover {
    color: #363636;
    text-decoration: none;
  }

  a.disabled {
    pointer-events: none;
    cursor: default;
  }

  *,
  ::after,
  ::before,
  input[type="search"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer {
    font-family: "Arimo", Arial, sans-serif;
    color: #525252;
  }

  .text-notation {
    font-size: 0.85714286em;
    font-weight: 300;
  }

  .text-notation-eps-footer {
    font-size: 14px;
    line-height: 20px;
    font-family: Open Sans;
    font-weight: 400;
    color: #353535;
  }

  b,
  strong {
    font-weight: 700;
  }

  .disclosure .text-notation .footer-link {
    color: #0e68b6;
  }

  .colorize-4,
  .footer-doc-links .list-inline li > a,
  .footer-doc-links .paycheck-nav-wrapper .paycheck-nav .top-nav li > a {
    color: #525252;
    font-weight: 300;
  }

  .list-inline > li a,
  .paycheck-nav-wrapper .paycheck-nav .top-nav > li a {
    color: #363636;
    padding: 0;
    text-decoration: none;
  }

  .list-inline > li,
  .paycheck-nav-wrapper .paycheck-nav .top-nav > li {
    line-height: 1;
  }

  .list-inline,
  .paycheck-nav-wrapper .paycheck-nav .top-nav {
    list-style: none;
  }

  a:focus,
  a:hover {
    color: #0061b3;
    text-decoration: underline;
  }

  a:focus {
    outline: 5px auto #0061b3;
    outline-offset: 3px;
  }

  a:active,
  a:hover {
    outline: 0;
  }

  a {
    color: #0e68b6;
    cursor: pointer;
  }

  a {
    background: 0 0;
  }
}

div.payroll-filemapping-grid a {
  text-decoration: none;
  color: #0061b3;
}

div.payroll-filemapping-grid a:link {
  text-decoration: none;
  color: #0061b3;
}

div.payroll-filemapping-grid a:visited {
  text-decoration: none;
  color: #004d8f;
}

div.payroll-filemapping-grid a:hover {
  text-decoration: underline;
  color: #004d8f;
}

div.payroll-filemapping-grid a:focus {
  text-decoration: underline;
  color: #004d8f;
}

div.payroll-filemapping-grid span {
  text-decoration: none;
  color: #0061b3;
  cursor: pointer;
}

div.payroll-filemapping-grid span:hover {
  text-decoration: underline;
  color: #004d8f;
}

div.payroll-filemapping-grid span:focus {
  text-decoration: underline;
  color: #004d8f;
}

.fa-inverse {
  color: #fff;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa {
  display: inline-block;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: inherit;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
}

.footer-link u {
  color: #0059a8;
}

h3.connectus-heading {
  margin-top: 15px;
  margin-bottom: -5px;
}

.footer-social-media {
  margin: 15px 0;
  padding: 0;
}

.footer-social-media li {
  list-style: none;
  display: inline-block;
}

.footer-social-media a {
  color: #737373;
  font-size: 0.92857143em;
  /* display: inline-block; */
}

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-circle:before {
  content: "\f111";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.footer-social-media .fa.fa-circle {
  color: #737373;
}

.fa-x-twitter:before {
  content: "\e61b";
}

[class*=" em-"],
[class^="em-"] {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.em-plus2:before {
  content: "\e900";
}

.em-update:before {
  content: "\e800";
}

.em-reset:before {
  content: "\e801";
}

.em-checkbox-icon:before {
  content: "\e603";
}

.em-plan_messaging-icon:before {
  content: "\e802";
}

.em-auto-increase_icon:before {
  content: "\e654";
}

.em-expand-icon:before {
  content: "\e641";
}

.em-collapse-icon:before {
  content: "\e642";
}

.em-info-icon:before {
  content: "\e643";
}

.em-leaf-icon:before {
  content: "\e644";
}

.em-dollor-icon:before {
  content: "\e645";
}

.em-shield-icon:before {
  content: "\e646";
}

.em-lifebuoy-icon:before {
  content: "\e647";
}

.em-wrench-icon:before {
  content: "\e648";
}

.em-help-icon .path1:before {
  content: "\e649";
  color: #444;
}

.em-help-icon .path2:before {
  content: "\e64a";
  margin-left: -1em;
  color: #fff;
}

.em-help-icon .path3:before {
  content: "\e64b";
  margin-left: -1em;
  color: #fff;
}

.em-top-peers-icon:before {
  content: "\e64c";
}

.em-my-peers-icon:before {
  content: "\e64d";
}

.em-beneficiary-type-icon:before {
  content: "\e600";
}

.em-checkbox-icon2:before {
  content: "\e604";
}

.em-user-icon:before {
  content: "\e601";
}

.em-id-card-icon:before {
  content: "\e602";
}

.em-external-link:before {
  content: "\e64e";
}

.em-trash:before {
  content: "\e64f";
}

.em-long-arrow-right:before {
  content: "\e650";
}

.em-ribbon-icon .path1:before {
  content: "\e651";
  color: #000;
}

.em-ribbon-icon .path2:before {
  content: "\e652";
  margin-left: -4.2421875em;
  color: #000;
}

.em-ribbon-icon .path3:before {
  content: "\e653";
  margin-left: -4.2421875em;
  color: #979797;
}

.em-caret-down:before {
  content: "\e633";
}

.em-caret-left:before {
  content: "\e634";
}

.em-caret-right:before {
  content: "\e635";
}

.em-caret-up:before {
  content: "\e636";
}

.em-hamburger-bold:before {
  content: "\e63b";
}

.em-hamburger:before {
  content: "\e63c";
}

.em-back-bold:before {
  content: "\e637";
}

.em-back-circle:before {
  content: "\e638";
}

.em-back-KO:before {
  content: "\e639";
}

.em-back:before {
  content: "\e63a";
}

.em-minus:before {
  content: "\e605";
}

.em-alert-KO:before {
  content: "\ea07";
}

.em-alert:before {
  content: "\e607";
}

.em-arrow-right-bold:before {
  content: "\e608";
}

.em-arrow-right-circle:before {
  content: "\e609";
}

.em-arrow-right-KO:before {
  content: "\e60a";
}

.em-arrow-right:before {
  content: "\e60b";
}

.em-calendar-check:before {
  content: "\e60c";
}

.em-calendar:before {
  content: "\e624";
}

.em-check-bold:before {
  content: "\e625";
}

.em-check-circle:before {
  content: "\e60d";
}

.em-check-KO:before {
  content: "\e60e";
}

.em-date-picker:before {
  content: "\e60f";
}

.em-lightbulb-bold:before {
  content: "\e610";
}

.em-lightbulb-circle:before {
  content: "\e611";
}

.em-lightbulb:before {
  content: "\e612";
}

.em-lock-bold:before {
  content: "\e613";
}

.em-lock-circle:before {
  content: "\e614";
}

.em-lock-KO:before {
  content: "\e615";
}

.em-lock:before {
  content: "\e616";
}

.em-minus-circle:before {
  content: "\e617";
}

.em-minus-KO:before {
  content: "\e618";
}

.em-next-bold:before {
  content: "\e63d";
}

.em-next-circle:before {
  content: "\e63e";
}

.em-next-KO:before {
  content: "\e619";
}

.em-next:before {
  content: "\e61a";
}

.em-play-KO .path1:before {
  content: "\e61b";
  color: #7d7d7d;
}

.em-play-KO .path2:before {
  content: "\e655";
  margin-left: -1em;
  color: #fff;
}

.em-play:before {
  content: "\e61c";
}

.em-plus-bold:before {
  content: "\e61d";
}

.em-plus-circle:before {
  content: "\e61e";
}

.em-plus-KO:before {
  content: "\e61f";
}

.em-plus:before {
  content: "\e620";
}

.em-print-bold:before {
  content: "\e621";
}

.em-print:before {
  content: "\e622";
}

.em-question-bold:before {
  content: "\e623";
}

.em-question-circle:before {
  content: "\e63f";
}

.em-question-KO:before {
  content: "\e640";
}

.em-question:before {
  content: "\e626";
}

.em-search-circle:before {
  content: "\e627";
}

.em-search-KO:before {
  content: "\e628";
}

.em-search:before {
  content: "\e629";
}

.em-star-circle:before {
  content: "\e62a";
}

.em-star:before {
  content: "\e62b";
}

.em-user-circle:before {
  content: "\e62c";
}

.em-user-KO:before {
  content: "\e62d";
}

.em-user:before {
  content: "\e62e";
}

.em-x-bold:before {
  content: "\e62f";
}

.em-x-circle:before {
  content: "\e630";
}

.em-x-KO:before {
  content: "\e631";
}

.em-x:before {
  content: "\e632";
}

.default-panel > .content {
  padding: 0px;
  min-height: calc(100vh - 260px);
}

footer.footer {
  border-top: 1px solid #d6d6d6;
}

.prelogin-wrapper {
  padding: 30px 10px 10px 15px;
  font-size: 14px;
}

.prelogin-wrapper a {
  font-size: 15.9px;
  line-height: 0.7em;
}

.prelogin-wrapper .banner {
  background: #ebebeb;
  content: "";
  top: 0;
  left: 0px;
  height: 320px;
  position: absolute;
  width: 100%;
  z-index: -2;
  padding: 30px 10px 10px 40px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
  margin-top: -15px;
  margin-left: 15px;
}

.prelogin-wrapper .breadcrumb > .active {
  color: #363636;
  font-size: 16px;
  font-weight: 700;
}

.marginleft-auto {
  margin-left: auto;
}

.final-review-header {
  float: right;
  display: inline;
}

.inner-container.with-shadow {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17);
}

.inner-container.with-padding {
  padding: 3.75%;
}

.inner-container.with-shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17);
}

.marketing-content {
  min-height: 500px;
}

.marketing-content h2 {
  color: #ba0c2f;
  font-size: 2.1em;
  margin-top: 0;
  font-weight: 500;
}

.marketing-content h1 {
  color: #ba0c2f;
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 1em;
  margin-top: 0em;
}

.marketing-content h3 {
  color: #003087;
  font-size: 1.57142857em;
  margin-top: 20px;
  font-weight: 500;
}

.marketing-content a {
  text-decoration: none;
  font-size: 16.8px;
  color: #2a6ea9;
}

.marketing-content p {
  color: #666;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  padding-bottom: 1.25em;
}

div.bucket {
  background-color: #f2f5f7;
  margin-bottom: 3rem;
}

div.bucket-image {
  position: relative;
}

div.bucket-header {
  background-color: #757575 !important;
  padding: 5px 20px;
  bottom: 0;
  width: 100%;
}

div.bucket-text {
  position: relative;
  padding: 20px;
  min-height: 170px;
}

sup {
  top: -0.2em;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.5em;
  font-size: 75%;
}

#utility-nav .dropdown-menu li a:hover,
.inner-container {
  background: #fff;
}

.default-layout .navbar {
  padding-top: 10px;
  height: 85px;
}

footer.footer {
  font-family: "Arimo", Arial, sans-serif;
  margin-top: 2em;
  background: #fafafa;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 0px;
  color: #525252;
  font-weight: 300;
}

footer.footer .copyright {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: -15px;
  color: #525252;
}

footer.footer hr {
  margin-top: 0px;
  margin-bottom: 12px;
  width: 100%;
}

.row .col-md-3 .h3,
h3 {
  font-size: 1.14285714em;
  margin-top: 47px;
}

.row .col-md-3 .h2,
h2 {
  font-size: 1.14285714em;
}

.headerBlock {
  min-height: 50px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  overflow: hidden;
  padding: 10px 0 6px;
  background-color: #fbfbfb;
}

.headerBlock h1 {
  margin-left: 20px;
  color: #666666;
  font-size: 22px;
  margin-top: 15px;
  font-weight: bold;
}

@media (min-width: 960px) {
  .inner-container.with-padding {
    padding: 2em;
  }

  .marketing-content h2 {
    font-size: 2.573em;
    margin-bottom: 1em;
  }
}

.carousel-control {
  top: 50%;
  height: 80px;
  margin-top: -40px;
  width: 25px;
}

.carousel-control.left,
.carousel-control.right {
  background: rgba(0, 0, 0, 0.3);
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  margin-top: -18px;
}

.carousel-indicators {
  bottom: -2px;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border: solid 2px #ddd;
}

.carousel-indicators .active {
  margin: 1px;
  width: 8px;
  height: 8px;
  background-color: #999;
  border: solid 2px #999;
}

.drop-shadow-bow-under {
  position: relative;
}

.drop-shadow-bow-under:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Main nav tab color */
#content-tabs {
  margin-top: 40px;
}

.nav-tabs > li > a {
  background-color: #f3f3f3;
  /* border-color: #c5c5c5; */
  font-weight: 600;
  color: #444444;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active {
  color: #444444;
  background-color: #fff;
  /* border: 1px solid #c5c5c5; */
  border-bottom: 1px solid #fff;
}

.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  color: #444444;
  background-color: #fff;
}

.tab-content {
  padding: 20px;
  /* border: 1px solid #c5c5c5; */
  border-top: none;
}

.site-header .plan-sponsor {
  color: #333333;
}

.site-wrapper {
  font-family: "Arimo", Arial, sans-serif;
}

.site-wrapper::after {
  background-color: #fff;
}

.navbar-default .navbar-nav .open > .uib-dropdown-menu:before {
  width: 11%;
  top: -10px;
  border-color: #aaa transparent;
}

.arrow_box {
  top: 10px;
  position: relative;
  background: #ffffff;
  border: 1px solid #aaa;
  /*set border colour here*/
  width: auto;
  height: auto;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 10px rgba(113, 158, 206, 0.8);
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 11px;
  left: 50%;
  margin-left: -65px;
}

.arrow_box:before {
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #aaa;
  border-width: 12px;
  left: 50%;
  margin-left: -66px;
}

.shadowify {
  position: relative;
}

.shadowify::after {
  content: "";
  /* position: absolute; */
  z-index: -1;
  box-shadow: 70px 0px 30px 3px #7d7d7d;
  bottom: 0;
  left: 8%;
  right: 8%;
  width: 84%;
  height: 30%;
  border-radius: 100%;
}

.eps_msg {
  font-family: "Open Sans";
  font-size: 16px !important;
  line-height: 21.79px !important;
  font-weight: 400;
  color: #353535;
}

.eps_msg-banner1 {
  font-family: "Open Sans";
  font-size: 16px !important;
  line-height: 21.79px !important;
  font-weight: 400;
  color: #353535;
  display: flex;
  align-items: center;
}

.eps_msg_showmelink {
  font-family: "Open Sans";
  font-size: 16px !important;
  line-height: 21.79px !important;
  font-weight: 400;
  color: rgb(0, 97, 179);
  text-decoration: underline;
}

.eps_top_right_banner_div {
  padding-top: 36px;
  padding-bottom: 36px;
}

.eps_top_right_banner_partner {
  font-size: 48px;
  font-weight: 700;
  line-height: 65.37px;
  color: #002157;
  display: inline-block;
}

.eps_top_right_banner_link {
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  line-height: 65.37px;
  color: #002157;
  display: inline-block;
}

.eps_top_right_banner_heroTile {
  font-size: 40px;
  font-weight: 600;
  line-height: 55.37px;
  color: #002157;
  display: inline-block;
}

.eps_top_right_banner_R {
  /* font-size: 48px; */
  font-weight: 400;
  /* line-height: 65.37px; */
  color: #002157;

  display: inline-block;
  line-height: 20px;
  font-size: 30px;
  padding-bottom: 19px;
  margin-left: 3px;
}

.eps_top_right_banner_img {
  padding: 18px;
}

.eps_top_right_banner_bottom_spacer {
  margin-bottom: 36px;
}

.eps_registration_alert_close_btn {
  position: relative;
  margin-top: 0px;
  height: 0.7em !important;
}

.eps_registration_alert_img_width {
  width: 20px !important;
}

.eps_registration_alert_mgn_pdng_0 {
  margin: 0px;
  padding: 0px;
}

.eps_registration_alert_back_link {
  color: #0061b3;
  margin-top: 16px;
  font-weight: 600;
}

.eps_registration_alert_back_link:hover {
  color: #004d8f !important;
}

.eps_registration_alert_msg_mgns {
  margin-left: 8px;
  margin-right: 8px;
  word-break: break-word;
}

.eps_alert_error {
  display: block;
  border-color: transparent !important;
}

.eps_alert_success {
  display: block;
  border-color: transparent !important;
}

.drop-menu {
  padding-top: 5px;
  border-top-width: 0px;
  border: none;
  -webkit-box-shadow: none;
}

.menuTab {
  padding: 5px;
}

.menuTab a {
  color: #333;
}

.linkCol {
  color: #333 !important;
  text-decoration: none;
}

.tutorial {
  padding: 0px 10px;
  color: black;
  text-decoration: none;
}

li.menuTab a:hover {
  background-color: transparent;
}

.dropdown-menu {
  box-shadow: none;
}

.noTextDecoration {
  text-decoration: none;
  color: #000000 !important;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.open > a {
  outline: 0;
}

.edit-link-container {
  display: -webkit-inline-box;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.92857143em;
  line-height: 1.42857143;
  color: #525252;
  white-space: nowrap;
}

li.dropdown-header {
  display: flex;
  align-items: center;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #636363;
  border-color: #383838;
}

.quicklinks_title {
  font-size: 15px !important;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  color: #000;
}

.data-library-header {
  height: 75px;
  background-color: white;
  padding: 10px;
  border: 1px solid #d3d3d3;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

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

.borderless td {
  border: none;
  width: 50%;
}

.borderless td ul {
  list-style: none;
  padding-left: 0px;
}

.asOfDate {
  font-size: 12px;
}

.quick_links {
  padding-bottom: 10px;
  padding-left: 15px;
}

.tpa_resource_center_title {
  font-weight: bold;
  font-size: 14px !important;
  margin-bottom: 10px;
  font-family: unset;
}

.tpa_resource_center_links {
  padding-bottom: 5px;
}

.tpa_resource_bottom_links {
  padding-top: 7px;
  display: inline-block !important;
  bottom: 0 !important;
}

.tpa_resource_bottom_links a {
  text-decoration: underline;
}

.tpa_outer {
  position: relative;
}

.divider {
  border-right: #cccccc;
  border-right-width: 1px;
  border-right-style: dashed;
  height: -webkit-fill-available;
}

.tpa_resource_center_row {
  display: "-webkit-box";
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: unset;
}

.tpa_resource_center_tabs {
  margin-bottom: 10px;
  height: auto;
}

.popUp {
  padding-top: 10%;
  padding-left: 10%;
}

.popup-header {
  border-bottom: none;
}

.popup-header .close {
  z-index: 1;
  position: relative;
  margin-top: auto;
}

.popup-modal-body {
  height: 600px;
}

.popup-iframe {
  width: "100%";
  height: "550px";
}

.post-login-header {
  position: absolute !important;
}

.site-logo-wrapper {
  padding-left: 30px;
}

.site-logo-wrapper a {
  text-decoration: none;
}

.eps-site-logo-wrapper {
  padding-left: 30px;
  display: flex;
  align-items: self-end;
  justify-content: space-between;
}

.eps-site-logo-wrapper a {
  text-decoration: none;
}

.eps-site-logo-header {
  display: flex;
  align-items: center;
}

img.site-logo {
  height: 46px;
  max-width: 101px;
  width: 101px;
}

.header-secondary-nav {
  display: block;
  float: right;
  margin-top: 0.91em;
}

.site-header {
  background: #fff;
  padding: 1.35em 0;
}

.default-panel {
  margin-top: 0;
}

.row .card .title {
  font-size: 1.125em;
  color: #363636;
}

.login-box .form-group {
  margin-bottom: -10px;
}

.login-box .form-group .control-label {
  color: #757575;
}

.header-links {
  float: right;
  display: inline-block !important;
}

.marketing-content section {
  border-top: 1px solid #ba0c2f;
  padding-top: 2.25em;
  margin-bottom: 2.25em;
}

.row.no-negative-margin {
  margin-left: 0;
  margin-right: 0;
}

.col-ten-xs-10,
.marketing-content img {
  width: 100%;
}

.marketing-content .margin-top-100 {
  margin-top: 1em;
}

.marketing-content .text-notation {
  font-size: 0.85714285714em;
}

.marketing-content blockquote {
  border: none;
  color: #003087;
  font-size: 24px;
  line-height: 0.95;
  position: relative;
  padding-left: 15px;
}

.marketing-content blockquote:before {
  position: absolute;
  content: "“";
  left: -3px;
  top: 2px;
}

.marketing-content .endquote,
.marketing-content blockquote:before {
  font-family: Georgia, serif;
  font-size: 1.75em;
}

.marketing-content cite {
  font-weight: bold;
  font-size: 60%;
  display: block;
  font-style: normal;
  margin-top: 10px;
}

.marketing-content ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.marketing-content ul li {
  color: #666;
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 10px;
  position: relative;
}

.marketing-content .margin-top-200 {
  margin-top: 2.25em;
}

.padding-bottom-200 {
  padding-bottom: 2em;
}

.padding-bottom-100 {
  padding-bottom: 1em;
}

.video-thumbnail span.fa {
  color: #fff;
  font-size: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.marketing-content .thumbnail {
  border: 1px solid #363636;
}

ul.list-text {
  list-style-type: square;
}

/*****************************************
** Styles for simple modal 
******************************************/

.simple-modal .btn-close {
  color: #757575;
  font-size: 2.5em;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 5px;
}

.simple-modal .btn-close:hover {
  color: #919191;
}

.simple-modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}

.simple-modal.open:before {
  display: block;
}

.simple-modal.open .simple-modal-content {
  background-color: white;
  max-height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.simple-modal-content {
  background: #fefefe;
  border: #999 solid 1px;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.simple-modal-body {
  padding: 20px;
}

.simple-modal-header,
.simple-modal-footer {
  padding: 10px 20px;
}

.simple-modal-header-hr {
  border-bottom: #eee solid 1px;
}

.simple-modal-header h2 {
  font-size: 20px;
}

.simple-modal-footer {
  text-align: right;
}

.simple-modal-footer-hr {
  border-top: #eee solid 1px;
}

.simple-modal-iframe {
  border: none !important;
}

.simple-modal-body-content {
  overflow: auto;
  overflow-x: hidden;
}

.simple-modal .with-shadow {
  box-shadow: none;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.height-400px {
  height: 400px;
}

.height-500px {
  height: 500px;
}

.padding-inherit {
  padding: inherit;
}

.margin-inherit {
  margin: inherit;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*****************************************
** End of styles for simple modal 
******************************************/

.securityHelpText {
  font-size: 1.2em;
  color: #666;
}

.customFont {
  font-size: 1em !important;
}

.blueText p {
  color: #003087 !important;
}

.redBox {
  background: #ba0c2f;
}

.redBox p {
  color: white;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.footer-doc-links {
  width: 75%;
}

.footer-doc-links .list-inline.with-rules > li,
.footer-doc-links .paycheck-nav-wrapper .paycheck-nav .top-nav.with-rules > li {
  border-left: 1px solid #d6d6d6;
  padding: 0.5em;
}

.footer-doc-links .list-inline.with-rules > li,
.footer-doc-links .paycheck-nav-wrapper .paycheck-nav .top-nav.with-rules > li {
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}

.footer-doc-links .list-inline.with-rules > li:first-child,
.footer-doc-links
  .paycheck-nav-wrapper
  .paycheck-nav
  .top-nav.with-rules
  > li:first-child,
.list-inline.with-rules > li:first-child,
.paycheck-nav-wrapper .paycheck-nav .top-nav.with-rules > li:first-child {
  border-left: none;
  padding-left: 0;
}

.popup-modal-body-sitebulletein {
  height: 318px;
  padding-top: 0px;
}

.sitebulletin {
  border: solid darkgray;
  border-width: 1px;
  height: 300px;
  overflow: auto;
}

.sitebulletin div {
  margin: 8px;
}

.sitebulletin hr {
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 1px;
  margin-bottom: 20px;
}

.market_center_row {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Arimo", Arial, sans-serif;
}

.eps-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.eps-icon {
  display: flex;
  flex-basis: 25%;
}

.eps-content {
  display: flex;
  flex-direction: column;
  flex-basis: 70%;
}

.advisor_proposal_system_header_leftmenu {
  font-size: 18px !important;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 5px;
  padding-top: 10px;
  color: #4a4a4a;
  font-weight: 500;
}

.advisor_proposal_system_desc_leftmenu {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
  font-family: "Arimo", Arial, sans-serif;
}

.advisor_proposal_system_leftmenu {
  width: 100%;
}

.sales_material,
.advisor_proposal_system_header {
  padding-left: 2px;
  font-size: 21px;
  font-family: "Arimo", Arial, sans-serif;
  font-weight: 600;
}

.sales_material_panel {
  width: 20%;
}

.sales_material_container {
  padding-left: 2px;
  margin-top: 10px;
  font-size: 16px;
  font-family: "Arimo", Arial, sans-serif;
}

.sales_material_link {
  border-right: 1px rgb(201, 198, 198);
  border-right-style: dashed;
}

.advisor_proposal_system {
  width: 40%;
  padding-right: 10px;
  border-right: 1px solid #888;
}

.advisor_proposal_system_desc {
  padding-top: 10px;
  font-size: 16px;
  font-family: "Arimo", Arial, sans-serif;
}

.advisor_proposal_system_sub {
  padding-top: 5px;
  padding-bottom: 8px;
}

#responsiveLetftNavLinks {
  position: absolute;
  width: 250px;
}

.table > thead > tr > th {
  text-transform: capitalize;
}

.no-participant-data {
  text-align: center;
}

#Resource-CenterlLinks {
  padding-top: 20px;
  /* box-shadow: 8px 8px 8px rgba(29,30,58,.05) !important; */
}

#Market-CenterLinks {
  /* padding-top: 18px; */
  /* box-shadow: 8px 8px 8px rgba(29,30,58,.05) !important; */
}

.tpa_resource_view {
  font-size: 14.9px;
}

#partnerlink-tab .nav-tabs > .active > a {
  border: none !important;
}

.nav-tabs {
  border-bottom: none !important;
}

#ParticipantSearchTable {
  width: inherit;
}

.ReactTable .-pagination .-previous {
  background: #0077cc !important;
}

.ReactTable .-pagination .-next {
  background: #0077cc !important;
}

.ReactTable .-pagination .-btn {
  color: white !important;
}

.ReactTable .rt-thead .rt-th {
  text-align: left;
  padding: 5px 8px;
}

.ReactTable .rt-tbody .rt-td {
  text-align: left;
  padding: 5px 8px;
}

/* ADA Fix */
.ReactTable .-pagination .-previous .-btn:focus-visible {
  outline-offset: 2px;
}

.ReactTable .-pagination .-next .-btn:focus-visible {
  outline-offset: 2px;
}

/* ADA Fix */
/* IE printpreview */
.ReactTable .rt-table {
  flex: auto 1;
}

#login_nextgen {
  display: -webkit-inline-box;
  margin-left: 6%;
}

.helpLogo {
  margin-right: 10px;
}

.heroRxText {
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-group .input-group .input-group-addon {
  background: white;
  color: #757575;
  font-size: 15px;
}

/* removing padding right - ADA fix for focus overlap (Faq/Participant) */
/* .nav > li > a {
  padding-right: 0px;
} */

/* banner message */
/* .buorg {
  position: absolute;
  position: fixed;
  z-index: 111111;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #a29330;
  text-align: left;
  color: #000;
  background-color: #e33d1c;
  font: 18px Calibri, Helvetica, sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  animation: buorgfly 1s ease-out 0s;
}

.buorg-pad {
  padding: 9px;
  line-height: 1.7em;
}

.buorg-buttons {
  display: block;
  text-align: center;
}

#buorgig,
#buorgul,
#buorgpermanent {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  padding: 1px 10px;
  border-radius: 4px;
  font-weight: normal;
  background: #5ab400;
  white-space: nowrap;
  margin: 0 2px;
  display: inline-block;
}

#buorgig {
  background-color: #edbc68;
}
@media only screen and (max-width: 700px) {
  .buorg div {
    padding: 5px 12px 5px 9px;
    line-height: 1.3em;
  }
}
@keyframes buorgfly {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.buorg-fadeout {
  transition: visibility 0s 8.5s, opacity 8s ease-out 0.5s;
}

.buorg-icon {
  width: 22px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
  display: inline-block;
  background: no-repeat 0px center
    url(https://browser-update.org/static/img/small/c.png);
}

#browserSupportMsg > a {
  text-decoration: underline;
}

#browserSupportMsg {
  color: #fff;
} */

#advisorResource_text {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#advisorResource_body {
  padding: 50px 30px;
  height: 422px;
  background: #ffffff;
}

#planTabPlanList .rt-tr .rt-th:nth-child(2),
#planTabPlanList .rt-td:nth-child(2) {
  flex: 240 0 auto !important;
  width: 200px !important;
  max-width: 240px !important;
}

#planTabPlanList .rt-tr .rt-th:nth-child(7),
#planTabPlanList .rt-td:nth-child(7) {
  flex: 80 0 auto !important;
  width: 60px !important;
  max-width: 80px !important;
}

#planTabPlanList .rt-tr .rt-th:nth-child(8),
#planTabPlanList .rt-td:nth-child(8) {
  flex: 90 0 auto !important;
  width: 75px !important;
  max-width: 90px !important;
}

.marketing-center-links {
  margin: 10px 0px;
}

#plansponsorportal_body {
  padding: 50px 30px;
  height: 422px;
  background: #ffffff;
}

#plansponsorportal_text {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown-header {
  font-size: 2em;
  text-decoration: none;
}

#actionCenterNav a {
  text-decoration: none;
  color: #000000;
}

.dropdown-actioncenter-count {
  height: 41px;
  width: 56px;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 41px;
}

li.dropdown-header span.dropdown-actioncenter-count {
  flex: 0;
}

.dropdown-actioncenter-mainlist {
  height: 24px;
  max-width: 171px;
  color: #4a4a4a !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: -0.3px;
  line-height: 24px !important;
}

li.dropdown-header a.dropdown-actioncenter-mainlist {
  padding: 0;
}

.dropdown-actioncenter-sublist {
  height: 80px;
  width: 172px;
  color: #0e68b6;
  font-size: 14px;
  line-height: 16px;
  padding-left: 60px;
  display: inline-block;
  /*white-space: nowrap;*/
}

.action-center-tasks {
  height: 22px;
  width: 312px;
  color: #4a4a4a;
  font-size: 16px !important;
  font-weight: normal !important;
  display: contents;
  line-height: 22px;
}

.action-center-alerts {
  height: 19px;
  width: 75px;
  color: #4a4a4a;
  font-size: 14px;
  letter-spacing: -0.23px;
  line-height: 19px;
}

.action-center-rfn {
  height: 19px;
  width: 94px;
  color: #0e68b6;
  letter-spacing: -0.23px;
  line-height: 19px;
}

.action-center-tc-number {
  height: 49px;
  width: 56px;
  color: #4a4a4a;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 49px;
}

.action-center-tc-label {
  height: 24px;
  width: 171px;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 24px;
}

/* Plan contacts page  */
.select_option .dropdown {
  width: 100%;
}

#select-option {
  width: 100%;
  text-align: left;
  color: #008aff;
  border: 2px solid #ccc;
  font-weight: 400;
  font-size: 15px;
}

.select_option ul {
  width: 100%;
}

.select_option .caret {
  float: right;
  margin-top: 1%;
}

.selection-page .glyphicon .glyphicon-arrow-left {
  color: #008aff !important;
}

.select_option .dropdown-menu > li > a {
  color: #008aff;
}

.margin-right-5 {
  margin-right: 5%;
}

.cancel-btn {
  background-color: #7d7d7d;
}

.contacts-line-height {
  line-height: 2.3em;
  padding-right: 1px;
}

.contacts-float {
  float: right;
}

#compliance-user-guide {
  text-align: center;
  padding: 20px;
}

/* Plan contacts page  */
.select_option .dropdown {
  width: 100%;
}

#select-option {
  text-align: left;
  color: #008aff;
  border: 2px solid #ccc;
  font-weight: 400;
  font-size: 15px;
}

.select_option ul {
  width: 100%;
}

.select_option .caret {
  float: right;
  margin-top: 1%;
}

.selection-page .glyphicon .glyphicon-arrow-left {
  color: #008aff !important;
}

.select_option .dropdown-menu > li > a {
  color: #008aff;
}

.select_option .dropdown-menu > li > a {
  color: #008aff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch:focus-within {
  outline: 3px solid #0061b3;
  outline-offset: 2px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#compliance-video {
  border: none;
  margin-top: 20px;
}

.back-formlink {
  position: absolute;
  left: 1%;
  top: 5%;
}

.back_videolink {
  position: absolute;
  left: 3%;
  top: 2%;
}

.back_videolink a:focus {
  outline-offset: 2px;
}

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

.test-align {
  text-align: left;
  list-style: upper-roman;
}

.leftlink {
  text-align: left;
}

.linkstyle {
  text-align: left;
  list-style-type: lower-alpha;
}

.contents-heading {
  text-align: left;
  padding-left: 44px;
}

.em-alert-KO {
  color: #e4b92e;
  font-size: 2em !important;
  padding-right: 5px;
  vertical-align: middle;
}

.alert.alert-warn {
  border-color: #e4b92e;
  background-color: #ffffff;
}

.notificationText a,
.notificationText a:hover {
  color: #0e68b6;
}

.notificationText a {
  text-decoration: none;
}

.plancontacts_title {
  font-size: 14px !important;
  margin-bottom: 10px;
  margin-top: 10px !important;
  padding-top: 10px;
  color: #4a4a4a;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.plancontacts_name {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.plancontacts_type {
  color: #000;
  font-size: 13px;
  margin-top: 5px;
}

.plancontacts_email {
  word-break: break-all;
  word-wrap: break-word;
  display: inline-block;
  font-size: 12px;
  color: #0e68b6;
}

.plancontacts {
  padding-bottom: 10px;
}

.plancontacts_tile {
  display: none;
}

.card .ssncorrection label {
  font-size: 12px;
  text-transform: none;
  font-weight: 700;
}

.implplancontacts_name {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
  display: inline-block;
}

.implplancontacts_type {
  color: #000;
  font-size: 12px;
}

.implplancontacts {
  padding-bottom: 15px;
}

.implplancontacts_view {
  padding-left: 754px;
  font-size: 15px;
  color: #008aff;
}

.implplancontacts_title {
  font-size: 20px;
  display: inline-flex;
}

.implplancontacts-email {
  color: #ffffff;
  font-size: 12px;
  word-break: break-all;
  display: inline-block;
}

.implcontactdetails-row {
  margin-right: 15px;
  margin-left: 10px;
}

.implcontactdetails-col {
  width: 19.6667%;
}

.tooltip-inner {
  max-width: 300px;
}

.tooltip-implcontactname {
  font-size: 12px;
  word-break: break-word;
}

.em-checkbox-icon-ssnCorrection {
  content: "\e603";
  font-size: 1.2em;
}

@media only screen and (max-width: 1259px) {
  .sidebar .plancontacts_tile {
    opacity: 0;
    transition: opacity 1s, width 1s;
  }

  .full .sidebar .plancontacts_tile {
    opacity: 1;
    transition: opacity 1s, width 1s;
  }

  /* ada fix for plan summary left nav overlaps css responsive */
  .full .sidebar .nav li > h2.accordion-title-wrap a {
    opacity: 1;
    display: block;
    transition: visibility 1s, opacity 1s, width 1s;
  }

  .sidebar .nav li > h2.accordion-title-wrap a {
    opacity: 1;
    display: none;
    transition: visibility 1s, opacity 1s, width 1s;
  }
}

.custom-header {
  padding-left: 1.5rem;
  height: 27px;
  width: 342px;
  color: #222222;
  font-size: 24px;
  letter-spacing: 0.4px;
  line-height: 27px;
  font-weight: bold;
}

/** 
  Styles for static content pages 
  Please see the notes below,
  Important: If you are adding feature specific styles, move those to .scss files under src\customizations\common\sass\main\style
  Test the styles - changes should only impact the intended functionality.
  Do not use generic selectors , e.g. div, a, li, etc.
  Use specific selecors, e.g. 
    #header { ...} 
    .plan-page .plan-name { ... }
  Use the correct formats,
    1. lowecase for class names  
    2. words separated by hyphens or underscore
    3. No numbers
*/

/* styles for security tips footer link */

.footer-sidebar hr {
  height: 0;
  margin-top: 2.145em;
  margin-bottom: 2.145em;
  border: 0;
  border-top: 1px dashed #d6d6d6;
}

.article-sidebar-nav ul {
  padding: 0px;
}

.article-sidebar-nav ul li.active {
  background-color: #9faab2;
}

.article-sidebar-nav ul li {
  position: relative;
  background-color: #5b7381;
  padding: 15px 10px 15px 10px;
  margin-top: 0px;
  border-bottom: 1px solid #fff;
}

.article-sidebar-nav ul li a,
.article-sidebar-nav ul li a:hover,
.article-sidebar-nav ul li a:visited {
  color: #fff;
  text-decoration: none;
  line-height: 22px;
}

.security-tips .tips-pod .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.security-tips .tips-pod div a {
  text-decoration: none;
  margin-top: 2em;
}

.security-tips .tips-pod div a div {
  display: block;
  font-weight: 600;
  font-size: 1.05em;
  line-height: 18px;
  color: #fff;
  text-decoration: none !important;
  background-color: #004185;
  min-height: 110px;
  border-radius: 8px;
  padding: 1.5em;
  margin-top: 10px;
}

@media (max-width: 959px) {
  .security-tips .tips-pod div a div {
    min-height: 70px;
    margin-top: 1em;
  }
}

@media (max-width: 699px) {
  .security-tips .tips-pod div a div:last-child {
    margin-bottom: 1em;
  }
}

.security-tips .tips-pod div a div img {
  width: 100%;
  max-width: 50px;
  float: left;
}

.security-tips .tips-pod div + :nth-child(1) a div,
.tips-protect-your-accounts-active {
  background-color: #004185 !important;
}

.security-tips .tips-pod div + :nth-child(2) a div,
.tips-personal-devices-active {
  background-color: #db1830 !important;
}

.security-tips .tips-pod div + :nth-child(3) a div,
.tips-communicate-safely-active {
  background-color: #116c85 !important;
}

.security-tips .tips-pod div + :nth-child(4) a div,
.tips-protect-identity-active {
  background-color: #002157 !important;
}

.security-tips .tips-pod div + :nth-child(5) a div,
.tips-common-security-threats-active {
  background-color: #666666 !important;
}

.security-tips .tips-pod div + :nth-child(6) a div,
.tips-unusual-activity-active {
  background-color: #c64900 !important;
}

.security-https img {
  width: 8px;
  margin-top: -3px;
}

.marketing-content a[href^="tel"] {
  text-decoration: none;
}

.form-group .custom-popup-wrapper > .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

.form-group .custom-popup-wrapper > .dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1e90ff;
}

.marketing-content {
  min-height: 500px;
}

.marketing-content .marketing-content-primary-header {
  color: #ba0c2f;
  font-size: 2.1em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 3rem;
}

@media (min-width: 960px) {
  .marketing-content .marketing-content-primary-header {
    font-size: 2.573em;
    margin-bottom: 1em;
  }
}

.marketing-content h2 {
  font-size: 19px;
}

.marketing-content h3 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
}

.marketing-content a {
  color: #2a6ea9;
}

.marketing-content a[href^="tel"]:hover {
  cursor: pointer;
}

.marketing-content p {
  font-size: 1em;
  margin-bottom: 2rem;
}

.marketing-content .list-text {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 20px;
}

.marketing-content .list-text li {
  font-size: 1em;
  margin-top: 7px;
  position: relative;
}

.marketing-content .list-text li:before {
  content: "·";
  font-size: 2.5em;
  position: absolute;
  left: -20px;
  top: 0px;
  vertical-align: middle;
}

.marketing-content .list-text-ordered {
  list-style: decimal;
}

.marketing-content .list-text-ordered li:before {
  content: "";
}

.marketing-content .list-text-normal li {
  margin-top: 0;
}

.marketing-content .california-table tr td:first-child,
.marketing-content .california-table tr td:last-child,
.marketing-content .california-table tr th:first-child,
.marketing-content .california-table tr th:last-child {
  padding: 8px;
}

.marketing-content .questions-requests {
  padding: 0.5em 1.25em;
  background-color: #f9f9f9;
}

.marketing-content .steps {
  padding-left: 0;
}

.marketing-content .steps h4 {
  color: #06338c;
  text-transform: uppercase;
}

.marketing-content .steps img {
  display: block;
  margin: 30px 0;
  max-width: 100%;
  width: auto;
}

.marketing-content .pad-top {
  padding-top: 1em;
}

.marketing-content .pad-bottom {
  padding-bottom: 1em;
}

.marketing-content .aside-text {
  color: #003087;
  font-family: "Arimo", Arial, sans-serif;
}

.marketing-content .emphasis {
  font-weight: 500;
}

.marketing-content .contact-us {
  clear: both;
  border-top: 1px dashed #d6d6d6;
  padding-top: 2em;
}

.marketing-content .contact-us h4 {
  font-size: 1.28571429em;
  font-weight: 300;
}

.marketing-content sup {
  line-height: 1.5rem;
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .marketing-content .article-img img {
    width: 85%;
  }

  .marketing-content .article-img-small img {
    width: 60%;
  }
}

#root .table-filter .custom-select select,
#root-react .table-filter .custom-select select,
.marketing-content .gri {
  width: 100%;
}

@media (min-width: 768px) {
  .marketing-content .gri {
    width: 85%;
  }
}

.marketing-content .gri-bucket .gri-before p {
  color: #559cb5;
}

.marketing-content .gri-bucket .gri-after p {
  color: #00474f;
}

.marketing-content .gri-bucket .gri-before:before {
  float: left;
}

.marketing-content .gri-bucket .gri-after:before {
  float: right;
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.marketing-content .gri-bucket .gri-after:before,
.marketing-content .gri-bucket .gri-before:before {
  content: "";
  width: 16px;
  height: 25px;
  margin: 5px 5px 0 0;
  background: url(../../Default/images/Yellow_Arrow.svg) no-repeat;
}

.marketing-content .footer-sidebar .h2,
.marketing-content .sidebar h2 {
  font-size: 1.28571429em;
  margin: 0;
  margin-bottom: 1rem;
}

.marketing-content .footer-sidebar .em {
  position: relative;
  top: 5px;
  margin-right: 8px;
  font-size: 28px;
}

.marketing-content .footer-sidebar .em-info-icon {
  padding-right: 10px;
}

.marketing-content .footer-sidebar .em-multiline {
  top: 0;
  height: 25px;
  position: relative;
  float: left;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .marketing-content .footer-sidebar .em-multiline {
    height: 50px;
  }
}

.marketing-content .footer-sidebar .bucket-text {
  height: auto !important;
}

.marketing-content .footer-sidebar .bucket-link {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}

.marketing-content .bucket {
  background-color: #f5f5f5;
  margin-bottom: 3rem;
}

.marketing-content .bucket.white {
  background-color: #fff !important;
}

.marketing-content .bucket .bucket-image {
  position: relative;
}

.marketing-content .bucket .bucket-header {
  padding: 5px 20px;
  bottom: 0;
  width: 100%;
  background-color: #9e0909;
}
/* ada color contrast fix prelogin updating color according to ui/ux figma*/
.marketing-content .bucket .bucket-header.grey {
  background-color: #a3a3a3 !important;
}
.marketing-content .bucket .bucket-header.grey h2 {
  color: #000000 !important;
}

.marketing-content .bucket .bucket-header .h1,
.marketing-content .bucket .bucket-header .h2,
.marketing-content .bucket .bucket-header h1,
.marketing-content .bucket .bucket-header h2 {
  color: #fff;
  margin: 0 0 5px;
  padding: 5px 0;
  font-weight: 100;
}

@media (min-width: 768px) {
  .marketing-content .bucket .bucket-header {
    background-color: rgba(158, 9, 9, 0.7);
  }
}

.marketing-content .bucket .bucket-text {
  position: relative;
  padding: 20px;
  min-height: 170px;
}

.marketing-content .bucket .bucket-text-min {
  min-height: auto;
}

.marketing-content .bucket .bucket-link {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}

.marketing-content .about-your-plan-icons {
  margin-bottom: 2rem;
}

@media (min-width: 960px) {
  .marketing-content .about-your-plan-icons {
    margin-bottom: 0;
  }
}

@media (max-width: 959px) {
  .marketing-content .about-your-plan-icons .aypi-bucket {
    height: 80px;
  }

  .marketing-content .about-your-plan-icons .aypi-bucket .aypi-img {
    width: 60px;
    float: left;
    margin-right: 15px;
  }
}

@media (min-width: 960px) {
  .marketing-content .about-your-plan-icons {
    height: 220px;
    position: relative;
  }

  .marketing-content .about-your-plan-icons .aypi-dots {
    width: 74%;
    border-bottom: 2px dotted #000;
    margin-left: 13%;
    top: 46px;
    position: absolute;
    z-index: 1;
  }

  .marketing-content .about-your-plan-icons .aypi-bucket {
    width: 20%;
    height: 220px;
    float: left;
    position: relative;
    z-index: 2;
  }

  .marketing-content .about-your-plan-icons .aypi-bucket .aypi-img {
    padding: 10px 20%;
    text-align: center;
  }

  .marketing-content .about-your-plan-icons .aypi-bucket .aypi-img img {
    width: 70px;
  }

  .marketing-content .about-your-plan-icons .aypi-bucket .aypi-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 960px) and (min-width: 700px) {
  .marketing-content .about-your-plan-icons .aypi-bucket .aypi-text {
    text-align: center;
    font-size: 12px;
  }
}

.marketing-content .debt-savings-solutions .card {
  border: 1px solid #d3d3d3;
  padding: 2em;
}

.marketing-content .spotlight .h2,
.marketing-content .spotlight h1,
.marketing-content .spotlight h2,
.marketing-content .spotlight h3,
.marketing-content .spotlight h4,
.marketing-content .spotlight h5,
.marketing-content .spotlight h6 {
  margin: 0 0 20px;
}

.marketing-content .spotlight.colored.pink {
  background-color: #f9d5b5;
}

.marketing-content .spotlight.colored.grey {
  background-color: #f2f5f7;
}

.marketing-content .spotlight.bordered {
  border: 1px solid #fac100;
}

.site-wrapper.is-full-height {
  background: 0 0;
}

@media (min-width: 700px) {
  .marketing-content.inner-container {
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
  }
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group.flush {
  margin-left: 0;
}

ul.red-arrow > li {
  background-image: url(../images/red-arrow.svg);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: 0 6px;
  padding-left: 18px;
  margin-top: 7px;
  list-style: none;
}

#participantPopOver .tooltip-inner {
  text-align: left;
}

.plancontact_participant_tollfree {
  color: #4a4a4a;
  font-weight: 400;
  padding-bottom: 10px;
}

.participant_tollfree_header {
  font-size: 14px;
}

.participant_tollfree_number {
  font-size: 15px;
  overflow-wrap: break-word;
}

.ag-floating-filter {
  background: #ffffff;
}

.monthly-plans-column {
  background: #fef5dc;
}

.ui.popup.plan-quick-links {
  padding: 0;
}

.ui.popup.plan-quick-links .popover-content {
  padding: 3px 14px;
}

.ui.popup.plan-quick-links .popover-content ul {
  margin-bottom: 3px;
}

.ui.right.center.popup.plan-quick-links:before {
  top: 39%;
}

.plan-column-header {
  background: white;
}

.ag-header-cell-text {
  white-space: normal !important;
  font-weight: bold;
}

.pl-as-of-date {
  display: block;
  margin: 1px 3px 0px 0px;
  float: right;
  padding-right: 5px;
}

.pl-as-of-date span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.monthly:before {
  background: #fdefeb;
}

.daily:before {
  background: #f5f7f7;
}

.viewAll {
  color: #0e68b6;
}

.link-text,
.btn-link {
  color: #0e68b6;
}

.btn-primary {
  color: #ffffff;
  background-color: #0e68b6;
  border-color: #0e68b6;
}

.ReactTable .rt-resizer {
  width: 0px;
}

.dropdown-header:hover {
  background-color: #f5f5f5;
  color: #333;
}

.dropdown-menu > li:has(a:focus-visible) {
  outline: 2px solid #0061b3;
  outline-offset: -8px;
  background: white;
}

.dropdown-menu > li > a:focus:not(:focus-visible) {
  outline: 0;
  background: transparent;
}

.dropdown-menu > li > a:focus {
  background: transparent;
}

.nav-padding > li > a {
  padding-right: 5px;
}

.plan-summary-headings {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  margin: 0px;
  font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.viz-card-headings {
  margin-top: 0px;
  font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 15px;
  line-height: 1.5;
  margin: 20px 0 10px;
}

.viz-card-subheading {
  margin: 0 0 0 10px;
  line-height: 1.5;
  font-size: 20px;
}

.viz-card-median-headings {
  font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 0 -10px;
}

.iwantto-headings {
  font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0px;
  padding-bottom: 10px;
  color: #444;
}

@media print {
  .employment-history-popup .modal-dialog {
    width: auto;
  }
}

.plan-breadcrumb .first,
.plan-breadcrumb .last {
  color: #222 !important;
}

.breadcrumbs-title > a:hover {
  cursor: unset;
}

.detailsLink:focus {
  outline: 5px auto #0061b3 !important;
  outline-offset: 2px !important;
}

#toolbar .btn-primary {
  background-color: #0061b3;
}

#toolbar .btn-primary:focus {
  box-shadow: 0px 0px 0px 5px rgb(0 97 179 / 25%);
  background-color: #0061b3;
}

#toolbar .btn-primary:hover {
  background-color: #004d8f;
}

#toolbar .btn-primary:active {
  background-color: #0061b3;
}

.planContactForm .form-control:focus {
  border-width: 2px;
  box-shadow: 0px 0px 0px 5px rgb(0 97 179 / 25%);
  border-color: #0061b3;
  color: #0061b3;
}

.planContactForm .btn-primary:focus {
  outline: 3px solid #0061b3 !important;
  outline-offset: 3px;
  border-radius: 0px !important;
}

#pscdashboard-tabs > ul > li > a:focus {
  outline: 5px auto #0061b3 !important;
  outline-offset: 2px !important;
}

#plan-summary-page .tab-common-header .tab-value {
  padding-bottom: 0px !important;
}

#actionCenterPanel a,
#iWantTo a {
  padding-bottom: 4px;
}

.navbar-right .dropdown .dropdown-toggle:focus {
  outline: 5px auto #0061b3;
}

.sidebar .nav li a:focus,
.sidebar .nav li > a:focus {
  outline: 5px auto #0061b3;
  outline-offset: -2px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto #0061b3;
  outline-offset: -2px;
}

:focus-visible {
  outline: 5px auto #0061b3 !important;
}

#eps_login_below_row {
  .no_outline {
    outline: 0px !important;
  }
}

.fa-sort:before {
  content: "\f0dc";
  color: #333;
}

.fa-sort-asc:before {
  content: "\f0de";
  color: #333;
}

.fa-sort-desc:before {
  content: "\f0dd";
  color: #333;
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-file-text:before {
  content: "\f15c";
}

.alerts-nav > div > .action-center-rfn:hover,
.alerts-nav > div > .action-center-rfn:focus {
  text-decoration: underline !important;
}

.alerts-nav > div > .action-center-rfn > span:hover,
.alerts-nav > div > .action-center-rfn > span:focus {
  color: #0061b3 !important;
}

.nav-dropdown-items > li > a > p:hover,
.nav-dropdown-items > li > a:focus {
  color: #0061b3 !important;
  text-decoration: underline !important;
}

.highlight tr td a:hover,
.highlight tr td a:focus {
  color: #0061b3 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.highlight tr td a:focus {
  outline: 5px auto #0061b3;
  outline-offset: 3px;
}

.accordion-title-wrap {
  display: block !important;
  width: 100% !important;
}

.sidebar .nav li h2 span {
  display: inline-block;
  height: 55% !important;
  color: #000000;
  width: 130px !important;
}

.sidebar .nav li h2 span:hover {
  color: #003866 !important;
}

#sidebar #main-dropdown .pe-7s-arrow {
  left: 210px !important;
  right: revert !important;
  position: absolute !important;
}

#sidebar #secondary-dropdown .pe-7s-arrow {
  left: 190px !important;
  right: revert !important;
  position: absolute !important;
}

.sidebar .nav .accordion-title-wrap i {
  color: #000000 !important;
}

.sidebar .nav .accordion-title-wrap i:hover {
  color: #003866 !important;
}

.sidebar .nav li a.active span {
  color: #003866 !important;
}

.sidebar .nav li .accordion-title-wrap a {
  display: block;
  width: auto;
}

.sms-tos ol.sublist {
  list-style: upper-alpha;
  padding-left: 1rem;
}

.sms-tos ol.sublist > li.with-title {
  font-weight: bold;
}

.sms-tos em {
  font-weight: bold;
  font-style: normal;
}

.sms-tos ol.sublist .sms-tos-normal-font {
  font-weight: normal;
}

.sms-tos h1 {
  color: #ba0c2f;
  font-size: 19px;
  margin-top: 0;
  font-weight: 500;
}

.sms-tos li {
  color: #666;
}

.sms-tos-list h1 {
  color: #ba0c2f;
  font-size: 19px;
  margin-top: 0;
  font-weight: 500;
}

.sms-tos-list li {
  color: #666;
}

.simple-modal.open .simple-modal-content.col-lg-8.sms-tos-container {
  max-height: 100%;
}

.sms-tos-container .height-500px {
  height: 70vh;
}

.sms-tos-container .btn-close {
  top: 15px;
}

.compensation-dropdown.no-option-border .divider {
  border-right: none;
}

.compensation-dropdown.no-option-border div[role="option"]:first-child {
  color: grey !important;
  pointer-events: none !important;
  font-weight: 300 !important;
}

@media print {
  .fullPrintModal {
    width: 100% !important;
    margin: 10px !important;
  }

  .fullPrintModal .modal-lg {
    width: 100% !important;
    padding: 15px !important;
  }

  .fullPrintModal .modal-lg .modal-body {
    padding: 15px !important;
  }

  .fullPrintModal .hideInPrint,
  .fullPrintModal .popup-header .close {
    display: none !important;
  }

  .fullPrintModal .ag-theme-alpine {
    min-height: auto !important;
  }

  .fullPrintModal .card-simple .content {
    padding: 0 !important;
  }
}

.btn-primary.btn-fill:focus {
  outline: 2px solid #0061b3 !important;
  outline-offset: 2px;
}

/* ada fix for partnerlink dasboard table pagination*/
.ag-paging-panel .pagination {
  font-weight: normal;
}

button.tdltab-btn.ui.basic.button {
  box-shadow: none;
  background: transparent !important;
  padding-left: 0px;
  padding-right: 0px;
}

/* ada fix for partnerlink dasboard three heading h2(lifetime,employees and contribution)*/
.overview-chart-card .title {
  font-family: unset !important;
}

/* ada fix for partnerlink dasboard tab btn*/
.btn-group-planTab #active,
.btn-group-planTab #onBoarding {
  width: unset !important;
}

.monthly-plans-column .ag-react-container p:last-child {
  margin-left: -7px;
}

/* ada fix for plan summary tab responsive */
@media only screen and (max-width: 640px) {
  #plan-summary-page .tab-common-header {
    padding-left: 0;
  }

  #plan-summary-page .nav-tabs > li > a {
    padding: 6px !important;
    font-size: 14px;
  }
}

.epsiconalignMarketingCenter {
  width: 100px !important;
  height: 109px;
}

.epsiconalign {
  width: 100px !important;
  height: 133px;
  margin: 10px;
}

.advisorText {
  font-weight: 600;
}

.dataConcern-acc {
  .sbc8b84JpSBtW05QxNQj {
    background: #db291f;
  }

  .sbc8b84JpSBtW05QxNQj:hover {
    background: #db291f !important;
  }
}

.MYQ0qS92pZ65ZgIE_xOG .dataConcern-acc .sbc8b84JpSBtW05QxNQj {
  color: #ffffff;
}

.MYQ0qS92pZ65ZgIE_xOG .dataConcern-acc .sbc8b84JpSBtW05QxNQj:hover {
  color: #ffffff;
}

/* ada fix for search box go btn focus-visible - global fix */
.global-search .button-container .btn-primary.btn-fill:focus-visible {
  outline: 2px solid #0061b3 !important;
  outline-offset: 2px;
}

.header-dropdown-menu-container {
  padding: 14px 5px 15px 15px;
}

.header-dropdown-menu-container .dropdown-toggle {
  cursor: pointer;
}

.header-dropdown-menu-container .header-dropdown-menus {
  border-radius: 10px;
  margin-top: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.header-dropdown-menu-container .header-dropdown-menus > div {
  min-width: 150px;
  padding: 5px 0;
}

.header-dropdown-menu-container .header-dropdown-menus > div > div {
  padding: 0;
}

.header-dropdown-menu-container
  .header-dropdown-menus
  > div
  > div
  .ephmenu_item {
  margin: 0;
  padding: 8px 16px;
}

.header-dropdown-menu-container
  .header-dropdown-menus
  > div
  > div
  .ephmenu_item
  a {
  font-size: 15px;
}

.header-dropdown-menu-container
  .header-dropdown-menus
  > div
  > div
  .ephmenu_item:hover {
  background-color: #f5f5f5;
}

header .action-center-top ul.navbar-right {
  display: flex;
  align-items: center;
}

header .action-center-top ul.navbar-right li {
  float: none !important;
}

.data-library-dropdown-menu > div > div {
  padding: 0;
}

.data-library-dropdown-menu > div > div .ephmenu_item:hover {
  background-color: #0061b3 !important;
  color: #fff !important;
}

.data-library-dropdown-menu > div > div .ephmenu_item:hover > a {
  color: #fff !important;
}

.data-library-dropdown-menu > div > div .ephmenu_item > a {
  display: flex;
  justify-content: space-between;
}

.data-library-dropdown-toggle {
  border: 1px solid #ccc;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #0061b3;
  cursor: pointer;
}
.data-library-dropdown-toggle.disabled {
  cursor: not-allowed;
  color: #ccc;
}

.audit-dropdown-menu > div > div {
  padding: 0;
}

.audit-dropdown-menu > div > div .ephmenu_item {
  margin: 0;
  padding: 4px 16px;
}

.audit-dropdown-menu > div {
  min-width: 80px;
  text-align: left;
}

h1.footer-link-page-heading {
  color: #d6281f;
  font-size: 28px;
  margin-top: 0;
  font-weight: 500;
}

h2.security-heading {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #003087;
}
