﻿/* Layout variables */
/* Font variables */
/* Colour variables */
/* Font variables */
/* Colour variables */
/*-- base file --*/
body, p, span, div {
  color: #000; }

::selection {
  background: #B62B60;
  color: #fff; }

::-moz-selection {
  background: #B62B60;
  color: #fff; }

main {
  background-color: #fff; }

h1 {
  color: #1f1d1d; }

h2 {
  color: #25303b; }

h3 {
  color: #1f1d1d; }

h4 {
  color: #25303b; }

h5 {
  color: #000; }

h6 {
  color: #000; }

a {
  color: #4b4a4a;
  border-bottom: 1px solid #4b4a4a; }

a:hover {
  color: #0071b9;
  border-bottom: 2px solid #0071b9; }

a:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

table caption {
  color: #e22a1b; }

@media screen and (max-width: 992px) {
  /* change this breakpoint if required - ideally JavaScript should calculate this
  to discover when width of table > viewport width */
  table:not(.not-responsive):not(.ui-datepicker-calendar) tr {
    border: 1px solid #D2E1E4;
    box-shadow: 0px 1px 6px rgba(9, 62, 82, 0.35); }
  table:not(.not-responsive):not(.ui-datepicker-calendar) td,
  table:not(.not-responsive) th[scope="row"] {
    border-bottom: 1px solid #D2E1E4; }
  table:not(.not-responsive):not(.ui-datepicker-calendar) td::before,
  table:not(.not-responsive) th[scope="row"]::before {
    color: #000; } }

p {
  color: #000; }

input[disabled]::placeholder {
  color: #849EA8; }

footer {
  background-color: #fff;
  border-top: 3px solid #D2E1E4; }

.inset-text {
  border-left: 6px solid #e22a1b; }

.jumbotron {
  background-color: #F6F8F9; }

.bg-light {
  background-color: #F6F8F9; }

textarea {
  color: #000;
  border: 1px solid #7591A9;
  background-color: #fff; }

textarea:focus {
  box-shadow: 0 0 0 3pt #b90e00;
  border: 2px solid #000; }

.form-label, label {
  color: #000; }

input {
  color: #000;
  border: 1px solid #7591A9;
  background-color: #fff; }

input:focus {
  box-shadow: 0 0 0 3pt #b90e00;
  border: 2px solid #000; }

.header-content {
  height: 56px; }

.secondary-colour, .secondary-colour:before {
  color: #e22a1b; }

.tertiary-colour, .tertiary-colour:before {
  color: #fff; }

.accent-1, .accent-1:before {
  color: #B62B60; }

.accent-2, .accent-2:before {
  color: #F1614E; }

.accent-3, .accent-3:before {
  color: #fbb040; }

.accent-4, .accent-4:before {
  color: #8CCFB7; }

.accent-5, .accent-5:before {
  color: #764897; }

select {
  color: #000;
  border: 1px solid #7591A9;
  background-color: #fff; }

select:focus {
  box-shadow: 0 0 0 3pt #b90e00;
  border: 2px solid #000; }

select[disabled] {
  background-color: #D2E1E4;
  border-color: #849EA8;
  color: #849EA8; }

select[disabled]::placeholder {
  color: #849EA8; }

input[readonly] {
  border-bottom: 1px solid #D2E1E4; }

input[readonly]:focus {
  background-color: #F6F8F9;
  border-bottom: 2px solid #D2E1E4; }

select[readonly] {
  border-bottom: 1px solid #D2E1E4; }

select[disabled][readonly] {
  color: #000; }

select[readonly]:focus {
  background-color: #F6F8F9;
  border-bottom: 2px solid #D2E1E4; }

textarea[readonly] {
  border-bottom: 1px solid #D2E1E4; }

textarea[readonly]:focus {
  background-color: #F6F8F9;
  border-bottom: 2px solid #D2E1E4; }

input[readonly] + .checkmark, input[readonly] + .radio-checkmark {
  border-bottom: 1px solid #D2E1E4; }

input[readonly]:focus + .checkmark, input[readonly]:focus + .radio-checkmark {
  border-color: #D2E1E4;
  background-color: #F6F8F9; }

/* Mode testing */
.bg-light {
  background-color: #F6F8F9 !important; }

.homepage-card .card-image {
  background-color: #fff !important; }

/*--//base file--*/
/*--component file--*/
/* Accordion */
.accordion-header-btn {
  border-top: 1px solid #D2E1E4;
  border-bottom: 1px solid #D2E1E4;
  background-color: #fff; }

.accordion-header-btn:hover {
  background-color: #F6F8F9; }

.accordion-header-btn:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

.accordion-text {
  color: #e22a1b; }

@media (min-width: 800px) {
  .accordion-text {
    color: #e22a1b; } }

.accordion-content {
  background-color: #fff; }

.account-header {
  border-top: 1px solid #D2E1E4;
  border-bottom: 1px solid #D2E1E4;
  background-color: #fff; }

.no-contents .account-header:not([href]):not([tabindex]) {
  border-bottom: 1px solid #D2E1E4; }

.no-contents .account-header:hover {
  border-top: 1px solid #D2E1E4;
  border-bottom: 1px solid #D2E1E4; }

.account:not(.no-contents) .account-header:hover {
  background-color: #F6F8F9;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000; }

.account-header:focus {
  box-shadow: 0 0 0 3pt #b90e00;
  border: 2px solid #000 !important; }

.account-text {
  color: #000; }

@media (min-width: 800px) {
  .account-text {
    color: #000; } }

.account-header.secondary {
  background-color: #e22a1b;
  border-top: 1px solid #e22a1b;
  border-bottom: 1px solid #e22a1b; }

.account-header.secondary .account-text, .account-header.secondary .account-info {
  color: #4b4a4a; }

.account-header.secondary:hover {
  background-color: #fff !important;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000; }

.modal-content {
  border: 1px solid #D2E1E4;
  box-shadow: 0px 5px 10px -1px rgba(9, 62, 82, 0.35); }

.close:not(:disabled):not(.disabled):focus {
  border: 2px solid #000;
  box-shadow: 0 0 0 3px #b90e00; }

.breadcrumb-link a {
  border-bottom: 1px solid #000;
  color: #000; }

.breadcrumb-link a:hover {
  color: #000;
  border-bottom: 2px solid #000; }

/* Cards */
.card, .card-1, .card-2 {
  background-color: #fff; }

.card {
  box-shadow: 0 2px 10px rgba(9, 62, 82, 0.35); }

.card-subtitle {
  color: #e22a1b; }

.card-header {
  background-color: #e22a1b;
  color: #4b4a4a;
  border-bottom: 1px solid #e22a1b; }

.card-footer {
  background-color: #F6F8F9;
  border-top: 1px solid #e22a1b; }

.card .blockquote p {
  color: #e22a1b; }

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

.card.slide-right {
  box-shadow: -30px 0px 40px -35px rgba(9, 62, 82, 0.35); }

.card.slide-left {
  box-shadow: 30px 0px 40px -35px rgba(9, 62, 82, 0.35); }

.card-1 {
  box-shadow: 0 2px 20px -2px rgba(9, 62, 82, 0.35); }

.card-2 {
  box-shadow: 0 5px 40px -5px rgba(9, 62, 82, 0.35); }

.card.with-hover:hover {
  box-shadow: 0 2px 20px rgba(9, 62, 82, 0.35) !important; }

.card-1.with-hover:hover {
  box-shadow: 0 5px 40px rgba(9, 62, 82, 0.35) !important; }

.card-2.with-hover:hover {
  box-shadow: 0 10px 60px rgba(9, 62, 82, 0.35) !important; }

.card.no-shadow.with-hover:hover {
  box-shadow: 0 2px 10px rgba(9, 62, 82, 0.35) !important; }

.with-background-hover:hover {
  background-color: #EBF7FF; }

/* Hint text */
.hint-info {
  color: #e22a1b; }

.hint {
  color: #e22a1b; }

.checkmark {
  background-color: #fff;
  border: 1px solid #7591A9; }

.choice-container:hover input ~ .checkmark {
  background-color: #F6F8F9; }

.choice-container input:focus ~ .checkmark {
  box-shadow: 0 0 0 3px #b90e00;
  border-color: #000; }

.choice-container .checkmark:after {
  color: #000; }

.radio-checkmark {
  background-color: #fff;
  border: 1px solid #7591A9; }

.choice-container .radio-checkmark:after {
  background: #000; }

.choice-container:hover input ~ .radio-checkmark {
  background-color: #F6F8F9; }

.choice-container input:focus ~ .radio-checkmark {
  box-shadow: 0 0 0 3px #b90e00;
  border-color: #000; }

.choice-container.small:hover input ~ .checkmark {
  box-shadow: 0 0 0 6px #b90e00; }

.choice-container.small:hover input ~ .radio-checkmark {
  box-shadow: 0 0 0 6px #b90e00; }

.choice-container input[disabled] ~ .radio-checkmark {
  background-color: #D2E1E4;
  border-color: #849EA8; }

.choice-container input[disabled] ~ .checkmark {
  background-color: #D2E1E4;
  cursor: auto;
  border-color: #849EA8; }

.choice-container input[disabled] ~ .radio-checkmark:after {
  color: #849EA8; }

.choice-container input[disabled] ~ .checkmark:after {
  color: #849EA8; }

fieldset[disabled] .radio-checkmark {
  background-color: #D2E1E4;
  cursor: auto;
  border-color: #849EA8; }

fieldset[disabled] .choice-container:hover .radio-checkmark {
  background-color: #D2E1E4; }

fieldset[disabled] .radio-checkmark:after {
  background: #849EA8; }

/*position new box*/
.checkbox-wrapper input + label::before {
  border: 1px solid #7591A9; }

.checkbox-wrapper input[readonly] + label::before {
  border-bottom: 1px solid #D2E1E4; }

.checkbox-wrapper input[disabled] + label::before {
  background-color: #D2E1E4;
  border-color: #849EA8; }

.checkbox-wrapper input[disabled] + label:after {
  color: #849EA8; }

.checkbox-wrapper input:focus + label::before {
  box-shadow: 0 0 0 3px #b90e00;
  border-color: #000; }

.checkbox-wrapper input[readonly]:focus + label::before {
  border-color: #D2E1E4;
  background-color: #F6F8F9; }

/*position new box*/
.radio-wrapper input + label::before {
  border: 1px solid #7591A9; }

.radio-wrapper input[readonly] + label::before {
  border-bottom: 1px solid #D2E1E4; }

.radio-wrapper input[disabled] + label::before {
  background-color: #D2E1E4;
  border-color: #849EA8; }

.radio-wrapper input[disabled] + label:after {
  color: #849EA8; }

/*create check symbol with pseudo element*/
.radio-wrapper input + label::after {
  background: #000; }

.radio-wrapper input:focus + label::before {
  box-shadow: 0 0 0 3px #b90e00;
  border-color: #000; }

.radio-wrapper input[readonly]:focus + label::before {
  border-color: #D2E1E4;
  background-color: #F6F8F9; }

.skip-link:focus, .skip-link:active {
  background-color: #EBF7FF;
  box-shadow: 0 0 0 3pt #b90e00;
  color: #000; }

/* Circular progress */
circular .progress:after {
  background: #fff; }

.circular .progress:before {
  background: #fff; }

.circular .progress-line {
  border: 10px solid #D2E1E4; }

.circular .progress {
  border-color: #fff transparent; }

.circular.animated.progress:after {
  background: #fff; }

.circular.animated.progress:before {
  background: #fff; }

@keyframes linear-bounce {
  0% {
    left: 0%;
    width: 30%;
    background-color: #fff; }
  50% {
    left: 75%;
    width: 25%;
    background-color: #fff; }
  100% {
    left: 0%;
    width: 30%;
    background-color: #fff; } }

/* Linear progress */
.progress.complete {
  background-color: #098765;
  width: calc(100% - 2rem); }

.progress.failed {
  background-color: #A92131;
  width: calc(100% - 2rem); }

.progress-line {
  background-color: #D2E1E4; }

.progress {
  background-color: #fff; }

/* Content breaker */
.content-breaker {
  background-color: #D2E1E4; }

.details-summary:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

.details-summary-text {
  border-bottom: 1px solid #e22a1b;
  color: #e22a1b; }

.details-summary-text:hover {
  border-bottom: 2px solid #fff;
  color: #fff; }

.details-text {
  border-left: 6px solid #e22a1b; }

.search-box input {
  border: 1px solid #25303b;
  color: #000; }

.search-box input:focus {
  box-shadow: 0 0 0 3pt #b90e00;
  border: 2px solid #25303b;
  outline: 0; }

/* More search */
.more-search {
  background-color: #25303b;
  box-shadow: 0px 5px 20px -5px rgba(9, 62, 82, 0.35); }

.more-search .btn-icon .icon-close:before {
  color: #25303b !important; }

/* More navigation */
.module-more-navigation {
  background-color: #fff !important;
  box-shadow: 0px 5px 20px -5px rgba(9, 62, 82, 0.35); }

.module-more-navigation a {
  border-bottom: 1px solid #4b4a4a; }

.module-more-navigation a:hover {
  border-bottom: 2px solid #0071b9;
  color: #0071b9; }

.module-more-navigation .btn .icon {
  color: #e22a1b; }

.btn-dropdown:after {
  color: #fff; }

.dropdown-item {
  color: #e22a1b; }

.dropdown-item:hover {
  background-color: #EBF7FF;
  border-bottom: none; }

.ui-datepicker-trigger img {
  color: #e22a1b; }

.ui-widget-content {
  border: 1px solid #D2E1E4; }

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: #F6F8F9 !important;
  border: 1px solid #D2E1E4 !important; }

.ui-datepicker a.ui-state-default {
  color: #000; }

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
  border: 2px solid #000; }

.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus {
  border: 2px solid #000 !important;
  box-shadow: 0 0 0 3px #b90e00; }

.ui-datepicker {
  background-color: #fff; }

.ui-datepicker .ui-state-active {
  background-color: #e22a1b !important;
  color: #4b4a4a !important; }

.ui-datepicker .ui-datepicker-header {
  background-color: #EBF7FF;
  border: 1px solid #D2E1E4 !important; }

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border: 2px solid #000 !important; }

.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus {
  border: 2px solid #000 !important;
  box-shadow: 0 0 0 3px #b90e00; }

.ui-datepicker .ui-datepicker-buttonpane button {
  border-color: #e22a1b !important;
  color: #e22a1b !important; }

.ui-datepicker-buttonpane button:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: #4b4a4a !important;
  transition: ease all 0.2s; }

.ui-datepicker .ui-datepicker-buttonpane button:focus {
  background-color: #e22a1b !important;
  border: 2px solid #000 !important;
  box-shadow: 0 0 0 3px #b90e00 !important;
  color: #4b4a4a !important; }

button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:active {
  border: 2px solid #000 !important;
  box-shadow: 0 0 0 3px #b90e00; }

button.ui-datepicker-trigger:hover {
  background-color: #F6F8F9 !important; }

/* Error summary */
.error-summary {
  border: 3px solid #A92131;
  background-color: #FCF3F3; }

.error-summary-title {
  color: #A92131; }

.error-summary-list li a {
  color: #A92131;
  border-bottom-color: #A92131; }

/* Alerts */
.alert {
  border: 1px solid #0096EF;
  background-color: #F1FAFF; }

.alert:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

.alert > .icon {
  color: #0096EF; }

.alert p {
  color: #000; }

.alert-success {
  border-color: #098765;
  background-color: #EBFAF5; }

.alert-success .icon {
  color: #098765; }

.alert-warning {
  border-color: #B75F00;
  background-color: #FFFAF5; }

.alert-warning .icon {
  color: #B75F00; }

.alert-error {
  border-color: #A92131;
  background-color: #FCF3F3; }

.alert-error .icon {
  color: #A92131; }

.alert-error a {
  color: #000; }

/* Left menu */
.left-menu {
  height: calc(100vh - 56px);
  top: 56px;
  border-right: 1px solid #F0F0F0;
  background-color: #fff;
  box-shadow: 20px 0 40px rgba(9, 62, 82, 0.35); }

.left-menu-header {
  background-color: #F6F8F9;
  border-bottom: 1px solid #F0F0F0; }

.menu-header-text {
  color: #e22a1b; }

.left-menu-header .icon {
  color: #e22a1b; }

.left-menu-header .icon-chevron-left, .left-menu-header .icon-chevron-right {
  color: #e22a1b; }

.left-menu-item {
  color: #000;
  background-color: #fff; }

.left-menu-item div, .left-menu-item span, .left-menu-item p {
  color: #000; }

.left-menu-item .icon {
  color: #000; }

.left-menu-item:hover {
  background-color: #EBF7FF; }

.left-menu-item:hover .menu-item-text, .left-menu-link:focus .left-menu-item .menu-item-text {
  border-bottom: 1px solid #fff;
  color: #fff; }

.left-menu-link:focus .left-menu-item {
  background-color: #EBF7FF;
  border: 3px solid #b90e00; }

.left-menu-link:focus .left-menu-header {
  background-color: #F6F8F9;
  border-left: 4px solid #b90e00; }

.left-menu-item.open {
  background-color: #e22a1b; }

.left-menu-item.open:hover .menu-item-text {
  border-bottom: 1px solid #4b4a4a;
  color: #4b4a4a; }

.left-menu-item.open div, .left-menu-item.open span, .left-menu-item.open p {
  color: #4b4a4a; }

.left-menu-item.open .icon {
  color: #4b4a4a; }

.left-menu-link:focus .left-menu-item.open .icon {
  color: #000; }

.left-menu-link:focus .left-menu-item.open .menu-item-text {
  color: #000;
  border-bottom: 1px solid #000; }

/* Accordion menus */
.left-menu .accordion-header-btn:focus {
  border: 3px solid #b90e00; }

.left-menu .accordion-header-btn:hover {
  background-color: #fff; }

.left-menu .accordion-header-btn {
  background-color: #F6F8F9;
  border-bottom: 1px solid #F0F0F0; }

/* Right menu */
.right-menu {
  background-color: #fff;
  padding-top: 56px;
  box-shadow: -15px 5px 20px -15px rgba(9, 62, 82, 0.35); }

.slide-right-container {
  box-shadow: -15px 5px 20px -15px rgba(9, 62, 82, 0.35); }

.right-item-panel {
  background-color: #fff;
  box-shadow: -15px 5px 20px -15px rgba(9, 62, 82, 0.35); }

.image-panel {
  background-color: #fff;
  box-shadow: -15px 5px 20px -15px rgba(9, 62, 82, 0.35); }

#main-and-footer {
  background-color: #fff;
  margin-top: 56px; }

/* Header */
.header-logo img {
  height: 56px; }

.nav-items {
  max-width: calc(80% - 300px);
  height: 56px; }

.nav-item-list {
  height: 56px; }

.nav-item {
  height: 56px;
  line-height: 56px; }

.nav-link {
  color: #25303b;
  height: 56px;
  line-height: 56px; }

.nav-link:hover {
  color: #e22a1b; }

.nav-item.emphasised .nav-link {
  color: #25303b; }

.nav-items-row {
  height: 56px; }

.nav-item.active {
  border-bottom: 6px solid #e22a1b; }

.nav-link:focus {
  border-bottom: 6px solid #b90e00; }

.nav-item.view-more {
  color: #25303b; }

.nav-item.emphasised {
  background-color: #25303b; }

.top-header {
  background-color: #25303b; }

.top-header .logo a {
  color: #25303b;
  line-height: 56px; }

.dark-logo-text {
  color: #000 !important;
  text-shadow: 0 2px 2px rgba(9, 62, 82, 0.35); }

.top-header .icon {
  color: #25303b; }

.top-header .header-content h1, .top-header .header-content h2, .top-header .header-content h3, .top-header .header-content h4, .top-header .header-content h5 {
  color: #25303b; }

.header-dropdown-content {
  background-color: #25303b;
  top: 56px;
  max-height: calc(568px - 56px); }

.header-dropdown-content li .nav-text {
  color: #25303b; }

.header-dropdown-content li a:focus {
  border: 4px solid #b90e00; }

.top-header .dropdown-divider {
  background-color: #D2E1E4; }

.navigation-menu {
  height: 56px;
  background-color: #25303b; }

a:focus .navigation-menu {
  box-shadow: 0 0 0 3pt #b90e00;
  background-color: #25303b; }

a:focus .navigation-menu .icon {
  color: #25303b; }

.top-nav-left {
  height: 56px; }

.right-navigation-icons a:focus {
  border: 3px solid #b90e00; }

.right-navigation-icons .icon {
  line-height: 56px; }

.right-navigation-icons .icon:before {
  line-height: 56px; }

.top-header .logo-centered a {
  line-height: 56px; }

#scrollOn .icon, #scrollBack .icon {
  color: #25303b; }

#scrollOn .btn, #scrollBack .btn {
  height: 56px; }

/* Badges */
.badge {
  color: #fff;
  background-color: #000; }

.badge-alert {
  background-color: #A92131; }

.badge-warning {
  background-color: #B75F00; }

.badge-good {
  background-color: #098765; }

.text-with-badge .badge {
  color: #fff; }

/* Buttons */
.btn {
  background-color: #4b4a4a;
  color: #e22a1b;
  border: 1px solid #D2E1E4; }

.btn:hover {
  background-color: #F6F8F9;
  transition: ease all 0.5s;
  border: 1px solid #D2E1E4; }

.btn:focus {
  box-shadow: 0 0 0 3pt #b90e00;
  border: 2px solid #000 !important; }

.btn.disabled, .btn[disabled] {
  background-color: #D2E1E4;
  color: #849EA8;
  border-color: #D2E1E4;
  pointer-events: none; }

/* Secondary button */
.btn-secondary {
  background-color: #e22a1b;
  border-color: #e22a1b;
  color: #4b4a4a;
  border: 1px solid #e22a1b; }

.btn-secondary:hover {
  background-color: #fff;
  border-color: #fff;
  transition: ease all 0.2s; }

.btn-secondary:not(:disabled):not(.disabled):active {
  border: 2px solid #fff !important;
  background-color: #e22a1b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

.btn-secondary:focus {
  background-color: #fff !important; }

/* Primary button */
.btn-primary {
  background-color: #e22a1b;
  color: #4b4a4a;
  border: 1px solid #e22a1b; }

.btn-primary:hover {
  background-color: #fff;
  border: 1px solid #fff;
  transition: ease all 0.2s; }

.btn-primary:not(:disabled):not(.disabled):active {
  border: 2px solid #fff !important;
  background-color: #e22a1b; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

.btn-primary:focus {
  background-color: #fff !important; }

/* Link button */
.btn-link {
  color: #4b4a4a; }

.btn-link:hover {
  border: 1px solid #4b4a4a; }

.btn-link.disabled {
  color: #849EA8; }

/* Negative/warning button */
.btn-warning {
  color: #4b4a4a;
  border-color: #A92131;
  background-color: #A92131; }

.btn-warning .icon {
  color: #4b4a4a; }

.btn-warning:hover {
  color: #A92131;
  border-color: #A92131;
  background-color: #4b4a4a; }

.btn-warning:not(:disabled):not(.disabled):active {
  border-color: #A92131 !important;
  background-color: #4b4a4a; }

.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

.btn-warning:focus {
  color: #A92131;
  border-color: #A92131 !important;
  background-color: #4b4a4a !important; }

.btn-warning.disabled {
  background-color: #FCF3F3;
  color: #A92131;
  border-color: #A92131; }

/* Ghost button */
.btn-ghost {
  border-color: #e22a1b;
  color: #e22a1b; }

.btn-ghost:hover {
  background-color: #e22a1b;
  border-color: #e22a1b;
  color: #fff;
  transition: ease all 0.2s; }

.btn-ghost:active {
  border-color: #e22a1b !important; }

.btn-ghost:focus {
  border: 2px solid #000 !important; }

/* Previous and next buttons */
.btn-prev:before {
  color: #fff; }

.btn-next:after {
  color: #fff; }

.btn-secondary.btn-next:after {
  color: #4b4a4a; }

.btn-secondary.btn-prev:after {
  color: #4b4a4a; }

.btn-reveal, .btn-contract {
  color: #e22a1b; }

.btn-reveal:after {
  border-top: 5px solid #fff; }

.btn-contract:after {
  border-bottom: 5px solid #fff; }

.btn-expand:after {
  border-top: 5px solid #fff; }

.btn-hide:after {
  border-bottom: 5px solid #fff; }

.btn-table {
  color: #e22a1b;
  background-color: #F6F8F9; }

.btn-table:hover {
  background-color: #fff; }

.pagination a.active {
  background-color: #fff;
  color: #4b4a4a; }

/* Button icons */
.btn .icon {
  color: #e22a1b; }

.btn-primary .icon, .btn-secondary .icon {
  color: #4b4a4a; }

.btn-ghost .icon {
  color: #e22a1b; }

.btn-ghost:hover .icon {
  color: #4b4a4a; }

/* Panel */
.panel {
  background-color: #e22a1b; }

.panel-title, .panel-body {
  color: #4b4a4a; }

.panel-success {
  background-color: #098765; }

.panel-warning {
  background-color: #B75F00; }

.panel-error {
  background-color: #A92131; }

.panel-note {
  background-color: #0096EF; }

.notification .progress-line {
  background-color: #F6F8F9;
  border: 2px solid #fff; }

.notification .progress {
  background-color: #B75F00;
  border: 2px solid #4b4a4a; }

.notification {
  background-color: #e22a1b; }

.notification a {
  color: #4b4a4a; }

.notification p {
  color: #4b4a4a; }

.notification-success {
  background-color: #098765; }

.notification span.icon {
  color: #4b4a4a; }

.notification-with-link a {
  border-bottom: 1px solid #4b4a4a; }

.notification-with-link a:hover, .notification-with-link a:focus {
  border-bottom: 2px solid #4b4a4a; }

.notification-error {
  background-color: #A92131; }

.notification-warning {
  background-color: #B75F00; }

.notification .btn span {
  color: #4b4a4a; }

/* Tables */
table.alternating {
  color: #000;
  box-shadow: 0px 1px 6px rgba(9, 62, 82, 0.35);
  border: 1px solid #D2E1E4; }

.alternating tr:nth-child(2n+1) {
  background-color: #F6F8F9; }

.alternating tr:nth-child(2n) {
  background-color: #fff; }

.alternating tr:hover {
  background-color: #EBF7FF;
  color: #000; }

table .actions {
  border-left: 1px solid #D2E1E4; }

.alternating th:not([scope="row"]) {
  border-bottom: 2px solid #D2E1E4;
  background-color: #fff;
  color: #000; }

@media screen and (max-width: 992px) {
  .alternating:not(.not-responsive) tr > *:nth-child(2n+1) {
    background-color: #F6F8F9; }
  .alternating:not(.not-responsive) tr > *:nth-child(2n) {
    background-color: #fff; }
  .alternating:not(.not-responsive) tr:nth-child(2n+1) {
    background-color: #fff; }
  .alternating:not(.not-responsive) tr:nth-child(2n) {
    background-color: #F6F8F9; }
  .alternating:not(.not-responsive) tr:hover {
    background-color: #fff; } }

table.white {
  color: #000;
  background-color: #fff; }

.white th:not([scope="row"]) {
  border-bottom: 1px solid #D2E1E4;
  background-color: #fff;
  color: #fff; }

.options-col:after {
  color: #fff; }

.sort-col:after {
  color: #fff; }

.options-col:focus, .sort-col:focus {
  box-shadow: 0 0 0 3pt #b90e00;
  border: 2px solid #000 !important; }

table tr.active td {
  background-color: #EBF7FF !important; }

@media (max-width: 991.5px) {
  table tr.active {
    border: 1px solid #e22a1b;
    box-shadow: 0 2px 10px rgba(9, 62, 82, 0.35); } }

@media (min-width: 992px) {
  tr.active td:first-child:before {
    background-color: #e22a1b; } }

/* Chips */
.chip {
  background-color: #F6F8F9;
  color: #e22a1b;
  border: 1px solid #e22a1b; }

.chip:hover {
  background-color: #A92131;
  color: #4b4a4a; }

.btn-icon-chip .close {
  color: #e22a1b; }

.btn-icon-chip .close:not(:disabled):not(.disabled):hover, .btn-icon-chip .close:not(:disabled):not(.disabled):focus {
  color: #4b4a4a; }

.btn-icon-chip {
  color: #000; }

.btn-icon-chip:focus {
  box-shadow: 0 0 0 3pt #b90e00;
  border: 2px solid #000; }

.btn-icon-chip:hover .close::before {
  color: #4b4a4a; }

/* Summary list */
.summary-list-row {
  border-bottom: 1px solid #D2E1E4; }

/* Tag */
.tag {
  background-color: #e22a1b;
  color: #4b4a4a; }

.tag-green {
  background-color: #098765; }

.tag-red {
  background-color: #A92131; }

.tag-amber {
  background-color: #B75F00; }

/* Form validity */
.validity-text {
  color: #A92131; }

.view-more-link {
  color: #e22a1b; }

.view-more-button {
  background-color: #fff;
  border: 2px solid #D2E1E4;
  box-shadow: 0 2px 2px rgba(9, 62, 82, 0.35); }

.view-more-button:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

.view-more-button:hover {
  background-color: #F6F8F9;
  box-shadow: 0 2px 4px rgba(9, 62, 82, 0.35); }

.view-more-icon {
  color: #fff; }

.progressbar li:before {
  color: #000;
  border: 2px solid #fff;
  background-color: #fff; }

.progressbar li:after {
  background-color: #fff; }

.progressbar li.active:after, .progressbar li.complete:after {
  background-color: #000; }

.progressbar li a {
  color: #000; }

.progressbar li.complete:before {
  content: '\e010';
  background-color: #000;
  color: #4b4a4a !important;
  border: 2px solid #000 !important; }

.progressbar li.active:before {
  color: #000 !important;
  border: 2px solid #000 !important;
  background-color: #8CCFB7;
  box-shadow: 0 0 0 2px #fff; }

/* Banner */
.banner {
  background-color: #e22a1b; }

.banner-text {
  color: #4b4a4a; }

.banner:hover {
  background-color: #fff; }

.banner:hover .banner-button {
  background-color: #fff; }

.banner a {
  color: #4b4a4a;
  border-bottom: 1px solid #4b4a4a; }

.banner a:hover {
  border-bottom: 2px solid #4b4a4a; }

.slider {
  background-color: #D2E1E4; }

.slider:before {
  background-color: #fff;
  border: 1px solid #849EA8; }

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

input:focus + .slider {
  box-shadow: 0 0 0 3pt #b90e00; }

input:checked + .slider:before {
  border-color: #000; }

input + .slider:after {
  content: 'OFF';
  color: #000; }

input:checked + .slider:after {
  content: 'ON';
  left: 1.125rem;
  color: #4b4a4a; }

.tooltip-indicator {
  border-bottom: 1px dashed #000; }

.tooltip .tooltip-text-bottom {
  background-color: #e22a1b;
  color: #4b4a4a; }

.tooltip .tooltip-text-bottom::after {
  border-color: transparent transparent #e22a1b transparent; }

.tooltip .tooltip-text-top {
  background-color: #e22a1b;
  color: #4b4a4a; }

.tooltip .tooltip-text-top::after {
  border-color: transparent transparent #e22a1b transparent;
  transform: rotate(180deg); }

.tooltip .tooltip-text-right {
  background-color: #e22a1b;
  color: #4b4a4a; }

.tooltip .tooltip-text-right::after {
  border-color: transparent transparent #e22a1b transparent;
  transform: rotate(270deg); }

.tooltip .tooltip-text-left {
  background-color: #e22a1b;
  color: #4b4a4a; }

.tooltip .tooltip-text-left::after {
  border-color: transparent transparent #e22a1b transparent;
  transform: rotate(90deg); }

.tooltip-indicator:hover {
  border-bottom: 2px dashed #000; }

.tooltip:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

/* Lightbox */
.lightbox {
  background-color: rgba(9, 62, 82, 0.35); }

.select-wrapper:before {
  color: #fff; }

.ui-tabs-tab.ui-state-default:hover {
  background-color: #F6F8F9 !important; }

.ui-tabs-anchor {
  color: #000; }

.ui-tabs-active .ui-tabs-anchor {
  color: #fff; }

.ui-tabs-tab:hover {
  background-color: #F6F8F9; }

.ui-tabs-tab:hover .ui-tabs-anchor {
  color: #fff; }

.ui-tabs-tab:focus {
  box-shadow: 0 0 0 3pt #b90e00; }

.ui-tabs-active:after {
  background-color: #fff; }

.ui-tabs-nav {
  border-bottom: 3px solid #D2E1E4; }

.page-list .icon {
  color: #e22a1b; }

.page-list a {
  color: #000; }

.page-list .text-with-icon:hover {
  background-color: #F6F8F9; }

.page-list a:focus .text-with-icon {
  box-shadow: 0 0 0 3px #b90e00;
  background-color: #F6F8F9; }

.autocomplete__hint {
  color: #7591A9; }

.autocomplete__menu {
  background-color: #fff;
  border: 1px solid #7591A9; }

.autocomplete__option--focused,
.autocomplete__option:hover {
  background-color: #e22a1b;
  border-color: #e22a1b;
  color: #4b4a4a; }

.autocomplete__option--no-results {
  background-color: #F6F8F9;
  color: #000; }

#searchclear {
  color: #F6F8F9; }

/*--//component file--*/
/*--Utiliies--*/
.background {
  background-color: #F6F8F9 !important; }

/* Border utilities - VISUAL */
.border {
  border: 1px solid #D2E1E4 !important; }

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

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

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

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

.border-walls {
  border-left: 1px solid #D2E1E4 !important;
  border-right: 1px solid #D2E1E4 !important; }

.border-floors {
  border-top: 1px solid #D2E1E4 !important;
  border-bottom: 1px solid #D2E1E4 !important; }

/* Not valid */
.not-valid {
  border: 3px solid #A92131; }

.not-valid:focus {
  box-shadow: 0 0 0 3pt #b90e00;
  border: 2px solid #000; }

/* Priority utilities - TYPOGRAPHY */
.priority-high {
  color: #000;
  background-color: #FCF3F3;
  border-color: #A92131; }

.priority-medium {
  color: #000;
  background-color: #FFFAF5;
  border-color: #B75F00; }

.priority-low {
  color: #000;
  background-color: #EBFAF5;
  border-color: #098765; }

.priority-none {
  background-color: #D2E1E4;
  color: #000;
  border-color: #D2E1E4; }

/*--//Utiliies--*/
/* York specific */
.header__main {
  background: #25303b none repeat scroll 0% 0%;
  height: 161px; }

.header-container {
  /*margin: 0 calc((100vw - 1440px)/2);*/ }

.header-container {
  max-width: 1440px;
  display: flex; }

.header-cyc-logo-container {
  padding: 1.5rem; }

.header-cyc-logo-container {
  padding: .5rem;
  cursor: pointer;
  outline: 3px solid transparent !important; }

.black-hover-effect {
  border: 1px solid transparent;
  transition-property: background-color,border-color,color;
  transition-duration: .2s;
  transition-timing-function: ease-out; }

.header-cyc-logo-container.black-hover-effect {
  margin-top: 35px;
  margin-left: 140px; }

.header-cyc-logo-container.black-hover-effect:focus {
  outline: 3px solid #c45d00 !important; }

.header-cyc-logo-container img {
  width: 100%;
  min-width: 108px; }

img, svg {
  vertical-align: middle; }

.black-hover-effect:hover {
  background: #000;
  border: 1px solid #fff; }

.visuallyhidden, .form--inline .form__label {
  border: 0px none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px; }

#custom-header-inner {
  width: 100% !important; }

#copyright {
  float: left;
  color: White;
  max-width: 1200px;
  margin-left: 30px;
  margin-top: 3px; }

#copyright span {
  color: #fff; }

#copyright .container {
  color: #fff;
  display: none; }

#copyright a {
  color: #fff;
  border-bottom: 1px solid #fff; }

#copyright a:hover {
  color: #fff;
  border-bottom: 2px solid #0071b9; }

/* Footer */
#footer-wrapper-inner {
  width: 100% !important; }

.social-icons {
  display: block;
  float: right;
  margin-top: 35px;
  margin-right: 32px; }

.social-icons li {
  display: block;
  float: left;
  height: 3em;
  margin-right: 14px;
  width: 3em; }

ol, ul {
  list-style: none; }

.footer__main .YC_Container .left {
  float: left;
  width: 72%; }

.footer__main .YC_Container .left, .footer__main .YC_Container .right {
  margin: 0px;
  padding: 1.6em 0px;
  margin-left: 74px; }

.footer__main .YC_Container {
  margin-bottom: 0px; }

.YC_Container {
  margin: 0 auto;
  max-width: 1700px; }

.footer__main .YC_Container ul {
  margin: 0.2em 0px;
  padding: 0px; }

.footer__main .YC_Container li {
  display: inline-block;
  list-style-type: none; }

.footer__main .YC_Container li a {
  color: #4b4a4a;
  font-size: 0.9em;
  font-weight: 700;
  margin-right: 1em;
  text-decoration: none;
  text-transform: uppercase; }

.footer__main .YC_Container p {
  color: #4b4a4a;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 1em 0px;
  margin: 1em 15px; }

.footer__main .YC_Container .right {
  float: right;
  width: 28%; }

.footer__main .YC_Container a {
  color: #58595B;
  font-size: 1em;
  text-decoration: underline; }

.coycwhitebg {
  /*background-image: url(../images/customers/coycwhitebg.png);*/
  background-image: url(../images/customers/york-logo-reversed.svg);
  width: 12.5rem;
  height: 86px;
  margin-top: 32px;
  padding: 0px;
  float: right;
  margin-right: 160px;
  border-bottom: none; }

.coycwhitebg:hover {
  /*background-image: url(../images/customers/coycwhitebgred.png);*/
  /*background-image: url(../images/customers/york-logo-reversed.svg);
    width: 212px;
    height: 96px;
    margin-top: 32px;
    padding: 0px;
    float: right;
    margin-right: 160px;
    border-bottom: none;*/ }

.logo.coycwhitebg:focus {
  outline: 3px solid #c45d00; }

.column {
  padding-left: 30px !important; }

.footer__main .YC_Container a:hover {
  color: #0071b9; }

.catalogue-results-item-ext-standard-text-shopText {
  padding-top: 10px; }

/* Social icons */
#icon-facebook {
  background-image: url(../images/customers/facebook.png);
  height: 48px;
  width: 48px; }

#icon-facebook:hover {
  background-image: url(../images/customers/facebookhover.png);
  height: 48px;
  width: 48px; }

#icon-youtube-play {
  background-image: url(../images/customers/youtube.png);
  height: 48px;
  width: 48px; }

#icon-youtube-play:hover {
  background-image: url(../images/customers/youtubehover.png);
  height: 48px;
  width: 48px; }

#icon-twitter {
  background-image: url(../images/customers/twitter.png);
  height: 48px;
  width: 48px; }

#icon-twitter:hover {
  background-image: url(../images/customers/twitterhover.png);
  height: 48px;
  width: 48px; }

#icon-flickr {
  background-image: url(../images/customers/flickr.png);
  height: 48px;
  width: 48px; }

#icon-flickr:hover {
  background-image: url(../images/customers/flickrhover.png);
  height: 48px;
  width: 48px; }

#header-breadcrumb {
  visibility: hidden !important; }

.photolink {
  color: #fff;
  text-decoration: none; }

.photolink A:link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff; }

.photolink A:visited {
  color: #fff;
  text-decoration: none; }

.photolink A:active {
  color: #fff;
  text-decoration: none; }

.photolink A:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #0071b9; }

#ddwarning-dialog-wrapper {
  visibility: hidden; }

#rcpwarning-dialog-wrapper {
  visibility: hidden; }

.sys_footer_row2_break {
  clear: left;
  margin: 0;
  background-color: #000;
  height: 123px; }

.sys_footer_row2_Bold {
  color: #4b4a4a;
  font-weight: bold;
  background-color: Transparent;
  margin: 1em 15px; }

.sys_footer_row2 span {
  color: #4b4a4a; }

.sys_footer_row2 {
  color: #4b4a4a;
  background-color: Transparent;
  margin: 1em 15px; }

.sys_footer_row2 a {
  color: #4b4a4a; }

.body-content {
  margin-top: 120px; }

.itemaddedtobasket {
  top: 250px; }

#portal-pagebody .ui-widget-header {
  border: 1px solid #000 !important; }

.ui-dialog-buttonset button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000; }

.ui-dialog-buttonset button:hover {
  background-color: #000;
  border: 1px solid #000;
  transition: ease all 0.2s; }

.header-content {
  /*max-width: 1024px;*/
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #e3e6e5; }

.logo__link:hover {
  background: #000;
  border: 1px solid #fff; }

#portal-pagebody .ui-dialog-titlebar, #portal-pagebody .ui-dialog-title {
  background: #25303b !important;
  color: #fff !important; }

#portal-pagebody .ui-widget-header {
  border: 1px solid #25303b !important; }

.ui-dialog-buttonset button {
  background-color: #e22a1b;
  color: #fff;
  border: 1px solid #e22a1b; }

.ui-dialog-buttonset button:hover {
  background-color: #fff;
  border: 1px solid #e22a1b;
  transition: ease all 0.2s;
  color: #e22a1b; }

.btn-primary {
  color: #fff; }

.btn-primary:hover {
  border-color: #e22a1b;
  color: #e22a1b; }

.btn-secondary {
  color: #fff; }

.btn-secondary:hover {
  border-color: #e22a1b;
  color: #e22a1b; }

.btn.page-number {
  color: #fff;
  background-color: #e22a1b; }

.btn.page-number:hover {
  color: #e22a1b;
  background-color: #fff;
  border-color: #e22a1b; }

.btn-table {
  color: #e22a1b;
  background-color: #F6F8F9; }

.btn.page-number {
  color: #e22a1b;
  background-color: #fff;
  border-color: #e22a1b; }

.btn.btn-prev {
  color: #e22a1b;
  background-color: #fff;
  border-color: #e22a1b; }

.btn-prev::before {
  color: #e22a1b !important; }

.btn.btn-next {
  color: #e22a1b;
  background-color: #fff;
  border-color: #e22a1b; }

.btn-next::before {
  color: #e22a1b !important; }

.btn-next::after {
  color: #e22a1b !important; }

.pagination .btn {
  color: #e22a1b;
  background-color: #fff;
  border-color: #e22a1b; }

.pagination .btn::before {
  color: #e22a1b !important; }

.pagination a.active {
  background-color: #e22a1b;
  border-color: #e22a1b;
  color: #fff; }

.btn:focus {
  color: #b90e00; }

.social-icons a:focus {
  outline: 3px solid #c45d00;
  box-shadow: none; }

.navigation-menu {
  background-color: #e3e6e5; }

.left-menu {
  top: 218px; }

#loginRegisterLink {
  display: none !important; }

#logo-text {
  display: none !important; }

#loginRegLink {
  color: #333;
  display: none; }

.accordion {
  display: none; }

#cookiepolicy-main-outer {
  bottom: unset;
  background: #3174AF;
  background-color: #000; }

.btn.btn-table.btn-sm.mr-2 {
  background-color: #eaeaea;
  color: #111; }

.btn.btn-table.btn-sm {
  color: #000;
  background-color: #ff0; }

.left.column a {
  border-bottom: none; }

.left.column a:hover {
  border-bottom: 2px solid #0071b9; }

.header-content {
  max-width: 1444px;
  margin-right: auto;
  margin-left: auto; }

.top-header {
  background-color: #e3e6e5; }

footer .container {
  max-width: 1663px;
  padding-right: 0px !important;
  padding-left: 0px !important; }

.right.column a:hover {
  border: 1px solid #25303b;
  background-color: #e3e6e5; }

.navigation-links {
  margin-top: 50px;
  list-style: none;
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
  font-size: 1.125rem;
  list-style: none; }

.navigation-links a {
  color: #fff;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 18px; }

.navigation-links .menu-item {
  display: flex;
  align-items: center;
  margin: 5px;
  line-height: 1.1;
  letter-spacing: .05em;
  height: 3.125rem;
  /*width: 3.125rem;*/
  cursor: pointer;
  outline: 3px solid transparent !important; }

.black-hover-effect {
  border: 1px solid transparent;
  transition-property: background-color,border-color,color;
  transition-duration: .2s;
  transition-timing-function: ease-out; }

.navigation-links .menu-item.button-cyc-primary {
  font-size: 1rem; }

.navigation-links .menu-item {
  margin: 5px .75rem;
  padding: 0 1.5rem 0 1.25rem; }

.button-cyc-primary {
  border: 1px solid #e22a1b;
  background: #e22a1b;
  color: #fff;
  transition: background-color .2s ease-out,border-color .2s ease-out,color .2s ease-out;
  outline: 3px solid transparent !important; }

.button-cyc-primary:hover {
  background: #fff;
  color: #e22a1b;
  border-color: #e22a1b; }

.btn {
  border-radius: inherit; }

.myaccount-footer-feedback {
  display: flex;
  justify-content: flex-end; }

.button-cyc.button-cyc-secondary {
  background-color: #12326e;
  border: 1px solid #12326e;
  color: #fff;
  height: 61.2px; }

.button-cyc {
  display: inline-block;
  margin: 0;
  margin-left: 0px;
  background-color: #e3e6e5;
  border: 1px solid #25303b;
  color: #25303b;
  letter-spacing: .05rem;
  line-height: 1.1;
  padding: 1.25rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .2s ease-out,border-color .2s ease-out,color .2s ease-out;
  vertical-align: middle; }

.myaccount-footer-feedback button {
  margin-left: .75rem; }

.icon.icon-ui-chevron-up {
  background-image: url(../images/customers/cursor-up.svg);
  background-repeat: no-repeat; }

span.icon {
  width: 1rem;
  height: 1rem;
  background-position: 50%;
  background-size: contain;
  display: inline-block; }

.a-cyc.a-cyc-secondary {
  text-decoration: none;
  color: #fff;
  border-bottom: none; }

.a-cyc.a-cyc-secondary:focus {
  box-shadow: none; }

.button-cyc.button-cyc-secondary:focus {
  outline: 3px solid #c45d00;
  background-color: #0071b9;
  border: 1px solid #0071b9; }

.button-cyc.button-cyc-secondary:hover {
  background-color: #0071b9;
  border: 1px solid #0071b9; }
