﻿/* Headers */
@font-face {
    font-family: 'Palatino';
    src: url('/media/basbxth1/palatinoltpro-roman.woff') format('woff'), url('/media/ferjec3t/palatinoltpro-roman.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/*
--------------------------------------------------

Typography 2.0 - copied from typography.css with everything but font-family removed

-------------------------------------------------- 
*/

/* h1 */

h1 {
    font-family: 'Palatino';
}

/* h2 */

h2 {
    font-family: 'Palatino';
}



/* ----------------- IMAGE SIZING ------------------------ */
section.content.component.usn_cmp_text img,
section#event-item .eventdetails img,
section#report-item .content-col img {
    width: auto;
    margin-right: 20px;
}


/*header*/

header#site-header {
    /*position: relative!important;*/
}

#print-logo {
    display: none;
}


@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media(min-width:992px) {
    nav.main {
        height: 60px;
        /*---------*/
        font-family: "PT Sans W01 Regular";
        background-color: #fff;
        font-size: 13px;
        letter-spacing: 0.5px;
        vertical-align: middle;
        text-transform: uppercase;
        -webkit-box-shadow: -7px 7px 10px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: -7px 7px 10px -10px rgba(0,0,0,0.75);
        box-shadow: -7px 7px 10px -10px rgba(0,0,0,0.75);
        min-height: 50px;
        margin-bottom: 0px;
        border: 1px solid #e7e7e7;
        border-radius: 4px;
    }

    body.header-05-lg header#site-header nav.main {
        height: 60px;
    }

    nav.main > ul > li > span a {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        text-align: center;
        height: 60px;
        border-right: 1px solid #e5e3ea;
        font-size: 13px;
        align-items: center;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
    }

    nav.main > ul > li span a {
        color: #993365;
    }

    /*nav.main > ul > li:nth-child(-n+3) > span a {
        color: #454078;
    }*/


    html.no-touch body.header-05-lg header#site-header nav.main > ul > li:hover > span::before,
    body.header-05-lg header#site-header nav.main > ul > li:focus > span::before,
    body.header-05-lg header#site-header nav.main > ul > li:active > span::before,
    body.header-05-lg header#site-header nav.main > ul > li.active > span::before,
    body.header-05-lg header#site-header nav.main > ul > li.open-child > span::before {
        height: 0;
    }

    header#site-header.header-bg-linear {
        padding-bottom: 30px;
        height: 110px;
    }

    .directional-icons-triangle nav.main ul li.has-child > span::after {
        content: "\f280";
        color: #454078;
    }

    body.header-05-lg header#site-header nav.main > ul > li {
        height: 60px;
    }

        body.header-05-lg header#site-header nav.main > ul > li > span > a {
            line-height: 1.42857;
            height: 60px;
        }

        body.header-05-lg header#site-header nav.main > ul > li > span > a {
            padding: 0 8px;
        }

    nav.main ul {
        width: 94.9%;
    }

    body.header-05-lg header#site-header .has-child > .expand-subpages,
    body.header-05-lg header#site-header nav.main > ul > li.has-child > span::after {
        height: 60px;
        line-height: 60px;
    }

    html.no-touch body.header-05-lg header#site-header nav.main ul > li:hover > ul,
    body.header-05-lg header#site-header nav.main ul > li.open-child > ul {
        top: 55px;
    }

    html.nav-up body.header-05-lg.show_header-on-scroll-lg header#site-header #logo img {
        display: none;
    }
}

body.header-05-lg header#site-header .container-fluid::after,
body.header-05-lg header#site-header .container::after {
    content: none;
}

body.header-05-lg header#site-header #logo {
    height: 72px;
}

    body.header-05-lg header#site-header #logo picture, body.header-05-lg header#site-header #logo img {
        height: 55px;
        max-height: 55px;
        /*transition: height 2s;*/
    }


/*social/sceondary*/
nav.secondary > ul, nav.secondary > ul .dropdown-menu, nav.secondary > ul .dropdown-menu a {
    font-size: 30px;
}

html.no-touch nav.secondary ul li span a:hover, nav.secondary ul li span a:focus, nav.secondary ul li span a:active, html.no-touch nav.secondary ul li.dropdown > a:hover, nav.secondary ul li.dropdown a:focus, nav.secondary ul li.dropdown a:active, nav.secondary ul li.dropdown.show > a {
    color: rgba(255,255,255,0.6);
}

@media(min-width:992px) {
    nav.secondary > ul > li > span > div,
    nav.secondary > ul > li > span > a,
    nav.secondary > ul > li > a {
        padding: 0 6px;
    }
}


/* SITE SEARCH */
@media(min-width:992px) {
    body.header-05-lg:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) header#site-header .site-search {
        /*position: absolute;*/
        top: 80px;
        width: 60px;
        height: 60px;
        /*background-color: pink;*/
    }

        body.header-05-lg:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) header#site-header .site-search .form-control {
            min-height: 60px;
            height: 60px;
        }

        body.header-05-lg:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) header#site-header .site-search .expand-search {
            position: relative;
            width: 60px;
            height: 60px;
            padding: 0;
            text-align: center;
        }

    html[dir="ltr"] body.header-05-lg:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) header#site-header .site-search form {
        right: 60px;
        transition: width 1s;
    }

    body.header-05-lg:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) header#site-header .site-search {
        position: absolute;
        top: 80px;
        /*width: 100%;*/
        height: 60px;
    }

    header#site-header .site-search .expand-search {
        position: absolute;
    }

    body.header-05-lg:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) header#site-header .site-search .expand-search {
        position: absolute;
    }

    header#site-header .site-search.open-search form {
        /*width: 360px; calc(100% - 60px);*/
        /*max-width: 360px; calc(100% - 60px);*/
        width: 360px;
        max-width: 360px;
        z-index: 1;
        display: block;
    }

    .form-control:focus-visible, .umbraco-forms-field input:focus-visible,
    .umbraco-forms-field.longanswer textarea:focus-visible,
    .umbraco-forms-field.dropdown select:focus-visible {
        outline: none !important;
        /*outline-offset: 1px!important;*/
    }

    button.btn.base-btn-bg.base-btn-bg-solid.base-btn-bg-hover-solid.base-btn-text.base-btn-borders.btn-search {
        background-color: #993365 !important;
    }

    header#site-header .form-control {
        border: solid 1px #993365 !important;
    }
}

/*BREADCRUMBS*/

.breadcrumb {
    position: relative;
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
    padding: 8px 15px 8px 0;
    font-size: 12px;
    background: transparent;
    margin-bottom: 0;
    padding-left: 0;
    border-radius: 0;
    list-style: none;
}

.breadcrumb-trail {
    margin-top: 0; /*26px;*/
}

    .breadcrumb-trail ol.breadcrumb {
        padding: 16px 0 8px 0;
    }

        .breadcrumb-trail ol.breadcrumb li.breadcrumb-item {
            margin-right: 10px !important;
        }

    .breadcrumb-trail nav {
        width: 100%;
    }

    .breadcrumb-trail ol.breadcrumb li.breadcrumb-item i.icon.before {
        margin-right: 0 !important;
    }

.directional-icons-triangle .breadcrumb-trail ol.breadcrumb li.breadcrumb-item i.icon:before {
    content: "|" !important;
    font-family: 'Palatino' !important;
    color: #cccccc;
    padding-right: 6px;
    margin-right: 4px !important;
    font-size: 15px;
    top: 0 !important;
}

.breadcrumb-trail ol.breadcrumb li.breadcrumb-item:first-of-type i.icon.before:before {
    content: "" !important;
}

.breadcrumb-trail ol.breadcrumb li.breadcrumb-item a {
    color: #993365;
}

    .breadcrumb-trail ol.breadcrumb li.breadcrumb-item a:hover {
        color: #993365;
        text-decoration: underline;
    }

.breadcrumb-trail ol.breadcrumb li.breadcrumb-item.active > span {
    color: #777777;
    overflow: hidden;
    max-width: 20ch;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb-trail ol.breadcrumb li.breadcrumb-item:not(.active) a:hover {
    color: #993365;
    text-decoration: underline;
}



@media(max-width:991px) {
    .breadcrumb-trail {
        margin-top: 0;
    }

        .breadcrumb-trail ol.breadcrumb {
            padding-top: 2px !important;
            padding-bottom: 2px !important;
        }

            .breadcrumb-trail ol.breadcrumb li.breadcrumb-item {
                display: block;
                flex: 0 0 auto !important;
                max-width: none !important;
            }

            .breadcrumb-trail ol.breadcrumb li.breadcrumb-item {
                margin-right: 7px !important;
            }

    .directional-icons-triangle .breadcrumb-trail ol.breadcrumb li.breadcrumb-item i.icon:before {
        padding-right: 5px;
        margin-right: 0px !important;
        font-size: 12px;
        top: 0 !important;
    }
}








.printShare {
    /* position: relative; */
    font-size: 12px;
    /* padding-top: 33px; */
    /* height: 74px; */
    border-bottom: 1px solid #ddd;
    /* padding-right: 0; */
    width: 170px;
    display: flex;
}

/*@media only screen and (max-width: 991px) {*/
/*  .printShare {*/
/*    padding-top: 28px;*/
/*    height: 44px; } }*/
@media only screen and (max-width: 991px) {
    .printShare {
        padding-top: 3px;
        height: 33px;
        width: auto !important;
    }

        .printShare a {
            font-size: 4vw;
        }
}

.printShare div {
    float: left;
    position: relative;
    height: 40px;
    padding-top: 8px;
}

@media only screen and (max-width: 991px) {
    .printShare div {
        top: -4px;
        padding-top: 3%;
        height: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .printShare div {
        top: 0;
        /*padding: 0;*/
        /*vertical-align: middle;*/
        /*height: 24px; */
    }

        .printShare div a {
            display: inline-flex;
            width: 24px;
        }
}

.printShare div a {
    color: #453F78;
}

.printShare .share {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

    .printShare .share a {
        padding: 4px 0;
    }

        .printShare .share a img {
            width: 16px;
            height: 16px;
        }

.printShare .printing {
    margin-left: 10px;
}

    .printShare .printing a {
        padding: 5px 0;
    }

        .printShare .printing a img {
            width: 18px;
            height: 16px;
        }

@media only screen and (max-width: 767px) {
    .printShare .share {
        padding-right: 5px;
    }

    .printShare .printing {
        margin-left: 5px;
    }
}

.printShare .share.with-text {
    border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-right: 20px;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .printShare .share.with-text {
        margin-right: 0;
    }
}

.printShare .share.with-text:before {
    padding: 0 10px;
    color: #ccc;
    content: " ";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    top: 3px;
    right: 3px;
    background-image: url("/images/ppi/share.png");
}

.printShare .printing.with-text {
    margin-left: 10px;
}

    .printShare .printing.with-text:before {
        padding: 0 10px;
        color: #ccc;
        content: " ";
        position: relative;
        display: inline-block;
        width: 18px;
        height: 16px;
        background-size: 18px 16px;
        background-repeat: no-repeat;
        top: 3px;
        right: 3px;
        background-image: url("/images/ppi/printing.png");
    }


/* MODAL */
/*-------------------
Share this page
-------------------*/
/*--- stops judder to the left when modals open ----*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
    overflow-y: auto !important;
}

.modal-open {
    overflow: auto !important;
}


.modalButton {
    position: relative;
    /*z-index: 2000;*/
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    /*left: 50%;*/
    /*transform: translateX(-115px);*/
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}





#shareModal {
    transform: translateX(-50%);
    width: 60%;
    left: 50%;
}

@media(min-width: 740px) {
    #shareModal {
        transform: translateX(-50%);
        width: 30%;
        left: 50%;
    }
}


.modal-dialog {
    /*width: 600px;*/
    margin: 30px auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    /*right: 0;*/
    /*bottom: 0;*/
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
}

    .modal-header .close {
        /*margin-top: -2px;*/
        opacity: .6;
        color: #666;
        position: relative !important;
    }

.close:hover, .close:focus {
    color: #999999;
    opacity: 1;
}

.modal-title {
    margin: 0;
    line-height: 1.2;
    /*color: #fff !important;*/
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-sm {
    width: 270px;
}

.modal-dialog.modal-sm a {
    line-height: 2em;
}

.btn-share {
    width: 218px;
    margin-bottom: 20px;
    padding-left: 10px;
    color: white;
}

.btn-fb {
    background-color: #4E68A1;
}

.btn-tw {
    background-color: #00ACEE;
}

.btn-gp {
    background-color: #DE4B39;
}


.btn-fb:hover, .btn-fb:focus, .btn-fb.focus, .btn-fb:active, .btn-fb.active, .open > .dropdown-toggle.btn-fb {
    color: #fff;
    background-color: #284077;
}

.btn-tw:hover, .btn-tw:focus, .btn-tw.focus, .btn-tw:active, .btn-tw.active, .open > .dropdown-toggle.btn-tw {
    color: #fff;
    background-color: #0B7AA5;
}

.btn-gp:hover, .btn-gp:focus, .btn-gp.focus, .btn-gp:active, .btn-gp.active, .open > .dropdown-toggle.btn-gp {
    color: #fff;
    background-color: #AD3D30;
}



.btn-fb:hover::before, .btn-fb:focus::before, .btn-fb.focus::before, .btn-fb:active::before, .btn-fb.active::before, .btn-fb:hover::after, .btn-fb:focus::after, .btn-fb.focus::after, .btn-fb:active::after, .btn-fb.active::after {
    background: url(/images/btn_fbA.png);
}

.btn-tw:hover::before, .btn-tw:focus::before, .btn-tw.focus::before, .btn-tw:active::before, .btn-tw.active::before, .btn-tw:hover::after, .btn-tw:focus::after, .btn-tw.focus::after, .btn-tw:active::after, .btn-tw.active::after {
    background: url(/images/btn_twA.png);
}

.btn-gp:hover::before, .btn-gp:focus::before, .btn-gp.focus::before, .btn-gp:active::before, .btn-gp.active::before, .btn-gp:hover::after, .btn-gp:focus::after, .btn-gp.focus::after, .btn-gp:active::after, .btn-gp.active::after {
    background: url(/images/btn_gpA.png);
}


a.btn.c2-btn-bg.btn-share:hover {
    background: #909090;
    color: white;
}





/*@media (max-width: 1024px) {*/
/*    .shareThis {*/
/*        top: 26px;*/
/*        right: 15px;*/
/*        padding: 10px 20px;*/
/*        font-size: 26px;*/
/*    }*/
/*}*/


@media (min-width: 768px) {
    .modal-dialog {
        /*width: 600px;*/
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-execsumm {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
}

    .modal-execsumm button.close {
        position: absolute;
        right: 50px;
        top: 50px;
    }


/*@media (max-width: 600px) {
    .btn.btn-lg.shareThis {
        display: none;
    }

    .btn.btn-lg.shareThisMobile {
        display: block;
        -webkit-mask-size: auto;
        mask-size: auto;
    }

    .modal-dialog {
        margin: 10px auto;
    }
}*/



/*---- FOOTER ----*/

footer#site-footer > .container {
    padding-top: 36px;
    padding-bottom: 0;
}

footer#site-footer {
    padding-bottom: 10px;
}

@media(min-width:1200px) {
    nav.footer-navigation {
        padding-top: 0;
    }
}

@media(min-width:992px) {
    footer#site-footer .footer-item {
        margin-bottom: 0px !important;
    }

    footer#site-footer .item.footer-item.usn_pod_sociallinks {
        margin-bottom: 30px !important;
        padding-top: 0 !important;
    }
}



@media(max-width:767px) {
    footer .item.footer-item.footer-logo {
        order: -1;
    }

    footer .item .image {
        text-align: center;
    }

        footer .item .image img {
            width: 100%;
            max-width: 200px;
        }

    footer .quick-links ul {
        flex-direction: column;
    }

    footer .item.footer-item.usn_pod_textimage.address-item {
        text-align: left !important;
    }
}
/*@media(min-width:768px){*/
/*    footer .item.text-left.addresss-item{*/
/*    text-align:right!important;*/
/*}*/
/*}*/




/* accordion tabs */

/*body:not(.full-page) section.content .content-col > section.content.component:not(.base-bg):not(.p-0) {*/
/*    padding: 0;*/
/*}*/

/*.repeatable .tab {*/
/*    position: relative;*/
/*    margin: 0;*/
/*    margin-top: 5px;*/
/*    padding: 0 !important;*/
/*    background-color: #003c71;*/
/*    color: white;*/
/*}*/

/*.repeatable.accordion.tab-basic .tab:not(:first-child) {*/
/*    margin-top: 5px !important;*/
/*}*/

/*.repeatable.tab-basic .tab .nav-link {*/
/*    color: white;*/
/*    border-width: 0 !important;*/
/*    padding: 15px 53px 15px 30px !important;*/
/*}*/

/*@media(max-width:767px) {*/
/*    .repeatable.tab-basic .tab .nav-link {*/
/*        padding-left: 15px !important;*/
/*    }*/
/*}*/

/*.repeatable.accordion .tab .nav-link::after {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0px;*/
/*    width: 50px;*/
/*    text-align: center;*/
/*    transform: translateY(-50%);*/
/*    background-color: #00557D;*/
/*    height: 100%;*/
/*    padding-top: 18px;*/
/*}*/

.directional-icons-triangle .repeatable.accordion .tab .nav-link::after {
    content: "\f1fc" !important;
    font-size: 20px;
    font-weight: 600;
}

.directional-icons-triangle .repeatable.accordion .tab .nav-link.collapsed::after {
    content: "\f102" !important;
}

.repeatable.tab-basic .tab .nav-link {
    color: rgba(var(--base-link-hover),1);
    border-color: rgba(var(--base-borders),1);
    background: transparent;
    border-left-width: 2px;
}

    .repeatable.tab-basic .tab .nav-link:hover,
    .repeatable.tab-basic .tab .nav-link:not(.collapsed) {
        background-color: #ffffff !important;
        color: #181818 !important;
        border-left-color: #90549E;
    }

        .repeatable.tab-basic .tab .nav-link:hover:after {
            color: #181818 !important;
        }

.repeatable.accordion.tab-basic .repeatable-content {
    padding: 0;
    border: 0;
}

/*.repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover, .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover {*/
/*    color: white;*/
/*}*/

/*.repeatable.accordion .tab .nav-link::before {*/
/*    content: "//";*/
/*    color: #FAA50A;*/
/*    padding-right: 10px;*/
/*}*/


/*.repeatable.accordion.tab-basic .repeatable-content .text {*/
/*    background-color: white;*/
/*    padding: 1px 15px 15px;*/
/*}*/

/*.repeatable.tab-basic .tab .nav-link::before {
    content: none;
   }*/

/*.repeatable.tabbed.tab-basic .tab .nav-link.active, .repeatable.accordion.tab-basic .tab .nav-link:not(.collapsed) {*/
/*color: white!important;*/
/*    color: #24366e !important;*/
/*    background-color: white;*/
/*}*/

/*.directional-icons-chevron .repeatable.accordion .tab .nav-link:not(.collapsed)::after {*/
/*    background: white !important;*/
/*}*/



/*    .repeatable.tabbed.tab-basic .tab .nav-link:not(.active):hover, .repeatable.accordion.tab-basic .tab .nav-link.collapsed:hover {*/
/*        color: white;*/
/*        background: none !important;*/
/* background: rgba(var(--base-borders),0.25); */
/*    }*/

/*-------TABLE ---------------*/

table {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
}

    .base-borders, table, table th, table td {
        border-color: #e3e3e3;
    }

        table tr:nth-of-type(odd) td, table tr:nth-of-type(odd) th {
            background-color: #f4f4f4 !important;
        }

/*-------FORMS ---------------*/

div.umbraco-forms-form input,
div.umbraco-forms-form textarea,
div.umbraco-forms-form input,
div.umbraco-forms-form textarea,
#ind-contact-form input,
#ind-contact-form textarea {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px !important;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px !important;
    padding: 15px 22px;
    color: #453F78 !important;
    background-color: #f7f7f5 !important;
    outline: none;
    box-shadow: none;
    vertical-align: top;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea, .umbraco-forms-form select {
    margin: 0.5em 0;
    border: 1px solid #bbb !important;
}

div.umbraco-forms-form label, div.umbraco-forms-form label, #ind-contact-form label {
    font-weight: normal !important;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 400px !important;
    padding: 5px !important;
    display: block;
    width: 95%;
}

.umbraco-forms-form input.text,
.umbraco-forms-form input.title,
.umbraco-forms-form textarea,
.umbraco-forms-form select {
    margin: 0.5em 0 !important;
    border: 1px solid #bbb !important;
}

.form-control,
.umbraco-forms-field:not(.checkbox):not(.multiplechoice):not(.title):not(.recaptcha):not(.dataconsent):not(.singlechoice) input,
.umbraco-forms-field.longanswer textarea,
.form-group.dropdown::after,
.form-group.date::after,
.umbraco-forms-field.date .umbraco-forms-field-wrapper::after,
.umbraco-forms-field.dropdown .umbraco-forms-field-wrapper select,
.umbraco-forms-field.dropdown .umbraco-forms-field-wrapper::after {
    min-height: 40px !important;
}
/*.form-group,*/
.umbraco-forms-field:not(.hidden) {
    position: relative;
    margin-bottom: 0.5rem !important;
}

::placeholder {
    color: #453F78 !important;
    opacity: 1;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 20px !important;
    width: auto !important;
    display: inline !important;
    background-color: transparent !important;
}

/*.umbraco-forms-form .checkbox input, .umbraco-forms-form .checkboxlist input, .umbraco-forms-form .radiobuttonlist input {
    width: auto !important;
    height: auto !important;
    border: none !important;
    display: inline !important;
    background-color: transparent !important;
}*/

.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper input,
.umbraco-forms-field.multiplechoice .umbraco-forms-field-wrapper input,
.umbraco-forms-field.singlechoice .umbraco-forms-field-wrapper input {
    top: 5px !important;
}

.btn.base-btn-bg, .btn-bg_base-btn-bg .btn {
    background: rgba(var(--base-btn-bg-color1),1) !important;
    color: white !important;
    width: auto !important;
    top: 0 !important;
    padding-top: 8px;
    /*margin-top: 0!important;*/
    /*border-radius: 4px;*/
}

div.umbraco-forms-form input[type=submit] {
    background-color: rgba(94, 114, 234,1) !important;
    color: white !important;
    width: auto !important;
    top: 0 !important;
    padding-top: 10px;
    margin-top: 0 !important;
}

.umbraco-forms-form .checkboxlist label {
    float: none !important;
    clear: left;
}



/* ----------- HOMEPAGE PODS -------------------*/

.repeatable.tabbed nav.tabs .tab {
    display: inline-block;
    margin-right: 0 !important;
    width: 50%;
    background: #f7f7f5;
    border-bottom: 0;
    border-right: 0;
}

.repeatable.tabbed .tab {
    display: inline-block;
    width: 50%;
    background: #f7f7f5;
    border-bottom: 0;
    border-right: 0;
}

.repeatable.tabbed.tab-basic .tab .nav-link {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}


    .repeatable.tabbed.tab-basic .tab .nav-link.active {
        border: 0;
        border-left: solid 3px #f6f6f4;
        border-top: solid 2px #90549E;
        color: #90549E !important;
    }

        .repeatable.tabbed.tab-basic .tab .nav-link.active::after {
            content: '';
            position: absolute;
            height: 0 !important;
        }

.repeatable.tab-basic .repeatable-content {
    border: solid 3px #f6f6f4;
    border-top: 0 !important;
    padding-bottom: 0;
}


.repeatable.tabbed.tab-basic .tab .nav-link:not(.active) {
    background-color: #f7f7f5 !important;
    border-left: none;
    color: #453F78 !important;
}

    .repeatable.tabbed.tab-basic .tab .nav-link:not(.active):hover,
    .repeatable.accordion.tab-basic .tab .nav-link.collapsed:hover {
        background-color: #eeeeee !important;
    }

.usn_back-to-top .btn {
    width: 60px !important;
}

.form-tab .tab-content .text h3 {
    color: #993365;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.form-tab .tab-content .text p {
    margin: 5px 0;
}

.press-release-feed > .inner > p.heading:first-of-type {
    padding: 10px 15px 10px 40px;
    background: #453F78;
    color: #fff !important;
    font-size: 24px;
    border-radius: 0 !important;
}

.item.usn_pod_podsubpagelisting.items-3.col-12.press-release-feed {
    border: solid 3px #f6f6f4;
    padding: 0;
}

    .item.usn_pod_podsubpagelisting.items-3.col-12.press-release-feed .repeatable-content .listing .item {
        padding: 19px 45px 19px;
        border-bottom: solid 1px #f6f6f4;
    }

        .item.usn_pod_podsubpagelisting.items-3.col-12.press-release-feed .repeatable-content .listing .item p.heading.lg {
            font-size: 18px;
        }

.item.usn_pod_podsubpagelisting p.link {
    text-align: right;
    margin-right: 15px;
}


/* ---- MOBILE HEADER  -------------*/

/*header#site-header .expand-header {*/
/*    right: 20px!important;*/
/*    }*/

/*header#site-header .expand-header span {*/
/*    transform: none!important;*/
/*}*/
/*header#site-header .expand-header span:before, */
/*header#site-header .expand-header span, */
/*header#site-header .expand-header span:after {*/
/*    background-color: white!important;*/
/*    }*/



/* ---- EVENTS -------------*/

section#events,
section#reports,
section#event-item {
    padding-top: 15px;
}

.event-listitem.row {
    padding: 20px 25px;
    margin-bottom: 20px;
    background-color: #F6F6F4;
    border: none;
    border-radius: 0;
}

.event-listitem h4 {
    color: #453F78;
}

.event-listitem span {
    font-size: 12px;
    color: #7E7E7E;
}

.event-listitem p.desc {
    font-size: 16px;
    color: #7E7E7E;
    font-weight: bold;
}

.default-maroon {
    /*width: 100%;*/
    color: #993365;
    background: transparent;
    font-weight: bold;
    border: solid 1px #993365;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
}

    .default-maroon:hover, .default-maroon:active, .default-maroon:focus {
        color: #fff;
        background-color: #993365;
    }

#events .info .txtinfo,
#event-item .info .txtinfo {
    color: #453F78;
    position: absolute;
    bottom: 17px;
    right: 15px;
    font-size: 14px;
}

    #events .info .txtinfo:before,
    #event-item .info .txtinfo:before {
        content: " ";
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        background-size: 12px auto;
        background-repeat: no-repeat;
        right: 2px;
        top: 1px;
        background-image: url("/images/ppi/exclamation-mark.png");
    }

#event-item hr {
    margin-top: 0;
    margin-bottom: 0;
}

#event-item h1, #report-item h1 {
    color: #993365;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.event-description h2 {
    color: #5E72EA;
    font-family: inherit;
    font-size: 24px;
    line-height: 1.42857;
    margin-bottom: 30px;
}

.row.icons.clearfix {
    margin-top: 30px;
}

#event-item .icons .icon-item, #report-item .icons .icon-item {
    margin-bottom: 30px;
}

    #event-item .icons .icon-item .content, #report-item .icons .icon-item .content {
        text-align: center;
        border: 2px solid #f6f6f4;
    }

        #event-item .icons .icon-item .content p, #report-item .icons .icon-item .content p {
            display: block;
            margin-top: 25px;
            color: #993365;
        }

        #event-item .icons .icon-item .content img, #report-item .icons .icon-item .content img {
            width: auto;
            height: 72px;
            margin-top: 16px;
            margin-bottom: 21px;
            float: none;
            margin-right: 0;
        }

#events .form-control {
    margin-bottom: 10px;
}

#events label.wrap:after {
    content: "\f280";
    font-family: Ionicons;
    color: #453F78;
    position: absolute;
    right: 14px;
    top: 22%;
    z-index: 1;
    pointer-events: none;
    font-size: 24px;
}

@media(max-width:767px) {

    #events .info.txtdiv,
    #event-item .info.txtdiv {
        margin-left: 10px;
    }

    #events .info .txtinfo,
    #event-item .info .txtinfo {
        position: relative;
    }

    #event-item h1, #events h1 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}


/*  ---RELATED PUBLICATIONS ---*/
.panel-heading {
    padding: 15px;
    font-size: 20px;
    border-radius: 0 !important;
}

.panel-violet .panel-heading {
    background: #453F78;
    color: #fff;
}

.panel-body ul.list-group li {
    padding: 20px 25px;
    margin-bottom: 20px;
    background-color: #F6F6F4;
    border: none;
    border-radius: 0;
}

.pdf-download div p {
    color: #993365;
    font-weight: bold;
    font-size: 16px;
}


@media(max-width:992px) {
    body:not(.header-03-sm) nav.main > ul {
        background-color: #ede3e6 !important;
    }

    body:not(.header-03-sm) nav.main ul li {
        border-color: #ffffff;
    }

        body:not(.header-03-sm) nav.main ul li ul li a {
            padding-left: 50px;
        }
    /*nav.main ul li > span {*/
    /*    background-color: #e1cdd6;*/
    /*}*/
    nav.main ul > li.open-child > span > a {
        color: rgba(var(--main-navigation-link-hover),1);
        background-color: #e1cdd6;
    }

    body.header-01-sm header#site-header .site-search {
        -ms-flex-order: 3;
        order: 3;
        background-color: #eae3e6;
    }

    body.header-01-sm header#site-header .site-search {
        padding: var(--base-half-spacing) var(--base-half-spacing);
    }

    .site-search .btn {
        width: 50px !important;
        background-color: #993365 !important;
    }


    body.header-01-sm header#site-header nav.main {
        -ms-flex-order: 4;
        order: 4;
    }

    body.header-01-sm header#site-header nav.secondary {
        display: block;
        position: absolute;
        width: auto;
        height: auto;
        top: 0;
        right: 50px;
    }

    body:not(.header-03-sm) nav.secondary > ul {
        line-height: 24px;
    }

        body:not(.header-03-sm) nav.secondary > ul li {
            display: inline-block;
        }

    /*header#site-header .expand-header {*/
    /*    right: 20px!important;*/
    /*    }*/

    /*header#site-header .expand-header span {*/
    /*    transform: none!important;*/
    /*}*/
    header#site-header .expand-header span:before,
    header#site-header .expand-header span,
    header#site-header .expand-header span:after {
        background-color: white;
    }
}






/*----------- FILTERING -----------------*/

.filterpanel {
    text-align: center;
}

@media(min-width:992px) {
    section#events .filterpanel {
        margin-top: 88px;
    }

    section#event-item .filterpanel {
        margin-top: 71px;
    }

    section#reports .side-menu-list {
        padding-top: 22px;
    }

    section#report-item .side-menu-list {
        padding-top: 11px;
    }
}

.filterpanel form {
    padding: 15px;
    background: #484582;
}

    .filterpanel form .form-group label {
        color: #B6BCED;
        font-size: 16px;
        font-weight: normal;
    }

.filterpanel.form-group-violet form {
    background: #484582;
}

    .filterpanel.form-group-violet form label {
        color: #B6BCED;
    }

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 6px 22px;
    color: #453F78;
    background-color: #f7f7f5;
    border: none;
    outline: none;
    box-shadow: none;
}

label.wrap:after {
    content: "\f280";
    font-family: Ionicons;
    color: #453F78;
    position: absolute;
    right: 14px;
    top: 22%;
    z-index: 1;
    pointer-events: none;
    font-size: 24px;
}

.filterpanel .archives {
    display: inline-block;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #453F78;
    padding-bottom: 20px;
}

    .filterpanel .archives h3 {
        color: #B6BCED;
        font-size: 16px;
        font-weight: normal;
    }

    .filterpanel .archives .list-group li {
        border: none;
        color: #fff;
        font-size: 18px;
        background-color: transparent;
    }

.filterpanel.form-group-violet .archives {
    background: #453F78;
}

.filterpanel .archives .list-group li.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.filterpanel.form-group-violet .archives h3 {
    color: #B6BCED;
}

.filterpanel.form-group-violet .archives .list-group li {
    background-color: #453F78;
}

.filterpanel.form-group-purple form,
.filterpanel.form-group-purple .archives {
    background: #90549E;
}

.filterpanel.form-group-submissions form,
.filterpanel.form-group-submissions .archives {
    background: #993364;
}



div.side-menu-list a, div.all-post-collapse a {
    color: white !important;
}

div.side-menu-list li.active a,
div.all-post-collapse li.active a {
    color: white;
    font-weight: normal;
    text-decoration: underline !important;
}

#reports, #report-item {
    padding-top: 30px;
}

    #report-item .pull-left.downloadBtn {
        margin-bottom: 20px;
    }

    #report-item h1 {
        margin-top: 8px;
        font-size: 30px;
        border-bottom: solid 1px #ddd;
        padding-bottom: 20px;
    }

    #reports h2 {
        margin-top: 20px;
    }

    #reports .right-col h4 {
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
    }

    #report-item h3 {
        font-size: 24px;
        font-weight: bold;
    }

    #report-item div.archives h3 {
        font-size: 16px;
        font-weight: normal;
    }

a.reportbutton {
    color: #453F78;
    border: solid 1px #453F78;
    padding: 5px 20px;
    font-weight: bold;
    width: 100%;
}

    a.reportbutton:hover {
        background-color: #453F78;
        color: #ffffff;
    }

.results-search-none {
    margin-top: 30px;
    font-weight: bold;
}

@media(max-width:991px) {
    #reports a.reportbutton {
        width: 30vw;
    }

    .all-post-btn {
        width: 100%;
        padding: 5px 12px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .purple-full-btn {
        color: #fff;
        background: #90549E;
        border-color: #90549E;
    }

    button.btn.purple-full-btn.all-post-btn.pull-right {
        color: white;
    }

        button.btn.purple-full-btn.all-post-btn.pull-right.collapsed:hover {
            color: white;
            background: #9c55ad;
            border-color: #9c55ad;
        }

    #report-item h1 {
        font-size: 26px;
        border-bottom: none;
        padding-bottom: 0px;
    }

    #report-item h3 {
        font-size: 22px;
    }
}



/*#events .info .txtinfo, #event-item .info .txtinfo {*/
/*    color: #453F78;*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    right: 9px;*/
/*}*/

@media(max-width:767px) {
    hr.event-line {
        display: none;
    }
}

/*----- BLOG LISTING ----*/
.listing .item p.heading {
    font-size: 24px;
    font-family: 'Palatino';
}

.item.item-blog.item_text-right:not(.item_has-bg) .info, .item.item-blog.item_text-left:not(.item_has-bg) .info {
    padding-bottom: 30px;
}

.listing div.meta {
    font-size: 12px;
}

.item.item_text-right .meta {
    right: none !important;
    left: 0 !important;
}


nav.sub {
    margin-top: 7px;
    padding-top: 0;
    border: solid 1px #cccccc;
    border-top: 3px solid #993365;
}

    nav.sub p.heading {
        color: #993365;
        background: #f7f7f5;
        padding: 10px 30px;
        font-weight: bold;
        font-size: 18px;
    }

    nav.sub > ul {
        font-size: 18px;
        padding: 30px;
        padding-left: 60px;
        list-style: disc;
    }

html.no-touch nav.sub ul li:not(.active) span a:hover {
    padding-left: 0 !important;
}

@media(min-width:768px) {

    section.press-item section.content.component.usn_cmp_text.base-bg.base-bg-solid {
        padding-bottom: 10px !important;
    }

    section.press-item section.content.component.author-bio {
        padding-bottom: 10px !important;
        font-size: 14px;
    }
}

.item .meta p, .item .meta ul {
    font-size: 12px;
}


.ekko-lightbox .modal-content .modal-header,
.ekko-lightbox .modal-content .modal-footer {
    background: black;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
}

    .ekko-lightbox .modal-content .modal-header p.heading {
        color: white;
    }

@media(min-width:600px) {
    div#ExecModal {
        width: 70%;
        transform: translateX(23%);
    }
}


@media(min-width:992px) {
    div#ExecModal {
        width: 50%;
        transform: translateX(50%);
    }
}

/* pods hanging low */

/*.listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(8), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(7), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(6), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(5), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(7), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(6), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(5), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(6), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(5), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(5), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-4:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-4:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-4:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-4:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-3:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-3:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-3:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-2:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-2:nth-last-child(1) {
    margin-bottom: 30px !important;
}*/

@media(min-width:768px)and (max-width:991px) {
    .listing:not(.listing_window-mosaic) .item:not(.items-1):not(.items-2):nth-last-child(2), .listing:not(.listing_window-mosaic) .item:not(.items-1):not(.items-2):nth-last-child(1) {
        margin-bottom: 30px !important;
    }
}


/*------------- PRINT -------------------*/
@media print {
    #print-logo {
        display: block;
        width: 100px !important;
    }

        #print-logo img {
            width: 100px;
        }

    #logo {
        display: none;
    }
}



-------------------------------------------------------------------------------------------------------
/* Headers */
/*@font-face {*/
/*    font-family: 'Palatino';*/
/*    src: url('/media/basbxth1/palatinoltpro-roman.woff') format('woff'), url('/media/ferjec3t/palatinoltpro-roman.ttf') format('ttf');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@media (max-width: 767px){ */
/*    .hidden-xs {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
/*    .hidden-sm {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*    .hidden-md {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*    .hidden-lg {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*
--------------------------------------------------

Typography 2.0 - copied from typography.css with everything but font-family removed

-------------------------------------------------- 
*/


body.header-05-lg header#site-header .container-fluid::after,
body.header-05-lg header#site-header .container::after {
    content: none;
}

body.header-05-lg header#site-header #logo {
    height: 72px;
}

    body.header-05-lg header#site-header #logo picture, body.header-05-lg header#site-header #logo img {
        height: 55px;
        max-height: 55px;
        /*transition: height 2s;*/
    }


/*social/sceondary*/
nav.secondary > ul, nav.secondary > ul .dropdown-menu, nav.secondary > ul .dropdown-menu a {
    font-size: 30px;
}

html.no-touch nav.secondary ul li span a:hover, nav.secondary ul li span a:focus, nav.secondary ul li span a:active, html.no-touch nav.secondary ul li.dropdown > a:hover, nav.secondary ul li.dropdown a:focus, nav.secondary ul li.dropdown a:active, nav.secondary ul li.dropdown.show > a {
    color: rgba(255,255,255,0.6);
}

@media(min-width:992px) {
    nav.secondary > ul > li > span > div,
    nav.secondary > ul > li > span > a,
    nav.secondary > ul > li > a {
        padding: 0 6px;
    }
}











/* MODAL */
/*-------------------
Share this page
-------------------*/
/*--- stops judder to the left when modals open ----*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
    overflow-y: auto !important;
}

.modal-open {
    overflow: auto !important;
}


.modalButton {
    position: relative;
    /*z-index: 2000;*/
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    /*left: 50%;*/
    /*transform: translateX(-115px);*/
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}





#shareModal {
    transform: translateX(-50%);
    width: 60%;
    left: 50%;
}

@media(min-width: 740px) {
    #shareModal {
        transform: translateX(-50%);
        width: 30%;
        left: 50%;
    }
}


.modal-dialog {
    /*width: 600px;*/
    margin: 30px auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    /*right: 0;*/
    /*bottom: 0;*/
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
}

    .modal-header .close {
        /*margin-top: -2px;*/
        opacity: .6;
        color: #666;
        position: relative !important;
    }

.close:hover, .close:focus {
    color: #999999;
    opacity: 1;
}

.modal-title {
    margin: 0;
    line-height: 1.2;
    /*color: #fff !important;*/
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-sm {
    width: 270px;
}

.modal-dialog.modal-sm a {
    line-height: 2em;
}


.modal::before {
    color: #fff;
    background-color: transparent;
   
}

.btn-share {
    width: 218px;
    margin-bottom: 20px;
    padding-left: 10px;
    color: white;
}

.btn-fb {
    background-color: #4E68A1;
}

.btn-tw {
    background-color: #00ACEE;
}

.btn-gp {
    background-color: #DE4B39;
}


.btn-fb:hover, .btn-fb:focus, .btn-fb.focus, .btn-fb:active, .btn-fb.active, .open > .dropdown-toggle.btn-fb {
    color: #fff;
    background-color: #284077;
}

.btn-tw:hover, .btn-tw:focus, .btn-tw.focus, .btn-tw:active, .btn-tw.active, .open > .dropdown-toggle.btn-tw {
    color: #fff;
    background-color: #0B7AA5;
}

.btn-gp:hover, .btn-gp:focus, .btn-gp.focus, .btn-gp:active, .btn-gp.active, .open > .dropdown-toggle.btn-gp {
    color: #fff;
    background-color: #AD3D30;
}



.btn-fb:hover::before, .btn-fb:focus::before, .btn-fb.focus::before, .btn-fb:active::before, .btn-fb.active::before, .btn-fb:hover::after, .btn-fb:focus::after, .btn-fb.focus::after, .btn-fb:active::after, .btn-fb.active::after {
    background: url(/images/btn_fbA.png);
}

.btn-tw:hover::before, .btn-tw:focus::before, .btn-tw.focus::before, .btn-tw:active::before, .btn-tw.active::before, .btn-tw:hover::after, .btn-tw:focus::after, .btn-tw.focus::after, .btn-tw:active::after, .btn-tw.active::after {
    background: url(/images/btn_twA.png);
}

.btn-gp:hover::before, .btn-gp:focus::before, .btn-gp.focus::before, .btn-gp:active::before, .btn-gp.active::before, .btn-gp:hover::after, .btn-gp:focus::after, .btn-gp.focus::after, .btn-gp:active::after, .btn-gp.active::after {
    background: url(/images/btn_gpA.png);
}


a.btn.c2-btn-bg.btn-share:hover {
    background: #909090;
    color: white;
}





/*@media (max-width: 1024px) {*/
/*    .shareThis {*/
/*        top: 26px;*/
/*        right: 15px;*/
/*        padding: 10px 20px;*/
/*        font-size: 26px;*/
/*    }*/
/*}*/


@media (min-width: 768px) {
    .modal-dialog {
        /*width: 600px;*/
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-execsumm {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
}

    .modal-execsumm button.close {
        position: absolute;
        right: 50px;
        top: 50px;
    }


/*@media (max-width: 600px) {
    .btn.btn-lg.shareThis {
        display: none;
    }

    .btn.btn-lg.shareThisMobile {
        display: block;
        -webkit-mask-size: auto;
        mask-size: auto;
    }

    .modal-dialog {
        margin: 10px auto;
    }
}*/



/*---- FOOTER ----*/

footer#site-footer > .container {
    padding-top: 36px;
    padding-bottom: 0;
}

footer#site-footer {
    padding-bottom: 10px;
}

    footer#site-footer .footer-item {
        padding-bottom: 0!important;
    }

@media(min-width:1200px) {
    nav.footer-navigation {
        padding-top: 0;
    }
}

@media(min-width:992px) {
    footer#site-footer .footer-item {
        margin-bottom: 0px !important;
    }

    footer#site-footer .item.footer-item.usn_pod_sociallinks {
        margin-bottom: 30px !important;
        padding-top: 0 !important;
    }
}



@media(max-width:767px) {
    footer .item.footer-item.footer-logo {
        order: -1;
    }

    footer .item .image {
        text-align: center;
    }

        footer .item .image img {
            width: 100%;
            max-width: 200px;
        }

    footer .quick-links ul {
        flex-direction: column;
    }

    footer .item.footer-item.usn_pod_textimage.address-item {
        text-align: left !important;
    }
}
/*@media(min-width:768px){*/
/*    footer .item.text-left.addresss-item{*/
/*    text-align:right!important;*/
/*}*/
/*}*/




/* accordion tabs */

/*body:not(.full-page) section.content .content-col > section.content.component:not(.base-bg):not(.p-0) {*/
/*    padding: 0;*/
/*}*/

/*.repeatable .tab {*/
/*    position: relative;*/
/*    margin: 0;*/
/*    margin-top: 5px;*/
/*    padding: 0 !important;*/
/*    background-color: #003c71;*/
/*    color: white;*/
/*}*/

/*.repeatable.accordion.tab-basic .tab:not(:first-child) {*/
/*    margin-top: 5px !important;*/
/*}*/

/*.repeatable.tab-basic .tab .nav-link {*/
/*    color: white;*/
/*    border-width: 0 !important;*/
/*    padding: 15px 53px 15px 30px !important;*/
/*}*/

/*@media(max-width:767px) {*/
/*    .repeatable.tab-basic .tab .nav-link {*/
/*        padding-left: 15px !important;*/
/*    }*/
/*}*/

/*.repeatable.accordion .tab .nav-link::after {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0px;*/
/*    width: 50px;*/
/*    text-align: center;*/
/*    transform: translateY(-50%);*/
/*    background-color: #00557D;*/
/*    height: 100%;*/
/*    padding-top: 18px;*/
/*}*/

.directional-icons-triangle .repeatable.accordion .tab .nav-link::after {
    content: "\f1fc" !important;
    font-size: 20px;
    font-weight: 600;
}

.directional-icons-triangle .repeatable.accordion .tab .nav-link.collapsed::after {
    content: "\f102" !important;
}

.repeatable.tab-basic .tab .nav-link {
    color: rgba(var(--base-link-hover),1);
    border-color: rgba(var(--base-borders),1);
    background: transparent;
    border-left-width: 2px;
}

    .repeatable.tab-basic .tab .nav-link:hover,
    .repeatable.tab-basic .tab .nav-link:not(.collapsed) {
        background-color: #ffffff !important;
        color: #181818 !important;
        border-left-color: #90549E;
    }

        .repeatable.tab-basic .tab .nav-link:hover:after {
            color: #181818 !important;
        }

.repeatable.accordion.tab-basic .repeatable-content {
    padding: 0;
    border: 0;
}

/*.repeatable.tabbed.tab-underline .tab .nav-link:not(.active):hover, .repeatable.accordion.tab-underline .tab .nav-link.collapsed:hover {*/
/*    color: white;*/
/*}*/

/*.repeatable.accordion .tab .nav-link::before {*/
/*    content: "//";*/
/*    color: #FAA50A;*/
/*    padding-right: 10px;*/
/*}*/


/*.repeatable.accordion.tab-basic .repeatable-content .text {*/
/*    background-color: white;*/
/*    padding: 1px 15px 15px;*/
/*}*/

/*.repeatable.tab-basic .tab .nav-link::before {
    content: none;
   }*/

/*.repeatable.tabbed.tab-basic .tab .nav-link.active, .repeatable.accordion.tab-basic .tab .nav-link:not(.collapsed) {*/
/*color: white!important;*/
/*    color: #24366e !important;*/
/*    background-color: white;*/
/*}*/

/*.directional-icons-chevron .repeatable.accordion .tab .nav-link:not(.collapsed)::after {*/
/*    background: white !important;*/
/*}*/



/*    .repeatable.tabbed.tab-basic .tab .nav-link:not(.active):hover, .repeatable.accordion.tab-basic .tab .nav-link.collapsed:hover {*/
/*        color: white;*/
/*        background: none !important;*/
/* background: rgba(var(--base-borders),0.25); */
/*    }*/

/*-------TABLE ---------------*/

table {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
}

    .base-borders, table, table th, table td {
        border-color: #e3e3e3;
    }

        table tr:nth-of-type(odd) td, table tr:nth-of-type(odd) th {
            background-color: #f4f4f4 !important;
        }

/*-------FORMS ---------------*/

div.umbraco-forms-form input,
div.umbraco-forms-form textarea,
div.umbraco-forms-form input,
div.umbraco-forms-form textarea,
#ind-contact-form input,
#ind-contact-form textarea {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px !important;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px !important;
    padding: 15px 22px;
    color: #453F78 !important;
    background-color: #f7f7f5 !important;
    outline: none;
    box-shadow: none;
    vertical-align: top;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea, .umbraco-forms-form select {
    margin: 0.5em 0;
    border: 1px solid #bbb !important;
}

div.umbraco-forms-form label, div.umbraco-forms-form label, #ind-contact-form label {
    font-weight: normal !important;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 400px !important;
    padding: 5px !important;
    display: block;
    width: 95%;
}

.umbraco-forms-form input.text,
.umbraco-forms-form input.title,
.umbraco-forms-form textarea,
.umbraco-forms-form select {
    margin: 0.5em 0 !important;
    border: 1px solid #bbb !important;
}

.form-control,
.umbraco-forms-field:not(.checkbox):not(.multiplechoice):not(.title):not(.recaptcha):not(.dataconsent):not(.singlechoice) input,
.umbraco-forms-field.longanswer textarea,
.form-group.dropdown::after,
.form-group.date::after,
.umbraco-forms-field.date .umbraco-forms-field-wrapper::after,
.umbraco-forms-field.dropdown .umbraco-forms-field-wrapper select,
.umbraco-forms-field.dropdown .umbraco-forms-field-wrapper::after {
    min-height: 40px !important;
}
/*.form-group,*/
.umbraco-forms-field:not(.hidden) {
    position: relative;
    margin-bottom: 0.5rem !important;
}

::placeholder {
    color: #453F78 !important;
    opacity: 1;
}

div.umbraco-forms-form input[type=checkbox], div.umbraco-forms-form input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 20px !important;
    width: auto !important;
    display: inline !important;
    background-color: transparent !important;
}

.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper input,
.umbraco-forms-field.multiplechoice .umbraco-forms-field-wrapper input,
.umbraco-forms-field.singlechoice .umbraco-forms-field-wrapper input {
    top: 5px !important;
}

.btn.base-btn-bg, .btn-bg_base-btn-bg .btn {
    background: rgba(var(--base-btn-bg-color1),1) !important;
    color: white !important;
    width: auto !important;
    top: 0 !important;
    padding-top: 8px;
    /*margin-top: 0!important;*/
    /*border-radius: 4px;*/
}

div.umbraco-forms-form input[type=submit] {
    background-color: rgba(94, 114, 234,1) !important;
    color: white !important;
    width: auto !important;
    top: 0 !important;
    padding-top: 10px;
    margin-top: 0 !important;
}

.umbraco-forms-form .checkboxlist label {
    float: none !important;
    clear: left;
}

textarea.form-control {
    height: auto;
}

/*.umbraco-forms-form legend {
     font-weight: normal!important; 
     font-size: 1em!important; 
     display: block;
}*/

/* ----------- HOMEPAGE PODS -------------------*/

.repeatable.tabbed nav.tabs .tab {
    display: inline-block;
    margin-right: 0 !important;
    width: 50%;
    background: #f7f7f5;
    border-bottom: 0;
    border-right: 0;
}

.repeatable.tabbed .tab {
    display: inline-block;
    width: 50%;
    background: #f7f7f5;
    border-bottom: 0;
    border-right: 0;
}

.repeatable.tabbed.tab-basic .tab .nav-link {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}


    .repeatable.tabbed.tab-basic .tab .nav-link.active {
        border: 0;
        border-left: solid 3px #f6f6f4;
        border-top: solid 2px #90549E;
        color: #90549E !important;
    }

        .repeatable.tabbed.tab-basic .tab .nav-link.active::after {
            content: '';
            position: absolute;
            height: 0 !important;
        }

.repeatable.tab-basic .repeatable-content {
    border: solid 3px #f6f6f4;
    border-top: 0 !important;
    padding-bottom: 0;
}


.repeatable.tabbed.tab-basic .tab .nav-link:not(.active) {
    background-color: #f7f7f5 !important;
    border-left: none;
    color: #453F78 !important;
}

    .repeatable.tabbed.tab-basic .tab .nav-link:not(.active):hover,
    .repeatable.accordion.tab-basic .tab .nav-link.collapsed:hover {
        background-color: #eeeeee !important;
    }

.usn_back-to-top .btn {
    width: 60px !important;
}

.form-tab .tab-content .text h3 {
    color: #993365;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.form-tab .tab-content .text p {
    margin: 5px 0;
}

.press-release-feed > .inner > p.heading:first-of-type {
    padding: 10px 15px 10px 40px;
    background: #453F78;
    color: #fff !important;
    font-size: 24px;
    border-radius: 0 !important;
}

.item.usn_pod_podsubpagelisting.items-3.col-12.press-release-feed {
    border: solid 3px #f6f6f4;
    padding: 0;
}

    .item.usn_pod_podsubpagelisting.items-3.col-12.press-release-feed .repeatable-content .listing .item {
        padding: 19px 45px 19px;
        border-bottom: solid 1px #f6f6f4;
    }

        .item.usn_pod_podsubpagelisting.items-3.col-12.press-release-feed .repeatable-content .listing .item p.heading.lg {
            font-size: 18px;
        }

.item.usn_pod_podsubpagelisting p.link {
    text-align: right;
    margin-right: 15px;
}


/* ---- MOBILE HEADER  -------------*/

/*header#site-header .expand-header {*/
/*    right: 20px!important;*/
/*    }*/

/*header#site-header .expand-header span {*/
/*    transform: none!important;*/
/*}*/
/*header#site-header .expand-header span:before, */
/*header#site-header .expand-header span, */
/*header#site-header .expand-header span:after {*/
/*    background-color: white!important;*/
/*    }*/









/*----------- FILTERING -----------------*/

.filterpanel {
    text-align: center;
}

@media(min-width:992px) {
    section#events .filterpanel {
        margin-top: 88px;
    }

    section#event-item .filterpanel {
        margin-top: 71px;
    }

    section#reports .side-menu-list {
        padding-top: 22px;
    }

    section#report-item .side-menu-list {
        padding-top: 11px;
    }
}

.filterpanel form {
    padding: 15px;
    background: #484582;
}

    .filterpanel form .form-group label {
        color: #B6BCED;
        font-size: 16px;
        font-weight: normal;
    }

.filterpanel.form-group-violet form {
    background: #484582;
}

    .filterpanel.form-group-violet form label {
        color: #B6BCED;
    }

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 6px 22px;
    color: #453F78;
    background-color: #f7f7f5;
    border: none;
    outline: none;
    box-shadow: none;
}

label.wrap:after {
    content: "\f280";
    font-family: Ionicons;
    color: #453F78;
    position: absolute;
    right: 14px;
    top: 22%;
    z-index: 1;
    pointer-events: none;
    font-size: 24px;
}

.filterpanel .archives {
    display: inline-block;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #453F78;
    padding-bottom: 20px;
}

    .filterpanel .archives h3 {
        color: #B6BCED;
        font-size: 16px;
        font-weight: normal;
    }

    .filterpanel .archives .list-group li {
        border: none;
        color: #fff;
        font-size: 18px;
        background-color: transparent;
    }

.filterpanel.form-group-violet .archives {
    background: #453F78;
}

.filterpanel .archives .list-group li.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.filterpanel.form-group-violet .archives h3 {
    color: #B6BCED;
}

.filterpanel.form-group-violet .archives .list-group li {
    background-color: #453F78;
}

.filterpanel.form-group-purple form,
.filterpanel.form-group-purple .archives {
    background: #90549E;
}

.filterpanel.form-group-submissions form,
.filterpanel.form-group-submissions .archives {
    background: #993364;
}



div.side-menu-list a, div.all-post-collapse a {
    color: white !important;
}

div.side-menu-list li.active a,
div.all-post-collapse li.active a {
    color: white;
    font-weight: normal;
    text-decoration: underline !important;
}

#reports, #report-item {
    padding-top: 30px;
}

    #report-item .pull-left.downloadBtn {
        margin-bottom: 20px;
    }

    #report-item h1 {
        margin-top: 8px;
        font-size: 30px;
        border-bottom: solid 1px #ddd;
        padding-bottom: 20px;
    }

    #reports h2 {
        margin-top: 20px;
    }

    #reports .right-col h4 {
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
    }

    #report-item h3 {
        font-size: 24px;
        font-weight: bold;
    }

    #report-item div.archives h3 {
        font-size: 16px;
        font-weight: normal;
    }

a.reportbutton {
    color: #453F78;
    border: solid 1px #453F78;
    padding: 5px 20px;
    font-weight: bold;
    width: 100%;
}

    a.reportbutton:hover {
        background-color: #453F78;
        color: #ffffff;
    }

.results-search-none {
    margin-top: 30px;
    font-weight: bold;
}

/*@media(max-width:991px){*/
/*    #reports a.reportbutton {*/
/*        width: 30vw;*/
/*    }*/

/*    .all-post-btn {*/
/*    width: 100%;*/
/*    padding: 5px 12px;*/
/*    margin-bottom: 5px;*/
/*    font-size: 16px;*/
/*}*/
/*.purple-full-btn {*/
/*    color: #fff;*/
/*    background: #90549E;*/
/*    border-color: #90549E;*/
/*}*/
/*button.btn.purple-full-btn.all-post-btn.pull-right {*/
/*    color: white;*/
/*}*/
/*button.btn.purple-full-btn.all-post-btn.pull-right.collapsed:hover {*/
/*    color: white;*/
/*    background: #9c55ad;*/
/*    border-color: #9c55ad;*/
/*}*/

/*#report-item h1{ */
/*    font-size: 26px;*/
/*    border-bottom: none;*/
/*    padding-bottom: 0px;*/
/*}*/

/*#report-item h3 {*/
/*    font-size: 22px;*/
/*}*/
/*}*/



/*#events .info .txtinfo, #event-item .info .txtinfo {*/
/*    color: #453F78;*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    right: 9px;*/
/*}*/

@media(max-width:767px) {
    hr.event-line {
        display: none;
    }
}

/*----- BLOG LISTING ----*/
.listing .item p.heading {
    font-size: 24px;
    font-family: 'Palatino';
}

.item.item-blog.item_text-right:not(.item_has-bg) .info, .item.item-blog.item_text-left:not(.item_has-bg) .info {
    padding-bottom: 30px;
}

.listing div.meta {
    font-size: 12px;
}

.item.item_text-right .meta {
    right: none !important;
    left: 0 !important;
}


nav.sub {
    margin-top: 7px;
    padding-top: 0;
    border: solid 1px #cccccc;
    border-top: 3px solid #993365;
}

    nav.sub p.heading {
        color: #993365;
        background: #f7f7f5;
        padding: 10px 30px;
        font-weight: bold;
        font-size: 18px;
    }

    nav.sub > ul {
        font-size: 18px;
        padding: 30px;
        padding-left: 60px;
        list-style: disc;
    }

html.no-touch nav.sub ul li:not(.active) span a:hover {
    padding-left: 0 !important;
}

@media(min-width:768px) {

    section.press-item section.content.component.usn_cmp_text.base-bg.base-bg-solid {
        padding-bottom: 10px !important;
    }

    section.press-item section.content.component.author-bio {
        padding-bottom: 10px !important;
        font-size: 14px;
    }
}

.item .meta p, .item .meta ul {
    font-size: 12px;
}


.ekko-lightbox .modal-content .modal-header,
.ekko-lightbox .modal-content .modal-footer {
    background: black;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
}

    .ekko-lightbox .modal-content .modal-header p.heading {
        color: white;
    }

@media(min-width:600px) {
    div#ExecModal {
        width: 70%;
        transform: translateX(23%);
    }
}


@media(min-width:992px) {
    div#ExecModal {
        width: 50%;
        transform: translateX(50%);
    }
}

/* pods hanging low */

/*.listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(8), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(7), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(6), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(5), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-8:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(7), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(6), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(5), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-7:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(6), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(5), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-6:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(5), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-5:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-4:nth-last-child(4), .listing:not(.listing_window-mosaic) .item.items-4:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-4:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-4:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-3:nth-last-child(3), .listing:not(.listing_window-mosaic) .item.items-3:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-3:nth-last-child(1), .listing:not(.listing_window-mosaic) .item.items-2:nth-last-child(2), .listing:not(.listing_window-mosaic) .item.items-2:nth-last-child(1) {
    margin-bottom: 30px !important;
}*/

@media(min-width:768px)and (max-width:991px) {
    .listing:not(.listing_window-mosaic) .item:not(.items-1):not(.items-2):nth-last-child(2), .listing:not(.listing_window-mosaic) .item:not(.items-1):not(.items-2):nth-last-child(1) {
        margin-bottom: 30px !important;
    }
}

nav.main ul ul > li.open-child > span > a {
    color: rgba(var(--navigation-dropdown-link), 1);
}

body:not(.header-03-sm) nav.main ul li ul li a {
    padding-left: 50px;
    color: #334299;
}

.site-search .btn {
        width: 50px !important;
        background-color: #993365 !important;
    }



/* ---------------  PAGINATION  ----------------------*/

body #reports nav {
    position: relative;
    text-align: center;
}

    body #reports nav ul.pagination {
        display: inline-block;
        text-align: center;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

body #reports nav ul.pagination li:first-child {
    position: absolute;
    left: 0;
    float: left;
}

body #reports nav ul.pagination li:last-child {
    position: absolute;
    right: 0;
    float: right;
}

body #reports nav ul.pagination li a {
    border: none;
    color: #453F78;
    font-size: 13px;
    border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #993365;
    background-color: transparent;
    border: none;
    margin-left: -1px;
}

body #reports nav ul.pagination li a.active {
    background-color: #F6F6F4;
    border-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #993365;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #453F78;
    background-color: transparent;
    border: none;
    cursor: default;
}


/*------------- PRINT -------------------*/
@media print {
    #print-logo {
        display: block;
        width: 100px !important;
    }

        #print-logo img {
            width: 100px;
        }

    #logo {
        display: none;
    }
}
.descriptor-strapline {
    padding: 0 !important;
    padding-top: 3px !important;
    padding-bottom: 1px !important;
    margin-top: 56px !important;
}

@media (max-width: 992px) {
    .descriptor-strapline {
        margin-top: 20px !important;
    }
}