﻿/**********************/
/* IMPORTS */

/* This section of the CSS file imports external stylesheets and fonts. */

/* Import Balboa font */
@import url("https://use.typekit.net/ygi7cwz.css");

/* Import Open Sans fonts */
@font-face {
    font-family: "OpenSans-Light";
    src: url("/SiteElements/Fonts/opensans-light-webfont.eot"); /* IE9 Compat Modes */
    src: url("/SiteElements/Fonts/opensans-light-webfont.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("/SiteElements/Fonts/opensans-light-webfont.woff")
            format("woff"),
        /* Pretty Modern Browsers */
            url("/SiteElements/Fonts/opensans-light-webfont.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("/SiteElements/Fonts/opensans-light-webfont.svg#svgFontName")
            format("svg"); /* Legacy iOS */
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url("/SiteElements/Fonts/OpenSans-Regular-webfont.eot"); /* IE9 Compat Modes */
    src: url("/SiteElements/Fonts/OpenSans-Regular-webfont.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("/SiteElements/Fonts/OpenSans-Regular-webfont.woff")
            format("woff"),
        /* Pretty Modern Browsers */
            url("/SiteElements/Fonts/OpenSans-Regular-webfont.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("/SiteElements/Fonts/OpenSans-Regular-webfont.svg#svgFontName")
            format("svg"); /* Legacy iOS */
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("/SiteElements/Fonts/OpenSans-Bold-webfont.eot"); /* IE9 Compat Modes */
    src: url("/SiteElements/Fonts/OpenSans-Bold-webfont.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("/SiteElements/Fonts/OpenSans-Bold-webfont.woff")
            format("woff"),
        /* Pretty Modern Browsers */
            url("/SiteElements/Fonts/OpenSans-Bold-webfont.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("/SiteElements/Fonts/OpenSans-Bold-webfont.svg#svgFontName")
            format("svg"); /* Legacy iOS */
}

@font-face {
    font-family: "OpenSans-Lustria";
    src: url("/SiteElements/Fonts/lustria/Lustria-Regular.ttf")
        format("truetype");
}

/* Import Lato fonts */
@font-face {
    font-family: "Lato-Regular";
    src: url("/SiteElements/Fonts/lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Light";
    src: url("/SiteElements/Fonts/lato/Lato-Light.ttf") format("truetype");
}

/* Import Roboto fonts */
@font-face {
    font-family: "Roboto-Regular";
    src: url("/SiteElements/Fonts/roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("/SiteElements/Fonts/roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("/SiteElements/Fonts/roboto/Roboto-Bold.ttf") format("truetype");
}

/*--------------------*/

/**********************/
/* CSS VARIABLES */

/* This section of the CSS file defines CSS variables that can be reused throughout the stylesheet. */

:root {
    --ffit-orange: #ec6f11;
    --ffit-gray: #2d3037;
    --ffit-white: #ececeb;
    --ffit-blue: #2bcadf;
    --ffit-primary: var(--ffit-orange);
}

/*--------------------*/

/**********************/
/* GLOBAL STYLES */

/* This section of the CSS file contains global styles that apply to the entire document. */

* {
    -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after,
*::before,
*::after {
    box-sizing: border-box;
}

*:focus,
*:hover,
*:active {
    outline: none;
}

html {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fcfcfc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #555555;
    cursor: default;
    font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased !important;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: text;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-wrap: break-word;
    letter-spacing: 0.04em;
}

div,
a,
section,
article,
span,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: balboa, Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 28px;
    font-weight: 500;
}

h2 {
    font-weight: normal;
}

h1,
h2 {
    line-height: 1.1em;
}

hr {
    border: 0;
    height: 1px;
    background: #aaa;
    background-image: linear-gradient(to right, #ccc, #aaa, #ccc);
}

b,
strong {
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    display: table;
    margin-right: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 8px solid #dddddd;
}

tbody {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table td img {
    display: block;
    height: auto;
    margin: 10px auto;
    width: auto;
    max-width: 150px;
}

/* Zebra striping start */
tr {
    background-color: #ffffff;
}

tr:nth-of-type(odd) {
    background: #eee;
}
/* Zebra striping end */

th {
    color: white;
    font-weight: bold;
}

td,
th {
    padding: 6px;
    border: 1px solid #bbb;
    text-align: left;
    vertical-align: top;
}

/*--------------------*/

/**************************/
/* UTILITY CLASSES */

.max-width-1200 {
    max-width: 1240px; /* 1240px - padding 40px = 1200px */
    margin: 0 auto;
    padding: 0 20px;
}

.white {
    background-color: white;
}

.red {
    background-color: red;
}

.blue {
    background-color: #dde6f4;
}

.grey {
    background-color: #777777;
}

.green {
    background-color: #c0edd2;
}

.lightpurple {
    background-color: #eeeeee;
}

.show {
    display: block !important;
}
.fill-gray {
  	fill: var(--ffit-gray);
}
.fill-white {
  	fill: var(--ffit-white);
}
.fill-primary {
	fill: var(--ffit-primary);
}
.stroke-gray {
  	stroke: var(--ffit-gray);
}
.stroke-white {
  	stroke: var(--ffit-white);
}
.stroke-primary {
	stroke: var(--ffit-primary);
}

/*---------------------*/

/* HEADER STYLING */

header {
    position: sticky;
    top: 0;
    z-index: 99999;
    border-bottom: 3px solid var(--ffit-primary);
}

/* Top Bar */
.top-bar {
    background-color: var(--ffit-primary);
    color: var(--ffit-white);
}

.top-bar a {
    display: block;
    color: var(--ffit-white);
    font-size: 1.1rem;
    text-decoration: none;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--ffit-white);
    font-size: 0.8em;
}

.top-bar-socials {
    display: flex;
    align-items: center;
    width: 50%;
    gap: 10px;
}

.top-bar-socials img {
    width: auto;
    height: 20px;
    fill: var(--ffit-white);
}

/* Navigation Bar */

.navigation-bar {
    background-color: var(--ffit-white);
}

.navigation-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-bar-content ul {
    list-style-position: inside;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.navigation-bar-content li {
    padding: 40px 20px;
    list-style: none;
    position: relative;
}

.navigation-bar-content a {
    text-decoration: none;
    color: var(--ffit-gray);
    font-size: 1.1rem;
}

.navigation-bar-content li.active {
    background-color: var(--ffit-gray);
}

.navigation-bar-content li:hover {
    background-color: var(--ffit-gray);
}

.navigation-bar-content li:hover a {
    color: var(--ffit-white);
}

.navigation-bar-content li.active a {
    color: var(--ffit-white);
}

.navigation-bar-content .primary-navigation .navigation-items {
    display: flex;
    align-items: center;
}

.primary-navigation .navigation-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -3px;
    background-color: var(--ffit-gray);
    border-left: 3px solid var(--ffit-white);
    border-right: 3px solid var(--ffit-white);
    border-bottom: 3px solid var(--ffit-white);
    min-width: calc(100% + 6px);
}

.primary-navigation .navigation-dropdown a {
    font-size: 0.9rem;
}

.primary-navigation .navigation-dropdown li {
    padding: 10px 20px;
}

/* Mobile Navigation Menu */

/* The following styles animate the burger menu icon */

.mobile-menu-button {
    display: none;
    padding: 10px;
    border: 0;
    margin: 20px 0;
    position: relative;
    width: 35px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.mobile-menu-button span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: var(--ffit-gray);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.mobile-menu-button span:nth-child(1) {
    top: 0px;
}

.mobile-menu-button span:nth-child(2),
.mobile-menu-button span:nth-child(3) {
    top: 15px;
}

.mobile-menu-button span:nth-child(4) {
    top: 30px;
}

.mobile-menu-button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.mobile-menu-button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* End of burger menu icon styles */

/* The following styles control the mobile navigation menu */
.mobile-navigation {
    visibility: hidden;
    height: 0;
    transition: height 0.5s ease-in-out,
        visibility 0.1s linear 1s /* animate in - immediately make visible */;
    overflow: hidden;
    z-index: 99999;
}

.mobile-navigation.open {
    visibility: visible;
    height: calc-size(auto, size);
    transition: height 0.5s ease-in-out, visibility 0.1s linear; /* animate out - wait until after menu closes to make invisible */
}

.mobile-navigation {
    background-color: var(--ffit-gray);
}
.mobile-navigation ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}
.mobile-navigation li {
    padding: 20px 20px;
    text-align: center;
}
.mobile-navigation a {
    color: var(--ffit-white);
    text-decoration: none;
    font-size: 1.1rem;
}
/* End of mobile navigation menu styles */

/* Responsive styles for primary navigation/mobile navigation */
@media (max-width: 1200px) {
    .primary-navigation {
        display: none;
    }
    .mobile-menu-button {
        display: block;
    }
}

/*---------------------*/

/* FOOTER STYLING */

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #212121;
    color: white;
    position: relative;
}
footer .side-decal {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
footer .main-top,
footer .main-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}
footer .footer-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
}
footer .main-top img {
    height: 100px;
    width: auto;
}
footer .main-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
footer .main-bottom-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
footer .main-bottom-left p {
    margin: 0;
    margin-top: 1rem;
}
footer .social-icons {
    display: flex;
    gap: 1.4rem;
}
footer .social-icons svg {
    cursor: pointer;
}
footer a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
}
footer a:hover {
    color: var(--ffit-primary); /* Change to orange on hover */
}
footer h2 {
    font-size: 2rem;
    padding-bottom: 3px;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 3px solid var(--ffit-primary);
}

@media (max-width: 1600px) {
    footer .side-decal {
        display: none; /* Hide side decals on smaller screens */
    }
}
@media (max-width: 1220px) {
    footer .side-decal {
        display: none; /* Hide side decals on smaller screens */
    }
    footer .center,
    footer .center-right {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    footer .social-icons {
        justify-content: center;
    }
    footer a {
        font-size: 1rem; /* Adjust font size for smaller screens */
    }
    footer h2 {
        font-size: 1.8rem; /* Adjust heading size for smaller screens */
        width: fit-content;
    }
}

@media (max-width: 700px) {
    footer .main-top svg, footer .main-top img {
        display: none;
    }
    footer .main-top,
    footer .main-bottom,
    footer .footer-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    footer .main-bottom {
        gap: 3rem;
    }
    footer .footer-content h2 {
        display: block;
        text-align: center;
    }
    footer .main-bottom-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 470px) {
    footer a,
    footer p {
        font-size: 0.8rem; /* Further reduce font size for very small screens */
    }
    footer h2 {
        font-size: 1.5rem; /* Further reduce heading size for very small screens */
    }
}

/*---------------------*/
  
/* COLOR BLOCKS */
.color-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dark-block {
  background-color: var(--ffit-gray);
}
.dark-block * {
  color: var(--ffit-white);
}
.dark-block h2, .light-block h2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 20px;
  aspect-ratio: 490/100; 
  line-height: 50px;
  display: inline-flex;
}
.dark-block h2 {
  background-image: url('/SiteElements/CSSImages/Header-Background/header-background-for-dark.png');
  color: var(--ffit-gray) !important;
}
.light-block {
  background-color: var(--ffit-white);
}
.light-block * {
  color: var(--ffit-gray);
}
.light-block h2 {
  background-image: url('/SiteElements/CSSImages/Header-Background/header-background-for-light.png');
  color: var(--ffit-white) !important;
}
  
/*--------------------*/

/* spam bot field trap */
.sbhide {
    font-size: 1px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    position: absolute;
    top: -1000px;
    left: -1000px;
}

/* remove lync click-to-call */
.baec5a81-e4d6-4674-97f3-e9220f0136c1 a {
    display: none !important;
}

body.user-is-tabbing *:focus {
    outline: 2px solid red !important; /* for non-webkit browsers */
    outline: 2px auto -webkit-focus-ring-color !important;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaaaaa;
}
input::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaaaaa;
}
input:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaaaaa;
}
input:-moz-placeholder {
    /* Firefox 18- */
    color: #aaaaaa;
}

input[type="text"],
textarea,
select {
    width: auto;
    -webkit-width: auto;
}
input,
textarea,
select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.radioandboxalign {
    vertical-align: middle;
    display: block;
    position: relative;
}

.contentright .pagebanner img {
    height: auto;
    width: 100%;
}

/********************/
/* SPECIFIC CLASSES */

/* top alert */
.topalert {
    background-color: #666666;
    color: #ffffff;
    /* display: block; */
    display: none;
    font-size: 1.9em;
    padding: 10px;
    text-align: center;
}

.topbuttxtlmob {
    display: none;
}
.topalertbutton a {
    background-color: #444444;
    border: 3px solid #999999;
    color: #ffffff;
    display: inline-block;
    font-size: 0.9em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 500px;
    padding-bottom: 10px;
    padding-top: 6px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
}

.topalertbutton a:hover {
    background-color: #00957e;
}

.gridboxletter {
    margin-bottom: 10px !important;
}

.wrapper {
    background: linear-gradient(45deg, #dfe1e6, #fcfcfc, #dfe6e6);
    display: block;
    height: 100%;
    width: auto;
}

.sys_subitem-heading {
    padding-left: 0px !important;
    padding-top: 0px !important;
}

/* columns for folder nav control */
.slcols a {
    width: 33% !important;
}

/* rss and atom links */
.sys_rss-link,
.sys_atom-link {
    font-size: 0.8em;
    display: inline-block;
    padding-left: 20px;
}

.address {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: -20px;
    padding: 20px;
}

address {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 20px;
}

/**************************/
/* USER ACCESSIBLE STYLES */

.usr_center {
    margin-left: auto;
    margin-right: auto;
}
  
.usr_quotebox {
    background: white;
    display: block;
    padding: 10px;
    border: 1px solid #dddddd;
    border-left-width: 3px;
    border-left-color: orange;
}

.usr_whitebox_alert {
    background: url("/page-blocks/grid/gridicons/caution.png") top no-repeat;
    background-size: 50px;
    background-position-x: 10px;
    background-position-y: 10px;
    display: inline-block;
    padding-left: 70px;
    border-color: #d68585;
    min-height: 72px;
    border-width: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-style: solid;
    width: 100%;
}

.usr_whitebox_alert a {
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.usr_whitebox_tick {
    background: url("/page-blocks/grid/gridicons/ok-tick.png") top no-repeat;
    background-size: 50px;
    background-position-x: 10px;
    background-position-y: 10px;
    display: inline-block;
    padding-left: 70px;
    border-color: #6aa831;
    min-height: 72px;
    border-width: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-style: solid;
    width: 100%;
}

.usr_whitebox_tick a {
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.usr_image {
    max-width: 100%;
    width: auto;
    height: auto;
}

/*-----------------------*/

.focusbox {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: -20px;
    padding: 20px;
}

.infoblock {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 20px;
}

.infoblockiframe {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 20px;
    width: 99%;
}

.focusbox h2 {
    margin-top: 0;
}

.topheadercontainer {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #e6e8e9;
}

.topheaderblock::before,
.topheaderblock::after,
.topheaderblock::before,
.topheaderblock::after {
    content: " ";
    display: table;
}
.topheaderblock {
    clear: both;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 0.8em;
}

.topheaderlogo {
    display: inline;
    float: left;
    font-size: 2.8em;
}

.topheaderblock img {
    margin-bottom: 2px;
    margin-right: 4px;
    opacity: 0.6;
    vertical-align: middle;
}

.topheaderinnertabcontainer {
    float: left;
    margin-left: -40px;
}

.topheaderinnertabcontainer ul li {
    border-left-color: #808080;
    border-left-style: none;
    border-left-width: 1px;
    display: inline-block;
    font-size: 1.4em;
    margin-right: 0px;
    vertical-align: middle;
}

.topheaderinnertabcontainer ul li a {
    color: white;
    text-decoration: none;
    margin-left: 0px;
    border-radius: 0px;
    word-wrap: normal;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 16px;
    padding-bottom: 24px;
    height: 60px;
}

.topheaderinnertabcontainer ul li a:hover,
.topheaderinnertabcontainer ul li a:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.topheaderinnertabcontainer ul li .sys_selected a {
    background-color: #eeeeee;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 24px;
    height: 60px;
}

.topheaderlogo img {
    width: 63px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 1;
    margin-right: 20px;
}

.headercontainer {
    background-color: #ffffff;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(45deg, #444444, #999999);
    border-top: 2px solid orange;
    border-top-color: #76c2af;
}

.headerblock::before,
.headerblock::after,
.headerblock::before,
.headerblock::after {
    content: " ";
    display: table;
}
.headerblock {
    background-color: transparent;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 10px;
    width: auto;
}

.headerblock img {
    width: 70px;
    padding-top: 7px;
}

.footercontainer {
    background: linear-gradient(45deg, black, #222222, #444444, #33475c);
    display: block;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

.footerinfoaddress {
    color: #dddddd;
    display: inline-block;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 30px;
}

.footerinfopanel {
    float: left;
    min-width: 200px;
    padding-left: 4px;
    padding-right: 4px;
    width: 30%;
    color: #999999;
}

.footerinfopanel ul {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    background-size: auto auto;
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
    line-height: 1.4em;
    color: #999999;
}

.footerinfopanel ul li a {
    background-color: rgba(0, 0, 0, 0);
    color: #dddddd;
    text-decoration: none;
    line-height: 1.3em;
    display: inline-block;
    margin-right: 20px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: top;
}

.footerinfopanel ul li:hover,
.footerinfopanel ul li:focus {
    background-color: #808080;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
}

.footerinfopanel ul li a:hover,
.footerinfopanel ul li a:focus {
    color: #ffffff;
}

.footerinfopanel ul li:hover a,
.footerinfopanel ul li:focus a {
    color: #ffffff;
}

.footerlinks ul li {
    list-style-image: url("/SiteElements/CSSImages/link-footer-icon.png");
    margin-left: -6px;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.footerlinks ul li:hover,
.footerlinks ul li:focus {
    list-style-image: url("/SiteElements/CSSImages/link-footer-icon.png");
}

.titlecontainer {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    border-bottom: 1px SOLID #cccccc;
    box-shadow: 0px 2px 10px 0px rgba(1, 1, 1, 0.1);
}

.titlecontainerblock::before,
.titlecontainerblock::after,
.titlecontainerblock::before,
.titlecontainerblock::after {
    content: " ";
    display: table;
}
.titlecontainerblock {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
    padding-top: 0px;
    padding-bottom: 10px;
}

#L7_PageSummary {
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
}

.footerblock::before,
.footerblock::after,
.footerblock::before,
.footerblock::after {
    content: " ";
    display: table;
}
.footerblock {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}

.container {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container .contentright a {
    font-weight: normal;
    text-decoration: none;
    white-space: normal;
    word-wrap: normal;
    transition: all 0.2s ease 0s;
    border-bottom: 1px solid;
}

.container .contentright a:hover,
.titlecontainer a:hover {
    color: #35a65a !important;
}

.containerblock::before,
.containerblock::after,
.containerblock::before,
.containerblock::after {
    content: " ";
    display: table;
}
.containerblock {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
}

.containergrid {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ffffff;
}
.containergridblock::before,
.containergridblock::after,
.containergridblock::before,
.containergridblock::after {
    content: " ";
    display: table;
}
.containergridblock {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
}

.containerslider,
.containersliderhome {
    background-color: #eeeeee;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: -8px;
}

.containersliderline {
    height: 6px;
    background: url(/SiteElements/CSSImages/titlebg.png) center top no-repeat,
        #e0995e linear-gradient(45deg, #7682af, #76c2af, #76b2af);
    box-shadow: 0px 2px 10px 0px rgba(1, 1, 1, 0.1);
}

.crumbblock a:nth-child(1),
.crumbblock span:nth-child(1) {
    display: none;
}
.crumbblock a:nth-child(2)::before,
.crumbblock span:nth-child(2)::before {
    display: none;
}
.crumbblock::before,
.crumbblock::after,
.crumbblock::before,
.crumbblock::after {
    content: " ";
    display: table;
}
.crumbblock {
    clear: both;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.crumbcontainer {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 3px solid var(--ffit-primary);
    background-color: var(--ffit-gray);
}

.crumbblock a,
.crumbblock span {
    color: var(--ffit-white);
    text-decoration: none;
}

.crumbblock a::before,
.crumbblock span::before {
    content: "/";
    padding-left: 6px;
    padding-right: 10px;
}

.crumbblock div *:first-child::before {
    content: none;
}

.liveSearch {
    display: none;
}

.searchblock::before,
.searchblock::after,
.searchblock::before,
.searchblock::after {
    content: " ";
    display: table;
}

.searchcontainer {
    background-color: #eeeeee;
    min-height: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    width: auto;
    margin-bottom: -30px;
}

.searchblock {
    clear: both;
    font-size: 1.6em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    background: white;
    margin-top: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.searchblock p {
    color: #ffffff;
    margin-left: -10px;
}

.searchblock input[type="text"] {
    border-color: #dddddd;
    border-width: 2px;
    border-image-width: 1 1 1 1;
    font-size: 1em;
    height: 50px;
    margin-left: 10px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    width: 600px;
    border-radius: 2px;
    border-style: none;
    background-color: transparent;
    color: white;
}

input::-webkit-input-placeholder {
    color: #aaaaaa;
}
input::-moz-placeholder {
    color: #aaaaaa;
} /* Firefox 19+ */
input:-moz-placeholder {
    color: #aaaaaa;
} /* Firefox 18- */
input:-ms-input-placeholder {
    color: #aaaaaa;
}

textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}
textarea::-moz-placeholder {
    color: #aaaaaa;
} /* Firefox 19+ */

textarea:-moz-placeholder {
    color: #aaaaaa;
} /* Firefox 18- */

textarea:-ms-input-placeholder {
    color: #aaaaaa;
}

.searchblock input[type="text"]:focus {
    color: #333333;
}
.searchblock input[type="text"] {
    border-color: #dddddd;
    border-width: 2px;
    border-image-width: 1 1 1 1;
    font-size: 1em;
    height: 50px;
    margin-left: 10px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 6px;
    padding-top: 6px;
    width: 600px;
    border-radius: 2px;
    /* new style for seamless search box */
    border-style: none;
    background-color: #888888;
    color: white;
}

.searchblock input[type="button"] {
    border-bottom-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #dddddd;
    border-top-style: solid;
    border-top-width: 2px;
    font-size: 1em;
    height: 50px;
    margin-left: 10px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    border-radius: 2px;
}

.searchblock input[type="text"] {
    background-color: #ffffff;
    border-color: #dddddd;
    border-image-width: 1 1 1 1;
    border-radius: 2px;
    border-style: none;
    border-width: 2px;
    color: #333333;
    font-size: 1em;
    height: 50px;
    padding: 6px 6px 6px 0;
    width: 92%;
}

.searchblock input[type="button"] {
    background: rgba(0, 0, 0, 0) url("/SiteElements/CSSImages/search2.png")
        no-repeat scroll 0 0 / 32px 32px;
    border-image-width: 1 1 1 1;
    border-radius: 2px;
    border-style: none;
    border-width: 2px;
    color: transparent;
    cursor: pointer;
    float: right;
    font-size: 0.1em;
    height: 50px;
    margin-top: 10px;
    padding-right: 25px;
}

.searchblock input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("/SiteElements/CSSImages/search4.png")
        no-repeat scroll 0 0 / 32px 32px;
    border-image-width: 1 1 1 1;
    border-radius: 2px;
    border-style: none;
    border-width: 2px;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    font-size: 0.1em;
    height: 50px;
    margin-top: 10px;
    padding-right: 25px;
}

.searchblock p {
    background-color: #ffffff;
    color: #333333;
    margin-left: 0px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
}

.ulsearch {
    float: right;
}

.ulsearch > li {
    border-left-color: #808080;
    border-left-style: dotted;
    border-left-width: 1px;
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
}

.ulsearch li a {
    background-color: transparent;
    border-color: #ffffff;
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    color: #ffffff;
    margin-left: -1px;
    padding: 10px;
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ulsearch li a:hover,
.ulsearch li a:focus {
    background-color: #33475c;
}

.sys_search-subheading,
.sys_whats_new-subheading,
.sys_news-subheading {
    border: 0px !important;
}

.sys_search .sys_subitem-heading {
    background: none !important;
}

#WhatsNew_wrapper .sys_subitem h3 {
    background: transparent !important;
}

/* staff search */
.staffsearchrow hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ssadv {
    display: block;
    float: left;
    clear: both;
    background: #444444;
    font-size: 0.6em;
    padding: 5px;
    border-radius: 4px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.ssadv a {
    color: #ffffff;
    text-decoration: none;
}

.ssadv:hover,
.ssadv:focus {
    background-color: #00957e;
}

.sys_news-record img {
    width: 100%;
    height: auto;
}

.iframecontainer h1 {
    margin-top: 0;
}

.iframecontainer h2 {
    margin-top: 0;
}

.iframecontainer #pcode {
    width: auto;
}

.languagebutton {
    border-style: solid;
    border-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 7px;
}

.topheadbutton {
    border-style: solid;
    border-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 13px;
}

.topheadbuttonsearchmobile {
    border-style: solid;
    border-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    display: none;
}

.topheaderblock a:link {
    color: #ffffff;
    background-color: rgba(23, 94, 181, 1);
    text-decoration: none;
    border-radius: 4px;
    border-width: 0px;
}
.topheaderblock a:visited {
    color: #ffffff;
    background-color: rgba(23, 94, 181, 1);
    text-decoration: none;
}
.topheaderblock a:focus {
    color: #ffffff;
    background-color: rgba(0, 92, 204, 1) !important;
    text-decoration: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.topheaderblock a:active {
    color: #ffffff;
    background-color: rgba(0, 92, 204, 1) !important;
    text-decoration: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.topbarcontactinfo {
    float: left;
}

.contentright {
    float: left;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 71%;
    display: inline-block;
}

.contentright h2 {
    border-bottom-color: #d3d3d3;
    border-bottom-style: none;
    border-bottom-width: 1px;
    margin-bottom: 12px;
    color: #444444;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
}

.contentright p {
    padding-bottom: 20px;
    margin-top: 0px;
}

.contentright > ul {
    margin-bottom: 30px;
}

.contentright ul li {
    margin-bottom: 6px;
}
.contentleft {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    min-width: 200px;
    clear: none;
    float: right;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    padding-top: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.contentleft h2 {
    color: #444444;
    margin-top: 0;
}

.contentleftpanelx {
    background-color: #ffffff;
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    clear: none;
    float: right;
    margin-bottom: 30px;
    margin-top: -10px;
    min-width: 200px;
    padding-bottom: 40px;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
}

.contentleftpanel h2 {
    border-bottom-color: #d3d3d3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    color: #444444;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
}

.contentleftpanel {
    border-color: transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    clear: none;
    float: right;
    margin-bottom: 30px;
    margin-top: -10px;
    min-width: 200px;
    width: 100%;
}

.contentleftpanel ul {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    background-size: auto auto;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 30px;
}

.sectionlinks ul li {
    list-style-image: url("/SiteElements/CSSImages/section-link-icon.png");
    margin-left: -25px;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.sectionlinks ul li:hover,
.sectionlinks ul li:focus {
    list-style-image: url("/SiteElements/CSSImages/section-link-icon-hover.png");
}

.contentrightnav h2 {
    margin-top: 0;
}
.contentleftpanel ul li a {
    background-color: rgba(0, 0, 0, 0);
    color: #808080;
    text-decoration: none;
    line-height: 1.3em;
    display: inline-block;
    margin-right: 20px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: top;
}

.contentleftpanel ul li:hover,
.contentleftpanel ul li:focus {
    background-color: #808080;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
}

.contentleftpanel ul li a:hover,
.contentleftpanel ul li a:focus {
    color: #ffffff;
}

.contentleftpanel ul li:hover a,
.contentleftpanel ul li:focus a {
    color: #ffffff;
}

.contentrightnav {
    clear: none;
    margin-top: 0;
    min-width: 200px;
    padding-right: 0;
}

.contentrightnav .sectionlinksselected {
    box-shadow: none;
    color: #555555 !important;
}

.contentrightnav .sectionlinks a {
    color: #555555;
    display: block;
    float: left;
    line-height: 1.4em;
    margin-bottom: 5px;
    padding: 5px 3px 5px 21px;
    text-decoration: none;
    width: 100%;
}

.contentrightnav .sectionlinks a:hover,
.contentrightnav .sectionlinks a:focus {
    background-color: #808080 !important;
    background-image: url("/SiteElements/CSSImages/link-footer-icon.png") !important;
    background-position: 0 6px;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #ffffff !important;
}

.sectiondocs ul li {
    list-style-image: url("/SiteElements/CSSImages/doc-icon.png");
    margin-left: -25px;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.sectiondocs ul li:hover,
.sectiondocs ul li:focus {
    list-style-image: url("/SiteElements/CSSImages/doc-icon-hover.png");
}

.sectionextlinks ul li {
    list-style-image: url("/SiteElements/CSSImages/link-icon.png");
    margin-left: -25px;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.sectionextlinks ul li:hover,
.sectionextlinks ul li:focus {
    list-style-image: url("/SiteElements/CSSImages/link-icon-hover.png");
}

/* new--- left panels ------ */

.sectionlinks {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sectionlinks a {
    color: #555555;
    display: block;
    line-height: 1.4em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 21px;
    padding-top: 5px;
    text-decoration: none;
    padding-right: 3px;
}

.sectionlinks a:hover,
.sectionlinks a:focus {
    background-position: 0 6px;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #ffffff;
}

.sectionlinksselected {
    color: white !important;
    border-radius: 4px !important;
    box-shadow: 2px 2px 2px #dddddd;
  	background-color: var(--ffit-primary);
}

.sectiondocs {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sectiondocs a:hover,
.sectiondocs a:focus {
    background-color: #808080;
    background-image: url("/SiteElements/CSSImages/doc-icon-hover.png");
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
}

.sectiondocs a {
    background-attachment: scroll;
    background-clip: border-box;
    text-decoration: none;
    background-image: url("/SiteElements/CSSImages/doc-icon.png");
    background-origin: padding-box;
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #808080;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;
    line-height: 1.4em;
}

.sectionextlinks {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sectionextlinks a:hover,
.sectionextlinks a:focus {
    background-color: #808080;
    background-image: url("/SiteElements/CSSImages/link-icon-hover.png");
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
}

.sectionextlinks a {
    background-attachment: scroll;
    background-clip: border-box;
    text-decoration: none;
    background-image: url("/SiteElements/CSSImages/link-icon.png");
    background-origin: padding-box;
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #808080;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;
    line-height: 1.4em;
}

.rightpaneleditortitle {
    display: none;
}

.actioncontainer {
    background-color: #fefefe;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #eeeeee;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 10px;
    width: 100%;
}

.inneractioncontainer {
    border-radius: 4px;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.actiontext {
    display: inline-block;
    font-size: 1.4em;
    text-align: center;
    width: 100% !important;
    color: #444444;
}

.container .inneractioncontainer a {
    background-color: #444444;
    border: 1px solid #444444;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    max-width: 70%;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.container .contentright .inneractioncontainer a:hover,
.container .contentright .inneractioncontainer a:focus,
.container .contentright .inneractioncontainer a:active {
    color: #ffffff !important;
    background-color: #00957e;
    transition: none;
}

.gridactionbutton {
    clear: both;
    background-color: #34bbaa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 1.4em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    text-decoration: none;
}

.gridactionbutton:hover,
.gridactionbutton:focus {
    background-color: #00957e;
}

.gridactionbuttoncontainer {
    clear: both;
    background-color: transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

/* cta */

.container-cta {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    background-color: #666666;
    border: 10px solid #222222;
    border-radius: 4px;
}
.containerblock-cta::before,
.containerblock-cta::after {
    content: " ";
    display: table;
}
.containerblock-cta {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
}

.contentright-cta {
    float: left;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 71%;
    display: inline-block;
}

.contentright-cta p {
    padding-bottom: 20px;
}

.contentleft-cta {
    padding-left: 20px;
    padding-right: 0;
    width: 25%;
    min-width: 200px;
    clear: none;
    float: right;
    margin-top: 0;
    border-left-color: #d3d3d3;
    border-left-style: solid;
    border-left-width: 1px;
}

.contentleftpanel-cta {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    min-width: 200px;
    clear: none;
    float: right;
    margin-top: 0;
    background-color: red;
    margin-bottom: 30px;
}

/*---- CTA1 ---*/
.actioncontainer1 {
    background-color: #fefefe;
    border: 20px solid #dddddd;
    border-radius: 4px;

    display: block;
    margin-bottom: 40px;

    width: 100%;
    max-width: 450px;
}

.inneractioncontainer1 {
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

/* end page standard left panel */

/* grid */
.gridbox {
    margin-right: 10px;
}

ul.grid {
    float: left;
    list-style: outside none none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px !important;
    width: 100%;
}

ul.grid li {
    clear: both;
    float: left;
    font-size: 1em;
    margin-bottom: 0px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    list-style-type: none !important;
    margin-top: 40px;
}

ul.grid li a {
    background-position: 11px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #5d4d85;
    display: block;
    margin-bottom: 3px;
    min-height: 100px;
    text-decoration: none;
    background-color: #ffffff;
}

ul.grid li a:hover,
ul.grid li a:focus,
ul.grid li a:active {
    border-color: #cccccc;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
    color: black;
    border: 1px solid #cccccc !important;
    background: #897ea9
        linear-gradient(to right bottom, #ffffff 50%, #ececec 90%) repeat scroll
        0 0 !important;
}

.gridbox img {
    float: left;
    height: 70px;
    margin-right: 10px;
    margin-top: -10px;
    width: 70px;
}

.gridtitle {
    color: #111111;
    display: block;
    font-size: 1.12em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 17px;
    padding-left: 9px;
    line-height: 1.1em;
}

.griddesc {
    color: #666666;
    display: block;
    font-size: 0.9em;
    line-height: 1em;
    margin-left: auto;
    margin-top: 3px;
    padding: 6px;
    margin-right: auto;
    text-align: center;
    padding-bottom: 0px;
}

/* normal grid - no icons */
.gridletter {
    border-radius: 100px;
    color: #ffffff;
    font-family: arial;
    font-size: 1.52em;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -24px;
    padding-top: 11px;
    text-align: center;
    vertical-align: middle;
    width: 56px;
    border: 6px solid #ffffff;
}

.innerletter {
    background-color: #777777;
    border-radius: 100px;
    height: 44px;
    width: 44px;
    margin-top: -12px;
    margin-left: 0px;
    padding-top: 10px;
}

.gridlettertitle {
    color: #111111;
    display: block;
    font-size: 1.02em;
    line-height: 1.1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
}

/* end grid mobile first */

/* atoz */

.atozcontainer {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    padding-bottom: 3px;
}

.atozblock::before,
.atozblock::after,
.atozblock::before,
.atozblock::after {
    content: " ";
    display: table;
}
.atozblock {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
    padding-bottom: 5px;
    padding-top: 5px;
}

.atozbar {
    float: left;
}

.atozcontainer ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    padding-left: 0px;
}

.atozstrip {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

.atozstrip li {
    display: inline-block;
    height: 50px;
    margin-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.atozstrip li a {
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration: none !important;
    width: 34px;
}

/*atz page atoz strip */
.insetatozstrip {
    margin-bottom: 8px;
    margin-left: -40px;
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
}

.insetatozstrip li {
    background-color: #e3e3e3;
    display: inline-block;
    height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.insetatozstrip li a:hover,
.insetatozstrip li a:focus,
.insetatozstrip li a:active {
    background-color: #ffffff !important;
    color: #ffffff;
}
.insetatozstrip li a {
    border-bottom-color: #b3b3b3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #b3b3b3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b3b3b3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b3b3b3;
    border-top-style: solid;
    border-top-width: 1px;
    color: #808080;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration-color: -moz-use-text-color !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    width: 34px;
}

.insetatozstripw {
    margin-bottom: 8px;
    margin-left: -40px;
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
}

.insetatozstripw li {
    background-color: #e3e3e3;
    display: inline-block;
    height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.insetatozstripw li a:hover,
.insetatozstripw li a:focus,
.insetatozstripw li a:active {
    background-color: #ffffff !important;
    color: #ffffff;
}

.insetatozstripw li a {
    border-bottom-color: #b3b3b3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #b3b3b3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b3b3b3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b3b3b3;
    border-top-style: solid;
    border-top-width: 1px;
    color: #808080;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration-color: -moz-use-text-color !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    width: 50px;
}

.sys_atoz_heading {
    font-size: 1.6em;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 25px;
}

#AZListing_List .sys_subitem-heading.sys_generic_list-subheading > a {
    font-size: 0.8em !important;
    line-height: 1.6em;
}

#AZListing_wrapper .sys_subitem-heading {
    padding-bottom: 10px;
    padding-top: 15px !important;
}

/*forms*/

.hide {
    margin-left: -9999px;
}

.sys_cms-form-body .sys_sidebyside input {
    vertical-align: inherit !important;
}

.sys_cms-form-body .sys_sidebyside span label {
    padding-left: 5px !important;
    padding-right: 15px !important;
}

.sys_cms-form-body li input,
.sys_cms-form-body li select,
.sys_cms-form-body li textarea,
.sys_cms-form-body li label,
.sys_cms-form-body li .sys_legend,
.sys_cms-form-body li .sys_fieldlabel {
    color: #333333;
    font-family: inherit !important;
    font-size: 1.2em !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important;
}
.sys_cms-form-body input,
.sys_cms-form-body textarea,
.sys_cms-form-body select {
    padding: 6px !important;
}

.container input:not([type="radio"]),
.container textarea,
.container select {
    background-color: #bbbbbb !important;
    border-color: #bbbbbb !important;
    border-radius: 2px !important;
    border-style: solid !important;
    border-width: 2px !important;
    font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    vertical-align: bottom;
    height: 42px;
}

.container input:focus,
.container textarea:focus,
.container select:focus {
    color: black !important;
    background-color: #bbbbbb !important;
    border-color: #aaaaaa !important;
}

.container input[type="checkbox"]:not(old),
.container input[type="radio"]:not(old) {
    background-color: transparent !important;
    border: 1px solid #444444;
    margin-right: 10px;
}

.container input[type="checkbox"]:checked,
.container input[type="radio"]:checked {
    background-color: #00957e !important;
    border: 1px solid #444444;
    margin-right: 10px;
}

.container input[type="checkbox"],
.container input[type="radio"] {
    position: relative;
    vertical-align: top;
    margin-top: 4px;
}

.sys_form-submit {
    background-color: #34bbaa !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    clear: both !important;
    color: #ffffff !important;
    display: inline-block !important;
    float: left;
    font-size: 1.4em !important;
    margin-left: -2px !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20% !important;
    padding-right: 20% !important;
    padding-top: 10px !important;
    text-align: center !important;
    text-decoration-color: -moz-use-text-color !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    vertical-align: middle;
    width: auto !important;
    background-color: #ed6f0c !important;
}

.sys_form-submit:hover,
.sys_form-submit:focus {
    background-color: #00957e !important;
    background-color: rgb(255 123 0) !important;
}

.sys_form-submit-dr {
    background-color: #444444 !important;
    border: medium none;
    border-radius: 2px !important;
    clear: both !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 1.4em !important;
    height: 42px;
    margin-left: -2px !important;
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px !important;
    text-align: center !important;
    text-decoration: none !important;
    width: auto !important;
    vertical-align: bottom;
    cursor: pointer;
}

.sys_form-submit-dr:hover,
.sys_form-submit-dr:focus {
    background-color: #00957e !important;
}

.container input[type="button"]:hover,
.container input[type="button"]:focus {
    background-color: #00957e !important;
    border-color: #00957e !important;
}

.container input[type="submit"]:hover,
.container input[type="submit"]:focus {
    background-color: #00957e !important;
    border-color: #00957e !important;
}

.container input[type="button"],
.container input[type="submit"] {
    background-color: #444444 !important;
    border-color: #444444 !important;
    border-radius: 2px !important;
    clear: both !important;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block !important;
    font-size: 1.4em !important;
    height: 42px !important;
    margin-left: -2px !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 2px !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: bottom;
    width: auto !important;
}

.form-group-erf {
    border: 0 solid rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0;
    margin-top: 0px;
    vertical-align: top;
}

.form-group-erf input {
    margin-top: 0px;
    vertical-align: top;
}

.sys_showinstructions .sys_cms-form-body .sys_cms-form-item {
    width: auto !important;
}

.sys_instructions {
    display: none !important;
}

ul.sys_cms-form-body {
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.sys_cms-form-body .sys_sectionbreak {
    padding-top: 0px !important;
}

.sys_cms-form-body .sys_sectionbreak-header {
    font-size: 1.8em !important;
}

.sys_cms-form-body .sys_sectionbreak-text {
    font-size: 1.2em !important;
}

.sys_cms-form-body .sys_cms-form-item {
    padding-left: 0px !important;
}

.iframebody {
    background-color: transparent !important;
}

.iframecontainer {
    border-top-width: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 0px !important;
}

.iframecontainer input,
.iframecontainer textarea {
    padding: 6px !important;
}

.iframecontainer .sys_form-submit {
    background-color: #444444 !important;
    border: 0 solid #444444 !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 1.2em;
    margin-left: 1px !important;
    margin-right: auto;
    margin-top: 0 !important;
    padding: 10px 15px !important;
    width: 202px !important;
}

.iframecontainer .sys_form-submit:hover,
.iframecontainer .sys_form-submit:focus {
    background-color: #00957e !important;
}

.plfcontainer input[type="radio"] {
    border-radius: 0px;
    border-width: 0px;
    background-color: red;
}

.iframecontainer input:not([type="radio"]),
.iframecontainer select {
    height: 42px;
}
.iframecontainer textarea {
    height: auto;
}

@media only screen and (min-width: 736px) {
    ul.grid li {
        clear: none;
        width: 48%;
        font-size: 1.4em;
    }
    ul.grid li a {
        padding-right: 2%;
        padding-left: 2%;
        font-size: 0.7em;
    }
}

@media only screen and (min-width: 1024px) {
    ul.grid li {
        width: 24%;
        padding: 0px;
    }
    ul.grid li a {
        min-height: 110px;
    }
}

.containergridblock > h2 {
    padding-top: 15px;
    text-align: center;
}

/*end grid */

/* grid more */

ul.grid-more {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
    margin: 0 0 10px;
    padding-bottom: 22px;
    padding-right: 10px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.gridbox-more {
    margin-right: 10px;
}

/*desktop*/
ul.grid-more li {
    color: #5d4d85;
    list-style-type: disc;
    margin-bottom: 0;
    margin-right: 23px;
    text-decoration: none;
    display: inline-flex;
    width: 45%;
}

/*desktop*/

ul.grid-more li a {
    margin-top: 6px;
    margin-left: 10px;
    border-radius: 4px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    line-height: 1.2em;
    border-bottom: dotted 1px;
    margin-right: 10px;
    width: 100%;
}

ul.grid-more li a:hover,
ul.grid-more li a:focus,
ul.grid-more li a:active {
    background-color: #f8f8f8;
    color: black;
}

/*---- map container ---*/

.containermapblock::before,
.containermapblock::after,
.containermapblock::before,
.containermapblock::after {
    content: " ";
    display: table;
}

.containermapblock {
    border: 1px solid #cccccc;
    border-radius: 5px;
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    padding: 15px;
    background: white;
    box-shadow: 2px 2px 2px #eeeeee;
}

.containermapblock iframe {
    border: 1px solid #bbbbbb;
    box-shadow: 3px 3px 3px #dddddd;
}

/*------------ slider -------------*/

.landingbox.boxd > a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-left: 10px;
}

.link-slider {
    text-decoration: none;
}

.landingtitle {
    color: #111111;
    display: block;
    font-size: 1.12em;
    line-height: 1.1em;
    margin-left: 180px;
    margin-right: 50px;
    padding-left: 0;
}

.landingdesc {
    color: #666666;
    display: block;
    font-size: 0.7em;
    line-height: 1.2em;
    margin-left: 180px;
    margin-right: 50px;
    margin-top: 3px;
}

.slideimage {
    display: block;
}

.boxd > a::before {
    background: url("/SiteElements/CSSImages/slidelink.png") no-repeat center;
    float: right;
    margin-right: 10px;
    background-color: rgba(1, 1, 1, 0.1);
    margin-left: 20px;
    border: 1px solid rgba(1, 1, 1, 0.1);
    content: "";
    background-size: 15px 15px;
    padding: 13px;
}

/*------------ end slider -------------*/

/*------ wmn ------*/
.wmncontainer {
    background-image: url("/SiteElements/CSSImages/wmn-bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    display: block;
    overflow: hidden;
    width: 100%;
}

.wmnblock {
    background-image: url("/SiteElements/CSSImages/findmynearest-test.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: static;
    width: auto;
}

.wmnstrip {
    float: right;
    margin-right: 80px;
    margin-top: 70px;
    padding: 5px;
    width: 900px;
}

.wmnstrip a {
    background-color: #34bbaa;
    border: 5px solid lightgrey;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 1.4em;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}

.wmnstrip a:hover,
.wmnstrip a:focus {
    background-color: #00957e;
}

/*------- end wmn --------*

/*------ accordian -----*/
.togglebox {
    margin: 0 auto;
}

.togglebox input[type="radio"] {
    position: absolute !important;
    opacity: 0;
}

.togglebox label {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 10px;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px !important;
    position: relative;
    width: 100%;
}

.togglebox label:hover,
.togglebox label:focus {
    background: #eeeeee none repeat scroll 0 0;
}

.togglebox label:before {
    content: url("/SiteElements/CSSImages/acc-icon.png");
    top: 0px;
    float: right;
    padding-left: 20px;
}

.togcontent {
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.togcontent > div {
    display: block;
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.togcontent > div {
    background-color: #ffffff;
    border-radius: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.togglebox input[type="radio"]:checked ~ label {
    background-color: #cccccc;
    color: #555555;
}

.togglebox input[type="radio"]:checked ~ label:before {
    content: url("/SiteElements/CSSImages/acc-icon-open.png");
}

.togglebox input[type="radio"]:checked ~ .togcontent {
    min-height: 150px;
    display: inline;
}

.togglebox p {
    margin: 15px 0;
    padding: 0 10px;
    font-size: 1em;
    line-height: 1.5;
    color: #555555;
}

/*-------------- end accordian ---------*/

/*-------------- css star rating -----------*/
.starRating:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.5em;
    overflow: hidden;
    vertical-align: bottom;
}

.starRating:not(old) > input {
    margin-right: -100%;
    opacity: 0;
}

.starRating:not(old) > label {
    display: block;
    float: right;
    position: relative;
    background: url("/SiteElements/CSSImages/star-off.svg");
    background-size: contain;
}

.starRating:not(old) > label:before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url("/SiteElements/CSSImages/star-on.svg");
    background-size: contain;
    opacity: 0;
    transition: opacity 0.1s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before {
    opacity: 1;
}

/*--------------- end css star rating -----------*/

/*---------------- star rating radio and checkboxes -------------*/

.starratingradio input[type="checkbox"]:not(old),
.starratingradio input[type="radio"]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

.starratingradio input[type="checkbox"]:not(old) + label,
.starratingradio input[type="radio"]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

.starratingradio input[type="checkbox"]:not(old) + label > span,
.starratingradio input[type="radio"]:not(old) + label > span {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 0.25em;
    background: rgb(255, 255, 255);
    vertical-align: bottom;
}

.starratingradio input[type="checkbox"]:not(old):checked + label > span,
.starratingradio input[type="radio"]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(
        rgb(224, 224, 224),
        rgb(240, 240, 240)
    );
    background-image: -ms-linear-gradient(
        rgb(224, 224, 224),
        rgb(240, 240, 240)
    );
    background-image: -o-linear-gradient(
        rgb(224, 224, 224),
        rgb(240, 240, 240)
    );
    background-image: -webkit-linear-gradient(
        rgb(224, 224, 224),
        rgb(240, 240, 240)
    );
    background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

.starratingradio input[type="checkbox"]:not(old):checked + label > span:before {
    content: "✓";
    display: block;
    width: 1em;
    color: rgb(153, 204, 102);
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115, 153, 77);
    font-weight: bold;
}

.starratingradio input[type="radio"]:not(old):checked + label > span > span {
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin: 0.125em;
    border: 0.0625em solid rgb(115, 153, 77);
    border-radius: 0.125em;
    background: rgb(153, 204, 102);
    background-image: -moz-linear-gradient(
        rgb(153, 204, 51),
        rgb(115, 146, 51)
    );
    background-image: -ms-linear-gradient(rgb(153, 204, 51), rgb(115, 146, 51));
    background-image: -o-linear-gradient(rgb(153, 204, 51), rgb(115, 146, 51));
    background-image: -webkit-linear-gradient(
        rgb(153, 204, 51),
        rgb(115, 146, 51)
    );
    background-image: linear-gradient(rgb(153, 204, 51), rgb(115, 146, 51));
}

.topplfblock a {
    border: 2px solid;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    white-space: normal;
    word-wrap: normal;
}

.topplfblock a:hover {
    color: #7faa29 !important;
}

.topplfblock .ulplf a {
    background-color: #fafafa;

    border-radius: 4px;

    color: #444444;
    margin-left: -1px;
    padding: 10px 15px;
}

.container .contentright .topplfblock a:hover {
    color: #7faa29 !important;
}

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

.ulplf > a {
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
}

.stargroup {
    display: inline-block;
}
/*--------------- end css star radio and checkboxes -----------*/
/*---- star rating elements ---*/

.topplfblock {
    padding-top: 30px;
    clear: both;
    padding-bottom: 28px;
    background: rgba(216, 222, 228, 0.7) !important;
    border-top: rgba(216, 222, 228, 1) solid 2px;
}

.plfblock {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 1200px;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 40px;
}

.sys_form-submit-plf {
    background-color: #444444;
    border: 0px solid #444444;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px 15px;
    width: 202px;
}

.sys_form-submit-plf:hover,
.sys_form-submit-plf:focus {
    background-color: #00957e;
}

.plfcontainer input:not([type="radio"]),
.plfcontainer textarea,
.plfcontainer select {
    padding: 6px;
    font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
    font-size: 1em !important;
    width: 100%;
    background-color: #ffffff !important;
    border-color: #aaaaaa !important;
    border-radius: 2px !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #111111 !important;
    margin-bottom: 5px;
}

.plfleft {
    display: block;
    float: left;
    width: 50%;
}

.innerplfleft {
    width: 100%;
}

.plfright {
    display: inline-block;
    float: left;
    width: 50%;
}

.innerplfright {
    padding-left: 20px;
    width: 100%;
}

.form-group {
    display: inline-block;
    width: 100%;
    line-height: 1.5em;
}

.plfcontainer textarea {
    height: 160px;
    overflow: auto;
}

.plfcontainer {
    padding: 0 20px;
    margin-top: -10px;
    background: rgba(216, 222, 228, 0.7) !important;
}

.starblock {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
}
.starRating > label {
    margin-top: -2px;
}

/*---- end star rating elements ---*/

/*--- lights - wmn ---*/
#lights {
    background: #0e74a2 url("/SiteElements/CSSImages/lights/wmn-bgimage.jpg")
        no-repeat scroll center top / 100% 100%;
    height: 250px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

#header {
    width: 100%;
}

#header1 {
    background: url(/SiteElements/CSSImages/titlebg.png) center top no-repeat,
        #e0995e linear-gradient(45deg, #7682af, #76c2af, #76b2af);
    border-bottom: 8px solid white;
    position: relative;
    width: 100%;
    border-top: 4px solid white;
    background-size: 250% 450px;
    background-color: white;
}

.wmncontainer1 {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.topwmnblock::before,
.topwmnblock::after,
.topwmnblock::before,
.topwmnblock::after {
    content: " ";
    display: table;
}

.topwmnblock {
    clear: both;
    display: block;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    margin-top: -50px;
    padding-bottom: 0px;
    width: 100%;
    background: url("/SiteElements/CSSImages/staffsearch/coedpella.png")
        no-repeat scroll right bottom;
}

.wmnsearchblock::before,
.wmnsearchblock::after,
.wmnsearchblock::before,
.wmnsearchblock::after {
    content: " ";
    display: table;
}

.wmnsearchblock {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    clear: both;
    color: black;
    font-size: 1.8em;
    margin-top: 57px;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
}

.wmnsearchblock label {
    width: 100%;
    display: block;
}

.wmnsearchblock p {
    background-color: #eeeeee;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 0;
    margin-top: 8px;
    border: 1px solid #333333;
}

.wmnsearchblock input[type="text"] {
    background-color: #ffffff;
    border-color: #aaaaaa;
    border-image-width: 1;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #222222;
    font-size: 1em;
    height: 60px;
    padding: 6px 13px 6px 10px;
    float: left;
    width: 280px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.wmnsearchblock input[type="button"],
.wmnsearchblock button {
    background: #444444 url("/SiteElements/CSSImages/search2.png") no-repeat
        scroll 9px 13px / 32px 32px;
    border-image-width: 1 1 1 1;
    border-radius: 2px;
    border-style: none;
    border-width: 2px;
    color: transparent;
    cursor: pointer;
    float: right;
    font-size: 0.1em;
    height: 60px;
    position: relative;
    margin-top: 0px;
    width: 50px;
}

.wmndesc {
    color: #333333;
    font-size: 0.6em;
    line-height: 1.3em;
    margin-top: 3px;
}

/* backgrounds */
.lday {
    background-color: #111111;
}
.lsunset {
    background-color: red;
}
.lnight {
    background-color: blue;
}

.form-group-wmn {
    border: 0 solid transparent;
    display: inline-block;
    margin-top: 8px;
    padding: 0;
}

.lightsblock {
    position: relative;
    display: block;
    margin-top: -25px;
}

/*--- end lights ---*/

/* mobile menu button */
.mmenu {
    display: none;
}

/*--- altered for ccbc demo ---*/

.white {
    background-color: transparent !important;
}

ul.grid li a {
    background-position: 11px 16px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    color: #5d4d85;
    display: block;
    margin-bottom: 3px;
    min-height: 100px;
    text-decoration: none;
    background-color: #ffffff;
    background: #897ea9
        linear-gradient(to right bottom, #ffffff 60%, #76b2af 190%) repeat
        scroll 0 0 !important;
}

ul.grid li a:hover,
ul.grid li a:focus,
ul.grid li a:active {
    background-color: white;
    border-color: #cccccc;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.05);
    color: black;
    border: 1px solid #cccccc !important;
}

/* ----- end alteration ---- */

/*--- start search result page ---*/
.contentright .sys_basic-search-row {
    margin-bottom: 30px;
}

.contentright .sys_searchbox {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

#SearchResultsExtended_SimpleSearchControl_SearchTextBox {
    background-color: #ffffff !important;
    border: 1px solid #999999 !important;
    margin-right: 7px;
}

.contentright .sys_searchmode {
    display: none;
}
.contentright .sys_search-label {
    display: none;
}

.contentright dt {
    display: none;
}

.contentright .sys_search-url {
    display: none;
}

.contentright dd {
    margin-left: 0;
}

.contentright dl {
    margin-top: -4px;
    margin-bottom: 30px;
}

.contentright h3 {
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px;
    background: linear-gradient(45deg, #558886, #76c2af);
    color: #ffffff;
}

.sys_subitem > div {
    font-style: normal;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 0px;
    padding-top: 0px;
}
.sys_button.sys_searchbutton.sys_search-button {
    padding-bottom: 2px;
}

.container .contentright .sys_navigation {
    margin-top: 15px;
}

.container .contentright .sys_navigation a {
    background-color: #dddddd;
    border: 1px solid #555555;
    color: #555555 !important;
    display: inline-block;
    min-width: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
    width: auto;
}

.container .contentright .sys_navigation a:hover,
.container .contentright .sys_navigation a:focus {
    background-color: #444444;
    color: #ffffff !important;
}

.container .contentright .sys_selected {
    border: 1px solid #555555;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 40px;
}

.sys_paginginfo {
    font-weight: bold;
    margin-top: 30px;
}

.container .contentright .sys_disabled {
    display: none;
}

.container .contentright .sys_navigation .sys_paging a {
    background-color: #dddddd;
    border: 1px solid #555555 !important;
    color: #555555 !important;
    display: inline-block;
    min-width: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
    width: auto;
    margin-top: 4px;
}

.container .contentright .sys_navigation .sys_paging a:hover {
    background-color: #555555;
    border: 1px solid #555555 !important;
    color: #ffffff !important;
}

.container .contentright .sys_navigation .sys_paging_selected a {
    background-color: #ffffff;
    border: 1px solid #555555 !important;
    color: #555555 !important;
    display: inline-block;
    min-width: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
    width: auto;
    margin-top: 4px;
}

/*--- end search results page ---*/

/*-- press releases --*/
.sys_groupheader > span {
    display: block;
    font-size: 1.2em;
    margin-bottom: 7px;
    margin-top: 20px;
}
/*-- end press releases --*/

/*-- what's new -- */
.sys_whats_new-type {
    display: none;
}
.sys_whats_new-title {
    padding-bottom: 10px;
}

/* top alert cookie */

.topalertcookie {
    background: linear-gradient(45deg, #af7676, #7691c2, #de9595, #76b2af);
    font-size: 1.2em;
    width: 100%;
    display: block;
}

.ccbccookiecontainerblock {
    background-color: rgba(74, 74, 74, 0.66);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

.ccbccookiecontainerblockinner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    position: relative;
    text-align: left;
}

.cookieokbut {
    border: 2px white solid;
    background-color: #c70c49;
    padding: 10px;
    color: white;
    font-size: 1em;
    float: right;
}

.ccbccookietext {
    width: 70%;
    float: left;
    color: #ffffff;
}

.ccbccookiebutton {
    width: 200px;
    float: right;
}

.cookieokbut:hover {
    background-color: #e64177;
    cursor: pointer;
}
.ccbccookietext a {
    color: #ffffff;
    font-weight: bold;
}
.ccbccookietext a:hover {
    color: #35a65a !important;
}

@@media (max-width: 736px) {
    .cookieokbut {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .ccbccookiecontainerblockinner {
        margin-bottom: 5px;
    }
    .ccbccookiecontainerblock {
        margin-bottom: 5px;
    }
    .ccbccookietext {
        width: 100%;
    }
    .ccbccookiebutton {
        width: 100%;
        float: none;
        display: inline-block;
    }
}

/*-----------------------------------------tablet--------------------------------------*/
@media (max-width: 1024px) {
    .topheadercontainer {
        margin-top: 0px;
    }

    .containerblock {
        clear: both;
        width: 100%;
    }

    .titlecontainer {
        background-position: left top;
        background-repeat: no-repeat;
    }

    .contentright {
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 100%;
        display: inline-block;
    }

    .contentleft {
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        min-width: 200px;
        clear: none;
        margin-top: 0;
        border-left-style: none;
    }
    .sectionlinks {
        display: inline-block;
    }

    .contentrightnav {
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 100%;
        display: inline-block;
    }

    .contentrightnav .sectionlinks a {
        width: 100%;
    }

    /* top tabs mobile styles */

    .topsearchblock {
        display: none;
    }
    .headercontainer {
        background-color: #ffffff;
        display: block;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        width: 100%;
    }

    .topheadertabcontainer {
        display: inline-block;
        width: 100%;
    }
    .headercontainer {
        background-color: #ffffff;
        display: block;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        width: 100%;
    }

    .headerblock {
        background-color: #ffffff;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding-bottom: 10px;
        width: auto;
    }

    .topheaderlogo {
        display: inline;
        float: none;
    }

    .headerblock img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 7px;
        width: 70px;
    }

    .topheadertabcontainer {
        display: inline-block;
        width: 100%;
    }

    .topheaderinnertabcontainer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        max-width: 1200px;
        float: none;
    }

    .headerblock .topheaderinnertabcontainer ul {
        clear: both;
        display: block;
        margin-bottom: 0;
        margin-left: -48px;
        margin-right: auto;
        margin-top: auto;
        padding-right: 0;
        position: relative;
        width: auto;
    }

    .topheaderinnertabcontainer ul li {
        border-left-color: transparent;
        border-left-style: none;
        border-left-width: 0px;
        display: inline-block;
        font-size: 1.2em;
        list-style-image: none;
        list-style-position: inside;
        list-style-type: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        vertical-align: middle;
        width: 20%;
        text-align: center;
    }

    .topheaderinnertabcontainer ul li a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #444444;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 10px;
        text-decoration-line: none;
        width: 100%;
        background-color: #fafafa;
        border: 1px solid #cccccc;
    }

    .searchcontainer {
        display: block !important;
    }

    /* end mobile top tab styles */

    .searchblock input[type="text"] {
        width: 570px;
    }

    .atozcontainer ul {
        margin-left: 0px;
    }

    .contentleftpanel ul li a {
        display: inline;
    }

    .footerinfopanel {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0px;
    }

    .footerinfopanel ul {
        width: 100%;
        list-style-position: outside;
    }

    .footerinfopanel ul li {
        width: 100%;
    }

    .footercontainer {
        background-color: #343434;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .footerlinks ul li {
        margin-left: 18px;
    }

    /* tab content width styles */
    .container {
        /*border-top-color: #fcfcfc;*/
        border-top-style: solid;
        border-top-width: 1px;
        display: block;
        margin-bottom: -20px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        width: 100%;
        float: none;
    }

    .contentright {
        display: inline-block;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        width: 100%;
    }

    .contentleft {
        border-left-style: none;
        clear: none;
        display: inline-block;
        float: none;
        margin-top: 0;
        min-width: 200px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        width: 100%;
        margin-bottom: -10px;
    }

    .contentrightnav {
        display: inline-block;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        width: 100%;
    }

    .contentrightnav .sectionlinks a {
        width: 100%;
    }

    .searchcontainer {
        display: block !important;
        top: 38px;
        width: 100%;
    }

    /* end tab content width styles */

    /* slider overlay tablet */
    .slider {
        margin-left: 10px;
        margin-right: 10px;
    }

    table {
        overflow-x: auto;
        display: block;
        font-size: 0.9em;
    }

    /* columns for folder nav control */
    .slcols a {
        width: 49% !important;
    }

    .topheaderinnertabcontainer ul li a {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }

    .topheaderinnertabcontainer ul li a:hover {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
}

/*-------------------------------mobile---------------------------------*/
@media (max-width: 736px) {
    .topbuttxtlmob {
        display: inline;
    }

    .topwmnblock {
        background: none;
    }

    input[type="text"],
    textarea,
    select {
        width: 100%;
        -webkit-width: 100%;
    }

    /*--- search button for mobile - and hide skip button --*/
    .topheadbutton {
        display: none;
    }

    .topheadbuttonsearchmobile {
        display: block;
    }

    .languagebutton,
    .topheadbuttonsearchmobile {
        width: 100px;
        text-align: center;
    }

    /* columns for folder nav control */
    .slcols a {
        width: 100% !important;
    }

    /*---- FMN mobile ---*/
    .wmnsearchblock input[type="text"] {
        width: 100%;
    }

    .wmnbttextspan {
        font-size: 12.2em;
        color: white;
        padding-top: -4px;
        display: block;
    }

    .wmnsearchblock input[type="button"],
    .wmnsearchblock button {
        width: 100%;
    }

    /*----- slider remove image for mobile ---*/
    .slideimage {
        display: none;
    }

    .landingtitle {
        margin-left: 0 !important;
    }

    .landingdesc {
        margin-left: 0 !important;
    }

    /*----- plf ----*/
    .plfleft {
        width: 100%;
    }

    .plfright {
        width: 100%;
    }

    .innerplfright {
        padding-left: 0px;
    }

    /*----- end plf -----*/

    .containerblock {
        clear: both;
        width: 100%;
    }

    .titlecontainer {
        display: block;
        width: 100%;
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px;
        background-image: none;
    }

    .topheaderinnertabcontainer {
        margin-top: 25px;
    }

    .topheaderinnertabcontainer ul li {
        width: 100%;
        padding-bottom: 10px;
    }

    .topheaderinnertabcontainer ul li {
        font-size: 1.2em;
    }

    .searchblock input[type="text"] {
        width: 80%;
    }

    .searchblock input[type="button"] {
        font-size: 1em;
        height: 50px;
        margin-left: 10px;
        padding-bottom: 6px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 6px;
        /* Hide the text. */
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        width: 40px;
    }

    .searchcontainer {
        display: block !important;
        position: absolute;
        top: 38px;
        width: 100%;
    }

    .headercontainer {
        margin-top: 105px;
    }

    .inneractioncontainer a {
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }

    .actiontext {
        width: 100%;
    }

    .gridactionbutton {
        margin-top: 10px;
        float: none;
        display: inline-block;
        width: 100%;
    }

    .footerinfopanel ul li a {
        display: inline;
        text-decoration: none;
        text-decoration-line: none;
    }

    /*grid more */
    ul.grid-more li {
        width: 100%;
    }

    /* search test */
    .searchcontainer {
        display: block !important;
        top: 38px;
        width: 100%;
    }

    .searchcontainer {
        background-color: #5d73c0;
        display: block !important;
        padding: 5px 20px;
        position: absolute;
        top: -112px;
        width: 100%;
    }

    .searchblock input[type="text"] {
        background-color: #6e81c6;
        border: 1px solid #999999;
        margin-left: 0;
        margin-right: -90px;
        padding-left: 10px;
        padding-right: 70px;
        position: relative;
        width: 100%;
        z-index: 0;
    }

    .searchblock input[type="button"] {
        font-size: 1em;
        height: 50px;
        overflow: hidden;
        padding: 6px;
        position: relative;
        text-indent: 200%;
        white-space: nowrap;
        width: 40px;
        z-index: 1;
    }

    .searchblock input[type="submit"] {
        font-size: 1em;
        height: 50px;
        overflow: hidden;
        padding: 6px;
        position: relative;
        text-indent: 200%;
        white-space: nowrap;
        width: 40px;
        z-index: 1;
    }

    .searchblock input[type="select"] {
        font-size: 1em;
        height: 50px;
        overflow: hidden;
        padding: 6px;
        position: relative;
        text-indent: 200%;
        white-space: nowrap;
        width: 40px;
        z-index: 1;
    }

    .topheadercontainer {
        background-color: #888888;
        display: block;
        margin-top: 0px;
        overflow: hidden;
        width: auto;
        margin-top: 110px;
        padding: 5px 2px;
        padding-left: 3px;
    }

    .headercontainer {
        margin-top: 0px;
    }

    .headercontainer {
        background: rgba(0, 0, 0, 0)
            url("/SiteElements/CSSImages/titlebgdark.png") no-repeat scroll left
            top / 140% auto;
    }

    .headerblock {
        background-color: transparent;
    }

    /* mobile menu button --*/

    .mmenu {
        list-style-type: none;
        margin-bottom: 0;
        margin-right: 40px;
        text-align: center;
        display: block;
    }

    .headerblock > ul {
        list-style-type: none;
    }

    li .mmenubut {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        color: #444444;
        padding: 10px 30px;
        text-decoration: none;
        display: inline-block;
    }

    #topheadertabcontainer {
        display: none;
    }
    .topheaderinnertabcontainer ul li a {
        background-color: #ffffff;
    }

    /* slider image mobile */
    .containerslider {
        background-size: auto auto !important;
    }
    /* slider overlay mobile */
    .slider {
        margin-left: 10px;
        margin-right: 10px;
    }
    /* table */
    table {
        overflow-x: auto;
        display: block;
        font-size: 0.9em;
        border-width: 0px;
        -webkit-overflow-scrolling: touch;
    }

    /*--- start search result page ---*/

    .contentright .sys_searchbox {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }

    .contentright .sys_searchmode {
        display: none;
    }
    .contentright .sys_search-label {
        display: none;
    }

    .contentright dt {
        display: none;
    }

    .contentright .sys_search-url {
        display: none;
    }

    .contentright dd {
        margin-left: 0;
    }

    .contentright dl {
        margin-top: 6px;
    }

    .contentright h3 {
        margin-bottom: 0;
    }

    .sys_subitem > div {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 5px;
        box-shadow: 2px 2px 2px #eeeeee;
        font-style: normal;
        margin-bottom: 10px;

        padding-left: 20px;
        padding-right: 20px;
    }
    .sys_button.sys_searchbutton.sys_search-button {
        padding-bottom: 2px;
    }

    .container .contentright .sys_navigation {
        margin-top: 15px;
    }

    .container .contentright .sys_navigation a {
        background-color: #dddddd;
        border: 1px solid #555555;
        color: #555555 !important;
        display: inline-block;
        min-width: 40px;
        padding: 8px;
        text-align: center;
        text-decoration: none !important;
        width: auto;
    }

    .container .contentright .sys_navigation a:hover,
    .container .contentright .sys_navigation a:focus {
        background-color: #444444;
        color: #ffffff !important;
    }

    .container .contentright .sys_selected {
        border: 1px solid #555555;
        display: inline-block;
        padding-bottom: 8px;
        padding-top: 8px;
        text-align: center;
        width: 40px;
    }

    .sys_paginginfo {
        font-weight: bold;
        margin-top: 30px;
    }

    .container .contentright .sys_disabled {
        display: none;
    }

    /* paging */

    .sys_paginginfo {
        text-align: center;
    }

    .sys_navigation {
        text-align: center;
        font-size: 0.9em;
    }

    .sys_navigationprevious::after {
        content: "<";
        margin-right: -10px;
        position: relative;
        right: 20px;
    }

    .sys_navigationprevious {
        text-indent: -9999px;
    }
    .sys_navigationnext::after {
        content: ">";
        position: relative;
        right: 20px;
    }

    .sys_navigationnext {
        text-indent: -9999px;
    }

    .container .contentright .sys_navigation a {
        min-width: 30px;
        padding: 0;
    }

    .container .contentright .sys_selected {
        padding-bottom: 0;
        padding-top: 0;
        width: 30px;
    }

    /*--- end search results page ---*/
}

/* Desktops and tablet menu display ----------- */
@media (min-width: 737px) {
    .topheadertabcontainer {
        display: block !important;
    }
}

.ol-container,
.usr_whitebox {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #eeeeee;
    padding: 10px;
    margin-bottom: 25px;
}

.contentright ol {
    counter-reset: dr-ol-counter;
    list-style: outside none none;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 15px;
}

.contentright ol li::before {
    background-color: #5d4d85;
    border-radius: 3px;
    color: #ffffff;
    content: "" counter(dr-ol-counter, decimal) "";
    height: 26px;
    left: -2.1em;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 26px;
}

.contentright ol li:nth-of-type(1) {
    font-weight: normal;
}

.contentright ol li {
    counter-increment: dr-ol-counter;
    list-style: outside none none;
    margin-left: 0;
    padding-bottom: 25px;
    padding-left: 0;
    position: relative;
}

.contentright ol {
    counter-reset: dr-ol-counter;
    list-style: outside none none;
    list-style-position: inside;
    margin-top: 0px;
    background: white;
    border: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.contentright ol li::before {
    background-color: #539d94;
    border-radius: 3px;
    color: #ffffff;
    content: "" counter(dr-ol-counter, decimal) "";
    height: 26px;
    left: -2.1em;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 26px;
    margin-left: 10px;
}

.contentright ol li {
    counter-increment: dr-ol-counter;
    list-style: outside none none;
    margin-left: 0px;
    padding-bottom: 15px;
    padding-left: 9px;
    position: relative;
}

.contentright .usr_whitebox li {
    margin-left: 40px;
}

.usr_whiteboximg {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #eeeeee;
    padding: 10px !important;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

.usr_whiteboximg img {
    width: auto;
    height: auto;
    max-width: 300px;
    margin-right: 30px;
    float: left;
    display: block;
    padding: 10px;
}

.usr_whiteboximg a {
    word-wrap: break-word !important;
    width: 65%;
    border-bottom: 0px !important;
}

/* big table */

.usr_big-table {
    overflow-x: auto;
    display: block;
    font-size: 0.9em;
}

.usr_big-table tr:nth-of-type(2n + 1) {
    background: #eeeeee none repeat scroll 0 0;
}

.usr_big-table,
.usr_big-table thead,
.usr_big-table tbody,
.usr_big-table th,
.usr_big-table td,
.usr_big-table tr {
    display: block;
    overflow: hidden;
}
.usr_big-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.usr_big-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-bottom: none;
    font-size: 0.9em;
    background-color: #ffffff;
}
.usr_big-table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    position: relative;
    width: 100%;
}

.usr_big-table td::before {
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: 100%;
    word-wrap: break-word;
}
.usr_big-table tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.usr_big-table td:before {
    content: attr(data-content);
}
.usr_big-table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* tab-mob landscape scale */

/* iPhone */
@media only screen and (width: 320px) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.667);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 480px;
    }
    .searchcontainer {
        top: 0;
        z-index: -100;
    }
}

/* iPad */
@media only screen and (width: 768px) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 1024px;
    }
}

/* Laptop scale */
@media only screen and (width: 1366px) and (device-width: 1366px) {
    body {
        transform: scale(0.8);
        transform-origin: 0 0;
        width: 125%;
        height: 100%;
        background-color: #444444;
    }
}

/* Image with a whitebox */
@media (max-width: 768px) {
    .usr_whiteboximg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .usr_whiteboximg img {
        float: none;
        display: block;
        margin: 0 auto 10px auto;
    }
}

/* STYLING FOR LARGE CARD GALLERY  */
.large-card-gallery {
    font-family: balboa, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}

.large-card-with-cta {
    width: 300px;
    height: 450px;
    padding: 1rem;
    border-radius: 5px;
    color: var(--ffit-gray);
    background-image: url("/SiteElements/CSSImages/Cards/large-card-background.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: normal;
    border: 2px var(--ffit-primary) solid;
}

.large-card-with-cta p,
.large-card-with-cta h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.large-card-with-cta p {
    font-weight: 400;
}

.large-card-with-cta .logo-container {
    display: flex;
    justify-content: flex-end;
    height: 10%;
}

.large-card-with-cta .logo-container img {
    width: 50px;
    height: auto;
    object-fit: contain; /* Just in case it needs padding */
}

.large-card-with-cta .card-title {
    margin-bottom: 1rem;
    height: 20%;
}

.large-card-with-cta .card-title h3 {
    color: var(--ffit-primary);
    font-size: 2.5rem;
    background: transparent;
    padding: 0;
}

.large-card-with-cta .card-title p {
    font-size: 0.8rem;
}

.large-card-with-cta .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.large-card-with-cta .card-content .line1 {
    font-size: 4rem;
}

.large-card-with-cta .card-content .line2 {
    font-size: 1.2rem;
}
.large-card-with-cta .card-content .line3 {
    font-size: 0.8rem;
}

.large-card-with-cta .button-container {
    text-align: center;
}

.large-card-with-cta .button-container a {
    background-color: var(--ffit-gray);
    color: var(--ffit-white);
    border: none;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

/* STYLING FOR SMALL CARDS WITH CTA */
.small-card-with-cta {
    font-family: balboa, sans-serif;
    line-height: 1;
}

.small-card-with-cta .main-card {
    box-sizing: border-box;
    background-image: url("/SiteElements/CSSImages/Cards/small-card-background.png");
    background-size: cover;
    width: 285px;
    height: 184px;
    border-radius: 5px;
    padding: 1.5rem;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    color: var(--ffit-gray);
}

.small-card-with-cta .logo-container {
    float: right;
    height: 50px;
}

.small-card-with-cta .logo-container img {
    height: 100%;
}

.small-card-with-cta .content .line1 {
    font-size: 3.9rem;
}

.small-card-with-cta .content .line2 {
    font-size: 1.2rem;
}

.small-card-with-cta .content .line3 {
    font-size: 0.8rem;
}

.small-card-with-cta p {
    margin-bottom: 0;
    padding-bottom: 0.4rem;
}

/* div. and a. used here to increase specificity to override a competing rule marked with !important above */
div.small-card-with-cta a.link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    width: 285px;
    height: 40px;
    background-color: var(--ffit-primary);
    color: var(--ffit-white) !important;
    border: none;
    border-radius: 5px;
}
  
  /* STYLING FOR MENU-GRID CARDS */
  
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  width: 100%;
  gap: 24px;
  padding-inline-start: 0;
}

.menu-grid .menu-grid-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  list-style: none;
}

.menu-grid .menu-grid-item .img-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 5px 5px 0px 0px;
}
  
.menu-grid .menu-grid-item .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.menu-grid .menu-grid-item .menu-grid-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
  gap: 0.25rem;
  border-radius: 0px 0px 5px 5px;
}

.menu-grid .menu-grid-item .menu-grid-item-content p {
  font-size: 1.2rem;
  line-height: normal;
}
.menu-grid .menu-grid-item .menu-grid-item-content * {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-grid .menu-grid-item a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}
  

