﻿/* Layout variables */
/* Font variables */
/* Colour variables */
/* Font variables */
/* Colour variables */
/*-- base file --*/
body, p, span, div {
  font-family: "Roboto", "Lato", Arial, sans-serif, Arial, sans-serif;
  color: #333;
}

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

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

main {
  background-color: #fff;
}

dt {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

caption {
  color: #c00;
}

.bold, strong {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

h1 {
  color: #333;
}

h2 {
  color: #333;
}

h3 {
  color: #333;
}

h4 {
  color: #333;
}

h5 {
  color: #333;
}

h6 {
  color: #333;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

a {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #333;
  border-bottom: 1px solid #333;
}

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

table caption {
  color: #c00;
}

@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 {
    font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
    color: #333;
  }
}
p {
  color: #333;
}

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

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

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

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

.jumbotron {
  background-color: #F6F8F9;
}

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

textarea {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #333;
  border: 1px solid #7591A9;
  background-color: #fff;
}

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

.form-label, label {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #333;
}

input {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #333;
  border: 1px solid #7591A9;
  background-color: #fff;
}

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

.header-content {
  height: 3.5em;
}

.display-1 {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

.display-2 {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

.display-3 {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

@media (max-width: 992px) {
  .display-1 {
    font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  }
  .display-2 {
    font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  }
  .display-3 {
    font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  }
}
.secondary-colour, .secondary-colour:before {
  color: #c00;
}

.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 {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #333;
  border: 1px solid #7591A9;
  background-color: #fff;
}

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

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: #333;
}

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;
}

fieldset legend {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

fieldset.not-valid {
  border-left: 3px solid #A92131;
}

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;
  cursor: pointer;
}

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

.accordion-text {
  color: #333;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

@media (min-width: 800px) {
  .accordion-text {
    color: #333;
    font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  }
}
.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 #333;
  border-top: 2px solid #333;
}

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

.account-text {
  color: #333;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

@media (min-width: 800px) {
  .account-text {
    color: #333;
    font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  }
}
.account-header.secondary {
  background-color: #c00;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

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

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

.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 #333;
  box-shadow: 0 0 0 3px #2C93E2;
}

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

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

.breadcrumb-link.current {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

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

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

.card-subtitle {
  color: #c00;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

.card-header {
  background-color: #333;
  color: #fff;
  border-bottom: 1px solid #c00;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

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

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

.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;
}

.card .card-image-full {
  margin-bottom: 0;
}

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

.hint {
  color: #c00;
}

/* Checkboxes and radios */
.choice-container {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

.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 #2C93E2;
  border-color: #333;
}

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

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

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

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

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

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

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

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

.choice-container input[disabled] ~ .checkmark {
  background-color: #D2E1E4;
  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;
  border-color: #849EA8;
}

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

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

.checkbox-wrapper label {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

.checkbox-wrapper.small label {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

/*style and hide original checkbox*/
/*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 #2C93E2;
  border-color: #333;
}

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

.radio-wrapper label {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

.radio-wrapper.small label {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

/*style and hide original radio button*/
/*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:focus + label::before {
  box-shadow: 0 0 0 3px #2C93E2;
  border-color: #333;
}

.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 #2C93E2;
  color: #333;
}

/* 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;
}

.progress.failed {
  background-color: #A92131;
}

.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 #2C93E2;
}

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

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

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

.search-box input {
  border: 1px solid #fff;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #333;
}

.search-box input:focus {
  box-shadow: 0 0 0 3pt #2C93E2;
  border: 2px solid #fff;
}

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

.more-search .btn-icon .icon-close:before {
  color: #fff !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 #333;
}

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

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

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

.dropdown-item {
  color: #333;
}

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

/* Date pickers */
.date-divider {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

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

.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: #333;
}

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

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

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

.ui-datepicker .ui-state-active {
  background-color: #c00 !important;
  color: #fff !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 #333 !important;
}

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

.ui-datepicker .ui-datepicker-buttonpane button {
  background-color: transparent !important;
  border-color: #c00 !important;
  color: #c00 !important;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

.ui-datepicker-buttonpane button:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-buttonpane button:focus {
  background-color: #c00 !important;
  border: 2px solid #333 !important;
  box-shadow: 0 0 0 3px #2C93E2 !important;
  color: #fff !important;
}

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

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 * {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

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

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

.alert p {
  color: #333;
}

.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: #333;
}

/* Left menu */
.left-menu {
  height: calc(100vh - 3.5em);
  top: 3.5em;
  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: #333;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

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

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

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

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

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

.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 #2C93E2;
}

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

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

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

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

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

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

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

.left-menu-item .text-with-badge {
  display: inline-block;
}

.left-menu-item .text-with-badge .badge {
  top: 5px;
}

/* Accordion menus */
.left-menu .accordion-header-btn:focus {
  box-shadow: none;
  border: 3px solid #2C93E2;
  outline: 0;
}

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

.left-menu .accordion-header-btn {
  border: 0;
  min-height: 44px;
  background-color: #F6F8F9;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}

/* Right menu */
.right-menu {
  background-color: #fff;
  padding-top: 3.5em;
  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);
}

@media (max-width: 1200px) {
  .image-panel {
    box-shadow: 0px 50px 200px 0px rgba(9, 62, 82, 0.35);
  }
}
#main-and-footer {
  background-color: #fff;
  margin-top: 3.5em;
}

/* Header */
.header-logo img {
  height: 3.5em;
}

.nav-items {
  height: 3.5em;
}

.nav-item-list {
  height: 3.5em;
}

.nav-item {
  height: 3.5em;
  line-height: 3.5em;
}

.nav-link {
  color: #fff;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  height: 3.5em;
  line-height: 3.5em;
}

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

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

.nav-items-row {
  height: 3.5em;
  margin-bottom: 0;
}

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

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

.nav-item.view-more {
  color: #fff;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

@media (max-width: 767.5px) {
  .nav-item.view-more {
    font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  }
}
@media (max-width: 400px) {
  .nav-item.view-more {
    font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  }
}
.nav-item.emphasised {
  background-color: #fff;
}

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

.top-header .logo {
  height: 3.5em;
}

.top-header .logo a {
  color: #fff;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  line-height: calc(3.5em / 1.5);
}

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

.top-header .icon {
  color: #fff;
}

.top-header a {
  line-height: 3.5em;
}

.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: #fff;
}

.header-dropdown-content {
  background-color: #c00;
  top: 3.5em;
  max-height: calc(568px - 3.5em);
}

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

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

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

.navigation-menu {
  width: 3.5em;
  height: 3.5em;
  background-color: #c00;
}

a:focus .navigation-menu {
  box-shadow: 0 0 0 3pt #2C93E2;
  background-color: #fff;
}

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

.top-nav-left {
  height: 3.5em;
}

.right-navigation-icons a {
  height: 3.5em;
}

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

.top-header .logo-centered a {
  line-height: 3.5em;
}

#scrollOn .icon, #scrollBack .icon {
  color: #fff;
}

#scrollOn .btn, #scrollBack .btn {
  height: 3.5em;
}

/* Badges */
.badge {
  color: #fff;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  background-color: #333;
}

.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: #fff;
  color: #333;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  border: 1px solid #D2E1E4;
}

.btn:hover {
  background-color: #F6F8F9;
  border: 1px solid #D2E1E4;
}

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

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

/* Secondary button */
.btn-secondary {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
  border: 1px solid #c00;
}

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

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

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

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

/* Primary button */
.btn-primary {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}

.btn-primary:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

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

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

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

/* Link button */
.btn-link {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #333;
}

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

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

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

.btn-warning .icon {
  color: #fff;
}

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

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

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

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

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

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

.btn-ghost:hover {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
}

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

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

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

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

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

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

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

.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: #c00;
  background-color: #F6F8F9;
}

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

.pagination a.btn {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

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

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

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

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

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

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

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

.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 #fff;
}

.notification {
  background-color: #c00;
}

.notification a {
  color: #fff;
}

.notification p {
  color: #fff;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

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

.notification span.icon {
  color: #fff;
}

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

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

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

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

.notification .btn span {
  color: #fff;
}

/* Tables */
table.alternating {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #333;
  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: #333;
}

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

.alternating th:not([scope=row]) {
  border-bottom: 2px solid #D2E1E4;
  background-color: #fff;
  color: #333;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

@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 {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #333;
  background-color: #fff;
}

.white th:not([scope=row]) {
  border-bottom: 1px solid #D2E1E4;
  background-color: #fff;
  color: #fff;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

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

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

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

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

@media (max-width: 991.5px) {
  table tr.active {
    border: 1px solid #c00;
    box-shadow: 0 2px 10px rgba(9, 62, 82, 0.35);
  }
}
@media (min-width: 992px) {
  tr.active td:first-child:before {
    background-color: #c00;
  }
}
/* Chips */
.chip {
  background-color: #F6F8F9;
  color: #c00;
  border: 1px solid #c00;
}

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

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

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

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

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

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

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

.summary-list-key a {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

/* Tag */
.tag {
  background-color: #c00;
  color: #fff;
}

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

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

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

/* Form validity */
.validity-text {
  color: #A92131;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

.view-more-link {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  color: #c00;
}

.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 #2C93E2;
}

.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: #333;
  border: 2px solid #fff;
  background-color: #fff;
}

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

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

.progressbar li a {
  color: #333;
}

.progressbar li.complete:before {
  background-color: #333;
  color: #fff !important;
  border: 2px solid #333 !important;
}

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

.progressbar li.active a {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

.progressbar.counter li:before {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

@media (max-width: 992px) {
  .progressbar li:after {
    font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  }
}
/* Banner */
.banner {
  background-color: #c00;
}

.banner-text {
  color: #fff;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

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

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

.banner a {
  color: #fff;
  font-size: 1rem;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  border-bottom: 1px solid #fff;
}

.banner a:hover {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  border-bottom: 2px solid #fff;
}

/* Toggle switch */
.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 #2C93E2;
}

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

input + .slider:after {
  color: #333;
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
}

input:checked + .slider:after {
  content: "ON";
  color: #fff;
}

/* Tooltips */
.tooltip-indicator {
  border-bottom: 1px dashed #333;
}

.tooltip .tooltip-text-bottom {
  background-color: #c00;
  color: #fff;
}

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

.tooltip .tooltip-text-top {
  background-color: #c00;
  color: #fff;
}

.tooltip .tooltip-text-top::after {
  border-color: transparent transparent #c00 transparent;
}

.tooltip .tooltip-text-right {
  background-color: #c00;
  color: #fff;
}

.tooltip .tooltip-text-right::after {
  border-color: transparent transparent #c00 transparent;
}

.tooltip .tooltip-text-left {
  background-color: #c00;
  color: #fff;
}

.tooltip .tooltip-text-left::after {
  border-color: transparent transparent #c00 transparent;
}

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

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

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

/* Select fields */
.select-wrapper:before {
  color: #fff;
}

.select-wrapper[readonly]:before {
  display: none;
}

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

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

.ui-tabs-active .ui-tabs-anchor {
  font-family: "Roboto", "Lato", Arial, sans-serif, "Arial", sans-serif;
  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 #2C93E2;
}

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

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

/* Page list */
.page-list .icon {
  color: #c00;
}

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

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

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

/* adapted from GDS autocomplete example */
.autocomplete__hint {
  color: #7591A9;
}

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

.autocomplete__option--focused,
.autocomplete__option:hover {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
}

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

#searchclear {
  color: #F6F8F9;
}

/*--//component file--*/
/*--Utiliies--*/
/* Shadow utilities */
/* Background utilities - VISUAL */
.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 #2C93E2;
  border: 2px solid #333;
}

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

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

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

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

/*--//Utiliies--*/
/* Useful Changes*/
#main-and-footer {
  margin-top: 0em;
}

/*V17.07.2 Header Fix */
.top-header a {
  line-height: normal;
}

.top-header {
  position: relative;
}

.nav-link {
  line-height: 56px !important;
}

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

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

.right-navigation-icons a:focus {
  margin-top: 0px !important;
}

a:focus {
  box-shadow: 0 0 0 3pt #2C93E2;
  outline: none;
  border-bottom: 2px;
}

#loginRegisterLink {
  display: none !important;
}

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

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

.accordion {
  display: none;
}

/* Hide ESTORE 2 in nav bar when logged on as a user */
.top-nav-left #logo {
  display: none;
}

/* Ensure on focus box has a top in the nav bar */
.nav-link:focus {
  /*border-top: 6px solid $focus-state-on-header-col;*/
  border: 3px solid #2C93E2;
  box-shadow: none;
}

.right-navigation-icons a:focus {
  margin-top: -3px;
}

/*Position green box below header*/
.itemaddedtobasket {
  top: 215px;
}

/* Make all hover text white in green box */
.float-right.text-white a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .itemaddedtobasket {
    top: 215px;
    min-width: auto;
  }
}
/* Display in mobile view only by adding class="mobile-show" */
@media screen and (max-width: 600px) {
  .mobile-show {
    display: block !important;
  }
}
.mobile-show {
  display: none;
}

/*Move mobile open hamburger menu to be below the hamburger icon*/
.left-menu {
  top: 200px;
}

/* Set session about to expire window colours to match branding */
#portal-pagebody .ui-dialog-titlebar, #portal-pagebody .ui-dialog-title {
  background: #c00 !important;
  color: #fff !important;
}

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

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

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

/* Put Privacy Notice in bold */
.sys_footer_row2_break {
  padding: 5px, 0px, 5px, 0px;
  clear: left;
  margin: 0;
  font-weight: bold;
  text-align: center;
  height: 5px;
}

.sys_footer_row2_Bold {
  font-weight: bold;
  background-color: Transparent;
}

/* Fix Receipt Page Email, Finish and Print Button Sizes */
#printer-button .btn {
  line-height: 2rem !important;
}

.d-inline-block .btn {
  line-height: 2rem !important;
}

/* Set fund boxes to have borders with the same size */
.catalogue-results-item-standard, .catalogue-results-item-ext-standard {
  /*background-color: #fbfbfb;*/
  border: 1px solid #ccc;
  border-radius: 5px;
  /*box-shadow: 0 5px 3px -2px rgba(112, 105, 112, 0.3);*/
  margin-bottom: -20px;
  min-height: 368px;
  margin-right: 1px;
}

.item-service-resultline-even, .item-parking-resultline-odd {
  /*background-color: #fbfbfb;*/
  border: 1px solid #ccc;
  border-radius: 5px;
  /*box-shadow: 0 5px 3px -2px rgba(112, 105, 112, 0.3);*/
  margin-bottom: -20px;
  min-height: 368px;
  margin-right: 1px;
}

.item-service-resultline-odd, .item-parking-resultline-odd {
  /*background-color: #fbfbfb;*/
  border: 1px solid #ccc;
  border-radius: 5px;
  /*box-shadow: 0 5px 3px -2px rgba(112, 105, 112, 0.3);*/
  margin-bottom: -20px;
  min-height: 368px;
  margin-right: 1px;
}

.item-school-resultline-odd, .item-school-resultline-even {
  /*background-color: #fbfbfb;*/
  border: 1px solid #ccc;
  border-radius: 5px;
  /*box-shadow: 0 5px 3px -2px rgba(112, 105, 112, 0.3);*/
  margin-bottom: -20px;
  min-height: 368px;
  margin-right: 1px;
}

.row.catalogue-results-item-standard.item-standard-resultline-even {
  /*background-color: #fbfbfb;*/
  border: 1px solid #ccc;
  border-radius: 5px;
  /*box-shadow: 0 5px 3px -2px rgba(112, 105, 112, 0.3);*/
  margin-bottom: -20px;
  min-height: 368px;
  margin-right: 1px;
}

.row.catalogue-results-item-standard.item-standard-resultline-odd {
  /*background-color: #fbfbfb;*/
  border: 1px solid #ccc;
  border-radius: 5px;
  /*box-shadow: 0 5px 3px -2px rgba(112, 105, 112, 0.3);*/
  margin-bottom: -20px;
  min-height: 368px;
  margin-right: 1px;
}

.row.catalogue-results-item-service.item-service-resultline-even {
  /*background-color: #fbfbfb;*/
  border: 1px solid #ccc;
  border-radius: 5px;
  /*box-shadow: 0 5px 3px -2px rgba(112, 105, 112, 0.3);*/
  margin-bottom: -20px;
  min-height: 368px;
  margin-right: 1px;
}

.row.catalogue-results-item-parking.item-parking-resultline-odd {
  /*background-color: #fbfbfb;*/
  border: 1px solid #ccc;
  border-radius: 5px;
  /*box-shadow: 0 5px 3px -2px rgba(112, 105, 112, 0.3);*/
  margin-bottom: -20px;
  min-height: 368px;
  margin-right: 1px;
}

/* Set colours for payment pages progress bar and dropdown lists if #tertiary-col = white */
/*.progressbar li::before {
    color: #093e52 !important;
    border: 2px solid #367F8C !important;
    background-color: #fff;
}

.progressbar li::after {
    background-color: #367F8C !important;
}

.select-wrapper::before {
    color: #367F8C;
}*/
/* Swansea specific */
#homelinksquare {
  border: none;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 12px;
  background-color: #fff;
  width: 312px;
}

#homelinksquare img {
  border: none;
  margin-bottom: 2px;
  width: 312px;
  height: 108px;
  border: 0;
}

#titlenav {
  background-color: #ebebeb;
  margin: 0;
  height: 32px;
}

#titlenav div, #titlenav a {
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
}

#titlenav div.textright {
  float: right;
  padding: 8px 0 0 0;
  margin: 0 0 0 5px;
}

#titlenav span.divider {
  color: #999;
  font-size: 150%;
  vertical-align: top;
  font-weight: normal;
  padding: 0 6px;
}

.hidepipe {
  visibility: hidden;
}

#toputilities {
  background-color: #ebebeb;
  padding: 2px 0px 0 0px;
  margin: 0;
  height: 38px;
}

.headbanner {
  height: 167px;
  background-color: #fff;
}

.header-content, .container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

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

.btn-primary:hover {
  background-color: #000;
  border: 1px solid #000;
  box-shadow: inset 0 0 20em rgba(0, 0, 0, 0.2);
}

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

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

.btn-secondary:hover {
  background-color: #333;
  border: 1px solid #333;
}

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

.pagination a.active {
  background-color: #333;
  color: #000;
}

.btn-prev::before {
  color: #000;
}

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

.btn {
  color: #000;
}

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

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

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

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

.progressbar li::before {
  color: #093e52 !important;
  border: 2px solid #367F8C !important;
  background-color: #fff;
}

.progressbar li::after {
  background-color: #367F8C !important;
}

.text-md-right-footer {
  text-align: right;
}

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

@media screen and (max-width: 500px) {
  .text-md-right-footer {
    text-align: left !important;
  }
  .text-center-footer {
    text-align: left !important;
  }
}
@media screen and (max-width: 810px) {
  .text-md-right-footer {
    text-align: left !important;
  }
  .text-center-footer {
    text-align: left !important;
  }
}
.SwanContainer {
  max-width: 1400px;
  margin: 0 auto;
}

.pagination a.active {
  color: #fff;
}

/*SWANSEA HEADER*/
.header__menu {
  text-align: right;
  float: right;
  width: 80%;
}

.utilitymenu--top {
  padding-bottom: 10px;
  float: right;
}

.header__menu ul, ol {
  list-style: none;
}

.utilitymenu--top .utilitymenu__item {
  list-style: none;
  display: inline;
}

.utilitymenu--top .utilitymenu__link, .utilitymenu--top .utilitymenu__text {
  color: #333;
  border: 0;
  border-radius: 5px;
}

.utilitymenu--top .utilitymenu__link, .utilitymenu--top .utilitymenu__text, .utilitymenu--mobile .utilitymenu__link, .utilitymenu--mobile .utilitymenu__text {
  /*color: #fff;*/
  font-size: 1rem;
  text-decoration: none;
  /*border: 1px solid rgba(237, 237, 237, 0.6);
  border-radius: 0.3em;*/
  display: inline-block;
  margin: 0 0 0 0.7em;
  padding: 0.25em 0.7em;
  transition: background 0.3s;
}

.gi-sitenav {
  clear: right;
}

.gi-sitenav {
  position: relative;
  display: block;
}

.gi-sitenav__list--lvl1 {
  background: transparent;
}

.gi-sitenav__list--lvl1 {
  padding: 0;
  display: inline-block;
  list-style: none;
  /*background-color: #4a4a4a;*/
}

.gi-sitenav__list {
  /*background-color: #333;*/
  color: #fff;
  list-style: square;
  padding-left: 20px;
}

.gi-sitenav__item--lvl1 {
  position: relative;
}

.gi-sitenav__item--lvl1 {
  float: left;
}

.gi-sitenav__link--lvl1 {
  font-size: 1.2rem;
  padding: 15px 20px;
  border-radius: 5px;
  color: #333;
  font-weight: 600;
  margin: 0;
  display: block;
  text-align: right;
  text-decoration: none;
}

.Swanheader {
  background: #fff;
  color: #333;
  /*border-bottom: 1px solid #ccc;*/
}

.Swanheader {
  padding: 20px 0 10px 0;
  position: relative;
  top: 0;
  float: left;
  width: 100%;
  min-height: 55px;
}

.gi-sitelogo--header {
  width: 20%;
  padding: 10px 0;
  display: inline-block;
  position: relative;
}

.gi-sitelogo, .gi-sitelogo__link {
  line-height: 0;
}

.gi-sitelogo--header .gi-sitelogo__image {
  max-width: 100%;
  height: auto;
}

.gi-sitelogo__titletext, .gi-sitelogo__extratext {
  line-height: normal;
}

.accessibility {
  display: block;
  visibility: visible;
  border: 0;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #000;
  background: #fff;
}

.gi-sitelogo__link:hover {
  border-bottom: 0px;
}

.utilitymenu--top .utilitymenu__link:hover, .utilitymenu--top .utilitymenu__link:focus {
  background: #ccc;
  text-decoration: none;
}

.utilitymenu--top .utilitymenu__link:hover, .utilitymenu--top .utilitymenu__link:focus {
  color: #000;
}

.gi-sitenav__link--lvl1:hover, .gi-sitenav__link--lvl1:focus {
  background-color: #333 !important;
  color: #fff;
  text-decoration: none;
}

.gi-sitenav__link:hover, .gi-sitenav__link:focus, .gi-sitenav__link[aria-expanded=true] {
  background: transparent;
}

.gi-sitenav__link.gi-sitenav__link--lvl1 {
  padding: 15px 20px;
}

.gi-sitenav__item.gi-sitenav__item--lvl1 {
  padding: 0;
}

@media (max-width: 560px) {
  .header__menu {
    width: 10%;
    /*display: none;*/
  }
  .gi-sitelogo--header {
    width: 80%;
    padding: 0px;
  }
  .utilitymenu--top .utilitymenu__item {
    list-style: none;
    display: inline-block;
  }
}
/*END HEADER*/
/*FOOTER START*/
.Swanfooter {
  background-color: #333;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.Swanfooter {
  width: 100%;
  float: left;
  display: block;
  padding: 40px 0;
  border-top: 10px solid #343434;
}

.grid {
  width: 100%;
  margin: 0;
}

.grid--footer > .grid__cell:first-child {
  padding: 0 10px 0 0;
}

.grid--footer > .grid__cell {
  padding: 0;
}

.grid--4col > .grid__cell:nth-child(4n+1) {
  clear: both;
}

.grid--4col > .grid__cell {
  width: 25%;
}

.grid__cell {
  float: left;
  box-sizing: border-box;
}

.grid__cellwrap {
  box-sizing: border-box;
}

.utilitymenu--bottom {
  list-style: none;
  padding: 0;
  margin: 0;
}

.utilitymenu--bottom .utilitymenu__item {
  padding: 0 0 20px 0;
}

.utilitymenu--bottom .utilitymenu__link {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.socialmedia__title {
  margin: 0 0 20px 0;
  display: block;
  font-size: 18px;
  font-weight: unset;
  color: #fff;
}

.socialmedia__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.socialmedia__item {
  float: left;
  margin: 0 10px 10px 0;
}

.grid--footer > .grid__cell:last-child {
  padding: 0 0 0 10px;
}

.footer__copy {
  color: #fff;
}

.footer__copy {
  margin: 0 0 20px;
  display: block;
  color: #fff;
  clear: both;
  font-size: 18px;
}

.bygoss__link {
  color: #fff;
}

.bygoss__link {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}

footer {
  border-top: 0px;
  padding: 0rem;
}

.utilitymenu--bottom .utilitymenu__link:hover, .utilitymenu--bottom .utilitymenu__link:focus {
  text-decoration: underline;
}

.bygoss__link:hover, .bygoss__link:focus {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 560px) {
  .grid--footer > .grid__cell, .grid--footer > .grid__cell:first-child, .grid--footer > .grid__cell:nth-child(2n+1) {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 1050px) {
  .grid--footer > .grid__cell:nth-child(2n+1) {
    clear: both;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 560px) {
  .grid--footer > .grid__cell, .grid--footer > .grid__cell:first-child, .grid--footer > .grid__cell:nth-child(2n+1) {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 560px) {
  .grid--footer > .grid__cell {
    width: 100% !important;
    text-align: center !important;
  }
}
@media (max-width: 1050px) {
  .grid--footer > .grid__cell {
    width: 50%;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 560px) {
  .grid--footer > .grid__cell, .grid--footer > .grid__cell:first-child, .grid--footer > .grid__cell:nth-child(2n+1) {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 1050px) {
  .grid--footer > .grid__cell:nth-child(2n+1) {
    clear: both;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 560px) {
  .grid--footer > .grid__cell:last-child {
    padding: 0;
  }
}
@media (max-width: 560px) {
  .socialmedia__list {
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .socialmedia__item {
    float: none;
    display: inline-block;
  }
}
/*FOOTER END*/
.gi-sitelogo, .gi-sitelogo__link {
  display: inline-block;
  line-height: 0;
}

.pagination {
  text-align: left;
  margin-left: -330px;
}

@media screen and (max-width: 810px) {
  .pagination {
    margin-left: 0;
    text-align: right;
  }
  .per-page-container span {
    margin-left: 5px;
  }
}
/* Display in mobile view only by adding class="mobile-show" */
@media screen and (max-width: 600px) {
  .pagination {
    margin-left: 0;
    text-align: left;
  }
  .per-page-container span {
    margin-left: 5px;
  }
}
footer {
  border-top: 3px solid #ccc;
}
