﻿/*
            Brand green:#557816;
            Heading text green  #065;
            jumbo blue: #f0f8ff;
            Dark Blue: #2C3E50;
            mid-blue: #1e57a4;
            Yellow : #FFFF00;
            footer green: #2b3c0b
            pink :#C3186B;
            border table grey: #777
            even table row: #f5f5f5
            Home icons background:#e3e3e3;
            off white news backgrond:#fbfbfb
            search result list border:#2c410c;
            backToWrap: #e6f3ff;
        */

/*Bootstrap container overides*/




.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem);
}

    .grid .g-col-1 {
        grid-column: auto/span 1;
    }

    .grid .g-col-2 {
        grid-column: auto/span 2;
    }

    .grid .g-col-3 {
        grid-column: auto/span 3;
    }

    .grid .g-col-4 {
        grid-column: auto/span 4;
    }

    .grid .g-col-5 {
        grid-column: auto/span 5;
    }

    .grid .g-col-6 {
        grid-column: auto/span 6;
    }

    .grid .g-col-7 {
        grid-column: auto/span 7;
    }

    .grid .g-col-8 {
        grid-column: auto/span 8;
    }

    .grid .g-col-9 {
        grid-column: auto/span 9;
    }

    .grid .g-col-10 {
        grid-column: auto/span 10;
    }

    .grid .g-col-11 {
        grid-column: auto/span 11;
    }

    .grid .g-col-12 {
        grid-column: auto/span 12;
    }

    .grid .g-start-1 {
        grid-column-start: 1;
    }

    .grid .g-start-2 {
        grid-column-start: 2;
    }

    .grid .g-start-3 {
        grid-column-start: 3;
    }

    .grid .g-start-4 {
        grid-column-start: 4;
    }

    .grid .g-start-5 {
        grid-column-start: 5;
    }

    .grid .g-start-6 {
        grid-column-start: 6;
    }

    .grid .g-start-7 {
        grid-column-start: 7;
    }

    .grid .g-start-8 {
        grid-column-start: 8;
    }

    .grid .g-start-9 {
        grid-column-start: 9;
    }

    .grid .g-start-10 {
        grid-column-start: 10;
    }

    .grid .g-start-11 {
        grid-column-start: 11;
    }

@media (min-width: 576px) {
    .grid .g-col-sm-1 {
        grid-column: auto/span 1;
    }

    .grid .g-col-sm-2 {
        grid-column: auto/span 2;
    }

    .grid .g-col-sm-3 {
        grid-column: auto/span 3;
    }

    .grid .g-col-sm-4 {
        grid-column: auto/span 4;
    }

    .grid .g-col-sm-5 {
        grid-column: auto/span 5;
    }

    .grid .g-col-sm-6 {
        grid-column: auto/span 6;
    }

    .grid .g-col-sm-7 {
        grid-column: auto/span 7;
    }

    .grid .g-col-sm-8 {
        grid-column: auto/span 8;
    }

    .grid .g-col-sm-9 {
        grid-column: auto/span 9;
    }

    .grid .g-col-sm-10 {
        grid-column: auto/span 10;
    }

    .grid .g-col-sm-11 {
        grid-column: auto/span 11;
    }

    .grid .g-col-sm-12 {
        grid-column: auto/span 12;
    }

    .grid .g-start-sm-1 {
        grid-column-start: 1;
    }

    .grid .g-start-sm-2 {
        grid-column-start: 2;
    }

    .grid .g-start-sm-3 {
        grid-column-start: 3;
    }

    .grid .g-start-sm-4 {
        grid-column-start: 4;
    }

    .grid .g-start-sm-5 {
        grid-column-start: 5;
    }

    .grid .g-start-sm-6 {
        grid-column-start: 6;
    }

    .grid .g-start-sm-7 {
        grid-column-start: 7;
    }

    .grid .g-start-sm-8 {
        grid-column-start: 8;
    }

    .grid .g-start-sm-9 {
        grid-column-start: 9;
    }

    .grid .g-start-sm-10 {
        grid-column-start: 10;
    }

    .grid .g-start-sm-11 {
        grid-column-start: 11;
    }
}

@media (min-width: 768px) {
    .grid .g-col-md-1 {
        grid-column: auto/span 1;
    }

    .grid .g-col-md-2 {
        grid-column: auto/span 2;
    }

    .grid .g-col-md-3 {
        grid-column: auto/span 3;
    }

    .grid .g-col-md-4 {
        grid-column: auto/span 4;
    }

    .grid .g-col-md-5 {
        grid-column: auto/span 5;
    }

    .grid .g-col-md-6 {
        grid-column: auto/span 6;
    }

    .grid .g-col-md-7 {
        grid-column: auto/span 7;
    }

    .grid .g-col-md-8 {
        grid-column: auto/span 8;
    }

    .grid .g-col-md-9 {
        grid-column: auto/span 9;
    }

    .grid .g-col-md-10 {
        grid-column: auto/span 10;
    }

    .grid .g-col-md-11 {
        grid-column: auto/span 11;
    }

    .grid .g-col-md-12 {
        grid-column: auto/span 12;
    }

    .grid .g-start-md-1 {
        grid-column-start: 1;
    }

    .grid .g-start-md-2 {
        grid-column-start: 2;
    }

    .grid .g-start-md-3 {
        grid-column-start: 3;
    }

    .grid .g-start-md-4 {
        grid-column-start: 4;
    }

    .grid .g-start-md-5 {
        grid-column-start: 5;
    }

    .grid .g-start-md-6 {
        grid-column-start: 6;
    }

    .grid .g-start-md-7 {
        grid-column-start: 7;
    }

    .grid .g-start-md-8 {
        grid-column-start: 8;
    }

    .grid .g-start-md-9 {
        grid-column-start: 9;
    }

    .grid .g-start-md-10 {
        grid-column-start: 10;
    }

    .grid .g-start-md-11 {
        grid-column-start: 11;
    }
}

@media (min-width: 992px) {
    .grid .g-col-lg-1 {
        grid-column: auto/span 1;
    }

    .grid .g-col-lg-2 {
        grid-column: auto/span 2;
    }

    .grid .g-col-lg-3 {
        grid-column: auto/span 3;
    }

    .grid .g-col-lg-4 {
        grid-column: auto/span 4;
    }

    .grid .g-col-lg-5 {
        grid-column: auto/span 5;
    }

    .grid .g-col-lg-6 {
        grid-column: auto/span 6;
    }

    .grid .g-col-lg-7 {
        grid-column: auto/span 7;
    }

    .grid .g-col-lg-8 {
        grid-column: auto/span 8;
    }

    .grid .g-col-lg-9 {
        grid-column: auto/span 9;
    }

    .grid .g-col-lg-10 {
        grid-column: auto/span 10;
    }

    .grid .g-col-lg-11 {
        grid-column: auto/span 11;
    }

    .grid .g-col-lg-12 {
        grid-column: auto/span 12;
    }

    .grid .g-start-lg-1 {
        grid-column-start: 1;
    }

    .grid .g-start-lg-2 {
        grid-column-start: 2;
    }

    .grid .g-start-lg-3 {
        grid-column-start: 3;
    }

    .grid .g-start-lg-4 {
        grid-column-start: 4;
    }

    .grid .g-start-lg-5 {
        grid-column-start: 5;
    }

    .grid .g-start-lg-6 {
        grid-column-start: 6;
    }

    .grid .g-start-lg-7 {
        grid-column-start: 7;
    }

    .grid .g-start-lg-8 {
        grid-column-start: 8;
    }

    .grid .g-start-lg-9 {
        grid-column-start: 9;
    }

    .grid .g-start-lg-10 {
        grid-column-start: 10;
    }

    .grid .g-start-lg-11 {
        grid-column-start: 11;
    }
}

@media (min-width: 1200px) {
    .grid .g-col-xl-1 {
        grid-column: auto/span 1;
    }

    .grid .g-col-xl-2 {
        grid-column: auto/span 2;
    }

    .grid .g-col-xl-3 {
        grid-column: auto/span 3;
    }

    .grid .g-col-xl-4 {
        grid-column: auto/span 4;
    }

    .grid .g-col-xl-5 {
        grid-column: auto/span 5;
    }

    .grid .g-col-xl-6 {
        grid-column: auto/span 6;
    }

    .grid .g-col-xl-7 {
        grid-column: auto/span 7;
    }

    .grid .g-col-xl-8 {
        grid-column: auto/span 8;
    }

    .grid .g-col-xl-9 {
        grid-column: auto/span 9;
    }

    .grid .g-col-xl-10 {
        grid-column: auto/span 10;
    }

    .grid .g-col-xl-11 {
        grid-column: auto/span 11;
    }

    .grid .g-col-xl-12 {
        grid-column: auto/span 12;
    }

    .grid .g-start-xl-1 {
        grid-column-start: 1;
    }

    .grid .g-start-xl-2 {
        grid-column-start: 2;
    }

    .grid .g-start-xl-3 {
        grid-column-start: 3;
    }

    .grid .g-start-xl-4 {
        grid-column-start: 4;
    }

    .grid .g-start-xl-5 {
        grid-column-start: 5;
    }

    .grid .g-start-xl-6 {
        grid-column-start: 6;
    }

    .grid .g-start-xl-7 {
        grid-column-start: 7;
    }

    .grid .g-start-xl-8 {
        grid-column-start: 8;
    }

    .grid .g-start-xl-9 {
        grid-column-start: 9;
    }

    .grid .g-start-xl-10 {
        grid-column-start: 10;
    }

    .grid .g-start-xl-11 {
        grid-column-start: 11;
    }
}

@media (min-width: 1400px) {
    .grid .g-col-xxl-1 {
        grid-column: auto/span 1;
    }

    .grid .g-col-xxl-2 {
        grid-column: auto/span 2;
    }

    .grid .g-col-xxl-3 {
        grid-column: auto/span 3;
    }

    .grid .g-col-xxl-4 {
        grid-column: auto/span 4;
    }

    .grid .g-col-xxl-5 {
        grid-column: auto/span 5;
    }

    .grid .g-col-xxl-6 {
        grid-column: auto/span 6;
    }

    .grid .g-col-xxl-7 {
        grid-column: auto/span 7;
    }

    .grid .g-col-xxl-8 {
        grid-column: auto/span 8;
    }

    .grid .g-col-xxl-9 {
        grid-column: auto/span 9;
    }

    .grid .g-col-xxl-10 {
        grid-column: auto/span 10;
    }

    .grid .g-col-xxl-11 {
        grid-column: auto/span 11;
    }

    .grid .g-col-xxl-12 {
        grid-column: auto/span 12;
    }

    .grid .g-start-xxl-1 {
        grid-column-start: 1;
    }

    .grid .g-start-xxl-2 {
        grid-column-start: 2;
    }

    .grid .g-start-xxl-3 {
        grid-column-start: 3;
    }

    .grid .g-start-xxl-4 {
        grid-column-start: 4;
    }

    .grid .g-start-xxl-5 {
        grid-column-start: 5;
    }

    .grid .g-start-xxl-6 {
        grid-column-start: 6;
    }

    .grid .g-start-xxl-7 {
        grid-column-start: 7;
    }

    .grid .g-start-xxl-8 {
        grid-column-start: 8;
    }

    .grid .g-start-xxl-9 {
        grid-column-start: 9;
    }

    .grid .g-start-xxl-10 {
        grid-column-start: 10;
    }

    .grid .g-start-xxl-11 {
        grid-column-start: 11;
    }
}




:root {
    --bs-blue-rgb: #0d6efd;
    --bs-pink-rgb: #d63384;
    --bs-black-rgb: #000000;
    --bs-blue-100: #cfe2ff;
    --bs-blue-200: #9ec5fe;
    --bs-blue-300: #6ea8fe;
    --bs-blue-400: #3d8bfd;
    --bs-blue-500: #0d6efd;
    --bs-blue-600: #0a58ca;
    --bs-blue-700: #084298;
    --bs-blue-800: #052c65;
    --bs-blue-900: #031633;
    --bs-indigo-100: #e0cffc;
    --bs-indigo-200: #c29ffa;
    --bs-indigo-300: #a370f7;
    --bs-indigo-400: #8540f5;
    --bs-indigo-500: #6610f2;
    --bs-indigo-600: #520dc2;
    --bs-indigo-700: #3d0a91;
    --bs-indigo-800: #290661;
    --bs-indigo-900: #140330;
    --bs-purple-100: #e2d9f3;
    --bs-purple-200: #c5b3e6;
    --bs-purple-300: #a98eda;
    --bs-purple-400: #8c68cd;
    --bs-purple-500: #6f42c1;
    --bs-purple-600: #59359a;
    --bs-purple-700: #432874;
    --bs-purple-800: #2c1a4d;
    --bs-purple-900: #160d27;
    --bs-pink-100: #f7d6e6;
    --bs-pink-200: #efadce;
    --bs-pink-300: #e685b5;
    --bs-pink-400: #de5c9d;
    --bs-pink-500: #d63384;
    --bs-pink-600: #ab296a;
    --bs-pink-700: #801f4f;
    --bs-pink-800: #561435;
    --bs-pink-900: #2b0a1a;
    --bs-red-100: #f8d7da;
    --bs-red-200: #f1aeb5;
    --bs-red-300: #ea868f;
    --bs-red-400: #e35d6a;
    --bs-red-500: #dc3545;
    --bs-red-600: #b02a37;
    --bs-red-700: #842029;
    --bs-red-800: #58151c;
    --bs-red-900: #2c0b0e;
    --bs-orange-100: #ffe5d0;
    --bs-orange-200: #fecba1;
    --bs-orange-300: #feb272;
    --bs-orange-400: #fd9843;
    --bs-orange-500: #fd7e14;
    --bs-orange-600: #ca6510;
    --bs-orange-700: #984c0c;
    --bs-orange-800: #653208;
    --bs-orange-900: #331904;
    --bs-yellow-100: #fff3cd;
    --bs-yellow-200: #ffe69c;
    --bs-yellow-300: #ffda6a;
    --bs-yellow-400: #ffcd39;
    --bs-yellow-500: #ffc107;
    --bs-yellow-600: #cc9a06;
    --bs-yellow-700: #997404;
    --bs-yellow-800: #664d03;
    --bs-yellow-900: #332701;
    --bs-green-100: #d1e7dd;
    --bs-green-200: #a3cfbb;
    --bs-green-300: #75b798;
    --bs-green-400: #479f76;
    --bs-green-500: #198754;
    --bs-green-600: #146c43;
    --bs-green-700: #0f5132;
    --bs-green-800: #0a3622;
    --bs-green-900: #051b11;
    --bs-teal-100: #d2f4ea;
    --bs-teal-200: #a6e9d5;
    --bs-teal-300: #79dfc1;
    --bs-teal-400: #4dd4ac;
    --bs-teal-500: #20c997;
    --bs-teal-600: #1aa179;
    --bs-teal-700: #13795b;
    --bs-teal-800: #0d503c;
    --bs-teal-900: #06281e;
    --bs-cyan-100: #cff4fc;
    --bs-cyan-200: #9eeaf9;
    --bs-cyan-300: #6edff6;
    --bs-cyan-400: #3dd5f3;
    --bs-cyan-500: #0dcaf0;
    --bs-cyan-600: #0aa2c0;
    --bs-cyan-700: #087990;
    --bs-cyan-800: #055160;
    --bs-cyan-900: #032830;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-blue-rgb-100: 207, 226, 255;
    --bs-blue-rgb-200: 158, 197, 254;
    --bs-blue-rgb-300: 110, 168, 254;
    --bs-blue-rgb-400: 61, 139, 253;
    --bs-blue-rgb-500: 13, 110, 253;
    --bs-blue-rgb-600: 10, 88, 202;
    --bs-blue-rgb-700: 8, 66, 152;
    --bs-blue-rgb-800: 5, 44, 101;
    --bs-blue-rgb-900: 3, 22, 51;
    --bs-indigo-rgb-100: 224, 207, 252;
    --bs-indigo-rgb-200: 194, 159, 250;
    --bs-indigo-rgb-300: 163, 112, 247;
    --bs-indigo-rgb-400: 133, 64, 245;
    --bs-indigo-rgb-500: 102, 16, 242;
    --bs-indigo-rgb-600: 82, 13, 194;
    --bs-indigo-rgb-700: 61, 10, 145;
    --bs-indigo-rgb-800: 41, 6, 97;
    --bs-indigo-rgb-900: 20, 3, 48;
    --bs-purple-rgb-100: 226, 217, 243;
    --bs-purple-rgb-200: 197, 179, 230;
    --bs-purple-rgb-300: 169, 142, 218;
    --bs-purple-rgb-400: 140, 104, 205;
    --bs-purple-rgb-500: 111, 66, 193;
    --bs-purple-rgb-600: 89, 53, 154;
    --bs-purple-rgb-700: 67, 40, 116;
    --bs-purple-rgb-800: 44, 26, 77;
    --bs-purple-rgb-900: 22, 13, 39;
    --bs-pink-rgb-100: 247, 214, 230;
    --bs-pink-rgb-200: 239, 173, 206;
    --bs-pink-rgb-300: 230, 133, 181;
    --bs-pink-rgb-400: 222, 92, 157;
    --bs-pink-rgb-500: 214, 51, 132;
    --bs-pink-rgb-600: 171, 41, 106;
    --bs-pink-rgb-700: 128, 31, 79;
    --bs-pink-rgb-800: 86, 20, 52;
    --bs-pink-rgb-900: 43, 10, 26;
    --bs-red-rgb-100: 248, 215, 218;
    --bs-red-rgb-200: 241, 174, 181;
    --bs-red-rgb-300: 234, 134, 143;
    --bs-red-rgb-400: 227, 93, 106;
    --bs-red-rgb-500: 220, 53, 69;
    --bs-red-rgb-600: 176, 42, 55;
    --bs-red-rgb-700: 132, 32, 41;
    --bs-red-rgb-800: 88, 21, 28;
    --bs-red-rgb-900: 44, 11, 14;
    --bs-orange-rgb-100: 255, 229, 208;
    --bs-orange-rgb-200: 254, 203, 161;
    --bs-orange-rgb-300: 254, 178, 114;
    --bs-orange-rgb-400: 253, 152, 67;
    --bs-orange-rgb-500: 253, 126, 20;
    --bs-orange-rgb-600: 202, 101, 16;
    --bs-orange-rgb-700: 152, 76, 12;
    --bs-orange-rgb-800: 101, 50, 8;
    --bs-orange-rgb-900: 51, 25, 4;
    --bs-yellow-rgb-100: 255, 243, 205;
    --bs-yellow-rgb-200: 255, 230, 156;
    --bs-yellow-rgb-300: 255, 218, 106;
    --bs-yellow-rgb-400: 255, 205, 57;
    --bs-yellow-rgb-500: 255, 193, 7;
    --bs-yellow-rgb-600: 204, 154, 6;
    --bs-yellow-rgb-700: 153, 117, 4;
    --bs-yellow-rgb-800: 102, 77, 3;
    --bs-yellow-rgb-900: 51, 39, 1;
    --bs-green-rgb-100: 209, 231, 221;
    --bs-green-rgb-200: 163, 207, 187;
    --bs-green-rgb-300: 117, 183, 152;
    --bs-green-rgb-400: 71, 159, 118;
    --bs-green-rgb-500: 25, 135, 84;
    --bs-green-rgb-600: 20, 108, 67;
    --bs-green-rgb-700: 15, 81, 50;
    --bs-green-rgb-800: 10, 54, 34;
    --bs-green-rgb-900: 5, 27, 17;
    --bs-teal-rgb-100: 210, 244, 234;
    --bs-teal-rgb-200: 166, 233, 213;
    --bs-teal-rgb-300: 121, 223, 193;
    --bs-teal-rgb-400: 77, 212, 172;
    --bs-teal-rgb-500: 32, 201, 151;
    --bs-teal-rgb-600: 26, 161, 121;
    --bs-teal-rgb-700: 19, 121, 91;
    --bs-teal-rgb-800: 13, 80, 60;
    --bs-teal-rgb-900: 6, 40, 30;
    --bs-cyan-rgb-100: 207, 244, 252;
    --bs-cyan-rgb-200: 158, 234, 249;
    --bs-cyan-rgb-300: 110, 223, 246;
    --bs-cyan-rgb-400: 61, 213, 243;
    --bs-cyan-rgb-500: 13, 202, 240;
    --bs-cyan-rgb-600: 10, 162, 192;
    --bs-cyan-rgb-700: 8, 121, 144;
    --bs-cyan-rgb-800: 5, 81, 96;
    --bs-cyan-rgb-900: 3, 40, 48;
    --bs-gray-rgb-100: 248, 249, 250;
    --bs-gray-rgb-200: 233, 236, 239;
    --bs-gray-rgb-300: 222, 226, 230;
    --bs-gray-rgb-400: 206, 212, 218;
    --bs-gray-rgb-500: 173, 181, 189;
    --bs-gray-rgb-600: 108, 117, 125;
    --bs-gray-rgb-700: 73, 80, 87;
    --bs-gray-rgb-800: 52, 58, 64;
    --bs-gray-rgb-900: 33, 37, 41;
}




@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1580px) {
    .container {
        max-width: 1260px;
    }
}

/*@media (min-width: 1650px) {
    .container {
        max-width: 1400px;
    }
}*/


html {
    /* font-family: sans-serif;*/

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.6%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 1.6rem;
    font-size: 1.728rem;
    line-height: 1.7;
    color: #111;
    font-family: 'Open Sans',sans-serif;
    font-family: 'Noto Sans', sans-serif;
}

@media (min-width: 1000px) {
}



/*Text styles*/
h1 {
    font-size: 2.986rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #065;
}

h2 {
    border-top: 0.6rem solid #eee;
    padding-top: 2.488rem;
    font-size: 2.488rem;
    font-weight: 500;
    margin: 0 0 1.44rem 0;
    /* margin-top: 2.488rem;*/
    color: #065;
    font-weight: normal;
}

    h2:first-of-type {
        border-top: 0;
        padding-top: 0;
    }

p + h2:first-of-type, ul + h2:first-of-type, ol + h2:first-of-type {
    border-top: 0.6rem solid #eee;
    padding-top: 2.488rem;
}




h3 {
    font-size: 2.074rem;
    color: #065;
    font-weight: 500;
    margin: 0 0 1.44rem 0;
}

h4 {
    font-size: 2.074rem;
    color: #065;
    font-weight: 500;
    margin: 0 0 1.44rem 0;
}

p {
    margin: 0 0 2rem 0;
    font-family: 'Open Sans',sans-serif;
}

.landing-lead p {
    font-size: 2.2rem;
}

.landing-lead {
    margin-bottom: 2rem;
}


@media (min-width: 576px) {
    h1 {
        font-size: 3.58rem;
    }

    h2 {
        font-size: 2.986rem;
    }

    h3 {
        font-size: 2.2rem;
    }
}


@media (min-width: 1000px) {
    h1 {
        margin-top: 1rem;
        font-size: 4.3rem;
        margin-bottom: 2rem;
    }

    h2 {
        border-top: 0.6rem solid #ccc;
        font-size: 3.583rem;
        font-weight: 600;
        margin-bottom: 2.074rem;
        margin-top: 2.074rem;
    }

        h2:first-of-type {
            border-top: 0;
            padding-top: 0;
        }

    p + h2:first-of-type, ul + h2:first-of-type, ol + h2:first-of-type {
        border-top: 0.6rem solid #ccc;
    }

    h3 {
        font-size: 2.986rem;
    }

    h4 {
        font-size: 2.488rem;
    }
}

@media (max-width: 576px) {
    /*  h1 {
        font-size: 2.4rem;
    }*/

    /* h2 {
        font-size: 2.2rem;
    }*/

    .landing-lead p {
        font-size: 1.8rem;
    }
}




/*links*/
a {
    color: #1e57a4;
    text-decoration: underline;
}

main a {
    font-weight: 600;
    color: #0059b3;
}

a:hover, a:active {
    color: #C3186B;
}

a:focus {
    color: #111;
    background-color: #fd0;
    outline: 2px #111 solid;
}


a.lb-cta-1, a.lb-cta-2 {
    background: #1e57a4;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: .5rem;
}

    a.lb-cta-1:focus, a.lb-cta-1:hover, a.lb-cta-1:active, a.lb-cta-2:focus, a.lb-cta-2:hover, a.lb-cta-2:active {
        background: #143a6c;
    }

a.lb-cta-start {
    background: #2C3E50;
    color: #fff;
    font-size: 3rem;
    text-decoration: none;
    padding: 20px 15px;
    display: inline-block;
    width: auto;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 4px;
}

   

    a.lb-cta-1:focus-visible {
        color: #111;
        background-color: #fd0;
        outline: 2px #111 solid;
    }


.rwaSecondaryButton {
    background: #cc0079;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: .5rem;
}
    .rwaSecondaryButton:hover {
        background: #67023e;
        color:#fff;
        text-decoration:none;
    }
    


    a.lb-cta-start:focus, a.lb-cta-start:hover, a.lb-cta-start:active {
        text-decoration: underline;
        color: #FFFF00;
    }

a.lb-cta-start:focus-visible {
    color: #111;
    background-color: #fd0;
    outline: 2px #111 solid;
    text-decoration: none;
}

    a.lb-cta-start:hover{
        background:#111;
        color:#fff;
        text-decoration:none;

    }
    /*Navigation*/
    .r22nav {
        list-style-type: none;
        padding: 0 1rem;
        margin: 0 .5rem 0 .5rem;
        display: inline-block;
        width: 100%;
    }

    .r22nav a {
        font-family: 'Open Sans',sans-serif;
    }



    .r22nav.secondary {
        padding-left: 0rem;
        margin-bottom: 2rem;
    }




    .r22nav li {
        height: auto;
        margin-left: 0;
        margin-bottom: 1rem;
        margin-bottom: 2px;
    }




        .r22nav li a {
            font-size: 1.8rem;
            display: block;
            text-decoration: none;
            color: #065;
            font-weight: 600;
            padding: .5rem .5rem .5rem 1rem;
            padding: 1rem;
            background: #fff;
            border: 2px solid #ccc;
            height: 100%;
            text-align: left;
            justify-content: left;
        }

    .r22nav.primary li a {
        border: 1px solid #eee;
    }

    .r22nav.secondary li a {
        border: none;
        border-bottom: 2px solid #ccc;
    }
/* .r22nav.secondary.home li a {
        
        border: 1px solid #eee;
    }*/



@media (min-width: 576px) {
    .r22nav li a {
        font-size: 2.074rem;
        padding: 1rem 1rem 1rem 2.074rem;
        border: 2px solid #ccc;
    }

    .r22nav.secondary.content li a {
        font-size: 1.8rem;
    }
}



.r22nav li a:hover {
    background: #eee;
    color: #003;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: #eee;
}


.sticky {
    margin: 0 0 2rem 0;
}

    .sticky h2 {
        font-size: 1.728rem;
        color: #032;
        border-bottom: 2px #ccc solid;
        padding-bottom: 1rem;
        font-weight: 700;
        margin-bottom: 0;
    }



.r22nav.toc {
    padding: 0;
    margin: 0;
}

    .r22nav.toc li {
        margin-bottom: 0;
        margin-top: 0;
    }

        .r22nav.toc li a {
            font-size: 1.728rem;
            border: 0;
            border-bottom: 2px dotted #ccc;
            padding: .5rem 0;
        }

            .r22nav.toc li a:hover {
                border-bottom: 2px solid #065;
            }

.r22nav.secondary.home.keyservices {
    column-count: 1;
}

@media (min-width: 1000px) {


    .r22nav.secondary.home.keyservices {
        column-count: 2;
        padding-right: 0;
    }

    .r22nav.primary {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

        .r22nav.primary li {
            height: 10rem;
            width: 48%;
            margin-right: 1rem;
        }

            .r22nav.primary li a {
                display: flex;
                text-align: center;
                align-items: center;
                justify-content: center;
                border: 2px #ccc solid;
            }

                .r22nav.primary li a:hover {
                    background: #fff;
                    color: #00332b;
                    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                    border-color: #00332b
                }

                .r22nav.primary li a:focus {
                    color: #111;
                    background-color: #fd0;
                    border: 2px #111 solid;
                    outline: none;
                }


    .r22nav.secondary li a:hover {
        background: #e0eeee;
        color: #00332b;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        border-bottom: 2px solid #065;
    }

    .r22nav.secondary li a:focus {
        border: 2px #C3186B solid;
        outline: 0;
    }


    .r22nav.secondary {
        list-style: disc;
        margin-left: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 3.58rem;
    }

        .r22nav.secondary li {
            margin: 0;
        }

            .r22nav.secondary li a, .r22nav.secondary.home li a {
                border: 0;
                border-bottom: 2px dotted #ccc;
                padding: 1rem 0.5rem 0.5rem 1rem;
            }

                .r22nav.secondary li a:focus {
                    color: #111;
                    background-color: #fd0;
                    border: none;
                    border-bottom: 2px #fd0 solid;
                    outline: 2px #111 solid;
                }

    .sticky {
        position: sticky;
        top: 1.44rem;
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .r22nav.primary {
        padding-right: 0;
    }

        .r22nav.primary li {
            margin-bottom: 1.5rem;
            margin-right: 1.5rem;
            width: 32%;
            height: 11rem;
        }

            .r22nav.primary li a {
                font-size: 2.074rem;
            }

    .r22nav.toc li a {
        font-size: 2.074rem;
    }
}

@media (min-width: 1480px) {
    ul.r22nav.primary {
        margin-bottom: 0rem;
    }
}

/*  @media (min-width: 1650px) {
        .r22nav.primary li {
            height: 13rem;
        }

            .r22nav.primary li a {
                font-size: 2.448rem;
            }
    }*/


/*file icons*/
img.fileTypeIcon {
    padding-left: 0.6rem;
    padding-bottom: 0.3rem;
}


/*tables*/
.table {
    border: 1px #777 solid;
    padding: 1rem;
    margin-top: 1rem;
}

table caption {
    margin-top: 0;
    font-size: 2.2rem;
    font-weight: 500;
    color: #065;
    margin-bottom: 0.5rem;
    caption-side: top;
    line-height: 1.4;
}

th {
    font-weight: 400;
}

tr:nth-child(even) {
    background-color: #fff;
}

tr:nth-child(odd) {
    background-color: #f5f5f5;
}

th, td {
    border: 1px #777 solid;
    padding: 1rem;
   
}

    th.lb-table-header {
        background-color: #2C3E50;
        color: #fff;
        font-weight: 500;
    }


/*Updates CM 2023-08-22 */

table {
    width: 100%;
   
}

thead td, thead th {
    background-color: #2C3E50;
    color: #fff;
    font-weight: 500;
}

/*End Updates */



@media (min-width: 1000px) {
    table caption {
        font-size: 2.986rem;
    }
}


/*components*/
.jumbotron {
    background: #f0f8ff;
    padding-top: 1rem;
    border-bottom: 5px solid #065;
    padding: 1rem 2rem 2rem 0;
}

@media (min-width: 994px) {
    .jumbotron {
        padding: 1rem 2rem 3rem 2rem;
    }
}
/*breadcrumb*/

.breadcrumb {
    background: #f0f8ff;
    /*margin-left: 5rem;*/
    color: #2C3E50;
    padding-bottom: 0;
}





    .breadcrumb > li:before {
        color: #2C3E50;
        padding: 0 5px;
        content: "/\00a0";
    }

    .breadcrumb > li:first-child:before {
        color: #2C3E50;
        padding: 0 5px;
        content: "";
    }

.nobreadcrumb {
    display: block;
    height: 2rem;
}


@media (max-width: 576px) {
    .breadcrumb {
        padding-bottom: 0rem
    }

        .breadcrumb li {
            display: none;
        }

            .breadcrumb li.bottomTrail {
                display: flex;
            }

        .breadcrumb > li:before {
            content: "";
        }
}


/*Header*/

header {
    background: #557816;
    padding-top: 1rem;
}

a.navbar-brand {
    color: #fff;
    font-size: 3.5rem;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    font-family: 'Open Sans',sans-serif;
}

    a.navbar-brand:focus {
        color: #111;
    }

@media (min-width: 992px) {
    a.navbar-brand {
        font-size: 4.5rem;
    }
}

a.navbar-brand:hover, a.navbar-brand:active, a.navbar-brand:active {
    text-decoration: underline;
}

.site-wide-search {
    width: 100%;
    max-width: 50rem;
    display: inline-block;
    padding-bottom: 1rem;
}

.form-control {
    width: 100%;
    font-size: inherit;
}

.site-wide-search .form-control {
    border: 1px #2C3E50 solid;
    width: 85%;
    height: 5rem;
    float: left;
    border-radius: 0;
    font-size: 2rem;
    border: 2px #fff solid;
    border-radius: 5px 0px 0px 5px;
    padding-left: 2rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-clip: unset;
}

    .site-wide-search .form-control:active {
        border: 2px #C3186B solid;
    }

    .site-wide-search .form-control:focus {
        outline: 1px #111 solid;
        border: 3px #fd0 solid;
    }

.site-wide-search .btn {
    width: 15%;
    float: left;
    height: 5rem;
    font-size: 2rem;
    /*background: #2C3E50;*/
    /*background: url(https://www.richmond.gov.uk/Assets/img/search-icon.png) center no-repeat #2C3E50;*/
    background: url(../img/magnifying-glass-3-xxl.png) center no-repeat #2C3E50;
    background-size: 22px;
    border: 2px #2C3E50 solid;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .site-wide-search .btn:active {
        border: 2px #C3186B solid;
    }

    .site-wide-search .btn:focus {
        border: 3px #fd0 solid;
    }

/*Autocomplete s*/
.lb-search-results-inpage-holder {
    display: inline-block;
    width: 80%;
}

.lb-search-results-inpage {
    margin: 0;
    background: #fff;
    z-index: 50;
}

    .lb-search-results-inpage li {
        list-style: none;
        margin-bottom: 1rem;
    }

    .lb-search-results-inpage a {
        color: #2C3E50;
        font-size: 1.8rem;
    }

        .lb-search-results-inpage a:hover, .lb-search-results-inpage a:active, .lb-search-results-inpage a:focus {
            color: #C3186B;
        }




.toprow {
    padding-top: 0;
}

/*site wide nav*/

header nav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: .5rem;
    padding-top: 1rem;
}

    header nav a {
        color: #2C3E50;
        font-size: 1.7rem;
        background: #fff;
        text-decoration: none;
        padding: .5rem 0;
        border-radius: 5px;
        margin-right: 1.5rem;
        text-align: center;
        display: inline-block;
        width: 12.2rem;
        border: 2px #fff solid;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        min-height: 4.75rem;
    }

        header nav a:focus {
            background: #fd0;
            border: 2px #111 solid;
            outline: none;
        }

        header nav a.lb-active {
            border-radius: 5px 5px 0px 0px;
            background: #f0f8ff;
            padding-bottom: 1.2rem;
            margin-left: 2rem;
            margin-bottom: -.7rem;
            width: auto;
            min-width: 12.2rem;
            border: 2px #fff solid;
            border-bottom: 5px #f0f8ff solid;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            clip-path: inset(-8px -8px 1px -8px);
            font-weight: 600;
        }

            header nav a.lb-active:focus {
                background: #fd0;
                border: 2px #111 solid;
                outline: none;
            }

.top-link {
    margin-top: -1rem;
}

.move-small a {
    font-size: 1.6rem;
}

.move-small img {
    width: 18px;
    margin-right: 2px;
    margin-top: -2px;
}

@media (min-width: 768px) {


    header nav a {
        width: 15.6rem;
        font-size: 2rem;
        padding: .5rem 1.5rem;
    }

    .move-small a {
        font-size: 1.8rem;
    }

    .move-small img {
        width: 25px;
        margin-right: 5px;
        margin-top: -2px;
    }
}


.footnote li {
    font-size: 1.3rem;
}

/*Footer*/
footer {
    background: #2b3c0b;
    color: #d0d4ca;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover, footer a:active {
            text-decoration: underline;
            color: #FFFF00;
        }

        footer a:focus {
            color: #111;
            background-color: #fd0;
            border: 2px #111 solid;
            outline: none;
        }

    footer .lb-lline {
        border-left: 1px #d0d4ca solid;
    }

    footer ul {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 0;
    }

        footer ul li {
            list-style: none;
            float: left;
            margin-right: 2rem;
        }

@media (max-width: 576px) {
    footer .lb-lline {
        border-left: none;
    }

    footer .lb-tline {
        padding-left: 0;
    }

    footer .lb-lline .col-sm-12 {
        padding-left: 0;
    }
}

/*Navigation*/
.trending a {
    background: #fff;
    color: #111;
    border: 2px #111 solid;
    display: flex;
    height: 8rem;
    font-size: 1.8rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    text-decoration: none;
    padding: 1rem;
}

    .trending a:hover, .trending a:active, .trending a:focus {
        text-decoration: underline;
        background: #f0f8ff;
    }

    .trending a.tasktrend {
        background: #1e57a4;
        color: #fff;
        border: 2px #1e57a4 solid;
    }

        .trending a.tasktrend:hover, .trending a.tasktrend:active, .trending a.tasktrend:focus {
            background: #143a6c;
            border: 2px #143a6c solid;
        }

    .trending a.standoutlink {
        border: 2px #111 solid;
        background: #f9ca24;
    }



/*standout*/
.standout {
    border: 5px #FFDC00 solid;
    background: #FFF;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-size: 114%;
}

    .standout h2, .standout h3 {
        color: #111;
        border-bottom: 0;
        margin-top: 0;
    }


/*Additonal info in Jumbo*/
.additionalInformation p {
    font-size: 1.8rem;
    font-weight: 400;
}

@media (min-width: 576px) {
    .additionalInformation p {
        font-size: 2.074rem;
    }
}


/*trending list*/
ul.trendinglist {
    padding: 0;
}

    ul.trendinglist li {
        display: inline;
        float: left;
        margin: 0;
        margin-right: 1rem;
    }

    ul.trendinglist.vert li {
        display: block;
        float: none;
        margin: 0;
        margin-right: 1rem;
    }

    ul.trendinglist.vert strong {
        color: #2C3E50;
        font-size: 1.8rem;
    }

    ul.trendinglist a {
        color: #2C3E50;
        font-size: 1.8rem;
    }

        ul.trendinglist a:hover, ul.trendinglist a:active, ul.trendinglist a:focus {
            color: #C3186B;
        }

        ul.trendinglist a:focus {
            background: #fd0;
            color: #111;
        }
/*tools and other things*/
.tool {
    background: #fff;
    border: 2px #111 solid;
    padding: 2rem;
    height: auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.tool-small {
    max-width: 500px;
}

.tool h2 {
    border: none;
    margin-top: 0;
    padding-bottom: 0;
}

.tool .btn {
    background-color: #2C3E50;
    color: #fff;
    border-radius: 0;
    height: 4rem;
    font-size: 1.6rem;
}



.tool .form-control {
    border: 1px #2C3E50 solid;
    background-color: #fff;
    height: 4rem !important;
    border-radius: 0;
    font-size: 1.6rem;
}

.tool label {
    color: #065;
    font-weight: 700;
}

.tool .trendinglist {
    padding-top: 2rem;
    display: inline-block;
}

.tool .lb-simple-search .form-control {
    width: 75%;
    float: left;
}

.tool .lb-simple-search .btn {
    width: 25%;
    float: left;
}

.tool a {
    color: #2C3E50;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
}

    .tool a:hover, .tool a:active, .tool a:focus {
        color: #C3186B;
    }

button#findproperty2 {
    font-size: larger;
}

@media (max-width: 576px) {
    #addsearch {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}


/*Choice Lists */
h2.noborder {
    border-bottom: 0;
    padding-bottom: 0;
}

ul.choicelist {
    column-count: 1;
    list-style: none;
    padding: 0;
    margin: 0 3px
}

    ul.choicelist a {
        display: inline-block;
        background: #FFF;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        border: 2px solid #d2dbe7;
        padding: 0.5rem 1rem;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        line-height: 3.4rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        text-decoration: none;
        text-align: left;
    }

        ul.choicelist a:hover, ul.choicelist a:focus, ul.choicelist a:active {
            background-color: #fd0;
            color: #003;
            text-decoration: none;
        }


    ul.choicelist.popularchoices a {
        background-color: #d2dbe7;
        color: #003;
        text-decoration: none;
    }

        ul.choicelist.popularchoices a:hover, ul.choicelist.popularchoices a:focus, ul.choicelist.popularchoices a:visited {
            background-color: #fd0;
            color: #fff;
            text-decoration: none;
            border: 2px solid #111;
        }

/*End of choice lists*/


/*A to Z*/
.atoz {
    padding: 0;
    list-style: none;
    display: inline;
}

    .atoz li {
        float: left;
        margin-right: 2rem;
    }

h2.alphaBrowse {
    font-size: 1.6rem;
    font-weight: 700;
}


/*Home page*/
.home-jumbo {
    margin-bottom: 0;
    border-bottom: 0;
}

    .home-jumbo h2 {
        border-bottom: 0;
        margin-top: 1rem;
        padding-bottom: 0;
        font-weight: 400;
    }

    .home-jumbo .poptasks {
        padding: 0;
        margin: 0;
    }

        .home-jumbo .poptasks a {
            display: inline-block;
            width: 100%;
            background: #2C3E50;
            font-size: 2rem;
            padding: .4rem 1rem;
            color: #fff;
            text-decoration: none;
            font-weight: 400;
        }

            .home-jumbo .poptasks a:hover, .home-jumbo .poptasks a:active, .home-jumbo .poptasks a:focus {
                color: #ffff00;
                background: #143a6c
            }

            .home-jumbo .poptasks a.popularstandout {
                background: #FFDC00;
                color: #111;
                border: 2px #2C3E50 solid;
            }

                .home-jumbo .poptasks a.popularstandout:hover, home-jumbo .poptasks a.popularstandout:active, home-jumbo .poptasks a.popularstandout:focus {
                    /*background: #f9ca24;*/
                    color: #111;
                    text-decoration: underline;
                }

    .home-jumbo li {
        list-style-type: none;
        margin-bottom: 2px;
    }

.r22nav.secondary.home {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 2rem;
}

    .r22nav.secondary.home li a {
        padding-left: 2rem;
    }

    .r22nav.secondary.home.keyservices li a {
        background: #1e57a4;
        color: #fff;
        font-weight: 400;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 2px solid #f0f8ff;
    }

        .r22nav.secondary.home.keyservices li a:hover {
            background: #143a6c none;
            color: #FFFF00;
        }

        .r22nav.secondary.home.keyservices li a:focus {
            border: 2px #111 solid;
            background: #fd0;
            color: #111;
            outline: 0;
        }

.home-jumbo .mainservice {
    padding: 0;
    margin: 0;
}

    .home-jumbo .mainservice a {
        display: inline-block;
        width: 100%;
        background-color: #1e57a4;
        font-size: 2rem;
        padding: .4rem 1rem;
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        font-family: 'Open Sans',sans-serif;
    }

.home-jumbo .more_services a {
    background: #1e57a4;
    color: #fff;
    padding: 1rem;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 400;
}

.home-jumbo .mainservice a:hover, .home-jumbo .mainservice a:active, .home-jumbo .mainservice a:focus {
    background: #143a6c none;
    color: #FFFF00;
}

.home-jumbo .more_services a:hover, .home-jumbo .more_services a:active, .home-jumbo .more_services a:focus {
    background: #fd0 none;
    color: #111;
}

.home-jumbo .more_services p {
    margin-top: 2rem;
}

home-jumbo ul.poptasks {
    column-count: 1;
}

@media screen and (min-width: 576px) {
    .home-jumbo ul.poptasks {
        column-count: 2;
        column-gap: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .home-jumbo ul.poptasks {
        column-count: 1;
    }
}

@media (min-width: 1580px) {
    .home-jumbo .mainservice a {
        padding: .8rem 2rem;
    }

    .home-jumbo .poptasks a {
        padding: .8rem 2rem;
    }
}


.more_news a {
    background: #2C3E50;
    color: #fff;
    padding: 1rem;
    text-decoration: none;
    font-size: 2rem;
}

    .more_news a:hover, .more_news a a:active {
        background: #143a6c none;
        color: #FFFF00;
    }

    .more_news a:focus {
        color: #111;
        background: #fd0;
    }

.home-standout {
    background: #f0f8ff;
}

    .home-standout .standout-content {
        background: #fff;
        border-bottom: 5px #FFDC00 solid;
        border-top: 5px #FFDC00 solid;
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 1rem 2rem;
    }

    .home-standout h2 {
        border-bottom: 0;
    }

.campaign {
    border-top: 6px #111 solid;
    border-bottom: 6px #111 solid;
    margin: 0;
}

.campaign-1 {
    background-image: url(../../css/images/cycling1600-62.jpg);
    background-size: cover;
    background-position-y: bottom;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-text {
    background: rgba(255, 255, 255, 0.95);
    border: 6px #111 solid;
    width: 700px;
    padding: 4rem;
}

    .campaign-text h2 {
        font-size: 4rem;
        color: #111;
        border-bottom: 0;
    }

    .campaign-text p {
        font-size: 3rem;
    }

    .campaign-text a {
        text-decoration: none;
    }

    .campaign-text img {
        width: 200px;
        float: right;
        margin-top: -4rem;
    }

@media screen and (max-width: 768px) {
    .campaign-text {
        max-width: 100%;
        width: 100%;
        margin: 0;
        height: 320px;
        margin-top: 40%;
        background: #fff;
    }

    .campaign-1 {
        height: 38%;
        background-size: 100% 50%;
    }

    .campaign h2 {
        font-size: 2.8rem;
    }

    .campaign p {
        font-size: 2rem;
    }

    .campaign-text img {
        height: 100px !important;
        width: 100px !important;
        right: 2rem;
        position: absolute;
    }
}

.lbr2020 .newsimage img {
    margin: 0.5rem;
}



.lbr2020 .newsbox ul {
    list-style: none;
    padding-left: 0;
}

.lbr2020 .newsbox li:nth-child(odd) a {
    background: #143a6c;
}

.lbr2020 .newsbox li a {
    display: block;
    padding: 1rem 1rem 2rem 2rem;
    color: #fff;
    margin-bottom: 1rem;
    font-size: 2rem;
    background: #1e57a4;
}



/*home page tiles*/
.camp {
    background: #e3e3e3;
}

    .camp .ctile {
        background: #fff;
        box-shadow: 2px 2px 5px 0 #cfcfcf;
        cursor: pointer;
        padding: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
        height: 203px;
        padding: 20px;
        text-align: center;
    }

    .camp a {
        text-decoration: none;
    }

        .camp a:hover h3, .camp a:active h3, .camp a:focus h3 {
            color: #C3186B;
        }

        .camp a:focus .ctile {
            color: #111;
            background: #fd0;
            outline: 2px #111 solid;
        }

        .camp a:focus h3 {
            color: #111;
        }

    .camp .ctile img {
        max-width: 80%;
        padding-bottom: 1rem;
    }

    .camp .wcast .ctile img {
        max-width: 100px;
    }

@media (max-width: 576px) {
    .camp .ctile img {
        max-width: 180px;
        padding-bottom: 1rem;
    }

    .camp .wcast .ctile img {
        max-width: 100px;
    }
}

/*News*/

.newswrap {
    background: #fbfbfb;
}


.lbr2020 .newswrap h2 {
    font-size: 3.0rem;
    border-bottom: none;
    padding-top: 1rem;
    margin-left: 0;
}

.lbr2020 .mainNewsItem {
    margin-bottom: 1rem;
    background: #243342;
    border: 0px #227093 solid;
    background: #243342;
}

.mainNewsItem .newsimage {
    padding: 0;
    width: 100%;
    max-width: 100%;
}



.lbr2020 .mainNewsItem .newsstory {
    padding: 1rem;
}

.lbr2020 .newsstory a {
    color: #fff;
    font-weight: 500;
}

.lbr2020 .mainNewsItem p {
    color: #fff;
    margin: 0;
}
/*Search results*/
.lb-search-result-subheading {
    padding-top: 2rem;
}

    .lb-search-result-subheading .term {
        color: #C3186B;
    }

    .lb-search-result-subheading h2 {
        border-bottom: 0;
    }

.lb-search-results-list {
    margin: 0;
    padding: 0;
}

    .lb-search-results-list li {
        border-bottom: 1px #2c410c solid;
        border-bottom: 2px solid #ccc;
        list-style: none;
        padding: 15px;
        padding-left: 0;
    }

        .lb-search-results-list li h2 {
            padding-top: 1rem;
            border: 0;
        }

        .lb-search-results-list li h3 {
            padding-top: 2rem;
        }


    .lb-search-results-list h2 a, .lb-search-results-list h3 a {
        color: #2C3E50;
        font-size: 2.4rem;
    }

    .lb-search-results-list a:active, .lb-search-results-list a:hover, .lb-search-results-list a:focus {
        color: #C3186B;
    }

    .lb-search-results-list li ul li {
        border-bottom: 0;
    }

.news-side {
    border-left: 1px #2c410c solid
}

.news-search {
    list-style: none;
    padding: 0;
}

    .news-search li {
        border-bottom: 2px solid #ccc;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .news-search a {
        text-decoration: none;
    }

        .news-search a:active, .news-search a:hover, .news-search a:focus {
            text-decoration: underline;
        }



.jumbotron-search {
    padding-bottom: 6rem;
}

.backtowrap {
    margin-top: 2rem;
    border: 0;
    margin-bottom: 0px;
    /*font-size: 1.6rem;*/
}

    .backtowrap a {
        font-weight: 600;
    }

/* NEWS*/
.primageholder {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.news-info {
    text-align: right;
}

.news-info-story {
    margin-top: 1rem;
}

.newsmain img {
    width: 90% !important;
    height: auto !important;
}

@media (max-width:767px) {
    .newsmain img {
        width: 100% !important;
    }
}

.news-area .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.news-area .row {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
    /* border-bottom: 1px #2c410c solid;*/
}

.newswrap .news-area .row .col-lg-4 {
    border-bottom: 1px #ccc solid;
}

@media (min-width: 992px) {
    .newswrap .news-area .row .col-lg-4 {
        border-right: 1px #ccc solid;
        border-bottom: none;
    }

        .newswrap .news-area .row .col-lg-4:last-child {
            border-right: none;
        }
}


.news-area h2 {
    border-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

@media (min-width: 767px) {
    .news-area h2 {
        margin-left: -2rem;
    }
}

.news-area h2 a {
    color: #2C3E50;
    font-size: 2.4rem;
    text-decoration: none;
}

    .news-area h2 a:hover, .news-area h2 a:active {
        color: #C3186B;
        text-decoration: underline;
    }

    .news-area h2 a:focus {
        color: #111;
        background: #fd0;
    }

.newsrowimageholder {
    padding: 1rem 1rem 0 0;
}

    .newsrowimageholder img {
        max-width: 100%;
        width: 100%;
    }



a:hover .primage, a:active .primage, a:focus .primage {
    filter: drop-shadow(3px 3px 3px #777)
}

a:hover .img-responsive, a:active img-responsive, a:focus .img-responsive {
    filter: drop-shadow(3px 3px 3px #777)
}



.show-small {
    display: none;
}

.move-small img {
    /* width: 25px;
    margin-right: 5px;
    margin-top: -2px;*/
}

.move-small a {
    padding-left: 0.5rem;
    padding-top: .8rem;
    /* font-size: 1.8rem;*/
}

.news-signup img {
    width: 20%;
    margin-top: -3rem;
}

.updateddate p {
    text-align: left;
}



@media (min-width: 992px) {

    .updateddate p {
        text-align: right;
    }

    .news-side {
        border-left: 2px solid #ccc;
        padding-left: 1rem;
    }

    .news-signup img {
        width: 33%;
        margin-top: -3rem;
    }
}

.news-twitter {
    display: inline-block;
    border: 1px #fff solid;
}

.news-facebook {
    display: inline-block;
    border: 1px #fff solid;
}

.news-twitter img {
    width: 30px;
}

.news-facebook img {
    width: 30px;
}

.news-facebook:hover, .news-facebook:active, .news-facebook:focus, .news-twitter:hover, .news-twitter:active, .news-twitter:focus {
    border: 1px #C3186B solid;
}


@media (max-width: 767px) {

    header {
        padding-top: 0;
    }

        header nav {
            /*padding-top: 1.5rem;*/
            padding-bottom: 1rem;
        }

    .toprow {
        padding-top: 0;
    }

    a.navbar-brand {
        font-size: 3rem;
        padding-top: 0;
    }

    header nav a {
        font-size: 1.8rem;
        padding: .5rem 1rem;
        margin-right: 1rem;
        display: inline;
        width: auto;
        box-shadow: none;
        /*border-radius:0;*/
    }

        header nav a.lb-active {
            /*border-radius: 0;*/
            margin-left: 1.6rem;
            box-shadow: none;
        }

    .site-wide-search {
        margin-top: -1rem;
        padding-bottom: 0;
    }

        .site-wide-search .form-control {
            height: 4rem;
            width: 75%;
            font-size: 1.6rem;
        }

        .site-wide-search .btn {
            height: 4rem;
            font-size: 1.8rem;
            width: 25%;
        }

    .move-small {
        display: none;
    }

    .show-small {
        display: block;
        position: absolute;
        top: -2px;
        right: 5px;
        margin: 1rem;
    }

        .show-small img {
            width: 30px;
        }

        .show-small a {
            /*padding: .5rem .5rem;*/
            font-size: 1.8rem;
        }

    .trending a {
        text-align: left;
        justify-content: flex-start;
        padding: 1rem;
        height: 8rem;
    }

    .top-link {
        margin-top: 0;
    }

    .newsrowimageholder {
        padding: 1rem 1rem 1rem 1rem;
    }

        .newsrowimageholder img {
            max-width: 100%;
            width: 100%;
        }
}

.ui-autocomplete {
    display: block !important;
    width: 100% !important;
    position: static !important;
}

.lb-search-form-inpage {
    margin-top: 0;
    margin-bottom: 7px;
    padding: 0;
    width: 75%;
}

@media (max-width: 575.98px) {
    .trending a {
        height: auto;
    }
}

@media (min-width: 576px) {
    .trending a {
        height: 8rem;
    }
}

@media (max-width:767px) {
    .lb-search-form-inpage {
        width: 100%;
        margin-right: 0;
    }

    .home-standout .col-lg-8 {
        margin-left: 0;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .trending div a {
        margin-bottom: 1rem;
    }

    .jumbotron {
        padding-left: 0;
        padding-right: 0;
    }

    /* .breadcrumb li {
            display: none;
        }

            .breadcrumb li.toptrail {
                display: inline;
            }

            .breadcrumb li.bottomTrail {
                display: inline;
            }*/
}

@media (max-width: 330px) {
    header nav a {
        font-size: 1.5rem;
        padding: .5rem 1rem;
        margin-right: 1rem;
        display: inline;
        width: auto;
        box-shadow: none;
        /* border-radius: 0; */
    }
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }
}

.lb-search-results-inpage-holder {
    padding: 0 29px 0 0;
    position: absolute;
    top: 70px;
    width: 100%;
    max-width: 53rem;
    display: none;
    z-index: 9999 !important;
}

@media (max-width: 768px) {
    .lb-search-results-inpage-holder {
        top: 95px;
    }
}


.lb-search-results-inpage ul > li {
    padding: 0;
    margin: 0;
    list-style: none
}

.lb-search-results-inpage {
    background-color: #557816;
    background-color: #fff;
    border: 3px solid #2C3E50;
    /**/ /*-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/
    /* border-radius: 3px;*/
    text-align: center;
    /*  font-family: 'Roboto Slab', serif;*/
    /*z-index: 9999 !important; */
}

    .lb-search-results-inpage ul {
        padding: 0;
        margin: 0;
        overflow: hidden;
        width: 100%;
        text-align: left;
        /* background-color: #f5f5f5;*/
        background-color: #fff;
    }

        .lb-search-results-inpage ul > li > a {
            padding: 5px 10px;
            margin: 0;
            display: block;
            color: #26777f;
            text-decoration: none;
            border-top: 1px solid #fafafa;
            border-bottom: 1px solid #d6d6d6
        }

            .lb-search-results-inpage ul > li > a.ui-state-focus,
            .lb-search-results-inpage ul > li > a:hover {
                background-color: #26777f;
                color: #f5f5f5;
                text-decoration: none;
                border-top: 1px solid #39919a;
                border-bottom: 1px solid #216d75
            }
/*News letter sign-up box*/
.community-news {
    background: url(/Assets/img/Community_news_background.png);
    background-size: cover;
    min-height: 230px;
}

    .community-news h2 {
        padding-top: 0;
    }

.news-signup {
    background: #fff;
}

    .news-signup img {
        height: 75px;
        width: 75px;
        position: absolute;
        top: 3rem;
        right: 0rem;
    }

@media (min-width: 1200px) {
    .news-signup img {
        height: 100px;
        width: 100px;
        position: absolute;
        top: 3rem;
        right: 0rem;
    }
}



@media (max-width: 576px) {
    .news-signup img {
        height: 75px;
        width: 75px;
        position: absolute;
        top: 3rem;
        right: 3rem;
    }
}




.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #26777f;
    color: #f5f5f5;
    text-decoration: none;
    border-top: 1px solid #39919a;
    border-bottom: 1px solid #216d75;
}


/*Richmond Card Offers*/
#rcoffers #breadcrumbTrail, #rcoffers #feedback {
    margin-left: 20px
}

#rcoffers .fw_content {
    width: 832px;
    color: #535b5b
}

    #rcoffers .fw_content h2 {
        color: #535b5b
    }

#rcoffers .fw_campaign_holder {
    width: 832px;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/fw_campaign_holder_2.jpg) 0 bottom no-repeat
}

#rcoffers .fw_campaign {
    width: 100%
}

#rcoffers .fw_campaign_text {
    width: 100%;
    padding: 0
}

    #rcoffers .fw_campaign_text h1, .fw_campaign_text p {
        width: 500px;
        padding: 10px
    }

#rcoffers .fw_campaign h1 {
    padding: 10px
}

#rcoffers a.fw_campaign_cta, a:link.fw_campaign_cta:visited {
    right: 45px
}

#rcoffers .fw_landing_nav_col_holder {
    background: url() no-repeat #fff;
    width: 100%
}

#rcoffers .fw_landing_nav_row_more {
    background: url() no-repeat;
    margin: 0 0 0 10px
}

#rcoffers .fw_landing_nav_col li, #rcoffers ul.offers_landing {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat;
    display: block;
    overflow: hidden
}

#rcoffers .fw_landing_nav_col {
    width: 100%;
    position: relative;
    margin: 0 0 0 10px;
    padding: 0
}

    #rcoffers .fw_landing_nav_col h2 {
        border-bottom: 0 solid #a0a0a0;
        margin: 0;
        line-height: 1em
    }

    #rcoffers .fw_landing_nav_col li {
        margin: 0;
        padding: 20px 0 40px;
        min-height: 125px
    }

#rcoffers ul.offers_landing {
    padding: 0 0 15px;
    margin: 0
}

#rcoffers .offers_landing li {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    width: 268px;
    display: block;
    float: left;
    height: 200px;
    background: #fff !important;
    text-align: center;
    overflow: hidden
}

    #rcoffers .offers_landing li.middle {
        margin: 0 14px 14px
    }

#rcoffers .morebtnholder {
    text-align: center
}

#rcoffers .morebtn {
    display: inline-block !important;
    margin: 0 auto;
    padding: 10px 20px !important;
    background: #cc0079 !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 1.2em;
    font-weight: 700
}

#offers h3, #rcoffers #offers h2, .offers h2, .offers h3 {
    margin: 0 0 0 145px
}

#rcoffers .offertype {
    display: block;
    position: absolute;
    left: 0;
    height: 0;
    width: 125px;
    padding: 125px 0 0;
    background: #efefef;
    overflow: hidden
}

#rcoffers .special {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) no-repeat
}

#rcoffers .healthandbeauty {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -625px no-repeat
}

#rcoffers .shopping {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -250px no-repeat
}

#rcoffers .foodanddrink {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -750px no-repeat
}

#rcoffers .homeandgarden {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -375px no-repeat
}

#rcoffers .leisureandculture {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -500px no-repeat
}

#rcoffers .sportandfitness {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -125px no-repeat
}

#rcoffers .description {
    display: block;
    width: 395px;
    margin: 0 20px 0 145px;
    float: left
}

#rcoffers .added, #rcoffers .valid {
    display: block;
    width: 242px;
    padding: 0 20px 0 0;
    float: right;
    text-align: right
}

#rcoffers select {
    background: #4874ac;
    color: #fff;
    min-height: 34px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    border-left: 0;
    border-bottom: 0;
    font-size: 1.3em
}

#rcoffers option {
    min-height: 30px
}

#rcoffers .controls {
    width: 822px;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat;
    padding: 0 0 10px;
    margin: 0 0 0 10px;
    overflow: hidden
}

#rcoffers .fliters {
    float: left;
    overflow: hidden
}

    #rcoffers .fliters label {
        display: none
    }

    #rcoffers .fliters input[type=submit] {
        background: #f850b4;
        min-height: 34px;
        color: #fff;
        border: 0
    }

#rcoffers .views {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

#rcoffers .view-list, #rcoffers .view-map {
    width: 50px;
    height: 0;
    padding: 36px 0 0;
    display: block;
    overflow: hidden
}

#rcoffers .views li {
    float: left;
    margin: 0 0 0 10px
}

#rcoffers .view-list {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-views-sprite.png) no-repeat
}

#rcoffers .view-list-inactive {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-views-sprite.png) -50px 0 no-repeat
}

#rcoffers .view-map {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-views-sprite.png) 0 -36px no-repeat
}

#rcoffers .view-map-inactive {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-views-sprite.png) -50px -36px no-repeat
}

#rcoffers #mapholder {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat #fff;
    padding: 0 0 15px;
    margin: 20px 0 0;
    width: 822px;
    display: none
}

    #rcoffers #mapholder #map {
        width: 100%;
        height: 500px
    }



    #rcoffers .infowindow h2 a {
        font-size: 1.2em !important
    }

#rcoffers .offersholder {
    font-family: verdana,helvetica,arial,sans-serif !important;
    border-top: 1px solid #ccc;
    margin: 10px 0 0;
    padding: 5px 0 0
}

#rcoffers .moreoffers {
    margin: 10px 0;
    display: inline-block
}

#rcoffers .businessprofiletext {
    float: left;
    overflow: hidden;
    width: 430px
}

#rcoffers .businessprofileimg {
    float: right;
    overflow: hidden;
    width: 380px;
    text-align: right
}

    #rcoffers .businessprofileimg img {
        max-width: 250px !important;
        height: 125px !important;
        width: auto;
        float: right;
        margin-right: 5px
    }

#rcoffers .businessprofile .offertype {
    position: static;
    float: right
}

#rcoffers .fw_content .businessprofile {
    margin: 0 0 0 10px
}

#rcoffers .businessprofile #offers h2, .businessprofile #offers h3, .businessprofile .offers h2, .businessprofile .offers h3 {
    margin: 0
}

#rcoffers .businesscontactouter {
    overflow: hidden;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat;
    padding: 0 0 30px;
    margin: 0;
    min-height: 310px;
    clear: both
}

#rcoffers .businesscontactinner {
    overflow: hidden;
    padding: 0 0 0 20px;
    margin: 10px 0 0;
    border-left: 10px solid #eeebe1
}

#rcoffers .businesscontact {
    width: 290px;
    padding: 0 10px 0 0;
    float: left
}

#rcoffers .businessprofile #map {
    width: 100%;
    height: 300px
}

#rcoffers #mapholder.businessprofilemap {
    width: 490px;
    height: 300px;
    background: #efefef;
    float: left;
    padding: 0;
    margin: 0
}

#rcoffers .businessprofile .fw_landing_nav_col {
    margin: 20px 0 0
}

    #rcoffers .businessprofile .fw_landing_nav_col li {
        background-size: 100% auto
    }

#rcoffers .businessprofile .description {
    margin: 0 0 20px
}

#rcoffers .businessprofile .added, .businessprofile .valid {
    float: none;
    text-align: left
}

#rcoffers ul.offerslistholder {
    float: left;
    width: 500px;
    overflow: hidden;
    display: block
}

#rcoffers ul.relatedofferslistholder {
    margin: 0;
    padding: 20px 0 0;
    display: block;
    overflow: hidden;
    background: #eeebe1;
    width: 240px;
    float: right
}

    #rcoffers ul.relatedofferslistholder img {
        width: 200px;
        height: auto
    }

    #rcoffers ul.relatedofferslistholder li {
        margin: 0 0 20px;
        padding: 0;
        list-style: none;
        text-align: center;
        background: 0 0;
        min-height: 85px
    }

#rcoffers li.expiredlistitem {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat #fcf6f6;
    padding: 20px 20px 40px
}

#rcoffers .expiredoffer {
    background: #b03532;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    margin: 0 0 5px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: -3px
}

#rcoffers .devicesupported .fw_content {
    width: 100%
}

#rcoffers .devicesupported .fw_campaign_holder {
    width: 100%;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) center bottom no-repeat
}

#rcoffers .devicesupported .businesscontactouter {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) center bottom/100% auto no-repeat
}

#rcoffers .devicesupported .fw_campaign_image img {
    margin: -5% 0 0
}

#rcoffers .devicesupported .fw_campaign_text, #rcoffers .devicesupported .fw_campaign_text h1, .devicesupported .fw_campaign_text p, .devicesupported ul.offerslistholder {
    width: auto
}

#rcoffers .devicesupported .fw_landing_nav_col li, .devicesupported ul.offers_landing {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) center bottom/100% auto no-repeat;
    margin: 0 0 30px !important;
    min-height: 0
}

#rcoffers .devicesupported .fw_landing_nav_col {
    width: auto;
    margin: 0 10px
}

#rcoffers .devicesupported #contentholder .fw_landing_nav_col ul li a {
    background: 0 0;
    padding: 0
}

#rcoffers .devicesupported #contentholder .fw_landing_nav_col h2, .devicesupported #contentholder .fw_landing_nav_col h3 {
    background: 0 0;
    padding: 0 0 15px
}

#rcoffers .devicesupported .description {
    width: auto;
    margin: 0 20px 20px 0
}

#rcoffers .devicesupported .fw_content .businessprofile {
    overflow: hidden
}

#rcoffers .devicesupported .added, .devicesupported .valid {
    display: block;
    width: auto;
    padding: 0;
    float: left;
    text-align: left;
    margin: 0 20px 0 0
}

#rcoffers .devicesupported .controls {
    width: auto;
    margin: 0 10px;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) center bottom no-repeat
}

#rcoffers .devicesupported select, .devicesupported .filtersubmit {
    width: 100%;
    margin: 0 0 10px
}

#rcoffers .devicesupported #offers .offertype {
    display: none
}

#rcoffers .devicesupported #offers h2, .devicesupported #offers h3, .devicesupported .offers h2, .devicesupported .offers h3 {
    margin: 0
}

#rcoffers .devicesupported .fw_landing_nav_col ul {
    border: 0 !important;
    padding: 10px 0 !important
}

#rcoffers .devicesupported .offers_landing li {
    width: 44%;
    height: auto;
    margin: 0 5% 0 0 !important
}

    #rcoffers .devicesupported .offers_landing li img {
        width: 100%;
        height: auto
    }

#rcoffers .devicesupported #offers li {
    margin: 10px 0 0 !important;
    padding: 0 0 20px !important
}

#rcoffers .devicesupported .businessprofiletext {
    width: auto
}

#rcoffers .contentHolder_bg_lq {
    min-width: 1100px !important
}

#offers {
    margin-top: 40px
}

    #offers h2 {
        font-weight: 400;
        font-size: 22px
    }

@media (max-width:767px) {
    #rcoffers .offers_landing li.middle {
        margin: 0 0 14px
    }

    #rcoffers .offertype {
        display: none
    }

    #offers h3, #rcoffers #offers h2, .offers h2, .offers h3 {
        margin: 0
    }

    #rcoffers .description {
        display: block;
        float: left;
        margin: 0 20px 0 0;
        width: 300px
    }

    #rcoffers .added, #rcoffers .valid {
        display: block;
        float: left;
        padding: 0 20px 0 0;
        text-align: left
    }

    #rcoffers .fliters {
        float: left;
        overflow: hidden;
        width: 300px
    }

    #rcoffers .controls {
        width: 100%
    }
}

/*My Richmond fix*/
.my-item {
    overflow: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 2rem !important;
}

@media (max-width: 576px) {
    .lb-list-block-1 ul {
        padding-left: 0;
    }

    .my-item .visual {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    header nav a.lb-active {
        box-shadow: none;
    }
}

/*From header*/

/* tr:nth-child(odd) {
        background-color: #f5f5f5;
    }



    table thead td {
        background-color: #ed8037;
        color: #000;
        font-family: 'Roboto Slab',serif;
        font-weight: 300;
        font-size: 18px;
        padding: 20px 15px;
        max-width: 300px;
        border: 0;
    }

    td {
        padding: 20px 15px;
        max-width: 300px;
        border: 0;
        text-align: left;
    }*/

.sitewide {
    background: #FDDE21;
    margin: 0;
    padding: 0 20px;
    margin-bottom: 5px;
}

    .sitewide a {
        color: #000;
        font-weight: bold;
    }

        .sitewide a:hover, .sitewide a:active, .sitewide a:focus {
            color: #C3186B;
            font-weight: bold;
        }

    .sitewide p {
        margin: 20px 0;
    }

    .sitewide h2 {
        color: #111;
        border-bottom: 0;
    }

    .sitewide h3 {
        color: #111;
        border-bottom: 0;
    }

.primage {
    width: 400px;
    max-width: 100%;
}


.ctile h3 {
    font-size: 2.2rem !important;
}

.rc .ctile h3 {
    margin-top: 0 !important;
}


/*WA Modal*/

#waModal .modal-content {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    position: relative
}


.modal-body {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0
}

.lb-modal-left {
    padding: 15px 20px 15px 0;
    border-right: 1px solid #e5e5e5
}

.lb-modal-right {
    padding: 15px 0 15px 20px
}

.modal-body h3 {
    margin-top: 0
}

@media (max-width:767px) {
    .lb-modal-left,
    .lb-modal-right {
        padding: 15px 0
    }

    .lb-modal-left {
        border-right: 0 solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }
}

#waModal .modal-content {
    border: 3px solid #557906;
    border-radius: 6px
}

#waModal .modal-header {
    background: #557906;
    color: #fff;
    padding: 5px;
    justify-content: start;
}



#waModal .lb-modal-left,
#waModal .lb-modal-right {
    text-align: center
}

    #waModal .lb-modal-right h3 {
        font-size: 22px
    }

#waModal button.close {
    background: url(../img/Search-cross-large-green-cancel.png) right top no-repeat;
    width: 50px;
    margin: 0;
    height: 50px;
    font-size: 0;
    opacity: 1;
    color: #557906;
    margin-top: 25px;
}

#sportsModal .modal-header h3,
#waModal .modal-header h2 {
    font-weight: 300;
    margin-left: 10px;
    font-family: 'Roboto Slab', serif
}

#waModal .modal-header h2 {
    color: #fff;
    font-size: 24px
}

#waModal .lb-modal-left, #waModal .lb-modal-right {
    width: 100%;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

/*social icons*/
.rrssb-buttons {
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%
}

    .rrssb-buttons:after {
        clear: both
    }

    .rrssb-buttons:after, .rrssb-buttons:before {
        content: ' ';
        display: table
    }

    .rrssb-buttons li {
        box-sizing: border-box;
        float: left;
        height: 100%;
        line-height: 13px;
        list-style: none;
        margin: 0;
        padding: 0 2px
    }

        .rrssb-buttons li.rrssb-email a {
            background-color: #0a88ff
        }

            .rrssb-buttons li.rrssb-email a:hover {
                background-color: #006ed6
            }

        .rrssb-buttons li.rrssb-facebook a {
            background-color: #306199
        }

            .rrssb-buttons li.rrssb-facebook a:hover {
                background-color: #244872
            }

        .rrssb-buttons li.rrssb-tumblr a {
            background-color: #32506d
        }

            .rrssb-buttons li.rrssb-tumblr a:hover {
                background-color: #22364a
            }

        .rrssb-buttons li.rrssb-linkedin a {
            background-color: #007bb6
        }

            .rrssb-buttons li.rrssb-linkedin a:hover {
                background-color: #005983
            }

        .rrssb-buttons li.rrssb-twitter a {
            background-color: #26c4f1
        }

            .rrssb-buttons li.rrssb-twitter a:hover {
                background-color: #0eaad6
            }

        .rrssb-buttons li.rrssb-googleplus a {
            background-color: #e93f2e
        }

            .rrssb-buttons li.rrssb-googleplus a:hover {
                background-color: #ce2616
            }

        .rrssb-buttons li.rrssb-youtube a {
            background-color: #df1c31
        }

            .rrssb-buttons li.rrssb-youtube a:hover {
                background-color: #b21627
            }

        .rrssb-buttons li.rrssb-reddit a {
            background-color: #8bbbe3
        }

            .rrssb-buttons li.rrssb-reddit a:hover {
                background-color: #62a3d9
            }

        .rrssb-buttons li.rrssb-pinterest a {
            background-color: #b81621
        }

            .rrssb-buttons li.rrssb-pinterest a:hover {
                background-color: #8a1119
            }

        .rrssb-buttons li.rrssb-pocket a {
            background-color: #ed4054
        }

            .rrssb-buttons li.rrssb-pocket a:hover {
                background-color: #e4162d
            }

        .rrssb-buttons li.rrssb-github a {
            background-color: #444
        }

            .rrssb-buttons li.rrssb-github a:hover {
                background-color: #2b2b2b
            }

        .rrssb-buttons li.rrssb-instagram a {
            background-color: #125688
        }

            .rrssb-buttons li.rrssb-instagram a:hover {
                background-color: #0c3a5b
            }

        .rrssb-buttons li.rrssb-delicious a {
            background-color: #0b79e5
        }

            .rrssb-buttons li.rrssb-delicious a:hover {
                background-color: #095fb4
            }

        .rrssb-buttons li.rrssb-vk a {
            background-color: #4d71a9
        }

            .rrssb-buttons li.rrssb-vk a:hover {
                background-color: #3d5a86
            }

        .rrssb-buttons li.rrssb-hackernews a {
            background-color: #f60
        }

            .rrssb-buttons li.rrssb-hackernews a:hover {
                background-color: #cc5200
            }

        .rrssb-buttons li.rrssb-whatsapp a {
            background-color: #43d854
        }

            .rrssb-buttons li.rrssb-whatsapp a:hover {
                background-color: #28c039
            }

        .rrssb-buttons li.rrssb-print a {
            background-color: #8d98a2
        }

            .rrssb-buttons li.rrssb-print a:hover {
                background-color: #717f8b
            }

        .rrssb-buttons li.rrssb-xing a {
            background-color: #005A5F
        }

            .rrssb-buttons li.rrssb-xing a:hover {
                background-color: #002a2c
            }

        .rrssb-buttons li a {
            background-color: #ccc;
            border-radius: 2px;
            box-sizing: border-box;
            display: block;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-weight: 700;
            height: 100%;
            padding: 11px 10px 12px 27px;
            position: relative;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: background-color .2s ease-in-out;
            transition: background-color .2s ease-in-out;
            width: 100%
        }

            .rrssb-buttons li a .rrssb-icon {
                display: block;
                left: 10px;
                padding-top: 9px;
                position: absolute;
                top: 0;
                width: 10%
            }

                .rrssb-buttons li a .rrssb-icon svg {
                    height: 17px;
                    width: 17px
                }

                    .rrssb-buttons li a .rrssb-icon svg circle, .rrssb-buttons li a .rrssb-icon svg path {
                        fill: #fff
                    }

            .rrssb-buttons li a .rrssb-text {
                color: #fff
            }

            .rrssb-buttons li a:active {
                box-shadow: inset 1px 3px 15px 0 rgba(22,0,0,.25)
            }

        .rrssb-buttons li.small a {
            padding: 0
        }

            .rrssb-buttons li.small a .rrssb-icon {
                left: auto;
                margin: 0 auto;
                overflow: hidden;
                position: relative;
                top: auto;
                width: 100%
            }

            .rrssb-buttons li.small a .rrssb-text {
                visibility: hidden
            }

    .rrssb-buttons.large-format, .rrssb-buttons.large-format li {
        height: auto
    }

        .rrssb-buttons.large-format li a {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: .2em;
            padding: 8.5% 0 8.5% 12%
        }

            .rrssb-buttons.large-format li a .rrssb-icon {
                height: 100%;
                left: 7%;
                padding-top: 0;
                width: 12%
            }

                .rrssb-buttons.large-format li a .rrssb-icon svg {
                    height: 100%;
                    position: absolute;
                    top: 0;
                    width: 100%
                }

            .rrssb-buttons.large-format li a .rrssb-text {
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden
            }

    .rrssb-buttons.small-format {
        padding-top: 5px
    }

        .rrssb-buttons.small-format li {
            height: 80%;
            padding: 0 1px
        }

            .rrssb-buttons.small-format li a .rrssb-icon {
                height: 100%;
                padding-top: 0
            }

                .rrssb-buttons.small-format li a .rrssb-icon svg {
                    height: 48%;
                    position: relative;
                    top: 6px;
                    width: 80%
                }

    .rrssb-buttons.tiny-format {
        height: 22px;
        position: relative
    }

        .rrssb-buttons.tiny-format li {
            padding-right: 7px
        }

            .rrssb-buttons.tiny-format li a {
                background-color: transparent;
                padding: 0
            }

                .rrssb-buttons.tiny-format li a .rrssb-icon {
                    height: 100%
                }

                    .rrssb-buttons.tiny-format li a .rrssb-icon svg {
                        height: 70%;
                        width: 100%
                    }

                .rrssb-buttons.tiny-format li a:active, .rrssb-buttons.tiny-format li a:hover {
                    background-color: transparent
                }

            .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
                fill: #0a88ff
            }

            .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #0054a3
            }

            .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
                fill: #306199
            }

            .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #18304b
            }

            .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
                fill: #32506d
            }

            .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #121d27
            }

            .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
                fill: #007bb6
            }

            .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #003650
            }

            .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
                fill: #26c4f1
            }

            .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #0b84a6
            }

            .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
                fill: #e93f2e
            }

            .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #a01e11
            }

            .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
                fill: #df1c31
            }

            .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #84111d
            }

            .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
                fill: #8bbbe3
            }

            .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #398bcf
            }

            .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
                fill: #b81621
            }

            .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #5d0b11
            }

            .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
                fill: #ed4054
            }

            .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #b61124
            }

            .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
                fill: #444
            }

            .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #111
            }

            .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
                fill: #125688
            }

            .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #061d2e
            }

            .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
                fill: #0b79e5
            }

            .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #064684
            }

            .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
                fill: #4d71a9
            }

            .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #2d4263
            }

            .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
                fill: #f60
            }

            .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #993d00
            }

            .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
                fill: #43d854
            }

            .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #1f962d
            }

            .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
                fill: #8d98a2
            }

            .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #5a656f
            }

            .rrssb-buttons.tiny-format li.rrssb-xing a .rrssb-icon svg path {
                fill: #005A5F
            }

            .rrssb-buttons.tiny-format li.rrssb-xing a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #000
            }

/*Gov Delivery pre-footer*/
.govdelivery {
    border-top: 5px solid #065;
    padding: 1.44rem 1.44rem 1.44rem 1.44rem;
}

    .govdelivery p {
        margin: 0;
    }

    .govdelivery img {
        height: 60px;
        margin-top: -5px;
    }

    .govdelivery span {
        background-color: #fff;
        padding: 0.5rem 1rem;
    }

@media (max-width: 576px) {
    .govdelivery img {
        float: left;
    }

    .govdelivery span {
        float: left;
        width: 80%;
        display: block;
        margin-bottom: 1rem;
    }
}

/*Gov Delivery Footer end*/
/*gov delivery homepage*/
.campaign-GD {
    background: #e3e3e3;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .campaign-GD h2 {
        border-bottom: none;
    }

#scopedByScopedPolyfill_1 {
    width: 600px;
    z-index: 1032;
}

@media (max-width: 767px) {

    .campaign-GD {
        height: auto;
    }



    #scopedByScopedPolyfill_1 {
        width: 100%;
        z-index: 1032;
    }
}

#prefix-overlay-outer p {
    margin: 0;
    padding: 0;
}

#prefix-overlay-outer {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 0px;
    padding-bottom: 15px;
    text-align: center;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    border-radius: 10px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: 0 !important;
}

#prefix-overlay-header {
    font: normal 24px 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding-bottom: 0px;
    padding-top: 15px;
    display: block;
}

    #prefix-overlay-header img {
        vertical-align: middle;
    }

    #prefix-overlay-header button.prefix-overlay-close {
        padding: 0;
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        border: none;
        text-indent: -9999px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=) no-repeat 0 0;
    }

.prefix-overlay-content {
    color: #343D47;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin: 0px;
    line-height: 26px;
    padding: 10px 15px;
}

#prefix-overlay-form-div form {
    margin: 0 auto;
    padding-top: 9px;
}

#prefix-overlay-form-div input {
    margin: 0 auto;
    display: block;
}

#prefix-error-outer {
    clear: both;
    font-size: 14px;
    line-height: 1.2em;
    color: #ff2222;
    padding-top: 10px;
}

.prefix-overlay-button-panel {
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    line-height: 20px;
}

#prefix-overlay-outer .prefix-overlay-button-panel button {
    background-color: transparent;
    border: none;
    line-height: 16px;
    font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    #prefix-overlay-outer .prefix-overlay-button-panel button:hover, #prefix-overlay-outer .prefix-overlay-button-panel button:focus {
        cursor: pointer;
        color: #43526C;
        text-decoration: underline;
    }

    #prefix-overlay-outer .prefix-overlay-button-panel button:active {
    }

#prefix-overlay-outer input[type='email'] {
    width: 275px;
    padding: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.4;
    display: block;
    outline: 0;
    box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-shadow: 0 1px 0 #ffffff;
    background: #ffffff;
}

#prefix-overlay-outer input[type='tel'] {
    width: 275px;
    padding: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.4;
    display: block;
    outline: 0;
    box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-shadow: 0 1px 0 #ffffff;
    background: #ffffff;
}

#prefix-overlay-outer input[type='submit'], #prefix-overlay-outer button.prefix-big {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    width: 175px;
    padding: 6px;
    color: #ffffff;
    cursor: pointer;
    *padding: 7px;
    *border: none;
    margin-top: 7px;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -ms-transition-property: background-color;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: linear;
    -o-transition-property: background-color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: linear;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

    #prefix-overlay-outer input[type='submit']:hover, #prefix-overlay-outer button.prefix-big:hover {
        cursor: pointer;
    }

    #prefix-overlay-outer input[type='submit']:active, #prefix-overlay-outer button.prefix-big:active {
        -webkit-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.22);
        box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.22);
    }

    #prefix-overlay-outer input[type='submit']::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

#prefix-consent-outer {
    padding: 10px;
}

input#prefix-consentPolicyInput {
    display: inline-block;
}

#prefix-consentPolicyInput {
    display: inline;
    position: relative;
}

#prefix-consentPolicyLabel {
    display: inline;
}


/* OVERRIDES */

#prefix-overlay-outer {
    background-color: #0058a2;
}

    #prefix-overlay-outer input[type='email'] {
        border: 1px solid #aaa;
        color: #333;
    }

    #prefix-overlay-outer input[type='tel'] {
        border: 1px solid #aaa;
        color: #333;
    }

    #prefix-overlay-outer input[type='email']::-webkit-input-placeholder {
        color: #333;
    }

    #prefix-overlay-outer input[type='tel']::-webkit-input-placeholder {
        color: #333;
    }

    #prefix-overlay-outer input[type='email']:-moz-placeholder {
        /*Firefox 18- */ color: #333;
        opacity: 1;
    }

    #prefix-overlay-outer input[type='tel']:-moz-placeholder {
        /*Firefox 18- */ color: #333;
        opacity: 1;
    }

    #prefix-overlay-outer input[type='email']::-moz-placeholder {
        /*Firefox 19+ */ color: #333;
        opacity: 1;
    }

    #prefix-overlay-outer input[type='tel']::-moz-placeholder {
        /*Firefox 19+ */ color: #333;
        opacity: 1;
    }

    #prefix-overlay-outer input[type='submit'], #prefix-overlay-outer button.prefix-big {
        background-color: #648e1a;
        border: 1px solid #648e1a;
    }

        #prefix-overlay-outer input[type='submit']:hover, #prefix-overlay-outer button.prefix-big:hover {
            background-color: #648e1a;
            border: 1px solid #648e1a;
        }

        #prefix-overlay-outer input[type='submit']:active, #prefix-overlay-outer button.prefix-big:active {
            background-color: #648e1a;
            border: 1px solid #648e1a;
        }

    #prefix-overlay-outer #prefix-overlay-step1 p {
        color: #fff;
    }

    #prefix-overlay-outer .prefix-overlay-button-panel button {
        color: #eee;
    }

/*
#prefix-overlay-header button.prefix-overlay-close {
    background: url('https://content.govdelivery.com/attachments/fancy_images/UKWALTHAM/2018/06/1991769/x_original.png') no-repeat 0 0;
    top: 12.5px;
    right: 12.5px;
}*/

#prefix-overlay-outer {
    border-radius: 0px;
    background: url('../img/uklbr-overlay-2_original.png') no-repeat #0058a2;
}


#prefix-overlay-header {
    text-align: right;
    padding: 45px 50px 0px 50px;
}

#prefix-overlay-step1 {
    text-align: right;
    padding: 0px 50px;
}

    #prefix-overlay-step1 p {
        padding: 0 0 0 180px;
        font-size: 1.6rem;
    }

    #prefix-overlay-step1 h2 {
        color: #fff;
        font-weight: 400;
        margin: 10px 0px 10px 0px;
        font-size: 2.4rem;
    }

#prefix-overlay-outer .prefix-overlay-button-panel button:hover, #prefix-overlay-outer .prefix-overlay-button-panel button:focus {
    color: #eee;
}
/*
#prefix-overlay-step2 {
    text-align: right;
    color: #fff;
    padding: 0px 50px;
}

    #prefix-overlay-step2 p {
        padding-top: 50px;
    }

    #prefix-overlay-step2 h2 {
        color: #72268D;
        font-weight: 400;
        margin: 20px 0px 10px 0px;
        font-size: 30px;
    }

#prefix-overlay-outer input[type='email'] {
    display: inline-block;
    text-align: left;
    width: 250px;
    height: 40px;
}

#prefix-overlay-outer input[type="submit"], #prefix-overlay-outer button.prefix-big {
    width: auto !important;
    padding: 8px 20px !important;
    display: inline-block;
}

#prefix-overlay-outer input[type="submit"] {
    margin: 0 !important;
    display: inline-block !important;
    vertical-align: top;
    padding: 0 !important;
    width: 40px !important;
    text-align: center !important;
    height: 40px !important;
    line-height: 40px !important;
    background-image: url(https://content.govdelivery.com/attachments/fancy_images/MNEXPLORE/2016/06/902326/check-button_original.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -1000px;
}
    */
#prefix-overlay-outer a {
    margin: 0 !important;
    display: inline-block !important;
    vertical-align: top;
    padding: 0 !important;
    text-align: center !important;
    line-height: 40px !important;
    background-position: center center;
    background: #fff;
    color: #111;
    padding: 0.5rem 1rem !important;
    text-decoration: none;
    margin-top: 1rem;
    border: 2px #fff solid;
    font-size: 1.6rem;
}

    #prefix-overlay-outer a:active, #prefix-overlay-outer a:hover, #prefix-overlay-outer a:focus {
        border: 2px #C3186B solid;
        color: #C3186B;
    }

#prefix-overlay-form-div {
    padding-top: 2rem;
}

@media (max-width: 767px) {
    #prefix-overlay-outer {
        background: #0058a2;
    }

    #prefix-overlay-step1 {
        text-align: left;
    }

        #prefix-overlay-step1 p {
            padding: 0px;
        }

    #prefix-overlay-header {
        background: red;
        background: url(/Assets/img/Community_news_background.png) no-repeat;
        background-size: cover;
        padding-top: 140px;
    }

        #prefix-overlay-header img {
            display: none;
        }

    #prefix-overlay-outer {
        height: auto !important;
    }

        #prefix-overlay-outer input[type='email'] {
            width: 190px;
        }
}
/*Gov delivery homepage end.*/

/*Cookie control accessibility*/

#ccc-title {
    border-bottom: 0;
    padding-bottom: 0;
}

/* #ccc #ccc-recommended-settings {
        background: #5C7D1A;
        border: 0 !important;
    }*/

/* #ccc #ccc-recommended-settings:focus, #ccc #ccc-recommended-settings:hover, #ccc #ccc-recommended-settings:active {
            background: #C3186B;
        }*/


#ccc .checkbox-toggle checkbox-toggle-input:focus, #ccc .checkbox-toggle checkbox-toggle-input:active {
    background: #C3186B !important;
}

input.checkbox-toggle-input:focus ~ .checkbox-toggle-toggle {
    background-color: #C3186B !important;
}

/*#ccc #ccc-dismiss-button:focus, #ccc #ccc-dismiss-button:hover, #ccc #ccc-dismiss-button:active, #ccc #ccc-dismiss-button:focus span, #ccc #ccc-dismiss-button:hover span, #ccc #ccc-dismiss-button:active span {
        background: #C3186B;
    }*/

#ccc-close:focus {
    background-color: #C3186B;
}

#ccc .ccc-notify-button span {
    color: #fff;
    font-weight: 500;
}

#ccc .ccc-accept-button span {
    color: #111;
    font-weight: 500;
}


#ccc #ccc-icon.ccc-icon--no-outline:focus {
    border: 1px #C3186B solid;
}

#ccc #ccc-icon.ccc-icon--no-outline:focus, #ccc #ccc-icon.ccc-icon--no-outline:hover, #ccc #ccc-icon.ccc-icon--no-outline:active {
    fill: #C3186B;
}

#ccc #ccc-icon.ccc-icon--no-outline:focus, #ccc #ccc-icon.ccc-icon--no-outline:hover, #ccc #ccc-icon.ccc-icon--no-outline:active {
    fill: #fd0 !important;
}

#ccc #ccc-icon.ccc-icon--no-outline:focus {
    border: 1px #111 solid;
}

    #ccc #ccc-icon.ccc-icon--no-outline:focus #star path, #ccc #ccc-icon.ccc-icon--no-outline:hover #star path, #ccc #ccc-icon.ccc-icon--no-outline:active #star path {
        fill: #111 !important;
        border: 1px #fd0 solid;
    }

.ccc-link {
    font-weight: bold;
}

#ccc .ccc-content--highlight.ccc-content--light .ccc-tabbable:focus {
    box-shadow: none !important;
    border: 1px #fd0 solid !important;
    filter: invert(0) !important;
    background: #fd0 !important;
}

body #ccc .ccc-content--highlight.ccc-content--light .ccc-link.ccc-tabbable:focus {
    background-color: #fd0 !important;
    border-color: #fd0 !important;
}

body #ccc .checkbox-toggle--slider .checkbox-toggle-off {
    opacity: 1;
}

#ccc #ccc-icon.ccc-icon--no-outline:focus, #ccc #ccc-icon.ccc-icon--no-outline:hover, #ccc #ccc-icon.ccc-icon--no-outline:active {
    fill: #fd0 !important;
}

#ccc #ccc-icon.ccc-icon--no-outline:focus {
    border: 1px #111 solid;
}

    #ccc #ccc-icon.ccc-icon--no-outline:focus #star path, #ccc #ccc-icon.ccc-icon--no-outline:hover #star path, #ccc #ccc-icon.ccc-icon--no-outline:active #star path {
        fill: #111 !important;
        border: 1px #fd0 solid;
    }

.ccc-link {
    font-weight: bold;
}

#ccc .ccc-content--highlight.ccc-content--light .ccc-tabbable:focus {
    box-shadow: none !important;
    border: 1px #fd0 solid !important;
    filter: invert(0) !important;
    background: #fd0 !important;
}

body #ccc .ccc-content--highlight.ccc-content--light .ccc-link.ccc-tabbable:focus {
    background-color: #fd0 !important;
    border-color: #fd0 !important;
}

body #ccc .checkbox-toggle--slider .checkbox-toggle-off {
    color: #333;
    background-color: transparent;
}

#ccc .ccc-notify-button span {
    color: #ccc;
    font-weight: 700;
}


/**
 * Accordion container element
 */
.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .accordion > li {
        margin: 0;
    }

        /**
 * Add zero-width space. needed to ensure Safari + VO respect list semantics.
 * Set the before content to position absolute to negate any visible space
 * the before content could add to the document.
 */
        .accordion > li:before {
            content: "\200B";
            position: absolute;
        }

/**
 * Accordion Heading
 */
.accordion__heading {
    font-size: inherit;
    margin-bottom: .5rem;
    margin-top: 0rem;
    padding-bottom: 0;
    border-bottom: none;
}

}

.accordion__trigger {
    -webkit-appearance: none;
    background: #ECECEC none;
    width: 100%;
    //transition-duration: 0.4s;
    background: #ECECEC none;
    border-radius: 3px;
    padding: 12px 22px;
    margin: 0 0 1px 0;
    cursor: pointer;
    color: #0071ED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    border-style: none;
    -webkit-box-pack: justify;
    font-size: inherit;
}

    .accordion__trigger:after {
        // border-left: .4em solid transparent;
        // border-right: .4em solid transparent;
        // border-top: .5em solid #222;
        //bottom: 0;
        content: '\02795';
        margin-left: 2rem;
        // transition: transform .2s ease-in-out;
        // transform-origin: center center;
        // transform: rotate(0deg);
        // width: 0;
        content: '\02795';
        font-size: 13px;
        color: #777;
        color: #065;
        float: right;
        margin-left: 5px;
    }

    .accordion__trigger:hover:after,
    .accordion__trigger:focus:after,
    .accordion__trigger[aria-expanded="true"]:after {
        //border-top-color: #fff;
    }

    .accordion__trigger[aria-expanded="true"]:after {
        //transform: rotate(180deg);
        content: '\2796';
    }

    /**
 * This is needed to allow a double tap iOS 11
 * Safari + VO to function correctly, if there
 * are multiple elements (wrapper spans) to layout
 * text nodes within the accordion button.

	-- This is not needed if a button only contains text
	   and no other child nodes wrapping the text --

.accordion__trigger > * {
	pointer-events: none;
}
 */

    .accordion__trigger:hover,
    .accordion__trigger:focus {
        background: #d4d4d4 none;
        color: #0071ED;
    }

    /* .accordion__trigger:focus {
         box-shadow: inset 0 0 0 2px #1e82d1;
    }*/

    .accordion__trigger[aria-disabled="true"]:hover {
        background: #d4d4d4 none;
        color: #0071ED;
        cursor: not-allowed;
    }

    .accordion__trigger[aria-disabled="true"]:focus {
        background: #d4d4d4 none;
        color: #0071ED;
    }

.accordion__panel {
    background-color: inherit;
    border: dashed 5px #eee;
    border-radius: 0 0 8px 8px;
    border-top: 0;
    max-height: 0vh;
    overflow: hidden;
    padding: 0.001em 1.25em;
    position: relative;
    visibility: hidden;
    z-index: 1;
    margin-bottom: 0rem;
}

.accordion__panel--transition {
    transition: max-height .2s ease-in-out, padding-top .2s ease-in-out, padding-bottom .2s ease-in-out;
}

.accordion__panel > :last-child {
    margin-bottom: 1rem;
}

.accordion__panel[aria-hidden="false"] {
    max-height: 100%;
    overflow: hidden;
    padding: 1.25em;
    visibility: visible;
    padding: 20px;
    font-size: inherit;
    margin-bottom: 1.44rem;
}

.accordion__trigger[aria-expanded="true"] {
    display: block;
    padding: 12px 4rem 12px 2rem;
    margin: 0 0 1px 0;
    cursor: pointer;
    background: #ECECEC;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #1e57a4;
    /*transition: ease .5s;*/
    color: #065;
    margin-top: 5px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-weight: 500;
    font-size: 2.2rem;
    color: #163050;
}




.accordion__trigger[aria-expanded="false"] {
    display: block;
    padding: 12px 4rem 12px 2rem;
    margin: 0 0 1px 0;
    cursor: pointer;
    background: #ECECEC;
    border: 1px solid #CCC;
    border: 1px solid #eee;
    border-radius: 3px;
    /*transition: ease .5s;*/
    color: #1e57a4;
    margin-top: 5px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 2.2rem;
}
/* Different widths */

@media (max-width: 999px) {
    .accordion__trigger[aria-expanded="false"] {
        width: 100%;
    }

    .accordion__panel {
        border: dashed 0px #eee;
    }
}




#accordian {
    width: 100%;
}


details {
    margin-bottom: 0.5rem;
}

    details > summary {
        margin-bottom: 1em;
        width: 100%;
        background: #ECECEC none;
        border-radius: 3px;
        padding: 12px 12px;
        list-style: none;
        margin: 0 0 1px 0;
        display: flex;
        cursor: pointer;
        color: #0071ED;
        border-style: none;
        font-size: 1rem;
        align-items: center;
        justify-content: space-between;
        -webkit-box-pack: justify;
        border-style: none;
        -webkit-box-pack: justify;
        list-style-type: "";
    }


        details > summary::marker {
            display: none;
        }

        details > summary:before {
            content: ""; /* the new icon */
            color: #ECECEC;
            display: none;
        }

        details > summary:after {
            content: '\2795'; /* Unicode character for "minus" sign (-) */
        }

    details[open] > summary:after {
        content: '\2796'; /* Unicode character for "minus" sign (-) */
    }

    details[open] > summary:before {
        content: ""; /* the new icon */
        color: #d4d4d4;
        display: none;
    }

    details summary > * {
        display: inline;
    }

summary:hover, summary:focus, summary:active {
    background: #d4d4d4 none;
}

.accordion button:focus {
    outline: 2px #111 solid;
}

#webChatPlaceholder {
    margin-top: 2rem;
    margin-right: 2rem;
}

.webchatcontainer {
    border: 1px #111 solid;
    padding: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

    .webchatcontainer button {
        border: 1px #111 solid;
        padding: 1rem 2rem;
        color: #111;
        font-size: 2rem;
        background: #f0f0f0;
    }

        .webchatcontainer button:hover {
            background: #326ab0;
            border: 1px #326ab0 solid;
            color: #fff;
        }

        .webchatcontainer button:focus {
            color: #111;
            background-color: #fd0;
            border: 2px #111 solid;
        }

#ccc .iab-header-toggle {
    background: transparent;
}

#ccc {
    z-index: 9000 !important;
}


/*Hide old icons*/
img.fileTypeIcon {
    display: none;
}

/*PDF Links*/
a[href$=".pdf"]::after {
    color: #111;
    margin-left: 0.4rem;
    font-size: 1.728rem;
    font-family: "Font Awesome 5 Free";
    content: "\f1c1 ";
    color: red;
}



a[href$=".pdf"]::after(2) {
    content: "PDF";
}






/*csv Links*/
a[href$=".csv"]::after {
    color: #111;
    margin-left: 0.2rem;
    font-size: 1.728rem;
    font-family: "Font Awesome 5 Free";
    content: "\f15b";
    color: #000;
}

a[href$=".csv"]::after(2) {
    content: "csv";
}

/*doc Links*/
a[href$=".doc"]::after, a[href$=".docx"]::after {
    color: #111;
    margin-left: 0.2rem;
    font-size: 1.728rem;
    font-family: "Font Awesome 5 Free";
    content: "\f1c2 ";
    color: #000;
}

a[href$=".doc"]::after(2), a[href$=".docx"]::after(2) {
    content: "Word";
}

/*xls Links*/
a[href$=".xls"]::after, a[href$=".xlsx"]::after {
    color: #111;
    margin-left: 0.2rem;
    font-size: 1.728rem;
    font-family: "Font Awesome 5 Free";
    content: "\f1c3 ";
    color: #000;
}

a[href$=".xls"]::after(2), a[href$=".xlsx"]::after(2) {
    content: "Excel";
}

#toptasks .col-12 {
    display: flex;
    flex-direction: column;
}

.contact-part h2 {
    color: #fff;
    font-size: 2.074rem;
    margin-top: 0;
}

.contact-part ul {
    padding-top: 0;
}

@media (min-width: 1000px) {
    .contact-part h2 {
        font-size: 2.986rem;
    }
}


.pictureBackground {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -4rem;
}



.featureInternalLinks .card .card-title a {
    font-size: 2.074rem;
}

.pictureBackground h1 {
    background: #fff;
    display: inline-block;
    padding: .5rem 1rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
    right: 0%;
    text-align: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.55) 100%);
}

.impact {
    padding: 2rem;
    border: 4px solid #CCC;
    margin-bottom: 4rem;
    font-size: larger;
    font-weight: 600;
}

section.featureRichTextEditor h2:first-of-type {
    border-top: 0.6rem solid #d8e6f3;
    padding-top: 2.488rem;
    margin-top: 0;
}

section.featureRichTextEditor figure {
    background: #ececec;
    width: max-content;
}

    section.featureRichTextEditor figure figcaption {
        color: #636060;
        color: #000;
        padding: 0.5rem;
        font-size: 1.44rem;
        line-height: 1.4rem;
    }

.featureInternalLinks .card .card-title a {
    color: #0059b3;
}

    .featureInternalLinks .card .card-title a:hover {
        color: #00332b;
        border-color: #00332b
    }

.featureInternalLinks .card:hover {
    border-color: #00332b;
}

.featureInternalLinks .card h2 {
    margin-top: 1rem;
}


.wbc-scheme-red h1 {
    background: #660000;
    color: #fff;
    padding: .5rem 1rem;
}

.wbc-scheme-white h1 {
    background: #fff;
    color: #111;
    padding: .5rem 1rem;
}

.wbc-scheme-blue h1 {
    background: #004666;
    color: #fff;
    padding: .5rem 1rem;
}

.wbc-scheme-green h1 {
    background: #285422;
    color: #fff;
    padding: .5rem 1rem;
}

.wbc-scheme-yellow h1 {
    background: #CCFF33;
    color: #004666;
    padding: .5rem 1rem;
}



.Middle h1 {
    margin-top: 120px;
}


.Bottom h1 {
    margin-top: 200px;
}

.spacer {
    height: 6rem;
}


blockquote {
    font-size: 1.1em;
    width: 100%;
    font-family: Open Sans;
    font-style: italic;
    color: #111;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #00A7f5;
    line-height: 1.3;
    position: relative;
    background: #EDEDED;
    border-bottom: 1px solid #CCC;
}

    /*blockquote::before {
        font-family: Arial;
        content: "\201C";
        color: #00A7f5;
        font-size: 4em;
        position: absolute;
        left: 10px;
        top: -10px;
    }*/

    blockquote::after {
        content: '';
    }

    blockquote span {
        display: block;
        color: #111;
        font-style: normal;
        font-weight: bold;
        margin-top: 1em;
    }

header.feature__header{
    background:none;
}


/* Set your aspect ratio */
.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%; /* creates a 16:9 aspect ratio */
}

    .video-container iframe,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

/* And set the max-width of the parent element */
.video-wrap {
    width: 100%;
}

h2.card-title {
    font-size: 2.074rem;
}
