﻿/******************************************************************
Theme Name: LBR Bones
Theme URI: http://www.themble.com/bones
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="http://themble.com/docs/" title="Bones Documentation">Bones Documentation</a> page. You can also view the conversation on Twitter by following the hashtag: <a href="http://twitter.com/#!/search/%23wpbones">#wpbones</a>.
Author: Kimmy Flaxman based on original from Eddie Machado
Author URI: http://www.themble.com/bones/
Version: 1.09
Tags: html5, css3, fixed, development, bones, h5bp

License: GPL or whatever
License URI: http://www.gnu.org/copyleft/gpl.html

All Default Styles are in library/css/normalize.css"
I reccommend not editing those files and making allc
changes here. That way if something goes awry, you
can easily revert back to the original, but that's
totally up to you. Happy Developing!
******************************************************************/

/******************************************************************
GFORM Style overrides
******************************************************************/
#container .gform_wrapper ul li.gfield{margin-bottom:20px;}
#container .gform_wrapper .gsection_description{color:#333;font-size: 14px;line-height: 1.4em;}
#container .gform_wrapper .ginput_container,
#container .gform_wrapper .clear-multi{*display:inline;zoom:1; }
/*#container .gform_wrapper .ginput_container_date {display: block; white-space: nowrap; margin-left: 0px;}*/
#container .gform_wrapper .left_label .gfield_label .gfield_required{font-weight:bold;}/*Make mandatory * bold*/

/*--------------------
jQuery UI overrides
---------------------*/
#ui-datepicker-div {z-index:1000 !important;}

/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/
	
		/* post meta */
		.meta {font-size:0.9em; line-height:1.75em; color: #999; margin: 0 0 0.875em 0; }
			.meta time {}
			
		/* post content */
			.post_content p { margin: 0 0 1.5em 0; line-height: 1.5em; }
			.post_content li { margin-bottom: 0.75em; }
			.post_content ul li { list-style-type: disc; }
			
			
			.post_content blockquote { font-style:italic; line-height:1.6em; margin: 1.5em 2.2em; }
			.post_content blockquote:before { font-family:Georgia, serif; content: "“"; font-size:2.75em; text-indent:-.8em; margin-top:.1em; float:left; opacity:.3; } /* this adds the quote before the blockquote */
			
			.post_content dl { margin:1.75em 0 1.75em; }
			.post_content dt { margin-top: 1.25em; font-weight:700; }
			.post_content dd { font-style: italic; margin-top:0.5em; line-height:1.6em; }
			
			.post_content img { margin: 0 0 0 0; max-width: 100%; }
			.alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }
			.alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }
			.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }
			
			.post_content video { margin: 1.5em 0; max-width: 100%; display: block; }
			.post_content object { display: block; margin: 1.5em 0; max-width: 100%; }
			.post_content pre, .post_content code { font-size: 0.9em; line-height: 1.7em; padding: 1em; background: #eee; border: 2px solid #cecece; }
			
			.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; }
			.wp-caption img { border: 0 none; padding: 0; margin: 0; }
			.wp-caption .wp-caption-text { font-size:0.8em; font-style:italic; margin:.6em 0 -.2em; }
			
			.hentry footer { clear: both; margin: 1.5em 0 0; padding-bottom: 2.2em; }
	
	/*Homepage*/
	#formsTopBar{margin:20px 0 10px 0;}
			
	/*Show filter categories button*/	
	.filterBar{margin-bottom:10px;float: left}	
		#FilterFormList:hover{text-decoration:none;}
		#FilterFormList.hideIcon:after{background:transparent url(https://www.redbridge.gov.uk/content/images/icons/16x16/cross.png) no-repeat 0 0;opacity:0.5;right:2px;top:2px;}	
		#FilterFormList:hover:after,
		#FilterFormList.hideicon:hover:after
		{opacity:1;}		
	
	#NoFormsMatching{display:none;}
	
	/*Search form*/
	#container #SearchBoxForms form{position:relative;}

	#container #SearchBoxForms #s:active,
	#container #SearchBoxForms #s:focus{color:#333;}
		
	/*Category list*/
	#CategoryListContainer{display:none;position:relative;}
	#CategoryListContainer span{color:#666;left:5px;position:absolute;top:5px;}
	
	#CategoryList li	a.selected:after
	{
		content:"";		
		background:transparent url(https://www.redbridge.gov.uk/content/images/icons/16x16/OK.png) no-repeat 0 0;
		display:block;
		height:16px;
		opacity:0.8;
		position:absolute;
		top:11px;
		right:5px;
		width:16px;		
	}
	
	/*Forms list*/
	#FormsList .button{margin:0 0 15px 10px;}
	#FormsList .redbridge-link {float: right}
	#FormsList .HomePageListofForms a {color: #0b0c0c }
	
/******************************************************************
MEDIA QUERIES & DEVICE STYLES
To use a responsive design, it's reccomended to use the responsive version of Bones. You can find it on github: https://github.com/eddiemachado/bones-responsive
******************************************************************/
@media only screen and (max-width:480px) {
	/* insert styles here */
	/*Make all grid items the width of the screen*/
body{background-image:none;min-width:320px;}
#container #SearchBoxForms #s {width: 195px;}
#container #SearchBoxForms #submitSearch {font-size: 14px; margin-bottom: 10px;}

.container_12, .container_16{width:320px !important}
.grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16{margin:0 auto;width:320px !important}
#container{width:300px !important;}
#content{padding-bottom:10px;}
#SearchBoxForms{padding-top:10px;}
#SearchBoxForms label{padding-bottom: 10px}
#container #SearchBoxForms #submitSearch {width:70px;}
.filterBar{clear:both;margin-top:10px;padding-top:10px;}

.externalLogos{display:none;}

}

.gpnf-dialog .ui-icon:after {
    content: '\2716\fe0e';
    color: #3498db;
    opacity: .25;
    transition: all ease-in-out .25s;
}

@media only screen and (max-width: 480px) and (min-width: 320px){
	#container .gform_wrapper select {width: 100%}
	#container .gform_wrapper ul li.gfield {overflow: scroll;}
}

@media only screen and (max-width:579px) and (min-width: 481px){
	#content {max-width: 450px;}
	
}

@media only screen and (max-width:679px) and (min-width:580px ){
	#content {max-width: 550px}
	
}
@media only screen and (max-width: 768px) and (min-width:680px) {
	#content {max-width: 650px;}
	
}

@media only screen and (max-width:480px) {
	
	#formsHomeButton {margin-bottom: 10px !important;z-index:20 !important;}
}

/******************************************************************
GDS overrides by Kim
******************************************************************/
	.lbr-header.home-page .container-dr .navbar-form {
		text-align: right !important;
	}
	
	.lbr-header .navbar-brand a:focus, .lbr-header .navbar-brand:focus, .lbr-header.home-page h1:focus, .lbr-header.home-page a:focus {
	box-shadow: 0 0 #fd0;
	background-color: #fd0;
	outline: none !important;
	display: block
}

#wpadminbar .display-name {
	color: #fff
}

.input-group .input-group-btn .btn {
	margin-bottom: 0px !important
}


#content h1, .govuk-heading-l {
    color: #0b0c0c;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.04167;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
}

@media print {
	#content h1, .govuk-heading-l {
        color: #000;
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    #content h1, .govuk-heading-l {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.11111;
    }
}

@media print {
    #content h1, .govuk-heading-l {
        font-size: 24pt;
        line-height: 1.05;
    }
}
@media (min-width: 40.0625em) {
    #content h1, .govuk-heading-l {
        margin-bottom: 50px;
    }
}

#formsTopBar h2, .gform_wrapper.gravity-theme h2, .gform_legacy_markup_wrapper h2, .govuk-heading-m {
	color: #0b0c0c;
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}

@media print {
    #formsTopBar h2, .gform_wrapper.gravity-theme h2, .gform_legacy_markup_wrapper h2, .govuk-heading-m {
        color: #000;
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
   #formsTopBar h2, .gform_wrapper.gravity-theme h2, .gform_legacy_markup_wrapper h2, .govuk-heading-m {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
@media print {
    #formsTopBar h2, .gform_wrapper.gravity-theme h2, .gform_legacy_markup_wrapper h2, .govuk-heading-m {
        font-size: 18pt;
        line-height: 1.15;
    }
}
@media (min-width: 40.0625em) {
    #formsTopBar h2, .gform_wrapper.gravity-theme h2, .gform_legacy_markup_wrapper h2, .govuk-heading-m {
        margin-bottom: 20px;
    }
}

.gform_wrapper.gravity-theme .gform_wrapper h3, .govuk-heading-s {
    color: #0b0c0c;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}

@media print {
   .gform_wrapper.gravity-theme .gform_wrapper h3, .govuk-heading-s {
        color: #000;
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gform_wrapper h3, .govuk-heading-s {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}

@media print {
   .gform_wrapper.gravity-theme .gform_wrapper h3, .govuk-heading-s {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gform_wrapper h3, .govuk-heading-s {
        margin-bottom: 20px;
    }
}

#container p, .govuk-body,
    .govuk-body-m {
    color: #0b0c0c !important;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px;
}
@media print {
#container p, .govuk-body,
    .govuk-body-m {
        color: #000;
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
#container p, .govuk-body,
    .govuk-body-m {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
#container p, .govuk-body,
    .govuk-body-m {
        font-size: 14pt;
        line-height: 1.15;
    }
}
@media (min-width: 40.0625em) {
#container p, .govuk-body,
    .govuk-body-m {
        margin-bottom: 20px;
    }
}

.search-well {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 15px;
    background-color: #f3f2f1;
}

/** @media screen and (max-width: 767px) {.search-well {margin:25px}
}**/

@media (min-width:40.0625em){
#FormsList a:focus { font-size:19px; font-size:1.1875rem; line-height:1.31579 }
}
 
#FormsList a:focus, .redbridge-link:focus, .HomePageListofForms a:focus{ 
	outline: 3px solid rgba(0, 0, 0, 0);
    background-color: #fd0;
    box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    text-decoration: none;}


#FormsList li {
    border-bottom: 1px solid #b1b4b6;
}

.allforms ul li {
	list-style-image: none;
	list-style-type: none;
}

.gf_invisible, .gfield_visibility_hidden {
    left: -9999px;
    position: absolute;
    visibility: hidden;
}

#container .gform_wrapper input[type="text"], 
#container .gform_wrapper input[type="url"], 
#container .gform_wrapper input[type="email"], 
#container .gform_wrapper input[type="tel"], 
#container .gform_wrapper input[type="number"], 
#container .gform_wrapper input[type="password"],
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .ginput_complex input,
.gform_wrapper.gravity-theme input[type=text],
.govuk-input, .gform_limited_date .ginput_container input.gf_dl_datepicker {
	font-family: GDS Transport, arial, sans-serif;
    font-weight: 400;
	font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    width: 100%;
	max-width: 20.5em;
    height: 40px;
    height: 2.5rem;
    margin-top: 0;
    padding: 5px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
@media print {
#container .gform_wrapper input[type="text"], 
#container .gform_wrapper input[type="url"], 
#container .gform_wrapper input[type="email"], 
#container .gform_wrapper input[type="tel"], 
#container .gform_wrapper input[type="number"], 
#container .gform_wrapper input[type="password"], .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme input[type=text], .govuk-input, .gform_limited_date .ginput_container input.gf_dl_datepicker {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
#container .gform_wrapper input[type="text"], 
#container .gform_wrapper input[type="url"], 
#container .gform_wrapper input[type="email"], 
#container .gform_wrapper input[type="tel"], 
#container .gform_wrapper input[type="number"], 
#container .gform_wrapper input[type="password"], .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme input[type=text], .govuk-input, .gform_limited_date .ginput_container input.gf_dl_datepicker {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
#container .gform_wrapper input[type="text"], 
#container .gform_wrapper input[type="url"], 
#container .gform_wrapper input[type="email"], 
#container .gform_wrapper input[type="tel"], 
#container .gform_wrapper input[type="number"], 
#container .gform_wrapper input[type="password"], .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme input[type=text] .govuk-input, .gform_limited_date .ginput_container input.gf_dl_datepicker {
        font-size: 14pt;
        line-height: 1.15;
    }
}
#container .gform_wrapper input[type="text"]:focus, 
#container .gform_wrapper input[type="url"]:focus, 
#container .gform_wrapper input[type="email"]:focus, 
#container .gform_wrapper input[type="tel"]:focus, 
#container .gform_wrapper input[type="number"]:focus, 
#container .gform_wrapper input[type="password"]:focus, .gform_wrapper.gravity-theme .gfield input.large:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .govuk-input:focus, .gf_dl_datepicker:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
}

#container .gform_wrapper select, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .ginput_complex select, .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single  {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
	width: 100%;
	max-width: 20.5em;
    height: 40px;
    height: 2.5rem;
    min-width: 11.5em;
    height: 40px;
    height: 2.5rem;
    padding: 5px;
    border: 2px solid #0b0c0c;
    color: #0b0c0c;
    background-color: #fff !important;
	background: #fff !important
}
@media print {
    #container .gform_wrapper select, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .ginput_complex select, .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span  {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    #container .gform_wrapper select, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .ginput_complex select, .gform_wrapper.gravity-theme selec.gform_wrapper.gravity-theme .chosen-container-single .chosen-single, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span  {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.25;
    }
}
@media print {
    #container .gform_wrapper select, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .ginput_complex select, .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span  {
        font-size: 14pt;
        line-height: 1.25;
    }
}
#container .gform_wrapper select:focus, .gform_wrapper.gravity-theme .gfield select.large:focus, .gform_wrapper.gravity-theme .ginput_complex select:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme .chosen-container-single .chosen-single:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .gfield_list_group_item:before {
		display: block
	}
}

.gform_wrapper.gravity-theme .field_description_above li {
	margin-left: 5px;
}

#container .gform_wrapper .ginput_container textarea, .gform_wrapper.gravity-theme .gfield textarea.large {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    display: block;
    width: 20.5em;
    min-height: 40px;
	margin-bottom: 20px;
    padding: 5px;
    resize: auto;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
}
@media print {
    #container .gform_wrapper .ginput_container textarea, .gform_wrapper.gravity-theme .gfield textarea.large {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    #container .gform_wrapper .ginput_container textarea, .gform_wrapper.gravity-theme .gfield textarea.large {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.25;
    }
}
@media print {
    #container .gform_wrapper .ginput_container textarea, .gform_wrapper.gravity-theme .gfield textarea.large {
        font-size: 14pt;
        line-height: 1.25;
    }
}
@media (min-width: 40.0625em) {
    #container .gform_wrapper .ginput_container textarea, .gform_wrapper.gravity-theme .gfield textarea.large {
        margin-bottom: 30px;
    }
}
#container .gform_wrapper .ginput_container textarea:focus, .gform_wrapper.gravity-theme .gfield textarea.large:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
}

.gform_wrapper.gravity-theme .gfield textarea.large, .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 175px;
}

legend {
	border-bottom: none;
}

.gform_wrapper.gravity-theme .gds-label-l legend, .gform_wrapper.gravity-theme fieldset legend, {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700 !important;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.04167;
    margin-bottom: 15px;
}

@media (min-width: 40.0625em){
.gform_wrapper.gravity-theme .gds-label-l legend, .gform_wrapper.gravity-theme fieldset legend {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.11111;
	font-weight: 700;
	}
}

.gform_wrapper.gravity-theme .gds-address-l legend {
	font-weight: 700 !important;
    margin-bottom: 15px;
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    color: #0b0c0c;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .ginput_complex label, .govuk-label, .gform_wrapper.gravity-theme .gfield_required {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    display: block;
    margin-bottom: 10px;
}

@media print {
    .gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .ginput_complex label, .govuk-label, .gform_wrapper.gravity-theme .gfield_required, {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .ginput_complex label, .govuk-label, .gform_wrapper.gravity-theme .gfield_required, .gform_wrapper.gravity-theme .gfield--input-type-form label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}

@media print {
    .gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .ginput_complex label,  .govuk-label, .gform_wrapper.gravity-theme .gfield_required {
        font-size: 14pt;
        line-height: 1.15;
        color: #000;
    }
}

.gform_wrapper.gravity-theme .gfield_required {
	color: #BD2B0A;
	display: inline-block;
	font-style: normal !important;
	margin-bottom: 0px;
}

.gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label {
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin-bottom: 10px;
	
}

@media print {
   .gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}

@media print {
    .gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label {
        font-size: 14pt;
        line-height: 1.15;
        color: #000;
    }
}

.gform_wrapper.gravity-theme .gfield_description, .govuk-hint, .gp-word-count-label, .addressPickedDisplayOnly, .gform_wrapper.gravity-theme .ginput_product_price_label, .gform_wrapper.gravity-theme .ginput_quantity_label, .gform_wrapper.gravity-theme .ginput_product_price {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #505a5f;
	padding-bottom: 0 !important;
}
@media print {
    .gform_wrapper.gravity-theme .gfield_description, .govuk-hint, .gp-word-count-label, .addressPickedDisplayOnly, .gform_wrapper.gravity-theme .ginput_product_price_label, .gform_wrapper.gravity-theme .ginput_quantity_label, .gform_wrapper.gravity-theme .ginput_product_price {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gfield_description, .govuk-hint, .addressPickedDisplayOnly, .gform_wrapper.gravity-theme .ginput_product_price_label, .gform_wrapper.gravity-theme .ginput_quantity_label, .gform_wrapper.gravity-theme .ginput_product_price {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
   .gform_wrapper.gravity-theme .gfield_description, .govuk-hint, .gp-word-count-label, .addressPickedDisplayOnly, .gform_wrapper.gravity-theme .ginput_product_price_label, .gform_wrapper.gravity-theme .ginput_quantity_label, .gform_wrapper.gravity-theme .ginput_product_price {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
	.gp-word-count-label {
		font-size: 19px;
		font-size: 1.1875rem !important;
        line-height: 1.31579;
	}
}

.gpnf-add-entry-max {
	display: block
}

/*radio*/


.gfield_radio .gchoice {
   font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    padding-left: 40px !important;
    clear: left;
}

@media (min-width: 40.0625em) {
.gfield_radio .gchoice  {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
	}
}

.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input {
        cursor: pointer;
        position: absolute;
        z-index: 1;
        top: 1px;
        left: 1px;
        width: 40px;
        height: 40px;
        margin: 0;
        opacity: 0;
        accent-color: #000;
      }


.gform_wrapper.gravity-theme .gfield_radio label {
    display: inline-block;
    margin-bottom: 3px;
    padding: 8px 15px 5px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

@media (min-width: 40.0625em) {
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
	}
}    
      
      .gform_wrapper.gravity-theme .gfield_radio label:before{
          content: "";
          box-sizing: border-box;
          position: absolute;
          top: 0;
          left: 0;
          width: 42px;
          height: 42px;
          border: 2px solid;
          border-radius: 50%;
          background: rgba(0,0,0,0);
      }
 
 
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:focus+ .gform-field-label:before  {
        border-width:4px;
        outline:3px solid rgba(0,0,0,0);
        outline-offset:1px;
        box-shadow:0 0 0 4px #fd0
      }

.gform_wrapper.gravity-theme .gfield_radio label:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-radius: 50%;
    opacity: 0;
    background: currentcolor;
}

.gform_wrapper.gravity-theme .gfield-choice-input:checked + .gform-field-label:after{
    opacity: 1;
}

/*end of radio*/

/*start of radio with other value*/

.gchoice_other_control {
	margin-top: 4px !important;
    margin-left: 8px !important;
	float: left; 	
}

/*end of radio with other value*/

/*Checkbox*/

.gfield_checkbox .gchoice {
   font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
    clear: left;
}

@media (min-width: 40.0625em) {
.gfield_checkbox .gchoice {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
	}
}

.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input {
        cursor: pointer;
    	position: absolute;
    	z-index: 1;
    	top: -2px;
    	left: -2px;
    	width: 44px;
    	height: 44px;
   	 	margin: 0;
    	opacity: 0;
        accent-color: #000;
      }


.gform_wrapper.gravity-theme .gfield_checkbox label{
    display: inline-block;
    margin-bottom: 0;
    padding: 8px 15px 5px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

@media (min-width: 40.0625em) {
.gform_wrapper.gravity-theme .gfield_checkbox label{
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
	}
}    
      
      .gform_wrapper.gravity-theme .gfield_checkbox label:before {
             content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid;
    background: rgba(0, 0, 0, 0);
      }
 
 
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:focus+ .gform-field-label:before{
        border-width:4px;
        outline:3px solid rgba(0,0,0,0);
        outline-offset:1px;
        box-shadow:0 0 0 4px #fd0
      }

.gform_wrapper.gravity-theme .gfield_checkbox label:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 11px;
    left: 9px;
    width: 23px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid;
    border-width: 0 0 5px 5px;
    border-top-color: rgba(0, 0, 0, 0);
    opacity: 0;
    background: rgba(0, 0, 0, 0);
}

.gform_wrapper.gravity-theme .gfield-choice-input:checked + .gform-field-label:after {
    opacity: 1;
}

/*end of checkbox*/

/*File upload*/

.gform_wrapper.gravity-theme .gfield--input-type-fileupload input{
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    max-width: 100%;
    margin-left: -5px;
    padding: 5px;
	border: none !important;
}

@media (min-width: 40.0625em){
.gform_wrapper.gravity-theme .gfield--input-type-fileupload input, .gfield_fileupload_filename, .gfield_fileupload_percent {
	font-family: GDS Transport, arial, sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
	}
}

.gform_wrapper.gravity-theme .gfield--input-type-fileupload input:focus {
    outline: 3px solid #fd0;
    box-shadow: inset 0 0 0 4px #0b0c0c;
}

.gfield--type-fileupload label {
	margin-top: 15px;
	
}

.ginput_container_fileupload input {
  border: none !important
}

.gform_wrapper.gravity-theme .ginput_preview {
	border-bottom: 1px solid #b1b4b6;
	display: flex
}

.gfield_fileupload_progress_complete {
	margin-top: 10px
}

.gform_wrapper.gravity-theme .gform_delete_file{
	float: right;
	color: #BE0071;
	margin-left: auto
}

@media (min-width: 40.0625em) {
.gfield_fileupload_filename {
	font-family: GDS Transport, arial, sans-serif;
	display: table-cell;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
	word-wrap: break-word;
    overflow-wrap: break-word;
	}
}

@media (min-width: 40.0625em) {
	.gform_wrapper.gravity-theme .gform_drop_area {
		font-size: 19px;
        font-size: 1.1875rem !important;
        line-height: 1.31579;
    }
}
	
.gform_wrapper.gravity-theme .gform_drop_area {
	text-align: left;
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    max-width: 100%;
    margin-left: -5px;
	margin-bottom: 0px; 
    padding: 5px;
	background: none; 
    border: none;
 }

@media (min-width: 40.0625em) {
	.gform_wrapper.gravity-theme .gform_drop_instructions {
		font-size: 19px;
        font-size: 1.1875rem !important;
        line-height: 1.31579;
    }
}
	
.gform_wrapper.gravity-theme .gform_drop_instructions  {
	font-family: GDS Transport, arial, sans-serif;
	display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
	word-wrap: break-word;
    overflow-wrap: break-word;
	}
}

@media (min-width: 40.0625em) {
    .gform_button_select_files {
        font-size: 19px;
        font-size: 1.1875rem !important;
        line-height: 1.31579;
    }
}

.gform_button_select_files {
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1.25;
    color: #0b0c0c;
    max-width: 100%;
    margin-left: -5px;
    padding: 5px;
	
}	

.gform_button_select_files:focus {
    border-color: #fd0;
    color: #0b0c0c;
    background-color: #fd0 !important;
    box-shadow: 0 2px 0 #0b0c0c !important;
}
	@media (min-width: 40.0625em) {
	.gform_wrapper.gravity-theme .gfield_fileupload_filesize {
        font-size: 19px;
        font-size: 1.1875rem !important;
        line-height: 1.31579;
    }
}

.gform_wrapper.gravity-theme .gfield_fileupload_filesize {
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1.25;
    max-width: 100%;
    padding-top: 11px;
    padding-right: 10px;
}

/*End of file upload*/

/*Address*/

@media (min-width: 641px) {
	.gform_wrapper.gravity-theme .ginput_container_address span{
		margin-right: 8px
	}
}

.ginput_address_zip input[type="text"] {
	max-width: 11.5em !important
}

@media (min-width: 641px) {
    .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 641px) {
    .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
        padding-right: 0;
    }
}

/*end of Address*/

/*start of Redbridge address picker*/

.gform_redi_address {
	background-color: #F3F2F1;
    padding: 15px;
	margin-bottom: 30px;
	width: 75%
}

.gform_redi_address input {
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    width: 100%;
	max-width: 20.5em !important;
    height: 40px;
    height: 2.5rem;
    margin-top: 0;
	margin-bottom: 15px;
    padding: 5px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

@media (min-width: 40.0625em) {
    .gform_redi_address input {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}

.gform_redi_address input:focus {
	outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
}

.gform_redi_address label {
	font-weight: 700 !important
}

body .gform_wrapper .findAddress {
	background-color: #BE0071 !important;
    box-shadow: none;
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1875;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 3px 22px;
    padding: 8px 10px 7px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
}

@media (min-width: 40.0625em) {
    body .gform_wrapper .findAddress  {
        margin-bottom: 32px;
        width: auto;
    }
}

@media (min-width: 40.0625em) {
    body .gform_wrapper .findAddress  {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1;
    }
}

body .gform_wrapper .findAddress:focus {
	border-color: #fd0;
    color: #0b0c0c;
    background-color: #fd0 !important;
    box-shadow: 0 2px 0 #0b0c0c;
}

body .gform_wrapper .addressListHolder {
	border: solid 1px #999;
    height: 300px;
    overflow: auto !important;
    position: relative;
	
}

.gform_wrapper.gravity-theme .rediPostcodePicker .addressListHolder ul {
	-webkit-padding-start: 2px;
}

body .gform_wrapper .rediPostcodePicker .addressListHolder ul li {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	
}

body .gform_wrapper .rediPostcodePicker .addressListHolder li {
	
	background-color: #fff;
    border-bottom: solid 1px #ccc;
    display: block;
    line-height: 1.2em;
    padding: 7px 9px;
    position: relative;
}

body .gform_wrapper .addressListHolder li a.item {
	font-family: GDS Transport, arial, sans-serif;
	background-color: #fff;
    border-bottom: solid 1px #ccc;
    display: block;
    line-height: 1.2em;
    padding: 7px 9px;
    position: relative;
	color: #BE0071;
	
}

/*end of Redbridge address picker*/

/*Date inputs*/

.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex .gfield_date_day input, .gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex .gfield_date_month input,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date .gfield_date_day input,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date .gfield_date_month input,  {
	max-width: 65px !important;
	min-width: 25px !important;
	margin-right: 55px
}

.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex .gfield_date_day input:focus, .gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex .gfield_date_month input:focus,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date .gfield_date_day input:focus,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date .gfield_date_month input:focus,
.gform_wrapper.gravity-theme .ginput_container_date input:focus {
	outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
}

/*end of date input */

.gform_wrapper.gravity-theme .ginput_container--name  {
	display: block !important
}


/*time input*/

.gform_wrapper.gravity-theme .ginput_container_time input{
	max-width: 65px !important;
	min-width: 0px !important
}

.gform_wrapper.gravity-theme .ginput_container_time input:focus {
	outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
}

.gform_wrapper.gravity-theme .gfield_time_ampm select {
	max-width: 65px !important;
	min-width: 0px !important
}


/*end of Time input*/

@media (min-width: 40.0625em){
.gform_wrapper.gravity-theme .gfield_header_item  {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
	font-family: GDS Transport, arial, sans-serif;
	}
}

.gsection_title {
	 color: #0b0c0c;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
    .gsection_title {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.gsection_title--visible {
    border-bottom: 1px solid #b1b4b6;
}

.multi-select-container {
    display: inline-block;
    position: relative;
    width: 200px;
}

.multi-select-button {
    position: relative;
    top: 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    cursor: default;
    font-family: GDS Transport, arial, sans-serif;
    font-size: 1.1875rem;
    line-height: 1.25;
    box-sizing: border-box;
    min-width: 11.5em;
    max-width: 100%;
    height: 40px;
    height: 2.5rem;
    padding: 5px;
    border: 2px solid #0b0c0c;
    color: #0b0c0c;
    background-color: #fff;
    text-decoration: none;
}

.multi-select-button:focus {
    outline: 3px solid #fd0;
    outline-offset: 1px;
    border: 3px solid #000;
    border-bottom: 2px solid #000;
    background-color: #fff;
}

.multi-select-menu {
    position: absolute;
    left: -219px;
    top: 30px;
    z-index: 1;
    float: left;
    width: 300px;
    min-width: auto;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 6px;
}

.multi-select-menu ul {
    list-style-type: none;
    padding-left: 10px;
    width: auto;
}

.multi-select-menu ul li {
    font-size: 14px;
	list-style-image: none;
}

.multi-select-menu ul li a{
	font-size: 19px;
	margin-left: -25px;
	color: #2C2B2B;
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.multi-select-menu ul.parentul li label {
    font-weight: bold;
}

.multi-select-menu label.govuk-label {
    font-size: 19px;
}
	
#FilterFormList{text-decoration: none}
#FilterFormList:hover{text-decoration:none;}
#FilterFormList:after
	{		
		content:"";		
		background:transparent url(https://www.redbridge.gov.uk/discover/images/discover/droparrow.png) no-repeat 0 0;
		display:block;
		height:16px;
		position:relative;
		top:3px;
		width:30px;
		float: right
	}
	
	.filterBar a  {
	color: #0b0c0c !important;
}

@media (max-width: 59.9em){
#SearchBoxForms .govuk-button {
    margin-top: 15px;
    width: 75%;
    margin-right: 15px;
	}
}

.gform_legacy_markup_wrapper .gform_page_footer {
	border: none
}

.gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input, .govuk-button, input[type=submit] {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1875;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 22px;
    padding: 10px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff;
    background-color: #BE0071;
    box-shadow:none;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
}
@media print {
    .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input, .govuk-button, input[type=submit] {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input, .govuk-button, input[type=submit] {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1;
    }
}
@media print {
    .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input, .govuk-button, input[type=submit] {
        font-size: 14pt;
        line-height: 19px;
    }
}
@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input, .govuk-button, input[type=submit] {
        margin-bottom: 32px;
        width: auto;
    }
}
.gform_wrapper.gravity-theme .gform_page_footer button:active, .gform_wrapper.gravity-theme .gform_page_footer input:active, .govuk-button:active, input[type=submit]:active, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button:active .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover, .govuk-button:hover, input[type=submit]:hover, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button:hover .gform_wrapper.gravity-theme .gform_page_footer button:link, .gform_wrapper.gravity-theme .gform_page_footer input:link, .govuk-button:link. input[type=submit]:link, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button:link .gform_wrapper.gravity-theme .gform_page_footer button:visited, .gform_wrapper.gravity-theme .gform_page_footer input:visited, .govuk-button:visited, input[type=submit]:visited {
    color: #fff;
    text-decoration: none;
}
.gform_wrapper.gravity-theme .gform_page_footer button::-moz-focus-inner, .gform_wrapper.gravity-theme .gform_page_footer input::-moz-focus-inner, .govuk-button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover, .govuk-button:hover, input[type=submit]:hover {
    background-color: #99005C;
}
.gform_wrapper.gravity-theme .gform_page_footer button:active, .gform_wrapper.gravity-theme .gform_page_footer input:active, .govuk-button:active, input[type=submit]:active, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button:active {
    top: 2px;
}
.gform_wrapper.gravity-theme .gform_page_footer button:focus, .gform_wrapper.gravity-theme .gform_page_footer input:focus, .govuk-button:focus, input[type=submit]:focus {
    border-color: #fd0;
    outline: 3px solid rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 1px #fd0;
	text-decoration: none;
}
.gform_wrapper.gravity-theme .gform_page_footer button:focus:not(:active):not(:hover), .gform_wrapper.gravity-theme .gform_page_footer input:focus:not(:active):not(:hover), .govuk-button:focus:not(:active):not(:hover), input[type=submit]:focus:not(:active):not(:hover) {
    border-color: #fd0;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 2px 0 #0b0c0c;
}
.gform_wrapper.gravity-theme .gform_page_footer button;before, .gform_wrapper.gravity-theme .gform_page_footer input:before, .govuk-button:before, input[type=submit]:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -4px;
    left: -2px;
    background: rgba(0, 0, 0, 0);
}
.gform_wrapper.gravity-theme .gform_page_footer button:active:before, .gform_wrapper.gravity-theme .gform_page_footer input:active:before, .govuk-button:active:before, input[type=submit]:active:before {
    top: -4px;
}
.govuk-button--disabled,
.gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input[disabled="disabled"],
.govuk-button[disabled="disabled"], input[type=submit][disable="disabled"] {
    opacity: 0.5;
}
.govuk-button--disabled:hover,
.govuk-button[disabled="disabled"]:hover,
.govuk-button[disabled]:hover {
    background-color: #00703c;
    cursor: default;
}
.govuk-button--disabled:active,
.govuk-button[disabled="disabled"]:active,
.govuk-button[disabled]:active {
    top: 0;
    box-shadow: 0 2px 0 #002d18;
}

.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    display: block;
    position: relative;
	color: #0b0c0c;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 14px;
	background: transparent;
}

@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
        font-size: 14pt;
        line-height: 1.2;
        font-family: sans-serif;
    }
}

.gform_wrapper.gravity-theme .gform_previous_button.button:focus, .gform_wrapper.gravity-theme .gform_save_link.button:focus {
    outline: 3px solid rgba(0, 0, 0, 0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0, 0 4px #0b0c0c !important;
    text-decoration: none;
	margin-left: 8px
}

.gform_wrapper.gravity-theme .gform_previous_button.button:link,
.gform_wrapper.gravity-theme .gform_previous_button.button:visited, .gform_wrapper.gravity-theme .gform_save_link.button:link, .gform_wrapper.gravity-theme .gform_save_link.button:visited {
    color: #0b0c0c;
}

@media print {
    .gform_wrapper.gravity-theme .gform_previous_button.button:link,
    .gform_wrapper.gravity-theme .gform_previous_button.button:visited, .gform_wrapper.gravity-theme .gform_save_link.button:link, .gform_wrapper.gravity-theme .gform_save_link.button:visited {
        color: #000;
    }
}

.gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button.button:hover, .gform_wrapper.gravity-theme .gform_save_link.button:hover {
    outline: 3px solid rgba(0, 0, 0, 0);
    color: #0b0c0c;
	background-color: #fd0;
	text-decoration: underline;
	box-shadow: 0 -2px #fd0, 0 4px #0b0c0c !important;
    text-decoration: none;
	margin-left: 8px
}

.gform_wrapper.gravity-theme .gform_previous_button.button:active,
.gform_wrapper.gravity-theme .gform_previous_button.button:focus, .gform_wrapper.gravity-theme .gform_save_link.button:active, .gform_wrapper.gravity-theme .gform_save_link.button:focus {
    color: #0b0c0c;
}

@media print {
    .gform_wrapper.gravity-theme .gform_previous_button.button:active,
    .gform_wrapper.gravity-theme .gform_previous_button.button:focus, .gform_wrapper.gravity-theme .gform_save_link.button:active, .gform_wrapper.gravity-theme .gform_save_link.button:focus {
        color: #000;
    }
}

.gform_wrapper.gravity-theme .gform_save_link.button{
	color: #0b0c0c;
	opacity: 1;
	margin-left: 0px !important;
	
}
.gform_wrapper.gravity-theme .gform_save_link.button svg{
	margin-right: -20px;
    visibility: hidden;
}

.gform_last_page_button {
	visibility: hidden !important;
}

/*.gform_wrapper.gravity-theme .gform_previous_button.button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 7px;
    height: 7px;
    margin: auto 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border: solid;
    border-width: 1px 1px 0 0;
    border-color: #505a5f;
	margin-left: 6px;
	margin-top: 50px;
	background:transparent;
}
.gform_wrapper.gravity-theme .gform_previous_button.button:focus:before {
    border-color: #0b0c0c;
}
.gform_wrapper.gravity-theme .gform_previous_button.button:after {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    bottom: -14px;
    left: 0;
}*/
	
/*Steps and Progress bar*/

.gform_legacy_markup_wrapper .gf_page_steps {
	border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
}

.gform_wrapper.gravity-theme .gf_step_active  {
	text-decoration: none !important;	
}

.gform_wrapper.gravity-theme .gf_step_active .gf_step_label {
	font-weight: 700;
}

.gform_wrapper.gravity-theme .gf_step {
    position: relative;
    padding-left: 25px;
    padding-right: 0px;
}

/**.gform_wrapper.gravity-theme .gf_step {
	text-decoration: underline #1d70b8;	
	
}**/

.gform_wrapper.gravity-theme .gf_step {
    display: block; 
    margin: 8px 32px 8px 0;
	opacity: 1 !important
	
}

.gform_wrapper.gravity-theme .gf_step_label:before {
	content: "—";
    position: absolute;
    left: 0px;
    width: 20px;
    overflow: hidden;
	color: #0b0c0c !important;
	text-decoration: none !important;
	font-weight: 400
}

.gform_wrapper.gravity-theme .gf_step_label {
    color: #1d70b8;
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    margin: 0;
    padding: 0;
    list-style-type: none;
	
}

@media (min-width: 40.0625em){
.gform_wrapper.gravity-theme .gf_step_label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
	}
}

.gform_wrapper.gravity-theme .gf_step_number {
	display: none;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
	display: none
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage {
	height: 15px
}

.gform_wrapper.gravity-theme .gf_progressbar {
	margin-top: -15px;
	margin-bottom: 50px
}

/*Consent*/
.gform_wrapper.gravity-theme .gfield--type-consent {
	padding: 10px 10px 10px 35px;
    background: #D2E2F1;
    margin-bottom: 30px;
    display: block;
	line-height: 18px;
	height: auto;
	width: auto;
	
}

@media (min-width: 40.0625em) {
.gform_wrapper.gravity-theme .gfield--type-consent {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
	}
}

.gform_wrapper.gravity-theme .gfield_consent_description {
	border: none;
	overflow-y: hidden;
	max-height: fit-content;
}

.gform_wrapper.gravity-theme .gds_consent legend, .govuk-fieldset__legend--m{
	padding-top: 50px;
	font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111;

}

@media print {
    .gform_wrapper.gravity-theme .gds_consent legend, .govuk-fieldset__legend--m {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gds_consent legend, .govuk-fieldset__legend--m {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
@media print {
    .gform_wrapper.gravity-theme .gds_consent legend, .govuk-fieldset__legend--m {
        font-size: 18pt;
        line-height: 1.15;
    }
}

.gform_wrapper.gravity-theme .gds_consent label{
    display: inline-block;
    margin-bottom: 0;
    padding: 8px 15px 5px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

@media (min-width: 40.0625em) {
.gform_wrapper.gravity-theme .gds_consent label{
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
	}
}         
.ginput_container_consent input[type="checkbox"] {
	accent-color: #000;
	width: 30px;
	height: 30px;
	display: block;
	
}

@media (min-width: 40.0625em) {
	.ginput_container_consent input[type="checkbox"] {
		accent-color: #000
	}
}



.ginput_container_consent input[type=checkbox]:focus, input[type=checkbox]:focus {
	border-width: 4px;
    outline: 3px solid rgba(0, 0, 0, 0);
    outline-offset: 1px;
    box-shadow: 0 0 0 3px #fd0;
}

/*.ginput_container_consent input[type=checkbox]:before, .gform_wrapper.gravity-theme .gds_consent input[type=checkbox]:before {
	accent-color: #fff;
	color: #000;
}*/

     /* .gform_wrapper.gravity-theme .gds_consent label:before, .gform_wrapper.gravity-theme .gds_consent label:before {
             content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid;
    background: rgba(0, 0, 0, 0);
      }*/
 
 
/*.ginput_container_consent input[type=checkbox]:focus+ .gform_wrapper.gravity-theme .gds_consent label:before,  {
        border-width:4px;
        outline:3px solid rgba(0,0,0,0);
        outline-offset:1px;
        box-shadow:0 0 0 4px #fd0
      }

.ginput_container_consent .gform_wrapper.gravity-theme .gds_consent label:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 11px;
    left: 9px;
    width: 23px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid;
    border-width: 0 0 5px 5px;
    border-top-color: rgba(0, 0, 0, 0);
    opacity: 0;
    background: rgba(0, 0, 0, 0);
}

.ginput_container_consent input[type=checkbox]:checked + .gform_wrapper.gravity-theme .gds_consent label:after {
    opacity: 1;
}*/

/*Start of error styling*/

.gform_wrapper.gravity-theme .gform_validation_errors, .govuk-error-summary {
    color: #0b0c0c;
    padding: 15px;
    margin-bottom: 30px;
    border: 5px solid #d4351c;
}
@media print {
    .gform_wrapper.gravity-theme .gform_validation_errors, .govuk-error-summary {
        color: #000;
    }
}
@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gform_validation_errors, .govuk-error-summary {
        padding: 20px;
        margin-bottom: 50px;
    }
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus, .govuk-error-summary:focus {
    outline: 3px solid #fd0;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2, .govuk-error-summary__title {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111;
    margin-top: 0;
    margin-bottom: 15px;
	color: #0b0c0c
}

@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gform_validation_errors>h2, .govuk-error-summary__title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .gform_wrapper.gravity-theme .gform_validation_errors>h2, .govuk-error-summary__title {
        font-family: sans-serif;
    }
}
@media print {
   .gform_wrapper.gravity-theme .gform_validation_errors>h2, .govuk-error-summary__title {
        font-size: 18pt;
        line-height: 1.15;
    }
}
@media (min-width: 40.0625em) {
   .gform_wrapper.gravity-theme .gform_validation_errors>h2, .govuk-error-summary__title {
        margin-bottom: 20px;
    }
}
.gform_wrapper.gravity-theme .gform_validation_errors>ol, .govuk-error-summary__body {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}
@media print {
    .gform_wrapper.gravity-theme .gform_validation_errors>ol, .govuk-error-summary__body {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gform_validation_errors>ol, .govuk-error-summary__body {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
    .gform_wrapper.gravity-theme .gform_validation_errors>ol, .govuk-error-summary__body {
        font-size: 14pt;
        line-height: 1.15;
    }
}
.govuk-error-summary__list {
    margin-top: 0;
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_validation_errors>ol li{
	list-style-type: none !important;
	padding-left: 0px !important;
	margin: 0 -15px 10px !important
}
.gform_wrapper.gravity-theme .gform_validation_errors>ol a, .govuk-error-summary__list a {
    font-weight: 700;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111;
    text-decoration: underline;
}
@media print {
   .gform_wrapper.gravity-theme .gform_validation_errors>ol a, .govuk-error-summary__list a {
        font-family: sans-serif;
    }
}
.gform_wrapper.gravity-theme .gform_validation_errors>ol a:focus, .govuk-error-summary__list a:focus {
    outline: 3px solid rgba(0, 0, 0, 0);
    background-color: #fd0;
    box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    text-decoration: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors>ol a:link, .govuk-error-summary__list a:link,
.gform_wrapper.gravity-theme .gform_validation_errors>ol a:visited, .govuk-error-summary__list a:visited {
    color: #d4351c;
}
.gform_wrapper.gravity-theme .gform_validation_errors>ol a:hover, .govuk-error-summary__list a:hover {
    color: #942514;
}
.gform_wrapper.gravity-theme .gform_validation_errors>ol a:active, .govuk-error-summary__list a:active {
    color: #d4351c;
}
.gform_wrapper.gravity-theme .gform_validation_errors>ol a:focus, .govuk-error-summary__list a:focus {
    color: #0b0c0c;
}

.gform_wrapper.gravity-theme .gfield_error, .govuk-form-group--error {
    padding-left: 15px;
    border-left: 5px solid #d4351c;
}

.gform_wrapper.gravity-theme .gfield_error label {
	color: #0b0c0c
}

.gform_wrapper.gravity-theme .gfield_error legend {
	color: #0b0c0c
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .govuk-error-message {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    clear: both;
    color: #d4351c;
	border: none;
	background-color: transparent;
	padding: 0px
}
@media print {
    .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .govuk-error-message {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .govuk-error-message {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
    .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .govuk-error-message {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 2px solid #d4351c !important;
}

/*end of error styling*/

/*Start of nested forms*/

.gpnf-modal .gpnf-modal-header  {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
    display: block;
    margin-bottom: 10px;
	background-color: #BE0071 !important;
	align-content;
	padding: 20px
}

@media (min-width: 40.0625em) {
   .gpnf-modal .gpnf-modal-header  {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}

.tingle-modal-box__footer {
	text-align: left;
}

.gpnf-modal .tingle-btn--primary {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1875;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff;
    background-color: #BE0071 !important;
    box-shadow: none;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
}

@media (min-width: 40.0625em) {
	.gpnf-modal .tingle-btn--primary {
		width: auto;
    }
}

@media (min-width: 40.0625em) {
    .gpnf-modal .tingle-btn--primary {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1;
    }
}

.gpnf-modal .tingle-btn--primary:focus, .tingle-btn--default:focus, .tingle-btn--danger:focus {
	border-color: #fd0;
    color: #0b0c0c !important;
    background-color: #fd0 !important;
    box-shadow: 0 2px 0 #0b0c0c;
	border-radius: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.tingle-btn--default, .tingle-btn--danger {
	font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    display: block;
    position: relative;
    color: #0b0c0c;
    padding-left: 14px;
    background: transparent !important;
}

@media (min-width: 40.0625em) {
	.tingle-btn--default, .tingle-btn--danger {
		width: auto;
    }
}

@media (min-width: 40.0625em) {
    .tingle-btn--default, .tingle-btn--danger {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1;
    }
}

.gpnf-modal-4-1 .tingle-btn--danger {
	color: #c00;
}

.gform_wrapper.gravity-theme .gfield--type-consent label {
	font-family: GDS Transport, arial, sans-serif;
	display: block;
	margin: -40px 0px 10px 30px;
    padding: 8px 15px 5px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	font-weight: 700
}

@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gfield--type-consent label{
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}

.gform_wrapper.gravity-theme .gfield--type-consent legend {
    padding-top: 80px;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111
}

@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gfield--type-consent legend {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.gpnf-add-entry {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: auto;
    margin: 5px 0 22px;
    padding: 8px 10px 7px;
    border: 2px solid transparent;
    border-radius: 0;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
}

@media (min-width: 40.0625em) {
   .gpnf-add-entry {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1;
    }
}

.gpnf-add-entry  {
    background-color: #f3f2f1;
    box-shadow: 0 2px 0 #929191;
}
.gpnf-add-entry,
.gpnf-add-entry:active,
.gpnf-add-entry:hover,
.gpnf-add-entry:link,
.gpnf-add-entry:visited {
    color: #0b0c0c;
}
.gpnf-add-entry:hover {
    background-color: #dbdad9;
}
.gpnf-add-entry:hover[disabled] {
    background-color: #f3f2f1;
}

.gpnf-add-entry:focus:not(:active):not(:hover) {
    border-color: #fd0;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 2px 0 #0b0c0c;
}

.gpnf-nested-entries, .govuk-table {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}
@media print {
    .gpnf-nested-entries, .govuk-table {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .gpnf-nested-entries th, .gpnf-nested-entries, .govuk-table {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
    .gpnf-nested-entries, .govuk-table {
        font-size: 14pt;
        line-height: 1.15;
        color: #000;
    }
}
@media (min-width: 40.0625em) {
    .gpnf-nested-entries, .govuk-table {
        margin-bottom: 30px;
    }
}

.gpnf-nested-entries th, .govuk-table__header, .gpnf-nested-entries, .gpnf-nested-entries td, .govuk-table__cell, {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #b1b4b6;
    text-align: left;
    vertical-align: top;
	padding: 15px
}

.gpnf-nested-entries tbody tr:last-child td {
	border-bottom: 1px solid #b1b4b6;
}

table thead tr th .gpnf-nested-entries th, .govuk-table__header {
    font-weight: 700;
}

table thead tr th, .gpnf-nested-entries th, table tr:nth-child(even) {
	color: #0b0c0c;
	background-color: #fff !important;
	padding: 15px;
	border-bottom: 1px solid #b1b4b6;
	vertical-align: top
}

table th, table td, .gpnf-nested-entries {
    border: none;
}

.govuk-table__cell {
	font-weight: 400;
}

.gform_wrapper.gravity-theme .gfield--input-type-form label, .govuk-table__caption--m {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111;
    margin-bottom: 15px;
	color: #0b0c0c;
	font-weight: 700;
}

@media (min-width: 40.0625em) {
    .gform_wrapper.gravity-theme .gfield--input-type-form label, .govuk-table__caption--m {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}

@media print {
   .gform_wrapper.gravity-theme .gfield--input-type-form label, .govuk-table__caption--m {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
   .govuk-table__caption--m {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
@media print {
   .gform_wrapper.gravity-theme .gfield--input-type-form label, .govuk-table__caption--m {
        font-size: 18pt;
        line-height: 1.15;
    }
}

.gform_wrapper.gravity-theme .gfield_list_icons button:focus {
	outline: 3px solid #fd0;
    color: #0b0c0c;
	border: 2px solid !important;
	border-radius: 8px;
    box-shadow: 0 2px 0 #0b0c0c !important;
}

/*End of nested forms*/

/*Start of confirmation message styling*/

.govuk-panel {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 35px;
    border: 5px solid rgba(0, 0, 0, 0);
    text-align: center;
}
@media print {
    .govuk-panel {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-panel {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
    .govuk-panel {
        font-size: 14pt;
        line-height: 1.15;
    }
}
@media (max-width: 40.0525em) {
    .govuk-panel {
        padding: 10px;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}
.govuk-panel--confirmation {
    color: #fff;
    background: #00703c;
}
@media print {
    .govuk-panel--confirmation {
        border-color: currentcolor;
        color: #000;
        background: none;
    }
}
.govuk-panel__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.09375;
	color: #fff !important;
}
@media print {
    .govuk-panel__title {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-panel__title {
        font-size: 48px;
        font-size: 3rem !important;
        line-height: 1.04167 !important;
    }
}
@media print {
    .govuk-panel__title {
        font-size: 32pt;
        line-height: 1.15;
    }
}
.govuk-panel__title:last-child {
    margin-bottom: 0;
}
.govuk-panel__body {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.04167;
}
@media print {
    .govuk-panel__body {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-panel__body {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.11111;
    }
}
@media print {
    .govuk-panel__body {
        font-size: 24pt;
        line-height: 1.05;
    }
}

/*End of confirmation message styling*/

/*Start of lists*/

.govuk-list {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    list-style-type: none;
	color: #0b0c0c;
}
@media print {
    .govuk-list {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-list {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
    .govuk-list {
        font-size: 14pt;
        line-height: 1.15;
        color: #000;
    }
}
@media (min-width: 40.0625em) {
    .govuk-list {
        margin-bottom: 20px;
    }
}
.govuk-list .govuk-list {
    margin-top: 10px;
}
.post_content li, .govuk-list > li {
    margin-bottom: 5px;
}
.post_content ul li, .govuk-list--bullet {
    list-style-image: none !important;
	color: #0b0c0c;
}
.post_content ul li, .govuk-list--number {
    list-style-type: disc;
}
.post_content ul li, .govuk-list--bullet > li,
.post_content ul li, .govuk-list--number > li {
    margin-bottom: 0;
}
@media (min-width: 40.0625em) {
    .post_content ul li, .govuk-list--bullet > li,
    .post_content ul li, .govuk-list--number > li {
        margin-bottom: 5px;
    }
}
.govuk-list--spaced > li {
    margin-bottom: 10px;
}
@media (min-width: 40.0625em) {
    .govuk-list--spaced > li {
        margin-bottom: 15px;
    }
}

/*End of lists*/

/*start of calendar picker widget for date limiter*/

.ui-datepicker {
    width: 18em;
    padding: 0px;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff 50% top repeat-x;
    color: #333;
}

.ui-widget {
    font-family: GDS Transport, arial, sans-serif;
    font-size: 1.1em;
	text-align: center
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 10px 0px;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-widget-header {
    border: 1px solid silver;
    background: #BE0071;
    font-weight: bold;
}

.ui-helper-clearfix {
    display: block;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-widget-header .ui-icon {
    background-image: url(../lbrbones/library/images/jq_ui/ui-icons_ffffff_256x240.png);
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/jq_ui/ui-icons_222222_256x240.png);
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker-prev, .ui-datepicker-next {
	color: #fff
}


.ui-datepicker-title select {
	 font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: auto;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 3px;
}

@media print {
    .ui-datepicker-title select {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .ui-datepicker-title select {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}

.ui-helper-clearfix {
    display: block;
}

.ui-datepicker table {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 100%;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 .4em;
    border-collapse: collapse
}
@media print {
    .ui-datepicker table {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .ui-datepicker table {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}

.ui-datepicker th, .ui-datepicker td {
	padding: 10px
}

.lbr-header .skip:focus {    
	outline: 3px solid #fd0;
    outline-offset: 0;
    background-color: #fd0;
	color: #0b0c0c
}

    
/*end of calendar picker widget for date limiter*/

/*End of Kim overrides*/
	
/* START Privacy Policy - Nadeem */
      /*.govuk-notification-banner__title { color:#0b0c0c; background-color: #D2E2F1; padding: 10px }
      .notify-close { font-size: 1.2em; color: #fff; font-weight: 400; font-size: 21px; float: right; display:none }
        .notify-close a.redbridge-link { color: #fff; text-decoration: none; font-size: 24px; position: relative; top: -2px; left: 14px; }*/

#container .privacy_notice {background-color: #D2E2F1; margin-bottom: 0px !important; padding: 10px 25px !important}

        @media (min-width: 40.0625em) {
          .govuk-notification-banner__content { padding: 10px 20px 0px 20px; border:5px solid #D2E2F1; margin-bottom: 50px; }
          .govuk-notification-banner__content>* { max-width: 100%; }
        }
/* END Privacy Policy - Ki-deem 17/01/2018*/

/******************************************************************
Redbridge GDS overrides by Nadeem 
******************************************************************/

.redbridge-link, .information-link { font-size:16px; font-size:1rem; line-height:1.25;font-family: GDS Transport,arial,sans-serif; -webkit-font-smoothing: antialiased; font-weight: 400; -moz-osx-font-smoothing:grayscale; text-decoration:underline; position:relative}
.redbridge-link-s { font-size: 16px; font-size: 1rem; line-height: 1.25; color:#BE0071}

@media (min-width:40.0625em){
  .redbridge-link, .information-link, a { font-size:19px; font-size:1.1875rem; line-height:1.31579 }
}
@media print{
  .redbridge-link, a, .information-link { font-size:14pt; line-height:1.15; color:#000; font-family:sans-serif}
}
.redbridge-link-s:focus, .redbridge-link:focus, .information-link:focus, a:focus { outline:3px solid rgba(0,0,0,0); color:#BE0071; background-color:#fd0; box-shadow:0 -2px #fd0,0 4px #0b0c0c; text-decoration:none }
.redbridge-link-s:link, .redbridge-link-s:visited, .redbridge-link:link,.redbridge-link:visited, .information-link:link, .information-link:visited, a:link, a:visited { color:#BE0071 }
@media print{
  .redbridge-link:link,.redbridge-link:visited, .information-link:link, .information-link:visited, a:link, a:visited { color:#BE0071 }
}
.redbridge-link:hover, .information-link:hover, a:hover { color:#BE0071 }
.redbridge-link:active,.redbridge-link:focus, .information-link:active, .information-link:focus, a:active, a:focus { color:#BE0071 }
@media print{
  .redbridge-link:active,.redbridge-link:focus, .information-link:active, .information-link:focus, a:active, a:focus { color:#BE0071 }
}


.govuk-button, .btn.btn-primary {
    background-color: #BE0071;
    box-shadow: none;
}

.govuk-button:hover, .btn-primary:hover {
    background-color: #99005C;
}

.govuk-button:focus, .btn-primary:focus {
    border-color: #fd0;
    outline: 3px solid rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 1px #fd0;
}
.govuk-button:focus:not(:active):not(:hover), .btn-primary:focus:not(:active):not(:hover) {
    border-color: #fd0;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 2px 0 #0b0c0c;
}

.govuk-button.govuk-button--secondary {
    background-color: #f3f2f1 !important;
	color: #0b0c0c !important;
    box-shadow: 0 2px 0 #929191 !important;
	float: right;
}

.govuk-button.govuk-button--secondary:focus {
    border-color: #fd0;
    color: #0b0c0c;
    background-color: #fd0 !important;
    box-shadow: 0 2px 0 #0b0c0c !important;
}

.govuk-link, .app-prose-scope a {
    text-underline-offset: 0.1em;
}

.govuk-inset-text {
	border-left: 10px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #80B2E0;
	
}



/******************************************************************
GDS Styles from govuk-frontend-4.3.1.min.css
******************************************************************/
.govuk-template__body {
    margin: 0;
    background-color: #fff;
}

.govuk-width-container {
    max-width: 960px;
    margin-right: 15px;
    margin-left: 15px;
}
@supports (margin: max(calc(0px))) {
    .govuk-width-container {
        margin-right: max(15px, calc(15px + env(safe-area-inset-right)));
        margin-left: max(15px, calc(15px + env(safe-area-inset-left)));
    }
}
@media (min-width: 40.0625em) {
    .govuk-width-container {
        margin-right: 30px;
        margin-left: 30px;
    }
    @supports (margin: max(calc(0px))) {
        .govuk-width-container {
            margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
            margin-left: max(30px, calc(15px + env(safe-area-inset-left)));
        }
    }
}
@media (min-width: 1020px) {
    .govuk-width-container {
        margin-right: auto;
        margin-left: auto;
    }
    @supports (margin: max(calc(0px))) {
        .govuk-width-container {
            margin-right: auto;
            margin-left: auto;
        }
    }
}
	.govuk-grid-row {
    margin-right: -15px;
    margin-left: -15px;
}
.govuk-grid-row:after {
    content: "";
    display: block;
    clear: both;
}

.govuk-grid-column-full {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 40.0625em) {
    .govuk-grid-column-full {
        width: 100%;
        float: left;
    }
}

.govuk-grid-column-one-third {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 40.0625em) {
    .govuk-grid-column-one-third {
        width: 33.3333%;
        float: left;
    }
}

.govuk-grid-column-two-thirds {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}
@media (min-width: 40.0625em) {
    .govuk-grid-column-two-thirds {
        width: 66.6666%;
        float: left;
    }
}

.govuk-form-group {
    margin-bottom: 20px;
}
.govuk-form-group:after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 40.0625em) {
    .govuk-form-group {
        margin-bottom: 30px;
    }
}

.govuk-form-group .govuk-form-group:last-of-type {
    margin-bottom: 0;
}

.govuk-character-count .govuk-form-group,
.govuk-character-count .govuk-textarea {
    margin-bottom: 5px;
}

.govuk-main-wrapper {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 40.0625em) {
    .govuk-main-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

 @media screen and (max-width: 767px) {.govuk-main-wrapper {margin-left:25px}
}

.govuk-main-wrapper--auto-spacing:first-child,
.govuk-main-wrapper--l {
    padding-top: 30px;
}

@media (min-width: 40.0625em) {
    .govuk-main-wrapper--auto-spacing:first-child,
    .govuk-main-wrapper--l {
        padding-top: 50px;
    }
}

#container .govuk-body-l,
.govuk-body-lead {
    color: #0b0c0c;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111;
    margin-top: 0;
    margin-bottom: 20px;
}
@media print {
    #container .govuk-body-l,
    .govuk-body-lead {
        color: #000;
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    #container .govuk-body-l,
    .govuk-body-lead {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
@media print {
    #container .govuk-body-l,
    .govuk-body-lead {
        font-size: 18pt;
        line-height: 1.15;
    }
}
@media (min-width: 40.0625em) {
    #container .govuk-body-l,
    .govuk-body-lead {
        margin-bottom: 30px;
    }
}

.govuk-body-s {
    color: #0b0c0c;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
    margin-top: 0;
    margin-bottom: 15px;
}
@media print {
    .govuk-body-s {
        color: #000;
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-body-s {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}
@media print {
    .govuk-body-s {
        font-size: 14pt;
        line-height: 1.2;
    }
}
@media (min-width: 40.0625em) {
    .govuk-body-s {
        margin-bottom: 20px;
    }
}

.govuk-caption-l {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111;
    display: block;
    margin-bottom: 5px;
    color: #505a5f;
}
@media print {
    .govuk-caption-l {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-caption-l {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
@media print {
    .govuk-caption-l {
        font-size: 18pt;
        line-height: 1.15;
    }
}
@media (min-width: 40.0625em) {
    .govuk-caption-l {
        margin-bottom: 0;
    }
}

.govuk-link {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
}

.govuk-button--secondary,
.govuk-button--secondary:active,
.govuk-button--secondary:hover,
.govuk-button--secondary:link,
.govuk-button--secondary:visited {
    color: #0b0c0c;
}
.govuk-button--secondary:hover {
    background-color: #dbdad9;
	text-decoration: none
}
.govuk-button--secondary:hover[disabled] {
    background-color: #f3f2f1;
}

.govuk-\!-static-margin-0 {
    margin: 0 !important;
}

.govuk-\!-margin-top-3 {
    margin-top: 15px !important;
}

.govuk-warning-text {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
}
@media (min-width: 40.0625em) {
    .govuk-warning-text {
        margin-bottom: 30px;
    }
}
.govuk-warning-text__assistive {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}
.govuk-warning-text__icon {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: 0;
    min-width: 35px;
    min-height: 35px;
    margin-top: -7px;
    border: 3px solid #0b0c0c;
    border-radius: 50%;
    color: #fff;
    background: #0b0c0c;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    forced-color-adjust: none;
}
@media print {
    .govuk-warning-text__icon {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-warning-text__icon {
        margin-top: -5px;
    }
}
@media screen and (forced-colors: active) {
    .govuk-warning-text__icon {
        border-color: windowText;
        color: windowText;
        background: rgba(0, 0, 0, 0);
    }
}
.govuk-warning-text__text {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    display: block;
    padding-left: 45px;
}
@media print {
    .govuk-warning-text__text {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-warning-text__text {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
    .govuk-warning-text__text {
        font-size: 14pt;
        line-height: 1.15;
        color: #000;
    }
}
.govuk-inset-text {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
	width: fit-content;
	color: #0b0c0c !important;
}

.govuk-inset-text p {
	color: #0b0c0c !important
}

@media print {
    .govuk-inset-text {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-inset-text {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
		
    }
}
@media print {
    .govuk-inset-text {
        font-size: 14pt;
        line-height: 1.15;
        color: #000;
    }
}
@media (min-width: 40.0625em) {
    .govuk-inset-text {
        margin-top: 30px;
        margin-bottom: 30px;
		
    }
}
.govuk-inset-text > :first-child {
    margin-top: 0;
}
.govuk-inset-text > :last-child,
.govuk-inset-text > :only-child {
    margin-bottom: 0;
}
.govuk-clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.govuk-visually-hidden {
    padding: 0 !important;
    border: 0 !important;
}
.govuk-visually-hidden,
.govuk-visually-hidden-focusable {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}
.govuk-visually-hidden-focusable:active,
.govuk-visually-hidden-focusable:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    white-space: inherit !important;
}
    #container p, .govuk-hint {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #505a5f;
}
@media print {
        #container p, .govuk-hint {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
        #container p, .govuk-hint {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
       #container p,.govuk-hint {
        font-size: 14pt;
        line-height: 1.15;
    }
}
.govuk-table__cell,
.govuk-table__header {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #b1b4b6;
    text-align: left;
    vertical-align: top;
}
.govuk-table__cell--numeric {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "tnum" 1;
    font-feature-settings: "tnum" 1;
    font-weight: 400;
	padding: 10px 20px 10px 0;
    border-bottom: 1px solid #b1b4b6;
}
@media print {
    .govuk-table__cell--numeric {
        font-family: sans-serif;
    }
}
@supports (font-variant-numeric: tabular-nums) {
    .govuk-table__cell--numeric {
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
        font-variant-numeric: tabular-nums;
    }
}

.govuk-list {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    list-style-type: none;
}
@media print {
    .govuk-list {
        font-family: sans-serif;
    }
}
@media (min-width: 40.0625em) {
    .govuk-list {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
@media print {
    .govuk-list {
        font-size: 14pt;
        line-height: 1.15;
        color: #000;
    }
}
@media (min-width: 40.0625em) {
    .govuk-list {
        margin-bottom: 20px;
    }
}
.govuk-list .govuk-list {
    margin-top: 10px;
}
.govuk-list > li {
    margin-bottom: 5px;
}
.govuk-list--bullet {
    padding-left: 20px;
    list-style-type: disc;
}
.govuk-list--number {
    padding-left: 20px;
    list-style-type: decimal;
}
.govuk-list--bullet > li,
.govuk-list--number > li {
    margin-bottom: 0;
}
@media (min-width: 40.0625em) {
    .govuk-list--bullet > li,
    .govuk-list--number > li {
        margin-bottom: 5px;
    }
}
.govuk-list--spaced > li {
    margin-bottom: 10px;
}
@media (min-width: 40.0625em) {
    .govuk-list--spaced > li {
        margin-bottom: 15px;
    }
}

.govuk-\!-margin-0 {
    margin: 0 !important;
}
.govuk-\!-margin-top-0 {
    margin-top: 0 !important;
}
.govuk-\!-margin-right-0 {
    margin-right: 0 !important;
}
.govuk-\!-margin-bottom-0 {
    margin-bottom: 0 !important;
}
.govuk-\!-margin-left-0 {
    margin-left: 0 !important;
}
.govuk-\!-margin-1 {
    margin: 5px !important;
}
.govuk-\!-margin-top-1 {
    margin-top: 5px !important;
}
.govuk-\!-margin-right-1 {
    margin-right: 5px !important;
}
.govuk-\!-margin-bottom-1 {
    margin-bottom: 5px !important;
}
.govuk-\!-margin-left-1 {
    margin-left: 5px !important;
}
.govuk-\!-margin-2 {
    margin: 10px !important;
}
.govuk-\!-margin-top-2 {
    margin-top: 10px !important;
}
.govuk-\!-margin-right-2 {
    margin-right: 10px !important;
}
.govuk-\!-margin-bottom-2 {
    margin-bottom: 10px !important;
}
.govuk-\!-margin-left-2 {
    margin-left: 10px !important;
}
.govuk-\!-margin-3 {
    margin: 15px !important;
}
.govuk-\!-margin-top-3 {
    margin-top: 15px !important;
}
.govuk-\!-margin-right-3 {
    margin-right: 15px !important;
}
.govuk-\!-margin-bottom-3 {
    margin-bottom: 15px !important;
}
.govuk-\!-margin-left-3 {
    margin-left: 15px !important;
}
.govuk-\!-margin-4 {
    margin: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-4 {
        margin: 20px !important;
    }
}
.govuk-\!-margin-top-4 {
    margin-top: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-4 {
        margin-top: 20px !important;
    }
}
.govuk-\!-margin-right-4 {
    margin-right: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-4 {
        margin-right: 20px !important;
    }
}
.govuk-\!-margin-bottom-4 {
    margin-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-4 {
        margin-bottom: 20px !important;
    }
}
.govuk-\!-margin-left-4 {
    margin-left: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-4 {
        margin-left: 20px !important;
    }
}
.govuk-\!-margin-5 {
    margin: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-5 {
        margin: 25px !important;
    }
}
.govuk-\!-margin-top-5 {
    margin-top: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-5 {
        margin-top: 25px !important;
    }
}
.govuk-\!-margin-right-5 {
    margin-right: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-5 {
        margin-right: 25px !important;
    }
}
.govuk-\!-margin-bottom-5 {
    margin-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-5 {
        margin-bottom: 25px !important;
    }
}
.govuk-\!-margin-left-5 {
    margin-left: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-5 {
        margin-left: 25px !important;
    }
}
.govuk-\!-margin-6 {
    margin: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-6 {
        margin: 30px !important;
    }
}
.govuk-\!-margin-top-6 {
    margin-top: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-6 {
        margin-top: 30px !important;
    }
}
.govuk-\!-margin-right-6 {
    margin-right: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-6 {
        margin-right: 30px !important;
    }
}
.govuk-\!-margin-bottom-6 {
    margin-bottom: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-6 {
        margin-bottom: 30px !important;
    }
}
.govuk-\!-margin-left-6 {
    margin-left: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-6 {
        margin-left: 30px !important;
    }
}
.govuk-\!-margin-7 {
    margin: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-7 {
        margin: 40px !important;
    }
}
.govuk-\!-margin-top-7 {
    margin-top: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-7 {
        margin-top: 40px !important;
    }
}
.govuk-\!-margin-right-7 {
    margin-right: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-7 {
        margin-right: 40px !important;
    }
}
.govuk-\!-margin-bottom-7 {
    margin-bottom: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-7 {
        margin-bottom: 40px !important;
    }
}
.govuk-\!-margin-left-7 {
    margin-left: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-7 {
        margin-left: 40px !important;
    }
}
.govuk-\!-margin-8 {
    margin: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-8 {
        margin: 50px !important;
    }
}
.govuk-\!-margin-top-8 {
    margin-top: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-8 {
        margin-top: 50px !important;
    }
}
.govuk-\!-margin-right-8 {
    margin-right: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-8 {
        margin-right: 50px !important;
    }
}
.govuk-\!-margin-bottom-8 {
    margin-bottom: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-8 {
        margin-bottom: 50px !important;
    }
}
.govuk-\!-margin-left-8 {
    margin-left: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-8 {
        margin-left: 50px !important;
    }
}
.govuk-\!-margin-9 {
    margin: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-9 {
        margin: 60px !important;
    }
}
.govuk-\!-margin-top-9 {
    margin-top: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-9 {
        margin-top: 60px !important;
    }
}
.govuk-\!-margin-right-9 {
    margin-right: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-9 {
        margin-right: 60px !important;
    }
}
.govuk-\!-margin-bottom-9 {
    margin-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-9 {
        margin-bottom: 60px !important;
    }
}
.govuk-\!-margin-left-9 {
    margin-left: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-9 {
        margin-left: 60px !important;
    }
}

.govuk-\!-padding-0 {
    padding: 0 !important;
}
.govuk-\!-padding-top-0 {
    padding-top: 0 !important;
}
.govuk-\!-padding-right-0 {
    padding-right: 0 !important;
}
.govuk-\!-padding-bottom-0 {
    padding-bottom: 0 !important;
}
.govuk-\!-padding-left-0 {
    padding-left: 0 !important;
}
.govuk-\!-padding-1 {
    padding: 5px !important;
}
.govuk-\!-padding-top-1 {
    padding-top: 5px !important;
}
.govuk-\!-padding-right-1 {
    padding-right: 5px !important;
}
.govuk-\!-padding-bottom-1 {
    padding-bottom: 5px !important;
}
.govuk-\!-padding-left-1 {
    padding-left: 5px !important;
}
.govuk-\!-padding-2 {
    padding: 10px !important;
}
.govuk-\!-padding-top-2 {
    padding-top: 10px !important;
}
.govuk-\!-padding-right-2 {
    padding-right: 10px !important;
}
.govuk-\!-padding-bottom-2 {
    padding-bottom: 10px !important;
}
.govuk-\!-padding-left-2 {
    padding-left: 10px !important;
}
.govuk-\!-padding-3 {
    padding: 15px !important;
}
.govuk-\!-padding-top-3 {
    padding-top: 15px !important;
}
.govuk-\!-padding-right-3 {
    padding-right: 15px !important;
}
.govuk-\!-padding-bottom-3 {
    padding-bottom: 15px !important;
}
.govuk-\!-padding-left-3 {
    padding-left: 15px !important;
}
.govuk-\!-padding-4 {
    padding: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-4 {
        padding: 20px !important;
    }
}
.govuk-\!-padding-top-4 {
    padding-top: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-4 {
        padding-top: 20px !important;
    }
}
.govuk-\!-padding-right-4 {
    padding-right: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-4 {
        padding-right: 20px !important;
    }
}
.govuk-\!-padding-bottom-4 {
    padding-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-4 {
        padding-bottom: 20px !important;
    }
}
.govuk-\!-padding-left-4 {
    padding-left: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-4 {
        padding-left: 20px !important;
    }
}
.govuk-\!-padding-5 {
    padding: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-5 {
        padding: 25px !important;
    }
}
.govuk-\!-padding-top-5 {
    padding-top: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-5 {
        padding-top: 25px !important;
    }
}
.govuk-\!-padding-right-5 {
    padding-right: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-5 {
        padding-right: 25px !important;
    }
}
.govuk-\!-padding-bottom-5 {
    padding-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-5 {
        padding-bottom: 25px !important;
    }
}
.govuk-\!-padding-left-5 {
    padding-left: 15px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-5 {
        padding-left: 25px !important;
    }
}
.govuk-\!-padding-6 {
    padding: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-6 {
        padding: 30px !important;
    }
}
.govuk-\!-padding-top-6 {
    padding-top: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-6 {
        padding-top: 30px !important;
    }
}
.govuk-\!-padding-right-6 {
    padding-right: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-6 {
        padding-right: 30px !important;
    }
}
.govuk-\!-padding-bottom-6 {
    padding-bottom: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-6 {
        padding-bottom: 30px !important;
    }
}
.govuk-\!-padding-left-6 {
    padding-left: 20px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-6 {
        padding-left: 30px !important;
    }
}
.govuk-\!-padding-7 {
    padding: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-7 {
        padding: 40px !important;
    }
}
.govuk-\!-padding-top-7 {
    padding-top: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-7 {
        padding-top: 40px !important;
    }
}
.govuk-\!-padding-right-7 {
    padding-right: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-7 {
        padding-right: 40px !important;
    }
}
.govuk-\!-padding-bottom-7 {
    padding-bottom: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-7 {
        padding-bottom: 40px !important;
    }
}
.govuk-\!-padding-left-7 {
    padding-left: 25px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-7 {
        padding-left: 40px !important;
    }
}
.govuk-\!-padding-8 {
    padding: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-8 {
        padding: 50px !important;
    }
}
.govuk-\!-padding-top-8 {
    padding-top: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-8 {
        padding-top: 50px !important;
    }
}
.govuk-\!-padding-right-8 {
    padding-right: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-8 {
        padding-right: 50px !important;
    }
}
.govuk-\!-padding-bottom-8 {
    padding-bottom: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-8 {
        padding-bottom: 50px !important;
    }
}
.govuk-\!-padding-left-8 {
    padding-left: 30px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-8 {
        padding-left: 50px !important;
    }
}
.govuk-\!-padding-9 {
    padding: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-9 {
        padding: 60px !important;
    }
}
.govuk-\!-padding-top-9 {
    padding-top: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-9 {
        padding-top: 60px !important;
    }
}
.govuk-\!-padding-right-9 {
    padding-right: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-9 {
        padding-right: 60px !important;
    }
}
.govuk-\!-padding-bottom-9 {
    padding-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-9 {
        padding-bottom: 60px !important;
    }
}
.govuk-\!-padding-left-9 {
    padding-left: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-9 {
        padding-left: 60px !important;
    }
}

.govuk-\!-font-weight-bold {
    font-weight: 700 !important;
}
	
/******************************************************************
GDS Fonts from govuk-frontend-4.3.1.min.css
******************************************************************/

/*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */
@font-face {
    font-family: GDS Transport;
    font-style: normal;
    font-weight: 400;
    src: url('library/fonts/light-94a07e06a1-v2.woff2) format("woff2"), url(/library/fonts/light-f591b13f7d-v2.woff) format("woff");
    font-display: fallback;
}
@font-face {
    font-family: GDS Transport;
    font-style: normal;
    font-weight: 700;
    src: url('library/fonts/bold-b542beb274-v2.woff2) format("woff2"), url(/library/fonts/bold-affa96571d-v2.woff) format("woff");
    font-display: fallback;
}

