﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);

.cefaslogo {
    width: 100%;
    /*    height: 60px;
    background-color: #005C6D;
    background-repeat: no-repeat;*/
    background-size: auto 45px;
    background-position: 10px 7px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: white !important;
    text-shadow: #005C6D 1px 1px 15px, #005C6D -1px -1px 15px, #005C6D -1px 1px 15px, #005C6D 1px -1px 15px;
}

@media (min-height: 481px) and (min-width: 430px) {
    .cefaslogo {
        max-width: 75%;
        /*height: 80px;*/
        /*position: absolute;*/
        /*        top: 32px;
        left: 25px;*/
        z-index: 1;
        background-color: transparent;
        background-position: top left;
        position: relative;
    }

    .homepage-sections {
        /*top: 157px;
        padding-left: 25px;*/
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 400px) {
    .visible600, .visible600plus {
        display: none;
    }

    .visible300 {
        display: block;
    }
}

@media (min-width: 401px) and (max-width: 600px) {
    .visible300, .visible600plus {
        display: none;
    }

    .visible600 {
        display: block;
    }
}

@media (min-width: 601px) {
    .visible300, .visible600 {
        display: none;
    }

    .visible600plus {
        display: block;
    }
}

.img-responsive {
    display: auto;
    max-width: inherit;
    height: auto;
}

    .img-responsive img, img.img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

h1 {
    margin-bottom: 30px;
}

.home-header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lead {
    /*  color: #007CAB;*/
    font-size: 17px;
    display: block;
    margin-bottom: 1em;
}

@media(min-width: 768px) {
    .lead {
        font-size: 19px;
    }
}

.hometitle {
    text-align: center;
}

@media(min-width: 786px) {
    .hometitle {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(min-width: 992px) {
    .hometitle {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.homepage-sections .active {
    background-color: #005C6D;
}

.chevron-down {
    background-color: #007CAA;
    color: #fff;
    height: 45px;
    width: 45px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    text-align: center;
    line-height: 45px;
}

.homepage-sections {
    display: none;
}

.home-news-seperator {
    width: 70px;
    border-top: 2px solid #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-toggle {
    border-color: #005C6D;
    background-color: #005C6D;
    color: #FFF;
    margin: 0;
    margin-top: 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 80%;
    border-radius: 0;
    z-index: 500;
}

.homepage-sections p, .homepage-sections li {
    margin: 5px 0;
    padding: 0;
}

    .homepage-sections p a, .homepage-sections li a {
        margin: 0;
        padding: 5px 25px;
        background-color: #005C6D;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        font-size: 17px;
        font-weight: 400;
    }

        .homepage-sections p a:hover.homepage-sections p a:hover {
            background-color: #276c80;
            color: white;
        }

.row-spacer {
    margin-top: 30px;
}

.contact-button-div {
    height: 100%;
    position: relative;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 70;
}

.btn-contact {
    display: inline-block;
    background: #fff;
    border-radius: 0;
    margin-right: 30px;
}

    .btn-contact:after {
        background: #fff;
        content: "\f054";
        font-family: FontAwesome;
        width: 30px;
        padding-left: 10px;
    }

.contact-container {
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right !important;
}

/* service list */

.service-list, .item-group {
    border-radius: 0;
    border: 0px solid #fff;
    box-shadow: none;
    border-bottom: 1px solid #007CAB;
}

    .service-list .list-group-item, .service-list .list-group-item3, .service-list .list-group-item4, .service-list .list-group-item5, .service-list .list-group-item6, .service-list .list-group-item7, .service-list .list-group-item8 {
        display: block;
        border-top: 1px solid #007CAB;
        border-bottom: 1px solid white !important;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
        border-radius: 0;
    }

    .service-list a {
        color: #005C6D;
    }

        .service-list a:hover, .service-list a:active {
            background-color: #E2E7EA;
            text-decoration: none;
        }

    .service-list .list-group-item3 {
        display: block;
        padding: 10px 15px;
        border-top: 1px solid #005C6D;
        border-bottom: 1px solid white !important;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
        border-radius: 0;
    }

    .service-list .list-group-item4 {
        padding: 3px;
        padding-left: 30px;
        font-size: 12px;
        margin-bottom: -1px;
        border-top: 1px solid white !important;
        border-bottom: 0px solid white !important;
    }

    .service-list .list-group-item5 {
        padding: 3px;
        padding-left: 45px;
        font-size: 12px;
        margin-bottom: -1px;
        border-top: 1px solid white !important;
        border-bottom: 0px solid white !important;
    }

    .service-list .list-group-item6 {
        padding: 3px;
        padding-left: 60px;
        font-size: 12px;
        margin-bottom: -1px;
        border-top: 1px solid white !important;
        border-bottom: 0px solid white !important;
    }

    .service-list .list-group-item7 {
        padding: 3px;
        padding-left: 75px;
        font-size: 12px;
        margin-bottom: -1px;
        border-top: 1px solid white !important;
        border-bottom: 0px solid white !important;
    }

    .service-list .list-group-item8 {
        padding: 3px;
        padding-left: 90px;
        font-size: 12px;
        margin-bottom: -1px;
        border-top: 1px solid white !important;
        border-bottom: 0px solid white !important;
    }

.current {
    background-color: #006e8c;
    color: white !important;
}

.tree-selected {
    color: #fff;
    background: #007CAA;
    display: block;
}

.btn-email {
    color: #fff;
    background-color: #007CAA;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-email:hover, .btn-email:focus, .btn-email:active, .btn-email.active, .open > .dropdown-toggle.btn-email {
        color: #000;
        background-color: #F99D1B;
        border-color: rgba(0, 0, 0, 0.2)
    }

    .btn-email:active, .btn-email.active, .open > .dropdown-toggle.btn-email {
        background-image: none
    }

/* Accordion */

.accordion .panel-heading {
    background: #D7EDF9;
    border-radius: 0;
}

.accordion .active .panel-heading {
    background: #D1DBE2;
}

.accordion .panel-heading a {
    text-decoration: none !important;
    width: 90%;
    font-weight: normal !important;
    display: inline-block;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.panel-heading [data-toggle="collapse"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    content: "\f068";
    margin-right: 7px;
}

.panel-heading [data-toggle="collapse"].collapsed:before {
    font-family: FontAwesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    content: "\f067";
    margin-right: 7px;
}

/* tabs */

.nav-tabs {
    border-bottom: 1px solid #007CAA;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 1px solid #007CAA;
        border-bottom-color: transparent;
    }

    .nav-tabs > li > a:hover {
        border-color: #eee #eee #007CAA;
    }

/* Override max container width from bootstrap */

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

/* pagination overrides */

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #007CAA;
    border-color: #007CAA;
}

.pagination > li > a, .pagination > li > span {
    color: #007CAA;
}

/* data tables overrides */

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Log in */

.logincanvas {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    background-color: #007CAA;
    color: #fff;
    min-height: 200px;
    padding: 60px 0;
    position: fixed;
}

#CloseOverlay {
    position: fixed;
    z-index: 600;
    right: 60px;
    top: 0;
    width: 60px;
    height: 60px;
    background: #E6EDF0;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    color: #007CAB;
}

.top-controls {
    position: absolute;
    z-index: 500;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 120px;
    height: 65px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

    .top-controls button {
        width: 60px;
        height: 60px;
        padding: 0;
        margin: 0;
        border-radius: 0;
        background-color: #005C6D;
        color: #fff;
    }

        .top-controls button:hover, .top-controls button:focus {
            color: #D7EDf9;
        }

        .top-controls button.login-toggle {
            background-color: #005C6D;
        }

/* For Twitter */

.twitterbox {
    background-color: #E2E7EA;
    padding: 1em;
}

    .twitterbox h3 {
        margin-top: 0;
    }

/* Footer Logo */

.footer {
    padding-top: 100px;
    padding-bottom: 2em;
    font-size: 13px;
}

    .footer .topbar {
        border-top: 1px solid #007CAA;
        margin-top: 2em;
        height: 0;
        margin-bottom: 2em;
    }

    .footer strong {
        font-size: 16px;
    }

.footer-logo {
    /*border-left: 2px solid #898700;*/
    border-left: 2px solid #000;
    padding: 25px 0 0 7px;
    /*font-size: 16px;	font-weight: bold;	font-family: Helvetica, Arial;*/
    font-family: Helvetica, Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    overflow: visible;
    white-space: nowrap;
    background-image: url(/images/org_crest_27px_x2.png);
    background-position: 6px top;
    background-size: auto 22px;
    background-repeat: no-repeat;
    margin: 0;
    display: block;
    color: #000 !important;
    margin-bottom: 1em;
}

    .footer-logo:active, .footer-logo:hover {
        text-decoration: none;
        color: #000;
    }

.footer-bar {
    background-color: #005C6D;
    color: #fff;
    border-radius: 0;
    min-height: 90px;
    line-height: 1.75em;
    font-size: 13px;
}

    .footer-bar p {
        vertical-align: middle;
        margin-top: 32px;
    }

.footer-connect {
    font-weight: bold;
    font-size: 16px;
    line-height: 68px;
}

.footer-bar a {
    background-color: #005C6D;
    color: #fff;
}

.footer .nav > li > a {
    padding: 3px 5px;
    line-height: 16px;
    color: #007CAA;
}

    .footer .nav > li > a strong {
        color: #007CAA;
    }

.footer-bar i {
    margin: 8px;
    vertical-align: middle;
}

/* Homepage buttons */

.thumbnaillabel {
}

a.hoverfade:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* Fix for chrome shake: http://stackoverflow.com/questions/12980153/image-moves-on-hover-chrome-opacity-issue */
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

a.hoverfade img {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out;
    /* Fix for chrome shake: http://stackoverflow.com/questions/12980153/image-moves-on-hover-chrome-opacity-issue */
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.btn-cefas, .btn-cefas-home {
    background-color: #005C6D;
    background-repeat: repeat-x;
    border-color: #005C6D;
    color: #fff;
    border-radius: 0;
    white-space: normal;
    text-align: left;
    font-weight: normal !important;
}

.btn-cefas-large {
    font-size: 18px;
}

.btn-cefas:hover, .btn-cefas:focus {
    background-color: #276c80;
    background-position: 0 -15px;
    color: white;
}

.btn-cefas-home:hover, .btn-cefas-home:focus {
    background-color: #F99D1B;
    background-position: 0 -15px;
    color: #000;
    border-right-color: #fff;
}

.btn-cefas:active, .btn-cefas.active {
    background-color: #F99D1B;
    border-color: none;
    /* #007CAA; /*#005275;*/
    border-radius: 0;
    color: #000;
}

.dropdown-menu {
    background-color: #007CAB;
    border-color: none;
    /* #007CAA; /*#005275;*/
    border-radius: 0;
    color: #FFF;
}

.btn-cefas-home:active, .btn-cefas-home.active, .dropdown-menu-home {
    background-color: #F99D1B;
    border-color: none;
    /* #007CAA; /*#005275;*/
    border-right-color: #fff;
    border-radius: 0;
    color: #000;
}

.btn-cefas.dropdown-toggle {
    border-left: 1px solid #fff;
}

.btn-cefas-home.dropdown-toggle {
    border-left: 1px solid #fff;
}

ul.btn-cefas-dropdown {
    width: 96%;
}

button.btn-cefas-home.btn-cefas-dropdown {
    width: 90%;
}

div.btn-cefas-dropdown {
    width: 97%;
    margin-bottom: 2em;
}

.dropdown-menu > li > a {
    background-color: #007CAA;
    border-color: #007CAA;
    color: #fff;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #276c80 !important;
        border-color: #F276c80 !important;
        color: white;
        background-image: none;
        filter: none;
    }

.open > .dropdown-toggle {
    background-color: #007CAA;
}

/* ==========================================================================   Dream Design's custom styles   ========================================================================== */

.bold-links a {
    font-weight: bold;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    line-height: 1.5;
}

/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
}

/* Smartphones (portrait) ----------- */

@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {
}

@media only screen and (min-width: 569px) and (max-width: 767px) and (orientation: portrait) {
}

/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
}

/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* Desktops and laptops piccoli ----------- */

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1201px) and (max-width: 1365px) {
}

/* Large screens ----------- */

@media only screen and (min-width: 1825px) and (max-width: 2500px) {
}

#SearchOverlay {
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: auto;
    background: #f7f7f7;
    background: rgba(255, 255, 255, 0.9);
    z-index: 6000;
    padding-top: 1em;
    padding-top: 160px;
}

#SearchResults {
    margin-top: 60px;
    /*background: #fff;*/
    padding: 1em;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: transparent !important;
    border: 0px solid !important;
}

.gsc-results-wrapper-visible {
    padding: 1em;
    background: #fff;
}

.gsc-input, .gsc-search-button {
    font-size: 24px !important;
}

input.gsc-search-button {
    font-size: 24px !important;
    height: 40px !important;
    background-color: #007CAA !important;
    border: 1px solid #007CAA !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: normal !important;
}

.gsc-clear-button {
    display: none !important;
}

.gsc-search-box tr {
    border: none;
}

.gsc-input {
    border-color: #007CAA !important;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xs-5ths-2, .col-sm-5ths-2, .col-md-5ths-2, .col-lg-5ths-2, .col-xs-5ths-3, .col-sm-5ths-3, .col-md-5ths-3, .col-lg-5ths-3 {
    /*	width: 376px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

@media (min-width: 569px) {
    .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 20%;
        float: left;
        margin-bottom: 0;
    }

    .col-xs-5ths-2, .col-sm-5ths-2, .col-md-5ths-2, .col-lg-5ths-2 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 40%;
        float: left;
        margin-bottom: 0;
    }

    .col-xs-5ths-3, .col-sm-5ths-3, .col-md-5ths-3, .col-lg-5ths-3 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 60%;
        float: left;
        margin-bottom: 0;
    }
}

.col-sm-5ths-3 .col-sm-4 {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 45px;
}

.col-sm-5ths-3 .col-sm-8 {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 45px;
}

@media (min-width: 569px) {
    .col-sm-5ths-3 .col-sm-4 {
        width: 33%;
        float: left;
        margin-bottom: 0;
    }

    .col-sm-5ths-3 .col-sm-8 {
        width: 66%;
        float: left;
        margin-bottom: 0;
    }
}

.pad-right {
    display: inline-block;
    padding-right: 20px;
}

/*** Main menu ***/

.navmenu-fixed-left {
    background-color: #007CAB;
    color: #FFF !important;
}

.mavmenu-fixed-left a, .mavmenu-fixed-left a:hover, .navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
    color: #FFF !important;
}

.navmenu-default .navmenu-nav > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
    background-color: #007CAA;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

table {
    width: 98%;
}

tr {
    border-bottom: 1px solid #007CAB;
    margin: 0;
}

th {
    margin: 0;
    padding: 2px;
}

td {
    margin: 0;
    padding: 2px;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting, table.dataTable thead .sorting_desc {
    background-image: none !important;
}

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
        color: #fff;
    }

.noborder, tr.noborder td, td.noborder, table.noborder tr td, span.noborder table tr td, .noborder tr {
    /* override of default */
    border-bottom: none #FFFFFF !important;
}

.breadcrumb {
    background-color: white;
    border-bottom: 1px solid #005C6D;
    border-radius: 0;
    padding: 8px 0px;
    margin-top: 15px;
    color: #005C6D !important;
}

    .breadcrumb a, .breadcrumb > .active {
        color: #005C6D;
    }

    .breadcrumb > li + li:before {
        content: "\003e";
        padding: 0 5px;
        color: #005C6D;
    }

/* Push Menu */

/* General styles for all menus */

.cbp-spmenu {
    position: fixed;
}

.maincanvas {
    top: 0;
    left: 0;
    position: relative;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow-y: auto;
}

@media (min-height: 390px) {
    .cbp-spmenu-vertical {
        padding-top: 60px;
    }
}

@media (min-height: 481px) and (min-wdith: 768px) {
    .cbp-spmenu-vertical {
        padding-top: 120px;
    }
}

.cbp-spmenu-vertical a {
    padding: 1em;
    color: #fff;
    border: none !important;
    border-radius: 0 !important;
}

.cbp-spmenu-vertical .list-group {
    border: none !important;
}

.cbp-spmenu-vertical .list-group-item {
    background-color: transparent;
}

    .cbp-spmenu-vertical .list-group-item.current {
        background-color: #00A7D9;
        color: #000 !important;
        font-weight: bold;
    }

.cbp-spmenu-horizontal {
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

    .cbp-spmenu-horizontal a {
        color: #0094CA;
        font-weight: bold;
        margin-top: 5px;
        display: inline-block;
    }

    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: left;
    }

.cbp-spmenu .nav > li > a:hover, .cbp-spmenu .nav > li > a:active {
    background: #276c80;
    color: white;
}

.cbp-spmenu-left {
    left: -240px;
    background: #005C6D;
    color: #fff;
}

    .cbp-spmenu-left li {
        border: none;
    }

    .cbp-spmenu-left.menu-open {
        left: 0px;
    }

.cbp-spmenu-top {
    top: -200px;
    background: #005C6D;
    color: #fff;
}

    .cbp-spmenu-top.menu-open {
        top: 0px;
    }

.push-body-toright {
    position: relative;
    overflow-x: hidden;
    left: 240px;
}

.push-body-tobottom {
    top: 200px;
    position: relative;
    overflow-y: hidden;
}

/* Transitions */

.cbp-spmenu, .maincanvas {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Lightbox */

body:after {
    /* Preload images */
    content: url(../Images/close.png) url(../Images/loading.gif) url(../Images/prev.png) url(../Images/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .lightbox a img {
        border: none;
    }

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../Images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../Images/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-prev:hover {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../Images/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-next:hover {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999999;
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(../Images/close.png) top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

.staff-footer {
    margin-top: 3em;
    margin-bottom: 3em;
    border-top: 1px solid #007CAA;
    padding-top: 1em;
}

.logo-spacer {
    display: inline-block;
    padding-bottom: 20px;
    min-width: 200px;
}

.mccipdate {
    font-weight: bold;
    color: #007CAA;
    margin-top: 1em;
    margin-bottom: 1em;
}

.media-tease {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.custom-container {
    margin: 0 auto;
    padding: 0;
}

.media-tease-content {
    flex-basis: 100%;
    width: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
}

.media-content-full {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 5rem;
}

.filterable-list {
    list-style: none;
    padding: 0;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-list {
    list-style: none;
    padding: 0;
}

.people-ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.tease-forward-crumb {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    bottom: 1rem;
    right: 0;
    padding-right: 10%;
    margin-bottom: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.newsBox {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 5px;
    border: 1px solid black;
    position: relative;
    height: 100%;
    width: 100%;
}

.rating-row {
    background-color: #DAF6FF;
    padding-top: 6px;
    padding-bottom: 6px;
}

.govuk-radios__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
}

    .govuk-radios__item:last-child, .govuk-radios__item:last-of-type {
        margin-bottom: 0;
    }

.govuk-radios__input {
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.govuk-radios__label {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: calc(100% - 74px);
    margin-bottom: 0;
    padding: 7px 15px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

    .govuk-radios__label::before {
        content: "";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 40px;
        height: 40px;
        border: 2px solid currentcolor;
        border-radius: 50%;
        background: transparent;
    }

    .govuk-radios__label::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 12px;
        width: 0;
        height: 0;
        border: 10px solid currentcolor;
        border-radius: 50%;
        opacity: 0;
        background: currentcolor;
    }

.govuk-radios__hint {
    display: block;
    width: 100%;
    margin-top: -5px;
    padding-right: 15px;
    padding-left: 59px;
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-radios__hint {
    margin-bottom: 0;
}

.govuk-radios__input:focus + .govuk-radios__label::before {
    border-width: 4px;
    outline: 3px solid transparent;
    outline-offset: 1px;
    -webkit-box-shadow: 0 0 0 4px #fd0;
    box-shadow: 0 0 0 4px #fd0;
}

@media screen and (forced-colors:active),(-ms-high-contrast:active) {
    .govuk-radios__input:focus + .govuk-radios__label::before {
        outline-color: Highlight;
    }
}

.govuk-radios__input:checked + .govuk-radios__label::after {
    opacity: 1;
}

.govuk-radios__input:disabled, .govuk-radios__input:disabled + .govuk-radios__label {
    cursor: not-allowed;
}

    .govuk-radios__input:disabled + .govuk-radios__label, .govuk-radios__input:disabled ~ .govuk-hint {
        opacity: .5;
    }

@media(min-width: 40.0625em) {
    .govuk-radios--inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .govuk-radios--inline .govuk-radios__item {
            margin-right: 20px;
        }
}

.govuk-radios__divider {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 40px;
    margin-bottom: 10px;
    text-align: center;
}

@media print {
    .govuk-radios__divider {
        font-family: sans-serif;
    }
}

@media(min-width: 40.0625em) {
    .govuk-radios__divider {
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-radios__divider {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-radios__divider {
        color: #000;
    }
}

.govuk-radios__conditional {
    margin-bottom: 15px;
    margin-left: 18px;
    padding-left: 33px;
    border-left: 4px solid #b1b4b6;
}

@media(min-width: 40.0625em) {
    .govuk-radios__conditional {
        margin-bottom: 20px;
    }
}

.govuk-frontend-supported .govuk-radios__conditional--hidden {
    display: none;
}

.govuk-radios__conditional > :last-child {
    margin-bottom: 0;
}

.govuk-radios--small .govuk-radios__item {
    margin-bottom: 0;
}

.govuk-radios--small .govuk-radios__input {
    margin-left: -10px;
}

.govuk-radios--small .govuk-radios__label {
    padding-left: 1px;
}

    .govuk-radios--small .govuk-radios__label::before {
        top: 10px;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .govuk-radios--small .govuk-radios__label::after {
        top: 17px;
        left: 7px;
        border-width: 5px;
    }

.govuk-radios--small .govuk-radios__hint {
    padding-left: 34px;
}

.govuk-radios--small .govuk-radios__conditional {
    margin-left: 10px;
    padding-left: 20px;
}

.govuk-radios--small .govuk-radios__divider {
    width: 24px;
    margin-bottom: 5px;
}

.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
    outline: 4px dashed transparent;
    outline-offset: 1px;
    -webkit-box-shadow: 0 0 0 10px #b1b4b6;
    box-shadow: 0 0 0 10px #b1b4b6;
}

.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
    -webkit-box-shadow: 0 0 0 4px #fd0 0 0 0 10px #b1b4b6;
    box-shadow: 0 0 0 4px #fd0 0 0 0 10px #b1b4b6;
}

@media screen and (forced-colors:active),(-ms-high-contrast:active) {
    .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
        outline-color: Highlight;
    }
}

@media(hover: none),(pointer:coarse) {
    .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
        -webkit-box-shadow: initial;
        box-shadow: initial;
    }

    .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
        -webkit-box-shadow: 0 0 0 4px #fd0;
        box-shadow: 0 0 0 4px #fd0;
    }
}

.govuk-input {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.5rem;
    margin-top: 0;
    padding: 5px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media print {
    .govuk-input {
        font-family: sans-serif;
    }
}

@media(min-width: 40.0625em) {
    .govuk-input {
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-input {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-input:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    -webkit-box-shadow: inset 0 0 0 2px;
    box-shadow: inset 0 0 0 2px;
}

.govuk-input:disabled {
    opacity: .5;
    color: inherit;
    background-color: transparent;
    cursor: not-allowed;
}

.govuk-input::-webkit-outer-spin-button, .govuk-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.govuk-input[type=number] {
    -moz-appearance: textfield;
}

.govuk-input--error {
    border-color: #d4351c;
}

    .govuk-input--error:focus {
        border-color: #0b0c0c;
    }

.govuk-input--extra-letter-spacing {
    font-variant-numeric: tabular-nums;
    letter-spacing: .05em;
}

.govuk-input--width-30 {
    max-width: 29.5em;
}

.govuk-input--width-20 {
    max-width: 20.5em;
}

.govuk-input--width-10 {
    max-width: 11.5em;
}

.govuk-input--width-5 {
    max-width: 5.5em;
}

.govuk-input--width-4 {
    max-width: 4.5em;
}

.govuk-input--width-3 {
    max-width: 3.75em;
}

.govuk-input--width-2 {
    max-width: 2.75em;
}

.govuk-input__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .govuk-input__wrapper .govuk-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .govuk-input__wrapper .govuk-input:focus {
            z-index: 1;
        }

@media(max-width: 19.99em) {
    .govuk-input__wrapper {
        display: block;
    }

        .govuk-input__wrapper .govuk-input {
            max-width: 100%;
        }
}

.govuk-input__prefix, .govuk-input__suffix {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 5px;
    border: 2px solid #0b0c0c;
    background-color: #f3f2f1;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media print {
    .govuk-input__prefix, .govuk-input__suffix {
        font-family: sans-serif;
    }
}

@media(min-width: 40.0625em) {
    .govuk-input__prefix, .govuk-input__suffix {
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-input__prefix, .govuk-input__suffix {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media(max-width: 19.99em) {
    .govuk-input__prefix, .govuk-input__suffix {
        display: block;
        height: 100%;
        white-space: normal;
    }
}

@media(max-width: 19.99em) {
    .govuk-input__prefix {
        border-bottom: 0;
    }
}

@media(min-width: 20em) {
    .govuk-input__prefix {
        border-right: 0;
    }
}

@media(max-width: 19.99em) {
    .govuk-input__suffix {
        border-top: 0;
    }
}

@media(min-width: 20em) {
    .govuk-input__suffix {
        border-left: 0;
    }
}

.govuk-textarea {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 40px;
    margin-bottom: 20px;
    padding: 5px;
    resize: vertical;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
}

@media print {
    .govuk-textarea {
        font-family: sans-serif;
    }
}

@media(min-width: 40.0625em) {
    .govuk-textarea {
        font-size: 1.1875rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-textarea {
        font-size: 14pt;
        line-height: 1.25;
    }
}

@media(min-width: 40.0625em) {
    .govuk-textarea {
        margin-bottom: 30px;
    }
}

.govuk-textarea:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    -webkit-box-shadow: inset 0 0 0 2px;
    box-shadow: inset 0 0 0 2px;
}

.govuk-textarea:disabled {
    opacity: .5;
    color: inherit;
    background-color: transparent;
    cursor: not-allowed;
}

.govuk-textarea--error {
    border-color: #d4351c;
}

    .govuk-textarea--error:focus {
        border-color: #0b0c0c;
    }

.govuk-character-count {
    margin-bottom: 20px;
}

@media(min-width: 40.0625em) {
    .govuk-character-count {
        margin-bottom: 30px;
    }
}

.govuk-character-count .govuk-form-group, .govuk-character-count .govuk-textarea {
    margin-bottom: 5px;
}

.govuk-character-count__message {
    font-variant-numeric: tabular-nums;
    margin-top: 0;
    margin-bottom: 0;
}

    .govuk-character-count__message::after {
        content: "​";
    }

.govuk-character-count__message--disabled {
    visibility: hidden;
}

.govuk-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

    .govuk-fieldset::after {
        content: "";
        display: block;
        clear: both;
    }

@supports not (caret-color: auto) {
    .govuk-fieldset, x:-moz-any-link {
        display: table-cell;
    }
}

.govuk-fieldset__legend {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
    white-space: normal;
}

@media print {
    .govuk-fieldset__legend {
        font-family: sans-serif;
    }
}

@media(min-width: 40.0625em) {
    .govuk-fieldset__legend {
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-fieldset__legend {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-fieldset__legend {
        color: #000;
    }
}

.govuk-fieldset__legend--xl, .govuk-fieldset__legend--l, .govuk-fieldset__legend--m {
    font-weight: 700;
    margin-bottom: 15px;
}

.govuk-fieldset__legend--xl {
    font-size: 2rem;
    line-height: 1.09375;
}

@media(min-width: 40.0625em) {
    .govuk-fieldset__legend--xl {
        font-size: 3rem;
        line-height: 1.0416666667;
    }
}

@media print {
    .govuk-fieldset__legend--xl {
        font-size: 32pt;
        line-height: 1.15;
    }
}

.govuk-fieldset__legend--l {
    font-size: 1.5rem;
    line-height: 1.0416666667;
}

@media(min-width: 40.0625em) {
    .govuk-fieldset__legend--l {
        font-size: 2.25rem;
        line-height: 1.1111111111;
    }
}

@media print {
    .govuk-fieldset__legend--l {
        font-size: 24pt;
        line-height: 1.05;
    }
}

.govuk-fieldset__legend--m {
    font-size: 1.125rem;
    line-height: 1.1111111111;
}

@media(min-width: 40.0625em) {
    .govuk-fieldset__legend--m {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-fieldset__legend--m {
        font-size: 18pt;
        line-height: 1.15;
    }
}

.govuk-fieldset__legend--s {
    font-weight: 700;
}

.govuk-fieldset__heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}