html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, nav ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


html {
    /*overflow-x: hidden;*/
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol,
ul {
    list-style: none;
}

nav ol,
nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0
}

img,
video,
object {
    max-width: 100%;
    height: auto !important;
}

* {
    box-sizing: border-box;
}

iframe {
    max-width: 100%
}

blockquote {
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    padding: 0 10px 20px 27px;
    position: relative;
    margin-top: 25px;
}

blockquote:after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f10d";
    font-size: 20px;
    width: 50px;
    top: 0;
    left: 0;
}

.strong,
strong,
b {
    font-weight: bold
}

em,
i,
cite {
    font-style: italic
}

small {
    font-size: 100%
}

figure {
    margin: 10px 0
}

code,
pre {
    font-weight: normal;
    font-style: normal;
}

pre {
    margin: 5px 0 20px 0;
    line-height: 1.3;
    padding: 8px 10px;
    overflow: auto;
}

code {
    padding: 0 8px;
    line-height: 1.5;
}

mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFE974;
}

address {
    margin: 10px 0;
    font-style: italic;
}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
    overflow: hidden;
}

::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}

::selection {
    background: #222;
    color: white;
    text-shadow: none;
}

a:link,
a:visited,
a:active {
    text-decoration: underline
}

a.thick {
    border-bottom: black solid 2px;
}

a {
    color: #006281;
}

p {
    margin-bottom: 16px;
}

.main-header {
    position: relative;
    float: left;
    width: 100%;
    z-index: 99;
}

#header {
    position: relative;
    float: left;
    margin: 0;
}

#header h1 {
    font-size: 50px;
    float: left;
    display: inline-block;
    line-height: 1;
    margin: 20px 0;
    text-transform: uppercase;
}

#logo a {
    float: left
}

#logo a img {
    float: left
}

/*-[ Navigation ]-----------------*/
.secondary-navigation {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 1060px;
    width: 100%;
    float: left;
    background: #fff;
    clear: both;
}

.menu > li:hover > a {
    color: #E32
}

.menu ul li:hover > a {
    color: #0072C6
}

.secondary-navigation a {
    font-size: 14px;
    color: #232323;
    text-align: left;
    text-decoration: none;
    line-height: 1.4;
    padding: 0;
    margin-right: 40px;
}

.secondary-navigation li li a {
    line-height: 1
}

#navigation {
    margin: 0 auto;
    font-size: 16px;
    width: 100%;
    float: left;
}

#navigation ul {
    margin: 0 auto
}

#navigation .menu {
    float: left
}

#navigation ul li {
    float: left;
    position: relative;
    margin-left: 0;
}

#navigation > ul > li:last-child {
    border-right: none
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited {
    display: block;
    position: relative;
}

#navigation ul li li {
    border: 1px solid #dddddd;
    border-bottom: 0;
    background: #fff;
    border-top: 0;
}

#navigation ul ul {
    position: absolute;
    width: 226px;
    z-index: 400;
    font-size: 16px;
    color: #798189;
    border-style: solid;
    background: transparent;
    padding: 0;
    padding-top: 15px;
}

#navigation ul ul li {
    margin-left: 0;
    padding: 0 10%;
    width: 79%;
    color: #232323;
}

#navigation ul ul li:first-child {
    border-top: 1px solid #DDD
}

#navigation ul ul li:last-child {
    border-bottom: 1px solid #DDD
}

#navigation ul ul a,
#navigation ul ul a:link,
#navigation ul ul a:visited {
    padding: 8px 0;
    position: relative;
    border-left: 0;
    background: transparent;
    border-right: 0;
    text-transform: none;
    line-height: 1.4;
    margin-right: 0;
}

#navigation ul ul li:last-child a {
    border-bottom: none
}

#navigation ul ul {
    opacity: 0;
    left: -999em;
}

#navigation ul li:hover ul {
    left: -20px;
    opacity: 1;
}

#navigation li:hover ul {
    opacity: 1;
    left: 223px;
}

.sub-menu {
    top: 22px;
    background: #222;
}

nav a#pull {
    display: none
}

/*-[ Form Input ]------------------*/
input,
button,
textarea,
select {
    font: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
}

select {
    padding: 5px
}

input:focus,
textarea:focus {}

thead {
    background: rgba(0, 0, 0, 0.06);
    font-size: 14px;
    color: #585F65;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

hr {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 297px;
    margin: 35px 0;
    clear: both;
    position: relative;
}

.main-content {
    display: flex;
}

footer {
    position: relative;
    overflow: hidden;
    clear: both;
    line-height: 20px;
}

.copyrights {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 96%;
    clear: both;
    padding: 5px 0 5px;
    color: #555555;
}

body {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 16pt;
    font-weight: bold;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 10pt;
}

li {
    font-size: 11pt;
    font-weight: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600;
    line-height: 1.2;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.8;
    background: #EFEFEF;
    color: #555;
    height: 130px;
    text-align: center;
    padding: 40px 0;
    margin-top: 40px;
}

footer hr {
    margin: 0 auto;
}

#header {
    padding: 0 0 0 0;
    background-color: #fff;
    width: 100%;
}

#header h1 {
    font-size: 25px;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: none;
}

#header  div.tagline {
    float: left;
    margin: 9px 0 0 0;
    line-height: 1;
    color: #000;
    font-style: italic;
    width: 180px;
    font-weight: bold;
    font-size: 12px;
}

ul.header-links {
    float: right;
}

.header-links > li {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}

.header-links > li > a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 125%;
}

.header-links > li + li:before {
    content: " | ";
}

.header-links > li.menu-item-43 > a {
    color: #ee210b;
    /*no risk trial */
}

#navigation > ul.menu {
    background-color: #aaa;
}

#navigation > ul > li {
    border: thin solid #aaa;
    margin: 0 0 2px 2px;
    min-width: 125px;
    background-color: #09248d;
    padding: 6px;
}

#navigation > ul > li:last-child {
    border-right: thin solid #aaa;
}

#navigation > ul > li:hover,
#navigation > ul > li > ul > li:hover {
    background-color: #ed3f32;
}

.secondary-navigation {
    padding-bottom: 0;
    background-color: #fff;
    padding-top: 0;
    max-width: 1300px;
}

.secondary-navigation a {
    text-align: center;
    margin: 0;
    font-size: 14px;
}

.secondary-navigation ul.sub-menu li > a {
    font-size: 12px;
    text-align: left;
}

#navigation > ul > li:hover,
#navigation > ul > li > ul > li:hover {
    background-color: #ed3f32;
}

#navigation ul.sub-menu li {
    padding-left: 10px;
}

/*#navigation  ul.sub-menu  li:hover
{
	background-color: #09248d;

}*/

/*.secondary-navigation  ul.sub-menu li > a:before {
   display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}*/
.menu > li,
.menu > li > ul.sub-menu > li {
    font-weight: bold;
}

.menu > li a {
    color: #fff !important;
}

.menu > li > ul.sub-menu > li a {
    color: inherit !important;
}

.menu > li:hover > a {
    color: #fff !important;
}

.menu > li > ul.sub-menu > li:hover > a {
    color: #fff !important;
}

.tcc-line {
    width: 50%;
    color: #293877;
}

.copyrights {
    text-align: center;
}

.dash ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

.dash li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.dash li {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
}

.nodash li {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
}

.dash ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

.dash li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.dash li {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 15px;
}

.border-blue {
    border: 2px solid #006281;
}

.border-red {
    border: 2px solid #800;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.textCenter {
    text-align: center;
}

.websitelogin_table {
    width: 100%;
}

/* .websitelogin_textbox {
    width: 100%;
    min-width: 100px;
    max-width: 300px;
} */

.websitelogin_labelcell {
    width: 70px;
}

div.search-title {
    font-size: 1.5em;
    font-weight: bold;
}

#search-button {
    font-weight: bold;
}

#sort-by {
    text-decoration: underline;
    font-size: 1.25em;
}

table.UserInformationEdit table td {
    padding: 0;
}


@media only screen and (max-device-width : 480px) {
    #header > div.tagline {
        float: none;
        margin: 0 0 10px 20px;
    }
}

.main-header-2025 {
    position: relative;
    padding: 28px 0;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
}

.main-container-2025 {
    width: 1240px;
    /* max-width: 1240px; */
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* Start: CCRCORP SITES SIDENAV */
.ccrcorp-sites-nav {
    position: relative;
    width: 1240px;
    background-color: #e6e6e6;
    margin: 0 auto;
    padding: 2px 10px;
    font-size: 15px;
    z-index: 4;
}

.ccrcorp-sites-nav button {
    display: inline-flex;
    gap: 8px;
    cursor: pointer;
}

.ccrcorp-sites-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.sidenav {
    position: fixed;
    top: 27px;
    left: 0;
    width: 100%;
    max-width: 600px;
    height: 100vh;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: 3;
    scrollbar-width: thin;
}

.sidenav.open {
    transform: translateX(0);
    box-shadow: 5px 30px 30px rgba(0, 0, 0, 0.2);
}

.sidenav-open {
    pointer-events: none;
    overflow: hidden;
}

.sidenav-open #sidenav {
    pointer-events: all;
}

.sidenav-container .close-sidenav-btn {
    text-align: right;
}

.sidenav-container {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    padding: 8px;
    box-sizing: border-box;
}

.sidenav-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.sidenav-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sidenav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

@media (max-width: 576px) {
    .sidenav-items {
        gap: 46px;
    }

    .sidenav-item {
        flex-wrap: wrap;
        gap: 12px;
    }
}

#toggle-sidenav-btn img {
    transition: 0.4s all;
}

#toggle-sidenav-btn[aria-expanded="true"] img {
    transform: rotate(270deg);
}

.primary-btn {
    display: inline-block;
    white-space: nowrap;
    padding: 8px 20px;
    color: #ffffff;
    background-color: #006281;
    cursor: pointer;
}

.close-sidenav-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.alert-content {
    width: 1240px;
    background-color: #811622;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
}

.alert-content a {
    color: #ffffff;
}

.close-alert-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.alert-hidden {
    display: none;
}

.module-top h2 {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
}

.module {
    width: 100%;
    list-style: none;
}

.module-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    background-color: #29728D;
    padding: 6px 8px;
}

.module-top a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.module-bottom {
    padding: 16px;
    border: thin solid #29728D;
    border-top: 0;
}

.module-bottom.blogs ul li,
.module-bottom.disclosures ul li,
.module-bottom.compensation ul li {
    font-weight: 600;
}

.column-1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.column-2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.column-3 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}