/* font */
@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    src: url(https://www.bristol.ac.uk/assets/responsive-web-project/2.5.4/fonts/inter/Inter.woff2) format("woff2"),
        url(https://www.bristol.ac.uk/assets/responsive-web-project/2.5.4/fonts/inter/Inter.ttf) format("truetype");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: italic;
    font-weight: 100 900;
    src: url(https://www.bristol.ac.uk/assets/responsive-web-project/2.5.4/fonts/inter/Inter-Italic.woff2) format("woff2"),
        url(https://www.bristol.ac.uk/assets/responsive-web-project/2.5.4/fonts/inter/Inter-Italic.ttf) format("truetype");
}

@font-face {
    font-family: icomoon;
    src: url("/Font-icomoon.woff?#iefix-130idf") format("embedded-opentype"), url("/Font-icomoon.woff?-130idf") format("woff"), url("/Font-icomoon.ttf?-130idf") format("truetype"), url("/Font-icomoon.svg?-130idf#icomoon") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Open Sans;
    font-display: swap;
    unicode-range: U+000-5ff;
    font-weight: 400;
    src: local("Open Sans"), url(/Font-OpenSans-Regular.woff2) format("woff2"), url(/Font-OpenSans-Regular.woff) format("woff");
}

@font-face {
    font-family: Open Sans;
    font-display: swap;
    unicode-range: U+000-5ff;
    font-weight: 700;
    src: local("Open Sans Bold"), url(/Font-OpenSans-Bold.woff2) format("woff2"), url(/Font-OpenSans-Bold.woff) format("woff");
}

@font-face {
    font-family: "Libre Baskerville";
    src: local("Libre Baskerville Bold"), local("LibreBaskerville-Bold"), url(/Font-LibreBaskerville-Bold.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*basic*/
.icon-arrow-right-down::before,
[class*="multilevel-linkul"] li a::before,
[class*="multilevel-linkul"] li span::before {
    content: "\e609";
    position: absolute;
    left: 1em;
    top: 1.2em;
    color: #a2a2a2;
    font-family: icomoon;
}

body {
    background-position: 50%;
}

body,
button,
input,
select,
textarea {
    font-family: Open Sans, Helvetica;
}

body {
    color: #193E72;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width:800px) {

    .col-one {
        margin-bottom: 24px;
    }

    .content-slice {
        padding: 36px 20px;
        overflow: auto;
    }

    .m-no-padding {
        padding: 0;
    }
}

@media (min-width:801px) {

    .content-max-width,
    .course-search-max-width {
        max-width: 1350px;
        margin-left: auto;
        margin-right: auto;
    }

    .two-cols {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .two-cols-switch-order {
        flex-direction: row-reverse;
    }

    .col-one,
    .col-two {
        flex: 1 1;
    }

    .col-one {
        padding-right: 10px;
    }

    .col-two {
        padding-left: 10px;
    }

    .divide-vertical {
        flex: 0 0 5px;
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg);
        background: #e5e6e5;
    }

    .cols-with-divide .col-one {
        margin-right: 80px;
    }

    .cols-with-divide .col-two {
        margin-left: 80px;
    }

    .vertical-centre {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .content-max-width {
        padding: 0 40px;
    }

    .content-slice {
        padding: 72px 0;
    }

    .content-slice-heading {
        margin-top: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Arial, sans-serif;
}

.h1,
h1 {
    font-size: 33px;
    font-size: 3.3rem;
    color: #b01c2e;
    font-weight: 600;
    line-height: 1.15;
}

.h2,
.header h1,
h2 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
    line-height: 1.2;
}

.full-width>h2:first-child,
.lead-in+.main-col-child>h2:first-child,
.main-col .main-col-child:first-child>h2:first-child {
    margin-top: 12px;
    margin-top: 1.2rem;
}

.full-width h2.module-heading:first-child,
.main-col .main-col-child:first-child h2.module-heading:first-child {
    margin-top: 0 !important;
}

.h3,
.module .module-heading,
h3 {
    font-size: 19px;
    font-size: 1.9rem;
    margin-top: 38.4px;
    margin-top: 3.84rem;
    margin-bottom: 9.6px;
    margin-bottom: .96rem;
    line-height: 1.3;
}

.h4,
.h5,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6,
h4,
h5,
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 24px;
    margin-top: 2.4rem;
    line-height: 1.3;
}

.right-col h1,
.right-col h2,
.right-col h3,
.right-col h4,
.right-col h5,
.right-col h6 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

h2+h3 {
    margin-top: 28.8px;
    margin-top: 2.88rem;
}

.grid_8>h2:first-child {
    margin-top: 7.2px;
    margin-top: .72rem;
}

.small-h1 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-top: 36px;
    margin-top: 3.6rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    font-weight: 400;
}

.btn,
input[type=button],
input[type=email],
input[type=submit],
input[type=text],
select,
textarea {
    font-size: 16px;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
}

input.form-control {
    border-radius: 4px;
    border: 1.4px solid #ccc;
}

a {
    color: #b01c2e;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #b01c2e;
}

li a {
    margin-left: 0px;
}

#q.form-control,
.case-deflection .input-group input.case-deflection,
.lookup.form-control-cell .input-group input.lookup.form-control {
    height: 34px;
}

.form-search .input-group .btn,
.case-deflection .input-group .btn,
.lookup.form-control-cell .input-group .btn,
.form-search .input-group .btn:focus,
.case-deflection .input-group .btn:focus,
.lookup.form-control-cell .input-group .btn:focus,
.form-search .input-group .btn:active,
.case-deflection .input-group .btn:active,
.lookup.form-control-cell .input-group .btn:active,
.form-search .input-group .btn:hover,
.case-deflection .input-group .btn:hover,
.lookup.form-control-cell .input-group .btn:hover,
.form-search .input-group .btn:active:hover,
.case-deflection .input-group .btn:active:hover,
.lookup.form-control-cell .input-group .btn:active:hover {
    color: #fff;
    border-color: #b01c2e;
    background-color: #b01c2e;
    height: 48px;
    font-size: 16px;
    padding-top: 7px;
}

.poll {
    background-color: #eeeeee;
    border-top: 7px solid #b01c2e;
    padding-bottom: 15px;
}

.progress-bar {
    background-color: #b01c2e;
}

/* Handle Radio Buttons and Checkboxs */
input[type="radio"] {
    margin-top: 7px;
}

input[type="checkbox"] {
    border-radius: 4px;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: #B01C2E;
    min-height: 24px;
    min-width: 24px;
    border: 1.4px solid #ccc;
}

/* THis is to handle the increased size of checkboxes */
html[dir=ltr] body .crmEntityFormView .cell.checkbox-cell div.info {
    padding-left: 30px;
    margin-top: 4px;
}

.form-border {
    border: 1px solid #cecfce;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #193E72;
    background-color: #eeeeee;
}

.crmEntityFormView .cell label {
    font-weight: normal;
}

/* Edit of all form field to align with best practice */
.crmEntityFormView .cell div.control select.form-control,
.crmEntityFormView .cell div.control textarea.textarea.form-control,
.crmEntityFormView .cell div.control input.text.form-control,
.crmEntityFormView .cell div.control input.input-text-box.form-control {
    border-radius: 4px;
    border: 1.4px solid #ccc;
    min-height: 48px;
    padding: 10px 16px;
}

.crmEntityFormView .cell div.control select.form-control.readonly,
.crmEntityFormView .cell div.control select.form-control.aspNetDisabled,
.crmEntityFormView .cell div.control select.form-control[readonly],
.crmEntityFormView .cell div.control select.form-control[disabled],
.crmEntityFormView .cell div.control textarea.textarea.form-control.readonly,
.crmEntityFormView .cell div.control textarea.textarea.form-control.aspNetDisabled,
.crmEntityFormView .cell div.control textarea.textarea.form-control[readonly],
.crmEntityFormView .cell div.control textarea.textarea.form-control[disabled],
.crmEntityFormView .cell div.control input.text.form-control.readonly,
.crmEntityFormView .cell div.control input.text.form-control.aspNetDisabled,
.crmEntityFormView .cell div.control input.text.form-control[readonly],
.crmEntityFormView .cell div.control input.text.form-control[disabled],
.crmEntityFormView .cell div.control input.input-text-box.form-control.readonly,
.crmEntityFormView .cell div.control input.input-text-box.form-control.aspNetDisabled,
.crmEntityFormView .cell div.control input.input-text-box.form-control[readonly],
.crmEntityFormView .cell div.control input.input-text-box.form-control[disabled] {
    cursor: not-allowed;
    background-color: #e0e0e0;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #e5e6e5;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #cbcbcb;
}

.blue_border {
    padding-bottom: 10px;
    border-bottom: 7px solid #b01c2e;
}

/*header*/
#fog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, .85);
    z-index: 150;
    content: " ";
    cursor: pointer;
    display: none;
}

#fog.cover {
    display: block;
}

.previewCMS {
    display: none;
}

.uob-header-container {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 160;
}

@media (max-width:38.75em) {
    .header {
        position: relative;
    }

    #uob-logo {
        display: block;
        margin-bottom: .75em;
        margin-left: 1.2rem;
        margin-top: 1em;
    }

    #uob-logo svg {
        width: 150px;
    }
}

@media (min-width:38.75em) and (max-width:63.9375em) {
    #uob-logo {
        margin: 20px 24px 17px;
    }

    #uob-logo svg {
        width: 180px;
        height: 52px;
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .header_links {
        box-shadow: none;
        z-index: 300;
        background: 0 0;
        width: 50%;
        left: 26%;
    }

    form.uob-search.form-border.visibleSm {
        display: none;
    }
}

@media (min-width:63.9375em) {
    #uob-logo {
        margin-left: 1.5%;
        width: 22.25%;
        float: left;
        text-align: center;
        margin-right: 2.25%;
        position: relative;
        z-index: 260;
    }

    .header {
        min-height: 120px;
        min-height: 12rem;
        max-width: 1350px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 1px;
    }

    #uob-logo svg {
        width: 180px;
        height: 52px;
    }
}

.uob-search-field:focus {
    outline: none;
}

.btn-uob-search {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin: -1px;
}

@media (max-width:38.75em) {
    .uob-search.visibleSm {
        /*position: absolute;*/
        width: 100%;
        padding: .5em;
        background: #e5e6e5;
    }

    .uob-search-field {
        width: 70%;
    }

    .btn-uob-search {
        width: 30%;
    }
}

@media (min-width:620px) and (max-width:1023px) {
    .header_links {
        width: auto;
    }

    .uob-search {
        margin-right: 125px;
        float: left;
    }
}

@media (min-width:1024px) {
    .uob-search {
        margin-top: 28px;
        margin-right: 1.5em;
    }

    .uob-search-field {
        width: 225px;
    }
}

.svg-burger svg {
    fill: #fff;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}

.icon-arrow-down svg {
    fill: #c28a0e;
    height: 11px;
    display: inline-block;
}

#global-nav {
    position: relative;
    z-index: 300;
}

nav ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

nav li {
    list-style-type: none;
    position: relative;
}

nav .currentsection,
nav a,
nav a:visited {
    padding: .925em .75em;
    display: block;
    text-decoration: none;
}

nav a:focus,
nav a:hover {
    text-decoration: none;
}

#site-nav .currentsection,
#site-nav a,
#site-nav a:visited {
    border-bottom: 1px solid #cbcbcb;
    background: #e5e6e5;
    color: #193E72;
}

#site-nav a:focus,
#site-nav a:hover {
    background-color: #cbcbcb;
    opacity: 1;
}

#site-nav .currentparent>a,
#site-nav .currentparent span {
    border-bottom: 1px solid #cbcbcb !important;
    color: #193E72;
    background: #fff;
}

#site-nav span.currentsection {
    font-weight: 700;
    background: #fff;
    color: #b01c2e;
}

#site-nav .logo-additional {
    font-size: 1px;
    text-align: center;
}

#site-nav .logo-additional a {
    background: 0 0;
    border: 0;
    padding: .5em;
}

#site-nav .logo-additional img {
    max-width: 150px;
}

.no-flexbox #site-nav:before {
    content: "Menu";
    font-family: Open Sans, sans-serif;
    padding: .925em .75em;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #1c7698;
    background: #1c7698;
    color: #fff;
}

#site-nav [class*=multilevel-linkul],
#site-nav [class*=multilevel-linkul] li {
    background: #fff;
}

#site-nav [class*=multilevel-linkul] a,
#site-nav [class*=multilevel-linkul] span {
    background: #fff;
    padding-left: 2.5em;
    border-bottom: 1px solid #cbcbcb;
}

#site-nav [class*=multilevel-linkul] a:hover {
    background: #fff;
    text-decoration: underline;
}

#site-nav [class*=multilevel-linkul] a:before,
#site-nav [class*=multilevel-linkul] span:before {
    position: absolute;
    left: 1em;
    top: 1.2em;
    color: #a2a2a2;
}

#site-nav .multilevel-linkul-1 li a,
#site-nav .multilevel-linkul-1 li span {
    padding-left: 4.1em;
}

#site-nav .multilevel-linkul-1 li a:before,
#site-nav .multilevel-linkul-1 li span:before {
    left: 2.6em;
}

[class*=multilevel-linkul] .currentsection:before {
    color: #b01c2e;
}

.currentparent>a,
.currentparent>li,
.currentparent>ul a,
span.currentparent {
    background: #fff;
    border-bottom: 1px solid #cbcbcb;
}

.currentparent>a,
span.currentparent {
    font-weight: 700;
}

.no-js .nav-intranet,
.operamini .nav-intranet {
    display: none;
    visibility: hidden;
}

.js .nav-intranet {
    margin-left: 1.5em;
    display: inline-block;
}

.js .nav-intranet a {
    margin-right: 1.5em;
}

nav#global-nav ul {
    background: #161b20;
    border: 0;
    border-top: 1px solid #45494d;
}

nav#global-nav .currentsection,
nav#global-nav a {
    background: #161b20;
    border-bottom: 1px solid #45494d;
    color: #fff;
    font-weight: 600;
}

.header h1 {
    font-weight: 400;
    letter-spacing: 0;
}

/*nav#global-nav:before {
        font-size: 19px;
        font-size: 1.9rem;
        letter-spacing: 0;
        font-weight: 600;
    }*/

nav#global-nav a:focus,
nav#global-nav a:hover {
    background: #45494d;
}

#site-nav .fake-navtitle,
#site-nav .navtitle {
    position: relative;
    margin: 0;
}

#site-nav .fake-navtitle,
#site-nav .navtitle a {
    background: #1c7698;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: .75em 40px .75em .75em;
}

#site-nav .navtitle a:focus,
#site-nav .navtitle a:hover {
    opacity: .75;
}

#site-nav .navtitle a:before {
    content: "\E000";
    color: #fff;
    background: #002f5f;
    width: 1.7em;
    height: 1.7em;
    margin-right: .4em;
    padding-top: .3em;
}

.module-social {
    margin-bottom: 0 !important;
    background: #e5e6e5;
    padding: .925em .75em;
}

#site-nav .list-social-media {
    margin-bottom: 0;
}

#site-nav .list-social-media a {
    background: 0 0;
    border: 0;
    font-size: 0;
}

#site-nav .list-social-media a:before {
    font-size: 20px;
    background: #c28a0e;
}

#navOpenBtn,
#site-nav .list-social-media a:focus:before,
#site-nav .list-social-media a:hover:before {
    background: #161b20;
}

#navOpenBtn {
    color: #fff;
    text-decoration: none;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 10px;
    position: relative;
}

#navOpenBtn:before {
    content: " ";
    background: url(https://www.bristol.ac.uk/Depts/Info-Office/benj/homepage-2018/code/images/mobile-nav-edge.png);
    background-position: 0 100%;
    display: block;
    width: 35px;
    position: absolute;
    top: 0;
    left: -35px;
    bottom: 0;
}

@media screen and (min-width:0em) and (max-width:38.6875em) {
    .svg-burger svg {
        margin-right: 5px;
    }

    .showNav .nav-wrapper,
    .showNav .uob-header-container,
    .showNav .uob-search {
        position: relative;
        z-index: 160;
    }

    .navtitle {
        display: none;
        visibility: hidden;
    }

    .header-links {
        display: table;
    }

    .header-links h1 {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .header-links h1 a {
        margin-right: .5em;
    }

    /*#global-nav {
            margin-top: 48px;
        }*/

    /*nav#global-nav:before {
            font-family: Open Sans,sans-serif;
            font-size: 19px;
            font-size: 1.9rem;
            font-weight: 600;
            content: "University sections";
            padding: 2em .4em .5em .5em;
            background: #161b20;
            display: block;
            color: #fff;
        }*/

    #user-nav ul {
        background: #161b20;
        padding: .925em .75em;
        border: 0;
        overflow: auto;
    }

    #user-nav li {
        display: inline-block;
        margin-bottom: .25em;
        margin-right: .25em;
    }

    #user-nav li:last-child {
        margin-right: 0;
    }

    #user-nav a {
        border: 1px solid #1f242a;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 0 #6e6e6e;
        color: #fff;
        display: inline-block;
        font-size: inherit;
        font-weight: 700;
        background-color: #44484c;
        background-image: linear-gradient(#44484c, #262c32);
        padding: 7px 18px;
        text-decoration: none;
        text-shadow: 0 1px 0 #151a1f;
        background-clip: padding-box;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #user-nav a:hover:not(:disabled) {
        background-color: #3a3b3c;
        background-image: linear-gradient(#3a3b3c, #1f2429);
        box-shadow: inset 0 1px 0 0 #555;
        cursor: pointer;
    }

    #user-nav a:active:not(:disabled),
    #user-nav a:focus:not(:disabled) {
        border: 1px solid #1f242a;
        box-shadow: inset 0 0 8px 4px #191d20, inset 0 0 8px 4px #191d20;
    }

    #user-nav a:disabled {
        cursor: not-allowed;
        opacity: .5;
    }

    .has-nav-dropdown .icon-arrow-down:after,
    .has-nav-dropdown .icon-arrow-down:before {
        content: none !important;
    }

    .showJSNav.showNav .container-slider-mega,
    .showJSNav.showNav .overlay-box {
        display: none;
    }

    .js .nav-intranet {
        margin-left: 0;
    }

    .js .nav-intranet a {
        margin-right: 0;
        margin-bottom: .6rem;
        display: block;
    }

    #site-nav .logo-additional a {
        display: inline-block;
    }

    #site-nav .logo-additional {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #dedcd2;
        margin-bottom: 0;
        text-align: left;
    }

    #navOpenBtn {
        position: absolute;
        top: -1em;
        right: 0;
        bottom: -.75em;
    }

    .icon-arrow-down i {
        display: none;
    }

    /*hide search*/
    .uob-search-desktop {
        display: none;
    }

    .uob-header-container {
        height: 78px;
    }
}

@media screen and (min-width:38.75em) and (max-width:800px) {
    .svg-burger svg {
        font-size: 1.9rem;
        line-height: 1.5;
    }

    .svg-burger {
        display: block;
        margin-top: 10px;
    }

    .svg-burger svg {
        margin: 0 auto;
    }

    .svg-burger+span {
        line-height: 1.9em;
    }
}

@media screen and (min-width:38.75em) and (max-width:63.9375em) {
    .svg-burger+span {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .svg-burger {
        display: block;
        margin-top: 8px;
    }

    .svg-burger svg {
        margin: 0 auto;
    }

    .icon-arrow-down i {
        display: none;
    }

    .showNav .nav-wrapper,
    .showNav .uob-header-container {
        position: relative;
        z-index: 160;
    }

    /*nav#global-nav:before {
            font-family: Open Sans,sans-serif;
            font-size: 19px;
            font-size: 1.9rem;
            font-weight: 600;
            content: "University sections";
            padding: 2em .4em .5em 1.25em;
            background: #161b20;
            display: block;
            color: #fff;
        }*/

    .navtitle {
        display: none;
        visibility: hidden;
    }

    .header-links {
        display: table;
    }

    .header-links h1 {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        padding-left: 1.2rem;
    }

    .header-links h1 a {
        margin-right: 1em;
    }

    .header-links #navOpenBtn {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1em 1.5em;
    }

    .header-links #navOpenBtn:before {
        display: inline;
        position: relative;
        top: .15em;
        margin-right: .4em;
    }

    #site-nav .fake-navtitle,
    .no-flexbox #site-nav:before,
    nav .currentsection,
    nav a,
    nav a:visited {
        padding-left: 2.4rem;
    }

    #site-nav [class*=multilevel-linkul] a,
    #site-nav [class*=multilevel-linkul] span {
        padding-left: 3.5em !important;
    }

    #site-nav [class*=multilevel-linkul] a:before,
    #site-nav [class*=multilevel-linkul] span:before {
        left: 1.8em !important;
    }

    #site-nav .multilevel-linkul-1 li a,
    #site-nav .multilevel-linkul-1 li span {
        padding-left: 5.5em !important;
    }

    #site-nav .multilevel-linkul-1 li a:before,
    #site-nav .multilevel-linkul-1 li span:before {
        left: 3.6em !important;
    }

    #site-nav .logo-additional a {
        display: inline-block;
    }

    #site-nav .logo-additional {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #dedcd2;
        margin-bottom: 0;
        text-align: left;
    }

    #user-nav ul {
        background: #161b20;
        padding: .925em .75em;
        border: 0;
        overflow: auto;
    }

    #user-nav li {
        display: inline-block;
        margin-bottom: .25em;
        margin-right: .25em;
    }

    #user-nav li:last-child {
        margin-right: 0;
    }

    #user-nav a {
        border: 1px solid #1f242a;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 0 #6e6e6e;
        color: #fff;
        display: inline-block;
        font-size: inherit;
        font-weight: 700;
        background-color: #44484c;
        background-image: linear-gradient(#44484c, #262c32);
        padding: 7px 18px;
        text-decoration: none;
        text-shadow: 0 1px 0 #151a1f;
        background-clip: padding-box;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #user-nav a:hover:not(:disabled) {
        background-color: #3a3b3c;
        background-image: linear-gradient(#3a3b3c, #1f2429);
        box-shadow: inset 0 1px 0 0 #555;
        cursor: pointer;
    }

    #user-nav a:active:not(:disabled),
    #user-nav a:focus:not(:disabled) {
        border: 1px solid #1f242a;
        box-shadow: inset 0 0 8px 4px #191d20, inset 0 0 8px 4px #191d20;
    }

    #user-nav a:disabled {
        cursor: not-allowed;
        opacity: .5;
    }

    .header-links h1 a {
        padding-left: 3.75em;
    }

    .header-links h1 a:before {
        font-size: 20px;
        left: .9em;
        top: .5em;
        width: 2em;
        height: 2em;
    }

    .module-social {
        padding-left: 2.4rem;
    }

    #site-nav .list-social-media a {
        padding: 0;
    }

    .has-nav-dropdown .icon-arrow-down:after,
    .has-nav-dropdown .icon-arrow-down:before {
        content: none !important;
    }

    .showJSNav.showNav .container-slider-mega,
    .showJSNav.showNav .overlay-box {
        display: none;
    }

    #navOpenBtn {
        bottom: 0;
        right: 0;
        top: 0;
        height: 100%;
        padding-top: 1em;
        position: absolute;
        display: block;
        text-align: center;
        background: #161b20;
    }

    .has-nav-dropdown .isvg {
        display: none;
        visibility: hidden;
    }
}

@media screen and (min-width:64em) {
    #navOpenBtn {
        display: none;
        visibility: hidden;
    }

    /*#site-nav {
            margin-top: 6.792rem;
            margin-bottom: 4.8rem;
        }*/

    #site-nav>ul {
        border-left: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb;
        border-top: 1px solid #cbcbcb;
    }

    .no-flexbox #site-nav:before {
        content: none;
    }

    .no-pagetitle #site-nav {
        margin-top: 3.6rem;
    }

    .navtitle a {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        line-height: 1.5;
    }

    .header-links h1 a {
        background: 0 0;
        font-size: 22.8px;
        font-size: 2.28rem;
    }

    #user-nav {
        position: absolute;
        top: 68px;
        left: 0;
        z-index: 175;
        width: 100%;
        text-align: right;
    }

    #user-nav ul {
        max-width: 1350px;
        margin: auto;
        padding-right: 1.5em;
    }

    #user-nav li {
        display: inline-block;
        text-align: center;
    }

    #user-nav a {
        border: none;
        z-index: 8000;
        padding: .5em .75em;
        color: #193E72;
    }

    #user-nav a:focus,
    #user-nav a:hover {
        text-decoration: underline;
    }

    nav#site-nav .navtitle a:before {
        content: "\E000";
        display: inline-block;
        position: absolute;
        right: 0;
    }

    .has-nav-dropdown.active .nav-dropdown-study {
        display: block;
    }

    .has-nav-dropdown {
        position: static;
    }

    .has-nav-dropdown>a {
        position: relative;
    }

    .has-nav-dropdown>a:before {
        content: none;
    }

    .has-nav-dropdown>a:after {
        /*font-size: 17px;*/
        font-weight: 700 !important;
        margin-left: .25em;
        position: relative;
        top: .1em;
        color: #c28a0e;
    }

    #global-nav>ul li.has-nav-dropdown.active>a {
        background: #fff;
        color: #193E72;
        border-color: #fff;
    }

    .nav-dropdown-study {
        position: absolute;
        z-index: 400;
        background: #fff;
        border: 1px solid #cbcbcb;
        border-top: 0;
        font-size: 16px;
        padding: 0 1em 24px;
        left: inherit;
    }

    .nav-dropdown-study>div {
        float: left;
        margin-right: 3%;
        text-align: left;
    }

    .nav-dropdown-study>div:last-child {
        margin-right: 0;
    }

    #global-nav {
        width: 100%;
        background: #161b20;
    }

    #global-nav>ul {
        display: flex;
        border-bottom: 0;
        padding: 0;
        max-width: 1350px;
        margin: 0 auto;
    }

    #global-nav li {
        display: inline-block;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        text-align: center;
        border-right: 1px solid #45494d;
    }

    #global-nav li:first-child {
        border-left: 1px solid #45494d;
    }

    #global-nav .nav-dropdown-study>div>h2 {
        font-size: 19px !important;
        font-size: 1.9rem !important;
        font-family: Open Sans, Arial, Helvetica, sans-serif;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    #global-nav .nav-dropdown-study div h2>a {
        color: #0f7ca4;
        padding: 0;
        background: none;
        font-weight: 700;
    }

    #global-nav .nav-dropdown-study div h2>a:hover {
        text-decoration: underline;
        background: 0 0;
    }

    nav#global-nav .nav-dropdown-study ul {
        border-color: #cbcbcb;
    }

    nav#global-nav .nav-dropdown-study li {
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #cbcbcb;
        display: block;
        text-align: left;
    }

    nav#global-nav .nav-dropdown-study a {
        padding: .925em .75em;
        background: #e5e6e5;
        color: #193E72;
        border: 0;
        font-weight: 400;
        min-width: calc(10vw);
    }

    nav#global-nav .nav-dropdown-study a:focus,
    nav#global-nav .nav-dropdown-study a:hover {
        background: #cbcbcb;
        opacity: 1;
    }

    #global-nav .nav-dropdown-study div.nav-dropdown-study-other>h2 {
        font-size: 16px !important;
        font-size: 1.6rem !important;
        padding-top: .2em;
        color: #193E72;
        font-weight: 700;
    }

    nav#global-nav .nav-dropdown-study-ug a.icon-search {
        background: #1c7698 !important;
        color: #fff;
        font-weight: 600;
    }

    nav#global-nav .nav-dropdown-study-pg a.icon-search {
        background: #06827d;
        color: #fff;
        font-weight: 600;
    }

    #site-nav ul.navgroup {
        margin-bottom: 2.4rem;
    }

    .module-social {
        background: none;
        padding: 0 0 0 .5em;
    }
}

@media screen and (min-width:64em) {
    .nav-wrapper-mobile {
        display: none !important;
    }
}

@media screen and (max-width:63.9375em) {
    .nav-wrapper-desktop {
        display: none !important;
    }
}

/*! NAV END HERE */
@media screen and (min-width:64em) {
    .content-wrapper {
        order: 3;
    }
}

@media screen and (max-width:63.9375em) {
    .uob-header-container {
        order: 0;
    }

    .content-wrapper {
        order: 3;
    }

    .nav-wrapper {
        order: 2;
    }

    .footer-wrapper {
        order: 4;
    }
}

/*footer*/
footer {
    background: #161b20;
    color: #fff;
    font-size: 1.4rem;
    padding-top: 24px;
    margin-top: 58px;
}

footer .nonGrid-module--footer_container--snErZ {
    width: 100%;
    max-width: 1350px;
    padding: 0 10px;
    margin: 0 auto;
}

footer address {
    margin: 0 0 12px;
}

footer .nonGrid-module--users--3gEmY h4 {
    display: none;
    color: #c28a0e;
    margin: 0;
}

footer .nonGrid-module--users--3gEmY ul {
    display: block;
    margin-bottom: 24px;
}

footer .nonGrid-module--users--3gEmY li {
    display: inline-block;
}

footer .nonGrid-module--users--3gEmY li:after {
    content: "/";
    margin: 0 .4em 0 .6em;
    color: #686b6e;
}

footer .nonGrid-module--users--3gEmY li:last-child:after {
    content: none;
}

footer .nonGrid-module--social--3mZDw .nonGrid-module--connect--320b0 {
    display: none;
}

footer .nonGrid-module--social--3mZDw .nonGrid-module--list_social_media--1rcaA {
    display: block;
    margin-bottom: 20px;
}

footer .nonGrid-module--social--3mZDw .nonGrid-module--list_social_media--1rcaA li {
    display: inline-block;
}

footer .nonGrid-module--social--3mZDw .nonGrid-module--list_social_media--1rcaA li a {
    margin-right: .2em;
    text-align: center;
    width: 2.25em;
    height: 2.25em;
    background: #393d41;
    border-radius: 50%;
    line-height: 2.5em;
    display: inline-block;
}

footer .nonGrid-module--social--3mZDw .nonGrid-module--list_social_media--1rcaA li a:hover {
    opacity: .8;
}

footer .nonGrid-module--social--3mZDw .nonGrid-module--list_social_media--1rcaA li a svg {
    fill: #fff;
}

footer .nonGrid-module--address--104pt {
    padding: 0 12px;
}

footer .nonGrid-module--misc--lUNpx [role=contentinfo] {
    background: #45494d;
    padding: 1.2rem;
    display: block !important;
}

footer .nonGrid-module--misc--lUNpx [role=contentinfo] li {
    display: inline-block;
    margin-bottom: .6rem;
}

footer .nonGrid-module--misc--lUNpx [role=contentinfo] li:after {
    content: "/";
    margin: 0 .2em 0 .5em;
    color: #686b6e;
}

footer .nonGrid-module--misc--lUNpx [role=contentinfo] li:last-child:after {
    content: none;
}

footer .nonGrid-module--column--2v50I:last-child {
    border: none;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
}

footer ul li {
    margin-bottom: .6rem;
}

footer a,
footer a:hover,
footer a:focus {
    color: #eee;
}

footer h4 {
    border-bottom: 1px solid #45494d;
    display: block;
    margin: 0;
    font-family: Open Sans;
    font-size: 1.4rem;
    line-height: 18.2px;
}

footer h4 a {
    color: #fff;
    padding: .925em 10px;
    display: block;
}

footer h4 a:hover {
    background: #45494d;
}

footer address {
    font-style: normal;
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

footer address br {
    display: none;
}

footer address span {
    white-space: nowrap;
}

@media (max-width:576px) {
    footer h4:first-child {
        border-top: 1px solid #45494d;
    }
}

@media (max-width:620px) {
    footer .nonGrid-module--footer_container--snErZ h4 {
        margin-left: -10px;
        margin-right: -10px;
    }

    footer .nonGrid-module--footer_container--snErZ h4 a {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .nonGrid-module--misc--lUNpx [role=contentinfo] {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:620px) {
    footer .nonGrid-module--footer_container--snErZ h4 {
        font-size: 1.6rem;
        font-weight: 700;
        border: none;
        margin-top: 2.4rem;
        margin-bottom: .6rem;
    }

    footer .nonGrid-module--footer_container--snErZ h4 a {
        color: #c28a0e;
        padding: 0;
    }

    footer .nonGrid-module--footer_container--snErZ h4 a:hover {
        background: none;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--column--2v50I {
        padding: 0 0 24px 20px;
        border-bottom: 1px solid #45494d;
        display: table-cell;
        width: 25%;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--address--104pt {
        padding-right: 30px;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--users--3gEmY {
        padding: 0 30px;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--users--3gEmY h4 {
        display: block;
        margin-top: 0;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--users--3gEmY ul {
        padding: 0;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--users--3gEmY li {
        display: block;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--users--3gEmY li:after {
        content: none;
    }

    footer .nonGrid-module--footer_container--snErZ ul {
        display: block;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--footer_a_z--3pcn7 {
        margin-bottom: 20px;
        margin-top: .9em;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--footer_a_z--3pcn7 li {
        display: inline-block;
        margin-right: 5px;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--footer_a_z--3pcn7 li a {
        display: block;
        background: #393d41;
        border: 1px solid #45494d;
        padding: .35em .5em;
        min-width: 2.25em;
        text-align: center;
        border-radius: 1px;
        text-decoration: none;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--footer_a_z--3pcn7 li a:hover {
        background: #000;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--misc--lUNpx [role=contentinfo] {
        background: none;
        padding: 0;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--misc--lUNpx [role=contentinfo] li {
        display: block;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--misc--lUNpx [role=contentinfo] li:after {
        content: none;
    }
}

@media (min-width:620px) and (max-width:1023px) {
    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--column--2v50I {
        width: 33%;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--address--104pt {
        display: block;
        width: 100% !important;
        border-bottom: 1px solid #45494d;
        overflow: auto;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--social--3mZDw,
    footer .nonGrid-module--footer_container--snErZ address {
        display: block;
        width: 66%;
        float: left;
    }

    footer .nonGrid-module--footer_container--snErZ div.nonGrid-module--users--3gEmY {
        display: block;
        float: left;
        width: 33%;
        margin-top: -56px;
    }
}

@media (min-width:1024px) {
    footer .nonGrid-module--footer_container--snErZ {
        margin-top: -24px;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--social--3mZDw .nonGrid-module--connect--320b0,
    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--users--3gEmY .nonGrid-module--connect--320b0,
    footer .nonGrid-module--footer_container--snErZ address .nonGrid-module--connect--320b0 {
        display: block;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--address--104pt {
        margin-top: 0;
    }

    footer .nonGrid-module--footer_container--snErZ address {
        margin-top: 24px;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--column--2v50I {
        border-right: 1px solid #45494d;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--column--2v50I:last-child {
        border: 0;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--users--3gEmY {
        padding: 0;
    }

    footer .nonGrid-module--footer_container--snErZ br {
        display: block;
    }

    footer .nonGrid-module--footer_container--snErZ .nonGrid-module--social--3mZDw h4 {
        margin-top: 0;
    }
}

/*form*/
.page-header {
    border-bottom: none;
    margin: 0px;
}

.page-header h1 {
    /*background:#e5e6e5;*/
    font-family: Inter, sans-serif;
    color: #b01c2e;
    font-weight: 600;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    letter-spacing: -.025em;
}

@media screen and (min-width:0em) and (max-width:38.6875em) {
    .page-header h1 {
        margin: 0;
        font-size: 27.3px;
        font-size: 2.73rem;
        border-bottom: 1px solid #cbcbcb;
        margin-bottom: 24px;
        margin-bottom: 2.4rem;
        padding-top: 36px;
        padding-top: 3.6rem;
        padding-right: 12px;
        padding-right: 1.2rem;
        padding-bottom: 15.84px;
        padding-bottom: 1.584rem;
        padding-left: 12px;
        padding-left: 1.2rem;
        position: relative;
        z-index: 5;
        /*box-shadow:inset 0 3px 3px -2px rgba(0,0,0,.3)*/
    }
}

@media screen and (min-width:38.75em) and (max-width:63.9375em) {
    .page-header h1 {
        margin: 0;
        border-bottom: 1px solid #cbcbcb;
        margin-bottom: 24px;
        margin-bottom: 2.4rem;
        padding-top: 42.48px;
        padding-top: 4.248rem;
        padding-right: 24px;
        padding-right: 2.4rem;
        padding-bottom: 15px;
        padding-bottom: 1.5rem;
        padding-left: 24px;
        padding-left: 2.4rem;
        margin-top: -24px;
        margin-top: -2.4rem;
        /*box-shadow:inset 0 3px 3px -2px rgba(0,0,0,.3)*/
    }
}

@media screen and (min-width:64em) {
    .page-header h1 {
        padding-top: 15.6px;
        padding-top: 1.56rem;
        background: 0 0 !important;
        margin-bottom: 30px;
        margin-bottom: 3rem;
    }

    .page-header h1:after {
        content: " ";
        display: block;
        width: 100%;
        height: 4px;
        border-top: 1px solid #cbcbcb;
        border-bottom: 1px solid #cbcbcb;
        margin-top: 15px;
        margin-top: 1.5rem;
    }
}

/*button*/
.btn,
input[type=button],
input[type=submit] {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    display: inline-block;
    padding: .8px 24px;
    padding: .85rem 2.4rem;
    border-width: 1.4px;
    border-style: solid;
    border-radius: 4px;
    background-image: none;
    text-align: center;
    text-decoration: none;
    font-weight: 600 !important;
    font-family: "Open Sans", sans-serif;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    padding-top: 6px;
    margin-bottom: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: 4px;
}

.btn:focus,
.btn:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background-image: none;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}

.btn {
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    height: 48px;
    border: 1.4px solid #193E72;
    border-radius: 4px;
    background-color: #F0F0F0;
    background-image: none;
    color: #193E72;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:active:hover,
.btn:focus {
    background-color: #ccc;
    border: 1.4px solid #193E72;
    color: #193E72;
}

.btn-primary {
    color: white;
    background-image: none;
    border: 1.4px solid #193E72;
    border-radius: 4px;
    background-color: #b01c2e;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #b03947;
    border-color: #193E72;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus {
    background-color: #b01c2e;
    color: #fff;
    border-color: #193E72;
    opacity: 0.8;
}

header .btn {
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.5;
    border: 2px solid;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    white-space: nowrap;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nav-wrapper-mobile .uob-search .btn:hover {
    color: #fff;
}

header .btn-large {
    padding: 13px 24px;
}

header .btn-small {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 14px;
}

header .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(176, 28, 46, .35);
}

header .btn-ghost-reversed:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .35);
}

header .btn {
    background: #b01c2e;
    color: #fff;
    border-color: #b01c2e;
}

/*header .btn:active,
    header .btn:focus,
    header .btn:hover {
        background: white;
        border-color: #961827;
        color: #b01c2e;
    }*/

.input-group-btn .btn .input-small {
    padding: 8px;
}

.facet-list-group .facet-list-group-item:hover {
    background-color: #f5f5f5;
}

.facet-list-group .facet-list-group-item:focus {
    border: 1px solid #f5f5f5;
}

.search-results .page-header {
    padding-bottom: 0px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 25px;
}

.search-results ul li h3 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.search-results ul li h3 a {
    color: #0D5BAB !important;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0.1em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
}

.search-results ul li h3 a:hover {
    text-decoration: underline !important;
}


.search-pagination ul li a,
.search-pagination ul li span {
    padding: 0.5em;
    padding-top: 0.5em;
    font-size: 14px;
    text-decoration: none !important;
    border: 1px solid #efede9;
    border-top-color: rgb(239, 237, 233);
    border-right-color: rgb(239, 237, 233);
    border-bottom-color: rgb(239, 237, 233);
    border-left-color: rgb(239, 237, 233);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #CCCCCC;
    width: 24px;
    height: 32px;
    padding-top: 4px;
}

.search-pagination ul li a:hover,
.search-pagination ul li span:hover,
.search-pagination ul li a:focus,
.search-pagination ul li span:focus {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #CCCCCC;
}

.search-pagination ul li.active a,
.search-pagination ul li.active span {
    background-color: white;
    color: #193E72;
    border-color: white;
}

.search-pagination ul li.active a:focus,
.search-pagination ul li.active span:focus {
    background-color: white;
    color: #193E72;
    border-color: white;
}

.crmEntityFormView .cell {
    padding-left: 0px;
}

.crmEntityFormView tbody tr td:nth-last-child(2) {
    padding-right: 0px;
}

#uob-logo:focus,
#uob-logo:hover {
    color: transparent !important;
}

.sidebar-home {
    background-color: #f5f5f5;
    border-top: 7px solid #b01c2e;
    margin-top: 36px;
    position: relative;
}

.section-knowledge .list-group a.list-group-item {
    color: #b01c2e;
}

.comfortable-spacing {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Change Up and Down sort Arrows */
th.sort a {
    display: flex;
    align-items: center;
}

.fa-arrow-up {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8.00002%200.08018C8.13335%200.08018%208.25557%200.1024%208.36668%200.14685C8.47779%200.19129%208.58891%200.26907%208.70002%200.38018L15.3%206.98018C15.4778%207.15796%2015.5611%207.39685%2015.55%207.69685C15.5389%207.99685%2015.4445%208.23574%2015.2667%208.41352C15.0445%208.63574%2014.8056%208.73018%2014.55%208.69685C14.2945%208.66352%2014.0667%208.55796%2013.8667%208.38018L8.00002%202.51351L2.13335%208.38018C1.95557%208.55796%201.71668%208.65796%201.41668%208.68018C1.11668%208.7024%200.877794%208.6024%200.700016%208.38018C0.477793%208.2024%200.383349%207.96907%200.416683%207.68018C0.450016%207.39129%200.555572%207.14685%200.733349%206.94685L7.30002%200.38018C7.41113%200.26907%207.52224%200.19129%207.63335%200.14685C7.74446%200.1024%207.86668%200.08018%208.00002%200.08018Z%22%20fill%3D%22%23B01C2E%22/%3E%3C/svg%3E");
    margin-left: 8px;
}

.fa-arrow-down {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8.00002%208.91982C7.86668%208.91982%207.74446%208.8976%207.63335%208.85315C7.52224%208.80871%207.41113%208.73093%207.30002%208.61982L0.700016%202.01982C0.522238%201.84204%200.438905%201.60315%200.450016%201.30315C0.461127%201.00315%200.555572%200.764264%200.733349%200.586486C0.955572%200.364264%201.19446%200.269819%201.45002%200.303153C1.70557%200.336486%201.93335%200.442041%202.13335%200.619819L8.00002%206.48649L13.8667%200.619819C14.0445%200.442041%2014.2833%200.342041%2014.5834%200.319819C14.8834%200.297597%2015.1222%200.397597%2015.3%200.619819C15.5222%200.797597%2015.6167%201.03093%2015.5834%201.31982C15.55%201.60871%2015.4445%201.85315%2015.2667%202.05315L8.70002%208.61982C8.58891%208.73093%208.47779%208.80871%208.36668%208.85315C8.25557%208.8976%208.13335%208.91982%208.00002%208.91982Z%22%20fill%3D%22%23B01C2E%22/%3E%3C/svg%3E");
    margin-left: 8px;
}

.fa-file-o {
    margin-right: 10px;
    margin-left: 4px;
}

.sharepoint-custom-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fa-file-o::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14V10Z' stroke='%23b01c2e' stroke-width='1.5'/%3E%3Cpath d='M8 12H16' stroke='%23b01c2e' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 8H16' stroke='%23b01c2e' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 16H13' stroke='%23b01c2e' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.svg-plus {
    margin-right: 8px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background-color: #b01c2e !important;
}

h2.login-heading-section {
    padding-bottom: 10px;
}

.radio-choice {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.radio-choice label {
    margin-left: 5px;
    word-wrap: break-word;
    flex-grow: 1;
}

input.query.form-control {
    height: 48px;
}






/* 1️⃣ Remove the square border around the MSOS control */
.msos-inner-container {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* 2️⃣ Apply the curved border to the control wrapper instead */
div[id$="_Control"], 
div[id$="_Control_container"], 
.msos-control {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    overflow: hidden;  /* ensures rounded corners clip children */
    background: #fff !important;
}

/* 3️⃣ Remove internal borders (input + caret) */
.msos-input-container input.msos-input,
.msos-caret-container {
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    background: #fff !important;
}