﻿
b, strong {
    font-weight: 700;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #4b8071;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #2f5046;
        text-decoration: underline;
    }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1, h1 {
    font-size: 28px;
}

.text-primary {
    color: #4b8071;
}

a.text-primary:hover {
    color: #386055;
}

.text-danger {
    color: #c62d1b;
}

a.text-danger:hover {
    color: #992315;
}

.bg-primary {
    color: #fff;
    background-color: #4b8071;
}

a.bg-primary:hover {
    background-color: #386055;
}

dt {
    font-weight: 700;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: default;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: default;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: default;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #c62d1b;
}

.has-error .form-control {
    border-color: #c62d1b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #992315;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #e96d5e;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #e96d5e;
    }

.has-error .input-group-addon {
    color: #c62d1b;
    background-color: #f2dede;
    border-color: #c62d1b;
}

.has-error .form-control-feedback {
    color: #c62d1b;
}


@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: default;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-primary {
    color: #fff;
    background-color: #427bae;
    border-color: #3b6e9c;
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #346189;
        border-color: #2a4f6f;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #427bae;
        border-color: #3b6e9c;
    }

    .btn-primary .badge {
        color: #427bae;
        background-color: #fff;
    }

.btn-info {
    color: #4b8071;
    background-color: #fff;
    border-color: #f2f2f2;
}

    .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #4b8071;
        background-color: #e6e6e6;
        border-color: #d4d4d4;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #fff;
        border-color: #f2f2f2;
    }

    .btn-info .badge {
        color: #fff;
        background-color: #4b8071;
    }

.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #b42b27;
}

    .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #9f2623;
        border-color: #821f1c;
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #c9302c;
        border-color: #b42b27;
    }

    .btn-danger .badge {
        color: #c9302c;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #4b8071;
    border-radius: 0;
}

    .btn-link:focus, .btn-link:hover {
        color: #2f5046;
        text-decoration: underline;
        background-color: transparent;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4b8071;
    outline: 0;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: default;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #4b8071;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

    .nav-tabs > li > a:hover {
        border-color: #eee #eee transparent;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #333;
        cursor: default;
        background-color: #bdd2e6;
        border: 1px solid transparent;
        border-bottom-color: transparent;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #333;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4b8071;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #2f5046;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4b8071;
    border-color: #4b8071;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: default;
    background-color: #fff;
    border-color: #ddd;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: default;
    background-color: #fff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label-primary {
    background-color: #4b8071;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #386055;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #4b8071;
    border-radius: 10px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #fff;
    background-color: #4b8071;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #4b8071;
}

.alert .alert-link {
    font-weight: 700;
}

.alert-success {
    color: #3c763d;
    background-color: #eef7ea;
    border-color: #d6e9c6;
}

.alert-info {
    color: #fff;
    background-color: #4b8071;
    border-color: #4b8071;
}

    .alert-info hr {
        border-top-color: #427063;
    }

    .alert-info .alert-link {
        color: #e6e6e6;
    }

.alert-danger {
    color: #c62d1b;
    background-color: #f9f0f0;
    border-color: #ebccd1;
}

    .alert-danger .alert-link {
        color: #992315;
    }


.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: default;
    background-color: #eee;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #4b8071;
    border-color: #4b8071;
}

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #bed9d1;
    }

.list-group-item-danger {
    color: #c62d1b;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #c62d1b;
}

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #c62d1b;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #c62d1b;
        border-color: #c62d1b;
    }

.panel-primary {
    border-color: #4b8071
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #4b8071;
        border-color: #4b8071
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #4b8071
        }

        .panel-primary > .panel-heading .badge {
            color: #4b8071;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #4b8071
    }

.panel-danger > .panel-heading {
    color: #c62d1b;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .panel-danger > .panel-heading .badge {
        color: #f2dede;
        background-color: #c62d1b
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

html {
    position: relative;
    min-height: 100%
}

body {
    margin-bottom: 135px;
    background-color: #d9d9d9
}

.icon-dlp {
    position: relative;
    display: inline-block
}

.dlp-header { /*!@noflip*/
    padding: 1.8em 1.8em 1.8em 0;
    background-color: #fff; /*!@noflip*/
    direction: ltr
}



.dlp-header-logo {
    display: inline-block; /*!@noflip*/
    padding: 0 1.8em 0 0; /*!@noflip*/
    margin-right: 1.8em;
    vertical-align: top; /*!@noflip*/
    border-right: 1px solid #b1b1b1
}

.dlp-header-text {
    display: inline-block;
    margin-top: .5em;
    font-family: Georgia
}

    .dlp-header-text p {
        margin: 0;
        font-size: 1.7em;
        color: #162648
    }

.dlp-header-slt {
    position: relative;
    top: -.3em;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 700;
    color: #4d6faa
}

.dlp-header-nav {
    padding: 0;
    background-color: #fff
}

    .dlp-header-nav .container {
        border-radius: 6px 6px 0 0;
        -webkit-box-shadow: 0 0 .8em rgba(0,0,0,.25);
        box-shadow: 0 0 .8em rgba(0,0,0,.25)
    }

    .dlp-header-nav .row {
        padding: .1em 0 .2em
    }

.dlp-header-nav-options {
    text-align: right
}

.dlp-header-nav form {
    display: inline-block;
    vertical-align: middle
}

.dlp-header-nav .userName, .dlp-header-nav ul {
    display: inline-block;
    padding: 0;
    margin: .6em 0
}

.dlp-header-nav ul {
    margin-left: 2em
}

.dlp-header-nav li {
    display: inline-block;
    padding: 0 .5em
}

    .dlp-header-nav li:first-child {
        padding-left: 0
    }

    .dlp-header-nav li:last-child {
        padding-right: 0
    }

    .dlp-header-nav li a {
        color: #333;
        text-decoration: underline
    }

.dlp-clock {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    padding-left: 33px;
    font-size: 14px;
    line-height: 1.42857143;
    cursor: default !important;
    border: 1px solid #d9d9d9;
    border-color: #ccc;
    border-radius: 4px
}

    .dlp-clock span {
        position: absolute;
        left: 8px;
        width: 20px;
        height: 20px
    }

#date {
    display: inline-block
}

.dlp-main {
    min-height: 510px;
    overflow: hidden;
    border-top: 1px solid #d6d6d6
}

    .dlp-main > .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

.dlp-main-nav {
    z-index: 10;
    min-height: 510px;
    padding: 2em .8em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 .8em rgba(0,0,0,.25);
    box-shadow: 0 0 .8em rgba(0,0,0,.25)
}

    .dlp-main-nav .nav-stacked li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,.2)
    }

        .dlp-main-nav .nav-stacked li a {
            padding-left: 36px
        }

            .dlp-main-nav .nav-stacked li a .badge {
                margin-left: .5em
            }

        .dlp-main-nav .nav-stacked li .icon-dlp {
            position: absolute;
            top: .6em;
            left: .3em;
            width: 1.6em;
            height: 1.6em;
            -webkit-background-size: cover;
            background-size: cover
        }

        .dlp-main-nav .nav-stacked li.active a {
            padding-left: 40px;
            margin-right: -1.2em;
            margin-left: -.3em;
            font-weight: 700;
            background-image: -webkit-linear-gradient(left,#333 0,#000 100%);
            background-image: -o-linear-gradient(left,#333 0,#000 100%);
            background-image: -webkit-gradient(linear,left top,right top,from(#333),to(#000));
            background-image: linear-gradient(to right,#333 0,#000 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff000000', GradientType=1);
            background-repeat: repeat-x
        }

            .dlp-main-nav .nav-stacked li.active a::after {
                position: absolute;
                top: .5em;
                right: -.8em;
                z-index: 20;
                display: block;
                width: 1.8em;
                height: 1.8em;
                content: "";
                background-color: #000;
                border-radius: 4px;
                -webkit-transform: rotate(45deg) skew(10deg,10deg);
                -ms-transform: rotate(45deg) skew(10deg,10deg);
                -o-transform: rotate(45deg) skew(10deg,10deg);
                transform: rotate(45deg) skew(10deg,10deg)
            }

        .dlp-main-nav .nav-stacked li.active .icon-dlp {
            left: .6em;
            background-position: bottom left
        }

    .dlp-main-nav h4 {
        margin-top: 1.5em
    }

    .dlp-main-nav a {
        color: #333
    }

    .dlp-main-nav .alert-info {
        min-width: 0;
        max-width: 100%;
        margin-top: 1.4em
    }

        .dlp-main-nav .alert-info h4 {
            margin-top: 10px;
            font-size: 18px
        }

.dlp-content-box-breadcrumb {
    min-height: 50px;
    padding: .5em;
    background-color: #22465e
}

    .dlp-content-box-breadcrumb:after, .dlp-content-box-breadcrumb:before {
        display: table;
        content: " "
    }

    .dlp-content-box-breadcrumb:after {
        clear: both
    }

    .dlp-content-box-breadcrumb:after, .dlp-content-box-breadcrumb:before {
        display: table;
        content: " "
    }

    .dlp-content-box-breadcrumb:after {
        clear: both
    }

    .dlp-content-box-breadcrumb h2 {
        display: inline-block;
        padding: .5em;
        margin: 0;
        font-size: 1.2em;
        color: #fff
    }

.dlp-main-content {
    min-height: 510px;
    padding: 2.2em;
    background-color: #e2ebf4
}

.dlp-main-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-color: #427bae
}

.dlp-content-wrap {
    position: relative
}

.dlp-content-wrap-header {
    margin-bottom: .75em
}

    .dlp-content-wrap-header h1 {
        display: inline-block;
        margin: .1em 0 0;
        font-family: Georgia,serif;
        color: #fff
    }

.dlp-content-wrap-header-img {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    padding: .45em;
    margin-right: .5em;
    vertical-align: top;
    background-color: rgba(255,255,255,.4);
    border-radius: 50%
}

    .dlp-content-wrap-header-img .icon-dlp {
        width: 100%;
        height: 100%;
        background-position: bottom left;
        -webkit-background-size: cover;
        background-size: cover
    }

.dlp-content-wrap-img {
    width: 100%
}

.dlp-content-box-form, .dlp-content-box-main {
    z-index: 100;
    min-height: 230px;
    padding: 1em 0;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 .8em rgba(0,0,0,.25);
    box-shadow: 0 0 .8em rgba(0,0,0,.25)
}

.dlp-content-box-side {
    padding: 0 1.5em;
    border-left: 1px solid rgba(0,0,0,.2)
}

    .dlp-content-box-side hr {
        margin: .5em 0
    }

.dlp-access-graphic {
    margin-bottom: .5em
}

    .dlp-access-graphic:not(:last-child) figure {
        border-bottom: 1px solid #eee
    }

    .dlp-access-graphic figcaption {
        position: absolute
    }

    .dlp-access-graphic img {
        width: 100%;
        height: auto;
        margin-top: 1em
    }

.dlp-content-box-main {
    padding: 15px
}

.dlp-content-box-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .dlp-content-box-form h3:first-of-type {
        margin-top: .2em
    }

.dlp-content-box-actions {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

    .dlp-content-box-actions > .row {
        margin: .5em 0
    }

.dlp-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 135px;
    padding: 1.6em 0 0;
    font-size: .9em;
    text-align: right
}

.dlp-footer-main {
    padding: 1.6em 0;
    background-color: #002147
}

.dlp-footer-slt {
    background-color: #fff
}

    .dlp-footer-slt .icon-oup-slt-logo {
        position: relative;
        float: right;
        margin: .8em 0
    }

        .dlp-footer-slt .icon-oup-slt-logo::before {
            position: absolute;
            top: -.8em;
            right: 8em;
            width: 0;
            height: 0;
            border-top: 8px solid #d9d9d9;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent
        }

.dlp-footer p {
    margin: 0;
    color: #fff
}

#footerlinks {
    width: auto
}

    #footerlinks ul {
        padding: 0;
        margin: 0
    }

        #footerlinks ul li {
            display: inline-block;
            width: auto;
            color: #fff;
            list-style: none outside none
        }

            #footerlinks ul li span {
                margin: 0 5px
            }

            #footerlinks ul li a {
                color: #fff;
                text-decoration: none
            }

                #footerlinks ul li a:hover {
                    color: #fff;
                    text-decoration: underline
                }

.btn-primary .icon-dlp {
    top: .15em;
    width: 15px;
    height: 14px;
    margin-right: .5em
}

.dlp-cancel {
    margin-left: .5em
}

.dlp-btn-secondary {
    color: #fff;
    background-color: #4b8071;
    border-color: #427063
}

    .dlp-btn-secondary.active, .dlp-btn-secondary.focus, .dlp-btn-secondary:active, .dlp-btn-secondary:focus, .dlp-btn-secondary:hover, .open > .dropdown-toggle.dlp-btn-secondary {
        color: #fff;
        background-color: #386055;
        border-color: #2b4941
    }

    .dlp-btn-secondary.active, .dlp-btn-secondary:active, .open > .dropdown-toggle.dlp-btn-secondary {
        background-image: none
    }

    .dlp-btn-secondary.disabled, .dlp-btn-secondary.disabled.active, .dlp-btn-secondary.disabled.focus, .dlp-btn-secondary.disabled:active, .dlp-btn-secondary.disabled:focus, .dlp-btn-secondary.disabled:hover, .dlp-btn-secondary[disabled], .dlp-btn-secondary[disabled].active, .dlp-btn-secondary[disabled].focus, .dlp-btn-secondary[disabled]:active, .dlp-btn-secondary[disabled]:focus, .dlp-btn-secondary[disabled]:hover, fieldset[disabled] .dlp-btn-secondary, fieldset[disabled] .dlp-btn-secondary.active, fieldset[disabled] .dlp-btn-secondary.focus, fieldset[disabled] .dlp-btn-secondary:active, fieldset[disabled] .dlp-btn-secondary:focus, fieldset[disabled] .dlp-btn-secondary:hover {
        background-color: #4b8071;
        border-color: #427063
    }

    .dlp-btn-secondary .badge {
        color: #4b8071;
        background-color: #fff
    }

.btn-info .icon-dlp, .dlp-btn-add .icon-dlp, .dlp-btn-delete .icon-dlp, .dlp-btn-edit .icon-dlp, .dlp-btn-lgicon .icon-dlp, .dlp-btn-mail .icon-dlp {
    top: .35em;
    width: 20px;
    height: 20px;
    margin-top: -.5em;
    margin-right: .5em
}

.dlp-btn-back .icon-dlp {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dlp-btn-mail .icon-dlp {
    background-position: bottom left
}

.dlp-btn-signin {
    color: #fff;
    background-color: #4b8071;
    border-color: #427063
}

    .dlp-btn-signin.active, .dlp-btn-signin.focus, .dlp-btn-signin:active, .dlp-btn-signin:focus, .dlp-btn-signin:hover, .open > .dropdown-toggle.dlp-btn-signin {
        color: #fff;
        background-color: #386055;
        border-color: #2b4941
    }

    .dlp-btn-signin.active, .dlp-btn-signin:active, .open > .dropdown-toggle.dlp-btn-signin {
        background-image: none
    }

    .dlp-btn-signin.disabled, .dlp-btn-signin.disabled.active, .dlp-btn-signin.disabled.focus, .dlp-btn-signin.disabled:active, .dlp-btn-signin.disabled:focus, .dlp-btn-signin.disabled:hover, .dlp-btn-signin[disabled], .dlp-btn-signin[disabled].active, .dlp-btn-signin[disabled].focus, .dlp-btn-signin[disabled]:active, .dlp-btn-signin[disabled]:focus, .dlp-btn-signin[disabled]:hover, fieldset[disabled] .dlp-btn-signin, fieldset[disabled] .dlp-btn-signin.active, fieldset[disabled] .dlp-btn-signin.focus, fieldset[disabled] .dlp-btn-signin:active, fieldset[disabled] .dlp-btn-signin:focus, fieldset[disabled] .dlp-btn-signin:hover {
        background-color: #4b8071;
        border-color: #427063
    }

    .dlp-btn-signin .badge {
        color: #4b8071;
        background-color: #fff
    }

.dlp-form-icon {
    position: relative;
    width: 28px;
    height: 23px
}

    .dlp-form-icon .icon-dlp {
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center;
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }

.dlp-form-icon {
    position: absolute;
    display: block
}

    .dlp-form-icon + h4 {
        margin-top: 0;
        margin-left: 2em
    }

.dlp-input-group {
    position: relative
}

    .dlp-input-group .dlp-form-icon {
        position: absolute;
        top: .4em;
        right: .5em;
        display: none
    }

    .dlp-input-group select + .dlp-form-icon {
        right: 1.5em
    }

    .dlp-input-group .btn {
        margin-bottom: .5em
    }

.has-error .help-block {
    position: relative;
    display: inline-block;
    padding: .5em 1em;
    margin-bottom: 0;
    color: #fff;
    background-color: #c62d1b;
    border-radius: 4px
}

    .has-error .help-block::before {
        position: absolute;
        bottom: 100%;
        left: 1em;
        width: 0;
        height: 0;
        content: "";
        border-right: 10px solid transparent;
        border-bottom: 10px solid #c62d1b;
        border-left: 10px solid transparent
    }

.has-error .form-control {
    padding-right: 2.5em
}

.has-error .dlp-form-icon {
    display: block
}

.has-error.checkbox .dlp-input-group, .has-error.radio .dlp-input-group {
    padding-right: 2.5em;
    margin-bottom: .3em
}

.dlp-error-alert {
    color: #fff;
    background-color: #c62d1b;
    border-color: #c62d1b
}

    .dlp-error-alert hr {
        border-top-color: #b02818
    }

    .dlp-error-alert .alert-link {
        color: #e6e6e6
    }

.alert.alert-danger .icon-dlp, .alert.alert-success .icon-dlp, .dlp-syscheck-wrap .icon-dlp {
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: .5em
}

.alert.alert-danger .dlp-form-icon, .dlp-syscheck-wrap .dlp-form-icon {
    position: relative;
    display: inline-block
}

.dlp-alert-text {
    margin-top: 1em;
    color: #333
}

.dlp-front-lang {
    margin-top: .5em;
    text-align: right
}

.dlp-front .dlp-main-content-bg {
    height: 100%
}

.dlp-front .dlp-main-content {
    min-height: 200px;
    background-color: transparent
}

.dlp-front-wrap-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0 3em
}

    .dlp-front-wrap-header h1 {
        margin-bottom: 0;
        font-family: Georgia,serif;
        font-size: 42px;
        color: #fff
    }

.dlp-front-wrap-header-sm h2 {
    margin: 0 0 1em;
    font-family: Georgia,serif;
    font-size: 28px;
    color: #fff
}

.dlp-front-box {
    position: relative;
    padding: 1em 2em 2em;
    margin: 0 -2.2em -2.2em;
    background-image: -webkit-linear-gradient(top,#254b65 0,#427bae 100%);
    background-image: -o-linear-gradient(top,#254b65 0,#427bae 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#254b65),to(#427bae));
    background-image: linear-gradient(to bottom,#254b65 0,#427bae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff254b65', endColorstr='#ff427bae', GradientType=0);
    background-repeat: repeat-x
}

.dlp-front-header {
    margin: 0 -15px 1em;
    vertical-align: middle
}

    .dlp-front-header h2 {
        margin: .6em 0 .8em;
        font-size: 14px;
        color: #fff
    }

.dlp-front-content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dlp-front-content .dlp-content-box-side h4 {
    font-family: Georgia,serif;
    font-size: 24px
}

.dlp-front-sites {
    display: table;
    margin: .5em 0
}

    .dlp-front-sites span {
        display: table-cell;
        vertical-align: middle
    }

    .dlp-front-sites .dlp-front-sites-icon {
        width: 34px;
        height: 38px
    }

        .dlp-front-sites .dlp-front-sites-icon img {
            width: 100%;
            height: auto
        }

.dlp-front-sites-text {
    padding-left: .8em;
    font-weight: 700
}

.dlp-front-eaw {
    text-align: center
}

    .dlp-front-eaw img {
        width: 8em;
        height: auto
    }

.dlp-front-register-confirm {
    margin: 1em 0
}

    .dlp-front-register-confirm td {
        padding: 5px 8px
    }

.dlp-input-group .progress {
    margin: .5em 0
}

.dlp-splash-section {
    margin: 1.5em 0;
    text-align: center
}

    .dlp-splash-section:not(:first-of-type) {
        border-left: 1px solid rgba(0,0,0,.2)
    }

    .dlp-splash-section.access-content .dlp-splash-img {
        background-color: #a44686
    }

    .dlp-splash-section.access-content .btn-primary {
        color: #fff;
        background-color: #a44686;
        border-color: #923e77
    }

        .dlp-splash-section.access-content .btn-primary.active, .dlp-splash-section.access-content .btn-primary.focus, .dlp-splash-section.access-content .btn-primary:active, .dlp-splash-section.access-content .btn-primary:focus, .dlp-splash-section.access-content .btn-primary:hover, .open > .dropdown-toggle.dlp-splash-section.access-content .btn-primary {
            color: #fff;
            background-color: #803769;
            border-color: #672c54
        }

        .dlp-splash-section.access-content .btn-primary.active, .dlp-splash-section.access-content .btn-primary:active, .open > .dropdown-toggle.dlp-splash-section.access-content .btn-primary {
            background-image: none
        }

        .dlp-splash-section.access-content .btn-primary.disabled, .dlp-splash-section.access-content .btn-primary.disabled.active, .dlp-splash-section.access-content .btn-primary.disabled.focus, .dlp-splash-section.access-content .btn-primary.disabled:active, .dlp-splash-section.access-content .btn-primary.disabled:focus, .dlp-splash-section.access-content .btn-primary.disabled:hover, .dlp-splash-section.access-content .btn-primary[disabled], .dlp-splash-section.access-content .btn-primary[disabled].active, .dlp-splash-section.access-content .btn-primary[disabled].focus, .dlp-splash-section.access-content .btn-primary[disabled]:active, .dlp-splash-section.access-content .btn-primary[disabled]:focus, .dlp-splash-section.access-content .btn-primary[disabled]:hover, fieldset[disabled] .dlp-splash-section.access-content .btn-primary, fieldset[disabled] .dlp-splash-section.access-content .btn-primary.active, fieldset[disabled] .dlp-splash-section.access-content .btn-primary.focus, fieldset[disabled] .dlp-splash-section.access-content .btn-primary:active, fieldset[disabled] .dlp-splash-section.access-content .btn-primary:focus, fieldset[disabled] .dlp-splash-section.access-content .btn-primary:hover {
            background-color: #a44686;
            border-color: #923e77
        }

        .dlp-splash-section.access-content .btn-primary .badge {
            color: #a44686;
            background-color: #fff
        }

    .dlp-splash-section.join-class .dlp-splash-img {
        background-color: #4b8071
    }

    .dlp-splash-section.join-class .btn-primary {
        color: #fff;
        background-color: #4b8071;
        border-color: #427063
    }

        .dlp-splash-section.join-class .btn-primary.active, .dlp-splash-section.join-class .btn-primary.focus, .dlp-splash-section.join-class .btn-primary:active, .dlp-splash-section.join-class .btn-primary:focus, .dlp-splash-section.join-class .btn-primary:hover, .open > .dropdown-toggle.dlp-splash-section.join-class .btn-primary {
            color: #fff;
            background-color: #386055;
            border-color: #2b4941
        }

        .dlp-splash-section.join-class .btn-primary.active, .dlp-splash-section.join-class .btn-primary:active, .open > .dropdown-toggle.dlp-splash-section.join-class .btn-primary {
            background-image: none
        }

        .dlp-splash-section.join-class .btn-primary.disabled, .dlp-splash-section.join-class .btn-primary.disabled.active, .dlp-splash-section.join-class .btn-primary.disabled.focus, .dlp-splash-section.join-class .btn-primary.disabled:active, .dlp-splash-section.join-class .btn-primary.disabled:focus, .dlp-splash-section.join-class .btn-primary.disabled:hover, .dlp-splash-section.join-class .btn-primary[disabled], .dlp-splash-section.join-class .btn-primary[disabled].active, .dlp-splash-section.join-class .btn-primary[disabled].focus, .dlp-splash-section.join-class .btn-primary[disabled]:active, .dlp-splash-section.join-class .btn-primary[disabled]:focus, .dlp-splash-section.join-class .btn-primary[disabled]:hover, fieldset[disabled] .dlp-splash-section.join-class .btn-primary, fieldset[disabled] .dlp-splash-section.join-class .btn-primary.active, fieldset[disabled] .dlp-splash-section.join-class .btn-primary.focus, fieldset[disabled] .dlp-splash-section.join-class .btn-primary:active, fieldset[disabled] .dlp-splash-section.join-class .btn-primary:focus, fieldset[disabled] .dlp-splash-section.join-class .btn-primary:hover {
            background-color: #4b8071;
            border-color: #427063
        }

        .dlp-splash-section.join-class .btn-primary .badge {
            color: #4b8071;
            background-color: #fff
        }

    .dlp-splash-section.teacher-access .dlp-splash-img {
        background-color: #427bae
    }

    .dlp-splash-section.teacher-access .btn-primary {
        color: #fff;
        background-color: #427bae;
        border-color: #3b6e9c
    }

        .dlp-splash-section.teacher-access .btn-primary.active, .dlp-splash-section.teacher-access .btn-primary.focus, .dlp-splash-section.teacher-access .btn-primary:active, .dlp-splash-section.teacher-access .btn-primary:focus, .dlp-splash-section.teacher-access .btn-primary:hover, .open > .dropdown-toggle.dlp-splash-section.teacher-access .btn-primary {
            color: #fff;
            background-color: #346189;
            border-color: #2a4f6f
        }

        .dlp-splash-section.teacher-access .btn-primary.active, .dlp-splash-section.teacher-access .btn-primary:active, .open > .dropdown-toggle.dlp-splash-section.teacher-access .btn-primary {
            background-image: none
        }

        .dlp-splash-section.teacher-access .btn-primary.disabled, .dlp-splash-section.teacher-access .btn-primary.disabled.active, .dlp-splash-section.teacher-access .btn-primary.disabled.focus, .dlp-splash-section.teacher-access .btn-primary.disabled:active, .dlp-splash-section.teacher-access .btn-primary.disabled:focus, .dlp-splash-section.teacher-access .btn-primary.disabled:hover, .dlp-splash-section.teacher-access .btn-primary[disabled], .dlp-splash-section.teacher-access .btn-primary[disabled].active, .dlp-splash-section.teacher-access .btn-primary[disabled].focus, .dlp-splash-section.teacher-access .btn-primary[disabled]:active, .dlp-splash-section.teacher-access .btn-primary[disabled]:focus, .dlp-splash-section.teacher-access .btn-primary[disabled]:hover, fieldset[disabled] .dlp-splash-section.teacher-access .btn-primary, fieldset[disabled] .dlp-splash-section.teacher-access .btn-primary.active, fieldset[disabled] .dlp-splash-section.teacher-access .btn-primary.focus, fieldset[disabled] .dlp-splash-section.teacher-access .btn-primary:active, fieldset[disabled] .dlp-splash-section.teacher-access .btn-primary:focus, fieldset[disabled] .dlp-splash-section.teacher-access .btn-primary:hover {
            background-color: #427bae;
            border-color: #3b6e9c
        }

        .dlp-splash-section.teacher-access .btn-primary .badge {
            color: #427bae;
            background-color: #fff
        }

    .dlp-splash-section h3 {
        font-family: Georgia,serif;
        font-size: 28px
    }

.dlp-splash-img {
    width: 5em;
    height: 5em;
    margin: 0 auto;
    border-radius: 50%
}

    .dlp-splash-img .icon-dlp {
        width: 70%;
        height: 70%;
        margin: 15%;
        background-position: bottom left;
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }

.dlp-courses-panel {
    position: relative;
    background-color: #eee
}

    .dlp-courses-panel h3 {
        margin-top: 0;
        font-family: Georgia,serif
    }

        .dlp-courses-panel h3 small {
            display: inline-block;
            margin-left: .5em;
            font-family: Arial,sans-serif;
            color: #333
        }

    .dlp-courses-panel table {
        margin-bottom: 0
    }

    .dlp-courses-panel .btn {
        margin-bottom: .5em
    }

.dlp-courses-table {
    background-color: #fff;
    border: 1px solid #ddd
}

    .dlp-courses-table td {
        position: relative
    }

        .dlp-courses-table td:first-child {
            width: 130px;
            overflow: hidden
        }

.dlp-courses-heading {
    font-family: Georgia,serif;
    font-size: 24px
}

.dlp-courses-loading {
    position: absolute;
    width: 109px;
    height: 109px;
    overflow: hidden
}

    .dlp-courses-loading .icon-dlp {
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        -webkit-animation: spin 1s steps(12) infinite;
        -o-animation: spin 1s steps(12) infinite;
        animation: spin 1s steps(12) infinite
    }

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.dlp-courses-deactivated {
    background-color: #f3f3f3
}

    .dlp-courses-deactivated .dlp-courses-heading a, .dlp-courses-deactivated .dlp-courses-heading a:hover {
        color: #777;
        text-decoration: none;
        cursor: default
    }

    .dlp-courses-deactivated .icon-dlp_infoWarning, .dlp-courses-deactivated .icon-dlp_warning {
        float: left;
        width: 23px;
        height: 20px;
        margin-right: .5em;
        margin-bottom: 2em
    }

.dlp-courses-error .icon-loader {
    background-color: rgba(0,0,0,.55);
    background-image: none;
    -webkit-animation: initial;
    -o-animation: initial;
    animation: initial
}

.dlp-hide-checkbox {
    position: absolute;
    top: .5em;
    right: .8em
}

.alert-info {
    position: relative;
    z-index: 20;
    display: inline-block;
    width: 450px;
    margin-bottom: .8em;
    -webkit-box-shadow: 0 0 .8em rgba(0,0,0,.25);
    box-shadow: 0 0 .8em rgba(0,0,0,.25)
}

    .alert-info::before {
        position: absolute;
        top: 100%;
        left: 4em;
        width: 0;
        height: 0;
        content: "";
        border-top: 1.4em solid #4b8071;
        border-right: 1.4em solid transparent;
        border-left: 1.4em solid transparent
    }

    .alert-info h4 {
        font-family: Georgia,serif;
        font-size: 28px
    }

    .alert-info .close {
        filter: alpha(opacity=100);
        opacity: 1
    }

        .alert-info .close:focus, .alert-info .close:hover {
            filter: alpha(opacity=80);
            opacity: .8
        }

    .alert-info .icon-dlp {
        width: 20px;
        height: 20px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .alert-info ul {
        padding-left: 1.2em
    }

.dlp-msg-list .list-group-item .dlp-msg-list-date {
    margin-right: 1em
}

.dlp-msg-list .list-group-item.unread {
    font-weight: 700
}

    .dlp-msg-list .list-group-item.unread .dlp-msg-list-title {
        color: #4b8071
    }

.dlp-msg-list .list-group-item.sent {
    font-style: italic;
    background-color: rgba(115,115,115,.2)
}

.dlp-msg-list span {
    display: inline-block
}

.dlp-msg-content h3 {
    margin: 0
}

.dlp-msg-content hr {
    margin: 1em 0
}

.radio .dlp-input-group label {
    display: block
}

.dlp-msg-sent-label {
    font-style: normal;
    color: #333;
    background-color: #fff
}

.dlp-organization-access {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dlp-main-organisation .dlp-main-content-bg {
    background-color: #22465e
}

.dlp-main-organisation .dlp-content-box-breadcrumb {
    background-color: #427bae
}

.dlp-main-organisation .dlp-blank-table {
    margin-bottom: .8em;
    border-width: 0
}

.dlp-main-organisation .pagination {
    margin: 0
}

.dlp-search {
    display: inline-block;
    max-width: 300px;
    vertical-align: middle
}

    .dlp-search .icon-dlp {
        top: 2px;
        width: 16px;
        height: 16px;
        margin-bottom: -1px
    }

.dlp-classname .form-control {
    min-width: 45%
}

.dlp-organisation-list .panel {
    margin-top: 1em
}

    .dlp-organisation-list .panel .panel-body {
        padding: 0
    }

        .dlp-organisation-list .panel .panel-body .table {
            margin: 0
        }

        .dlp-organisation-list .panel .panel-body .dlp-organization-paneltext {
            margin: 15px
        }

.dlp-organisation-list .table th {
    vertical-align: middle
}

.dlp-organisation-list .table a {
    white-space: pre
}

.dlp-organisation-list .dlp-tooltip-icon.icon-dlp {
    width: 19px;
    height: 19px;
    margin-right: .2em;
    vertical-align: top
}

.dlp-organisation-actions {
    max-width: 200px
}

    .dlp-organisation-actions select {
        max-width: 160px
    }

    .dlp-organisation-actions input {
        margin-left: .8em
    }

.dlp-organisation-tabs .nav-tabs > li {
    width: 50%
}

    .dlp-organisation-tabs .nav-tabs > li > a {
        color: #333;
        text-align: center;
        background-color: #e2ebf4
    }

    .dlp-organisation-tabs .nav-tabs > li:last-of-type a {
        margin: 0
    }

    .dlp-organisation-tabs .nav-tabs > li.active > a {
        color: #fff;
        background-color: #427bae
    }

.dlp-organisation-tabs .tab-content {
    padding: 1em;
    background-color: #427bae
}

    .dlp-organisation-tabs .tab-content .help-block {
        color: #fff
    }

.dlp-organisation-accordion {
    position: relative;
    margin: 0
}

.dlp-organisation-accordion-btn {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    color: #fff;
    text-align: left;
    background-color: #22465e;
    border-radius: 4px 4px 0 0
}

    .dlp-organisation-accordion-btn:focus, .dlp-organisation-accordion-btn:hover {
        color: #fff
    }

    .dlp-organisation-accordion-btn .icon-dlp {
        top: 3px;
        float: right;
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .dlp-organisation-accordion-btn.collapsed {
        border-radius: 4px
    }

        .dlp-organisation-accordion-btn.collapsed .icon-dlp {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0)
        }

.dlp-organisation-accordion-content {
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,.2);
    border-top-width: 0;
    border-radius: 0 0 4px 4px
}

    .dlp-organisation-accordion-content select:not(:last-of-type) {
        margin-bottom: .5em
    }

    .dlp-organisation-accordion-content.white {
        padding: 0;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.2);
        border-top-width: 0
    }

        .dlp-organisation-accordion-content.white ul {
            padding: 0;
            margin: 0;
            list-style-type: none
        }

        .dlp-organisation-accordion-content.white li {
            padding: .6em 15px
        }

            .dlp-organisation-accordion-content.white li:not(:last-of-type) {
                border-bottom: 1px solid rgba(0,0,0,.2)
            }

            .dlp-organisation-accordion-content.white li .facetclose {
                float: right;
                margin-left: 1em
            }

                .dlp-organisation-accordion-content.white li .facetclose .icon-dlp {
                    right: -.3em;
                    width: 20px;
                    height: 20px
                }

.dlp-organisation-accordion-filtered {
    font-weight: 700
}

.dlp-organisation-accordion-clear {
    position: absolute;
    top: .7em;
    right: 3em
}

    .dlp-organisation-accordion-clear, .dlp-organisation-accordion-clear:hover {
        color: #fff
    }

.dlp-details-accordion {
    margin: .5em -15px -10px;
    background-color: #f4f8fb
}

    .dlp-details-accordion hr {
        margin: .5em 0;
        border-top-color: rgba(0,0,0,.2)
    }

.dlp-details-accordion-btn {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-weight: 700;
    color: #427bae;
    text-align: left
}

    .dlp-details-accordion-btn:focus, .dlp-details-accordion-btn:hover {
        color: #427bae
    }

    .dlp-details-accordion-btn .icon-dlp {
        top: 3px;
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .dlp-details-accordion-btn.collapsed .icon-dlp {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

.dlp-details-accordion-content {
    padding: 10px 15px
}

.dlp-chain-admin {
    padding-top: .8em;
    padding-bottom: .8em;
    color: #fff;
    background-color: #4b8071;
    border-bottom: 2px solid #386055
}

.dlp-syscheck-warning {
    color: #c9302c
}

#ddlClassvalue {
    margin-top: .5em
}

.divColumnalltexteditnotifyviewstring {
    display: inline-block;
    width: 50%
}

.previewBox {
    height: 230px;
    overflow: auto
}

.dlp-rtl .dlp-header div[class^=col] { /*!@noflip*/
    float: left
}

.dlp-rtl .btn-primary:not(.dlp-btn-mail) .icon-dlp {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dlp-rtl .dlp-btn-back .icon-dlp {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

@media (max-width:767px) {
    .dlp-content-wrap-img {
        width: 250px;
        margin-top: 1em
    }

    .dlp-front-wrap-header h1 {
        font-size: 36px
    }

    .dlp-header-nav-options {
        text-align: left
    }

    .dlp-front-content > .row, .dlp-main > .row {
        display: block
    }

    .dlp-main-nav {
        min-height: 0
    }

    .dlp-content-box-form, .dlp-front-wrap-header, .dlp-organization-access {
        display: block
    }

    .dlp-content-box-side, .dlp-rtl .dlp-content-box-side, .dlp-rtl .dlp-splash-section:not(:first-of-type), .dlp-splash-section:not(:first-of-type) {
        border-top: 1px solid rgba(0,0,0,.2);
        border-right-width: 0;
        border-left-width: 0
    }

    .dlp-content-box-side {
        padding-top: 1em;
        margin-top: 1em
    }

    .dlp-access-graphic:not(:last-child) {
        border-right: 1px solid #eee
    }

        .dlp-access-graphic:not(:last-child) figure {
            border-bottom-width: 0
        }

    .dlp-content-box-actions .btn {
        margin-top: 1em
    }

    .dlp-main-nav .nav-stacked li.active a {
        margin-right: -.3em
    }

        .dlp-main-nav .nav-stacked li.active a::after {
            display: none;
        }

    .dlp-splash-section:not(:first-of-type) {
        padding-top: 2em;
    }

    .alert-info {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .dlp-organisation-actions select {
        max-width: 120px;
    }
}




.icon-oup-logo-blue {
    /*height and width currently set as inline style better to change them there and remove !importants */
    width: 180px !important;
    height: 42px !important;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 754.8 174.84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23011e41'%3E%3Cpath d='m141 95.8c-.3 1.7-.6 3.3-1 5a143.72 143.72 0 0 0 33.1-29.6 78.73 78.73 0 0 0 -3.1-11.8c-6.8 14.1-17.7 26.8-29 36.4z'/%3E%3Cpath d='m141.6 86a140.27 140.27 0 0 0 24-37.2 72.53 72.53 0 0 0 -6.3-10.8c-2.9 15.7-9.9 30.6-18.1 42.7a31.53 31.53 0 0 1 .4 5.3z'/%3E%3Cpath d='m136 111.5c-.7 1.5-1.6 3-2.4 4.4a146.7 146.7 0 0 0 38.1-18.7 68.88 68.88 0 0 1 -4.9 16c-16 7.1-29.4 10.7-40.6 12.1-1.3 1.3-2.7 2.6-4.1 3.8 10.9.1 23.9-1.5 39.7-6.5a65.87 65.87 0 0 1 -12.2 14.1c-14.4 1.1-26.2.3-36.2-1.7-1.5.8-3.1 1.6-4.7 2.3a100.83 100.83 0 0 0 30.2 7.1 77 77 0 0 1 -13 6.1 154 154 0 0 1 -27-10.1 40.76 40.76 0 0 1 -6.1.9 133.9 133.9 0 0 0 22.3 12.2 75.26 75.26 0 0 1 -13.3 1.5h-2.7a153.83 153.83 0 0 1 -16.6-13.6 47.52 47.52 0 0 1 -7.4-1.2 134.4 134.4 0 0 0 13.5 13.7 64.9 64.9 0 0 1 -15-4.5 128.19 128.19 0 0 1 -7.8-12.3 62.45 62.45 0 0 1 -6.8-3.5 117.8 117.8 0 0 0 5.7 11.2 64.23 64.23 0 0 1 -12.6-10.1 88.58 88.58 0 0 1 -4.9-10.9 54.3 54.3 0 1 1 92-52.8c5.3-11.6 9.6-26.1 10.9-44.4a86.62 86.62 0 0 0 -9-8.1c2.3 16.9.8 31.3-2.9 43.5a83.33 83.33 0 0 0 -5.9-9.9c.8-11.5-.1-25.4-4.4-42.2a79.21 79.21 0 0 0 -11.2-4.9c6.8 12.7 10.4 27.8 11.4 41.8a91.69 91.69 0 0 0 -8.3-8.2c-3.2-10.9-8.7-23.2-17.5-37.4a74.79 74.79 0 0 0 -11.5-1.2 122 122 0 0 1 21.7 33.2 73.32 73.32 0 0 0 -12.3-6.7 144.84 144.84 0 0 0 -23.5-25.9 68 68 0 0 0 -11.1 2.1 110.69 110.69 0 0 1 24.2 20 75 75 0 0 0 -14-2.6 144.23 144.23 0 0 0 -21.9-13.4 88.63 88.63 0 0 0 -10.7 5.3c7.1.8 14.1 3.7 21.4 7.9a66 66 0 0 0 -12.6 1.8 124.11 124.11 0 0 0 -17-4.2 81.2 81.2 0 0 0 -9.4 8.2 55.49 55.49 0 0 1 14.1-.3 97.23 97.23 0 0 0 -24.8 13.3 87.31 87.31 0 1 0 159.7 48.7c0-1.4 0-2.8-.1-4.1-7.3 10.2-22.7 20.7-38.5 28.2z'/%3E%3Cpath d='m387.7 92.6-25.2-34 25-33.7h-12.6l-20.2 28.3-20.2-28.4h-12.6l25 33.7-25.2 34h12.4l20.5-28.9 20.5 29z'/%3E%3Cpath d='m642.3 68.6c8.2-3.5 13.7-10.5 13.7-20.8 0-14.7-10.4-22.9-27.4-22.9h-29.6v67.7h11.2v-21.5h20.3a74.88 74.88 0 0 1 15.7 21.4h13.7a104 104 0 0 0 -17.6-23.9zm-13.5-7.2h-18.8v-26.6h18.1c9.9 0 16.2 4.5 16.2 13.4s-6.1 13.2-15.5 13.2z'/%3E%3Cpath d='m754.8 58.7c0-20.2-14.1-33.9-36-33.9h-25.3v67.7h25.3c21.8.1 36-13.6 36-33.8zm-36.8 23.9h-13.3v-47.8h13.3c14.4 0 25.4 8.6 25.4 23.9s-11 23.9-25.4 23.9z'/%3E%3Cpath d='m258.8 23.2c-19.6 0-36.1 15.8-36.1 35.4s16.6 35.4 36.1 35.4 36.2-15.9 36.2-35.4-16.6-35.4-36.2-35.4zm0 60.6c-13.9 0-25.6-11.3-25.6-25.2s11.7-25.2 25.6-25.2 25.6 11.3 25.6 25.2-11.7 25.2-25.6 25.2z'/%3E%3Cpath d='m529.8 23.2c-19.6 0-36.2 15.8-36.2 35.4s16.6 35.4 36.2 35.4 36.2-15.9 36.2-35.4-16.6-35.4-36.2-35.4zm0 60.6c-13.9 0-25.6-11.3-25.6-25.2s11.7-25.2 25.6-25.2 25.6 11.3 25.6 25.2-11.7 25.2-25.6 25.2z'/%3E%3Cpath d='m417.7 92.6h11.2v-24.4h32.6a43.82 43.82 0 0 0 4.8-9.7h-37.4v-23.7h41.4v-9.9h-52.5z'/%3E%3Cpath d='m642.2 130.8c0-6.2-4.4-9.6-11.7-9.6h-12.6v28.6h4.8v-9h8.5a32.69 32.69 0 0 1 6.6 9h5.8a42.64 42.64 0 0 0 -7.3-10.1 9.07 9.07 0 0 0 5.9-8.9zm-11.9 5.8h-7.6v-11.3h7.6c4.2 0 7 1.8 7 5.6 0 4.1-2.7 5.7-7 5.7z'/%3E%3Cpath d='m249.9 137.7h.1c0 4.6-2.5 8.2-7.8 8.2s-7.9-3.6-7.9-8.2v-16.5h-4.8v16.5c0 7.4 4.8 12.8 12.6 12.8s12.6-5.3 12.6-12.8v-16.5h-4.8z'/%3E%3Cpath d='m696.6 128.3c0-2 1.8-3.4 5.5-3.4a16.2 16.2 0 0 1 8.2 2.6l2.5-3.9a19.77 19.77 0 0 0 -10.6-3c-6.2 0-10.7 2.8-10.7 8.1 0 10.7 17 7 17 13.5 0 2.2-2.3 4-5.6 4a14.16 14.16 0 0 1 -9.6-3.8l-2.6 3.7a18.88 18.88 0 0 0 12.1 4.4c6.1 0 11-3.5 11-8.6 0-10.3-17.2-7.2-17.2-13.6z'/%3E%3Cpath d='m444.8 128.3c0-2 1.8-3.4 5.5-3.4a16.2 16.2 0 0 1 8.2 2.6l2.5-3.9a19.77 19.77 0 0 0 -10.6-3c-6.2 0-10.7 2.8-10.7 8.1 0 10.7 17 7 17 13.5 0 2.2-2.3 4-5.6 4a14.16 14.16 0 0 1 -9.6-3.8l-2.6 3.7a18.88 18.88 0 0 0 12.1 4.4c6.1 0 11-3.5 11-8.6.1-10.3-17.2-7.2-17.2-13.6z'/%3E%3Cpath d='m730.7 128.3c0-2 1.8-3.4 5.5-3.4a16.2 16.2 0 0 1 8.2 2.6l2.5-3.9a19.77 19.77 0 0 0 -10.6-3c-6.2 0-10.7 2.8-10.7 8.1 0 10.7 17 7 17 13.5 0 2.2-2.3 4-5.6 4a14.16 14.16 0 0 1 -9.6-3.8l-2.6 3.7a18.88 18.88 0 0 0 12.1 4.4c6.1 0 11-3.5 11-8.6 0-10.3-17.2-7.2-17.2-13.6z'/%3E%3Cpath d='m289.1 141.7h-.1l-17.2-20.6h-4v28.6h4.8v-20.7l17.3 20.8h4v-28.6h-4.8z'/%3E%3Cpath d='m308.7 121.2h4.8v28.6h-4.8z'/%3E%3Cpath d='m476 121.2h4.8v28.6h-4.8z'/%3E%3Cpath d='m493.1 125.4h9.8v24.4h4.8v-24.4h9.7v-4.2h-24.3z'/%3E%3Cpath d='m426.7 130.8c0-6.2-4.4-9.6-11.7-9.6h-12.6v28.6h4.8v-9h8.5a32.69 32.69 0 0 1 6.6 9h5.9a42.64 42.64 0 0 0 -7.3-10.1 8.86 8.86 0 0 0 5.8-8.9zm-11.8 5.8h-7.6v-11.3h7.6c4.2 0 7 1.8 7 5.6 0 4.1-2.7 5.7-7 5.7z'/%3E%3Cpath d='m540.6 134.5a118.52 118.52 0 0 1 -7.8-13.3h-5.5a187.19 187.19 0 0 0 11 18.2v10.5h4.8v-10.5a175.91 175.91 0 0 0 11-18.2h-5.5c-2.5 4.6-5.1 9-8 13.3z'/%3E%3Cpath d='m340.2 144.4a137.67 137.67 0 0 1 -9.2-23.3h-5.2a148.54 148.54 0 0 0 11.8 28.6h5a155.16 155.16 0 0 0 11.8-28.6h-4.9a134.8 134.8 0 0 1 -9.3 23.3z'/%3E%3Cpath d='m366.7 149.8h22v-4.2h-17.2v-8.1h13.6a18.7 18.7 0 0 0 2-4h-15.6v-8.1h17.2v-4.2h-22z'/%3E%3Cpath d='m661.4 137.5h13.5a18.7 18.7 0 0 0 2-4h-15.5v-8.1h17.1v-4.2h-22v28.6h22.1v-4.2h-17.2z'/%3E%3Cpath d='m593 121.2h-12.6v28.6h4.8v-24.4h7.6c4.2 0 7 1.9 7 5.7 0 4.1-2.7 5.8-7 5.8h-4.3l-1.8 4.2h6.1c7.1 0 12-3.5 12-10.1-.1-6.4-4.5-9.8-11.8-9.8z'/%3E%3C/g%3E%3C/svg%3E") !important;
}



/*Before sign-in*/

.sign-in {
    background-color: #011E41;
    color: white;
}

    .sign-in .dlp-header-text p {
        color: white;
    }

    .sign-in .dlp-footer-main {
        background-color: #011E41;
    }

    /*class is currently .icon-oup-logo-blue so that would need to chnage too */
    .sign-in .icon-oup-logo-white {
        /*height and width currently set as inline style better to change them there and remove !importants */
        width: 180px !important;
        height: 42px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 754.66 174.76'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.89,95.78c-.26,1.68-.6,3.34-1,5A144,144,0,0,0,173,71.22a87.31,87.31,0,0,0-3.07-11.82c-6.82,14.13-17.69,26.78-29,36.38Z'/%3E%3Cpath class='a' d='M141.52,86a137.93,137.93,0,0,0,24-37.16A87.19,87.19,0,0,0,159.25,38c-2.87,15.68-9.89,30.62-18.11,42.67C141.35,82.46,141.48,84.24,141.52,86Z'/%3E%3Cpath class='a' d='M135.87,111.53q-1.12,2.25-2.43,4.36a147.6,147.6,0,0,0,38.11-18.66,72.3,72.3,0,0,1-4.87,16c-16,7.13-29.36,10.71-40.64,12.09a54.57,54.57,0,0,1-4.11,3.79c10.93.12,23.91-1.53,39.69-6.47a66.47,66.47,0,0,1-12.25,14.1c-14.42,1-26.25.26-36.16-1.71q-2.31,1.26-4.74,2.3a102.91,102.91,0,0,0,30.19,7.11,77.78,77.78,0,0,1-13,6.1,156.65,156.65,0,0,1-27-10.1,54.48,54.48,0,0,1-6.08.95,136.25,136.25,0,0,0,22.3,12.2,70.41,70.41,0,0,1-13.34,1.48H98.85A147.94,147.94,0,0,1,82.3,141.44a54.22,54.22,0,0,1-7.38-1.17A143.2,143.2,0,0,0,88.4,154a67.72,67.72,0,0,1-15-4.51,121.92,121.92,0,0,1-7.8-12.29,53.63,53.63,0,0,1-6.77-3.52,121.14,121.14,0,0,0,5.75,11.23A67.1,67.1,0,0,1,52,134.84a79.57,79.57,0,0,1-4.9-10.91,54.32,54.32,0,1,1,92-52.88c5.33-11.63,9.56-26.11,10.93-44.41a89.08,89.08,0,0,0-9-8.15c2.28,16.87.77,31.3-2.85,43.52a67.48,67.48,0,0,0-5.93-9.86c.75-11.52-.15-25.4-4.41-42.22A88,88,0,0,0,116.63,5C123.41,17.68,127,32.8,128,46.83a77.89,77.89,0,0,0-8.35-8.2C116.42,27.74,111,15.38,102.15,1.2A88.17,88.17,0,0,0,90.69,0a121.6,121.6,0,0,1,21.68,33.18,80.8,80.8,0,0,0-12.27-6.74A146.68,146.68,0,0,0,76.56.58,85.31,85.31,0,0,0,65.47,2.67a113.15,113.15,0,0,1,24.21,20,76.49,76.49,0,0,0-14-2.64A150.32,150.32,0,0,0,53.76,6.6a87.14,87.14,0,0,0-10.68,5.33c7.07.75,14.1,3.7,21.44,7.89a73.79,73.79,0,0,0-12.63,1.81,124.24,124.24,0,0,0-17-4.24,87.33,87.33,0,0,0-9.42,8.19,56.7,56.7,0,0,1,14.08-.26A97.71,97.71,0,0,0,14.77,38.66,87.29,87.29,0,1,0,174.44,87.35c0-1.39,0-2.76-.1-4.13-7.29,10.32-22.68,20.78-38.47,28.31Z'/%3E%3Cpath class='a' d='M387.57,92.55l-25.21-34,25-33.68H374.76L354.52,53.19,334.27,24.84H321.71l25,33.68-25.21,34H334l20.5-28.92L375,92.55Z'/%3E%3Cpath class='a' d='M642.15,68.55c8.22-3.48,13.66-10.47,13.66-20.81,0-14.67-10.39-22.91-27.43-22.91H598.76V92.55h11.17V71.11h20.3a75,75,0,0,1,15.65,21.44h13.66a95,95,0,0,0-17.39-24ZM628.72,61.4H609.93V34.77H628c9.94,0,16.25,4.51,16.25,13.43S638.09,61.4,628.72,61.4Z'/%3E%3Cpath class='a' d='M754.66,58.69c0-20.2-14.11-33.86-36-33.86H693.37V92.55h25.29C740.55,92.55,754.66,78.89,754.66,58.69ZM717.87,82.62H704.55V34.77h13.32c14.44,0,25.39,8.57,25.39,23.92S732.31,82.62,717.87,82.62Z'/%3E%3Cpath class='a' d='M258.74,23.21c-19.56,0-36.15,15.85-36.15,35.42s16.59,35.42,36.15,35.42S294.9,78.19,294.9,58.63,278.31,23.21,258.74,23.21Zm0,60.62c-13.89,0-25.57-11.31-25.57-25.2s11.68-25.21,25.57-25.21,25.58,11.31,25.58,25.21S272.64,83.83,258.74,83.83Z'/%3E%3Cpath class='a' d='M529.72,23.21c-19.57,0-36.16,15.85-36.16,35.42s16.59,35.42,36.16,35.42,36.15-15.86,36.15-35.42S549.28,23.21,529.72,23.21Zm0,60.62c-13.9,0-25.58-11.31-25.58-25.2s11.68-25.21,25.58-25.21,25.57,11.31,25.57,25.21S543.61,83.83,529.72,83.83Z'/%3E%3Cpath class='a' d='M417.62,92.55h11.17V68.17H461.4a40,40,0,0,0,4.76-9.71H428.79V34.77h41.38V24.83H417.62Z'/%3E%3Cpath class='a' d='M642.09,130.76c0-6.2-4.44-9.59-11.68-9.59H617.82v28.62h4.78v-9h8.5a32,32,0,0,1,6.57,9h5.85a40,40,0,0,0-7.29-10.07A9,9,0,0,0,642.09,130.76Zm-11.87,5.87H622.6V125.37h7.62c4.25,0,7,1.81,7,5.58,0,4.05-2.7,5.68-7,5.68Z'/%3E%3Cpath class='a' d='M249.86,137.68c0,4.62-2.51,8.25-7.77,8.25s-7.86-3.63-7.86-8.25V121.17h-4.78v16.51c0,7.44,4.78,12.78,12.64,12.78s12.55-5.34,12.55-12.78V121.17h-4.78Z'/%3E%3Cpath class='a' d='M696.48,128.33c0-2,1.82-3.45,5.49-3.45a16.37,16.37,0,0,1,8.2,2.57l2.47-3.89a20,20,0,0,0-10.58-3c-6.21,0-10.7,2.83-10.7,8.06,0,10.74,17,7,17,13.46,0,2.21-2.35,4-5.61,4a14.29,14.29,0,0,1-9.57-3.8L690.56,146c2.87,2.7,7.77,4.43,12.14,4.43,6.13,0,11-3.52,11-8.63C713.7,131.59,696.48,134.68,696.48,128.33Z'/%3E%3Cpath class='a' d='M444.74,128.33c0-2,1.83-3.45,5.5-3.45a16.37,16.37,0,0,1,8.2,2.57l2.46-3.89a19.94,19.94,0,0,0-10.57-3c-6.22,0-10.71,2.83-10.71,8.06,0,10.74,17,7,17,13.46,0,2.21-2.34,4-5.6,4a14.32,14.32,0,0,1-9.58-3.8L438.83,146c2.86,2.7,7.76,4.43,12.14,4.43,6.12,0,10.95-3.52,10.95-8.63.08-10.21-17.18-7.12-17.18-13.47Z'/%3E%3Cpath class='a' d='M730.61,128.33c0-2,1.83-3.45,5.5-3.45a16.37,16.37,0,0,1,8.2,2.57l2.46-3.89a19.94,19.94,0,0,0-10.57-3c-6.22,0-10.71,2.83-10.71,8.06,0,10.74,17,7,17,13.46,0,2.21-2.34,4-5.6,4a14.32,14.32,0,0,1-9.58-3.8L724.7,146c2.86,2.7,7.76,4.43,12.14,4.43,6.12,0,10.95-3.52,10.95-8.63,0-10.21-17.18-7.12-17.18-13.47Z'/%3E%3Cpath class='a' d='M288.85,141.72,271.6,121.17h-4v28.62h4.77V129l17.26,20.83h4V121.17h-4.78Z'/%3E%3Cpath class='a' d='M308.56,121.17h4.78v28.62h-4.78Z'/%3E%3Cpath class='a' d='M475.92,121.17h4.78v28.62h-4.78Z'/%3E%3Cpath class='a' d='M493,125.37h9.75v24.42h4.78V125.37h9.74v-4.2H493Z'/%3E%3Cpath class='a' d='M426.65,130.76c0-6.2-4.44-9.59-11.67-9.59h-12.6v28.62h4.78v-9h8.5a31.84,31.84,0,0,1,6.57,9h5.85a40,40,0,0,0-7.29-10.08,9,9,0,0,0,5.86-9Zm-11.87,5.87h-7.62V125.37h7.62c4.25,0,7,1.81,7,5.58,0,4.05-2.7,5.68-7,5.68Z'/%3E%3Cpath class='a' d='M540.47,134.48a123.45,123.45,0,0,1-7.84-13.31h-5.55a176.45,176.45,0,0,0,11,18.16v10.46h4.78V139.33a178.24,178.24,0,0,0,11-18.16h-5.55A123.45,123.45,0,0,1,540.47,134.48Z'/%3E%3Cpath class='a' d='M340.13,144.43a136.92,136.92,0,0,1-9.2-23.26h-5.2a152.82,152.82,0,0,0,11.78,28.62h5a151.61,151.61,0,0,0,11.78-28.62h-4.91a138,138,0,0,1-9.25,23.26Z'/%3E%3Cpath class='a' d='M366.64,149.79h21.95V145.6H371.42v-8.15H385a17.61,17.61,0,0,0,2-4H371.42v-8.07h17.17v-4.2H366.64Z'/%3E%3Cpath class='a' d='M656.45,149.79H678.4V145.6H661.22v-8.15h13.55a18,18,0,0,0,2-4h-15.5v-8.07H678.4v-4.2H656.45Z'/%3E%3Cpath class='a' d='M592.93,121.17H580.34v28.62h4.77V125.37h7.63c4.24,0,7,1.91,7,5.67,0,4.06-2.7,5.78-7,5.78h-4.33L586.57,141h6.07c7.14,0,12-3.53,12-10.12,0-6.23-4.47-9.71-11.71-9.71Z'/%3E%3C/svg%3E") !important;
    }
