﻿*, html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.oxy-ui .skipto-control {
    position: relative;
}

.oxy-ui .ver-m {
    vertical-align: middle;
}

.oxy-ui .scrollbar--slim::-webkit-scrollbar-corner {
    background: 0 0;
}

.oxy-ui .scrollbar--slim::-webkit-scrollbar {
    opacity: .5;
    width: 8px;
}

.oxy-ui .scrollbar--slim::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: rgba(255,255,255,.5) solid 1px;
}

.oxy-ui .scrollbar--slim::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,.3);
    box-shadow: inset 0 0 2px rgba(255,255,255,.3);
}

.oxy-ui .skipto__link {
    background-color: #006BA6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF !important;
    display: block;
    font-size: 16px;
    left: 0;
    line-height: 40px;
    padding-bottom: 24px;
    padding-top: 24px;
    position: absolute;
    text-decoration: none;
    top: -88px;
    width: 100%;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    width: 1px;
    font-family: museo_sans300,museo-sans,Arial,sans-serif;
    transition: all .4s ease-in-out;
}

    .oxy-ui .skipto__link:active, .oxy-ui .skipto__link:focus {
        left: 0;
        top: 0;
        z-index: 999;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        width: 100%;
    }

.lc-ui .viewport {
    max-width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    box-sizing: border-box;
    /*height: 100%;*/
    min-width: 304px;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

.lc-ui .lc-header {
    background-color: #631D57;
    box-sizing: border-box;
    display: table;
    height: 56px;
    position: relative;
    width: 100%;
    z-index: 9;
}

.lc-ui .lc-header__wrapper {
    padding: 8px 0;
    width: calc(100% - 160px);
}

.lc-ui .lc-header__cell {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.lc-ui .lc-header__cell--menu {
    left: -8px;
    position: relative;
}

.lc-ui .lc-header__cell--home {
    display: table-cell;
}

.lc-ui .lc-header__cell--logo {
    /*right: 0px;*/
    right: 10px;
    position: absolute;
    /*top: 4px;*/
    top: 6px;
}

.lc-ui .lc-header__btn, .lc-ui a.lc-header__btn {
    color: #FFFFFF;
    display: inline-block;
    height: 24px;
    padding: 8px;
    position: relative;
    width: 24px;
}

    .lc-ui a.lc-header__btn img:hover {
        border: 2px solid #4E5C5D;
        border: 2px solid rgba(255,255,255,.2);
        border-radius: 50%;
        display: inline-block;
        margin: -2px;
        position: relative;
    }

.lc-ui a.lc-header__link, .lc-ui a.lc-header__link:link, .lc-ui a.lc-header__link:visited, .lc-ui a.lc-header__link:active {
    background-color: inherit;
    box-sizing: border-box;
    color: #FFFFFF;
    color: rgba(255,255,255,.6);
    display: block;
    padding: 0 8px;
    font-family: museo_sans300, 'museo-sans';
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

    .lc-ui a.lc-header__link:hover, .lc-ui a.lc-header__link:focus {
        color: #ffffff;
    }

.lc-ui .lc-nav__title {
    vertical-align: middle;
}

.lc-ui .lc-nav__close {
    vertical-align: middle;
}

.lc-ui .lc-header__link--home, .lc-ui a.lc-header__link--home, .lc-ui a.lc-header__link--home:link, .lc-ui a.lc-header__link--home:visited, .lc-ui a.lc-header__link--home:active {
    color: #FFFFFF;
    color: rgba(255,255,255,1);
    display: inline-block;
    font-family: museo_sans700, 'museo-sans';
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px;
    text-decoration: none;
    position: relative;
    top: -1px;
}

.lc-ui .lc-header__nav {
    display: block;
}

    .lc-ui .lc-header__nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

.lc-ui .lc-header__nav-item {
    display: table-cell;
}

.lc-ui .lc-nav-drawer {
    background-color: #223335;
    border-right: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
    height: 100%;
    left: -292px;
    position: fixed;
    top: 0;
    width: 292px;
    z-index: 999999;
    transition: all 0.4s ease-in-out;
}

    .lc-ui .lc-nav-drawer.open {
        text-align: left;
        left: 0px;
        transition: all 0.4s ease-in-out;
    }

.lc-ui .lc-nav__header {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 8px 0;
}

.lc-ui .lc-nav__body {
    background-color: #223335;
    height: 100%;
    height: calc(100% - 57px);
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 57px;
    width: 292px;
}

.lc-ui .lc-nav__list {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(0,0,0,0.2);
}

.lc-ui .autopad--h {
    padding-left: 16px;
    padding-right: 16px;
}

.lc-ui a.lc-nav__link {
    color: #FFFFFF;
    color: rgba(255,255,255,0.6);
    display: block;
    padding: 8px 0;
    text-decoration: none;
    font-family: museo_sans300, museo-sans;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.lc-ui .lc-nav__link:hover, .lc-ui .lc-nav__link:focus {
    color: #ffffff;
}

.lc-ui .lc-nav__item {
    font-size: 16px;
}

.lc-ui .lc-nav__indent {
    padding-left: 24px;
    font-size: 0.8em;
}

.brand-header {
    clear: both;
    /*height: 100px !important;*/
    height: 99px !important;
    display: block;
}

    .brand-header .site-logo {
        margin: 24px 0;
        height: 75px !important;
        /*margin: 12px 0;
        height: 100px !important;
        float: left;*/
        text-decoration: none;
        text-align: center;
    }

        .brand-header .site-logo img {
            height: 100%;
        }

.lc-ui .lc-header__cell--search {
    padding: 20px 0;
    width: auto;
    float: right;
}

.lc-ui .lc-search-control {
    background: #f6f4f5;
    width: 500px;
    height: 47px;
    border: 1px solid #dfdfdf;
    margin: 4px auto;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 32px;
    max-width: 730px;
    overflow: hidden;
    position: relative;
}

.lc-ui form {
    line-height: 1;
}

.lc-ui .lc-search__input {
    color: #898788;
    height: 47px;
    left: 45px;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    min-width: 0 !important;
    padding: 4px 0;
    position: absolute;
    top: -1px;
    transition: width .25s ease-in-out;
    width: calc(100% - 105px);
}

.lc-ui .lc-search__actions {
    border-bottom: 2px solid rgba(0,0,0,.1) !important;
    position: absolute;
    height: 100%;
    right: -32px;
    top: 0;
    width: 105px;
    z-index: 3;
    transition: right .25s ease-in-out;
    right: -45px;
}

.lc-ui .lc-search-control button {
    background-color: #6b1874;
    height: 47px;
    width: 45px;
    cursor: pointer;
}

.lc-ui .lc-search-control button {
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 47px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    z-index: 2;
    transition: all .2s ease-in-out;
}

.lc-ui .lc-search-control .lc-search__icon {
    background-image: url("../images/newimages/search-boxes-icon.png") !important;
    top: 6px;
    left: 6px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

.lc-ui .lc-search-control.hilite {
    background-color: #FFF;
}

    .lc-ui .lc-search-control.hilite .lc-search__input {
        color: #373737;
        width: 408px;
        outline: 0;
    }

    .lc-ui .lc-search-control.hilite .lc-search__actions {
        right: 0;
    }

/*Suggestion CSS*/
.ac_loading {
    background-color: #FFF;
}

.ac_over {
    background-color: #894F8D;
    color: #FFF;
}

.acResults, .ac_results {
    border: 1px solid #B8B8B8;
    background-color: #FFF;
    overflow: hidden;
    z-index: 99999;
    padding: 0;
}

    .acResults ul, .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .acResults li, .ac_results li {
        cursor: default;
        display: block;
        background-image: none;
        font-family: Arial;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
        text-align: left;
        margin: 0;
        padding: 2px 5px;
    }

.ac_odd {
    background-color: #eee;
}

.acSelect {
    background-color: #894F8D;
    color: #FFFFFF;
}
/*Suggestion CSS*/
.site-breadcrumbs {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

    .site-breadcrumbs .bc {
        color: #800080;
    }

    .site-breadcrumbs a {
        text-decoration: none;
    }

        .site-breadcrumbs a:hover {
            text-decoration: underline;
        }

    .site-breadcrumbs span.bc_searchterm {
        color: #666666;
    }

/* ASW 2019 */
.footer .logo2019-wrapper {
    display: table-cell;
    padding-top: 8px;
    text-align: center;
    vertical-align: middle;
    width: 240px
}
.rsc-footer-wrapper .copyright {
    text-align: left;
}
.social-icons-wrapper dt.social-icons {
    width: auto;
    padding-right: 2px;
}

.body {
    font-family: arial;
    font-size: 12px;
}

.noscriptmsg {
    background-color: #ffffe1;
    border: 1px solid #e4e4e4;
    font-family: museo_sans300;
    font-size: 15px;
    margin: 5px 0;
    padding: 5px;
    width: 950px;
    display: block;
}

    .noscriptmsg .info_img {
        background-image: url("../Images/rsc_info_non-javascript.png");
        background-position: center top;
        background-repeat: no-repeat;
        border: 0 none;
        cursor: pointer;
        display: inline-block;
        height: 20px;
        margin-right: 5px;
        width: 20px;
    }

    .noscriptmsg span {
        display: inline-block;
    }

.lc_maintenance_div {
    background-color: #ffffe1;
    border: 1px solid #e4e4e4;
    font-family: museo_sans300;
    font-size: 15px;
    margin: 5px 0;
    padding: 5px;
    display: block;
    position: relative;
}

.lc_maintenance_header {
    color: #003D76;
    display: block;
    margin-bottom: 5px;
}

.lc_maintenance_description {
    color: #000000;
    display: block;
    font-size: 13px;
}

.lc_maintenance_div a#img_close {
    top: 0;
    position: absolute;
    right: 10px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */


.spacer {
    clear: both;
    margin-top: 10px;
}

.focus {
    color: #ffffff!important;
}
