/*================================================================================================== 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. Icons
		14a) Benefit icons		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_v3.eot');
  src: url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.eot?#iefix') format('embedded-opentype'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.woff') format('woff'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.ttf') format('truetype'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*=================================Logo footer styling==================*/
    
.logofooter {
    width: 100%;
}
#terminator #footer, #terminator .sub-footer {
    padding: 10px 13px 0 !important;
}
#footer .footer2{
  padding: 10px 5px !important;
  }

/*removing outline*/
:focus {
    outline: none !important;
}
/*================================================================================================== 1. Variables  ==================================================================================================*/
:root {
  --heading-color: #004c90;
  --primary-text-color: #000;
  --secondary-text-color: #3781a3;
  --tertiary-text-color: #9e4a95;
  --enrolment-module-color: #ffffff;
  --button-color: #00a1d7;
  --button-color-alternate: #00a1d7;
  --button-text-color: #fff;
  --button-hover-color: #004c90;
  --button-hover-text-color: #fff;
  --button-click-color: #3781a3;
  --button-click-text-color: #fff;
  --link-text-color: #004c90;
  --link-text-hover-color: #004c90;
  --link-text-click-color: #3781a3;
  --header-overlay: #3781a3;
  --header-overlay-text-color: #fff;
  --panel-color: #00a1d7;
  --panel-text-color: #fff;
  --info-icon-color: #4bbbeb;
  --tab-selector-text-color: #4bbbeb;
  --tab-selector-border-color: #4bbbeb;
  --tab-selector-inactive-text-color: #666;
  --progress-bar-color: #9e4a95;
  --success-icon-color: #9e4a95;
  --unordered-list-bullet-color: #3781a3;
  --datepicker-today: #4bbbeb;
  --datepicker-clear: #123d66;
  --datepicker-close: #123d66;
  --slider-toggle-color: #004c90;
  --benefit-icon-color: #3781a3;
  --linegroup1-benefit-icon-color: #3781a3;
  --linegroup2-benefit-icon-color: #3781a3;
  --linegroup3-benefit-icon-color: #3781a3;
  --linegroup4-benefit-icon-color: #3781a3;
  --life-event-background: #3781a3;
  --logo: url(/mytotalrewards/media/media/2021/logo/pepsicologo.png);
  --login-image: url(/static/Aon.Marketplace/img/online2/loginbody.jpg);
  --site-header-color: white;
  --site-header-icon-color: #00a1d7;
  --site-footer-color: white;
  --site-footer-link-color: black;
  --need-assistance-pull-down-menu: #004c90;
  --homepage-module-background-color: white;
  --homepage-module-enrolment-background-color: linear-gradient(to bottom right, #E7589A, #ED694D);
  --homepage-module-benefit-statement-background-color: #3C3C3B;
  --homepage-module-well-one-background-color: #3C3C3B;
  --homepage-module-well-one-money-background-color: linear-gradient(to bottom right, #6BBFA7, #9DD1CC);
  --homepage-heading-color: #666;
  --homepage-module-icon-color: #00a1d7;
  --homepage-enrolment-days-left-color: black;
  --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: #75bf71;
  --benefit-selected-tick-mark: #fff;
  --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(255,255,255,.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(47, 79, 79, 0);
  }
}
/*Removing background-image*/

html#general,
html.flexbox,
html#step2LinePage {
    background-image: none;
}
/*================================================================================================== 2. Utility classes  ==================================================================================================*/
/* 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: 10em;
  line-height: 1;
  color: #00a1d7;
}

/* for adding full stop after resource string */
.full-stop:after {
  content: '.';
  position: relative;
  left: -.25em
}
/* for adding comma after resource string */
.comma:after {
  content: ',';
  position: relative;
  left: -.25em
}

/* for adding right parenthesis after resource string */
.right-parenthesis:after {
  content: ')';
  position: relative;
  left: -.25em
}

/*================================================================================================== 3. Global styles  ==================================================================================================*/
/* Red span class (red text on confirm popup) */
span.text-red{
  color: red;
}

/* global font size */
.bootstrap-iso {
  font-size: 1rem;
}


/* 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,
.InvestmentOptionsHeader,
/* 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,
/* BENEFITS header on popup when removing dependants attached to cover */
.coverageHeader {
  color: #004c90;
  padding-left: 0;
}

/* 3b) links */
a,
.bootstrap-iso a,
.dependant-list a.dependant-confirm-delete,
.terms-conditions-cookies .cookie-policy-link,
.terms-conditions-cookies .term-condtion-link {
  color: #004c90;
}
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: rgba(0,76,143,0.8);
}
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: rgba(0,76,143,0.8);
}

/* 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,
.benefitselect .button-style#byo-saveAndClose {
  background-color: #00a1d7;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: all .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: #00a1d7;
  border-radius: 0px;
  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: #00a1d7;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: none;
}

/* 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: #00a1d7;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: none;
}

/*Adding it up styling*/

.benefit-matrix .benefitheader.benefitheader-border.ng-isolate-scope {
    float: inherit;
}
/* 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,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning,
.bootstrap-iso .btn-warning.dependant-cancel-btn {
  background-color: #00a1d7;
}

.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: rgba(0,161,215,0.8);
}

.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: rgba(0,161,215,0.8);
}

/* 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: rgba(0, 161, 214, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-5em, -1em, 0) rotate3d(0, 0, 1, -45deg);
  transform-origin: top left;
  transition: all .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: .84285714em
}
.online-two-iso .modal-body#online2-global-benefit-overview-modaltemplate .tab-body UL {
  padding-left: 0
}
.bootstrap-iso ul.fa-ul li {
  padding-left: 1em
}
.bootstrap-iso ul.fa-ul li::before {
	font-family: FontAwesome;
	content: '\f111';
	font-size: .5em;
  margin-left: -1em;
	padding-right: .5em;
	position: relative;
	bottom: 3px;
	color: #3781a3;
}
.bootstrap-iso .fa-ul li > .fa-ul li::before {
  content: '\f10c';
}
.bootstrap-iso .fa-ul li > .fa-ul li > .fa-ul li::before {
  content: '\f0c8';
}
.bootstrap-iso .fa-ul li > .fa-ul li > .fa-ul li > .fa-ul li::before {
  content: '\f096';
}

/* ordered lists */
.bootstrap-iso ol {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: decimal;
}

.online-two-iso .modal-body#online2-global-benefit-overview-modaltemplate .tab-body UL {
  list-style: none;
}

/* 3e) popups */
/* header colour */
.online-two-iso .header-overlay,
.online-two-iso .tab-header,
.bootstrap-iso .modal-header {
  background-color: #3781a3;
}
/* reset benefit intro popup to not have header overlay colour */
.online-two-iso [class*="LineDetail"] .tab-header {
  background-color: #f2f2f2;
}
/* 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,
#home-online-three .modal-content .home-dashboard .modal-header .header,
#dlguploadDocument h5,
#deleteDocumentDialog h5 {
  color: white;
}
/* 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: white;
  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: white;
}
/* position of close icon */
.online-two-iso .modal-large .close {
  top: .5em;
  right: .5em;
}
.header-overlay A {
  padding: 4px .5em 0 0;
}
/* modal body background for home page module popups */
#home-online-three .modal-content .home-dashboard .modal-body {
  background: white;
}
/* remove 'x' icon from close button */
#home-online-three .modal-content .home-dashboard .modal-footer .btn-warning .glyphicon {
  display: none;
}

/* 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: .5em;
}
.bootstrap-iso .event-step-nav a {
  border-radius: 0px;
  padding: 6px 12px;
  text-transform: uppercase;
  transition: background-color .25s, color .25s;
}
.bootstrap-iso .event-step-nav a.secondary-link {
  background: #00a1d7;  
  color: #fff;
}
.bootstrap-iso .event-step-nav a.primary-link {
  background: #00a1d7;
  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: #6c2888;
  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: #4bbbeb;
  border-bottom: .5em solid #4bbbeb;
}
.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: #666;
}

/* 3g) accordions */
/* background colour */
.benefit-matrix .benefit-category .panel-default > .panel-heading,
.trsdashboard .panel-default > .panel-heading {
  background-color: #00a1d7;
}
/* panel title */
.bootstrap-iso .panel-title {
  padding-left: 10px;
}

/* expand/collapse icons */
.bootstrap-iso .glyphicon-menu-down,
.bootstrap-iso .glyphicon-menu-up {
  transition: all .25s
}
.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: #4bbbeb;
}

/* slider toggle color */
.online-two-iso input:checked + .slider {
  background-color: #004c90;
}

/* label styling e.g. "Note:" labels */
.bootstrap-iso .label {
  background-image: none;
}

/*Paragraph Styling*/
p {
  padding-bottom: 0px;
}

/* 3i) logo */
#logo {
  background-image: url(/mytotalrewards/media/media/2021/logo/MyTotalRewards_Logo-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* centering logo on mobile view */
@media only screen and (max-width: 750px) {
  #logo {
    width: calc(100vw - 100px);
  }
}
/* 3j) site header */
/* header colour */
.online-two-iso #terminator #header.header-fullwidth {
  background-image: #ffffff;
}
/* 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
  }
  .online-two-iso #menu-no-dashboard li {
    padding: .5em;
  }
  #menu-container ul#menu-no-dashboard li a,
  #user-div a {
    color: #00a1d7;
  }
}
@media (min-width: 767px) {
  .online-two-iso #menu-container {
    padding: 0
  }
}

/* need assistance pull down tab */
.help-ico .helptoggle,
.lt-ie9 .help-ico a {
	background-image: none!important;
	background-color: #004c90;
}
#header .help-ico a.helptoggle {
	color: white;
}
/* 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: .75em;
	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: .25em;
  font-size: 3em;
  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){
  /* link color and width */
  #floating-header-content a {
    color: #00a1d7;
    width: auto;
    padding: 0 1em;
  }
  
  /* focus colour of links in floating header */
  #header a:focus {
    color: #6c2888;
    text-decoration: none;
  }
  
    /* hover colour of links in floating header */
  #header a:hover {
    color: #6c2888;
    text-decoration: none;
  }
}

/* remove top margin in IE */
.lt-ie9 #header {
  margin-top: 0;
}

/* 3k) site footer */
/* footer colour */
.online-two-iso #terminator #footer.footer-fullwidth {
  background-image:  #ffffff;
}
/* footer link color */
.online-two-iso #footer a {
  color: #000;
}

.online-two-iso #footer #TRS-footer a {
  color: #fff;
}

/* copyright */
#footer-copyright {
  color: #fff;
  font-size: 12px;
  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;
  }
  #footer div {
  vertical-align: text-bottom;
  }
}

/* 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: #00a1d7;
  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: #00a1d7;
  border: none;
  text-transform: uppercase;
}

.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger,
.templates .uib-datepicker-popup .btn-sm.btn-danger{
  background-color: #004c90;
  border: none;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success,
.templates .uib-datepicker-popup .btn-sm.btn-success{
  background-color: #004c90;
  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 {
  font-weight: bold;
  background-color: rgba(0,76,143,0.8);
  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{
  font-weight: bold;
  background-color: rgba(0,76,143,0.8);
  color: #fff;
  font-size: 12px;
  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: #00a1d7;
  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: #00a1d7;
  border: 1px solid #ccc;
}

.bootstrap-iso [class*="uib-datepicker"] .btn:before {
  content: '';
  height: 0;
  width: 0;
}


/*================================================================================================== 4. Login page  ==================================================================================================*/
/* login module zone height */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
  bottom: 0;
  min-height: 75%
}
/* module headings */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module .module-title {
  color: white;
}
/* welcome module heading */
.online-two-iso #login-module-login-page-welcome h2 {
  font-size: 3vw;
  text-align: center;
  width: 100%;
}
/*button login Page*/
.bootstrap-iso.btn-default.sso {
  float:right;
  background-color:#004c90;
  }

.bootstrap-iso #wp-login {
    padding-bottom: 10px !important;
}
/* 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: 14px;
}
/* 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";
}

.online-two-iso.login .LoginPageContainer .btn.btn-primary#login {
    float: right;
    margin: 12px 0 12px 0;
    width: 130px;
}

/* language selection box */
.isLoginPage #languageselection,
.isLoginPage #ddlLanguage {
  width: 140px!important;
  margin: 5px !important;
}

/* login box label boxes */
.login-box .input-group span {
  min-width: 155px;
}

/* forgot password link */
.online-two-iso.login .LoginPageContainer .additional-services {
  color: #004c90;
}
/* hover colour */
.online-two-iso.login .LoginPageContainer .additional-services:hover{
  color: #ffffff;
}

/* error message for entering incorrect details */
.online-two-iso.login .LoginPageContainer span#errMsg {
  color: #000000;
}

/* module links */
#login-modules-container a {
  color: white;
}

@media only screen and (min-width:768px){
  .isLoginPageWrapper #logo {
    visibility: hidden;
  }
  /* login image */
  .online-two-iso.login body {
    background-image: url(/pepsicoflexrewards/media/media/login/PEPSICO_Login-pageV2-2.jpg);
    background-position: top;
  }
  /* login module background colour */
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background-color: rgba(0,0,0,0.2);
  }
  /* login box position */
  .online-two-iso.login .LoginPageContainer #main {
    margin-right: 2rem;
  }
  /* login box styling */
  .online-two-iso.login .LoginPageContainer .panel.panel-default {
    box-shadow: none;
  }
  .online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body {
    background-color: transparent;
  }
  
}
@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-color: rgba(255,255,255,0.8);
}

/*new font login page*/
.Loginmy {
    font-family: Myriad Pro;
    font-style: italic;
  font-size: 73px;
}

.logintotal {
    font-family: Sentinel;
    font-size: 73px;
    font-weight: bold;
}

.loginrewards {
    font-family: Sentinel Book;
  font-size: 73px;
}


/****************************************** 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: 24px;
  padding-right: .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, ".") " ";
}

/* table styling for Cookie Notice popup */
.litLegalContent table,
.litLegalContent table thead th,
.litLegalContent table tbody td {
	border: 1px solid #4d4d4f
}
.litLegalContent table thead tr th {
	padding: 0 5px;
}
.litLegalContent table tbody tr td {
	padding: 5px;
}

/*================================================================================================== 5. Home page  ==================================================================================================*/
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content {
  min-height: 0%;
  }
/* remove margin on main element on home page to bring footer together with main element */
#main.home {
  margin-bottom: 0;
}
/* remove Show Carousel button */
#home-online-three .carousel-show {
  display: none;
}
/*color for benefit statement*/
.bootstrap-iso #home-integrated .home-module-benefit-statement-content #benefit-statement-intro-nodatatext {
    color: white;
}

/* greeting message colour */
#home-online-three .dashboard-controls #greeting-message {
  color: #004c90;
}
/* module and carousel heading colour */
#home-online-three #home-integrated .module-content-header-container h3.module-content-header {
  color: #004c90;
}

/*module heading color for purple modules only */
#home-online-three #home-integrated #enrolment .module-content-header-container h3.module-content-header {
  color: #fff;
}

/* more info icon hover colour on purple modules */
#home-online-three #home-integrated #enrolment .module-content-header-container .online-three-module-popover-control:hover{
  color: #fff;
}

/* make background colour of grid container same as for modules */
#home-online-three #home-integrated .modules-right-side.grid-container{
  background-color: #ffffff;
}
/* background and padding colour for modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content {
  background-color: #e6e6e6;
  padding: .5rem;
}

/* 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;
}

/* Purple background modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content
 {
  background-color: #ffffff;
}
/* buttons on purple modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default:active,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default:active:hover,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default:active:focus{
  animation: enrolment-pulse 1s infinite;
  border: 2px solid transparent
}

#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default:hover,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default:focus{
  color: white;
  border: 2px solid white;
}

/* Placeholder module styling - for when Clients do not have TRS or Reimbursement modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.NonTRS {
  padding: 0;
  background: url(/smartreward/media/Images/Home%20Page%20Module%20Images/Aon_SmartReward-TBS_Dashboard-images-2.png) no-repeat top/cover;
} 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.NonReimbursementClaim {
  padding: 0;
  background: url(/smartreward/media/Images/Home%20Page%20Module%20Images/Aon_SmartReward-TBS_Dashboard-images-1.png) no-repeat top/cover;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.NonReimbursementOverview {
  padding: 0;
  background: url(/smartreward/media/Images/Home%20Page%20Module%20Images/Aon_SmartReward-TBS_Dashboard-images-3.png) no-repeat top/cover;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.NonTRS .module-content-header-container,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.NonReimbursementClaim .module-content-header-container,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.NonReimbursementOverview .module-content-header-container{
  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,
#home-online-three #home-integrated #enrolment .module-copy .content-text {
  color: #004c90;
}
/* module content text colour for purple modules only */
@media only screen and (min-width: 768px){
  #home-online-three #home-integrated #enrolment .module-copy h3,
  #home-online-three #home-integrated #enrolment .module-copy h4,
  #home-online-three #home-integrated #enrolment .module-copy #event-active,
  #home-online-three #home-integrated #enrolment .module-copy .event-summary{
    color: #fff;
  }
}
/* 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 {
  min-width: 125px;
  max-width: 75%;
}

/*Hide the 'i' icon for My Flex Plan My Reward modules*/
.enrollment-copy.module-copy .glyphicon.glyphicon-info-sign {
display: none
}

/* ===========================================================================
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 {
    display: none;
  }
  /* align claims content to centre */
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager {
    align-self: center;
  }
  /* 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
  }
}
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .tbs-module-pager .tbs-pager {
    display: none;
  }

/* module icon styling*/
[class*="online-two-icon-"]:before{
  color: #3781a3;
  font-family:OnlineTwoIconFont;
  font-size: 9rem;
}
@media only screen and (min-width: 1400px){
  [class*="online-two-icon-"]:before {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1920px){
  [class*="online-two-icon-"]:before {
    font-size: 10rem;
  }
}

/* icon colour on purple modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.Overview div[class*="online"]:before,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.MyDocuments div[class*="online"]:before,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.InteractiveTRS div[class*="online"]:before{
  color: #ffffff;
}
/* my documents icon*/
.online-two-icon-45:before {
  content: "\e92d";
  color: #004c90 !important;
}
/* Flex information icon */
.online-two-icon-95:before {
  content: "\e962";
}

/* Interactive TRS PDF icon */
.online-two-icon-136:before {
  content: "\e98b";
  color: #004c90 !important;
}

/*** carousel styling ***/
/* hide carousel hamburger menu */
.home-module-integrated .welcome-items {
  display: none;
}
/* remove faded background on carousel content and increase indent */
.home-module-integrated #slider .sliderContainer .slide-content {
  background: none;
  margin-left: 4rem;
  max-width: 45%;
}
/* remove margin around carousel content and set colour */
#home-online-three #home-integrated .home-module-integrated .content p {
  margin: 0;
  color: #fff;
  font-size: 1.2em;
}
/* carousel slide content headings */
.home-module-integrated .content h2,
.home-module-integrated .content h3 {
  margin-top: 0;
  color: #3781a3;
}
/* carousel content buttons */
.home-module-integrated #slider .sliderContainer .slide-content .content .btn {
  font-size: .75em;
}
/* adjust width of carousel thumbnails
.home-module-integrated #slider .thumb .rect {
  width: 190px;
} */
/* background of thumbnail container */
.home-module-integrated #slider .thumb {
  background: #ffff;
}

@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;
	}
	.payslip-item-amount {
		float: right;
	}
	/* trs styling */
	#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#trs p {
    margin-bottom: -70px;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #trs .highcharts-background {
    fill: transparent;
  }
  /* make a claim styling */
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager {
    align-self: stretch
  }
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .account {
    display: flex;
    justify-content: space-between;
  }
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-account-name,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-account-amount {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767px){
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-data #item-0,
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-data {
    font-size: 1rem;
  }
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-name {
    font-weight: 300;
  }
  /* hide mailbox option from mobile drop down menu */
  ul.jq-dropdown-menu li:nth-of-type(2) {
    display: none;
  }
}

/* Fix alignment issue on the payslip data items in MyChoices module (caused by long data item name) */
@media only screen and (min-width: 768px){
  .benefit-statement-information .payslip-item-details,
  .benefit-statement-information .payslip-item-details span{
    display: inline-block;
  }
  .benefit-statement-information .payslip-item-details span{
    max-width: 65%;
  }
}

/* Overriding the colours for the My Choices Chart*/
#item-0 .payslip-item-amount {
  color: #ffffff !important;
  font-weight: bold;
}
#item-1 .payslip-item-amount {
  color: #00a1d7 !important;
  font-weight: bold;
}

#item-2 .payslip-item-amount {
  color: #fec54c !important;
  font-weight: bold;
}

#benefit-statement .highcharts-series-0 .highcharts-point {
  fill: rgba(0, 161, 214, 1)!important;
}
#benefit-statement .highcharts-series-0 .highcharts-point:hover {
  fill: rgba(0, 161, 214, 0.5)!important;
}

#benefit-statement .highcharts-series-1 .highcharts-point {
  fill: rgba(254, 197, 76, 1)!important;
}
#benefit-statement .highcharts-series-1 .highcharts-point:hover {
  fill: rgba(254, 197, 76, 0.5)!important;
}

/*================================================================================================== 6. Benefit overview  ==================================================================================================*/
/* heading */
#benefit-overview .benefit-overview-title {
  padding: 0;
  height: auto;
}
#benefit-overview .benefit-overview-title H1 {
  color: #004c90;
  font-size: 36px;
  line-height: 1;
}

.bootstrap-iso#benefit-overview #BenefitNameFilter {
  background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
	color: #333;
	text-transform: none;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.bootstrap-iso#benefit-overview #BenefitNameFilter:before {
  background-color: transparent;
}
.bootstrap-iso#benefit-overview .clear-filter {
  background-color: #00a1d7;
  border: none;
  color: #fff;
}
.bootstrap-iso#benefit-overview .clear-filter:hover,
.bootstrap-iso#benefit-overview .clear-filter:focus {
  background-color: #6c2888;
  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: #3781a3;
  color: #fff;
}

/* accodions */
#benefit-overview #overviewAccordion .panel-default > .panel-heading {
  background-color: transparent;
}
#benefit-overview #overviewAccordion .panel-title,
#benefit-overview #overviewAccordion .panel-title a:hover,
#benefit-overview #overviewAccordion .panel-title a:focus {
  color: #004c90;
}
#benefit-overview #overviewAccordion .panel-heading i {
  margin-right: .5em
}

/* know more buttons */
#benefit-overview .know-more-link .aria {
  display: none;
}
.bootstrap-iso#benefit-overview .btn.know-more-link {
  background-color: #00a1d7;
  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: #6c2888;
}
.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: #3781a3;
}
.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;
}

/* Increase the width of the drop down control (to fit text) */
@media only screen and (min-width:768px){
   #benefit-overview .input-control{
     min-width: 475px;
  } 
}
/*removing scroll from know ore pop-up*/
@media only screen and (max-width:768px){
  .online-two-iso .modal-dialog.modal-large .modal-body .pannel-body-full {
     overflow-y: clip;
    }
}
/*positioning of icons*/

.benefit-overview.bootstrap-iso .col-md-3 {
    width: 20%;
}
/*width for FQAs items*/
.benefit-overview.bootstrap-iso .pannel-body-full .faq-item {
    width: 60%;
}

/* lists styling for whole portal*/

.bullet_list {list-style-type: disc; margin-left: 2em;}
.decimal_list {list-style-type: decimal; margin-left: 2em;}

/*================================================================================================== 7. Benefit statement  ==================================================================================================*/
.benefit-matrix .benefitdate .data-addon {
  color: #666;
}
/* hide  follow up info */
.benefit-matrix .hdf-followup.row {
  display: none;
}
/* color of Pending Requests widget icon */
.benefit-matrix .glyphicon.glyphicon-repeat {
  color: #fff;
}
/* evenly space out the datepicker and widgets so the Dutch label doesn't overwrite anything */
@media only screen and (min-width:1024px){
  .matrix.benefit-statement .benefitheader-fixed .row.margin-left .col-md-10.col-sm-10 {
    display: flex;
    justify-content: space-between
  }
}

/*Text transform off for Benefit Statement Date*/
.benefit-matrix .benefitdate {
text-transform: none;
}

/*Remove date format*/
#dateFormat {
display: none;
}

/*================================================================================================== 8. Benefit matrix  ==================================================================================================*/
/* all numerical values */
.benefit-matrix .font-youpay-color,
.benefit-matrix .glyphicon-play-color {
  color: #000;
}

/* modellers and tools section */
.benefit-matrix .benefitheader.benefitheader-border {
  border-color: #666;
  color: #666;
}
/* change icon font family that's used */
.bootstrap-iso.benefit-matrix .glyphicon-gift:before,
.bootstrap-iso.benefit-matrix .glyphicon-cog:before,
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  font-family: FontAwesome;
  color: #000;
}
/* modellers and tools widget */
.bootstrap-iso.benefit-matrix .glyphicon-cog:before {
  content: '\f013';
}
/* manage dependants */
.bootstrap-iso .glyphicon-gift:before {
  content: '\f0c0'
}
/* adding it up widget */
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  content: '\f021';
}

/* confirm choices button */
.benefitheader-fixed div#followup-items a.btn {
  animation: shadow-pulse 1s infinite;
  background-color: #00a1d7;
  border-radius: 0px;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:hover {
  background-color: #6c2888;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
}
.benefitheader-fixed div#followup-items a.btn:focus {
  background-color: #6c2888;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
}
.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: #3781a3;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
}
/* reset to default button */
.benefitheader-fixed div#resettodefaults a.btn {
  background-color: #00a1d7
}
.benefitheader-fixed div#resettodefaults a.btn:hover,
.benefitheader-fixed div#resettodefaults a.btn:focus {
  font-weight: bold
}

/* total cost section */
.benefit-matrix .totalcost-section-row .totalcostsection {
  width: 100%;
}
/* total cost label */
.benefit-matrix .totalcostLable {
  color: #000;
}

/* accordion background colours */
/* benefits you can choose*/
.benefit-matrix .containers > div > div.benefit-category:first-child .panel-default > .panel-heading {
  background: #00a1d7;
}
/* benefits you many be able to choose */
.benefit-matrix .containers > div > div.benefit-category:nth-child(2) .panel-default > .panel-heading {
  background: #00a1d7;
}
/* benefits you cannot choose */
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .panel-default > .panel-heading {
  background: #00a1d7;
}
/* 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;
}

/* Remove white space between first accordian and the first line group in the first and last accordions */
.benefit-matrix .containers > div > div.benefit-category:first-child .benefit-active-benefits,
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .benefit-active-benefits {
  display: none;
}

/* line group text colour */
.benefit-matrix .group-default {
  color: #004c90;
}

/* line name */
.benefit-matrix .lineheader > a:link {
  color: #004c90;
  font-weight: bold
}
.benefit-matrix .lineheader > a:link:hover,
.benefit-matrix .lineheader > a:link:focus {
  color: rgba(0,76,143,0.8);
}
.benefit-matrix .lineheader > a:link:active,
.benefit-matrix .lineheader > a:link:active:hover,
.benefit-matrix .lineheader > a:link:active:focus {
  color: #3781a3;
}

/* width of area containng Amount added to Flex Budget text */
.benefit-matrix:not(.benefitselect) .font-yourcost-color-earnedcredit {
  width: 200%;
}

/* select buttons */
.benefit-matrix .row .btn-success:not(.uib-close),
.benefit-matrix .row .btn-success:not(.uib-close):hover,
.benefit-matrix .row .btn-success:not(.uib-close):focus,
.benefit-matrix .row .btn-success:not(.uib-close):active:hover {
    min-width: 75%;
}
.benefit-matrix .row .btn-success {
  background-color: #00a1d7;
}
.benefit-matrix .row .btn-success:hover,
.benefit-matrix .row .btn-success:focus {
  font-weight: bold;
}

/* approved dependant and beneficiary listing text colour */
.benefit-matrix h4[tbs-translate="Enrollment.Step3.WhoIsCovered"],
.benefit-matrix h5[tbs-translate="Enrollment.Online2.BeneficiaryAllocations"] {
  color: #004c90;
}
.benefit-matrix h5[tbs-translate="Enrollment.Online2.BeneficiaryAllocations"] {
  font-size: 18px;
}
.dependent-approved {
  color: #666;
}

/* new, changed and unlocked labels */
.benefit-matrix .newbenefit,
.benefit-matrix .changebenefit,
.benefit-matrix .glyphicon-record,
.benefit-matrix .acitve-text {
  display: none;
}

/* 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;
}
/*Dependant Module Styling*/

div.dependant-cell.add.cell-md-6.is-auto-add.ng-scope {display: none;} /*Hide Add to all benefits option*/
div.dependant-normal div li.right-tab {display: none;} /*Hide Dependant Coverage Summary Tab*/

/*================================================================================================== 9. Benefit selection  ==================================================================================================*/

/*Fund Allocation styling*/

#FundAllocationDiv .InvestmentOptionsHeader {
    background: none;
    border: transparent;
    color: black;
}

#wrapper .benefitselect .products #FundAllocationDiv .box-border.sel {
    background: transparent;
}

.benefitselect #InvestmentOptionsTitle {
    color: transparent;
}

/* continue button */
.benefitselect .continue,
.benefitselect .continue:hover,
.benefitselect .continue:focus,
.benefitselect .continue:active,
.benefitselect .continue:active:hover,
.benefitselect .continue:active:focus {
  border-radius: 0px
}
.benefitselect .continue {
  animation: shadow-pulse 1s infinite;
}
.benefitselect .continue:after {
  content: '\f112';
  font-family: FontAwesome;
  padding-left: .5em
}
/* line name */
.benefitselect .line-name {
  color: #004c90;
}
/* more info icon */
.benefitselect .line-benefit-intro .glyphicon-info-sign-color {
  color: #4bbbeb;
}

/* 'Currently Selected' heading */
.benefitselect .header-selected {
  color: #004c90;
}

/* currently selected box */
.box-border {
  padding: 0
}
.box-border {
  border: 3px solid #000
}
#products .box-border {
  border: none
}
#products .box-border.sel {
  border: 3px solid #000
}

/* select buttons */
.online-two-iso .benefitselect A.button-style.green {
  background-color: #00a1d7;
  border-radius: 0px;
  color: #fff;
}
.online-two-iso .benefitselect A.button-style.green:hover {
  background-color: #6c2888;
  box-shadow: none;
  color: #fff;
}
.online-two-iso .benefitselect A.button-style.green:focus {
  background-color: #6c2888;
  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: #3781a3;
  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,
SPAN.green-number,
.benefitselect .in-Cart .you-pay H3,
.benefitselect .in-Cart .you-pay P SPAN.green-number {
  color: #666;
}
.in-Cart .you-chose .selected-plan {
  color: #000;
}
.in-Cart .you-chose .selected-plan strong {
  font-weight: bold;
}
/* EOI pending asterisk */
.benefitselect .alignleft .pending-note {
  display: inline;
  float: none;
}
/* available products heading */
.benefitselect .products-header H4 {
  color: #004c90;
}
/* styling available options boxes */
.benefitselect .box-border-bg .content-box-border {
  background-color: #ededec;
}
.benefitselect .products .box-border.sel .content-box-border {
  background-color: #fff;
}
/* selected plan border box */
.benefitselect .products .box-border.sel,
.benefitselect .products .box-border.sel .header {
  background: #9e4a95;
}
.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: #004c90;
}
.benefitselect .linename > a:hover {
  color: rgba(0,76,143,0.8);
}
.benefitselect .linename > a:focus {
  color: rgba(0,76,143,0.8);
}
.benefitselect .linename > a:active,
.benefitselect .linename > a:active:hover,
.benefitselect .linename > a:active:focus {
  color: rgba(0,76,143,0.8);
}

/* remove follow up info wording that appears before main followup content */
.benefitselect .followup-collect-info {
  display: none;
}

/* adjusting height of zero coverage message so it doesn't clash with inpur validation message */
.benefitselect .zeroInput-height {
  height: auto;
}

/* Remove zero coverage message */
.benefitselect span[ng-bind-html="vm.locale.zeroInputNoCover"] {
  display: none;
}

/*Increase width of Your cost column*/
.in-Cart .you-pay {
  width: 180px
}

/* Reduce font size of See Also links*/
.benefitselect .linename > a {
font-size: 15px;
}
/*Determine width of You Chose text*/
.in-Cart .you-chose {
   width: 235px;
}

/* Styling for description text added for plan or coverage*/
.DescriptionText {
  padding-top: 15px; 
  font-size: 14px;
}

/* 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: #004c90;
}
/* 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: #00a1d7;
  border-radius: 0px;
  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: #6c2888;
  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: #3781a3;
  color: #fff;
}

/* 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: #666;
}

html#profile body#profile #profile-online-2 #dependantsTab .left-tabon .sectionTitle {
  color: #4bbbeb;
  border-bottom: .5em solid #4bbbeb;
  padding-bottom: .25em;
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon {
  border-bottom: .5em solid #4bbbeb;
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon .sectionTitledimmed {
  color: #4bbbeb;
}

/* 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: #666;
}

html#profile body#profile #profile-online-2 #beneficiariesTab .left-tabon .sectionTitle,
html#profile body#profile #profile-online-2 #beneficiariesTab .right-tabon .sectionTitle{
  color: #4bbbeb;
  border-bottom: .5em solid #4bbbeb;
  padding-bottom: .25em;
}
/* beneficiaries edit allocation popup */
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label {
  background-color: #00a1d7;
  border: 1px solid white;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  padding: 6px 12px;
  text-transform: uppercase;
}
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label.active {
  background-color: #3781a3;
  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: #6c2888;
  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: #666;
}
html#profile body#profile #profile-online-2 #securityTab .left-tabon .sectionTitle,
html#profile body#profile #profile-online-2 #securityTab .right-tabon .sectionTitle {
  color: #4bbbeb;
  border-bottom: .5em solid #4bbbeb;
  padding-bottom: .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: #004c90;
  background-image: none;
}
#communicationPreferencesTab .ui-buttonset .ui-button.ui-state-active .ui-button-text:before {
  font-family: FontAwesome;
  content: '\f00c';
  position: relative;
  left: -.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;
  }
}

/*Alignment of address fields on Contact tab*/
html#profile #contactTab .content-box-border .row {
  display: flex;
  flex-wrap: wrap;
}

 
/*================================================================================================== Mailbox  ==================================================================================================*/
.k-state-selected {
  background-color: #9e4a95!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: #004c90;
}
#mobileRegistration p.lead {
  font-size: 21px;
}
#mobileRegistration p {
  font-size: 1em;
  font-weight: 300;
  padding-left: 0;
}
#mobileRegistration ol {
  margin: 0.5em 1em;
  list-style: decimal;
}
#mobileRegistration-Content {
  font-size: 16px;
}
#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: 0px;
  text-transform: none;
  background-color: #00a1d7;
}
#mobileRegistration .bootstrap-iso #newPasswordSave:hover,
#mobileRegistration .bootstrap-iso #newPasswordSave:focus {
  background-color: #004c90;
  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: #3781a3;
}
#mobileRegistration .well-lg {
  padding: 18px 9px;
}
#mobileRegistration .fa span {
  font-family: Arial;
  padding-left: 0.5em;
  font-size: 14px;
  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  ==================================================================================================*/
/* homepage module styling */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.TRS p {
  margin-bottom: -70px
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .highcharts-background {
  fill: transparent;
}
.trsdashboard .summary-myreward {
  visibility: hidden;
}
.trsdashboard .summarystatementdate {
  color: #666;
  text-align: center;
  font-size: 1rem;
}

/* 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: #00a1d7;
  color: #fff;
}
.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;
}
/*resizing for groups*/
.highcharts-root .highcharts-label.highcharts-data-label.highcharts-data-label-color-0 text tspan,
.highcharts-root .highcharts-label.highcharts-data-label.highcharts-data-label-color-1 text tspan,
.highcharts-root .highcharts-label.highcharts-data-label.highcharts-data-label-color-2 text tspan,
.highcharts-root .highcharts-label.highcharts-data-label.highcharts-data-label-color-3 text tspan {
    font-size: 16px !important;
}

.highcharts-legend-item.highcharts-pie-series.highcharts-color-0 text tspan,
.highcharts-legend-item.highcharts-pie-series.highcharts-color-1 text tspan,
.highcharts-legend-item.highcharts-pie-series.highcharts-color-2 text tspan,
.highcharts-legend-item.highcharts-pie-series.highcharts-color-3 text tspan{
    font-size: 14px !important;
}
/*colour for total on module*/
#home-online-three .grid-item-content .highcharts-container .highcharts-title {
    color: #666 !important;
}


/*================================================================================================== 13. Specific popups  ==================================================================================================*/
/* 13a) forgot password */
/* progress bar colour */
.bootstrap-iso .progress-bar-success {
  background-color: #004c90;
}

/* 13b) modellers and tools */
/* overlay header */
.bootstrap-iso .modellersModalHeader {
  margin-top: 7px;
}
/* remove tab for Tax Modeller as only one widget presented in this modeller */
.modal-normal ul.modeller-links {
  display: none;
}
.modeller-container .modeler-description {
  background-color: white;
}
/* text color */
.modeller-container .row-header,
.modeller-container .row-summary {
  color: #666;
}
/* tax code input */
input:focus {
  box-shadow: none;
}
/* model button */
input.modeller-line-bottom {
  background-color: #00a1d7;
  border-radius: 20px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
input.modeller-line-bottom:hover {
  background-color: #6c2888;
  color: #fff;
}
input.modeller-line-bottom:focus {
  background-color: #6c2888;
  box-shadow: none;
  color: #fff;
}
input.modeller-line-bottom:active,
input.modeller-line-bottom:active:hover,
input.modeller-line-bottom:active:focus {
  background-color: #3781a3;
  box-shadow: none;
  color: #fff;
}
@media only screen and (max-width: 767px){
  #TaxModelerContent {
    font-size: 14px
  }
}

/* 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: #004c90;
}
#allocationDialog .add-beneficiary:hover {
  color: #6c2888;
}
#allocationDialog .add-beneficiary:focus {
  color: #6c2888;
}
#allocationDialog .add-beneficiary:active,
#allocationDialog .add-beneficiary:active:hover,
#allocationDialog .add-beneficiary:active:focus {
  color: #3781a3;
}

/* add, edit and remove links */
.dependant-list-top a.dependant-add-link,
.dependant-list a.dependant-edit,
.dependant-list a.dependant-remove {
  color: #004c90;
}
.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: #00a1d7;  
}
.dependant-list .dependant-add-item a.dependant-remove {
  background-color: #00a1d7
}
.dependant-list-top a.dependant-add-link:hover,
.dependant-list a.dependant-edit:hover,
.dependant-list a.dependant-remove:hover {
  color: rgba(0,76,143,0.8);
}
.dependant-list .dependant-add-item a.dependant-edit:hover,
.dependant-list .dependant-add-item a.dependant-remove:hover {
  background-color: rgba(0,161,215,.8);
  color: #fff
}
.dependant-list-top a.dependant-add-link:focus,
.dependant-list a.dependant-edit:focus,
.dependant-list a.dependant-remove:focus {
  color: rgba(0,76,143,0.8);
}
.dependant-list .dependant-add-item a.dependant-edit:focus,
.dependant-list .dependant-add-item a.dependant-remove:focus {
  background-color: rgba(0,161,215,.8);
  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: rgba(0,76,143,0.8);
}
.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: rgba(0,161,215,.8);
  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: #00a1d7;
}

/*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: #3781a3;
  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: #9e4a95;
}
/* completed items dot indicator color */
.followup-content .progress-indicator .step-finished {
  background-color: #9e4a95;
}

/* 13e) benefit matrix T&Cs */
/* overlay header */
.benefit-matrix .benefitheader {
  text-transform: uppercase;
}
/* terms and conditions main text elements */
#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: #004c90;
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default:hover,
.benefit-matrix .modal-footer #confirmation-buttons .btn-default:focus {
  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: #00a1d7;
  content: '\f0c0';
  font-family: 'FontAwesome';
  font-size: 3em;
  padding-right: .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: #004c90;
}
#allocationDialog .edit-beneficiary,
#allocationDialog .delete-beneficiary {
  color: #004c90;
}
#allocationDialog .edit-beneficiary:hover,
#allocationDialog .edit-beneficiary:focus,
#allocationDialog .delete-beneficiary:hover,
#allocationDialog .delete-beneficiary:focus {
  color: #6c2888;
}
#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: #3781a3;
}

/* 13h) benefit matrix Flex Budget */
/* header */
.bootstrap-iso .modal .modal-header .benefitheader a span[tbs-translate="AddingUp.TableTitle"] {
  color: white;
  cursor: default;
  text-decoration: none;
}
.benefit-matrix .reschash-instruction {
  color: #666;
}
@media only screen and (max-width: 767px){
  .bootstrap-iso .modal .modal-header .benefitheader {
    margin-top: 0;
    text-align: left;
    width: auto;
  }
  .bootstrap-iso .modal .modal-header .benefitheader a {
    font-size: 1rem;
  }
}

/* 13i) matrix exit warning */
#exit-confirm #exit-continue .blue:hover {
  background-color: #00a1d7;
}

/****************************************** benefit intro popup **************************************/
.faq-answer {
  padding-bottom: 1em;
}

/*================================================================================================== 14. Icons  ==================================================================================================*/
/* 14a) benefit icon general coding */

/*Icons to be used on FAQs*/

#FAQ .benefit-information, #FAQs .benefit-information {
    height: 0;
}

/* remove background images in readiness for using icons */
/* benefit matrix */
.benefit-matrix .benefitline .benefit-menu .img,
/* see also images */
div.see-also .img,
/* life event icons */
.benefit-matrix .active-benefits .img,
/* benefits overview icons */
#benefit-overview .summaryImage .img {
  background: none;
}

/* general styling for using icons for benefits */
.benefit-matrix .benefitline .benefit-menu .img:before,
div.see-also .img:before,
#benefit-overview .summaryImage .img:before {
  font-family: OnlineTwoIconFont;
  font-size: 6em;
  color: #3781a3;
}

/* icon size for 'see also' section of benefit selection page */
div.see-also .img:before {
  font-size: 50px;
  top: -.25em;
}

/* 14b) life event icon general coding */
/* background of image placeholder */
.benefit-matrix .active-benefits .img {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #3781a3;
}
/* general styling for using icons for events */
.benefit-matrix .active-benefits .img:before {
  font-family: OnlineTwoIconFont;
  font-size: 4em;
  color: white;
}

/*================================================================================================== 15. Claims - PLACE HOLDER TO BE COPIED FOR CORRECT COUNTRY IF NEEDED  ==================================================================================================*/
/* 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: #004c90;
  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: #000;
}

/* 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: #00a1d7;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  transition: all .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: #6c2888;
}

/* 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: 3px;
  color: #333;  
}

/* today and clear button group *//*
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group .btn {
  background-color: #00a1d7;
  border: none;
  transition: background-color .25s
}
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group button:first-of-type {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px solid #fff;
}
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group button:last-of-type {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  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: rgba(0,161,215,.8);
}
.fsaClaimSubmitContainer .uib-datepicker-popup .btn.btn-default.active .text-info {
  color: #fff;
}

/* claim submitted table header styling *//*
.claimSubmittedHeader {
  background-color: #000;
}
.online-two-iso .claimSubmittedHeader h3 {
  color: #fff;
}

/* claim overview */
/* links *//*
body#StatementAndClaimSubmit #wrapper a {
  color: #004c90;
}
body#StatementAndClaimSubmit #wrapper a:hover,
body#StatementAndClaimSubmit #wrapper a:focus {
  color: rgba(0,76,143,0.8);
  text-decoration: none;
}
body#StatementAndClaimSubmit #wrapper a:active,
body#StatementAndClaimSubmit #wrapper a:active:hover,
body#StatementAndClaimSubmit #wrapper a:active:focus {
  color: rgba(0,76,143,0.8);
}
/* 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: 1em;
}
#StatementAndClaimSubmit .FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel A,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI A:hover {
  border-bottom: .5em solid #000;
  color: #000;
  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: #004c90;
  margin-bottom: 0;
}
.online-two-iso .claim-history h2 {
  color: #000;
}
*/


/* 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.75em;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.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: #3781a3;
}
.claim-approved a[title="Pending"]:before,
.claim-approved a[title="Afwachting"]:before {
  content: '\f0ec';
  color: #000
}

/* buttons in popup modal *//*
.claim-edit-link .btn.btn-primary,
.claim-edit-link .btn.btn-info {
  background-color: #00a1d7;
  color: #fff;
  border: none;
  border-radius: 0px;
  transition: background-color .25s
}
body#StatementAndClaimSubmit .btn-default {
  background-color: #00a1d7;
  color: #fff;
  border: none;
  border-radius: 0px;
  transition: background-color .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: #6c2888;
}

/* 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: #000;
  color: #fff;
  font-weight: bold;
}
/* table headings on FSA statement tab *//*
.fsa-table-caption .section_title,
.subtitle-claims .section_title {
  color: #000;
}

.online-two-iso #wrapper.StatementAndClaimSubmit,
.online-two-iso .StatementAndClaimSubmit .page-content{
width: 75vw
}

.online-two-iso .StatementAndClaimSubmit .htabs-container .tabs UL LI,
.online-two-iso .StatementAndClaimSubmit .htabs-container .tabs UL LI A {
width: auto
}
.online-two-iso .StatementAndClaimSubmit .htabs-container .tabs UL LI + LI A {
padding-left: 1em
}

/*color*//*
.online-two-iso .fsaClaimSubmitContainer .btn-default{
  background-color: #fec54c;
  border-radius: 0px;}

.online-two-iso .fsaClaimSubmitContainer .btn-primary{
  background-color: #004c90;}

.online-two-iso .fsaClaimSubmitContainer .btn-default:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-default:focus{
  background-color: rgba(254,198,77,0.8);
}

/*_________________________________________________________________________________________________________________________________________________________________________________________________*/



/*================================================================================================== 17. Mobile  ==================================================================================================*/
/* login module buttons */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .mobile-buttons .btn {
  background-color: #00a1d7!important;
}
@media only screen and (max-width: 767px){
  /* menu icon colour */
  .fa.fa-bars,
  .fa.fa-gear {
    color: #666;
  }
  /* links in mobile hamburger menu */
  .online-two-iso #menu-no-dashboard li a,
  .online-two-iso #menu-no-dashboard li a.selected {
    color: #4bbbeb;
  }
  /* 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: #6c2888;
  }
  /* make height of greeting container auto to give proper spacing around the greeting */
  #home-online-three .dashboard-controls {
    height: auto
  }
  /* remove placeholder modules for when clients dont have TRS or My Documents or Discounts or Afinity modules */
  #home-online-three #home-integrated .NonTRS,
  #home-online-three #home-integrated .NonReimbursementClaim,
  #home-online-three #home-integrated .NonReimbursementOverview{
    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;
}
/* allow user to click anywhere on module title to expand the module */
#home-online-three #home-integrated .modules-mobile .module-mobile span.module-label {
  margin-left: 0;
  position: absolute;
}
#home-online-three #home-integrated .modules-mobile .module-mobile span.link {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}
/* 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: #00a1d7;
  border-radius: 0px;
  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: #004c90;
}
/* 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 {
  display: none;
}

/*================================================================================================== 19. Client specific styles  ==================================================================================================*/

/*hidden 'i' icon for Interactive TRS & Overviw*/
.bootstrap-iso .InteractiveTRS .glyphicon.glyphicon-info-sign,
.bootstrap-iso .Maintenance .glyphicon.glyphicon-info-sign {
    display: none;
}

/*icon and text for Interactive TRS little bit lower*/
/*.InteractiveTRS .ng-scope p {
    margin-top: 60px;
}*/

#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.Maintenance {
    margin-top: 25%;
}

/****************************************** Using icons for benefits/events *******************************************/
/* if wanting icons to be colour coded to benefit groups */
/* replace LINEGROUP1/LINEGROUP2/LINEGROUP3 with relevant classes */
.benefit-matrix .LINEGROUP1 .benefitline .img:before,
#benefit-overview .LINEGROUP1 .summaryImage .img:before {
  color: #3781a3;
}
.benefit-matrix .LINEGROUP2 .benefitline .img:before,
#benefit-overview .LINEGROUP2 .summaryImage .img:before {
  color: #3781a3;
}
.benefit-matrix .LINEGROUP3 .benefitline .img:before,
#benefit-overview .LINEGROUP3 .summaryImage .img:before {
  color: #3781a3;
}

/****************************************** Using icons for homepage/elsewhere on the site *******************************************/
/* add any additional icons from the OnlineTwoIconFont that are required */




/*____________________________________________________________________________TRS STYLING_________________________________________________________________*/

/***Grand Total to be more visible**/ 

.bootstrap-iso .row .highcharts-container span.highcharts-title {
    font-size: 18px !important;
}

/*** Border Bottom Below Group Names*/

.uib-tab.nav-item.ng-scope.ng-isolate-scope.active {
    border-bottom: none;
}

/*** TRS Module on the Home Page - YOU NEED TO PROVIDE SPAN ON KENTICO CONTENT TO MAKE THIS CODE WORKS***/

.peryear {
    display: none;
    padding-left: 24px;
    font-weight: bold;
}

#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.TRSHome {
  background:#e6e6e6;
}

.trs-statement-intro.ng-scope {
    display: none;
}

/**Styling Tables**/
.trsdashboard .col-md-8 {
  padding-left: 0px;
}
.chart_line.row {
    border-bottom: 3px solid #ccc;
}
.bootstrap-iso .chart_line_amount.col-xs-5 {
    width: 19%;
  float: right !important;
}
.bootstrap-iso.trsdashboard {
    font-size: 0.88rem !important;
}
/*color for components*/
.componentkolorGroup1.ng-scope {
    color:  #004c90;
}
.componentkolorGroup2.ng-scope {
    color:  #00a1d7;
}
.componentkolorGroup3.ng-scope {
    color:  #008e3a;
}
.componentkolorGroup4.ng-scope {
    color:  #78bd20;
}
.componentkolorGroup5.ng-scope {
    color:  #fec54c;
}
/*___________________________________________________________________________Client Specific___________________________________________________________________________________________________________*/

/***Client Specific Content***/
/*login page*/
#wp-login .login-box .input-group-addon {
	background-color: #000;
	border: #000;
	color: #fff;
}

/*slide 1 button hover color*/
.bootstrap-iso #slide1 .btn-default:before{
    background-color: rgba(0,161,214,.8);
    border-radius: 0px;
}

/*slide 3 button color*/
.bootstrap-iso #slide3 .btn-default {
    background-color: #78bd20;
}

/*slide 3 button hover color*/
.bootstrap-iso #slide3 .btn-default:before {
    background-color: rgba(120,189,32,.8);
    border-radius: 0px;
}

/*slide 2 button color*/
.bootstrap-iso #slide2 .btn-default {
    background-color: #fec54c
}

/*slide 2 button hover color*/
.bootstrap-iso #slide2 .btn-default:before {
    background-color: rgba(254,197,76,.8);
    border-radius: 0px;
}

/*background for carousel text*/
#home-online-three #home-integrated .home-module-integrated .content p {
    background-color: #004c90;
}

/*white modules*/
#home-online-three #home-integrated #enrolment .module-content-header-container h3.module-content-header,
#home-online-three #home-integrated #enrolment .module-copy h3,
 #home-online-three #home-integrated #enrolment .module-copy h4  {
    color: #004c90;
}
/*blue modules*/
#home-online-three #home-integrated .grid-item-2 .module-content-header-container h3.module-content-header,
#home-online-three #home-integrated .grid-item-4 .module-content-header-container h3.module-content-header,
#home-online-three #home-integrated .grid-item-6 .module-content-header-container h3.module-content-header,
#home-online-three #home-integrated .grid-item-7 .module-content-header-container h3.module-content-header,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-2 .module-content ,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-4 .module-content,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-6 .module-content,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-7 .module-content, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-2 .module-content .glyphicon.glyphicon-info-sign::before,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-4 .module-content .glyphicon.glyphicon-info-sign::before,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-6 .module-content .glyphicon.glyphicon-info-sign::before,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-7 .module-content .glyphicon.glyphicon-info-sign::before
{
    color: #ffffff;
    background-color: #004c90;
}
#home-online-three #home-integrated .modules-right-side.grid-container .popover-content
{color: #004c90;}

#home-online-three #home-integrated #enrolment .module-copy #event-active {
    color: #004c90;
}

/*footer text color*/
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module .module-title {
    color: #004c90;
}

.online-two-iso.login .LoginPageContainer .login-module-zone {
    color: #004c90;
}

#login-modules-container a {
    color: #004c90;
}

/*login page button color*/
.bootstrap-iso .btn-primary {
    background-color: #004c90;
}

/*forgot password link color*/
.online-two-iso.login .LoginPageContainer .additional-services {
    color: #ffffff;
}

/*benefit matrix button color*/
.benefit-matrix .row .btn-success {
    background-color: #004c90;
}

/*confirm choices button color*/
.benefitheader-fixed div#followup-items a.btn {
    background-color: #004c90;
}

/*manage dependants button color*/
.benefit-matrix .benefitheader {
    background-color: #004c90;
}

.benefit-matrix .benefitheader.benefitheader-border {
    color: #ffffff;
}

/*cost color*/
.benefit-matrix .font-youpay-color {
    color: #004c90;
}

/*small icons color*/
.bootstrap-iso.benefit-matrix .glyphicon-gift::before, .bootstrap-iso.benefit-matrix .glyphicon-cog::before, .bootstrap-iso.benefit-matrix .glyphicon-refresh::before {
    color: #ffffff;
}

/*bar in benefit statement*/
#benefit-statement .highcharts-series-1 .highcharts-point {
    fill: #fec54c;
}
#benefit-statement-chart-container .highcharts-background {
  fill: #004c90;}
/*homepage button hover color*/
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .btn-default:before {
    background-color: rgba(0,161,215,.8);
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .btn.btn-default:hover
{background-color: #ffff;}

/*profil button hover color*/
html#profile body#profile #profile-online-2 .button-style.green:before {
    background-color: rgba(0,161,215,.8);
}
/*enrolment text color*/
#home-online-three #home-integrated #enrolment .module-copy .event-summary {
    color: #004c90;
}
/*benefit matrix page Confirm and Reset buttons for smaller resolutions*/
@media only screen and (max-width: 1920px){
  #resettodefaults.btngroup.reset {
    padding-right:3em;}}
@media only screen and (max-width: 920px){
  #resettodefaults.btngroup.reset {
    padding-right:1em;}}

/* Placeholder module styling - for when Clients do not have TRS*/
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.NonTRS {
  padding: 0;
  background: url(/pepsicoflexrewards/media/media/dashboard%20images/Pepsico_Dashboard-images-1.png) no-repeat top/cover;
} 

/* hovers on benefit matrix*/
.benefitheader-fixed div#followup-items a.btn:before {
    background-color: rgba(0,76,143,0.8);
    border-radius: 0px;
}

.benefitheader-fixed div#resettodefaults a.btn:before {
    background-color: rgba(0,161,215,0.8);
    border-radius: 0px;
}

.benefit-matrix .row .btn-success:before {
    background-color: rgba(0,76,143,0.8);
    border-radius: 0px;
}


/*radius of buttons removed*/
#dlguploadDocument #btn-upload-document-save,
#dlguploadDocument #btn-upload-document-save:active,
#dlguploadDocument #btn-upload-document-save:hover,
#dlguploadDocument #btn-upload-document-save:focus,
#dlguploadDocument #btn-upload-document-save:active:hover,
#dlguploadDocument #btn-upload-document-save:active:focus,
.online-two-iso .benefitselect A.button-style.gray,
.online-two-iso .benefitselect A.button-style.gray:active,
.online-two-iso .benefitselect A.button-style.gray:hover,
.online-two-iso .benefitselect A.button-style.gray:focus,
.online-two-iso .benefitselect A.button-style.gray:active:hover,
.online-two-iso .benefitselect A.button-style.gray:active:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-success,
.online-two-iso .fsaClaimSubmitContainer .btn-success:active,
.online-two-iso .fsaClaimSubmitContainer .btn-success:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-success:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-success:active:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-success:active:focus,
.online-two-iso .benefitselect A.button-style.green,
.online-two-iso .benefitselect A.button-style.green:active,
.online-two-iso .benefitselect A.button-style.green:hover,
.online-two-iso .benefitselect A.button-style.green:focus,
.online-two-iso .benefitselect A.button-style.green:active:hover,
.online-two-iso .benefitselect A.button-style.green:active:focus,
.bootstrap-iso .btn-info,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-info:focus,
.bootstrap-iso .btn-info:active:hover,
.bootstrap-iso .btn-info:active:focus,
.bootstrap-iso .btn-warning,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus,
.bootstrap-iso .btn-warning:active:hover,
.bootstrap-iso .btn-warning:active:focus,
.bootstrap-iso .btn-default,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:focus,
.bootstrap-iso .btn-default:active:hover,
.bootstrap-iso .btn-default:active:focus,
.bootstrap-iso .btn-success,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-success:active:hover,
.bootstrap-iso .btn-success:active:focus,
.benefitheader-fixed div#followup-items a.btn,
.benefitheader-fixed div#followup-items a.btn:active,
.benefitheader-fixed div#followup-items a.btn:hover,
.benefitheader-fixed div#followup-items a.btn:focus,
.benefitheader-fixed div#followup-items a.btn:active:hover,
.benefitheader-fixed div#followup-items a.btn:active:focus,
.benefitheader-fixed div#resettodefaults a.btn,
.benefitheader-fixed div#resettodefaults a.btn:active,
.benefitheader-fixed div#resettodefaults a.btn:hover,
.benefitheader-fixed div#resettodefaults a.btn:focus,
.benefitheader-fixed div#resettodefaults a.btn:active:hover,
.benefitheader-fixed div#resettodefaults a.btn:active:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-primary,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:active,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:active:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:active:focus,
.bootstrap-iso .btn-primary,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-primary:active:hover,
.bootstrap-iso .btn-primary:active:focus,
.benefit-matrix .row .btn-success,
.benefit-matrix .row .btn-success:active,
.benefit-matrix .row .btn-success:hover,
.benefit-matrix .row .btn-success:focus,
.benefit-matrix .row .btn-success:active:hover,
.benefit-matrix .row .btn-success:active:focus,
.benefitselect .continue,
.benefitselect .continue:active,
.benefitselect .continue:hover,
.benefitselect .continue:focus,
.benefitselect .continue:active:hover,
.benefitselect .continue:active:focus,
.benefit-matrix .confirm-checkout-button .btn-success,
.benefit-matrix .confirm-checkout-button .btn-success:active,
.benefit-matrix .confirm-checkout-button .btn-success:hover,
.benefit-matrix .confirm-checkout-button .btn-success:focus,
.benefit-matrix .confirm-checkout-button .btn-success:active:hover,
.benefit-matrix .confirm-checkout-button .btn-success:active:focus,
.online-two-iso #exit-cancel A.button-style.blue,
.online-two-iso #exit-cancel A.button-style.blue:active,
.online-two-iso #exit-cancel A.button-style.blue:hover,
.online-two-iso #exit-cancel A.button-style.blue:focus,
.online-two-iso #exit-cancel A.button-style.blue:active:hover,
.online-two-iso #exit-cancel A.button-style.blue:active:focus,
.online-two-iso A.button-style,
.online-two-iso A.button-style:active,
.online-two-iso A.button-style:hover,
.online-two-iso A.button-style:focus,
.online-two-iso A.button-style:active:hover,
.online-two-iso A.button-style:active:focus,
.online-two-iso A.button-style.blue,
.online-two-iso A.button-style.blue:active,
.online-two-iso A.button-style.blue:hover,
.online-two-iso A.button-style.blue:focus,
.online-two-iso A.button-style.blue:active:hover,
.online-two-iso A.button-style.blue:active:focus,
.online-two-iso A.button-style.gray,
.online-two-iso A.button-style.gray:active,
.online-two-iso A.button-style.gray:hover,
.online-two-iso A.button-style.gray:focus,
.online-two-iso A.button-style.gray:active:hover,
.online-two-iso A.button-style.gray:active:focus{
  border-radius: 0px;}

.online-two-iso A.button-style:hover,
.online-two-iso A.button-style: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 A.button-style.blue:hover,
.online-two-iso A.button-style.blue: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 #exit-cancel A.button-style.blue:hover,
.online-two-iso #exit-cancel A.button-style.blue:focus,
#dlguploadDocument #btn-upload-document-save:hover,
#dlguploadDocument #btn-upload-document-save:focus,
#dlguploadDocument #btn-upload-document-cancel:hover,
#dlguploadDocument #btn-upload-document-cancel:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-success:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-success:focus,
html#profile body#profile #profile-online-2 .button-style.green:hover,
html#profile body#profile #profile-online-2 .button-style.green:focus,
#deleteDocumentDialog #btnCancelDocument .gray:hover,
#deleteDocumentDialog #btnCancelDocument .gray:focus,
#deleteDocumentDialog #dspdeleteDocument:hover,
#deleteDocumentDialog #dspdeleteDocument:focus{
  background-color: rgba(0,161,215,0.8);
}


.online-two-iso .fsaClaimSubmitContainer .btn-primary:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:focus,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-primary:active:hover,
.bootstrap-iso .btn-primary:active:focus{
  background-color: rgba(0,76,143,0.8);
}
  
/*need assistance hover*/
#floating-header-content a:hover,
#floating-header-content a:focus{
    color: rgba(0,161,215,.8);
}

/*icons color*/
.benefit-matrix .benefitline .benefit-menu .img::before, div.see-also .img::before, #benefit-overview .summaryImage .img::before {
    color: #00a1d7;
}

/*header color*/
.online-two-iso #terminator #header.header-fullwidth {
    background-color: #ffffff;
}

/*footer color*/
.online-two-iso #terminator #footer.footer-fullwidth {
    background-color: #ffffff;
}

/* copyright */
#footer-copyright {
  color: #000;}

/*grey module*/
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-5 .module-content,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.TRSHome {
     background-color: #e6e6e6 !important;
}

/*color behind modules*/
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content{
  background-color: #fff;}

/*header of popups*/
.bootstrap-iso .modal-header, .online-two-iso .header-overlay, #followup-items-overlay.online-followup-items #followup-items-title {
    background-color: #004c90;
}

/*making carousel nicer*/

.home-module-integrated #slider .thumb .rect {
    width: 70% !important;
    height: 100px;}

#home-module-welcome .jssort101 .p.rect .t, .home-module-integrated .jssort101 .p.rect .t {height: 100%;}

#thumb-containder > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1){width: 33.3% !important; height: 100% !important; left: 7.5% !important;}
#thumb-containder > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2){width: 33.3% !important; height: 100% !important; left: 38.3% !important;}
#thumb-containder > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3){width: 33.3% !important; height: 100% !important; left: 69.1% !important;}
#thumb-containder > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {width: 677px !important; height: 100px !important;}
#thumb-containder > div:nth-child(2) {top: 6px !important;}
#thumb-containder > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div {transform: none !important;}

/*dot in confirm choices*/
.followup-content .progress-indicator .step-finished {
    background-color: #004c90;
}

/*my documents color header*/
h1, .online-two-iso h1 {
    font-weight: bold;
    color: #00a1d7;
}

#tabledocuments > thead > tr > th {
    background-color: #00a1d7;
}

/*cart header color*/
.benefitselect .products .box-border.sel .header {
    background: #00a1d7;
}

/*hover attachment, upload document and info icon*/
a:hover,
a:focus,
.bootstrap-iso a:hover,
.bootstrap-iso a:focus{
     color: rgba(0,76,143,0.8);
}

/*benefit effective text color*/
.benefit-matrix .benefitheader.asatdate span {
color: #fff;
}

/*profile/logout icons hover*/
#user-div a:hover,
#user-div a:focus{
     color: rgba(0,161,215,.8);
}

/*confirm choices bold*/
.benefit-matrix .confirm-checkout-button .btn-success:hover,
.benefit-matrix .confirm-checkout-button .btn-success: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{
  font-weight: bold;
}

/*centering flex information icon and enrolment text*/
.online-two-icon-95.hidden-xs.ng-scope {
  margin-left: 10%;
}

#home-online-three #home-integrated h3.heading-text {
  margin-top: 45%;
}

.home-module-integrated #slider .sliderContainer {
  text-align: center;
}

.benefit-matrix .benefitheader.asatdate {
  margin-right: 10px;
}

/*carousel update yellow*/

#home-online-three #home-integrated .home-module-integrated .content .titlecarousel {
    margin-right: 20% !important;
}
/*login page container for wording*/
.online-two-iso.login .LoginPageContainer.bootstrap-iso #main {
    width: 527px;
}

.online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body .welcome {
  background-color: #004c90;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  padding: 12px;
  padding-left: 11px;
}
/* login container stylin*/ 

.online-two-iso.login .LoginPageContainer.bootstrap-iso .login-panel {
    width: 85%;
}


@media only screen and (min-width:768px) and (max-width:868px) {
 .benefitheader-fixed div#resettodefaults a.btn {
  margin-right: -85px;
}
.benefitheader-fixed div#followup-items a.btn {
  margin-right: -170px;
}
}

@media only screen and (min-width:868px) and (max-width:968px) {
 .benefitheader-fixed div#resettodefaults a.btn {
  margin-right: -0px;
}
.benefitheader-fixed div#followup-items a.btn {
  margin-right: -70px;
}
}

@media only screen and (min-width:968px) and (max-width:1068px) {
 .benefitheader-fixed div#resettodefaults a.btn {
  margin-right: 50px;
}
.benefitheader-fixed div#followup-items a.btn {
  margin-right: 30px;
}
}

@media only screen and (max-width:450px) {
.online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body .welcome {
    font-size: 40px;}
}
  
@media only screen and (max-width:400px) {
.online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body .welcome {
    font-size: 32px;}
}
    
#home-online-three #home-integrated #enrolment .module-copy h3, 
#home-online-three #home-integrated #enrolment .module-copy h4,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light {
    text-align: center;
}
    
.FSAStatementAndHistoryContainer .claim-table th {
    word-wrap: break-word;
}

.list-points {
  list-style-type: disc;
  margin-left: 30px;
}

.list-circle {
    margin-left: 40px;
    list-style-type: circle;
}

.empty_list {
    margin-left: 40px;
    list-style-type: none;
}

OL.list-lowcase {
    list-style: lower-latin;
}

SPAN.green-number {
    margin-left: -25px;
}

.option-credit-health .option.sel .ng-binding {
    margin-left: -150px;
}

.option-credit-health .option .ng-binding{
    margin-left: -150px;
}

/* Hides the 'show on print' class from the site view - introduced for ROM, hidden for ALL */
span.show-on-print {
  display: none;
}

/* Hides additional Benefit Matrix description from the site view - introduced for ROM, hidden for ALL */
.BenMatrixROM {
  display: none;
}

/* Hides additional Terms and Conditions confirmation wording from the site view - introduced for ROM, hidden for ALL */
div.TermsAllCountries {
  display: block;
  font-size: 0.8em;
}
div.TermsRomania {
  display: none;
  font-size: 0.8em;
}

/* Minification failed (line 3351, error number 1038): Expected hex color, found '#ffff' */