/*================================================================================================== TABLE OF CONTENTS ==================================================================================================
	1. Variables
	2. Utility classes
	3. Global styles
		3a) Headings		3b) Links		3c) Buttons
		3d) Lists			3e) Popups		3f) Tab selectors
		3g) Accordions		3h) Info icons, slider toggles and label styling
		3i) Logo				3j) Site header
		3k) Site footer	3l) Datepickers
		3m) Inputs      3n) Tables
	4. Login page
	5. Home page
	6. Benefit overview
	7. Benefit statement
	8. Benefit matrix
	9. Benefit selection
	10. Profile
	11. App registration
	12. TRS
	13. Specific popups
		13a) Forgot password		13b) Modellers and tools	13c) Manage dependants
		13d) Follow up items		13e) Event T&Cs				13f) benefit selection election info collect
		13g) Beneficiaries
	14. Images
		14a) Benefit images		14b) Life event icons
	15. Claims
  16. My Documents
  17. Document Download
	18. Mobile
	19. Client specific styles
 ======================================================================================================================================================================================================================= */
/* font declaration for using OnlineTwoIconFont set
'inspiringbenefits' is the new UK only demo client */
@font-face {
  font-family: 'OnlineTwoIconFont';
  src: url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v4.eot');
  src: url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v4.eot?#iefix') format('embedded-opentype'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v4.woff') format('woff'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v4.ttf') format('truetype'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v4.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
 font-family:'Helvetica';
 src:url('/barclays/media/default/UK%202019/Font/under14/ExpertSans(B14)-Lt/ExpertSans(B14)-Lt.eot');
 src:url('/barclays/media/default/UK%202019/Font/under14/ExpertSans(B14)-Lt/ExpertSans(B14)-Lt.eot?#iefix') format('embedded-opentype'),
   url('/barclays/media/default/UK%202019/Font/under14/ExpertSans(B14)-Lt/ExpertSans(B14)-Lt.woff2') format('woff2'),
   url('/barclays/media/default/UK%202019/Font/under14/ExpertSans(B14)-Lt/ExpertSans(B14)-Lt.woff') format('woff'),
   url('/barclays/media/default/UK%202019/Font/under14/ExpertSans(B14)-Lt/ExpertSans(B14)-Lt.ttf') format('truetype'),
   url('/barclays/media/default/UK%202019/Font/under14/ExpertSans(B14)-Lt/ExpertSans(B14)-Light.otf') format('otf'),
   url('/barclays/media/default/UK%202019/Font/under14/ExpertSans(B14)-Lt/ExpertSans(B14)-Lt.svg#expertsans_light') format('svg');
 font-weight:normal;
 font-style:normal;
}
/*================================================================================================== 1. Variables  ==================================================================================================*/
:root {
  --accessibility-outline: #666;
  --heading-color: #666;
  --button-color: #4dfff3;
  --button-color-alternate: #4dfff3;
  --button-text-color: #000;
  --button-hover-color: #52ffb8;
  --button-hover-text-color: #000;
  --button-click-color: #539987;
  --button-click-text-color: #000;
  --link-text-color: #525174;
  --link-text-hover-color: #513b56;
  --link-text-click-color: #539987;
  --header-overlay: #525174;
  --header-overlay-text-color: #fff;
  --panel-color: #513b56;
  --panel-text-color: #fff;
  --info-icon-color: #525174;
  --tab-selector-text-color: #513b56;
  --tab-selector-border-color: #513b56;
  --tab-selector-inactive-text-color: #666;
  --progress-bar-color: #539987;
  --success-icon-color: #539987;
  --unordered-list-bullet-color: #525174;
  --datepicker-today: #4dfff3;
  --datepicker-clear: #4dfff3;
  --datepicker-close: #4dfff3;
  --slider-toggle-color: #539987;
  --benefit-icon-color: #513b56;
  --linegroup1-benefit-icon-color: #a9a9a9;
  --linegroup2-benefit-icon-color: #a9a9a9;
  --linegroup3-benefit-icon-color: #a9a9a9;
  --life-event-background: #525174;
  --logo: url(/Aon/media/default/Select%20assets/Aon%20Select-logo%20(site).png);
  --login-image: url(/Aon/media/default/Select%20assets/Aon%20Select-loginpage-image.png);
  --site-header-color: #525174;
  --site-header-icon-color: #fff;
  --site-footer-color: #513b56;
  --site-footer-link-color: #fff;
  --need-assistance-pull-down-menu: #51356;
  --homepage-module-background-color: #e6e6e6;
  --homepage-heading-color: #666;
  --homepage-module-icon-color: #525174;
  --homepage-enrolment-days-left-color: #525174;
  --carousel-heading-color: #fff;
  --carousel-text-color: #fff;
  --pulse-color-start: rgba(47, 79, 79, 0.5);
  --pulse-color-end: rgba(47, 79, 79, 0);
  --selected-email-color: #2f4f4f;
  --benefit-selection-elected-box-highlight: #539987;
  --follow-up-panel-color: #539987;
  --mobile-menu-icon-color: #fff;
  --mobile-menu-link-color: #666;
}

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(47, 79, 79, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(47, 79, 79, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(47, 79, 79, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(47, 79, 79, 0);
  }
}

/*================================================================================================== 2. Utility classes  ==================================================================================================*/
/* set font throughout the site */
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
html,
button,
input,
select,
textarea,
.mfp-close,
.bootstrap-iso,
.bootstrap-iso .tooltip,
.bootstrap-iso .popover,
.ui-buttonset .ui-button,
body,
.page-title H1,
H1,
H2,
#links LI:first-child select#ddlLanguage,
.help-ico A,
.spanDivSlider,
.spanDivAmount,
#delegateDiv .ui-widget,
#delegateDiv .ui-widget input,
#delegateDiv .ui-widget select,
#delegateDiv .ui-widget textarea,
#delegateDiv .ui-widget button,
.online-two-iso body,
.online-two-iso .modal-large .modal-body,
.benefitselect .in-Cart .you-pay H3 {
  font-family: Helvetica;
}

/* specific media query for IE10+ to handle responsive images */
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .bootstrap-iso .img-responsive {
    width: 100%;
  }
}
/* margin-top 0 */
.bootstrap-iso .mt-0 {
  margin-top: 0;
}

/* allow use of OnlineTwoIconFont for anything with this class */
[class*='online-two-icon-']:before {
  font-family: OnlineTwoIconFont;
}
/* icons on the benefit intro popups */
.benefit-information [class*='online-two-icon-']::before {
  font-size: 15rem;
  line-height: 1;
}

/* for adding full stop after resource string */
.full-stop:after {
  content: '.';
  position: relative;
  left: -0.25em;
}
/* for adding comma after resource string */
.comma:after {
  content: ',';
  position: relative;
  left: -0.25em;
}
/* Input color */
.bootstrap-iso .input-group-addon {
	color: #000;
}
/*================================================================================================== 3. Global styles  ==================================================================================================*/
/* remove gradient background */
html {
  background: none;
}

/* global font size */
.bootstrap-iso {
  font-size: 1rem;
  color: #000;
}
.bootstrap-iso p {
  padding-bottom: 0;
}

/* remove text transform */
/* language selection */
#links LI:first-child select#ddlLanguage,
/* main navigation bar links */
#menu-no-dashboard li a,
#menu li a,
#menu-sub li a,
/* labels on Profile page */
html#profile body#profile .profile #profile-online-2 span.label,
html#profile body#profile .profile #profile-online-2 label:not(.ui-button),
/* labels */
span.label,
label,
/* benefit selection page items */
.in-Cart .cost P,
.in-Cart .funded P,
.your-beneficiaries .txt-beneficiaries H4,
/* footer links */
.online-two-iso #footer a {
  text-transform: none;
}

/* 3a) headings */
h1,
h2,
h3,
h4,
h5,
h6,
.online-two-iso h1,
.online-two-iso h2,
.online-two-iso h3,
.online-two-iso h4,
.online-two-iso h5,
.online-two-iso h6,
.bootstrap-iso h1,
.bootstrap-iso h2,
.bootstrap-iso h3,
.bootstrap-iso h4,
.bootstrap-iso h5,
.bootstrap-iso h6,
.bootstrap-iso .h1,
.bootstrap-iso .h2,
.bootstrap-iso .h3,
.bootstrap-iso .h4,
.bootstrap-iso .h5,
.bootstrap-iso .h6,
/* BENEFITS header on popup when removing dependants attached to cover */
.coverageHeader {
  color: #000;
  padding-left: 0;
}

/* 3b) links */
.bootstrap-iso a {
    text-decoration: underline;
}
a,
.bootstrap-iso a,
.dependant-list a.dependant-confirm-delete,
.terms-conditions-cookies .cookie-policy-link,
.terms-conditions-cookies .term-condtion-link {
  color: #262836;
}
a:hover,
a:focus,
.bootstrap-iso a:hover,
.bootstrap-iso a:focus,
.dependant-list a.dependant-confirm-delete:hover,
.dependant-list a.dependant-confirm-delete:focus,
.terms-conditions-cookies .cookie-policy-link:hover,
.terms-conditions-cookies .cookie-policy-link:focus,
.terms-conditions-cookies .term-condtion-link:hover,
.terms-conditions-cookies .term-condtion-link:focus {
  color: #686868;
}
.bootstrap-iso a:focus,
.dependant-list a.dependant-confirm-delete:focus,
.terms-conditions-cookies .cookie-policy-link:focus,
.terms-conditions-cookies .term-condtion-link:focus {
  outline: 3px solid #000;
}
a:active,
a:active:hover,
a:active:focus,
.bootstrap-iso a:active,
.bootstrap-iso a:active:hover,
.bootstrap-iso a:active:focus,
.dependant-list a.dependant-confirm-delete:active,
.dependant-list a.dependant-confirm-delete:active:hover,
.dependant-list a.dependant-confirm-delete:active:focus,
.terms-conditions-cookies .cookie-policy-link:active,
.terms-conditions-cookies .cookie-policy-link:active:hover,
.terms-conditions-cookies .cookie-policy-link:active:focus,
.terms-conditions-cookies .term-condtion-link:active,
.terms-conditions-cookies .term-condtion-link:active:hover,
.terms-conditions-cookies .term-condtion-link:active:focus {
  color: #262836;
}

/* 3c) buttons */
/* default colour */
.bootstrap-iso .btn-primary,
.bootstrap-iso .btn-danger,
.bootstrap-iso .btn-info,
.bootstrap-iso .btn-default,
.bootstrap-iso .btn-warning,
.bootstrap-iso .btn-success,
.bootstrap-iso .btn-popup,
.online-two-iso A.button-style,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue,
.online-two-iso A.button-style.blue,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray,
.online-two-iso A.button-style.gray,
.benefitheader-fixed div#followup-items a.btn,
.benefitheader-fixed div#resettodefaults a.btn,
.benefit-matrix .confirm-checkout-button .btn-success {
  background-color: #262836;
  border: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: all 0.25s;
  z-index: 1;
}

/* hover colour */
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-popup:hover,
.online-two-iso A.button-style:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:hover,
.online-two-iso A.button-style.blue:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:hover,
.online-two-iso A.button-style.gray:hover,
.benefit-matrix .row .btn-success:hover,
.benefitheader-fixed div#followup-items a.btn:hover,
.benefitheader-fixed div#resettodefaults a.btn:hover,
.benefit-matrix .confirm-checkout-button .btn-success:hover {
  background-color: #262836;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #fff;
}

/* focus colour */
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-danger:focus,
.bootstrap-iso .btn-info:focus,
.bootstrap-iso .btn-default:focus,
.bootstrap-iso .btn-warning:focus,
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-popup:focus,
.online-two-iso A.button-style:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:focus,
.online-two-iso A.button-style.blue:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:focus,
.online-two-iso A.button-style.gray:focus,
.benefitheader-fixed div#followup-items a.btn:focus,
.benefitheader-fixed div#resettodefaults a.btn:focus,
.benefit-matrix .confirm-checkout-button .btn-success:focus {
  background-color: #262836;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: 3px solid #000;
}

/* when clicked colour */
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary:active:hover,
.bootstrap-iso .btn-primary:active:focus,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger:active:hover,
.bootstrap-iso .btn-danger:active:focus,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info:active:hover,
.bootstrap-iso .btn-info:active:focus,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default:active:hover,
.bootstrap-iso .btn-default:active:focus,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning:active:hover,
.bootstrap-iso .btn-warning:active:focus,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success:active:hover,
.bootstrap-iso .btn-success:active:focus,
.bootstrap-iso .btn-popup:active,
.bootstrap-iso .btn-popup:active:hover,
.bootstrap-iso .btn-popup:active:focus,
.online-two-iso A.button-style:active,
.online-two-iso A.button-style:active:hover,
.online-two-iso A.button-style:active:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active:focus,
.online-two-iso A.button-style.blue:active,
.online-two-iso A.button-style.blue:active:hover,
.online-two-iso A.button-style.blue:active:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active:focus,
.online-two-iso A.button-style.gray:active,
.online-two-iso A.button-style.gray:active:hover,
.online-two-iso A.button-style.gray:active:focus,
.benefitheader-fixed div#followup-items a.btn:active,
.benefitheader-fixed div#followup-items a.btn:active:hover,
.benefitheader-fixed div#followup-items a.btn:active:focus,
.benefitheader-fixed div#resettodefaults a.btn:active,
.benefitheader-fixed div#resettodefaults a.btn:active:hover,
.benefitheader-fixed div#resettodefaults a.btn:active:focus,
.benefit-matrix .confirm-checkout-button .btn-success:active,
.benefit-matrix .confirm-checkout-button .btn-success:active:hover,
.benefit-matrix .confirm-checkout-button .btn-success:active:focus {
  background-color: #262836;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: 3px solid #000;
}

/* for styling buttons that convey meaning of a negative action e.g. cancel/close/remove etc. */
.bootstrap-iso .modal-controls .btn-warning,
.online-two-iso #exit-cancel A.button-style.blue,
.online-two-iso A.button-style.gray,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning,
.bootstrap-iso .btn-warning.dependant-cancel-btn {
  background-color: #4D4F53;
}

.bootstrap-iso .modal-controls .btn-warning:hover,
.bootstrap-iso .modal-controls .btn-warning:focus,
.online-two-iso #exit-cancel A.button-style.blue:hover,
.online-two-iso #exit-cancel A.button-style.blue:focus,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:hover,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:focus,
.bootstrap-iso .btn-warning.dependant-cancel-btn:hover,
.bootstrap-iso .btn-warning.dependant-cancel-btn:focus {
  background-color: #686868;
}

.bootstrap-iso .modal-controls .btn-warning:active,
.bootstrap-iso .modal-controls .btn-warning:active:hover,
.bootstrap-iso .modal-controls .btn-warning:active:focus,
.online-two-iso #exit-cancel A.button-style.blue:active,
.online-two-iso #exit-cancel A.button-style.blue:active:hover,
.online-two-iso #exit-cancel A.button-style.blue:active:focus,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:active,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:active:hover,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:active:focus,
.bootstrap-iso .btn-warning.dependant-cancel-btn:active,
.bootstrap-iso .btn-warning.dependant-cancel-btn:active:hover,
.bootstrap-iso .btn-warning.dependant-cancel-btn:active:focus {
  background-color: #262836;
}

/* hover effects */
.bootstrap-iso *[class*='btn btn-']:before,
.bootstrap-iso *[class*='btn  btn-']:before,
.bootstrap-iso *[class*='button-s']:before {
  content: '';
  width: 100%;
  height: 4em;
  background-color: #686868;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-5em, -1em, 0) rotate3d(0, 0, 1, -45deg);
  transform-origin: top left;
  transition: all 0.25s;
  z-index: -1;
}
.bootstrap-iso *[class*='btn btn-']:hover:before,
.bootstrap-iso *[class*='btn  btn-']:hover:before,
.bootstrap-iso *[class*='button-s']:hover:before,
.bootstrap-iso *[class*='btn btn-']:focus:before,
.bootstrap-iso *[class*='btn  btn-']:focus:before,
.bootstrap-iso *[class*='button-s']:focus:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
}

/* 3d) lists */
/* unordered lists */
.fa-ul {
  margin-left: 2.5em;
}
.online-two-iso .modal-body#online2-global-benefit-overview-modaltemplate .tab-body UL {
  padding-left: 0;
}
.bootstrap-iso ul.fa-ul li {
  list-style-type: none;
}
.bootstrap-iso ul.fa-ul li::before {
  font-family: FontAwesome;
  content: '\f111';
  font-size: 0.5rem;
  color: #262836;
  display: inline-block; 
  width: 1em;
  margin-left: -1.7em;
  position: relative;
  bottom: 3px;
  margin-right: 1em;
}
.bootstrap-iso ul.no-ul li::before {
  display: none;
}  

/* ordered lists */
#fa-ol li {
  list-style-type: decimal;
  margin-left: 2.7em;
}
.bootstrap-iso ol {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: decimal;
}

/* 3e) popups */
/* confirm choice pop up */
.confirmchoice td { 
  border: 1px solid #ccc; 
  padding: 5px; 
  vertical-align: top;
}
/* header colour */
.online-two-iso .header-overlay,
.online-two-iso .tab-header,
.bootstrap-iso .modal-header {
  background-color: #fff;
}
/* reset benefit intro popup to not have header overlay colour */
.online-two-iso [class*='LineDetail'] .tab-header {
  background-color: #fff;
}
/* header title colour */
#login-assistance .header-overlay #TitleResetPassword,
.bootstrap-iso .modellersModalHeader,
.bootstrap-iso .dependantModalHeader,
#followup-items-overlay.online-followup-items #followup-items-title,
.benefit-matrix .benefitheader,
#exit-confirm h5,
.benefitselect #allocationDialog h5,
.active-benefits .header,
.benefit-matrix .modal .modal-header .header,
.online-two-iso .modal-normal .modal-header .header-text,
.terms-conditions-cookies .cookiepolicy-header,
.terms-conditions-cookies .terms-condtion-header {
  color: #000;
}
/* close icon */
.online-two-iso .header-overlay A.close,
.online-two-iso .modal-large .close,
html#profile body#profile .profile #profile-online-2 .header-overlay A {
  background: none;
  visibility: hidden;
}
.online-two-iso .header-overlay A.close:after,
.online-two-iso .modal-large .close:after,
html#profile body#profile .profile #profile-online-2 .header-overlay A:after {
  content: '\e014';
  color: #000;
  font-family: 'Glyphicons Halflings';
  visibility: visible;
}
/* reset benefit intro close icon to be default colour after resetting header background colour */
.online-two-iso .modal-large [class*='LineDetail'] .close:after {
  color: #666;
}

.bootstrap-iso .close,
.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus,
.bootstrap-iso .close:active,
.bootstrap-iso .close:active:hover,
.bootstrap-iso .close:active:focus,
.online-two-iso .modal-normal .close {
  color: #000;
}
.bootstrap-iso .close:focus {
  outline: 3px solid #000;
}
/* position of close icon */
.online-two-iso .modal-large .close {
  top: 0.5em;
  right: 0.5em;
}
.header-overlay A {
  padding: 4px 0.5em 0 0;
}

/* life event dependant add/remove popup */
.dependantContainer .event-step-nav {
  text-align: right;
}
.bootstrap-iso .event-step-nav a.primary-link,
.bootstrap-iso .event-step-nav a.secondary-link {
  margin: 0;
}
.dependantContainer .button-container > a:last-child {
  margin-left: 0.5em;
}
.bootstrap-iso .event-step-nav a {
  padding: 6px 12px;
  text-transform: uppercase;
  transition: background-color 0.25s, color 0.25s;
}
.bootstrap-iso .event-step-nav a.secondary-link {
  background: #262836;
  color: #fff;
}
.bootstrap-iso .event-step-nav a.primary-link {
  background: #262836;
  color: #fff;
}
.bootstrap-iso .event-step-nav a.secondary-link:hover,
.bootstrap-iso .event-step-nav a.secondary-link:focus,
.bootstrap-iso .event-step-nav a.primary-link:hover,
.bootstrap-iso .event-step-nav a.primary-link:focus {
  background-color: #686868;
  color: #fff;
}

/* 3f) tab selectors e.g. Manage dependants widget, benefit intro, profile etc. */
.online-two-iso [class*='modal'] a.tab-selector-link:hover,
.online-two-iso [class*='modal'] .tab-selector-link.active,
html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs UL LI.sel A,
html#profile body#profile .profile #profile-online-2 .htabs-container .tabs UL LI A:hover {
  color: #000;
  border-bottom: 0.5em solid #000;
}
.online-two-iso .modal-normal .tab-selector-link,
.online-two-iso .modal-large .tab-selector-link,
.online-two-iso .modal-normal .tab-selector-link.inactive,
.online-two-iso .modal-large .tab-selector-link.inactive,
html#profile body#profile .profile #profile-online-2 .htabs-container .tabs UL LI A {
  color: #000;
}

/* 3g) accordions */
/* background colour */
.benefit-matrix .benefit-category .panel-default > .panel-heading,
#benefit-overview #overviewAccordion .panel-default > .panel-heading {
  background-color: #fff;
  padding: 0;
}
.bootstrap-iso .panel-heading .panel-title .accordion-toggle {
  display: block;
}
.bootstrap-iso .panel-heading .panel-title .accordion-toggle:hover,
.bootstrap-iso .panel-heading .panel-title .accordion-toggle:focus {
  background-color: #686868;
  color: #fff;
}
#benefit-overview #overviewAccordion .panel-title .accordion-toggle:focus {
  outline: 3px solid #000;
}
.trsdashboard .panel-title {
  padding: 0;
}
.trsdashboard .panel-title .accordion-toggle {
  padding: 10px 15px;
}

/* expand/collapse icons */
.bootstrap-iso .glyphicon-menu-down,
.bootstrap-iso .glyphicon-menu-up {
  transition: all 0.25s;
  margin-right: 12px;
}
.bootstrap-iso .glyphicon-menu-up {
  transform: rotate(-180deg);
}
.bootstrap-iso .glyphicon-menu-down:before,
.bootstrap-iso .glyphicon-menu-up:before {
  font-family: 'Glyphicons Halflings';
  content: '\e259';
}

/* 3h) Info icons, slider toggles and label styling */
/* info icon color **/
.benefit-matrix .row.title .glyphicon-info-sign-color {
  color: #4D4F53;
}
.benefit-matrix .row.title .glyphicon-info-sign-color:hover,
.benefit-matrix .row.title .glyphicon-info-sign-color:focus {
  color: #686868;
}
.benefit-matrix .row.title .glyphicon-info-sign-color:focus {
  outline: 3px solid #000;
}

/* slider toggle color */
.online-two-iso input:checked + .slider {
  background-color: #7ab800;
}

/* label styling e.g. "Note:" labels */
.bootstrap-iso .label {
  background-image: none;
}

/* 3i) logo */
#logo {
  background-image: url("/Aon/media/default/Select%20assets/Aon%20Select-logo%20(site).png");
  background-size: 75%;
  background-position: left;
  background-repeat: no-repeat;
}
/* login page logo */
.isLoginPageWrapper #logo {
 background:url("/Aon/media/default/Select%20assets/Aon%20Select-logo%20(site).png") no-repeat;
 margin-left: 4%;
 margin-top: 4%;
 height: 64px;
}
.online-two-iso.login .LoginPageContainer #main {
	margin-top: 3%;
}
.online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body {
	background-color: rgba(204, 204, 204,.8);
}

/* centering logo on mobile view */
@media only screen and (max-width: 750px) {
  #logo {
    width: calc(100vw - 100px);
  }
}

/* 3j) site header */
/* remove top margin in IE */
.lt-ie9 #header {
  margin-top: 0;
}
/* header colour */
.online-two-iso #terminator #header.header-fullwidth {
  background-color: #fff;
}
/* header icons profile, mailbox and logout, and main 'home' link */
@media only screen and (min-width: 751px) {
  .online-two-iso #menu-container {
    height: auto !important;
    width: 95vw;
    margin: 0 auto;
  }
  .online-two-iso #menu-no-dashboard {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-left: 10px;
  }
  .online-two-iso #menu-no-dashboard li {
    padding: 0.5em;
  }
  #menu-container ul#menu-no-dashboard li a {
    color: #000;
  }
  #user-div a {
    color: #262836;
    font-size: 1.2em;
  }
  #links {
	padding-top: 0;
  }
}
@media (min-width: 767px) {
  .online-two-iso #menu-container {
    padding: 0;
  }
}
/*dashboard margin*/
#home-online-three .dashboard-controls {
	margin-left: 2rem;
}
/* need assistance pull down tab */
.help-ico .helptoggle,
.lt-ie9 .help-ico a {
  background-image: none !important;
  background-color: #262836;
}
#header .help-ico a.helptoggle {
  color: white;
  text-decoration: none;
  border-radius: 0;
}
/* use font awesome play icon to repreent the expanded/collaped menu icon */
#header .help-ico a.helptoggle[aria-expanded='true']:after,
#header .help-ico a.helptoggle[aria-expanded='false']:after {
  font-family: FontAwesome;
  content: '\f04b';
  color: white;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 0.75rem;
  position: relative;
  left: 1em;
  top: -1px;
}
/* this ensures the icon faces up when the menu is expanded */
#header .help-ico a.helptoggle[aria-expanded='true']:after {
  transform: rotate(-90deg);
}

/* remove search */
#floating-header-content .search {
  display: none;
}
/*remove default icons */
#floating-header-content a {
  background: none;
}
/*general styling for font icons to be used*/
#floating-header-content .chat a:before,
#floating-header-content .call a:before,
#floating-header-content .mail a:before {
  font-family: FontAwesome;
  margin-left: -1em;
  padding-right: 0.25em;
  font-size: 3rem;
  vertical-align: middle;
}
/*chat icon*/
#floating-header-content li#webChatStatus #chatUnavailable a:before,
#floating-header-content li#webChatStatus #chatAvailable a:before {
  content: '\f0e6';
}
/*call icon*/
#floating-header-content li.call a:before {
  content: '\f10b';
}
/*mail icon*/
#floating-header-content li.mail a:before {
  content: '\f003';
}

@media only screen and (min-width: 768px) {
  #header .help-ico .helptoggle:hover,
  #header .help-ico a.helptoggle[aria-expanded='true']:hover:after,
  #header .help-ico a.helptoggle[aria-expanded='false']:hover:after,
  #header .help-ico .helptoggle:focus,
  #header .help-ico a.helptoggle[aria-expanded='true']:focus:after,
  #header .help-ico a.helptoggle[aria-expanded='false']:focus:after {
    background-color: #686868;
    color: #fff;
  }
  /* link color and width for phone and email links */
  #floating-header-content a {
    color: #262836;
    width: auto;
    padding: 0 1em;
  }
  /* hover colour of links in floating header */
  #header a:hover {
    color: #686868;
    text-decoration: none;
  }
  /* focus colour of links in floating header */
  #header a:focus {
    color: #686868;
    outline: 3px solid #000;
    text-decoration: none;
  }
}

/* 3k) site footer */
/* footer colour */
.online-two-iso #terminator #footer.footer-fullwidth {
  background-color: #000;
}
/* footer link color */
.online-two-iso #footer a {
  color: #fff;
}
/* copyright */
#footer-copyright {
  color: #fff;
  font-size: 0.75rem;
  padding: 0 0 0 17px;
  margin: 9px 0;
}
@media only screen and (min-width: 768px) {
  /* display nav items in one line */
  #footer.footer-fullwidth nav ul#footer-links li {
    display: inline-block;
  }
}

/* 3l) datepickers */
/* button that launches datepicker */
.online-two-iso .datepicker-container .input-group-btn .btn,
/*datepicker on benefit statement */
.bootstrap-iso .btn.online-two-datepicker {
  background-color: #262836;
  border-color: #ccc;
}
.online-two-iso .datepicker-container .input-group-btn .btn:active:hover,
.online-two-iso .datepicker-container .input-group-btn .btn:active:focus,
.bootstrap-iso .uib-datepicker .btn:hover,
.bootstrap-iso .uib-day .btn.btn-default:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success {
  border-radius: 0;
}

/* today, clear and close buttons */
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info,
.templates .uib-datepicker-popup .btn-sm.btn-info {
  background-color: #4D4F53;
  border: none;
  text-transform: uppercase;
}

.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger,
.templates .uib-datepicker-popup .btn-sm.btn-danger {
  background-color: #000;
  border: none;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success,
.templates .uib-datepicker-popup .btn-sm.btn-success {
  background-color: #262836;
  border: none;
  min-width: auto;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:focus,
.templates .uib-datepicker-popup .btn-sm.btn-info:hover,
.templates .uib-datepicker-popup .btn-sm.btn-info:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:focus,
.templates .uib-datepicker-popup .btn-sm.btn-danger:hover,
.templates .uib-datepicker-popup .btn-sm.btn-danger:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:focus,
.templates .uib-datepicker-popup .btn-sm.btn-success:hover,
.templates .uib-datepicker-popup .btn-sm.btn-success:focus {
  background-color: #686868;
  color: #fff;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-info.active,
.templates .uib-datepicker-popup .btn-info.active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:active:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:active:focus,
.templates .uib-datepicker-popup .btn-sm.btn-info:active,
.templates .uib-datepicker-popup .btn-sm.btn-info:active:hover,
.templates .uib-datepicker-popup .btn-sm.btn-info:active:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:active:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:active:focus,
.templates .uib-datepicker-popup .btn-sm.btn-danger:active,
.templates .uib-datepicker-popup .btn-sm.btn-danger:active:hover,
.templates .uib-datepicker-popup .btn-sm.btn-danger:active:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:active:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:active:focus,
.templates .uib-datepicker-popup .btn-sm.btn-success:active,
.templates .uib-datepicker-popup .btn-sm.btn-success:active:hover,
.templates .uib-datepicker-popup .btn-sm.btn-success:active:focus {
  background-color: #262836;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* hovering over day to be picked */
.bootstrap-iso .uib-day .btn.btn-default:hover,
.templates .uib-day .btn.btn-default:hover {
  background-color: #686868;
  border: 1px solid #ccc;
  color: #fff;
}

/* previous, current month/year, and next buttons at top of datepicker */
.bootstrap-iso .uib-datepicker th .btn:hover,
.bootstrap-iso .uib-daypicker th .btn:hover,
.templates .uib-datepicker th .btn:hover,
.templates .uib-daypicker th .btn:hover {
  background-color: #686868;
  border: 1px solid #ccc;
}

/* 3m) Inputs */
input:focus,
.bootstrap-iso .form-control:focus {
  border-color: #000;
  box-shadow: none;
  outline: 3px solid #000;
}

/* 3n) tables */
.bootstrap-iso .table > thead > tr > td.info,
.bootstrap-iso .table > tbody > tr > td.info,
.bootstrap-iso .table > tfoot > tr > td.info,
.bootstrap-iso .table > thead > tr > th.info,
.bootstrap-iso .table > tbody > tr > th.info,
.bootstrap-iso .table > tfoot > tr > th.info,
.bootstrap-iso .table > thead > tr.info > td,
.bootstrap-iso .table > tbody > tr.info > td,
.bootstrap-iso .table > tfoot > tr.info > td,
.bootstrap-iso .table > thead > tr.info > th,
.bootstrap-iso .table > tbody > tr.info > th,
.bootstrap-iso .table > tfoot > tr.info > th {
  background-color: #fff;
  color: #000;
}

/*================================================================================================== 4. Login page  ==================================================================================================*/
/* forgot password link */
#wp-forgetPassword {
    color: #000;
}
#wp-forgetPassword > div:hover {
  text-decoration: underline;
}
#wp-forgetPassword > div:focus {
  outline: 3px solid #000;
}
/* module headings */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module .module-title {
  color: #fff;
  font-size: 1.5em;
}
/* welcome module heading */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module .module-text {
    width: 100%;
}
.online-two-iso #login-module-login-page-welcome h2 {
    display: none;
}
.online-two-iso #login-module-login-page-welcome h1 {
  font-size: 3vw;
  text-align: center;
  width: 100%;
  color: #fff;
  margin-top: 0.8em;
}

/* Set font for icons in assistance module */
.bootstrap-iso #login-module-need-assistance span.glyph-icon:before {
  width: 25px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-size: 0.875rem;
}
/* Apply icon for phone */
.bootstrap-iso #login-module-need-assistance span#glyph-phone:before {
  content: '\e182';
}
/* Apply icon for email */
.bootstrap-iso #login-module-need-assistance span#glyph-mail:before {
  content: '\2709';
}

/* module links */
#login-modules-container a {
  color: white;
}

@media only screen and (min-width: 768px) {
  /* login image */
  .online-two-iso.login body {
    background-image: url(/Aon/media/default/Select%20assets/Aon%20Select-loginpage-image.png);
  }
  /* login module background colour */
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background-color: rgba(38, 40, 54, 0.7);
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  /* centering logo */
  #wrapper.isLoginPageWrapper #header #logo {
    float: none;
    margin: 0 auto;
  }
  /* margin between header and login box */
  #wrapper.isLoginPageWrapper #header {
    width: 100%;
    margin: 20px 0;
  }
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background: none;
  }
}

/* module widths */
@media only screen and (min-width: 1200px) {
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module#login-module-login-page-welcome {
    width: calc(85% - 450px) !important;
  }
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module#login-module-need-assistance {
    padding-left: 10%;
    width: calc(15% + 450px) !important;
  }
}

/****************************************** first time user page styling ************************/
.online-two-iso .validation-caption {
  color: #666;
}

/****************************************** Terms page (for agreeing to terms and cookie notice) *******************************************/
.terms-conditions-cookies .terms-conditions-cookies-header {
  padding-left: 0;
}
.terms-conditions-cookies .term-condition-error,
.terms-conditions-cookies .cookie-notice,
.terms-conditions-cookies .term-enabled {
  margin-left: 0;
}
.bootstrap-iso .cookie-notice.radio input,
.bootstrap-iso .term-enabled.radio input {
  margin-top: 0;
}

.terms-conditions-cookies .term-condition-error {
  background-color: #e52321;
  color: white;
  border: none;
}
/* hide page header when in the modal content so title isn't duplicated */
.terms-conditions-cookies #page-header {
  display: none;
}
/* list styling for terms content for popup and for main terms page in footer */
.terms-conditions-cookies ol,
.bootstrap-iso#termsOfUse ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.terms-conditions-cookies ol > li,
.bootstrap-iso#termsOfUse ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.terms-conditions-cookies ol > li:before,
.bootstrap-iso#termsOfUse ol > li:before {
  content: counters(item, '.') '. ';
  display: table-cell;
  padding-right: 0.6em;
}
.terms-conditions-cookies ol.main-list > li:before,
.bootstrap-iso#termsOfUse ol.main-list > li:before {
  font-size: 1.5rem;
  padding-right: 0.25em;
}
.terms-conditions-cookies li ol > li,
.bootstrap-iso#termsOfUse li ol > li {
  margin: 0;
}
.terms-conditions-cookies li ol > li:before,
.bootstrap-iso#termsOfUse li ol > li:before {
  content: counters(item, '.') ' ';
}

/*================================================================================================== 5. Home page  ==================================================================================================*/
/*Navigation item styling*/
  #menu-container ul li:not(:first-of-type) a {
      border-left: 1px solid #000;
      padding-left: 0.7em;
}

/*hide enrolment icon on large screen*/
  @media only screen and (min-width: 1400px) { 
    .home-module-enrolment-content .img-responsive {display: none;} 
  }

/* space below image icon */
.grid-item-content .img-responsive {
  padding-bottom: 1em;
}
.grid-item-content .img-responsive.qr {
  width: 95%;
}
/* trs module styling */
#home-online-three #home #home-integrated .trsnbenstmt p {
  margin-bottom: -70px;}
#home-online-three #home #home-integrated .trsnbenstmt .highcharts-background {
  fill: transparent;
}
/* hide TRS module button */
/*.home-module-trs-content .trs-copy .trs-buttons {display: none !important;}*/

/* remove margin on main element on home page to bring footer together with main element */
#main.home {
  margin-bottom: 0;
}

/* greeting, module and carousel heading colour */
#home-online-three .dashboard-controls #greeting-message,
#home-online-three #home-integrated .module-content-header-container h3.module-content-header {
  color: #000;
}
#home-online-three #home-integrated .module-content-header-container h3.module-content-header {
  font-size: 1.3rem;
}

/* make background colour of grid container same as for modules */
#home-online-three #home-integrated .modules-right-side.grid-container {
  background-color: #e6e6e6;
}
/* background and padding colour for modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content {
  background-color: #e6e6e6;
  padding: 0.5rem;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content:focus {
  outline: 1px solid #000;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content {
  padding: 1rem 2rem;
}
/* modules styling */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content,
.bootstrap-iso .carousel.home-module-integrated {
  background: white;
  border: none;
  border-radius: 0;
}
/* hide module more info icon */
#home-online-three #home-integrated .module-content-header-container .online-three-module-popover-control {
  display: none;
}
/* module content text colour */
#home-online-three #home-integrated p,
.event-summary,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light {
  color: #666;
}
/* full width module buttons */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .btn.btn-default {
  width: 100%;
}

/* ===========================================================================
BUTTON ALIGNMENT TO BOTTOM OF HOMEPAGE MODULE
==============================================================================
Guidelines:
Use Kentico module fields if only requiring one button on Generic module types.
If multiple buttons required on Generic module types, use Bootstrap classes of
"btn" and "btn-default" for your <a> tag, wrapped in individual <p> tags, which
in turn are wrapped in a <div> with class "generic-buttons"
============================================================================== */
@supports not (-ms-high-contrast: none) {
  @media only screen and (min-width: 768px) {
    /* make module items flex containers and set direction and size */
    .module-content,
    .module-content > div,
    .module-content > div > div,
    .module-content > div > div > div:last-child,
    .module-content > div > div > div:last-child .module-copy,
    .module-content > div > div > div:last-child .module-copy .content-text,
    .module-content > div > div > div:last-child .module-copy > div:last-child,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-active,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-inactive,
    .module-content > div > div > div > div.module-copy > div:last-child div.event-content div.text-light,
    .module-content > div > div .home-module-generic-content .generic-copy.module-copy .generic-buttons,
    .module-content > div > div > div:last-child .module-copy > .trs-buttons,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-buttons {
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    /* reset certain properties to deal with pagers on claims modules */
    #home-online-three #home-integrated #make-a-claim,
    #home-online-three #home-integrated #manage-claims {
      padding-bottom: 1rem;
    }
    #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .tbs-module-pager .tbs-pager {
      position: static;
      transform: none;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      padding-top: 0.5em;
    }
    /* align flex containers housing buttons to bottom of module */
    #generic.module-content > div > div .home-module-generic-content .generic-copy.module-copy .generic-buttons,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-active,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-inactive,
    .module-content > div > div > div:last-child .module-copy .benefit-statement-buttons,
    .module-content > div > div > div:last-child .module-copy > .trs-buttons,
    .module-content > div > div > div:last-child .module-copy > .account-buttons,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-buttons {
      justify-content: flex-end;
    }
    /* remove margin on certain containers to ensure buttons align at the bottom of module */
    .module-content > div > div > div:last-child .module-copy .content-text,
    .module-content > div > div > div:last-child .module-copy .content-text p:last-of-type:not(:first-of-type) {
      margin: 0;
    }
  }
}

/* button max width 75% when on HD screens and above */
@media only screen and (min-width: 1921px) {
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .btn.btn-default,
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .btn.btn-default {
    max-width: 75%;
  }
}

/*** carousel styling ***/
/* hide carousel hamburger menu */
.home-module-integrated .welcome-items {
  display: none;
}
/*Remove space below thumbnail*/
  @media only screen and (min-width: 1400px){
  #home-module-welcome #slider, .home-module-integrated #slider {
      height: 636px!important;
      }
  }
/* remove faded background on carousel content and increase indent */
.home-module-integrated #slider .sliderContainer .slide-content {
  background: none;
  margin-left: 4rem;
  max-width: 50%;
}
/* remove margin around carousel content and set colour */
#home-online-three #home-integrated .home-module-integrated .content p {
  margin: 0;
  color: #262836;
  font-size: 0.9em;
}
/* carousel slide content headings */
.home-module-integrated .content h2,
.home-module-integrated .content h3 {
  margin-top: 0;
  color: #262836;
}
/* carousel content buttons */
.home-module-integrated #slider .sliderContainer .slide-content .content .btn {
  font-size: 0.85rem;
  width: 100%;
  font-weight: bold;
  color: #fff;
  margin-top: 0.5rem;
}
/* adjust width of carousel thumbnails */
.home-module-integrated #slider .thumb .rect {
  width: 190px;
}
/* background of thumbnail container */
.home-module-integrated #slider .thumb {
  background: #ededed;
}

@media only screen and (min-width: 768px) {
  /* benefit statement payslip data item styling */
  #item-0,
  #item-1,
  #item-2 {
    width: calc(100% - 2em);
    margin-left: 1em;
    text-align: left;
    font-weight: bold;
  }
  .payslip-item-amount {
    float: right;
  }
  #item-1 {
    border-bottom: 1px solid #333;
  }
}

/* AE, TRS carousel styling */
#home-online-three #home-integrated .home-module-integrated #AEcarousel .content p,
#AEcarousel .slide-content .content h2,
#home-online-three #home-integrated .home-module-integrated #TRScarousel .content p,
#TRScarousel .slide-content .content h2 {
  color: #fff;
}

/*================================================================================================== 6. Benefit overview  ==================================================================================================*/
/* panel colors 
#benefit-overview #overviewAccordion .retirement.panel-default > .panel-heading {background-color: #fff;}
#benefit-overview #overviewAccordion .protection.panel-default > .panel-heading {background-color: #fff;}
#benefit-overview #overviewAccordion .health.panel-default > .panel-heading {background-color: #fff;}
#benefit-overview #overviewAccordion .Lifestyle.panel-default > .panel-heading {background-color: #fff;} */
#overview .group-header {color: #000;}

/*Hide discounts*/
#overview-item-Discounts {
  display: none !important;
}

/* heading */
#benefit-overview .benefit-overview-title {
  padding: 0;
}
#benefit-overview .benefit-overview-title H1 {
  color: #000;
  font-size: 2.25rem;
  line-height: 1;
}

/* benefit filter dropdown */
.bootstrap-iso#benefit-overview #BenefitNameFilter {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  color: #333;
  text-transform: none;
  text-align: left;
  width: 100%;
  overflow: hidden;
}

/* search term border */
#benefit-overview .overview-component .form-control {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;}
#benefit-overview .overview-component .input-group-addon {
  border: 1px solid black;
  color: #000;} 

/* clear filter button */
.bootstrap-iso#benefit-overview .clear-filter {
  background-color: #262836;
  border: none;
  color: #fff;
}
.bootstrap-iso#benefit-overview .clear-filter:hover,
.bootstrap-iso#benefit-overview .clear-filter:focus {
  background-color: #686868;
  color: #fff;
}
.bootstrap-iso#benefit-overview .clear-filter:active,
.bootstrap-iso#benefit-overview .clear-filter:active:hover,
.bootstrap-iso#benefit-overview .clear-filter:active:focus {
  background-color: #262836;
  color: #fff;
}

/* know more buttons */
#benefit-overview .know-more-link .aria {
  display: none;
}
.bootstrap-iso#benefit-overview .btn.know-more-link {
  background-color: #262836;
  border: none;
}
.bootstrap-iso#benefit-overview .know-more-link A {
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
.bootstrap-iso#benefit-overview .btn.know-more-link:hover,
.bootstrap-iso#benefit-overview .btn.know-more-link:focus {
  background-color: #686868;
}
.bootstrap-iso#benefit-overview .know-more-link A:hover,
.bootstrap-iso#benefit-overview .know-more-link A:focus {
  color: #fff;
}
.bootstrap-iso#benefit-overview .btn.know-more-link:active,
.bootstrap-iso#benefit-overview .btn.know-more-link:active:hover,
.bootstrap-iso#benefit-overview .btn.know-more-link:active:focus {
  background-color: #262836;
}
.bootstrap-iso#benefit-overview .know-more-link A:active,
.bootstrap-iso#benefit-overview .know-more-link A:active:hover,
.bootstrap-iso#benefit-overview .know-more-link A:active:focus {
  color: #fff;
}

/* Modal content color */
.online-two-iso .modal-large .modal-body {
  background-color: #fff;
}

/*================================================================================================== 7. Benefit statement  ==================================================================================================*/
.benefit-matrix .benefitdate .data-addon {
  color: #666;
}
/* view follow up container colour */
.bootstrap-iso .alert-info.hdf-followup {
  background-color: #5eb6e4;
  color: #fff;
}
/****************************************** benefit statement view follow up popup *******************************************/
.benefit-matrix .modal .hdf-followup {
  padding: 0;
}
/* overlay header */
.benefit-matrix .modal .modal-header .header {
  text-transform: unset;
}
.benefit-matrix .modal .hdffollowup-intro {
  color: #000;
}

/*================================================================================================== 8. Benefit matrix  ==================================================================================================*/
/* all numerical values */
.benefit-matrix .font-youpay-color,
.benefit-matrix .glyphicon-play-color {
  color: #000;
}
/*Total cost label*/
.benefit-matrix .totalcost-section-row .totalcostsection {
	color: #000;
}
/*i icon*/
.bootstrap-iso .glyphicon-info-sign::before {
	color: #000;
}
/* modellers and tools section */
.benefit-matrix .benefitheader.benefitheader-border {
  border-color: #666;
  color: #262836;
}
.benefit-matrix .benefitheader.benefitheader-border:hover,
.benefit-matrix .benefitheader.benefitheader-border:focus {
  background-color: #686868;
  color: #fff;
}
/* change icon font family that's used */
  .bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
    font-family: FontAwesome;
}
/* modellers and tools widget */
.bootstrap-iso.benefit-matrix .glyphicon-cog:before {
  content: '\f085';
}
/* manage dependants widget */
.bootstrap-iso.benefit-matrix .glyphicon-gift:before {
  content: url(/Aon/media/default/Assets/Aon_Select_additional_icons2.png);
  vertical-align: middle;
}
/* adding it up widget */
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  content: url(/Aon/media/default/Assets/Aon_Select_additional_icons.png);
  vertical-align: middle;
}

/* confirm choices button */
.benefitheader-fixed div#followup-items a.btn {
  -webkit-animation: shadow-pulse 2s infinite;
  animation: shadow-pulse 2s infinite;
  background-color: #262836;
  border-radius: 0;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:hover {
  background-color: #686868;
  border-radius: 0;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:focus {
  background-color: #686868;
  border-radius: 0;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:active,
.benefitheader-fixed div#followup-items a.btn:active:hover,
.benefitheader-fixed div#followup-items a.btn:active:focus {
  background-color: #262836;
  border-radius: 0;
  color: #fff;
}
/* hide reset to default button */
.benefitheader-fixed div#resettodefaults a.btn {
  display: none;
}

/* monthly annual pay toggle styling
monthly button active */
.bootstrap-iso .btn-warning.active.btn-perpay {
  background-color: #262836;
  border-color: #262836;
  color: #fff;
}
/* annual button active */
.bootstrap-iso .btn-warning.active.btn-peranual {
  background-color: #262836;
  border-color: #262836;
}
/*monthly button inactive */
.bootstrap-iso .btn-group > .btn.btn-perpay:first-child:not(:last-child):not(.dropdown-toggle) {
  border-color: #262836;
}
/*annual button inactive */
.bootstrap-iso .btn-group > .btn.btn-peranual:last-child:not(:first-child) {
  border-color: #262836;
}
/* hover and focus states of toggle */
.bootstrap-iso .btn-warning.active.btn-perpay:hover,
.bootstrap-iso .btn-group > .btn.btn-perpay:first-child:not(:last-child):not(.dropdown-toggle):hover,
.bootstrap-iso .btn-group > .btn.btn-perpay:first-child:not(:last-child):not(.dropdown-toggle):focus,
.bootstrap-iso .btn-group > .btn.btn-peranual:last-child:not(:first-child):hover,
.bootstrap-iso .btn-group > .btn.btn-peranual:last-child:not(:first-child):focus {
  border: 1px solid #262836;
  border-radius: 0;
}

/* accordions */
.benefit-matrix .benefit-category .panel-default > .panel-heading,
.benefit-matrix .benefit-category .panel-title {
  padding: 0;
}
.benefit-matrix .benefit-category .panel-title .accordion-toggle {
  display: block;
  padding: 10px;
}
.benefit-matrix .benefit-category .panel-title .accordion-toggle:focus {
  outline: 3px solid #000;
}
/* benefits you can choose*/
.benefit-matrix .containers > div > div.benefit-category:first-child .panel-default > .panel-heading .panel-title .accordion-toggle {
  background: #76bc21;
}
.benefit-matrix .containers > div > div.benefit-category:first-child .panel-default > .panel-heading .panel-title .accordion-toggle:hover,
.benefit-matrix .containers > div > div.benefit-category:first-child .panel-default > .panel-heading .panel-title .accordion-toggle:focus {
  background-color: rgba(117, 191, 113, 0.75);
}
/* benefits you many be able to choose */
.benefit-matrix .containers > div > div.benefit-category:nth-child(2) .panel-default > .panel-heading .panel-title .accordion-toggle {
  background: #ff9015;
}
.benefit-matrix .containers > div > div.benefit-category:nth-child(2) .panel-default > .panel-heading .panel-title .accordion-toggle:hover,
.benefit-matrix .containers > div > div.benefit-category:nth-child(2) .panel-default > .panel-heading .panel-title .accordion-toggle:focus {
  background-color: rgba(220, 170, 0, 0.75);
}
/* benefits you cannot choose */
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .panel-default > .panel-heading .panel-title .accordion-toggle {
  background: #ff0000;
}
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .panel-default > .panel-heading .panel-title .accordion-toggle:hover,
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .panel-default > .panel-heading .panel-title .accordion-toggle:focus {
  background-color: rgba(229, 35, 33, 0.75);
}
/* preventing default link hover stlying for expanding/collapsing accordions */
a.accordion-toggle:hover,
a.accordion-toggle:focus,
a.accordion-toggle:active,
a.accordion-toggle:active:hover,
a.accordion-toggle:active:focus {
  color: white;
}

/* line group text colour */
.benefit-matrix .group-default {
  color: #000;
}

/* line name */
.benefit-matrix .lineheader > a:link {
  color: #000;
  text-decoration: none;
}
.benefit-matrix .lineheader > a:link:hover,
.benefit-matrix .lineheader > a:link:focus {
  color: #686868;
}
.benefit-matrix .lineheader > a:link:active,
.benefit-matrix .lineheader > a:link:active:hover,
.benefit-matrix .lineheader > a:link:active:focus {
  color: #000;
}
.benefit-matrix .lineheader > a:link:focus,
.benefit-matrix .lineheader > a:link:active:focus {
  outline: 3px solid #000;
}

/* select buttons */
.benefit-matrix .row .btn-success,
.benefit-matrix .row .btn-success:hover,
.benefit-matrix .row .btn-success:focus,
.benefit-matrix .row .btn-success:active:hover {
  min-width: 75%;
}
.benefit-matrix .row .btn-success {
  background-color: #262836;
}

/* approved dependant and beneficiary listing text colour */
.benefit-matrix h4[tbs-translate='Enrollment.Step3.WhoIsCovered'],
.benefit-matrix h5[tbs-translate='Enrollment.Online2.BeneficiaryAllocations'] {
  color: #000;
}
.benefit-matrix h5[tbs-translate='Enrollment.Online2.BeneficiaryAllocations'] {
  font-size: 1.125rem;
}
.dependent-approved {
  color: #666;
}

/* new and changed labels */
.benefit-matrix .newbenefit,
.benefit-matrix .changebenefit {
  display: none;
}
/* unlocked label */
.benefit-matrix .glyphicon-record,
.benefit-matrix .acitve-text {
  background-color: #262836;
  color: #fff;
  visibility: hidden;
}
.benefit-matrix .glyphicon-record:before {
  content: '';
}
.benefit-matrix .glyphicon-record .acitve-text {
  font-family: 'Open Sans';
  font-weight: 500;
  padding: 2px 6px 3px 6px;
  text-transform: lowercase;
  top: -5px;
  visibility: visible;
}

/* remove active with data more info icon */
.benefit-matrix .panel-title .glyphicon-info-sign-color {
  display: none;
}

/* active with data intro text */
.benefit-matrix .benefit-active-benefits {
  padding-bottom: 20px;
}
.benefit-matrix .benefit-active-benefits .active-intro {
  display: none;
}

/*================================================================================================== 9. Benefit selection  ==================================================================================================*/
/* continue button */
.benefitselect .continue,
.benefitselect .continue:hover,
.benefitselect .continue:focus,
.benefitselect .continue:active,
.benefitselect .continue:active:hover,
.benefitselect .continue:active:focus {
  border-radius: 0;
}
/* line name */
.benefitselect .line-name {
  color: #000;
}
/*Benefit line*/
.benefit-matrix .benefit-category .benefitline {
	padding-bottom: 20px;
	padding-top: 20px;
}
.benefitselect #linedata h1 {
  text-transform: unset;
}

/* more info icon */
.benefitselect .line-benefit-intro .glyphicon-info-sign-color {
  color: #4D4F53;
}

/* 'Currently Selected' heading */
.benefitselect .header-selected {
  color: #000;
  margin-top: 3.5em;
}

/* currently selected box */
.benefitselect .in-Cart .you-pay > p:nth-of-type(2) {
  display: none;
}
/* plan name */
.product-info {
  font-size: 1.1rem;
  width: 500px;
}

/* select buttons */
.online-two-iso .benefitselect A.button-style.green {
  background-color: #262836;
  border-radius: 0px;
  color: #fff;
}
.online-two-iso .benefitselect A.button-style.green:hover {
  background-color: #686868;
  box-shadow: none;
  color: #fff;
}
.online-two-iso .benefitselect A.button-style.green:focus {
  background-color: #686868;
  box-shadow: none;
  color: #fff;
}
.online-two-iso .benefitselect A.button-style.green:active,
.online-two-iso .benefitselect A.button-style.green:active:hover,
.online-two-iso .benefitselect A.button-style.green:active:focus {
  background-color: #262836;
  color: #fff;
}

/* remove division elements between benefits */
.division {
  display: none;
}

/* benefit description row colour */
.benefitselect .line-benefit-intro .line-description .row {
  background: white;
}
/* remove full benefit details link */
.bootstrap-iso.benefitselect .more-info {
  display: none;
}
/* remove background image shadow */
.box-border-bg {
  background: none;
}

/*currently selected box text colour */
.benefitselect .content-you-chose,
.benefitselect .content-you-chose p,
.in-Cart .you-chose .selected-plan,
SPAN.green-number,
.benefitselect .in-Cart .you-pay H3,
.benefitselect .in-Cart .you-pay P SPAN.green-number {
  color: #000;
}
/* EOI pending asterisk */
.benefitselect .alignleft .pending-note {
  display: inline;
  float: none;
}
/* available products heading */
.benefitselect .products-header H4 {
  color: #000;
  text-transform: inherit;
}
/* selected plan border box */
.benefitselect .products .box-border.sel,
.benefitselect .products .box-border.sel .header {
  background: #000;
}
.benefitselect .products .box-border.sel .header {
  padding-left: 0;
}
/* hide provider finder and prescription finder */
.available-options .links-group.four-links {
  display: none;
}
/* selected coverage text colour */
.option-credit-health .option.sel {
  color: #666;
}
/* see also link colour */
.benefitselect .linename > a:link {
  color: #000;
  text-decoration: none;
}
.benefitselect .linename > a:hover {
  color: #686868;
}
.benefitselect .linename > a:focus {
  color: #686868;
}
.benefitselect .linename > a:active,
.benefitselect .linename > a:active:hover,
.benefitselect .linename > a:active:focus {
  color: #000;
}
/* i icon modal heading */
.benefitselect .modal-body h1
{
  text-transform: none;
}
/*================================================================================================== 10. Profile  ==================================================================================================*/
/* section title color */
html#profile body#profile .profile #profile-online-2 P.sectionTitle {
	color: #5eb6e4;
}
/* aligning content border */
  html#profile body#profile .profile #profile-online-2 #contactTab .content-box-border .row .grid-cell P {
    min-height: 37px;
}
/* intro text */
html#profile body#profile #profile-online-2 #payrollTabIntro {
    padding: 20px;
    font-size: 1.3em;
} 
/* headings */
.online-two-iso P.sectionTitle,
html#profile body#profile .profile #profile-online-2 #dependantsTab P.full-name,
html#profile body#profile .profile #profile-online-2 #beneficiariesTab P.full-name {
  color: #000;
}
/* buttons */
html#profile body#profile #profile-online-2 .button-style.green,
html#profile body#profile #profile-online-2 .button-style.orange,
html#profile body#profile #profile-online-2 .button-style.blue {
  background-color: #262836;
  border-radius: 0;
  color: #fff;
}
html#profile body#profile #profile-online-2 .button-style.green:hover,
html#profile body#profile #profile-online-2 .button-style.green:focus,
html#profile body#profile #profile-online-2 .button-style.orange:hover,
html#profile body#profile #profile-online-2 .button-style.orange:focus,
html#profile body#profile #profile-online-2 .button-style.blue:hover,
html#profile body#profile #profile-online-2 .button-style.blue:focus {
  background-color: #686868;
  box-shadow: none;
  color: #fff;
}
html#profile body#profile #profile-online-2 .button-style.green:active,
html#profile body#profile #profile-online-2 .button-style.green:active:hover,
html#profile body#profile #profile-online-2 .button-style.green:active:focus,
html#profile body#profile #profile-online-2 .button-style.orange:active,
html#profile body#profile #profile-online-2 .button-style.orange:active:hover,
html#profile body#profile #profile-online-2 .button-style.orange:active:focus,
html#profile body#profile #profile-online-2 .button-style.blue:active,
html#profile body#profile #profile-online-2 .button-style.blue:active:hover,
html#profile body#profile #profile-online-2 .button-style.blue:active:focus {
  background-color: #262836;
  color: #fff;
}
/* resetting the country selector dropdown when editing address info */
.bootstrap-iso .dropdown-toggle:before {
  background-color: transparent;
}
.bootstrap-iso .dropdown-toggle,
.bootstrap-iso .dropdown-toggle:hover,
.bootstrap-iso .dropdown-toggle:focus {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #333;
  text-transform: none;
  text-align: left;
}
.bootstrap-iso .dropdown-toggle:focus {
  outline: none;
  box-shadow: 0 0 6px #000;
}

/* header overlay for adding/editing/deleting dependants/beneficiaries */
html#profile body#profile .profile #profile-online-2 .header-overlay H5 {
  font-weight: 500;
}

/* dependants tab styling */
html#profile body#profile #profile-online-2 #dependantsTab .left-taboff .sectionTitledimmedLeft,
html#profile body#profile #profile-online-2 #dependantsTab .right-taboff .sectionTitledimmed {
  color: #686868;
}

html#profile body#profile #profile-online-2 #dependantsTab .left-tabon .sectionTitle {
  color: #000;
  border-bottom: 0.5em solid #000;
  padding-bottom: 0.25em;
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon {
  border-bottom: 0.5em solid #000;
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon .sectionTitledimmed {
  color: #000;
}

/* beneficiaries tab styling */
html#profile body#profile #profile-online-2 #beneficiariesTab .left-taboff .sectionTitledimmedLeft,
html#profile body#profile #profile-online-2 #beneficiariesTab .right-taboff .sectionTitledimmed {
  color: #686868;
}

html#profile body#profile #profile-online-2 #beneficiariesTab .left-tabon .sectionTitle,
html#profile body#profile #profile-online-2 #beneficiariesTab .right-tabon .sectionTitle {
  color: #000;
  border-bottom: 0.5em solid #000;
  padding-bottom: 0.25em;
}
/* beneficiaries edit allocation popup */
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label {
  background-color: #262836;
  border: 1px solid white;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  padding: 6px 12px;
  text-transform: uppercase;
}
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label.active {
  background-color: #262836;
  box-shadow: none;
  color: #fff;
}
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label:hover,
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label:focus {
  background-color: #686868;
  color: #fff;
}

/* security tab styling */
.left-taboff,
.right-taboff {
  background: none;
}
html#profile body#profile #profile-online-2 #securityTab .left-taboff .sectionTitledimmedLeft,
html#profile body#profile #profile-online-2 #securityTab .right-taboff .sectionTitledimmed {
  color: #686868;
}
html#profile body#profile #profile-online-2 #securityTab .left-tabon .sectionTitle,
html#profile body#profile #profile-online-2 #securityTab .right-tabon .sectionTitle {
  color: #000;
  border-bottom: 0.5em solid #000;
  padding-bottom: 0.25em;
}

/* preferences toggle button */
#communicationPreferencesTab .ui-buttonset label {
  border: 1px solid #ccc;
}
#communicationPreferencesTab .ui-buttonset .ui-button.ui-state-active .ui-button-text {
  background-color: #7ab800;
  background-image: none;
}
#communicationPreferencesTab .ui-buttonset .ui-button.ui-state-active .ui-button-text:before {
  font-family: FontAwesome;
  content: '\f00c';
  position: relative;
  left: -0.5em;
}

/* ensuring that the marketing preferences toggles are in alignment */
@media only screen and (min-width: 992px) {
  #communicationPreferencesTab p#marketingHeader + div.row {
    display: flex;
  }
  html#profile body#profile .profile #profile-online-2 #profilecontainer #communicationPreferencesTab .content-box-border .row .grid-cell {
    display: flex;
    flex-wrap: wrap;
  }
  html#profile body#profile .profile #profile-online-2 #profilecontainer #communicationPreferencesTab .content-box-border .row .grid-cell .ui-buttonset {
    align-self: flex-end;
  }
}

/*================================================================================================== Mailbox  ==================================================================================================*/
.k-state-selected {
  background-color: #262836 !important;
}
/* save/delete popup modal */
div.tbs-modal h2 {
  color: white;
  text-transform: uppercase;
}

/*================================================================================================== 11. App registration  ==================================================================================================*/
#mobileRegistration .box-border {
  border: none;
}
#mobileRegistration .box-left-bg,
#mobileRegistration .box-border-bg {
  background: none;
}
#mobileRegistration #CMSEditableRegionDiv {
  padding: 1em;
}
#mobileRegistration .mobile-registration-fullwidth > .mobile-registration-left,
#mobileRegistration .mobile-registration-app-download {
  display: none;
}
#mobileRegistration .d-block {
  display: block;
}
#mobileRegistration .qr-background {
  background: #686868;
}
#mobileRegistration p.lead {
  font-size: 1.25rem;
}
#mobileRegistration p {
  font-size: 1rem;
  font-weight: 300;
  padding-left: 0;
}
#mobileRegistration ol {
  margin: 0.5em 1em;
  list-style: decimal;
}
#mobileRegistration-Content {
  font-size: 1rem;
}
#mobileRegistration .bootstrap-iso label {
  color: #000;
  font-size: 1rem;
}
#mobileRegistration .bootstrap-iso input {
  display: block;
}
#mobileRegistration .bootstrap-iso #pwdMeter {
  margin-left: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#mobileRegistration .bootstrap-iso #newPasswordSave {
  float: none !important;
  width: 25%;
  border-radius: 0;
  text-transform: none;
  background-color: #262836;
}
#mobileRegistration .bootstrap-iso #newPasswordSave:hover,
#mobileRegistration .bootstrap-iso #newPasswordSave:focus {
  background-color: #686868;
  box-shadow: none;
  padding: 6px 12px;
  border: none;
}
#mobileRegistration .bootstrap-iso #newPasswordSave:active,
#mobileRegistration .bootstrap-iso #newPasswordSave:active:hover,
#mobileRegistration .bootstrap-iso #newPasswordSave:active:focus {
  background-color: #262836;
}
#mobileRegistration .well-lg {
  padding: 18px 9px;
}
#mobileRegistration .fa span {
  font-family: Arial;
  padding-left: 0.5em;
  font-size: 0.875rem;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  #mobileRegistration .download-section p {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 769px) {
  #CMSEditableRegionDiv img {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .online-two-iso #MobileRegistation .page-content {
    width: 100vw;
  }
  #MobileRegistation .form-data .box-border-bg {
    padding-right: 0;
  }
}

/*================================================================================================== 12. TRS  ==================================================================================================*/
.highcharts-title {
	font-weight: bold;
}
.trsdashboard .summary-myreward {
  visibility: hidden;
}
.trsdashboard .summarystatementdate {
  color: #666;
  text-align: center;
  font-size: 1.2rem;
}
.trsdashboard .desktop-tab ul li a {
	text-decoration: none;
}
/*TRS data group font icons*/
.trsdashboard i.Salaryandallowances::before {
    content: "\f154";
    font-family: FontAwesome;
    color: #262836;}
.trsdashboard i.Variablepay::before {
    content: "\f0d6";
    font-family: FontAwesome;
    color: #007585;}
.trsdashboard i.Healthandprotection::before {
    content: "\f0fa";
    font-family: FontAwesome;
    color: #D14900;}
.trsdashboard i.Longtermincentives::before {
    content: "\f080";
    font-family: FontAwesome;
    color: #46535E;}
.trsdashboard i.Pension::before {
    content: "\f1fe";
    font-family: FontAwesome;
    color: #5D6D78;}
.trsdashboard i.Otherbenefits::before {
    content: "\f07a";
    font-family: FontAwesome;
    color: #ACC0C4;
}
/*TRS print statement button and date */
.trsdashboard .printbtn,
.col-sm-5.summarystatementdate {
  display: none;
}
/* trs accordians */
.trsdashboard .panel-default > .panel-heading {
  background-color: #000;
  padding: 0;
}  
/*To add space below icons*/
.trsdashboard .nav.nav-pills.nav-stacked.nav-justified {
  padding-bottom: 30px;
}
/*To add space above total row*/
.chart_line.chart_line_total.row {
	padding-top: 15px;
}
/* alignment of data group chart total between pre and post text */
.textareaChartTab .LineGroupTotal {
  display: inline-block;
}

/* vertical table styling */
.trsdashboard .table,
.trsdashboard .table > thead > tr > th,
.trsdashboard .table tbody tr td {
  border: none;
}
.trsdashboard .table {
  border: 1px solid #ccc
}
.trsdashboard .table > thead > tr > th {
  background-color: #fff;
  color: #000;
}
.trsdashboard .table > thead > tr > th,
.trsdashboard .table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ccc
}

/* consistent font-size as rest of the TRS */
.trsdashboard .table,
.trsdashboard .table tbody tr td {
  font-size: 1rem;
}

/*Voluntary benefit component */
#voluntaryTRS img {
  width: 60%; 
  padding: 11px;
}
/*================================================================================================== 13. Specific popups  ==================================================================================================*/
/* 13a) forgot password */
/* progress bar colour */
.bootstrap-iso .progress-bar-success {
  background-color: #262836;
}

/* 13b) modellers and tools */
/* overlay header */
.bootstrap-iso .modellersModalHeader {
  margin-top: 7px;
}
.modal-normal ul.modeller-links {
  padding-left: 1.25em;
  width: 100%;
}
/* selected tab*/
.modeller-links li a.checked,
.modeller-links li a.unchecked:hover {
  background-color: transparent;
  border-bottom: 0.5em solid #000;
  color: #000;
}
/* unselected tab */
.modeller-links li a.unchecked {
  background-color: transparent;
  color: #686868;
}
/* text color */
.modeller-container .row-header,
.modeller-container .row-summary {
  color: #666;
}
/* tax code input */
/* model button */
input.modeller-line-bottom {
  background-color: #262836;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
input.modeller-line-bottom:hover {
  background-color: #686868;
  color: #fff;
}
input.modeller-line-bottom:focus {
  background-color: #686868;
  box-shadow: none;
  color: #fff;
}
input.modeller-line-bottom:active,
input.modeller-line-bottom:active:hover,
input.modeller-line-bottom:active:focus {
  background-color: #262836;
  box-shadow: none;
  color: #fff;
}

/* 13c) manage dependants */
/* overlay header */
.bootstrap-iso .dependantModalHeader {
  margin-top: 7px;
}
.bootstrap-iso .dependantContainer .tab-header {
  background-color: white;
}
/* remove intro text created from resource string */
.dependantIntroText {
  display: none;
}

#allocationDialog .add-beneficiary {
  color: #000;
}
#allocationDialog .add-beneficiary:hover {
  color: #686868;
}
#allocationDialog .add-beneficiary:focus {
  color: #686868;
}
#allocationDialog .add-beneficiary:active,
#allocationDialog .add-beneficiary:active:hover,
#allocationDialog .add-beneficiary:active:focus {
  color: #000;
}

/* add, edit and remove links */
.dependant-list-top a.dependant-add-link,
.dependant-list a.dependant-edit,
.dependant-list a.dependant-remove {
  color: #000;
}
.dependant-list .dependant-add-item a.dependant-edit,
.dependant-list .dependant-add-item a.dependant-remove {
  color: #fff;
  padding: 6px 12px;
}
.dependant-list .dependant-add-item a.dependant-edit {
  background-color: #262836;
}
.dependant-list .dependant-add-item a.dependant-remove {
  background-color: #4D4F53;
}
.dependant-list-top a.dependant-add-link:hover,
.dependant-list a.dependant-edit:hover,
.dependant-list a.dependant-remove:hover {
  color: #686868;
}
.dependant-list .dependant-add-item a.dependant-edit:hover,
.dependant-list .dependant-add-item a.dependant-remove:hover {
  background-color: #686868;
  color: #fff;
}
.dependant-list-top a.dependant-add-link:focus,
.dependant-list a.dependant-edit:focus,
.dependant-list a.dependant-remove:focus {
  color: #686868;
}
.dependant-list .dependant-add-item a.dependant-edit:focus,
.dependant-list .dependant-add-item a.dependant-remove:focus {
  background-color: #686868;
  color: #fff;
}
.dependant-list-top a.dependant-add-link:active,
.dependant-list-top a.dependant-add-link:active:hover,
.dependant-list-top a.dependant-add-link:active:focus,
.dependant-list a.dependant-edit:active,
.dependant-list a.dependant-edit:active:hover,
.dependant-list a.dependant-edit:active:focus,
.dependant-list a.dependant-remove:active,
.dependant-list a.dependant-remove:active:hover,
.dependant-list a.dependant-remove:active:focus {
  color: #000;
}
.dependant-list .dependant-add-item a.dependant-edit:active,
.dependant-list .dependant-add-item a.dependant-edit:active:hover,
.dependant-list .dependant-add-item a.dependant-edit:active:focus,
.dependant-list .dependant-add-item a.dependant-remove:active,
.dependant-list .dependant-add-item a.dependant-remove:active:hover,
.dependant-list .dependant-add-item a.dependant-remove:active:focus {
  background-color: #262836;
  color: #fff;
}
/* costs displayed on Dependants Covered tab */
.benefit-matrix .employee-cost .cost-number {
  color: #666;
}

/* table header colour when removing dependants that are attached to cover */
.table.reverse-header thead > tr > th {
  background-color: #262836;
}

/*swap the order of the save and close buttons on dependant coverage summary */
.coverage-bottom .dependant-accept-btn,
.coverage-bottom .dependant-cancel-btn {
  position: relative;
}
.coverage-bottom .dependant-accept-btn {
  left: 4.5em;
}
.coverage-bottom .dependant-cancel-btn {
  right: 5em;
}

/* 13d) benefit matrix follow up items  */
/* overlay header */
#followup-items-overlay.online-followup-items #followup-items-title {
  background-color: #fff;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
/* close icon */
#followup-items-overlay a.close {
  top: 2px;
}
/* oustanding items complete icon */
.online-two-iso .success-icon {
  color: #262836;
}
/* completed items dot indicator color */
.followup-content .progress-indicator .step-finished {
  background-color: #262836;
}

/* 13e) benefit matrix T&Cs */
/* overlay header */
.benefit-matrix .benefitheader {
  text-transform: uppercase;
}
/* terms and conditions main text elements */
#confirmation-buttons .confirm_agreement .btn {
  border-radius: 0;
}
#main.matrix .modal-dialog .confirmchoice ul li {
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .bootstrap-iso .confirmchoice .dl-horizontal dt {
    text-align: left;
  }
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default.active {
  background-color: #7ab800;
}
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default:hover {
  border: 1px solid #ccc;
  border-radius: 0;
}

/* 13f) benefit selection election info collect */
/* header overlay */
.online-two-iso .modal-normal .modal-header .header-text {
  padding-left: 1em;
}

.election-info-collect .dependant-board .expand-sign {
  color: #666;
}

.election-info-collect .dependant-board .icon {
  background-image: none;
  width: 0;
}
.election-info-collect .dependant-board .icon:before {
  color: #262836;
  content: '\f0c0';
  font-family: 'FontAwesome';
  font-size: 3rem;
  padding-right: 0.25em;
}

/* 13g) benefit selection beneficiaries */
/* primary, contingent, none button group */
.benefitselect #allocationDialog .btn-group label:first-of-type {
  border-radius: 0;
}
.benefitselect #allocationDialog .btn-group label {
  border: 1px solid white;
}
.benefitselect #allocationDialog .btn-group .active {
  background-color: #7ab800;
}
#allocationDialog .edit-beneficiary,
#allocationDialog .delete-beneficiary {
  color: #000;
}
#allocationDialog .edit-beneficiary:hover,
#allocationDialog .edit-beneficiary:focus,
#allocationDialog .delete-beneficiary:hover,
#allocationDialog .delete-beneficiary:focus {
  color: #686868;
}
#allocationDialog .edit-beneficiary:active,
#allocationDialog .edit-beneficiary:active:hover,
#allocationDialog .edit-beneficiary:active:focus,
#allocationDialog .delete-beneficiary:active,
#allocationDialog .delete-beneficiary:active:hover,
#allocationDialog .delete-beneficiary:active:focus {
  color: #000;
}

/* 13h) Validation */
#validationError-overlay .header-overlay h5 {
    font-size: 18px;
    padding-left: 7px;
    text-transform: none;
}
.benefit-matrix #validationError-overlay {
    width: 90%;
    height: auto;
}

/****************************************** benefit intro popup **************************************/
.faq-answer {
  padding-bottom: 1em;
}

/*================================================================================================== 14. Images  ==================================================================================================*/
/* 14a) benefit icon general coding */

/*************************** Benefit selection description icons ********************************/
#BenefitSelectionDescriptionheadspace,
#BenefitSelectionDescriptionCycletowork,
#BenefitSelectionDescriptionTravelinsurance,
#BenefitSelectionDescriptionISA,
#BenefitSelectionDescriptionChildcarevouchers,
#BenefitSelectionDescriptionHolidays,
#BenefitSelectionDescriptionVirtualGP,
#BenefitSelectionDescriptionHealthandwellbeingpartner,
#BenefitSelectionDescriptionHealthandwellbeing,
#BenefitSelectionDescriptionMedicalCP,
#BenefitSelectionDescriptionDI,
#BenefitSelectionDescriptionPrivatehealthcare,
#BenefitSelectionDescriptionWillWriting,
#BenefitSelectionDescriptionPAI,
#BenefitSelectionDescriptionCIP,
#BenefitSelectionDescriptionCI,
#BenefitSelectionDescriptionGIP,
#BenefitSelectionDescriptionLAP,
#BenefitSelectionDescriptionLA,
#BenefitSelectionDescriptionPension,
#BenefitSelectionDescriptionCar,
#BenefitSelectionDescriptionDiningcard,
#BenefitSelectionDescriptionRetailcard,
#BenefitSelectionDescriptionPOA,
#BenefitSelectionDescriptionCAROFF{
 float:left;
 width:110px;
 height:90px;
 margin-right:10px;
}
#BenefitSelectionDescriptionheadspace {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Headspace.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionCycletowork {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Cycle%20to%20work.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionTravelinsurance {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Travel%20insurance.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionISA {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/ISA.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionChildcarevouchers {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Childcare%20vouchers.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionHolidays {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Holidays.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionVirtualGP {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Virtual%20GP%20service.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionHealthandwellbeingpartner {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Health%20assessment%20partner.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionHealthandwellbeing {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Health%20assessment.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionMedicalCP {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Medical%20cash%20plan.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionDI {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Dental%20insurance.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionPrivatehealthcare {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Private%20healthcare.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionWillWriting {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Will%20writing.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionPAI {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Personal%20accident%20insurance.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionCIP {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Critical%20illness%20partner.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionCI {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Critical%20illness.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionGIP {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Group%20income%20protection.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionLAP {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Life%20assurance%20partner.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionLA {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Life%20assurance.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionPension {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Pension%20(including%20AVCs).png") no-repeat top left/contain;}
#BenefitSelectionDescriptionCar {
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Car.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionDiningcard{
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Dining%20card.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionRetailcard{
  background:url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Retail%20card.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionPOA{
   background:url("/Aon/media/default/Assets/icons/160x130/Power%20of%20Attorney_160x130.png") no-repeat top left/contain;}
#BenefitSelectionDescriptionCAROFF{
   background:url("/Aon/media/default/Assets/icons/160x130/Carbon%20offsetting_160x130.png") no-repeat top left/contain;}

/************** Benefit images *****************/
/*Mortgage*/
.img.L0d25a209-8bc5-4ce7-b362-6e399506b209, 
#benefit-overview .summaryImage .img.BenefitImage_0d25a209-8bc5-4ce7-b362-6e399506b209,
see-also .img.L0d25a209-8bc5-4ce7-b362-6e399506b209 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Aon-mortgage.png") no-repeat center/contain;}
/*POA*/
.img.L8f4e4263-1f53-4d73-aae9-3c56de8873cf, 
#benefit-overview .summaryImage .img.BenefitImage_8f4e4263-1f53-4d73-aae9-3c56de8873cf,
see-also .img.L8f4e4263-1f53-4d73-aae9-3c56de8873cf {background: url("/Aon/media/default/Assets/icons/160x130/Power%20of%20Attorney_160x130.png") no-repeat center/contain;}
/*POA2*/
.img.L8b0e70db-8e29-4cf6-9733-c4e37b679a65, 
#benefit-overview .summaryImage .IntroNode_7ad7f670-9069-4524-b63c-a0e033cef00a,
see-also .img.L8b0e70db-8e29-4cf6-9733-c4e37b679a65 {background: url("/Aon/media/default/Assets/icons/160x130/Power%20of%20Attorney_160x130.png") no-repeat center/contain;}
/*POA Scotland*/
.img.Lb00eccd5-b732-4230-9e14-556e697fd50e, 
#benefit-overview .summaryImage .img.BenefitImage_b00eccd5-b732-4230-9e14-556e697fd50e,
see-also .img.Lb00eccd5-b732-4230-9e14-556e697fd50e {background: url("/Aon/media/default/Assets/icons/160x130/Power%20of%20Attorney_160x130.png") no-repeat center/contain;}
/*POA2 Scotland*/
.img.L63c12c32-c4d6-4c12-bd30-14f2cad88b6b, 
#benefit-overview .summaryImage .IntroNode_cb6ef387-c94c-48cb-a31a-4b230f660ccd,
see-also .img.L63c12c32-c4d6-4c12-bd30-14f2cad88b6b {background: url("/Aon/media/default/Assets/icons/160x130/Power%20of%20Attorney_160x130.png") no-repeat center/contain;}
/*CAROFF*/
.img.L2eb90a84-e25c-42cf-bb54-9b274cfef977, 
#benefit-overview .summaryImage .img.BenefitImage_2eb90a84-e25c-42cf-bb54-9b274cfef977,
see-also .img.L2eb90a84-e25c-42cf-bb54-9b274cfef977 {background: url("/Aon/media/default/Assets/icons/160x130/Carbon%20offsetting_160x130.png") no-repeat center/contain;}
/*Technology*/
.img.L77b4f471-79cc-4d4e-804d-5fe4c32fb973, 
#benefit-overview .summaryImage .img.BenefitImage_77b4f471-79cc-4d4e-804d-5fe4c32fb973,
see-also .img.L77b4f471-79cc-4d4e-804d-5fe4c32fb973 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Technology_1.png") no-repeat center/contain;}
/*Bonus*/
.img.L2c0261db-8172-416f-8718-e73c8cfbfe73 {background: url("/Aon/media/default/Assets/icons/160x130/Bonus_Sacrifice_160x130.png") no-repeat center/contain;} 
/*Family care*/
#benefit-overview .summaryImage .img.BenefitImage_MyFamilyCare {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/My%20Family%20Care.png") no-repeat center/contain;}
/*EAP benefit*/
#benefit-overview .summaryImage .img.BenefitImage_EAP {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Employee%20Assistance%20Programme.png") no-repeat center/contain;}
/*Aon Bigblue Touch*/
.img.L2faee674-0866-4846-8b02-8e5d06194f2c {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Pension%20(including%20AVCs).png") no-repeat center/contain;} 
/*Additional Select Contributions */
#benefit-overview .summaryImage .img.BenefitImage_2faee674-0866-4846-8b02-8e5d06194f2c,
#benefit-overview .summaryImage .img.BenefitImage_b83376ff-abf6-4456-9712-a15a5f09e9bf,
#benefit-overview .summaryImage .img.BenefitImage_7eaeb773-1554-497f-ac82-696807e66d87,
.img.L7eaeb773-1554-497f-ac82-696807e66d87 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Pension%20(including%20AVCs).png") no-repeat center/contain;} 	
/*Life assurance for you  */
.img.L7e92ef76-0641-4945-bd79-1249550534ab,
.img.L5ab9db79-bbaf-4e51-add2-776c052f89fc,
.img.L773f0797-0e7f-4e90-91aa-744631dd5f5d,
#benefit-overview .summaryImage .img.BenefitImage_7e92ef76-0641-4945-bd79-1249550534ab,
.see-also .img.BenefitImage_7e92ef76-0641-4945-bd79-1249550534ab {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Life%20assurance.png") no-repeat center/contain;}
/*Life assurance for your partner */
.img.Le3a7a0c8-62a4-4ac3-9a14-0da0b4758420,
.img.L03950c34-2b40-4067-b52a-1124c0484794,
.img.L1059d295-04b0-4e15-806b-d9283fc5ac45,
#benefit-overview .summaryImage .img.BenefitImage_03950c34-2b40-4067-b52a-1124c0484794,
.see-also .img.BenefitImage_03950c34-2b40-4067-b52a-1124c0484794 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Life%20assurance%20partner.png") no-repeat center/contain;}
/*SPLA Question 1,2,3*/
.img.L8671c499-dcf5-4234-9502-b501a29d8cd3,
.img.Lcc25001d-5df3-486f-8ad0-2b98e55ec1ae,
.img.L6db6d0fb-6a23-4465-8dee-dffc6ebec1e4 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Life%20assurance%20partner.png") no-repeat center/contain;} 
/*Group income protection */
.img.L6c52630b-1fb3-4fca-b6bc-a1be79ea8aef,
#benefit-overview .summaryImage .img.BenefitImage_6c52630b-1fb3-4fca-b6bc-a1be79ea8aef,
.see-also .img.BenefitImage_6c52630b-1fb3-4fca-b6bc-a1be79ea8aef {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Group%20income%20protection.png") no-repeat center/contain;}
/*Critical iIllness cover for you */
.img.L6c82a88b-7878-47f4-afab-e1d4277229d7,
#benefit-overview .summaryImage .img.BenefitImage_6c82a88b-7878-47f4-afab-e1d4277229d7,
see-also .img.L6c82a88b-7878-47f4-afab-e1d4277229d7 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Critical%20illness.png") no-repeat center/contain;}
/*Critical iIllness cover for your partner */
.img.L327d58d8-858e-4b9b-b19f-8d0614e07c01,
#benefit-overview .summaryImage .img.BenefitImage_327d58d8-858e-4b9b-b19f-8d0614e07c01,
see-also .img.L327d58d8-858e-4b9b-b19f-8d0614e07c01 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Critical%20illness%20partner.png") no-repeat center/contain;}
/*Personal accident insurance  */
.img.La845a231-aa9e-445f-a4e6-1b62b4c9a374,
#benefit-overview .summaryImage .img.BenefitImage_a845a231-aa9e-445f-a4e6-1b62b4c9a374,
see-also .img.La845a231-aa9e-445f-a4e6-1b62b4c9a374 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Personal%20accident%20insurance.png") no-repeat center/contain;}
/*Will writing */
.img.L273e46cd-1d87-47c2-9387-6262ec0ebf29,
#benefit-overview .summaryImage .img.BenefitImage_273e46cd-1d87-47c2-9387-6262ec0ebf29,
see-also .img.L273e46cd-1d87-47c2-9387-6262ec0ebf29 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Will%20writing.png") no-repeat center/contain;}
/*Private healthcare  */ 
.img.L686799fa-99d5-49ea-99cc-9db044717123,
#benefit-overview .summaryImage .img.BenefitImage_686799fa-99d5-49ea-99cc-9db044717123,
see-also .img.L686799fa-99d5-49ea-99cc-9db044717123 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Private%20healthcare.png") no-repeat center/contain;}
/*Dental insurance */
.img.L3d251b6f-5827-412e-8843-4804b4470d95, 
#benefit-overview .summaryImage .img.BenefitImage_3d251b6f-5827-412e-8843-4804b4470d95,
see-also .img.L3d251b6f-5827-412e-8843-4804b4470d95 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Dental%20insurance.png") no-repeat center/contain;}
/*Medical cash plan */
.img.Ldf996893-3c6c-4c05-b8a8-f55b86355609, 
#benefit-overview .summaryImage .img.BenefitImage_df996893-3c6c-4c05-b8a8-f55b86355609,
see-also.img.Ldf996893-3c6c-4c05-b8a8-f55b86355609 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Medical%20cash%20plan.png") no-repeat center/contain;}
/*Health and wellbeing assessment for you */
.img.L85f2dfe9-8ac6-47f1-b21c-6a9da3343ea4, 
#benefit-overview .summaryImage .img.BenefitImage_85f2dfe9-8ac6-47f1-b21c-6a9da3343ea4,
see-also .img.L85f2dfe9-8ac6-47f1-b21c-6a9da3343ea4 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Health%20assessment.png") no-repeat center/contain;}
/*Health and wellbeing assessment for your partner*/
.img.L87f875d4-0291-4ae0-8609-9a286c41e076,
#benefit-overview .summaryImage .img.BenefitImage_87f875d4-0291-4ae0-8609-9a286c41e076,
see-also.img.L87f875d4-0291-4ae0-8609-9a286c41e076 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Health%20assessment%20partner.png") no-repeat center/contain;}
/*Virtual GP */
.img.L27cffb76-e04e-4e0b-ad15-bceab3a73611, 
#benefit-overview .summaryImage .img.BenefitImage_27cffb76-e04e-4e0b-ad15-bceab3a73611,
see-also .img.L27cffb76-e04e-4e0b-ad15-bceab3a73611 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Virtual%20GP%20service.png") no-repeat center/contain;}
/*Dining card */
.img.La9434690-4fef-449b-9f8a-a5eb0bd0a3fa, 
.img.L4e69800a-1fba-401b-9677-2b47a2b7d258,
#benefit-overview .summaryImage .img.BenefitImage_4e69800a-1fba-401b-9677-2b47a2b7d258,
.img.L4e69800a-1fba-401b-9677-2b47a2b7d258 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Dining%20card.png") no-repeat center/contain;}
/*Holiday  */
.img.Lda18eb42-9716-425e-aad3-0878a706e2e7, 
#benefit-overview .summaryImage .img.BenefitImage_da18eb42-9716-425e-aad3-0878a706e2e7,
see-also .img.Lda18eb42-9716-425e-aad3-0878a706e2e7 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Holidays.png") no-repeat center/contain;}
/*Childcare vouchers */
.img.Ld480aca9-a54d-4a35-bd40-23dad9dcbf81,
#benefit-overview .summaryImage .img.BenefitImage_d480aca9-a54d-4a35-bd40-23dad9dcbf81,
see-also .img.Ld480aca9-a54d-4a35-bd40-23dad9dcbf81 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Childcare%20vouchers.png") no-repeat center/contain;}
/*Travel insurance*/
.img.L6ad00901-881a-4f76-9dcf-15b7db04b80b,
#benefit-overview .summaryImage .img.BenefitImage_6ad00901-881a-4f76-9dcf-15b7db04b80b,
see-also .img.L6ad00901-881a-4f76-9dcf-15b7db04b80b {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Travel%20insurance.png") no-repeat center/contain;}
/*Cycle to work  */
.img.Ld66be55f-af15-422f-b067-43e01c2dc336, 
#benefit-overview .summaryImage .img.BenefitImage_d66be55f-af15-422f-b067-43e01c2dc336,
see-also .img.Ld66be55f-af15-422f-b067-43e01c2dc336 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Cycle%20to%20work.png") no-repeat center/contain;}
/*Retail card  */
.img.L95c63305-7300-4e57-be67-6e0c0b260d46, 
#benefit-overview .summaryImage .img.BenefitImage_d5d47755-c180-4d60-b4b9-428f1cf24d3b,
#benefit-overview .summaryImage .img.BenefitImage_95c63305-7300-4e57-be67-6e0c0b260d46,
see-also .img.L95c63305-7300-4e57-be67-6e0c0b260d46 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Retail%20card.png") no-repeat center/contain;}
/*Headspace  */
.img.L3d2a0d84-c84a-4adb-87e1-8a5d9c997237, 
#benefit-overview .summaryImage .img.BenefitImage_3d2a0d84-c84a-4adb-87e1-8a5d9c997237,
see-also .img.L3d2a0d84-c84a-4adb-87e1-8a5d9c997237 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Headspace.png") no-repeat center/contain;}
/*Car benefit*/
.img.L071297dc-e757-41ab-9da2-fd4b00b91f84,
#benefit-overview .summaryImage .img.BenefitImage_071297dc-e757-41ab-9da2-fd4b00b91f84,
see-also .img.L071297dc-e757-41ab-9da2-fd4b00b91f84 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Car.png") no-repeat center/contain;}
/*Car benefit 2*/
.img.L1211f14e-1f97-4845-a86d-509462378674,
#benefit-overview .summaryImage .img.IntroNode_c3cb2559-28be-4ca8-a25a-6f4d7c612a0d,
see-also .img.L1211f14e-1f97-4845-a86d-509462378674 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Car.png") no-repeat center/contain;}
/*Bonus*/
.img.Lb058de76-448e-4d54-9f01-066ddd5da51c,
#benefit-overview .summaryImage .img.BenefitImage_b058de76-448e-4d54-9f01-066ddd5da51c,
see-also .img.Lb058de76-448e-4d54-9f01-066ddd5da51c {background: url("/Aon/media/default/Assets/icons/160x130/Bonus_Sacrifice_160x130.png") no-repeat center/contain;}
/*EAP*/
.img.L638cfc2d-1bae-4611-913a-d627baf40850,
#benefit-overview .summaryImage .img.BenefitImage_638cfc2d-1bae-4611-913a-d627baf40850,
see-also .img.L638cfc2d-1bae-4611-913a-d627baf40850 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Employee%20Assistance%20Programme.png") no-repeat center/contain;}
/*Family*/
.img.L6b9f3f1f-13df-4e14-a3de-5830e08bc9b1,
#benefit-overview .summaryImage .img.BenefitImage_6b9f3f1f-13df-4e14-a3de-5830e08bc9b1,
see-also .img.L6b9f3f1f-13df-4e14-a3de-5830e08bc9b1 {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/My%20Family%20Care.png") no-repeat center/contain;}
/*ISA benefits*/
#benefit-overview .summaryImage .img.IntroNode_55dc30c5-c4ac-4766-b00b-b727d3cb2870,
#benefit-overview .summaryImage .img.BenefitImage_e598febc-79ae-44a9-a334-fee373244041, 
#benefit-overview .summaryImage .img.BenefitImage_f9f544a7-b63f-48b0-af0b-33e2b3c3f03f, 
#benefit-overview .summaryImage .img.BenefitImage_84cffd18-e184-443a-977a-dfb095eb79fb, 
#benefit-overview .summaryImage .img.BenefitImage_f4fcb4ef-6fff-4510-a7a8-20d53f078560, 
.img.Le598febc-79ae-44a9-a334-fee373244041,.img.Lf9f544a7-b63f-48b0-af0b-33e2b3c3f03f, 
.img.L84cffd18-e184-443a-977a-dfb095eb79fb, .img.Lf4fcb4ef-6fff-4510-a7a8-20d53f078560 {
  background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/ISA.png") no-repeat center/contain;} 
/*Payroll Giving  */
.img.L6f529ba1-b8d1-4dd9-ac19-83fde5dfad3b, 
#benefit-overview .summaryImage .img.BenefitImage_6f529ba1-b8d1-4dd9-ac19-83fde5dfad3b,
see-also .img.L6f529ba1-b8d1-4dd9-ac19-83fde5dfad3b {background: url("/Aon/media/default/Select%20assets/Benefit%20icons/160x130/Payroll%20Giving%202.png") no-repeat center/contain;}
/* 14b) life event icon general coding */
/* background of image placeholder */
.benefit-matrix .active-benefits .img {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #5eb6e4;
}
/* general styling for using icons for events */
.benefit-matrix .active-benefits .img:before {
  font-family: OnlineTwoIconFont;
  font-size: 5rem;
  color: white;
}

/* Life event icons */
/* Event Icons: Marriage or civil partnership */
.benefit-matrix .active-benefits .img.E176ec653-ef14-4c91-bd44-59e9eb2737f1:before {
      content: '\e9a2';
} 
/* Event Icons: legal separation or death of a partner */
.benefit-matrix .active-benefits .img.E7c230b80-f77e-44d7-98fe-9a4271ccf834:before {
      content: '\e970';
} 
/* Event Icons: Partner redundancy */
.benefit-matrix .active-benefits .img.E84daa139-166e-4180-9213-6da3482a9926:before {
      content: '\e95b';
} 
/* Event Icons: Birth adoption of a child */
.benefit-matrix .active-benefits .img.Eb6b21ceb-af82-4991-bb9b-cdef2508a691:before {
      content: '\e966';
}

/* Event Icons: Buying a house */
.benefit-matrix .active-benefits .img.E4b3f0c94-db94-4648-8412-7045f7c2f0d0:before {
      content: '\e96a';
}
/*** Life events pop up styling ***/
.active-benefits .modal-body {
    color: #000;
}
@media only screen and (min-width: 768px){
/*width and height*/
.active-benefits .events {
	height: 210px;
    width: 48%;
    }
  }
.active-benefits .event-img {
	height: 60%;
}
/* back button */
.active-benefits .glyphicon-chevron-left::before {
   display: none;
}
/* event name styling */
.active-benefits .active--event-radio {
	padding: 0 20px;
	text-align: left;
    font-size: 0.85em;
}
/*================================================================================================== 15. Claims  ==================================================================================================*/
/* make a claim styling */
body#claim {
  padding-top: 0;
}
/* spacing and padding */
div#claimDetail.row,
div#receiptDetail.row,
div#Attachment.row,
#claimItemBreakdownDetail {
  padding-bottom: 0px;
}
/* remove additional details section as not relevant */
#AdditionalDetail,
.claim-additional-info {
  display: none;
}
#Attachment > .grid-cell,
#ajax-uploader-group,
#ajax-uploader-group p:nth-of-type(2),
#tblFiles {
  margin-bottom: 0;
}
/* page title and headings */
.online-two-iso .fsaClaimSubmitContainer .webpartTitle {
  background-color: #fff;
}
.fsaClaimSubmitContainer #flexClaimTitle h1,
.online-two-iso .fsaClaimSubmitContainer h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
/* horizontal rules */
.fsaClaimSubmitContainer hr {
  margin: 0;
  padding: 5px 0;
  background-color: #fff;
}
/* label colour */
.online-two-iso .fsaClaimSubmitContainer label {
  color: var(--primary-text-color);
}

/* attach, cancel and submit buttons */
.online-two-iso .fsaClaimSubmitContainer .btn-success,
.online-two-iso .fsaClaimSubmitContainer .btn-default,
.online-two-iso .fsaClaimSubmitContainer .btn-primary {
  background-color: #262836;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  transition: all 0.25s;
}
.online-two-iso .fsaClaimSubmitContainer .btn-success:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-success:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-success:active,
.online-two-iso .fsaClaimSubmitContainer .btn-success:active:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-success:active:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-default:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-default:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-default:active,
.online-two-iso .fsaClaimSubmitContainer .btn-default:active:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-default:active:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:active,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:active:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:active:focus {
  background-color: #686868;
}

/* datepicker styling */
/* left, right and year/month/day selection buttons in header of datepicker */
.fsaClaimSubmitContainer table.uib-yearpicker thead th button.btn-default,
.fsaClaimSubmitContainer table.uib-monthpicker thead th button.btn-default,
.fsaClaimSubmitContainer table.uib-daypicker thead th button.btn-default {
  border-radius: 0;
}
.fsaClaimSubmitContainer table.uib-yearpicker thead tr:first-of-type th:nth-of-type(2),
.fsaClaimSubmitContainer table.uib-monthpicker thead tr:first-of-type th:nth-of-type(2),
.fsaClaimSubmitContainer table.uib-daypicker thead tr:first-of-type th:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* day/month/year buttons of datepicker */
.fsaClaimSubmitContainer table.uib-yearpicker tbody td .btn-default,
.fsaClaimSubmitContainer table.uib-monthpicker tbody td .btn-default,
.fsaClaimSubmitContainer table.uib-daypicker tbody td .btn-default {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
}

/* today and clear button group */
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group .btn {
  background-color: #262836;
  border: none;
  transition: background-color 0.25s;
}
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group button:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 1px solid #fff;
}
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group button:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px solid #fff;
}
/* selected year/month/day and hover styling */
.fsaClaimSubmitContainer .uib-datepicker-popup .btn.btn-default.active,
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group .btn:hover {
  background-color: #686868;
}
.fsaClaimSubmitContainer .uib-datepicker-popup .btn.btn-default.active
  .text-info {
  color: #fff;
}

/* claim submitted table header styling */
.claimSubmittedHeader {
  background-color: var(--primary-text-color);
}
.online-two-iso .claimSubmittedHeader h3 {
  color: #fff;
}

/* claim overview */
/* links */
body#StatementAndClaimSubmit #wrapper a {
  color: #000;
}
body#StatementAndClaimSubmit #wrapper a:hover,
body#StatementAndClaimSubmit #wrapper a:focus {
  color: #686868;
  text-decoration: none;
}
body#StatementAndClaimSubmit #wrapper a:active,
body#StatementAndClaimSubmit #wrapper a:active:hover,
body#StatementAndClaimSubmit #wrapper a:active:focus {
  color: #000;
}
/* navigation tabs */
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI A {
  text-transform: none;
}
.FSAStatementAndHistoryContainer .htabs-container,
.FSAStatementAndHistoryContainer .htabs-container .tabs-bg,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel STRONG,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI A,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel A {
  background: none;
}
.FSAStatementAndHistoryContainer .htabs-container .tabs-bg {
  background: linear-gradient(to bottom, #fff, #ededed);
}
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI {
  background-color: transparent !important;
  background: url(/smartrewardNL/media/Images/Misc%20Icons/Aon_TBS-lite_Icons-9_off.png)
    no-repeat 50% 20%;
}
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI:hover {
  background-color: transparent !important;
  background: url(/smartrewardNL/media/Images/Misc%20Icons/Aon_TBS-lite_Icons-9.png)
    no-repeat 50% 20%;
}
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI A,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel A {
  font-size: 1rem;
}
#StatementAndClaimSubmit .FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel A,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI A:hover {
  border-bottom: 0.5em solid var(--primary-text-color);
  color: var(--primary-text-color);
  font-weight: bold;
  padding-bottom: 20px;
}

/* calim number column of calim data tables */
.FSAStatementAndHistoryContainer .claim-number {
  width: 125px;
}

/* headings */
.online-two-iso .FSAStatementAndHistoryContainer h1 {
  color: #000;
  margin-bottom: 0;
}
.online-two-iso .claim-history h2 {
  color: var(--primary-text-color);
}

/* hover effect for the tables */
.claim-history .claim-table > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* Pending, Approved and Rejected icons */
.claim-approved img {
  display: none;
}
.claim-approved a:before {
  font-family: FontAwesome;
  font-size: 1.75rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  transition: transform .1s;
}
.claim-approved a:hover {
  text-decoration: none;
}
.claim-approved a:hover:before,
.claim-approved a:focus:before {
  transform: scale(1.3);
}
.claim-approved a[title='Approved']:before,
.claim-approved a[title='Goedgekeurd']:before {
  content: '\f00c';
  color: #75bf71;
}
.claim-approved a[title='Rejected']:before,
.claim-approved a[title='Geweigerd']:before {
  content: '\f00d';
  color: var(--secondary-text-color);
}
.claim-approved a[title='Pending']:before,
.claim-approved a[title='Afwachting']:before {
  content: '\f0ec';
  color: var(--primary-text-color);
}

/* buttons in popup modal */
.claim-edit-link .btn.btn-primary,
.claim-edit-link .btn.btn-info {
  background-color: #262836;
  color: #fff;
  border: none;
  border-radius: 0;
  transition: background-color 0.25s;
}
body#StatementAndClaimSubmit .btn-default {
  background-color: #4D4F53;
  color: #fff;
  border: none;
  border-radius: 0;
  transition: background-color 0.25s;
}
.claim-edit-link .btn.btn-primary:hover,
.claim-edit-link .btn.btn-primary:focus,
.claim-edit-link .btn.btn-primary:active,
.claim-edit-link .btn.btn-primary:active:hover,
.claim-edit-link .btn.btn-primary:active:focus,
.claim-edit-link .btn.btn-info:hover,
.claim-edit-link .btn.btn-info:focus,
.claim-edit-link .btn.btn-info:active,
.claim-edit-link .btn.btn-info:active:hover,
.claim-edit-link .btn.btn-info:active:focus,
body#StatementAndClaimSubmit .btn-default:hover,
body#StatementAndClaimSubmit .btn-default:focus,
body#StatementAndClaimSubmit .btn-default:active,
body#StatementAndClaimSubmit .btn-default:active:hover,
body#StatementAndClaimSubmit .btn-default:active:focus {
  background-color: #686868;
}

/* selected tab styling on FSA statement tab */
body#StatementAndClaimSubmit #wrapper .spendingaccountsTab-container .tabs UL LI.sel A,
body#StatementAndClaimSubmit #wrapper .spendingaccountsTab-container .tabs UL LI A:hover {
  background-color: var(--primary-text-color);
  color: #fff;
  font-weight: bold;
}
/* table headings on FSA statement tab */
.fsa-table-caption .section_title,
.subtitle-claims .section_title {
  color: var(--primary-text-color);
}

/*================================================================================================== 16. My Documents  ==================================================================================================*/
/* make table of documents responsive */
#tabledocuments {
  display: block !important;
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#tabledocuments th,
#tabledocuments td {
  padding: 5px;
}
#tabledocuments > thead > tr > th {
  background-color: var(--tertiary-text-color);
}
a#btnNewDocument {
  color: #000 !important;
}
a#btnNewDocument:hover {
  color: #686868 !important;
  text-decoration: none;
}
#dlguploadDocument #btn-upload-document-save,
#deleteDocumentDialog #dspdeleteDocument {
  background-color: #262836;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.25s;
}
#dlguploadDocument #btn-upload-document-cancel,
#deleteDocumentDialog #btnCancelDocument .gray {
  background-color: #4D4F53;
  transition: background-color 0.25s;
}
#dlguploadDocument #btn-upload-document-save:hover,
#dlguploadDocument #btn-upload-document-save:focus,
#dlguploadDocument #btn-upload-document-cancel:hover,
#dlguploadDocument #btn-upload-document-cancel:focus,
#deleteDocumentDialog #dspdeleteDocument:hover,
#deleteDocumentDialog #dspdeleteDocument:focus,
#deleteDocumentDialog #btnCancelDocument .gray:hover,
#deleteDocumentDialog #btnCancelDocument .gray:focus {
  background-color: #686868;
}
#dlguploadDocument #btn-upload-document-save:active,
#dlguploadDocument #btn-upload-document-save:active:hover,
#dlguploadDocument #btn-upload-document-save:active:focus,
#dlguploadDocument #btn-upload-document-cancel:active,
#dlguploadDocument #btn-upload-document-cancel:active:hover,
#dlguploadDocument #btn-upload-document-cancel:active:focus,
#deleteDocumentDialog #dspdeleteDocument:active,
#deleteDocumentDialog #dspdeleteDocument:active:hover,
#deleteDocumentDialog #dspdeleteDocument:active:focus,
#deleteDocumentDialog #btnCancelDocument .gray:active,
#deleteDocumentDialog #btnCancelDocument .gray:active:hover,
#deleteDocumentDialog #btnCancelDocument .gray:active:focus {
  background-color: #262836;
}

/* overlay styling */
#dlguploadDocument.overlay-no-height-limit,
#dlguploadDocument textarea {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #dlguploadDocument .column-left {
    width: 100%;
    text-align: left;
  }
}

/*================================================================================================== 17. Document Download  ==================================================================================================*/
.interactive-TRS ul {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -ms-grid-columns: 1fr 1fr 1fr;
  padding-bottom: 1em;
}
.interactive-TRS ul > li:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1
}
.interactive-TRS ul > li:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1
}
.interactive-TRS ul > li:last-child {
  -ms-grid-column: 3;
  -ms-grid-row: 1
}
.interactive-TRS .h1 {
  color: #000;
  font-size: 5rem;
  font-weight: 700
}
#statements_selector:focus {
  outline: 3px solid #000;
  background-color: #686868;
  color: #fff;
}
#download_statement {
  transform: translate3d(1em, -.25em, 0);
}
#download_statement:after {
  content: '\f0ed';
  font-family: FontAwesome;
  padding-left: .5em;
}

/*================================================================================================== 18. Mobile  ==================================================================================================*/
/* login module buttons */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .mobile-buttons .btn {
  background-color: #262836 !important;
}
@media only screen and (max-width: 750px) {
  /* menu icon colour */
  .fa.fa-bars,
  .fa.fa-gear {
    color: #262836;
  }
  /* links in mobile hamburger menu */
  .online-two-iso #menu-no-dashboard li a,
  .online-two-iso #menu-no-dashboard li a.selected {
    color: #262836;
  }
  /* mobile menu icons (hamburger and cog) */
  #header .main-menu-toogle:hover,
  #header .main-menu-toogle:focus,
  #header .user-toogle:hover,
  #header .user-toogle:focus {
    color: #686868;
  }
  /* make height of greeting container auto to give proper spacing around the greeting */
  #home-online-three .dashboard-controls {
    height: auto;
  }
  
  /* Tax facts images */
  #image1 { display: none; }
  #image2 { display: block; } 
  #image3 { display: none; }
  #image4 { display: block; } 
  #image5 { display: none; }
  #image6 { display: block; }   
  #tablewellbeing { display: none; }
  #tablewellbeingmobile { display: block; }
  #tablediscounts { display: none; }
  #tablediscountsmobile { display: block;}
  #tableaonshares { display: none;}
  #tableaonsharesmobile { display: block; }
  #tableTRSmobile { display: block; }
  #tableTRS { display: none; }
  #desktop-image { display: none; }
}

/* Tax facts images */
  #image2 { display: none; } 
  #image4 { display: none; } 
  #image6 { display: none; }   
  #tablewellbeingmobile { display: none; }
  #tablediscountsmobile { display: none;}
  #tableaonsharesmobile { display: none; }
  #tableTRSmobile { display: none; }
  
/* remove default icons applied to modules on homepage */
#home-online-three #home-integrated .modules-mobile .module-mobile i[class*='icon-'] {
  display: none;
}
/* remove duplicate module header */
#home-online-three #home-integrated .modules-mobile .module-content-header-container {
  display: none;
}
/* remove margin applied to module title */
#home-online-three #home-integrated .modules-mobile .module-mobile span.module-label {
  margin-left: 0;
}
/* centre homepage module icons */
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel div[class*='online-two-icon-'] {
  text-align: center;
}
/* homepage buttons */
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy
  button.btn.btn-default {
  background-color: #262836;
  border-radius: 0;
  color: #fff;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy a.btn.btn-default,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel button.btn.btn-default {
  padding: 12px 20px;
  width: 100%;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .generic-copy,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .account-copy {
  margin-top: 0;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light .days-left {
  color: #000;
}
/* claims modules */
#home-online-three #home-integrated .module-mobile #make-a-claim,
#home-online-three #home-integrated .module-mobile #manage-claims {
  padding-bottom: 0;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .make-a-claim-copy.module-copy,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .manage-claims-copy.module-copy {
  margin: 0;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .manage-claims-copy.module-copy {
  height: auto;
}
/* claims pagers */
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .tbs-module-pager .tbs-pager {
  position: static;
  transform: none;
  margin: 0.5em auto;
}

/*================================================================================================== 19. Client specific styles  ==================================================================================================*/
/* homepage module layouts */
  @media only screen and (min-width: 768px){
    #home-online-three #home-integrated .modules-right-side.grid-container {
      grid-template-columns:repeat(2,1fr);
      -ms-grid-columns:1fr 1fr;
      grid-template-areas: 
        "module-1 module-1"
        "module-2 module-2"
        "module-4 module-4"
        "module-3 module-10"
        "module-6 module-6"
        "module-7 module-7"
        "module-5 module-5"
        "module-8 module-11"
        "module-12 module-9"
    }
    
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
      -ms-grid-column:1;
      -ms-grid-column-span:2;
      -ms-grid-row-span:1;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
      -ms-grid-column:1;
      -ms-grid-column-span:2;
      -ms-grid-row:2;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
      -ms-grid-column:1;
      -ms-grid-column-span:1;
      -ms-grid-row:4;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
      -ms-grid-column:1;
      -ms-grid-column-span:2;
      -ms-grid-row:3;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
      -ms-grid-column:2;
      -ms-grid-column-span:1;
      -ms-grid-row:7;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
      -ms-grid-column:1;
      -ms-grid-column-span:2;
      -ms-grid-row:5;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
      -ms-grid-column:2;
      -ms-grid-column-span:1;
      -ms-grid-row:6;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7 {
      -ms-grid-column:1;
      -ms-grid-column-span:1;
      -ms-grid-row:8;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8 {
      -ms-grid-column:2;
      -ms-grid-column-span:1;
      -ms-grid-row:9;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-9 {
      -ms-grid-column:2;
      -ms-grid-column-span:1;
      -ms-grid-row:4;
    }
     #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-10 {
      -ms-grid-column:2;
      -ms-grid-column-span:1;
      -ms-grid-row:8;
    }
   #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-11 {
      -ms-grid-column:1;
      -ms-grid-column-span:1;
      -ms-grid-row:9;
    }
  }
  
  @media only screen and (min-width: 1024px){
    #home-online-three #home-integrated .modules-right-side.grid-container {
      grid-template-columns:repeat(3,1fr);
      -ms-grid-columns:1fr 1fr 1fr;
      grid-template-areas: 
        "module-2 module-1 module-1"
        "module-3 module-4 module-4"
        "module-5 module-6 module-6"
        "module-10 module-11 module-8"
        "module-7 module-12 module-9"
    }
    
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
      -ms-grid-column:2;
      -ms-grid-column-span:2;
      -ms-grid-row:1;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
      -ms-grid-column:1;
      -ms-grid-column-span:1;
      -ms-grid-row:1;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
      -ms-grid-column:1;
      -ms-grid-column-span:1;
      -ms-grid-row:2;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
      -ms-grid-column:2;
      -ms-grid-column-span:2;
      -ms-grid-row:2;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
      -ms-grid-column:1;
      -ms-grid-column-span:1;
      -ms-grid-row:3;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
      -ms-grid-column:2;
      -ms-grid-column-span:2;
      -ms-grid-row:3;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
      -ms-grid-column:1;
      -ms-grid-column-span:1;
      -ms-grid-row:5;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7 {
      -ms-grid-column:3;
      -ms-grid-column-span:1;
      -ms-grid-row:4;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8 {
      -ms-grid-column:3;
      -ms-grid-column-span:1;
      -ms-grid-row:5;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-9 {
      -ms-grid-column:1;
      -ms-grid-column-span:1;
      -ms-grid-row:4;
    }
     #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-10 {
      -ms-grid-column:2;
      -ms-grid-column-span:1;
      -ms-grid-row:4;
    }
     #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-11 {
      -ms-grid-column:2;
      -ms-grid-column-span:1;
      -ms-grid-row:5;
    }
  }
  
  @media only screen and (min-width: 1400px){
    #home-online-three #home-integrated .modules-right-side.grid-container {
      grid-template-columns:repeat(4,1fr);
      -ms-grid-columns:1fr 1fr 1fr 1fr;
       grid-template-areas: 
        "module-2 module-2 module-1 module-1"
        "module-3 module-3 module-1 module-1"
        "module-4 module-4 module-5 module-11"
        "module-6 module-6 module-7 module-10"
        "module-8 module-8 module-12 module-9"
            }
    
      #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
      -ms-grid-column:3;
      -ms-grid-column-span:2;
      -ms-grid-row:1;
      -ms-grid-row-span:2;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
      -ms-grid-column:1;
      -ms-grid-column-span:2;
      -ms-grid-row:1;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
      -ms-grid-column:1;
      -ms-grid-column-span:2;
      -ms-grid-row:2;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
      -ms-grid-column:1;
      -ms-grid-column-span:2;
      -ms-grid-row:3;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
      -ms-grid-column:3;
      -ms-grid-column-span:2;
      -ms-grid-row:3;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
      -ms-grid-column:1;
      -ms-grid-column-span:2;
      -ms-grid-row:4;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
      -ms-grid-column:3;
      -ms-grid-column-span:1;
      -ms-grid-row:4;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7 {
      -ms-grid-column:1;
      -ms-grid-column-span:2;
      -ms-grid-row:5;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8 {
      -ms-grid-column:4;
      -ms-grid-column-span:1;
      -ms-grid-row:5;
    }
    #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-9 {
      -ms-grid-column:4;
      -ms-grid-column-span:1;
      -ms-grid-row:4;
    }
     #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-10 {
      -ms-grid-column:4;
      -ms-grid-column-span:1;
      -ms-grid-row:3;
    }
     #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-11 {
      -ms-grid-column:3;
      -ms-grid-column-span:1;
      -ms-grid-row:5;
    }
  }

/****************************************** Custom CSS *******************************************/
/**** Table styling *****/
/* Table with header colored*/
.TableHeader tr {
  background-color: #E5EFF0;
  color: #000;
}
.TableHeader tr:nth-of-type(1) {
  background-color: #5D6D78;
  color: #fff;
}
/* Table with only padding */
table.OnlyPadding td {
  padding: 0.5em;
}
/* Table with left header */
.left-header-table tr {
  background-color: #E5EFF0;
  color: #000;
}
.left-header-table th {
  background-color: #5D6D78;
  color: #fff;
  padding: 0.5em;
  border: 1px solid #fff;
}
.left-header-table td {
  padding: 0.5em;
  border: 1px solid #fff;
}

/**** Family care page ****/
#FamilyCare .modal {
  overflow: auto;
}
.modalfamily { 
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.MyFamilyCareModal {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* modal Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* MyfamilyCare table */
#tablefamilymobile {  
  display: none;}
@media only screen and (max-width:750px) {
  #tablefamily { 
    display: none;}
  #tablefamilymobile{ 
    display: block;}
}
.customtab td {
  padding: 8px;
}
#FamilyCare summary {
  cursor: pointer;
  color: #262836;
}

/* Hide min max statement for ISA benefits */
#inputTextInstruction20c90dbe-fc40-4197-ae4e-4f3791f89a45, 
#inputTextInstruction85206a52-1c6c-4c80-b875-f5802a42baa6, 
#inputTextInstructiona7bc0f02-bfac-49e1-9e61-baf8b727a86a, 
#inputTextInstruction4ca8cce5-6fcf-4d8c-a8a1-4027d6b9165e {
  display: none;
}

/*Text for AA*/
#inputTextInstructionbcaf7e71-dc8c-42f8-8c2c-f712d04bf0df {
  display: none;
}

/*Table with blue header & border*/
.color-table th {
  background-color: #262836;
  color: #fff;}
.color-table td, .color-table th {
  padding: 4px;
  border: 1px solid #262836;}

/* One trust footer */
a.optanon-toggle-display.EUFooterLink {
  line-height: 2.7em !important;
}
/*EAP Link update*/
ul.fa-ul li.EAP::before {
    margin-left: 1em;
}
#anytime h2 {
  margin-top: -40px;
}
#EAP h2 {
  margin-top: -40px;
}
#physical h2 {
  margin-top: -40px;
}

/*Content pages*/
#wellbeing_Accordians .panel-default > .panel-heading,
#wellbeing_Accordians .accordion-toggle
{
color: #000;
background-color: #E5EFF0;
}
#wellbeing_Accordians .myaccordion .panel-title a,
#wellbeing_Accordians .myaccordion .panel-title a:hover {
  text-decoration: none;
}
#wellbeing_Accordians .bootstrap-iso .panel-default {
  border-color: #e5eff0;
  border-radius: 0px;
}
#Inclusion .col-two {
  padding-left: 0;
  width: 68%;
}

/* Validation */
#validationError-overlay .header-overlay {
  display: none;
}
#ValidationError h3 {
  display: none;
}
#ValidationError ul {
  margin-top: 2em;
}
/* Anytime benefits carousel */
#anytime .slide-content.advanced,
#anytime .slide-content.advanced a,
#anytime .slide-content.advanced h2,
#anytime .slide-content.advanced .fa-ul li::before {
  color: #fff;
}
@media only screen and (min-width: 1900px){
#home-module-welcome #slider, .home-module-integrated #slider {
	height: 765px !important;
 }
  }
@media only screen and (min-width: 2000px){
#home-module-welcome #slider, .home-module-integrated #slider {
	height: 800px !important;
 }
  }
@media only screen and (min-width: 2100px){
#home-module-welcome #slider, .home-module-integrated #slider {
	height: 900px !important;
 }
  }

@media screen and (max-width: 767px){
       .benefit-matrix .modal-footer {
     max-height:150px;
     overflow-y:scroll;
  }     
}

@media only screen and (max-width: 767px) {
    .online-two-iso #login-assistance .steps-container {
         display: block;
          overflow-y: scroll !important;
          max-height: 60vh !important;
   }
}




/* Minification failed (line 3169, error number 1039): Token not allowed after unary operator: '-tertiary-text-color' */