
@charset "UTF-8";
:root {
    --color1: #173c5e;
    --color2: #f2b111;
    --color3: #2a739b;
    --color4: #67d3f4;
    --color5: #ffffff;
    --color6: #0e387c;
    --color7: #113c60;
    --color8: #f57d01;
    --color9: #183c60;
    --accordionHover: #838383;
    --cookie-theme: #f57d01;
    --bell-badge: #c62828;
}
@font-face {
    font-family: FontAwesome;
    src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format(embedded-opentype), url(/fonts/fontawesome-webfont.woff2?v=4.4.0) format(woff2), url(/fonts/fontawesome-webfont.woff?v=4.4.0) format(woff),
        url(/fonts/fontawesome-webfont.ttf?v=4.4.0) format(truetype), url(/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format(svg);
    font-weight: 400;
    font-style: normal;
}

body {
    font-size: 16px;
}
/* body {
    height: 100%;
    font: 87.5%/1.5em "Open Sans", sans-serif;
    overflow-x: hidden !important;
    overflow-y: auto !important;
} */
.hidden, body {
    color: #333;
    line-height: normal;
}
body, html {
    height: 100%;
}
.img-thumbnail, body {
    background-color: #fff;
}
body > .wrapper {
    background-color: #f5f5f5;
    height: 100%;
    position: relative;
}
:focus, div, div:focus, figure, figure:focus, img, img:focus, p, p:focus, section, section:focus, span, span:focus {
    outline: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    box-shadow: none;
}
.aside, .fa-mail-forward:before, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.header-wrap {
    background-color: #fff;
    display: none;
}
.animatedparent {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
a:not([name="fileBrowse"]) {
    cursor: pointer;
}
.logoiamge img {
    width: 150px;
    margin-top: 12px;
}
.role {
    outline: none!important;
}

/* Home Nav Bar */
.top-navigation {
    background: var(--color5);
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 12px #666;
}
:not(.articlebody) ol, :not(.articlebody) ul {
    list-style: none;
    padding: 0;
    -webkit-padding-start: 0;
}

/* Home End */

/* section start */
.div-list-wrap {
    background: #f5f5f5;
    color: #fff;
    padding: 20px 0 10px;
}
.div-list-wrap .nav-tabs li {
    min-height: 33px;
}
.top_tabs li.active {
    background: var(--color1);
    color: var(--color2);
}
.top_tabs li {
    background: #dedede;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
    color: var(--color1);
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 8px 15px;
}
.inner_contents {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    margin-bottom: 2%;
    padding: 0 15px;
    width: 100%;
}
.privacyPolicy {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.top_tabs li:hover {
    background: var(--color2);
    cursor: pointer;
    color: #fff;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    color: var(--color2);
    font-weight: 600;
    text-transform: uppercase;
}

/* Footer */
body > .wrapper footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}
.footer {
    background-color: var(--color1);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0.875em;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    z-index: 1040;
}
.footer, .footer .footer-navLink ul > li a, .footer .trade-center-wrap a {
    color: #fff;
}
.button-area {
    background: #f5f5f5;
    float: left;
    width: 100%;
    z-index: 10;
}
.footer .container, .footer .row {
    width: 100%;
    float: left;
}
.footer .container, .footer .row {
    width: 100%;
    float: left;
}
.footer .footer-navLink-copy {
    font-size: 0.9em;
    padding-top: 10px;
}
.footer .trade-center-wrap p {
    margin: 2px;
    text-align: right;
}
.footer .big-text {
    font-size: 1.2em;
    margin-top: 0;
}
.footer, .footer .footer-navLink ul > li a, .footer .trade-center-wrap a {
    color: #fff;
}
.footer .footer-navLink-copy {
    font-size: 0.9em;
    padding-top: 10px;
}
:not(.articlebody) ol, :not(.articlebody) ul {
    list-style: none;
    padding: 0;
    -webkit-padding-start: 0;
}
a:not([name="fileBrowse"]) {
    cursor: pointer;
}
.footer .footer-navLink-copy .list li a {
    color: #fff;
    margin-right: 5px;
}
.footer-right {
    float: right;
}


@media (min-width: 769px) {
.container {
    max-width: 100%!important;
    width: 100%;
    position: relative;
}
}
@media (min-width: 641px) {
.inner_contents {
    padding: 0 10px;
}
}
@media (min-width: 320px) {
.inner_contents {
    padding: 0;
}
}