/*
    // these are from logo SVG
    dark green #0a6732 / 006033 logo
    lightgreen #599c43
   light brown #b3ac80

   light brown background / page-body #f5f5f5 / 245, 245, 245

    background-color: #669966; light green / used to be for component selection

    grey table header #C0C0C0


*/


@font-face {
    font-family: 'Shintox';
    src: url('42372e04-5f19-4ca4-9cc3-95fd9b3997f8.woff2') format('woff2');
    font-display: swap;
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    color: #464545;
}

body {
    max-width: 1800px;
    margin: auto;
}

::selection {
    background: #2e5a88;
}

a {
    color: #0A6732;
}

a:hover {
    color: #599c43;
    text-decoration-color: #b8b188;
    cursor: pointer;
}

p {
    line-height: 1.5rem;
    margin: 0;
    padding: 0 0 1.5rem 0;
}


h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 .5rem 0;
    color: #0A6732;
}

h3 {
    color: #464545;
    line-height: .9rem;
    font-family: "Shintox", Verdana, sans-serif;
}

:disabled {
    background-color: #C0C0C0;
}

input,
select {
    box-sizing: border-box;
}

main {
    padding: 0 2vw;
    display: block;
}

p,
dl {
    max-width: 700px;
}

dt {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
    padding: 0 0 1.5rem 0;
    line-height: 1.5rem;
}

footer {
    text-align: center;
    border-top: 1px solid #0A6732;
    margin-top: 10px;
    padding: 10px 0;
    line-height: 20px;
    font-size: .8em !important;
}

.sub-header {
    background: #2e5a88;
}

hgroup {
    margin-bottom: 1rem;
}

ul,
dl {
    margin: 0;
}

li {
    line-height: 1.6em;
    margin-bottom: .8em;
}

.subcontent {
    padding-left: 2rem;
    padding-right: 2rem;
}

.b { background-color: #f5f5f5 !important; }

#cr_reporting_periods {
    margin-top: 2rem;
    display: flex;
}

section {
    margin-bottom: 2rem;
}

.subsection {
    margin-bottom: 10px;
}


fieldset {
    border: 1px solid #36acab;
    border-radius: 5px;
}

legend {
    color: #959393;
}

article {
    margin-bottom: 1.5em;
}

.page-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

h2,
.page-header-text {
    font-family: "Shintox", Verdana, sans-serif;
    line-height: 1;
    color: #0A6732;
    font-size: 1.5rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #0A6732;
    width: 100%;
}

.page-header-image {
    width: 50px;
    height: 50px;
    margin-right: .5rem;
}

/* hack for IE11, just don't display this icon */
_:-ms-fullscreen, :root .page-header-image {
    display: none;
}


.page-body {
    background: #f5f5f5;
    margin: 1rem 1.5rem;
    padding: 1rem 1.5rem;
}


input {
    border-radius: 5px;
    border: 1px solid #CCC;
    padding: 3px 3px 3px 6px;
}

input:focus {
    border-color: #b3ac80;
    box-shadow: 0 0 5px rgba(0,0,0,0.35);
    outline: none;
}


/* fix for mobile safari */
input[type="submit"],
input[type="button"],
button {
    -webkit-appearance: none;
}


input[type="submit"],
input[type="button"],
button:not([id="close-button"]),
.button {
    background: #0a6732;
    color: white;
    border: 1px solid #0a6732;
    font-weight: bold;
    padding: .8em 1.8em;
    text-decoration: none;
    border-radius: 5px;

    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),
        0px 2px 2px 0px rgba(0,0,0,0.14),
        0px 1px 5px 0px rgba(0,0,0,0.12);
    transition: box-shadow 280ms cubic-bezier(0.4,0,0.2,1);

}


input[type="submit"].alt,
input[type="button"].alt,
button:not([id="close-button"]).alt,
.button.alt {
    background: white;
    border: 1px solid #0a6732;
    color: #0a6732;
}

input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled,
.button:disabled {
    background: #959393;
    border: 1px solid #959393;
}

input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:focus,
input[type="button"]:disabled:hover,
button:disabled:hover,
button:disabled:focus,
.button:disabled:focus,
.button:disabled:hover {
    background: #A5A5A5;
    border: 1px solid #A5A5A5;
    cursor: progress;
}

button {
    display: inline-block;
    vertical-align: middle;
}

button img,
button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
}

.button {
    display: inline-block;
}

.logout:hover,
.logout:focus,
.button:hover,
.button:focus {
    background-color: #599c43;
    border: 1px solid #599c43;
    color: white !important;
    text-decoration: none;

    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),
        0px 4px 5px 0px rgba(0,0,0,0.14),
        0px 1px 10px 0px rgba(0,0,0,0.12);
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="button"]:hover {
    background: #599c43;
    border: 1px solid #599c43;
    cursor: pointer;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),
        0px 4px 5px 0px rgba(0,0,0,0.14),
        0px 1px 10px 0px rgba(0,0,0,0.12);
}


input[type="button"].alt:hover,
input[type="button"].alt:focus,
input[type="submit"].alt:hover,
input[type="submit"].alt:focus {
    color: white !important;
}

input:not([value=""]):not(:placeholder-shown):not(:focus):invalid {
    border-color: #C00;
    color: #C00;
}


.subreportlink {
    text-align: center !important;
}

.subreportlink a,
.boxbutton {
    border: 1px solid #0a6732;
    background-color: #0a6732;
    text-decoration: none;
    padding: .5em 2em;
    display: inline-block;
    color: white;
}

.subreportlink a:focus,
.subreportlink a:hover,
.boxbutton:focus,
.boxbutton:hover {
    color: white;
    background-color: #599c43;
    border: 1px solid #599c43;
    text-decoration: none;
}

#head_top {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
    min-height: 95px;
}

#indexheader {
    margin-bottom: 10px;
    min-height: 5px;
}

#tagrow {
    display: flex;
    height: 200px;
}

#tagrow > :nth-child(1) {
    width: 2rem;
}

#tagline {
    color: white;
    font-size: 2.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 30ch;
}


#crd_logo {
    width: 300px;
    height: 175px;
}

#crd_logo_icon_blink {
    width: 100px;
    height: 100px;
}

@keyframes fade-in {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}

#polygon4,  #polygon6,  #polygon8,  #polygon10, #polygon12 { animation: 550ms ease-in fade-in infinite alternate; }
#polygon14, #polygon16, #polygon18, #polygon20, #polygon22 { animation: 515ms ease-in fade-in infinite alternate; }
#polygon24, #polygon26, #polygon28, #polygon30, #polygon32 { animation: 455ms ease-in fade-in infinite alternate; }
#polygon34, #polygon36, #polygon38, #polygon40, #polygon42 { animation: 500ms ease-in fade-in infinite alternate; }
#polygon46, #polygon48, #polygon50, #polygon52, #polygon54 { animation: 480ms ease-in fade-in infinite alternate; }
#polygon56, #polygon58, #polygon60, #polygon62, #polygon64 { animation: 575ms ease-in fade-in infinite alternate; }
#polygon66, #polygon68, #polygon70, #polygon72, #polygon74 { animation: 400ms ease-in fade-in infinite alternate; }

#polygon4, #polygon14, #polygon24, #polygon34, #polygon46, #polygon56, #polygon66 { animation-delay: 0s; }
#polygon6, #polygon16, #polygon26, #polygon36, #polygon48, #polygon58, #polygon68 { animation-delay: 125ms; }
#polygon8, #polygon18, #polygon28, #polygon38, #polygon50, #polygon60, #polygon70 { animation-delay: 250ms; }
#polygon10, #polygon20, #polygon30, #polygon40, #polygon52, #polygon62, #polygon72 { animation-delay: 375ms; }
#polygon12, #polygon22, #polygon32, #polygon42, #polygon54, #polygon64, #polygon74 { animation-delay: 500ms; }


.announcement-box {
    background-color: hsl(0, 0%, 76.1%);
    margin: 1.5em 0;
    padding: 1.5em;
    font-weight: bold;
}



.alert {
    color: #CC0000;
    font-weight: 800;
}

.alert a {
    color: #CC0000;
    font-weight: 800;
}

.center-chunk {
    display: flex;
}

.center-chunk > :nth-child(2) {
    flex: 3;
    max-width: 560px;
}

.center-chunk > :nth-child(2) .flex-outsides {
    min-width: unset;
}

.center-chunk > :nth-child(2) input,
.center-chunk > :nth-child(2) select {
    margin-bottom: 0.7em;
    margin-top: 0.2em;
}

.center-chunk > :nth-child(1),
.center-chunk > :nth-child(3) {
    flex: 1;
}

.center-chunk p {
    text-align: justify;
}


#closelink {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 2rem;
}

#main-search input,
#main-search select {
    width: 100%;
}

#main-search input[type="checkbox"] {
    width: auto;
}


.login-box {
    position: relative;
}

#main-modal-errors,
.login-box form {
    max-width: 450px;
    min-width: 250px;
}

.logout,
.login-box form {
    background: #e7e7e8;
    color: #525252;
    padding: 5px 10px;
    margin: .2em 0 .5em 0;
    border-radius: 5px;
}

.login-box a:not([class="button"]) {
    color: #0A6732;
    text-decoration: none;
    font-weight: bold;
}

.logout,
#head_top .admin_links{
    width: 100%;
}

.logout {
    color: #b8b188;
    border: 1px solid #e7e7e8;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-align: center;
}

#renew_countdown {
    background: #CC0000;
    border-radius: 5px;
    padding: .5em 1.5em;
    color: white;
    margin-bottom: .5em;
    border: 1px solid #CC0000;
}

.login-box input {
    width: 100%;
    margin-bottom: .5em;
}

.login-box input[type="submit"] {
    /* slim this down */
    padding: 5px;
}

#main-modal-errors h4,
.login-box h4 {
    border-bottom: 1px solid #525252;
    text-align: left;
    margin: 0 0 .5em 0;
}

.detail {
    font-style: italic;
}

#name_qs {
    font-size: 20px;
    height: 2rem;
    width: 100%;
}


/* for pages that have content 2/3rds and panel 1/3rd */

#content-and-sidebar-wrapper {
    display: flex;
    flex-direction: row;
}

#content-with-sidebar {
    width: calc(100% / 3 * 2);
    padding-right: 15px;
    border-right: solid 1px #0A6732;
}

#sidebar {
    width: calc(100% / 3 * 1);
    padding-left: 15px;
}

.admin_links {
    background: #959393;
}

.admin_links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.admin_links li {
    color: white;
    padding: 5px 10px;
    margin: 0; 
}

.admin_links li a {
    text-decoration: none;
    color: white;
    width: 100%;
    display: inline-block;
}

.admin_links li:focus,
.admin_links li:hover {
    background: #C0C0C0;
    color: black;
}

.admin_links .title,
.admin_links .title:focus,
.admin_links .title:hover {
    background: #0A6732;
}

.admin_links .title h4 {
    color: white !important;
}


.bc_nav {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 5px 0;
}

.bc_nav li {
    font-size: 10px;
    padding: 5px 0 5px 50px;
    background: #b3ac80;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 0;
    color: white;
}

.bc_nav a {
    color: #FFF;
    text-decoration: none;
}

.bc_nav li::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #b3ac80;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
    line-height: 1em;
    margin-bottom: 0;
}

.bc_nav li::before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;       
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 1px;
    left: 100%;
    z-index: 1; 
    line-height: 1em;
    margin-bottom: 0;
}

.bc_nav li:first-child {
  padding-left: 20px;
}

.bc_nav .selected,
.bc_nav li:focus,
.bc_nav li:hover { 
    background: #599c43;
    color: #FFF;
}

.bc_nav .selected:after,
.bc_nav li:focus:after,
.bc_nav li:hover:after { 
    border-left-color: #599c43 !important;
    line-height: 1em;
    margin-bottom: 0;
}

.bc_nav .na,
.bc_nav .na:focus,
.bc_nav .na:hover {
	background-color: #959393;
    color: #CCC;
}

.bc_nav .na:after,
.bc_nav .na:focus:after,
.bc_nav .na:hover:after {
    border-left-color: #959393 !important;
    line-height: 1em;
    margin-bottom: 0;
}


.errors {
    background: #ff4b4e;
    margin: 1rem 0;
    font-weight: bold;
    padding: 1rem;
    border-radius: 5px;
}

.errors ul {
    list-style-type: none;
}

.errors,
.errors a {
    color: #DDD;
}

#profiledata {
    margin: 0 1rem 0 0;
    flex-shrink: 0;
}

#profiledata,
.profile_word_block {
    margin-bottom: 1rem;
}

.profile_word_block {
    background: #0a6732;
    color: white;
}

.profile_word_block p {
    padding: 1rem 2rem;
    clear: both;
    font-size: 12px;
}

.profile_word_block a {
    color: #e3dbae;
}

.profile_word_block a:hover {
    color: #b3eea2;
}

.profile_word_block h4 {
    float: left;
    background: #b3ac80;
    margin-top: 1rem;
    padding: 1rem 2rem;
    display: block;
    color: white;
    width: 60%;
    font-weight: 400;
}

.profile_word_block textarea {
    width: 100%;
}


.cdp {
    color:#C00;
    font-weight: bold;
    position: relative;
}

.cdc {
    display :none;
    background: #599c43;
    color: white;
    top: -27px;
    height: 25px;
    width: 100%;
    text-align: center;
    position: absolute;
    border: 1px solid black;
    left: -1px;
}

.cdp:hover .cdc {
    display: block;
}

.subnav {
    color: white;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.subnav li {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: white;
    border-right: 1px solid white;
}

.subnav .sheet_label,
.subnav a {
    color: white;
    text-decoration: none;
    padding: .5em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 200ms ease;
}



.nav_counts {
    font-size:.8em;
}

.nav_prior_count {
    color: red;
}

.sheet_nav {
    font-size: 1.5rem;
}

.subnav a:hover,
.subnav a:focus,
.subnavselected {
    background: #b3ac80;
}

.subnav li:last-of-type {
    border-right: 0;
}

.nav_sheet_group {
    position: relative;
    width: 100%;
}

.sub_sheet_nav {
    
    text-align: center;
    display: inline-block;
    color: white;
    width: 100%;
    border-top: 1px solid white;
    background: #2e5a88;
    z-index: 900;
}

.sheet_list {
    text-align: left;
    width: max-content;
    margin: auto;
}

.sub_sheet_nav a {
    color: white;
}

.sub_sheet_nav h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    padding: 16px;
}

.not_present {
    opacity: .7;
}

.sheet {
    padding: .75rem .5rem;
}

.sheet:focus,
.sheet:hover {
    background: #b3ac80;
}

.sheet p {
    padding: 0;
    margin: 0;
}

.sheet-link {
    text-decoration: none;
}

.index-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}

.index-60 {
    flex: 6;
}

.index-40 {
    flex: 4;
}

.index-20 {
    flex: 2;
}

#index-updates .infobox,
.index-flex .pricing-callout {
    margin: 0 0 10px 20px;
}

.pricing-callout {
    position: relative;
    font-size: .85em;
    display: flex;
    background-color: #0a6732;
    color: white;
}

.card-left {
    flex: 5;
    margin-right: 1rem;
}

.card-right {
    flex: 6;
}

/* hack for IE11 */
_:-ms-fullscreen, :root .card-left {
    flex: 50%;
}

_:-ms-fullscreen, :root .card-right {
    flex: 60%;
}

.pricing-callout:hover .pricing-callout-hover-overlay,
:focus .pricing-callout .pricing-callout-hover-overlay {
    opacity: .70;
}

.pricing-callout-hover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: black;
}

.pricing-callout-hover-content {
    color: white;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
}

.pricing-callout h3 {
    background: #b5af84;
    margin-top: 10px;
    padding: 15px;
    display: block;
    color: white;
    font-weight: 500;
    text-transform: none;
    font-family: Verdana,Arial,sans-serif;
}

.pricing-callout h4 {
    background: #599c43;
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
    display: block;
    color: white;
    text-transform: uppercase;
    width: 50%;
}

.pricing-callout .price {
    font-size: 2.2em;
    text-align: center;
    margin: 0;
    line-height: normal;
    padding: 0 0 .5rem 0;
}
.pricing-callout .slogan {
    font-style: italic;
    padding: 5px 15px 0 15px;
    line-height: normal;
    margin: 0;
    font-size: 11px;
    text-align: center;
}

.pricing-callout .dollar {
    vertical-align: text-top;
    font-size: .7em;
}

.pricing-callout .change {
    vertical-align: super;
    font-size: x-small;
}

.pricing-callout ul {
    margin: 15px 5px 15px -25px;
}

.cards a {
    text-decoration: none;
}

.cards p,
.cards li {
    font-size: 12px;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px; 
    height: 700px;
    z-index: 1010;

    background: white;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
    display: none;
}

#modal-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal.active,
.modal-overlay.active {
    display: block;
}

.modal-guts {
    padding: 20px;
}

.modal-overlay {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.close-button {
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 1;
    border: 0;
    background: transparent;
}

.close-button svg {
    height: 35px;
    width: 35px;
}

.close-button:hover svg {
    cursor: pointer;
    fill: #599c43;
}

.form-aligned {
    box-sizing: border-box;
    width: 600px;
}

.form-aligned div {
    margin-bottom: 10px;
}

.form-aligned label {
    font-size: 13px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}

.form-aligned label ~ label {
    width: auto;
}

.form-aligned p,
.form-aligned input,
.form-aligned select {
    display: inline-block;
    box-sizing: border-box;
}


#folders {
    border: 1px solid #0A4B7E;
    padding: 1rem;
    margin-right: 2rem;
}

.folder-list-item {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #959393;
    padding: 5px;
    border-radius: 3px;
    display: flex;
}

a:hover .folder-list-item {
    background-color: #C0C0C0;
    color: white;
}

.folder-list-item-link {
    text-decoration: none !important;
}

.folder-list-item.selected {
    background: #959393;
    color: white;

}

.folder-list-item img {
    vertical-align: middle;
    padding: 0;
}

.folder-list-item p {
    padding-left: 10px;
    padding-top: 10px;
    display: inline;
}


.data {
    text-align: right;
}

.flex-outsides {
    display: flex;
    min-width: 600px;
    max-width: 1200px;
    justify-content: space-between;
}

.report_large {
    min-width: 700px;
    max-width: 900px;
}

.report_med {
    width: 670px;
}

.report_small {
    width: 400px;
}

.report_table {
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #959393;
    margin-bottom: 20px;
}

.report_table th,
.report_table td {
    padding: 5px;
    border: 1px solid #959393;
    text-align: right;
}

.report_table thead th {
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    background-color: #C0C0C0;
}

.report_table tbody td {
    padding-right: 5px;
    font-size: 9pt;
}

.report_table .na {
    border-top-style: hidden !important;
    border-left-style: hidden !important;
}



main .report_nav {
    margin: 1rem 0;
}

.report_nav a {
    display: inline-block;
    text-decoration: none;
}

.report_nav {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
}

.report_nav_item {
    border-left: 1px solid #959393;
    text-align: center;
    padding: 0 .8em;
    position: relative;
}

.report_nav a:hover {
    text-decoration: none;
}

.rpt_curr img,
.report_nav_item:hover img,
.report_nav_item a:focus img {
    // filter: brightness(0) saturate(100%) invert(17%) sepia(44%) saturate(3638%) hue-rotate(189deg) brightness(95%) contrast(92%);
    filter: brightness(1.2);
    /* filter: drop-shadow(2px 2px 0px); */
}

.add_to + .report_nav_item,
.report_nav_item:first-child {
    border-left: none;
}

.nav-image,
.report_nav_item img {
    width: 60px;
    height: 60px;
    padding: 10px 0 5px;e
}

.report_nav_text {
    width: 70px;
    text-align: center;
    font-family: "Shintox", Verdana, sans-serif;
    color: #550000;
    font-size: 15px;
    line-height: 16px;
    padding-bottom: .8rem;
}

/*
header .report_nav_text {
    font-size: 12px;
    line-height: 14px;
}
*/

.addtocart {
    position: relative;
}

.add_to {
    border: 2px solid #0A6732 !important;
}

.addto_msg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    background-color: black;
}

.addto_msg-content {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
}

#cart-dot {
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #2e5a88;
    border-radius: 50%;
    color: white;
    position: absolute;
    top: 2px;
    right: 18px;
    text-align: center;
    z-index: 10;
}


#sitemap {
}

#sitemap li { 
    list-style: none; 
}
#sitemap li ul li { 
    background-image: none;
    list-style-type: none; 
    list-style-image: none; 
}

#disclaimer {
    text-align: justify;
    max-width: 800px;
}

div.autosuggest
{
    position: absolute;
    margin: 21px 0 0 0;
    font-size: 10px;
    z-index: 2000;
    overflow-y: auto;
    overflow-x: hidden;
    width: 400px;
    height: 250px;
    background-color: #FFF;
    border: 1px solid #959393;
    *padding-right: 12px;
    *overflow-y: scroll;

    box-shadow: 0 0 20px 3px rgba(0,0,0,0.25);
}

div.autosuggest a:link,
div.autosuggest a:active,
div.autosuggest a:visited,
div.autosuggest a:hover
{
    font-size: 10px;
}

div.autosuggest ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #666666;
}

div.autosuggest ul li
{
    padding: 0;
    margin: 0;
    text-align: left;
}

div.autosuggest ul li a
{
    display: block;
    text-decoration: none;
    background-color: transparent;
    position: relative;
    padding: 0;
    width: 100%;
}

div.autosuggest ul li span
{
    display: block;
    padding: 3px 6px;
}

div.autosuggest ul li.as_highlight a
{
    color: #FFF;
    background-color: #b3ac80;
}


.report table {
    min-width: 900px;
    margin-top: 10px;
    border-collapse: collapse;
    border: 1px solid #959393;
}

.report td {
    font-family: 'Times New Roman';
    font-size: 10px;
    padding: 3px 6px;
    line-height: 1.5em;
}


.report td.component {
    background-color: #599c43;
    color: #FFFFFF;
}

.report form {
    display: inline;
}



th[scope="row"] {
    text-align: left !important;
    font-weight: normal;
}

.report thead {
    border-bottom: 2px solid #959393;
    background-color: #C0C0C0;
    vertical-align: bottom;
}

.report tfoot {
    border-top: 2px solid #959393;
    background-color: #C0C0C0;
}

.definitions,
.reportnotes,
.reportnotes li {
    font-size: 10px !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

.reportnotes select {
    font-size: 10px !important;
}

.colortable {
    border: 1px solid #959393;
    margin-bottom: 5px;
    border-collapse: collapse;
    font-size: 8pt;
}

.colortable th {
    background-color: #C0C0C0;
    color: #464545;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #959393;
}

.colortable td {
    background: white;
    padding: 5px 10px;
    border: 1px solid #959393;
}

#search_results {
    width: 700px;
    margin-top: 5px;
    border-collapse: collapse;
}

#search_results table,
#search_results th,
#search_results td {
    border: 1px solid #959393;
    padding: 5px 10px;
}

.sr_reports thead th,
#search_results thead th {
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    background-color: #C0C0C0;
}

#search_results tbody td {
    padding-right: 5px;
    font-size: 9pt;
}

#search_results tbody td:first-child {
    padding-right: 0;
}

.folder-select-column:hover {
    cursor: default !important;
}

.folder-select-column {
    position: relative;
    text-align: center !important;
    background: #b3ac80 !important; /* light blue */
    color: white;
    width: 50px;
}

.sr_reports {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

.sr_reports th,
.sr_reports td {
    padding: 5px 10px;
    border: 1px solid #959393;
}

.sr_reports tfoot th,
.sr_reports thead th {
    vertical-align: bottom;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
}

.sr_reports tfoot td,
.sr_reports tbody td {
    padding-right: 5px;
    font-size: 8pt !important;
}

.sr_reports thead th:first-child,
.sr_reports tbody td:first-child {
    padding-left: 10px;
}

.sr_reports tbody td A {
    padding-right: 5px;
    font-size: 8pt;
}

.sr_reports tr:hover td,
#search_results tr:hover > td {
    background-color: #e7e7e8;
    cursor: pointer;
}

.sr_reports tr.current td {
    background-color: #6ebfdf !important;
}




.sr_reports_container {
    display: none;
}

.sr_reports_container > td {
    background-color: white !important;
}



/* desktop */
@media (min-width: 1025px) {
    .hide-on-desktop {
        display: none !important;
    }
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .hide-on-tablet {
        display: none !important;
    }
}

/* both tablet and mobile */
@media (max-width: 1024px) {

    #crd_logo {
        padding-top: 10px;
    }

    .index-flex {
        flex-direction: column;
    }

    /* IE11 hack */
    _:-ms-fullscreen, :root .index-60 {
        flex: 6 0 auto;
    }

    _:-ms-fullscreen, :root .index-40 {
        flex: 4 0 auto;
    }

    _:-ms-fullscreen, :root .index-20 {
        flex: 2 0 auto;
    }

    #index-freelinks .infobox,
    .index-flex .pricing-callout {
        margin: 0 0 10px 0;
    }

    #head_top {
        flex-wrap: wrap;
    }

    #head_top .report_nav {
        margin: 1rem 0 1rem 0;
    }

    #head_top .report_nav > :nth-child(2) {
        border-left-width: 0;
    }

    #head_top > :nth-child(3) {
        display: none;
    }

    .flex-outsides {
        min-width: unset;
        flex-wrap: wrap;
    }

    .modal {    
        width: 70vw;
        height: 80vh
    }

    #content-and-sidebar-wrapper {
        flex-direction: column;
    }

    #content-with-sidebar {
        width: 100%;
        border-right: 0;
        padding-right: 0;
        border-bottom: solid 1px #0A6732;
        margin-bottom: 2rem;
    }

    #sidebar {
        width: 100%;
        padding: 0;
    }
    .report_med,
    .report_large {
        width: 100%;
    }

}


@media (max-width: 900px) {
    #head_top {
        flex-direction: column;
    }
}



/* mobile */
@media (max-width: 767px) {

    .report,
    .scroll {
        overflow: auto;
    }

    #index-boxes {
        flex-direction: column;
    }

    _:-ms-fullscreen, :root #index-boxes {
        flex-direction: row;
    }

    #index-boxes .infobox {
        margin: 0 0 10px 0;
    }

    .report_small {
        width: 100%;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .report_nav {
        flex-wrap: wrap;
    }

    main .report_nav {
        justify-content: flex-start;
    }

    .report_nav_item {
        border-left-width: 0;
        padding: 0 2em;
    }

    #search_results {
        width: 100%;
    }

    .modal {    
        width: 100%;
        height: 100%;
    }

    .close-button {
        top: 0;
    }

    .center-chunk > :nth-child(2) {
        flex: 100%;
    }

    .center-chunk > :nth-child(1),
    .center-chunk > :nth-child(3) {
        flex: 0;
    }

    .login-box form {
        width: 100%;
        max-width: unset;
        min-width: unset;
    }

    #main-modal-login,
    #main-modal-errors {
        flex: unset;
    }

    #search_results,
    .report_med,
    .report_small,
    .form-aligned {
        width: 100%
    }

    /* don't match when proceded by a checkbox */
    /*.form-aligned :not(input[type="checkbox"]) + label { */
    .form-aligned label {
        display: block;
        width: auto;
        margin: 0;
        text-align: left;
    }

    .form-aligned select,
    .form-aligned input {
        margin: .25em 0 1.5em 0;
    }

    #main-search input,
    #main-search select {
        margin: .25em 0 1.5em 0;
    }

    #cr_reporting_periods,
    .subnav,
    .subnav ul {
        flex-wrap: wrap;
    }

    #cr_reporting_periods label {
        margin: 0 !important;
    }

    .sheet_list {
        font-size: 1.5rem;
        overflow: auto;
        width: auto;
    }

    .sheet {
        padding: 1em 1em;
    }

    #profiledata {
        margin: 0;
    }

    /* make text more legible */
    body,
    footer,
    .colortable,
    .report_nav_text,
    .definitions,
    .reportnotes,
    .reportnotes li,
    .report_table th,
    .report_table td,
    .report td
    {
        font-size: 14px !important;
    }

    .page-body {
        margin: 0;
    }

    #sitemap li { 
        font-size: 20px;
        padding: .7em 0;
    }

    /* fix overlapping on free state & national stats */
    .report_table a {
        display: inline-block;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}
