@media print {
	.print-hidden, .govuk-header, .govuk-skip-link, .service-info, .report-error, a[href]:after, .hmrc-language-select, .govuk-footer, .govuk-button {
		display: none !important;
	}
    a:link, a:visited, a {
        text-decoration: none;
        color: inherit;
    }
}

.content__body {
    width:100%;
}

.search {
    position: relative;
}

#search-bar-active {
    position: relative;
    background: none repeat scroll 0 0;
	padding-left: 0;
}

#search-form {
    clear:both;
    width:100%;
    padding:0;
    margin:0;
    float:left;
}

.result_label {
   vertical-align: top;
   width: 50%;
}

#results-lede {margin-bottom: 1.75em;}

a.result-link h3, a.result-link:visited h3, a.result-link h2, a.result-link:visited h2 {
	color: #2e3191;
}

a.result-link:hover h3 {
    color: #22e8aca;
}

#result_status {margin-bottom:1.75em; margin-top:0;}
#results-heading {margin-bottom:0;}

#result_representative_heading, #result_members_heading {border-bottom: 1px solid #bfc1c3; padding-bottom: 0.52632em;}
.member-section {border-bottom: 1px solid #bfc1c3; padding-bottom: 0.52632em;}

.heading-medium, h3 {
	margin-top: 1em;
	margin-bottom: 0.8333333333em;
	font-size: 24px;
	line-height: 1.25;
	font-family: "nta", Arial, sans-serif;
	font-weight: 700;
	text-transform: none;
}


.heading-secondary {
    color: #6f777b;
    display: block;
    font-family: "nta",Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.11111;
    text-transform: none;
}

.group-section {
    padding-top: 1em;
}

.member-section {
    padding-top: 1em;
}

.back-link {
	font-size: 16px;
	line-height: 1.25;
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	font-family: "nta", Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 14px;
	color: #0b0c0c;
	text-decoration: none;
	border-bottom: 1px solid #0b0c0c;
}

.back-link::before {
   border-bottom: 5px solid transparent;
   border-right: 6px solid #0b0c0c;
   border-top: 5px solid transparent;
   content: "";
   display: block;
   height: 0;
   left: 0;
   margin-top: -6px;
   position: absolute;
   padding-right: 0;
   top: 50%;
   width: 0;
}

.status-warn-info, .status-warn-icon {
    border-style: none;
}

.status-warn-icon {
    vertical-align: top
}

.status-warn {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.service-info {
    text-align: left;
}

.icon{display: inline-block;}

#notice {
    margin-top:2em;
    margin-bottom:2em;
}

#notice .icon {
    left: 0;
    margin-top: -17px;
    top: 50%;
}

#notice strong {
    display: block;
    margin-left: -15px;
    padding-left: 65px;
}

table th, table td, table p {font-size:19px;}

.warnicon {float:left; display: block; margin-left: auto; margin-right: auto;}

#errors:focus {outline: 3px solid #ffbf47;}

#errors ul li a {
    font-weight: 700;
}

.validation-summary {
    border: 5px solid #b10e1e;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px 15px 15px;
}

.validation-summary h1 {
    margin-top: 10px;
}

.validation-summary-message a, .validation-message a, p.field-error {
    color: #b10e1e;
    font-weight: 700;
    font-size: 19px;
}

.form-field.form-field--error .error-notification, fieldset.form-field--error .error-notification {
    font-size: 19px;
    font-weight: 700;
    color: #b10e1e;
}

.form-field--error {
    border-left: 5px solid #b10e1e;
    margin: 0 0 0.75em;
    padding-bottom: 0;
    padding-top: 0;
}

span.highlight {
    font-weight:700
}

.available-languages{
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.no-bottom-border{
    border-bottom : 0px !important
}

.border{
    border-bottom: 10px solid #DEE0E2;
    margin: 25px 0;
}

.border-spacing{
   margin-bottom : 40px;
}

grid-spacing {
 margin : 8px 0px;
}

.margin-top{
    margin-top : 10px !important
}

.app-reference-number {
    display: block;
    font-weight: bold;
}
