/*
STYLESHEET INFORMATION

Name: Wiltshire Council - Full version

Branding guidelines:

body-text-color: #0b0c0c;
link-color: #004331;
link-color-hover: #007253;
primary-color: #006851;
accent: #fff;
secondary-color: #004331;
secondary-text: #fff;
primary-button-color: #006851;
primary-button-text-color: #fff;
secondary-button-color: #4a4a4a
secondary-button-text-color: #0b0c0c;


Font-family: Noto Sans
Fall back font-family: Sans-serif

NOTE: The font is currently referenced via Google Fonts. If changed to reference locally, apply 'Noto Sans Regular' and Noto Sans Bold'.

*/


/* Fonts */


/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,600;1,700&display=swap');

@font-face {
    font-family: "icons";
    src: url("./fonts/icons.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans Regular";
    src: url("./fonts/Noto_Sans/ttf/NotoSans-Regular.ttf") format("woff");
    src: url("./fonts/Noto_Sans/woff/NotoSans-Regular.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans Bold";
    src: url("./fonts/Noto_Sans/ttf/NotoSans-Bold.ttf") format("ttf");
    src: url("./fonts/Noto_Sans/woff/NotoSans-Bold.woff") format("woff");
    
}
*/

/* Fonts end */




/* Styles below cover the main styles required to align with the Wiltshire Council styling. */

/* There should be no need to edit these although in some cases some styles from Global styles can be removed. Focus states must remain. */

/* Not all rules may apply (Especially in the header and footer) as these styles are in the context of other required features AND this document needs to seperate rules by feature */ 

/* There's also Component styles for GDS rules delcared but these can be removed or applied to the appopriate selectors */

/* Styles below cover the main styles required to align with the Wiltshire Council styling. There should be no need to edit these. But reach out to the webteam if there's any issues */



/* Global styles */

html {
    width: 100%;

}

html,
body {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

/*
::after,
::before {
    font-family: "icons", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    font-variant: normal;
    text-transform: none;
    line-height: 1.2em;
    font-size: 100%;
}
*/
.govuk-width-container {
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    clear: both;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .govuk-width-container {
        padding: 0 20px;
    }

}

ul {
    list-style: none;
}

 ul {
    margin: 0;
    padding: 0
 }

.accessibility {
    display: flex;
    visibility: visible;
    border: 0;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    background: #fff
}

p,
h1,
h2,
h3,
h4 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    clear: left;
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5em;
    font-family: 'Noto Sans', sans-serif;
    /* font-family: Noto Sans Bold, sans-serif; */
}

h2 {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0; 
    margin: 1em 0 .5em 0; 
    line-height: 1.11111;
    font-family: 'Noto Sans', sans-serif;
   /* font-family: Noto Sans Bold, sans-serif; */
    
}

h3 {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0; 
    margin: 1em 0 .5em 0; 
    line-height: 1.11111; 
    font-family: 'Noto Sans', sans-serif;
   /* font-family: Noto Sans Bold, sans-serif; */
}

h4 {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
   /* font-family: Noto Sans Bold, sans-serif; */
}

h5, h6 { 
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0; 
    margin: 1em 0 .5em 0; 
    line-height: 1.11111; 
    font-family: 'Noto Sans', sans-serif;
   /* font-family: Noto Sans Bold, sans-serif; */
 } 

p {
    margin: 20px 0;
    font-size: 1rem;
    font-family: 'Noto Sans', sans-serif;
   /* font-family: Noto Sans Regular, sans-serif; */
}

a:focus,
button:focus {
    outline: 3px solid transparent ;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -3px #fd0, 0 4px #0b0c0c;
    text-decoration: none;
    outline-offset: -2px;
    z-index: 20;
}

a.gi-sitenav__link--lvl1:focus {
    box-shadow: inset 0 -4px #0b0c0c;
}

.wc-sitelogo .wc-sitelogo-link:focus {
    box-shadow: 0 0 #fd0, 0 4px #0b0c0c;
}

.wc-sitelogo .wc-sitelogo-link:focus .wc-sitelogo-image {
    filter: invert(1);
}

.wc-nav-menu-toggle:focus {
    outline: 3px solid #fd0;
    outline-offset: -4px;
}

.imagelink-footerlogo:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    text-decoration: none;
    border-bottom: 2px solid #fd0;
}

.imagelink-footerlogo:focus img {
    filter: invert(1);
}

a:focus .imagelink-image {
    filter: invert(1);
}

/*a#site-search:focus::after  { 
    filter: invert(1);

}
*/
/*.nav-menu a:hover:focus {
    color: #007253;
}

.header__nav a:hover:focus {
    color: #007253;
}

.footer-navitem a:hover:focus {
    color: #007253;
}
*/
/* Global styles end */



/* Header styles */


@media (max-width: 1024px) {
        .toputils-nav  {
          transition: max-height .5s ease;
          max-height: 0;
          overflow: hidden;
          padding-top: 40px;
          background: #004331;
        }
		
        .toputils-nav.expanded  {
          max-height: 406px; /* This may need to be increased depending on number of items in the mobile nav*/
          transition: max-height .5s ease;
        }

        .mob-nav-list-container {
            background: #004331;
            padding: 0 14px;
            box-shadow: inset 0 0 20em rgba(0,0,0,0.2);
        }

    .wc-nav-menu-toggle:focus {
        outline: #fd0 solid 3px;
        outline-offset: -4px;

    }

    .responsive .toputils-nav .toputils-nav-list {
        display: block;
        padding: 14px 0 14px 0;
    }

    .responsive .header-nav-menu-toggle {
        border-top: 1px solid #666;
        display: block;
        padding: 14px 0 14px 0;
    }


    .topnav .govuk-width-container {
        display: block;
    }


    .nav-div-bar {
        padding: 0px;
    }

    .nav-menu a {
        line-height: 1;
        font-size: 1rem;
    }

    .nav-menu.responsive .wc-nav-menu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        padding: 2px 4px 6px 4px;
    }

    .nav-menu.responsive a {
        float: none;
        display: block;
        text-align: left;
        padding: 10px 0px 10px 5px;
    }

    .nav-menu a {
        display: none;
    }

    .nav-menu .wc-nav-menu-toggle {
        color: white;
        float: right;
        display: block;
        padding: 4px;
    }

    #wc-nav-menu {
        margin-left: -20px;
        margin-right: -20px;
    }

    .wc-nav-menu-toggle {
        display: block;
        position: relative;
        cursor: pointer;
        right: 0;
        top: 0;
        width: 32px;
        height: 32px;

    }

    .wc-nav-menu-toggle-bar:first-child { 
        margin-top: 6px; 
    }

    .wc-nav-menu-toggle-bar {
        display: block;
        width: 20px;
        height: 4px;
        border-radius: 1px;
        margin: 4px auto;
        background-color: white;
        transition: all .5s ease-in-out;
    }

    .wc-nav-menu-toggle.active .wc-nav-menu-toggle-bar:nth-child(2) {
        opacity: 0;
    }

    .wc-nav-menu-toggle.active .wc-nav-menu-toggle-bar:nth-child(1) {
        transform: translateY(10px) rotate(135deg);
        background-color: #fff;
        border-radius: 1px;
        width: 20px;
        height: 4px;
        margin-top: 5px;
    }

    .wc-nav-menu-toggle.active .wc-nav-menu-toggle-bar:nth-child(3) {
        transform: translateY(-6px) rotate(225deg);
        background-color: #fff;
        border-radius: 1px;
        width: 20px;
        height: 4px;
    }


    .gi-sitenav__link--lvl1 {
        display: none;
    }

    .gi-sitenav__list {
        display: none;
    }


}

@media (min-width: 1025px) {

    .wc-sitelogo {
        width: auto;
    }


    .wc-nav-menu-toggle {
        visibility: hidden;
        display: none;
    }



    .header-nav-menu-toggle {
        display: none;
    }


    .toputils-nav-item {
        float: left;
        display: flex;
    }
    
    .account-manage-items {
        float: right;
        display: flex;
    }

    .toputils-nav-link {
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 2.5rem;
        font-size: 1rem;

    }


    .nav-menu a {
        line-height: 2.5rem;
    }


    .toputils-nav-item:first-child a {
        padding: 0 1em 0 0;
    }

    .toputils-nav-item:not(:first-child) .toputils-nav-link {
        padding: 0 1em;
    }

    .account-manage-link:not(:last-child) {
        padding: 0 1em;
    }

    .account-manage-link:last-child {
        padding-left: 1em;
    }
    


    .gi-sitenav__link--lvl1 {
        display: inline-block;
    }


/*    .gi-sitenav__link--lvl1::after {
        content: "\f107";
        margin-left: 12px;
        top: 46%;
        font-size: 1.85rem;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
*/
    .gi-sitenav--toplevel:first-child,
.gi-sitenav--toplevel:nth-child(2) {
    padding-right: 0;
}

.gi-sitenav--toplevel:nth-child(3) {
    margin-right: 1px;
}

/*    #site-search::after {
        content: "\e800";
    }
*/

    .gi-sitenav__item--lvl1.active {
        background-color: #004331;
        color: white;
        outline: none;
        text-decoration: none;
        border-bottom: 0;
    }

/*    .gi-sitenav__item--lvl1 a:hover {
        color: white;
        text-decoration: underline;
    }
*/
    .gi-sitenav__item--lvl1.active a:focus {
        color: #fff;
        box-shadow: none;
        border-bottom: solid 3px #004331;
        background: #004331;

    }
}



#my-account-link {
    font-weight: bold;
}


/*#site-search-mob::after {
    content: "\e800";
    color: white;
    font-weight: 100;
    font-size: 24px;
}
*/

.toputil-mob-search {
    display: inline-block;
    position: absolute;
    right: 45px;
    font-size: 22px;
    top: 0px;
}

/*#site-search-mob:focus::after {
    filter: invert(1);
}
*/

@media (min-width: 1025px) {
    .toputil-mob-search {
        display: none;
    }
}


.nav-menu.responsive .wc-nav-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
}

.nav-menu.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding-bottom: 10px;
}

nav {
    overflow: hidden;
}

.wc-head {
    background-color: #006851;
    display: block;
    width: 100%;

}

.wc-sitelogo {
    display: table;
}

.wc-sitelogo .wc-sitelogo-image {
    height: auto;
    max-width: 100%;
    padding: 22px 0;
    display: inline-block;
}

.wc-sitelogo .wc-sitelogo-image {
    width: 250px;
    float: left;
}

.wc-sitelogo .wc-sitelogo-link {
    display: inline-block;
}

.wc-sitelogo .wc-sitelogo-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}



.topnav {
    background-color: #004331;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-around;
}


/*.nav-menu {
    overflow: hidden;
    display: contents;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}
*/
/*
.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}
*/


.nav-menu a:hover {
    text-decoration: underline;
    color: white;
}

.topnav {
    background-color: #004331;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-around;
}


.topnav .govuk-width-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}



.nav-menu {
    overflow: hidden;
    display: contents;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;

}


.mainnav,
.gi-sitenav--toplevel {
    float: right;
    opacity: 1;
}

.mainnav__lvl1,
.gi-sitenav__list--lvl1 {
    padding: 0;
    list-style: none;
    display: inline-block;
}

.mainnav__lvl2-item,
.gi-sitenav__item--lvl2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 20px 0 30px;
}

.mainnav__lvl2-link,
.gi-sitenav__link--lvl2 {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: normal;
}

/*.gi-sitenav__link--lvl1[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg); 
  }
*/
.gi-sitenav__list {
    color: #fff;
}


.nav-div-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.header__nav {
    text-align: right;
    display: flex;
}

.gi-sitenav__link--lvl1 {
    padding: 20px 52px 30px 18px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
}

.gi-sitenav__list--lvl1 {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gi-sitenav__item--lvl1:hover .gi-sitenav--lvl2 {
    display: block;
}

.gi-sitenav--lvl2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.gi-sitenav__list--lvl2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gi-sitenav__item--lvl2:not(:last-child) {
    padding: 10px;
}

.gi-sitenav__item--lvl2:last-child {
    border-bottom: none;
    grid-column: span 4;
    justify-content: center;
}

.gi-sitenav__list--lvl2 {
    display: none;
    position: absolute;
    top: 100%;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.gi-sitenav__list--lvl2.active {
    display: flex;
}

.gi-sitenav__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
}



.gi-sitenav__item {
    position: relative;
    list-style: none;
    display: inline-flex;
}


.gi-sitenav__item:not(:last-child) {
    padding: 0 20px 0 50px;
    margin: 0 0px 27px 0;
}


.gi-sitenav__link {
    text-decoration: none;
    color: white;
    display: block;
    text-align: left;
    width: 100%;
}

.gi-sitenav__item--viewall {
    width: 100%;
}

.gi-sitenav__link--viewall {
    background-color: #FF5733;
    color: white;
    border: none;
}

.gi-sitenav__list--lvl2 {
    display: none;
}

/*.gi-sitenav__list--lvl2.active {
    position: absolute;
    top: calc(100% + -16px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + -41px);
    max-width: 1024px;
    background-color: #004331;
    border: solid 1px #004331;
    z-index: 99;
    padding: 36px 0px 0px 0px;
    display: grid;
    grid-template-columns: repeat(4, 2fr);
}
*/

.gi-sitenav__item--lvl2:last-child .gi-sitenav__link {
    text-align: center;
    background: white;
    color: #006851;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    right: 5px;
    width: 50%;
    padding: 10px 12px;
    margin-bottom: 30px;
}

.gi-sitenav__item--lvl2:last-child .gi-sitenav__link:hover {
    box-shadow: inset 20em 20em rgba(0,0,0,.2);
    color: #004331!important;
}

/*.gi-sitenav__item--lvl1.active .gi-sitenav__link--lvl1::after {
    content: "\f107";
    margin-left: 12px;
    top: 20%;
    font-size: 1.85rem;
    position: absolute;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: rotate(180deg)
}
*/

/*a#site-search {                     
    padding: 8px 50px 42px 5px;
    margin-top: 10px;
}

a#site-search:hover {
    background: #004331;
    box-shadow: inset 0 0 20em rgba(0,0,0,0.2);
}
*/

/*.gi-sitenav__link--lvl1#site-search::after {
    color: #fff;
    background-color: transparent;
    border: 0;
    position: absolute;
    font-size: 24px;
 
}
*/
/*.gi-sitenav__list--lvl1 #site-search {
    position: relative;
    left: 0px;
}
*/
.gi-sitenav--toplevel {
    margin-top: 4px;
    padding-right: 1px;
    margin-right: 0px;
}

#FeaturedNav1 .gi-sitenav__item--viewall {
    display: none;
}



.gi-sitenav__item--lvl1 .gi-sitenav__link--lvl1[aria-expanded="true"]:focus {
    background: #004331 !important;
    color: #fff !important;
    box-shadow: none;
    border-bottom: none;
}


/* Header styles end */



/* Site alert styles */

.wc-sitealert {
    background-color: #f2f2f2;
    border-bottom: 1px solid #bfc1c3;
    -webkit-box-shadow: 0 2px 8px 0 rgba(170, 170, 170, 0.5);
    box-shadow: 0 2px 8px 0 rgba(170, 170, 170, 0.5);
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 0;
}

.wc-sitealert a {
    color: #004331;
}

.wc-sitealert-heading {
    margin: 0 20px 0 0;
    text-transform: none;
    font-weight: 700;
    line-height: 1.25;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    -ms-flex: auto;
    max-width: 180px;
}


.wc-sitealert-title {
    font-weight: bold;
    font-size: 1.25rem;
    color: #0b0c0c;
    text-decoration: none;
    pointer-events: none;
}

.wc-sitealert-content {
    padding: 10px 0;
}

.wc-sitealert-title {
    margin: 0;
}

.wc-sitealert-heading,
.wc-sitealert-content,
.wc-sitealert-link {
    line-height: 1.25;
    display: -ms-flexbox;
}

.wc-sitealert .govuk-width-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .wc-sitealert-heading {
        padding: 4px 0;
    }

    .wc-sitealert .govuk-width-container {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* Site alert ends */



/* Footer styles */


@media (min-width: 1025px) {

    .footer .govuk-width-container {
        display: flex;
        padding: 0px;
    }

/*   .footer-left::after {
        content: url(https://www.wiltshire.gov.uk/themes/command/images/wiltshire-council-logo-w-white.svg);
        position: absolute;
        right: 20px;
        top: 0;
    }  
*/
  
    .footer-right {
        position: relative;
        width: 100%;
        float: right;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .footer-left {
        float: left;
        width: 35%;
        margin: 0 10px 13px 20px;
    }

    .footer-navitem {
        float: left;
    }


    .footer-navitem:not(:last-child) {
        border-right: 1px solid #fff;
    }


    .footer-logo {
        text-align: left;
        margin: 7px 0px;
    }


    .footer-navlink {
        padding: 0 10px 0 0;
        text-align: left;
    }

    .footer-navlink:visited {
        color: #fff
    }

     
    .footer-navitem:not(:first-child) {
        padding-left: 10px;
        text-align: left;
    }

   .imagelink-footerlogo .imagelink-image, .footer-logo .imagelink-image {
    width: 125px;
          position: absolute;
        right: 20px;
        top: 0;
    } 


    .footer-socialmedia {
        display: flex;
        text-align: left;
    }

    .footer-copyright {
        text-align: left;
     }

}

@media (max-width: 1024px) {

    .footer-navlink {
        padding: 10px 0;
    }

    .footer .govuk-width-container {
       display: flex;
    }

    .footer-site {
        padding: 50px 14px 20px 14px;
    }

    .footer-socialmedia {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-left: 20px;
        margin-bottom: 20px
    }

    .footer-copyright {
       text-align: center;
    }

    .footer-left {
        flex-direction: column-reverse;
        display: flex;
    }

    .footer-logo {
      margin: 0 auto 20px auto;
      width: 100px;
    }


}

.footer-navigation>ul {
    list-style: none;
    padding: 0;
}

.footer {
    background: #006851;
    padding-top: 30px;
    display: block;
}

.footer-site {
    overflow: hidden;
    padding: 50px 14px 20px 14px;
    color: white;
    margin-top: 0;
}

.footer-logo {
    display: block;
    text-align: center;
    max-width: 100%;
}


.footer-navigation {
    padding: 0 0 20px 0;
}

.footer-copyright {
    clear: both;
    font-weight: 700;
}

.footer-navlink {
    color: #fff;
    font-weight: 400;
}

.footer-navlink {
    text-decoration: none;
    display: block;
    text-align: center;
}


.imagelink-socialmedia .imagelink-link {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}


.copyright-container {
        position: relative;
        box-sizing: border-box;
        display: flex;
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 20px;
        clear: both;
        flex-direction: column;
        justify-content: space-between;
}

.copyright-container p { 
    margin-top: 1.15rem; 
}

.copyright-container p::before {
    content: '\00A9';
    font-size: 16px;
  }

a:hover, a:focus {
    color: #007253;
}

.footer-navlink:hover {
    color: #fff;
    text-decoration: underline;
}


/* Footer ends */



/* Feedback buttons styles */

.gi-feedback {
    margin: 60px 0 20px 0;
    clear: both;
}

.gi-feedback .govuk-width-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

 .gi-feedback__content {
    margin: 0;
    width: 100%;
}


.gi-feedback__heading {
    font-weight: 700;
    color: #0b0c0c;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
}

.gi-feedback__actions {
    display: inline-block;
}

@media (min-width: 1025px) {
    .gi-feedback__actions {
        margin-left: 20px;    }
}

.gi-feedback__link--problem {
    float: right;
    margin: 0;
    padding: 10px;
}

.gi-feedback__link {
    background: #004331;
    box-shadow: 0 2px 0 #002d18;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 1rem;
    border: none;
}


.gi-feedback__link--yes, .gi-feedback__link--no, .gi-feedback__link--problem  {
    padding: 10px 20px;
    text-align: center;
    border: solid 2px #004331;
    line-height: 1.5;
    font-family: 'Noto Sans', sans-serif;
    min-width: 68px;
    box-sizing: border-box;
    cursor: pointer;
    pointer-events: auto;
}

.gi-feedback__link--no {
    margin-left: 15px;
    padding: 10px 9px 10px 11px;
  }

.gi-feedback__link:hover {
    color: #fff;
    background-color: #032118;
    outline: 0;
    border-color: #032118;
}


.gi-feedback__link:focus {
    border-color: #fd0;
    color: #0b0c0c;
    background-color: #fd0;
    box-sizing: border-box;
    box-shadow: 0 2px 0 #0b0c0c;
}




@media (max-width: 1023px) {
    .gi-feedback__actions {
        display: block;
    }
    
    .gi-feedback__link--problem {
      float: left;
      margin-top: 30px;
    }
    
    .gi-feedback__heading {
      margin: 0px;
      padding: 0px;
    }
    
    .gi-feedback__link--yes, .gi-feedback__link--no {
        margin: 10px 20px 0 0px;
        padding: 10px 20px;
        text-align: center;
    }
    
    }

/* Feedback buttons end */




/* Component styles for GDS */


/* Headings and text */

/*
h1, .govuk-heading-xl {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5em;
   font-family: 'Noto Sans', sans-serif;
   font-family: 'Noto Sans Bold', sans-serif;
}
*//*
h2, .govuk-heading-m {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0; 
    margin: 1em 0 .5em 0; 
    line-height: 1.11111; 
    font-family: 'Noto Sans', sans-serif;
   font-family: Noto Sans Bold, sans-serif;
}
*//*
h3, .govuk-heading-s {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0; 
    margin: 1em 0 .5em 0; 
    line-height: 1.11111; 
    font-family: 'Noto Sans', sans-serif;
    font-family: Noto Sans Bold, sans-serif;
}
*//*
h4 {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
   font-family: Noto Sans Bold, sans-serif;
}
*//*
h5, h6 { 
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0; 
    margin: 1em 0 .5em 0; 
    line-height: 1.11111; 
    font-family: 'Noto Sans', sans-serif;
    font-family: Noto Sans Bold, sans-serif;
 } 
*/

p, .govuk-body {
/*    margin: 20px 0;*/
    font-size: 1rem;
/*    font-family: 'Noto Sans', sans-serif;*/
    /* font-family: Noto Sans Regular, sans-serif; */
}


/* Links */

.govuk-link:link {
    color: #004331;
    text-decoration: underline;
}

.govuk-link:link:hover {
    color: #007253;
    text-decoration: underline;
}

.govuk-link:focus {
    background-color: #fd0;
    text-decoration: none;
    border-bottom: 2px solid #0b0c0c;
    box-shadow: 0 0 0 2px transparent;
    outline: 0;
    outline-offset: -2px;
}

.govuk-link:visited {
    color: #004331;
}


/* Breadcrumbs */


/*.govuk-breadcrumbs {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    list-style: none;
}

.govuk-breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.govuk-breadcrumbs__list-item {
    display: inline;
    margin-right: 10px;
}

.govuk-breadcrumbs__link {
color: #004331
}

.govuk-breadcrumbs__list-item:not(:last-child)::after {
    content: "\f105";*/  /* fa-angle-right */
    /*margin-top: -4px;
    font-size: 1.25em;
    margin-left: 10px;
}*/


/* Lists */

/*
.govuk-list.govuk-list--bullet {
    list-style: disc;
}
*//*
.govuk-list.govuk-list--bullet,
.govuk-list.govuk-list--number {
        padding: 0 0 0 40px;
        margin: 0 0 20px 0;
        overflow: hidden;
    }
*/

/* Input fields - Form elements */ 

/*.govuk-label {
    font-size: 1rem;
    line-height: 1.31579;
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    -font-family: Noto Sans Bold, sans-serif;
}

.govuk-input {
    border: 2px solid #767676;
    font-family: inherit;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    white-space: pre;
    height: unset;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 20px;
}

.govuk-input:focus {
    outline: #fd0 solid 3px;
    outline-offset: 0;
    border: 2px solid #0b0c0c;
     box-shadow: inset 0 0 0 2px; 
    }
*/

/* Text area styles */

/*.govuk-textarea {
    border: solid 2px #767676;
    width: 100%;
    padding: 10px;
    font-family: inherit;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}

.govuk-textarea:focus {
    outline: #fd0 solid 3px;
    outline-offset: 0;
    border: 2px solid #0b0c0c;
     box-shadow: inset 0 0 0 2px; 
}*/



/* Hint styles */

/*
.govuk-form-group .govuk-hint {
    position: relative;
    background-color: #efefef;
    padding: 1rem 2rem 1.4rem 5rem;
    display: block;
    color: #0b0c0c;
    margin: 0 0 25px 0;
}
  */
/*.govuk-form-group .govuk-hint::before {
    content: "\e83a";
    display: inline-block;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    font-weight: normal;
    position: absolute;
    font-size: 2.5rem;
    top: .5rem;
    left: 1.2rem;
    color: #0b0c0c;
}
*/


/* Button styles */

/*
.govuk-button {
    font-weight: 600;
    padding: 12px 20px;
    letter-spacing: .6px;
    line-height: 1.6;
    font-size: 1rem;
    font-family: "Noto Sans", Arial, sans-serif;
    display: inline-block;
    position: relative;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #004331;
    -webkit-box-shadow: 0 2px 0 #003618;
    box-shadow: 0 2px 0 #003618;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0 0 20px;
    white-space: nowrap;

}

.govuk-button:hover {
    color: #fff;
    background-color: #032118;
    box-shadow: 0 2px 0 #032118;
}

.govuk-button::before {
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -4px;
    left: -2px;
    background: 0 0;
}

.govuk-button:focus {
    outline: transparent solid 3px;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -3px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    outline-offset: -2px;
    z-index: 20;
}

.govuk-button--secondary {
    background-color: #4a4a4a;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: 0 2px 0 #000;
    font-weight: 600;
    padding: 12px 20px;
    letter-spacing: .6px;
    line-height: 1.6;
    position: relative;
    font-size: 1rem;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0 0 20px;
    font-family: "Noto Sans", Arial, sans-serif;
}

.govuk-button--disabled, .govuk-button[disabled=disabled], .govuk-button[disabled] {
    opacity: .81;
    background: #004331;
    margin: 0 0 20px;
    pointer-events: none;
}

.govuk-form-group .govuk-button {
    vertical-align: bottom;
    margin: 0px 20px 20px 0px;
}
*/


input.loginform__submit {
    padding: 12px 36px 12px 20px;
    position: relative;
}

.buttons.form-buttons  {
    display: flex;
    flex-wrap: wrap;
    max-width: 1023px;

}

.govuk-button-arrow::after {
    color: #fff;
    content: '\e827';
    font-size: 1rem;
    left: initial;
    position: relative;
    right: 47px;
    bottom: 35px;
}


.govuk-button-arrow:has(.govuk-button:focus)::after {
    color: #0b0c0c;
    z-index: 20;
}


/* Buttons styling end */


/* Fieldset - Form elements */     

.govuk-fieldset {
    border: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Legend - Form elements */     

.govuk-fieldset .govuk-fieldset__legend {
    border-bottom: 0 solid #e5e5e5;
    margin: 0;
}

.govuk-fieldset__legend {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 20px 0;
    width: 100%;
    position: relative;
}


/* Checkboxes - Form elements */ 
/*
    .govuk-checkboxes__input {
        cursor: pointer;
        pointer-events: auto;
        width: 22px;
        height: 22px;
        margin: 10px 10px;
        border-radius: 0px;
        position: relative;
    }
    
    
    .govuk-checkboxes__input:before {
        position: relative;
        display: block;
        top: auto;
        width: 34px;
        height: 34px;
        right: 8px;
        border: 2px solid black;
        content: "";
        background: #FFF;
    }
    
    
    .govuk-checkboxes__input:after {
        position: relative;
        display: block;
        top: -44px;
        width: 40px;
        height: 40px;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .govuk-checkboxes__input:checked:after {
        content: "";
        position: relative;
        border: solid;
        border-width: 0 0 5px 5px;
        background: transparent;
        border-top-color: transparent;
        width: 17px;
        height: 6px;
        z-index: 1;
        top: -27px;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: black;
        cursor: pointer;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    

    .govuk-checkboxes__item  {
        display: block;
        margin-bottom: 10px;
    }
    
    .govuk-checkboxes__label {
            display: inline-block;
            font-weight: normal;
            max-width: calc(100% - 25px);
            vertical-align: top;
            margin: 15px;
            font-size: 1rem;
        }
    
    .govuk-checkboxes__input:disabled:after {
        -webkit-filter: opacity(0);
    }
    
    
    .govuk-checkboxes__input:focus:before {
        border-width: 4px;
        box-shadow: 0 0 0 3px #fd0;
        height: 30px;
        width: 30px;
    }
    
    .govuk-checkboxes__input:checked:focus {
        top: 0;
        left: 0;
        position: relative;
    }
*/

/* Radio buttons - Form elements */ 


.govuk-radios__item {
    position: relative;
    padding-left: 50px;
}
/*
.govuk-radios__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
*//*
.govuk-radios__label {
    display: inline-block;
    line-height: 36px;
    vertical-align: top;
    font-size: 1rem;
    margin: 0px 0px 20px 11px;
    font-weight: normal;
}
*/

.govuk-radios__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border: 2px solid #767676;
    border-radius: 50%;
    z-index: 1;
}

.govuk-radios__input:checked + .govuk-radios__label::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    width: 18px;
    height: 18px;
    background: #333;
    border-radius: 50%;
    z-index: 3;
    border: 2px solid;
}

.govuk-radios__input:focus+label::before {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
    border: 2px solid #0b0c0c;
}


/* Accordion Styles */

.govuk-accordion {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.govuk-accordion__section-button {
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-family: inherit;
    border: none;
    outline: none;
    transition: 0.4s;
}


.govuk-accordion__section-button {
    border: 0;
    border-bottom: solid 1px #ccc;
    padding: 15px 40px 15px 0;
}

.govuk-accordion__section-button:after {
    content: "\e807";
    color: #0b0c0c;
    font-size: 1.1rem;
    float: right;
    margin-left: 5px;
    transform: rotate(0deg); /* Start with no rotation */
    transition: transform 0.3s ease-in-out; /* Add a transition for the transform property */
}

.govuk-accordion__section-button.active::after {
    content: "\e807";
    color: #0b0c0c;
    font-size: 1.1rem;
    float: right;
    margin-left: 5px;
    transform: rotate(135deg); /* Rotate 45 degrees clockwise */
}


.govuk-accordion__section-title:hover {
    text-decoration: underline;
}

.govuk-accordion__section-content {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

h1 button.govuk-accordion__section-button {
    font-size: 2.2rem;
}

h2 button.govuk-accordion__section-button {
    font-size: 1.8rem
}

h3 button.govuk-accordion__section-button {
    font-size: 1.6rem;
}

h4 button.govuk-accordion__section-button {
    font-size: 1.4rem;
}

h5 button.govuk-accordion__section-button, h6 button.govuk-accordion__section-button {
    font-size: 1.2rem;
}

button.govuk-accordion__section-button {
    text-decoration: none;
    outline: 0;
    box-shadow: inset 0 0 0 0;
    background: transparent;
}

.govuk-accordion__section-button:focus .govuk-accordion__section-title {
    outline: 3px solid transparent ;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -3px #fd0, 0 4px #0b0c0c;
    text-decoration: none;
    outline-offset: -2px;
  }


/* Accordion Styles end */


/* Card styles */

.grid-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    box-sizing: border-box;
    width: calc(100% + 40px);
}

.card-wrap {
    flex: 0 0 calc(50% - 40px);
    padding: 20px 20px 0 20px;
}

.card {
    box-shadow: 0 2px 8px 0 rgba(170, 170, 170, 0.5);
    margin-bottom: 20px;
    border-radius: 8px;
    width: 100%;
}

.card-items--container {
    padding: 20px;
}

.card-item--image {
    width: 100%;
    height: auto;
}

.card-item--content {
    flex-basis: 60%;
}

.card-item--title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-item--body {
    margin-bottom: 10px;
}

.card-item--links {
    list-style-type: none;
    padding: 0;
}

.govuk-link:hover {
    text-decoration: underline;
}


@media (max-width: 524px) {
    .card-wrap {
        flex: 0 0 calc(100% - 40px);
    }

    .card {
        width: unset;
    }
}


.card-wrap.card-layout--b {
    width: 100%;
    max-width: 600px; 
    margin: 0 auto; 
}

.card-b {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}


@media (min-width: 1024px) {
.card-layout--b .card-item--imagecontainer {
    flex: 0 0 232px;
}

}

.card-layout--b .card-item--image {
    width: 100%;
    height: auto;
    object-fit: cover; 
}

.card-layout--b .card-item--content {
    flex-grow: 1;
    padding: 10px;
}

.card-layout--b .card-item--title {
    margin: 0 0 10px 0; 
}

  
  @media (max-width: 1024px) {
    .card-b {
      flex-direction: column;
    }
  }



/* Card styles end */



/* Component styles for GDS end */

