/**************************************************************************************************
*   Layout
**************************************************************************************************/
.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#container {
    margin-bottom: 50px;
}
#container #mainContent {
    margin: 0px 10px;
    display: inline;
}
#container #sideContent {
    margin: 0px 10px;
    display: inline;
}
#container.standard .report #mainContent,
#container.home #mainContent {
    width: 620px;
}
#container.standard .report #sideContent,
#container.home #sideContent {
    width: 300px;
}
#container.standard #mainContent {
    width: 680px;
}
#container.standard #sideContent {
    width: 240px;
}
#container.fullwidth #mainContent {
    width: 940px;
}
#container.fullwidth #sideContent {
    display: none;
}
.pagePush {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.push {
    height: 50px;
}
.hide {
    display: none;
}
/**************************************************************************************************
*   Typography
**************************************************************************************************/
h1 {
    font: 600 2.6em/1.5 Arial, sans-serif;
}
h2 {
    font: 2.2em/1.5 Arial, sans-serif;
}
h3 {
    font: 1.8em/1.5 Arial, sans-serif;
}
h4 {
    font: 1.6em/1.5 Arial, sans-serif;
}
h1, h2, h3, h4 {
    clear: both;
    display: block;
    color: #4f4f4f;
    font-weight: bold;
}
h1, h2 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
p {
    margin: 0 0 1em 0;
    font-size: 1.4em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
a {
    color: #2657d4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p.border-bottom {
    padding-bottom: 1em;
    border-bottom: 1px solid #e5e5e5;

}
#mainContent h2 {
    margin-top: 35px;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
body .searchbar input#query,
.searchbar #returnToSearch {
    font-size: 1.2em;
    -webkit-appearance: none;
}
/**************************************************************************************************
*   Links
**************************************************************************************************/
a.alt {
    color: #63658f;
}
a.arrow {
    color: #63658f;
    background-image: url("../img/btn-element-sprite.png");
    background-repeat: no-repeat;
    background-position: left -248px;
    padding: 5px 0px 5px 20px;
}
a.arrow-alt {
    color: #63658f;
    background-image: url("../img/btn-element-sprite.png");
    background-repeat: no-repeat;
    background-position: right -188px;
    padding: 5px 30px 5px 0px;
}
/**************************************************************************************************
*   Lists
**************************************************************************************************/
#mainContent li {
    font-size: 1.4em;
    margin: 0 0 10px 0;
}
#mainContent li li {
    font-size: 1em;
}
#mainContent li li li {
    font-size: 1em;
}
#mainContent ul li:before {
    content: '- ';
    position: relative;
    display: inline-block;
    left: -15px;
}
#mainContent li a, #mainContent li p {
    font-size: 1em;
}
#mainContent ul {
    margin: 0 0 30px 30px;
}
#mainContent ol {
    margin: 0 0 30px 30px;
    list-style-type: decimal;
}
#mainContent ul.inline-list {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
#mainContent ul.inline-list li {
    display: inline;
    padding: 0;
    margin: 0;
}
#mainContent ul.inline-list a {
    padding: 0 6px;
}
#mainContent ul.inline-list li:before {
    content:'';
}
#container #mainContent .multiple {
    margin-bottom: 0px;
}
#container #mainContent .single,
#container #mainContent .multiple.end {
    margin-bottom: 10px;
}
/**************************************************************************************************
*   Images
**************************************************************************************************/
#mainContent img {
    height: 100%;
}
#mainContent .picture {
    width: 200px;
}
#mainContent .picture.right {
    float: right;
    margin: 0px 0px 20px 20px;
}
#mainContent .picture.left {
    float: left;
    margin: 0px 20px 20px 0px;
}
/**************************************************************************************************
*   Table
**************************************************************************************************/
table {
    margin-bottom: 30px;
    border-collapse: collapse;
    width: 100%;
}
th {
    font-size: 1.4em;
    color: #4f4f4f;
    font-weight: bold;
    background-color: #f0f0f0;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
th.first {
    width: 115px;
}
td {
    font-size: 1.4em;
    padding: 10px 10px;
    border-bottom: 1px solid #e5e5e5;
}
td p {
    font-size: 1em;
    margin: 0;
}
td a {
    font-size: 1em;
    display: block;
    margin: 0;
}
/**************************************************************************************************
*   Buttons
**************************************************************************************************/
.btn {
    background-image: url("../img/btn-sprite.png");
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 160px;
    color: #fff;
    background-color: #fff;
    display: block;
    text-align: center;
    font-size: 1.4em;
}
.btn:hover {
    background-position: 0px -40px;
}
.btn:active {
    background-position: 0px -80px;
}
.btn-full {
    width: 240px;
    margin: 10px 0;
    background-position: 0px -120px;
}
.btn-full:hover {
    background-position: 0px -160px;
}
.btn-full:active {
    background-position: 0px -200px;
}
.btn-right {
    margin: 10px 0;
    float: right;
}
.btn-left {
    margin: 10px 0;
    float: left;
}
/**************************************************************************************************
*   Back to top link
**************************************************************************************************/
#backLink {
    right: 0px;
    bottom: 0px;
    background-color: #63658f;
    padding: 30px 20px 15px;
    color: #fff;
    font-size: 1.2em;
    position:fixed !important;
    position: absolute; /*ie6 and above*/
    background-image: url("../img/back-arrow.png");
    background-repeat: no-repeat;
    background-position: center 12px;
    z-index: 1000;
}
/**************************************************************************************************
*   Header
**************************************************************************************************/
.header-bar h1 {
    border: none;
    padding: 0px;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 0px;
    width: 188px;
    height: 144px;
}
#globalHeader {
    height: 215px;
}
#globalHeader .header-bar {
    background-color: #13235a;
    height: 35px;
    position: relative;
}
#textResize {
    float: right;
}
#textResize li {
    float: left;
    line-height: 35px;
    margin: 0 0 0 10px;
    padding: 0;
}
#textResize a {
    border: none;
    background-color: transparent;
    color: #fff;
}
#textResize a.current {
    text-decoration: underline;
}
#textResize #standard {
    font-size: 1.4em;
}
#textResize #large {
    font-size: 1.6em;
}
#textResize #larger {
    font-size: 1.8em;
}
#mainNav {
    position: relative;
    margin-top: 96px;
}
#mainNav ul {
    float: right;
}
#mainNav li {
    float: left;
    display: inline;
    border-left: 1px solid #e5e5e5;
    padding-left: 36px;
    margin-left: 36px;
}
#mainNav li:first-child {
    border-left: none;
    padding: 0;
    margin: 0;
}
#mainNav a {
    color: #20124d;
    font-size: 1.4em;
}
#mainNav a.current {
    font-weight: bold;
    text-decoration: underline;
}
/**************************************************************************************************
*   Footer
**************************************************************************************************/
#globalFooter {
    background-color: #13235a;
    position: relative;

}
#globalFooter li {
    line-height: 48px;
    color: #fff;
    float: right;
}
#globalFooter li.left {
    float: left;
}
#globalFooter a {
    color: #fff;
    font-size: 1.1em;
    margin: 0 10px;
    display: inline;
}
/**************************************************************************************************
*   Search bar
**************************************************************************************************/
.searchbar {
    padding: 20px 0px;
    background-color: #f0f0f0;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 40px;
    float: left;
}
.searchbar label {
    float: left;
    position: relative;
    width: 940px;
    color: #4f4f4f;
}
.searchbar span {
    float: left;
    font-size: 1.8em;
    line-height: 40px;
    margin-right: 30px;
}
.searchbar input {
    float: left;
    width: 535px;
    padding: 0px 12px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #b4b3b3;
    margin: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.searchbar input.btn {
    float: right;
    width: 160px;
    font-size: 1.6em;
    margin: 0px;
    border: none;
    display: block;
    padding-left: 30px;
}
.searchbar #returnToSearch {
    text-align: center;
    display: none;
    padding: 15px 0;
}
.searchbar #returnToSearch a {
    border: 1px solid #9F8C6D;
    background: #8A734C;
    color: #fff;
    padding: 7px 15px;
    position: relative;
    top: 10px;
}
.searchbar #returnToSearch a:hover {
    text-decoration: none;
}
.searchbar #returnToSearch.show {
    display: block;
}
.searchbar form {
    padding: 10px;
}
/**************************************************************************************************
*   Homepage - Hero Area
**************************************************************************************************/
.hero-area {
    margin-bottom: 40px;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
}
.hero-area img {
    float: left;
    width: 639px;
    height: 331px;
    border-right: 1px solid #fff;
}
.hero-area .hero-list {
    float: left;
    width: 320px;
}
.hero-area .hero-list li {
    float: left;
    width: 320px;
}
.hero-area .hero-list a {
    display: block;
    height: 100%;
    font-size: 1.6em;
    background-color: #404040;
    color: #fff;
    padding: 29px 30px;
    position: relative;
    background-image: url("../img/btn-element-sprite.png");
    background-position: 278px -27px;
    background-repeat: no-repeat;
    margin-bottom: 1px;
}
/**************************************************************************************************
*   Homepage - Key Links
**************************************************************************************************/
.key-links {
    padding-left: 20px;
    padding-top: 27px;
}
.key-links h2 {
    color: #63658f;
    margin-bottom: 0px;
}
.key-links li a {
    font-size: 1.4em;
    color: #63658f;
    display: block;
    line-height: 1.4em;
    padding: 10px 20px 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    background-image: url("../img/key-links-sprite.png");
    background-repeat: no-repeat;
    background-position: right center;
}
/**************************************************************************************************
*   Search Page
**************************************************************************************************/
.header-info {
    position: relative;
    width: 940px;
    margin: 0px 10px;
}
.header-info h1 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.resultStats {
    position: absolute;
    right: 0px;
    top: 10px;
}
.headerSort {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0 25px;
    padding: 10px 0px;
    position: relative;
}
.headerSort p {
    margin-bottom: 0px;
}
.headerSort .sortOption {
    position: absolute;
    top: 11px;
    right: 0px;
}
.result-term {
    font-size: 1.2em;
}
.search-term {
    font-size: 1.2em;
    display: block;
}
.sortOption a {
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 1.4em;
    color: #4f4f4f;
}
.sortOption a:first-child {
    border-left: none;
    padding: 0;
    margin: 0;
}
.sortOption a.active {
    color: #2657d4;
}
/*Search Filter*/
#container.standard #sideContent.searchRefinement  {
    float: left;
    margin-bottom: 30px;
}
.searchRefinement {
    width: 300px !important;
}
.searchRefinement ul,
.searchRefinement li,
.searchRefinement p,
.searchRefinement label {
    font-size: 13px;
}
.searchRefinement fieldset {
    padding: 10px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: none;
}
.link-bar h2,
.searchRefinement h2 {
    color: #fff;
    background-color: #63658f;
    font-size: 1.8em;
    padding: 10px 20px;
    margin-bottom: 0px;
}
.searchRefinement fieldset.main-filter {
    padding: 0px 10px 10px;
    border-bottom: 5px solid #e5e5e5;
}
fieldset li {
    clear: both;
    font-size: 1.2em;
    color: #4f4f4f;
}

fieldset p {
    margin-bottom: 0px;
    font-size: 1.2em;
    color: #63658f;
}
fieldset input {
    padding: 5px 10px;
    width: calc(100% - 20px);
    border: 1px solid #b4b3b3;
}
fieldset input[type='radio'],
fieldset input[type='checkbox'] {
    padding: 0;
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0 5px 0 0;
}
fieldset label span {
    vertical-align: top;
}
fieldset.checkbox label {
    width: 80%;
    float: left;
    margin-top: 8px;
}
fieldset.checkbox label input {
    float: left;
}
fieldset.checkbox label span {
    margin-left: 5px;
    float: left;
    width: 80%;
    opacity: 0.9;
    line-height: 1.2em;
}
fieldset li {
    margin: 10px 0;
}
fieldset.checkbox p.accordion {
    position: relative;
    cursor: pointer;
    background-image: url("../img/btn-element-sprite.png");
    background-repeat: no-repeat;
    background-position: right -167px;
}
fieldset.checkbox p.accordion.open {
    background-position: right -147px;
}
/*Search results*/
#mainContent.search {
    width: 600px !important;
}
.searchResult {
    display: block;
    margin-bottom: 35px !important;
}
.searchResult b {
    font-weight: bold;
}
#mainContent .searchPane ul,
#mainContent .searchPane {
    margin: 0;
}
#mainContent .searchPane li {
    margin-bottom: 0px;
}
#mainContent .searchPane li:before {
    content: '';
}
.searchResult a {
    display: block;
    color: #2657d4;
    margin-bottom: 7px;
    text-decoration: underline;
    word-break: break-all;
    word-wrap: break-word;
}
.searchResult a:hover {
    text-decoration: none;
}
.searchResult a.video {
    padding-left: 30px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 5px -62px;
}
.searchResult a.web {
    padding-left: 30px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 4px 0px;
}
.searchResult a.pdf {
    padding-left: 30px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 4px -126px;
}
.searchResult li {
    float: left;
    width: 25%;
    text-align: right;
    line-height: 18px;
    margin-bottom: 0px;
}
.searchResult li:first-child {
    text-align: left;
    width: 75%;
}
.searchResult li span {
    color: #9a9a9a;
    font-size: 1em;
    word-break: break-all;
    word-wrap: break-word;
}
#searchFilters.btn {
    margin: 20px auto 0;
}
.searchResult p {
    color: #4f4f4f;
    padding-top: 7px;
    font-size: 1em;
}
.clearFilters {
    font-size: 1em;
    color: #2657d4;
}
.date li {
    margin-bottom: 10px;
}
.date span {
    width: 35px;
    float: left;
}
.date select {
    width: 88px;
    margin: 0px 5px;
    border: 1px solid #b4b3b3;
}
.date select{
    width: 100px;
}

 #mainContent .searchPane li p {
    clear: both;
    margin-bottom: 20px;
 }
/*pagination*/
.pagination {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 20px;
    text-align: center;
}
.pagination ul,
.pagination li {
    display: inline;
    vertical-align: middle;
}
.pagination a  {
    padding: 5px 10px;
    color: #2657d4;
    position: relative;
    font-size: 1.4em;
}
.pagination .next {
    padding-right: 30px;
    background-image: url("../img/btn-element-sprite.png");
    background-repeat: no-repeat;
    background-position: right -188px;
}
.pagination .next.disabled {
    background-position: right -216px;
}
.pagination .prev {
    padding-left: 20px;
    background-image: url("../img/btn-element-sprite.png");
    background-repeat: no-repeat;
    background-position: left -246px;
}
.pagination .prev.disabled {
    background-position: left -278px;
}
.pagination a.current {
    color: #4f4f4f;
    text-decoration: underline;
    font-weight: bold;
}
/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

fieldset.field-validation-error input,
fieldset.field-validation-error select {
    border-color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #fff;
    font-size: 1em;
    background-color: #970820;
    border: 1px solid #7E221B;
    padding: 10px;
    margin-top: 1.2em;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
.validation-summary-errors span {
    font-size: 1.4em;
    display: block;
    margin-bottom: 20px;
}
#mainContent .validation-summary-errors ul {
    margin: 0 0 0px 30px;
}

.validation-summary-valid {
    display: none;
}
/**************************************************************************************************
*   News Artical - link list
**************************************************************************************************/
.link-bar h2 {
    margin-bottom: 0px;
}
.link-bar .link-list li {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
    font-size: 1em;
}
.link-bar .link-list li.current {
    border-left: none;
    border-right: none;
}
.link-bar .link-list a {
    padding: 10px 20px;
    font-size: 1.3em;
    display: block;
    color: #4f4f4f
}
.link-bar .link-list a:hover {
    text-decoration: none;
    background-color: #f0f0f0;
}
.link-bar .link-list li.current > a {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-weight: bold;
    position: relative;
    background-image: url("../img/link-border.gif");
    background-repeat: no-repeat;
}
.link-bar .link-list li.sub-menu > a {
    border-bottom: 1px solid #e5e5e5;
}
.link-bar .link-list li.current ul {
    display: block;
    margin-left: 10px;
}
.link-bar .link-list ul li {
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
}
.link-bar .link-list ul li:first-child {
    border-top-style: none;
}
.link-bar .link-list a.active {
    background-color: #f0f0f0;
}

/**************************************************************************************************
*   FAQ Styles
**************************************************************************************************/
.faq-list li {
    font-size: 1.4em;
}
.faq-list a {
    color: #2657d4;
}
.faq-list {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.faq-results li {
    font-size: 1.4em;
}
.faq-results li {
    margin-top: 40px;
}
.faq-results li:first-child {
    margin-top: 0px;
}
.faq-results p {
    font-size: 1em;
}
/**************************************************************************************************
*   News - Hero
**************************************************************************************************/
.news-hero {
    float: left;
    clear: none;
    width: 100%;
    margin-bottom: 30px;
}
.news-hero li {
    clear: none;
    float: left;
    position: relative;
    height: 100px;
    width: 300px;
    padding: 0px;
    background-color: #f0f0f0;
    border: 1px solid #e5e5e5;
}
.news-hero .main {
    width: 376px;
    height: 200px;
}
.news-hero li a {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    font-size: 1.4em;
    color: #2657d4;
}
.news-hero p {
    font-size: 1em;
    margin-bottom: 0px;
}
.news-hero span {
    display: block;
    color: #9a9a9a;
}
.news-hero a:hover {
    text-decoration: none;
}
.news-hero a:hover p {
    text-decoration: underline;
}

.news-archive-list h2 {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
#mainContent .news-archive-list ul {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}
#mainContent .news-archive-list li {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
#mainContent .news-archive-list li:before {
    content: '';
}
.news-archive-list li a {
    font-size: 1em;
    color: #2657d4;
    float: left;
    width: 590px;
}
.news-archive-list li span {
    font-size: 1em;
    text-align: right;
    color: #9a9a9a;
    float: right;
    width: 85px;
}

/**************************************************************************************************
*   Session
**************************************************************************************************/
.session {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.session h2 {
    display: block;
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 20px!important;
    font-size: 2em;
    font-weight: normal;
    border: 0;
}
.session .content-video-player {
    float: left;
    width: 300px;
    margin-right: 20px;
}
@media only screen {
    .content-video-player [id*=mediaspace] {
        margin-bottom: 4px;
    }
}

.session strong {
    display: block;
}
#mainContent .session li:before {
    content: '';
}
.session .video-information li {
    margin: 0px 0px 30px 0px;
    padding: 0;
}
.session .video-information h3 {
    border-bottom-style: none;
    font-size: 1.4em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.session-information {
    float: left;
    width: 300px;
}
.content-video-player.no-video {
    background-color: #f0f0f0;
    border: 1px solid #d3d3d3;
    text-align: center;
    padding: 40px;
    *width: 218px;
}
.session-information h2 {
    font-size: 1.6em;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
#mainContent .session-information ul {
    margin: 0 0 30px 0;
}
.session-information li {
    margin-bottom: 10px;
}
.session-information a {
    font-size: 1.4em;
    color: #2657d4;
}
.session-video {
    float: left;
}
/**************************************************************************************************
*   Report Page
**************************************************************************************************/
.report-video {
    margin-top: 55px;
}
/**************************************************************************************************
*   News Item Page
**************************************************************************************************/
.newsItem {
    position: relative;
}
.newsItem h2 {
    padding-right: 120px;
}
#newsDate {
    position: absolute;
    right: 0px;
    top: 10px;
}
#newsDate span {
    color: #999999;
    font-size: 1.4em;
}
/**************************************************************************************************
*   Sitemap
**************************************************************************************************/
.level_home {
    margin: 10px 0 0 0;
}

.level_home > li {
    display: block;
    width: 100%;
    margin: 0px 0px 40px;
}
.level_home a {
    display: block;
    font-size: 1.3em;
    margin-left: 20px;
    margin: 5px 0px 0px 20px;
    font-weight: normal;
    color: #2657d4;
}
.level_home a:before {
    content: '- ';
}
.sitemap h3 a {
    color: #fff;
    display: block;
    background-color: #63658f;
    color: #fff;
    font-size: 0.9em;
    font-weight: normal;
    padding: 10px 20px;
    margin: 0px 0px 10px 0px;
}
.level_home > li > a {
    color: #fff;
    display: block;
    background-color: #63658f;
    color: #fff;
    font-size: 1.6em;
    padding: 10px 20px;
    margin: 0px 0px 10px 0px;
}
.sitemap h3 {
    margin: 0px 0px 40px;
}
.level_home > li > a:before {
    content: '';
}
.level_home .old-site {
    display: none;
}
.level_the-inquiry > li > a,
.level_the-evidence > li > a,
.level_other-material > li > a,
.level_the-report > li > a,
.level_terms-and-conditions > li > a,
.level_privacy-and-cookie-policy  > li > a {
    font-size: 1.4em;
    font-weight: bold;
    margin: 10px 0px 0px 10px;
}
.level_the-inquiry > li > a:before,
.level_the-evidence > li > a:before,
.level_other-material > li > a:before,
.level_the-report > li > a:before,
.level_terms-and-conditions > li > a:before,
.level_privacy-and-cookie-policy  > li > a:before {
    content: '';
}
/**************************************************************************************************
*   Witness list
**************************************************************************************************/
#mainContent .witness-page h3 {
    margin-bottom: 10px;
}
#mainContent .witness-list  {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    border: none;
}
#mainContent .witness-list li {
    margin-bottom: 10px;
}
#mainContent .witness-list li:before {
    display: none;
}
#mainContent .witness-list-alpha li.none {
    opacity: .3;
}
/**************************************************************************************************
*   Related Content
**************************************************************************************************/
.related-heading {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

/*Search results*/
.relatedResult {
    display: block;
    margin-bottom: 20px;
}
#mainContent .relatedPane ul,
#mainContent .relatedPane {
    margin: 0;
}
#mainContent .relatedPane li {
    margin-bottom: 5px;
}
#mainContent .relatedPane li:before {
    content: '';
}
.relatedResult a {
    display: block;
    color: #2657d4;
    font-size: 1.4em;
    margin-bottom: 0px;
    text-decoration: none;
}
.relatedResult a:hover {
    text-decoration: underline;
}
.relatedResult a.video {
    padding-left: 30px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 5px -62px;
}
.relatedResult a.web {
    padding-left: 30px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 4px 0px;
}
.relatedResult a.pdf {
    padding-left: 30px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 4px -126px;
}
 #mainContent .relatedPane b {
    font-weight: normal;
 }


 /* Large and larger text - large screens only */
 @media screen and (min-width: 981px) {
     /* Resized text */
    body.large #mainContent,
    body.large #globalHeader #mainNav,
    body.large #globalFooter,
    body.large #sideContent,
    body.large .searchbar,
    body.large .pagination,
    body.large .header-info,
    body.large .hero-list,
    body.large .searchbar input#query,
    body.large .sitemap,
    .searchbar #returnToSearch {        
        font: 115%/1.6 Arial, sans-serif;
    }
    body.larger #mainContent,
    body.larger #globalFooter,
    body.larger #globalHeader #mainNav,
    body.larger #sideContent,
    body.larger .searchbar,
    body.larger .pagination,
    body.larger .header-info,
    body.larger .hero-list,
    body.larger .searchbar input#query,
    body.larger .sitemap,
    .searchbar #returnToSearch {
        font: 125%/1.7 Arial, sans-serif;
    }
    body.larger #mainContent,
    body.larger #globalFooter,
    body.larger #globalHeader #mainNav {
        font: 130%/1.7 Arial, sans-serif;
    }
    body.larger #mainNav li {
        padding-left: 20px;
        margin-left: 20px;
    }
    body.larger .searchbar {
        padding: 30px 0px;
    }
    body.larger .searchbar input#query {
        width: 525px;
    }

    /* Homepage Hero Area */
    body.large .hero-area .hero-list a {
        padding: 27px 30px;
    }
    body.larger .hero-area .hero-list a {
        padding: 23px 30px;
    }
    .hero-area .hero-list a.current {
        border: none;
        background-color: #8A734C;
    }
    body.large .hero-area .hero-list a.current {
        padding: 28px 30px;
    }
    body.larger .hero-area .hero-list a.current {
        padding: 28px 30px;
        background-position: 278px -24px;
    }
    body.large #mainContent ol {
        margin: 0 0 30px 40px;
    }
    body.larger #mainContent ol {
        margin: 0 0 30px 50px;
    }

    /* Search Filter */
    body.large .searchRefinement ul,
    body.large .searchRefinement li,
    body.large .searchRefinement p,
    body.large .searchRefinement label {
        font-size: 15px;
    }
    body.larger .searchRefinement ul,
    body.larger .searchRefinement li,
    body.larger .searchRefinement p,
    body.larger .searchRefinement label {
        font-size: 16px;
    }
    .larger fieldset.checkbox label,
    .large fieldset.checkbox label {
        display: block;
        width: 100%;
    }
    .larger fieldset.checkbox label span,
    .large fieldset.checkbox label span {
        width: 80%;
    }
}