/**************************************
Containers
**************************************/
html { scroll-behavior: smooth; } /* Force scrollbar on right side to avoid viewport width change on short pages */
body { margin: 0; font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,"sans-serif"; font-size: 1.125rem; font-weight: 400; line-height: 1.5; }
main { background: #fff; overflow: hidden; }
.container { margin: 0 auto; }

.bg-hero { background: #0079CA; padding: 30px 0 0 0; }

/**************************************
Help Icons
**************************************/
.help-icon { display: inline-flex; align-items: center; justify-content: center; width: 1em; height: 1em; padding: 2px; border-radius: 50%; cursor: pointer; font-weight: bold; background: white; color: #196fb2; font-size: .875rem; position: relative; top: -2px; border: 1px solid #43a5e6; transition: all .1s ease-in-out; text-decoration: none; }
.help-icon:hover, .help-icon:focus { background: #eee; border-color: #142c68; transition: all .1s ease-in-out; }


/**************************************
Top Two Dropdowns
**************************************/
.dropsWrap { display: flex; padding: 0 1.5rem 2rem; background: #0079CA;  }

.drops { flex: 0 1 47.5%; max-width: 740px; display: flex; flex-direction: column; }
.drops label { font-weight: 600; color: #fff; margin-bottom: .1rem; display: block; }
.drops select { width: 100%; font-weight: 300; font-family: "Montserrat", sans-serif; font-size: 1.5rem; padding: .2rem; }

.hint-wrap { order: 1; margin: .6rem 0; }
.hint-text { font-size: 0.9375rem; color: #ffffff; display: block; }
.cancerSubType { padding-left: 30px; }

/* Cancer Site Dropdown */
.cancerSite { margin-left: 5%; }
.cancerSite .select2-container { margin-top: auto; }
@media (max-width: 1023px) {
	.dropsWrap { display: block; padding: 1rem 1.5rem; }
	.drops { width: 100%; margin-bottom: 2rem; }
	.cancerSite { margin-left: 0; }
    .hint-wrap { order: 0; margin: 0 0 .5rem 0; }
}
@media (max-width: 810px) {
    .dropsWrap { margin-bottom: 1rem; background: #0079ca; }
	.drops { margin-bottom: 1rem; }
}

/* Select2/Woo Overwrites */
.select2-container { width: auto!important; display: block; }
/* only make the top main selects have shadow */
.dropsWrap .select2-container {box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.053), 0 0.8px 1.7px rgba(0, 0, 0, 0.077), 0 1.5px 3.1px rgba(0, 0, 0, 0.095), 0 2.7px 5.6px rgba(0, 0, 0, 0.113), 0 5px 10.4px rgba(0, 0, 0, 0.137), 0 12px 25px rgba(0, 0, 0, 0.19); }

.select2-container .select2-selection--single { height: auto; }
/* only make the top main selects large */
.dropsWrap .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 2; font-size: 1.6rem; font-weight: 400; padding-left: 13px; padding-right: 40px; }
.dropsWrap .select2-container--default .select2-selection--single .select2-selection__arrow { top: 50%; margin-top: -13px; width: 38px; }
.dropsWrap .select2-container--default .select2-selection--single .select2-selection__arrow b { border-width: 9px 7px 0 7px; margin-left: -7px; border-color: #d40b4f transparent transparent transparent; } /* arrow shut */
.dropsWrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-width: 0 7px 9px 7px; border-color: transparent transparent #d40b4f transparent; } /* arrow open */

.select2-container--default .select2-results > .select2-results__options { max-height: 45vh; } /* dropdown height */
@media (max-width: 810px) {
	.dropsWrap .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 1rem; }
	.dropsWrap .select2-container--default .select2-selection--single .select2-selection__arrow b { border-width: 6px 5px 0 5px; margin-left: 0; } /* arrow shut */
	.dropsWrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-width: 0 5px 6px 5px; margin-left: 0; } /* arrow open */
}

/* change the arrow color in the left column for the dropdowns */
.colLeft .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #d40b4f transparent transparent transparent; } /* arrow shut */
.colLeft .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #d40b4f transparent; } /* arrow open */

/* Indent classs for options in these dropdowns*/
.optionIndent { padding-left: 32px; background-image: url("data:image/svg+xml;utf,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23666' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z'/></svg>"); background-repeat: no-repeat; background-position: 14px center; }
.select2-results__option--highlighted .optionIndent { background-image: url("data:image/svg+xml;utf,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z'/></svg>"); }

/* reduce padding on list items */
.select2-container--default .select2-results__group { padding: 3px 3px 3px 6px; font-variant: all-small-caps; background: #ddeaf2; }
.select2-results__option { padding: 2px 6px; font-size: 1.1rem; }


/**************************************
Pseudo Tabs for Statistic Type
**************************************/
#region_2_controls { background: #0079CA; }
.subTabs { padding: 0 0 0 1.5rem; margin: 0 4rem 0 0; border: none; position: relative; display: inline-block; vertical-align: bottom; }
.subTabs label { padding: 1rem 1.5em; color: #fff; margin: 0; font-weight: normal; font-size: 1.1rem; cursor: pointer; transition: all .2s linear; }
.subTabs label:hover { background: #005a95; text-decoration: none; transition: all .2s linear; }
.subTabs label:focus-within { outline: 1px dotted white; }
.subTabs label.active, .subTabs label.active:hover { background: #005a95; }

.subTabs label+input:focus { outline: 1px solid red; }

.subTabs .help-icon { position: absolute; left: 102%; top: 50%; margin-top: -.5rem; }

.subTabs input { opacity: 0; cursor: pointer; margin-left: -1.2em; }
.subTabs input:focus { outline: none; }

.outlined { outline: 1px dotted #ccc; }

@media (max-width: 1000px) {
	#tabResults { background: #fff; }
	#region_2_controls { background: #fff; padding-top: .5rem; }
	.subTabs { display: block; background: #f6f6f6; border: 1px solid #c0c0c0; margin: 0 1.5rem; padding: 0.35em 0.625em 0.75em; }
	.subTabs .d-flex { display: block; }
	.subTabs label { color: #333; display: block; padding: 0; background: none; margin-bottom: .2rem; font-size: 15px; }
	.subTabs label:hover, .subTabs label:focus { background: none; cursor: default; }
	.subTabs label:hover span, .subTabs label:focus span { text-decoration: none; }
	.subTabs label:focus-within { outline: none; }
	.subTabs label.active, .subTabs label.active:hover, .subTabs label.active:focus { background: none; border: none; padding: 0; top: 0; }
	.subTabs legend > span.sr-only { clip: rect(auto, auto, auto, auto); height: auto; margin: 0; overflow: visible; padding: inherit; position: relative; width: auto; font-weight: bold; font-size: 15px; }
	.subTabs .help-icon { position: relative; right: auto; top: auto; margin-top: 0; left: 0; }
	
	.subTabs input { opacity: 1; margin-left: 0; }
	.subTabs input:focus { outline: 1px dotted #ccc; }
	
	.outlined { outline: none; }
}


/**************************************
Compare By Controls
**************************************/
.compareWrap { background: #005a95; padding: 0 1.5rem; border-bottom: 6px solid #ddeaf2;}
.compareWrap fieldset { padding: 1rem 1.1rem 0; margin: 0; border: none; }
.compareWrap legend { float: left; margin-right: 1rem; background: #ddeaf2; padding: .5rem 1rem .75rem; font-weight: 600; font-size: 1rem; }
.compareWrap label { padding: .1rem 1em; margin: .5rem .5rem 0; font-weight: normal; font-size: 1rem; cursor: pointer; color: #fff; text-align: center; border-radius: 3px; align-self: center; transition: all .15s linear; }
.compareWrap label:hover, .compareWrap label:focus, .compareWrap .active { background: #ddeaf2; color: #000; transition: all .15s linear; }
.compareWrap label:focus-within { outline: 1px dotted white; }
.compareWrap .active { position: relative; }
.compareWrap .active:after { content: ""; position: absolute; display: block; width: 0; height: 0; border: 8px solid transparent; border-bottom-color: #ddeaf2; top: 89%; left: 50%; margin-left: -8px; }
.compareWrap .active:before { content: ""; position: absolute; display: block; width: 0; height: 0; border: 4px solid transparent; border-bottom-color: #005a95; bottom: -1px; left: 50%; margin-left: -4px; }

.compareWrap input { position: absolute; opacity: 0; cursor: pointer; margin-left: -1.15em; }
.compareWrap input:focus { outline: none; }
@media (max-width: 1000px) {
	.compareWrap { background: #fff; border: none; }
	.compareWrap .d-flex { display: block; }
	.compareWrap fieldset { display: block; background: #f6f6f6; border: 1px solid #c0c0c0; margin: 1rem 0; padding: 0.35em 0.625em 0.25em; }
	.compareWrap legend { color: #333; float: none; margin: 0; font-weight: bold; font-size: 15px; background: none; padding: 0; line-height: 1rem; }
	.compareWrap label { color: #333; display: block; padding: 0; background: none; margin: 0 0 .2em 0; text-align: left; font-size: 15px; }
	.compareWrap label:hover, .compareWrap label:focus { background: none!important; cursor: default; }
	.compareWrap label:hover span, .compareWrap label:focus span { text-decoration: none; }
	.compareWrap label:focus-within { outline: none; }
	.compareWrap label.active, .compareWrap label.active:hover, .compareWrap label.active:focus { background: none; border: none; padding: 0; top: 0; }
	
	.compareWrap .sr-only { clip: rect(auto, auto, auto, auto); height: auto; margin: 00; overflow: visible; padding: auto; position: relative; width: auto; font-weight: bold; font-size: 15px; }
	
	.compareWrap input { position: relative; opacity: 1; margin-left: 0; }
	.compareWrap input:focus { outline: 1px dotted #ccc; }
	
	.compareWrap .active:after,.compareWrap .active:before { display: none; }
}


/**************************************
Left Column Controls
**************************************/
.varWrap { display: flex; padding: 0 1.5rem 1rem; background: #fff;  }
.colLeft { flex: 0 0 350px; }
.colRight { margin-left: 2rem; padding-top: 1rem; width: calc(100% - 350px/* left col */ - 2rem /*left margin*/); }
@media (max-width: 1200px) {
	.varWrap { display: block; border: none; }
	.colRight { margin-left: 0; width: 100%; }
}
@media (max-width: 810px) {
	.varWrap { padding: 0 0 1rem; margin: 0 1.5rem; background: #fff;  }
}

/* Radio Area */
.varBox { margin-bottom: 1em; }
.varBox fieldset { background: #f6f6f6; padding: 0.5em 0.7625em; border: 1px solid #c0c0c0; margin: 0; }
.varBox legend { font-weight: bold; font-size: 15px; border: none; margin: 0; padding: 0; width: auto; }
.varBox legend img { margin: 0 0 -3px 7px; padding-right: 3px; }

.varBox fieldset label { display: block; padding: 0; margin: 0; font-weight: normal; font-size: 15px; }
.varBox fieldset input { margin-right: 4px; }

/* compare by area */
#compareByModalControls { padding: 1rem 1rem .5rem 1rem; }
#compareByModalControls button { width: 100%; border: none; background: #d40b4f; color: #fff; text-align: left; border-radius: 4px; padding: 0 0 0 1rem; margin: 0; font-size: .875rem; }
#compareByModalControls button:hover { cursor: pointer; }

.count-badge { width: 100%; border: none; background: #d40b4f; color: #fff; text-align: left; border-radius: 4px; padding: 0 0 0 1rem; margin: 1rem 0 .5rem; font-size: .875rem; display: flex; align-items: center; }
.count-badge .d-flex { align-items: center; }
.count-badge .count { margin-left: auto; padding: .5rem 1rem; background: #aa083f; border-radius: 0 4px 4px 0; }
.count-badge svg { height: 13px; margin: 0 0 0 7px; }

.count-badge:hover { cursor: pointer; }

#region_3_multiselects { background: #ddeaf2; margin-bottom: 1rem; padding-bottom: .5rem; }
#region_3_multiselects .varBox { margin-bottom: 0; }

#compareByCheckboxes legend, #seriesCheckboxes legend { clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; line-height: 1rem; }
#compareByCheckboxes fieldset, #seriesCheckboxes fieldset { background: none; border: none; }

#seriesSelect { padding: 0 1rem; }
#seriesSelect label { font-weight: bold; font-size: 15px; display: block; padding-left: 0; }
#seriesSelect select { width: 100%; font-size: 15px; font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,"sans-serif"; }
@media (max-width: 1000px) {
	#compareByModalControls { border: 1px solid #c0c0c0; background: #f6f6f6; padding: 1rem; }
	
	#region_3_multiselects { background: none; margin-bottom: .5rem; }
	#compareByCheckboxes legend, #seriesCheckboxes legend { clip: rect(auto, auto, auto, auto); height: auto; margin: 0; overflow: visible; padding: auto; position: relative; width: auto; }
	#compareByCheckboxes fieldset, #seriesCheckboxes fieldset { border: 1px solid #c0c0c0; background: #f6f6f6; }
	#seriesCheckboxes fieldset { margin-top: 1rem; }
	
	#seriesSelect { padding: .5rem 1rem 1rem; border: 1px solid #c0c0c0; background: #f6f6f6; margin: 1rem 0 0; }
}

/* Custom Checkboxes */
/* set initial layout */

div.custom-checks label { display: block; position: relative; padding-left: 1.75rem; cursor: pointer; margin-bottom: .2rem; }
.custom-checks label input { position: absolute; z-index: -1; opacity: 0; }
.custom-checks .control_indicator { position: absolute; top: 1px; left: 0; height: 18px; width: 18px; background: #fff; border: 1px solid #bcd3e1; border-radius: 0px; }
/*default hover focus of checks */
.custom-checks label:hover input ~ .control_indicator, .custom-checks label input:focus ~ .control_indicator { border-color: #d40b4f; }
.custom-checks label input:focus ~ .control_indicator { outline: 1px dotted #333; }
/* hover focus states when checked */
.custom-checks label input:checked ~ .control_indicator { background: #d40b4f; border-color: #d40b4f; }
.custom-checks label:hover input:not([disabled]):checked ~ .control_indicator, .custom-checks label input:checked:focus ~ .control_indicator { background: #d40b4f; border-color: #d40b4f; }
/* disabled */
.custom-checks label input:disabled ~ .control_indicator { background: #e6e6e6; opacity: 0.6; pointer-events: none; }
.custom-checks label input:disabled ~ .control_indicator:after { border-color: #7b7b7b; }
/* set up custom checkmark */
.custom-checks .control_indicator:after { box-sizing: unset; content: ''; position: absolute; display: none; }
/* show the custom check */
.custom-checks label input:checked ~ .control_indicator:after { display: block; }
/* style the custom check */
.custom-checks label .control_indicator:after { left: 7px; top: 3px; width: 3px; height: 8px; border: solid #ffffff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* set up containers and toggles for left filters */
#region_3_controls .varBox fieldset { padding: 0; margin: 0; transition: all .2s ease-in-out; }
#region_3_controls .varBox legend { display: block; width: 100%; position: relative; border: 1px solid #ccc; left: -1px; background: #f6f6f6; transition: all .2s ease-in-out; }
#region_3_controls .varBox legend .legend-flex { padding: .5rem; display: flex; }
#region_3_controls .varBox p { margin: 0; padding: 0; line-height: 1.2; }
#region_3_controls .varBox em { font-weight: normal; font-size: .8rem; }
#region_3_controls .varBox legend button { margin-left: auto; align-self: center; cursor: pointer; height: 25px; width: 25px; border: 1px solid #196fb2; position: relative; background: #fff; font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";}
#region_3_controls .varBox legend button:after { display: inline-block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; content:"+"; font-size: 18px; font-weight: bold; color: #196fb2; line-height: 21px; }
#region_3_controls .varBox legend button[aria-expanded="true"]:after { content: "-"; }
#region_3_controls .varBox-reveal { padding: 0.5em 0.7625em; display: none; }

/* rate type, delay-adjusted message */
.hidden-input-info { display: inline-block; padding: .3rem 0 0 1.35rem; font-size: .875rem; position: relative; font-weight: 400; }
.hidden-input-info:before { position: absolute; top: 5px; left: 0; content: "!"; border-radius: 100%; padding: 2px; background: #d6bf11; height: 13px; width: 13px; text-align: center; font-style: normal; font-size: .7rem; font-weight: 800; font-family: Arial; line-height: .8rem; }


/* Custom Radios */
/* set initial layout */
div.custom-radios label { display: block; position: relative; padding-left: 1.75rem; cursor: pointer; margin-bottom: .3rem; line-height: 1.4; }
.custom-radios label input { position: absolute; z-index: -1; opacity: 0; }
.custom-radios .control_indicator { position: absolute; top: 1px; left: 0; height: 16px; width: 16px; background: #fff; border: 1px solid #bcd3e1; border-radius: 100%; }
/*default hover focus of radios */
.custom-radios label:hover input ~ .control_indicator, .custom-radios label input:focus ~ .control_indicator { border-color: #d40b4f; }
.custom-radios label input:focus ~ .control_indicator { outline: 1px dotted #333; }
/* hover focus states when checked */
.custom-radios label input:checked ~ .control_indicator { background: #fff; border-color: #d40b4f; }
.custom-radios label:hover input:not([disabled]):checked ~ .control_indicator, .custom-radios label input:checked:focus ~ .control_indicator { background: #fff; border-color: #d40b4f; }
/* disabled */
.custom-radios label input:disabled ~ .control_indicator { background: #e6e6e6; opacity: 0.6; pointer-events: none; }
.custom-radios label input:disabled ~ .control_indicator:after { background: #7b7b7b; }
/* set up custom radio */
.custom-radios .control_indicator:after { box-sizing: unset; content: ''; position: absolute; display: none; }
/* show the custom radio */
.custom-radios label input:checked ~ .control_indicator:after { display: block; }
/* style the custom radio */
.custom-radios label .control_indicator { border-radius: 50%; }
.custom-radios label .control_indicator:after { left: 3px; top: 3px; height: 10px; width: 10px; border-radius: 50%; background: #d40b4f; transition: background 250ms; }

/* set dividers/groups for radios and checkbox labels */
.divider-above { border-top: 1px dashed #aaa; padding-top: .25em; margin-top: .25em; }
	/* adjust custom radio /checkbox */
.divider-above .control_indicator { margin-top: .2rem; }	

/* More Options */
#region_3_adv_opts legend { float: left; }
.optGroup { border-top: 1px dashed #ccc; padding-top: .5em; margin: 0 0 .5em 0; }
fieldset .optGroup:first-of-type { border: none; padding-top: 0; }
.optGroup-title { display: inline-block; font-size: 15px; margin-bottom: .1em; }
.optGroup input[type="radio"] { margin-left: .27em; }
#advopt_precision { margin: 0 0 1em 0; padding: 2px; width: 100%; font-size: 15px; font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,"sans-serif"; }
/* indent labels on checks and rads when they wrap */
fieldset .optGroup .labelWrap { text-indent: -1.3em; padding-left: 1.3em; }

#region_3_adv_opts .select2-container { margin-bottom: 1rem; }

.sort_cwc-wrap { margin: .25rem 0 1rem; }
#region_3_adv_opts .sort_cwc-wrap label { margin-left: .5rem; }


@media (max-width: 810px) {
	#subTabResults { border: none; }
}

/**************************************
Results Area
**************************************/
/* Title*/
.titleWrap { display: flex; }
#dynamicTitle { display: block; margin-top: .25rem; }
#content_title h2 { font-size: 1.2em; margin: 0; line-height: 1.2; }
#dynamicTitle, #filterTitle { font-size: 1rem; margin-bottom: 0; font-weight: 400; }

/* delay-adjusted warning */
#wheresPoochy { display: inline-block; background: #f4eebe; border-radius: 4px; padding: .35rem .5rem .35rem 2rem; font-size: .875rem; font-weight: 300; margin-top: .5rem; position: relative; }
#wheresPoochy:before { position: absolute; top: 5px; left: 10px; content: "!"; border-radius: 100%; padding: 2px; background: #d6bf11; height: 13px; width: 13px; text-align: center; font-style: normal; font-size: .7rem; font-weight: 800; font-family: Arial; line-height: .8rem; }

/* Actions */
.actions { flex-basis: 300px; margin-left: auto; display: flex; justify-content: flex-end; align-items: flex-start; position: relative; }
.actions button { color: #222!important; border: 1px solid #c0c0c0; background: #ececec; transition: all .1s linear; box-shadow: inset 0 -1.2em 10px rgba(0,0,0,.1), 0 1px 0 #c0c0c0, inset 0 1px 0 rgba(255,255,255,.5); position: relative; cursor: pointer; overflow: visible; }
#label_modal_3 { border-radius: 3px 0 0 3px; }
#share-link { border-radius: 0 3px 3px 0; }
.actions button:hover, .actions button:focus { box-shadow: inset 0 -1.75em 17px rgba(0,0,0,.11), 0 1px 0 #c0c0c0, inset 0 1px 0 rgba(255,255,255,.3); transition: all .1s linear; background: #ececec!important; outline: none; }
.actions button img { max-width: 1.75rem; padding: .25rem; }
.actions .icon-button:after { display: none; content: " " attr(aria-label) " ";position: absolute;bottom: 3.5em;left: -50%;padding: 0.5em 0.75em;width: 150%;width: calc(150% + 2px);background-color: #444444;color: #ffffff;z-index: 5;line-height: 1em; opacity: 0;}
.actions .icon-button:before { display: none; content: "";position: absolute;bottom: 3.2em;left: 50%;border-top: solid 8px #444444;border-left: solid 8px transparent;border-right: solid 8px transparent;opacity: 0; z-index: 1; margin-left: -8px; }
.actions .icon-button:hover:after, .actions .icon-button:hover:before, .actions .icon-button:focus:after, .actions .icon-button:focus:before { display: inline-block; opacity: 1; }
.actions button:disabled, .actions button:disabled:hover, .actions button:disabled:focus { background: #ececec; box-shadow: 0 1px 0 #c0c0c0; cursor: no-drop; }
.actions button:disabled img { opacity: .15; }

/* copied url message */
.clipboard-wrap { position: absolute; bottom: 113%; right: 0; z-index: 6; }
.tip { position: relative; display: none; margin: 0; padding: .5rem 1rem; background: #fff; border: 1px solid #196fb2; font-weight: bold; border-radius: 3px; font-size: 0.875rem; box-shadow: 0 2px 4px rgba(0,0,0,.3); }
.tip:before { position: absolute; width: 0; height: 0; content:""; border: 8px solid transparent; border-top-color: #196fb2; right: 10px; top: 100%; }
.tip:after { position: absolute; width: 0; height: 0; content:""; border: 6px solid transparent; border-top-color: #fff; right: 12px; top: 100%; }

@media (max-width: 768px) {
	.titleWrap { display: block; }
	.actions { justify-content: flex-start; margin-top: 1rem; display: inline-flex; }
}

/* Main Tabs */
/* tabs and modal plugin hiding elements for screen reader support */
.invisible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.main-tabs-tabs__list { margin: 2rem 0 2rem 0; padding: 0; border-bottom: 1px solid #ccc; }
.main-tabs-tabs__item { display: inline-block; margin: 0; }
.main-tabs-tabs__link { display: inline-block; padding: .5rem 2.5rem; color: #196fb2; cursor: pointer; font-size: 1rem; border: 1px solid #ccc; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); position: relative; top: 1px; box-shadow: inset 0 3px 0 rgba(0,0,0,0); font-weight: 400; }
.main-tabs-tabs__link:hover, .main-tabs-tabs__link:focus { background: linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(0,0,0,0.1) 100%); }

[aria-selected="true"].main-tabs-tabs__link { color: #000; background: #fff; border-bottom-color: #fff; box-shadow: inset 0 3px 0 #0079ca; }
[aria-selected="true"].main-tabs-tabs__link:hover, [aria-selected="true"].main-tabs-tabs__link:focus { text-decoration: none; }

.main-tabs-tabs__content { padding: 0; }
.main-tabs-tabs__content h3 { margin: 0; }

[aria-hidden="true"].main-tabs-tabs__content { clip: rect(0 0 0 0);  margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 100%; }

/* Graph */
.loadingWrap { position: relative; }
.loading { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #fff; background: rgba(255,255,255,.9); border-radius: 3px; color: #fff; padding-top: 3em; text-align: center; font-size: 1.2em; box-shadow: 0 0 10px rgba(255,255,255, .5); letter-spacing: .05em; display: block; }
.loading p { font-variant: all-small-caps; font-size: 1rem; letter-spacing: 2.5px; margin-top: .5rem; }

.spinnerBG { display: inline-block; width: 10rem; height: 10rem; border-radius: 50%; background: #fff; color: #333; box-shadow: 0 0 0 0 rgba(255, 82, 82, 1); animation: pulse-black 2s infinite; border: 1px solid #ccc; margin-top: 2rem; }
.spinnerWrap { display: flex; flex-direction: column; align-items: center; margin-top: 2.5rem; }

.loader { width: 48px; height: 48px; border-radius: 50%; display: inline-block;	border-top: 4px solid #d40b4f;	border-right: 4px solid transparent; box-sizing: border-box; animation: rotation 1s linear infinite; }
.loader::after { content: ''; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%; border-left: 4px solid #0079ca; border-bottom: 4px solid transparent; animation: rotation 0.5s linear infinite reverse; }

@keyframes rotation {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
} 
@keyframes pulse-black {
	0% { box-shadow: 0 0 10px 0 rgba(0,0,0, 0.25); }	
	70% { box-shadow: 0 0 0 20px rgba(0,0,0, 0); }	
	100% { box-shadow: 0 0 10px 0 rgba(0,0,0, 0); }
}

.hover-note { font-size: 0.9375rem; text-align: right; margin: 0 1.25rem -1.5rem 0; }
.hover-note span { display: inline-block; padding-left: 1rem; background: url("../i/icn-hover.png") left center no-repeat; }
#graphImage { text-align: center; }


/* Legend */											
#graphLegend { display: flex; font-size: .875rem; border: 1px dashed #bbb; }
#graphLegend ul { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0; padding: .5rem 1rem; list-style: none; width: 100%; align-content: center; }
#graphLegend li { position: relative; margin: 0 1rem; flex: 0 1 200px; padding: .25rem 1rem;vertical-align: middle; }
#graphLegend img { margin-left: -1.25rem; margin-right: .35rem; }
#graphLegend ul sup { margin: 0 .4em 0 .2em; }
.legendTitle { font-weight: bold; margin: 0; padding: 0; border-right: 1px dashed #bbb; flex: 1 1 auto; }
.legendTitle span { display: flex; height: calc(100% - 1.5rem); padding: .25rem 1rem; background: #ddeaf2; margin: .5rem; align-items: center; color: #142c68; }

/* Legend Footnotes */
/* note about shading for CI */
#graphLegend #legend_entry_cis { margin-top: .23rem; }
#graphLegend #legend_entry_cis img { position: static; line-height: 0; vertical-align: middle; padding-bottom: 2px; }

.center-notes { display: flex; align-items: center; justify-content: center; }
.table-footnotes { display: block; font-size: .875rem; margin-top: 0; margin-bottom: .25rem; padding: .5rem; text-align: left;}
.table-footnotes p { display: flex; align-items: center; padding: .25rem; margin: 0; }
.table-footnotes sup { margin: 0 .25rem 0 0; color: #333; background: #eee; padding: .1rem .5rem; font-weight: bold; border-radius: 3px; }
.table-footnotes img { margin-right: .5rem; margin-top: 1px; }
@media (max-width: 1199px) {
	#graphLegend { flex-direction: column; }
	.legendTitle { border-right: none; border-bottom: 1px dashed #bbb; }
}

/* Data Table */
.table-controls { background: #eee; margin-top: 2rem; padding: .5rem 1rem; font-size: 1rem; }
.table-controls > span { font-weight: 400; display: inline-block; margin-right: .5rem; }
.table-controls label { display: inline-block!important; margin-bottom: 0!important; padding-left: 1.1rem; margin-right: .75rem; /*overwrite some custom radio styles*/ }
#tableArea { padding: .5em; border: 1px solid #ddd; background: #fff; }
.respTable { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
table, th, td { border: 1px solid #bbb; font-weight: 300; font-size: 1rem; }
th, td { padding: .5rem; }
thead th, thead td { background: #333; color: #fff; vertical-align: bottom; }
tbody th { background: #f6f6f6; color: #333; }
td { text-align: right; }
.rowBorder { border-top: 3px solid #bbb; }

tbody .ShadeGroup { background-color: #f5f5f5; transition: all .125s ease-in-out; }
tbody tr:hover, tbody tr:hover th { background-color: rgba(137,11,76,.1)!important; }

#tableNoData { font-weight: 800; margin: 1rem 0; }
.table-arrow { font-weight: 800; color: #007fb0; }

@media (max-width: 47.99em) {
	/* responsive tables */
	/* IE needs inline-block to position scrolling shadows otherwise use: display: block; max-width: min-content; */
	.respTable table { display: inline-block; vertical-align: top; max-width: 100%; overflow-x: auto; white-space: nowrap; border-collapse: collapse; border-spacing: 0; }
	.restTable table { -webkit-overflow-scrolling: touch; background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75%) 100% center; background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75%) 100% center; background-size: 10px 100%, 10px 100%; background-attachment: scroll, scroll; background-repeat: no-repeat; }
}

/* Datatable Overwrites */
table.dataTable tbody th, table.dataTable tbody td { padding: 5px 10px!important; }
.dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom: none!important; }

/* Footnotes */
.footnotes { margin: 2rem 0 5rem 0; padding: 2rem; background: #f6f6f6;}
.footnotes__title { display: flex; font-size: 1.3125rem; margin: 0 0 1.5rem 0; padding: 0 0 .25rem; border-bottom: 1px dashed #ccc; line-height: 1.2; }
.footnotes__title svg { margin-right: .5rem; color: #d40b4f; }
.footnotes__subtitle { font-size: 1.125rem; margin: 0; padding: 0; }
.footnotes__list { margin: .25rem 0 2rem 0; padding: 0 0 0 1.75rem; }

.table-cell-footnote { text-decoration: none; vertical-align: super; line-height: 1.0; font-size: .83rem; color: #0051FF; }
.table-cell-footnote:hover, .table-cell-footnote:focus { text-decoration: underline; }

/* NV Overwrites */
/* tooltips on graph hover */
.nvtooltip table { margin: 10px!important; width: auto!important; border-bottom: 2px solid #bbb; }
.nvtooltip table thead { border-bottom: 2px solid #bbb; }
.nvtooltip table td { border: none; padding: .2em .35em!important; }

/* simulate this block being outside of the container */
.continue { background: #005a95; color: #fff; position: relative; margin-left: calc((100% - 100vw) / 2); }
.continue::after { position: absolute; top: -2rem; left: 50%; margin-left: -2rem; padding: 2rem; line-height: .5; content:""; color: #333; background: #fff; border-radius: 50%; border: 1px solid #ccc; }

.breakout { padding: 2rem 2rem 4rem; }

.svg-icon { width: 2em; height: 2em; transform: rotate(90deg); position: absolute; left: 50%; top: -1rem; margin-left: -1rem; z-index: 10; }
.svg-icon path, .svg-icon polygon, .svg-icon rect { fill: #d40b4f; }

.continue h2 { text-align: center; font-weight: 300; font-size: 1.4rem; line-height: 1.2; }
.continue h2 span { font-weight: 800; font-size: 1.65rem; }

.cardWrap { display: flex; justify-content: space-between; margin-top: 3rem; }
.exploreCard { margin: 0 1rem; flex: 1 1 0px; background: #fff; border-top: 8px solid #0079ca; padding: 1rem; color: #333; text-decoration: none; box-shadow: 0 2px 2px rgba(0,0,0,.4), 0 4px 4px rgba(0,0,0,.4); position: relative; top: 0; transition: all linear .2s; }
.exploreCard h3 { margin: 0; padding: 0 2rem 0 0; background: url("../i/tab-arrow.png") right 1rem center no-repeat; }
.exploreCard em { display: block; padding-bottom: .5rem; border-bottom: 1px solid #ccc; transition: all linear .2s; }

.exploreCard:hover, .exploreCard:focus { top: -4px; transition: all linear .2s; box-shadow: 0 4px 4px rgba(0,0,0,.2), 0 8px 8px rgba(0,0,0,.2); }
.exploreCard:hover em, .exploreCard:focus em { border-color: #07a8a8; transition: all linear .2s; }

@media (max-width: 1199px) {
	.cardWrap, .exploreCard { display: block; }	
	.exploreCard { margin: 0 0 2rem 0; }
}


/**************************************
Modal
**************************************/
/* overlay covers everything */
.modal-overlay, .compare-modal-overlay, .img-download-modal-overlay { position: fixed; overflow-y: auto; top: 0; bottom: 0; right: 0; left: 0; z-index: 666; background: rgba(0,0,0,.5); }

/* modal */
dialog { display: block; }

.modal, .compare-modal, .img-download-modal { position: fixed; left: 50%; top: 4rem; padding: 1rem; width: 650px; z-index: 667; margin-left: -345px; background: #fff; border: 1px solid #ccc; box-shadow: 0 3px 3px rgba(0,0,0,.2), 0 6px 6px rgba(0,0,0,.2), 0 10px 10px rgba(0,0,0,.15); overflow-y: auto; }

/* modifying modal styling to be on inner container to make sticky bottom effect work */
.compare-modal { width: 70%; margin-left: -35%; top: 2rem; bottom: 2rem; padding: 0; background: none; border: none; box-shadow: none; }

.ie-modal { width: 94%; margin-left: -47%; bottom: 4rem; }

.hidden { display: none; }

.modal__wrapper, .compare-modal__wrapper, .img-download-modal__wrapper { max-width: 650px; margin: 0 auto; padding: 0 0 1rem; }

/* modifying modal styling to be on inner container to make sticky bottom effect work */
.compare-modal__wrapper { max-width: none; position: relative; padding: 0; background: #fff; border: 1px solid #ccc; box-shadow: 0 3px 3px rgba(0,0,0,.2), 0 6px 6px rgba(0,0,0,.2), 0 10px 10px rgba(0,0,0,.15); }

.ie-modal .modal__wrapper { max-width: none; }

.modal-close, .img-download-modal-close { float: right; border-radius: 3px; border: 1px solid #ccc; padding: .25rem 1rem; margin-top: .35rem; cursor: pointer; color: #196fb2; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); }
.compare-modal-close { display: none; }
.modal-close:hover, .modal-close:focus, .img-download-modal-close:hover, .img-download-modal-close:focus { background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 80%);}
.modal-close:focus, .img-download-modal-close:focus { outline: 1px dotted #333; }
.modal-title, .compare-modal-title, .img-download-modal-title { font-size: 1.625rem; margin: 0; padding: .5rem 1rem 0 1rem; border-bottom: 1px solid #ccc; }

#js-modal-content { max-height: calc(100vh - 15rem); overflow-y: auto; padding: 1rem 1rem 0 1rem; }

/* Compare by Modal */
.compare-modal #js-modal-content { overflow-y: scroll; }
.compare-modal-wrap { font-size: .875rem; padding-bottom: 1rem; }
.compare-modal-wrap fieldset { border: none; padding-left: .3rem; }
.compare-modal-wrap legend { font-weight: bold; position: relative; left: -9px; }
.compare-note { display: flex; padding: .5rem 1rem; background: #ddeaf2; line-height: 1.3; margin-bottom: 1rem; align-items: center; font-size: .875rem; }
.compare-note svg { flex: 0 0 30px; margin-right: 1rem; height: auto; }
.compare-note p { margin: 0; }

.primeBtn { background: #d40b4f; border-bottom: 3px solid #7c022b; border-radius: 3px; color: #fff!important; text-decoration: none; margin: 0; padding: .5rem 1rem; transition: background .1s linear; }
.primeBtn:hover, .primeBtn:focus { background-color: #aa083e; color: #fff; transition: background .05s linear; }

/* area for heading and cselection controls */
.compare-heading { margin: 1.25rem 0; display: flex; padding-bottom: .25rem; border-bottom: 1px solid #ddd; align-items: flex-end; }
.compare-heading h2 { font-size: 1rem; margin: 0; padding: 0; line-height: 1; }

/* select all/clear all controls */
.compare-selection { margin-left: auto; }
.compare-selection button { color: #006db5; border: 1px solid #ccc; padding: .25rem .5rem; border-radius: 4px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); box-shadow: inset 0 3px 0 rgba(0,0,0,0); }
.compare-selection button:hover, .compare-selection button:focus { background: #006db5; color: #fff; border-color: #006db5; }
.compare-selection button:hover { cursor: pointer; }

.site-compare-modal-select-all, .country-compare-modal-select-all { position: relative; margin-right: 1.25rem; }
.site-compare-modal-select-all:after, .country-compare-modal-select-all:after { content: ""; position: absolute; right: -.75rem; top: 0; height: 100%; width: 1px; background: #ddd; }

.compare-selection .clear-all { color: darkred; }
.compare-selection .clear-all:hover, .compare-selection .clear-all:focus { background-color: darkred; border-color: darkred; }

.country-compare-modal-select-fieldset { cursor: pointer; border: none; color: #006db5; background: none; margin-left: -.25rem; flex: 0 0 auto; }
.country-compare-modal-select-fieldset:hover, .country-compare-modal-select-fieldset:focus { text-decoration: underline; color: #004e83; }

/* general columns */
.comp-col-wrap { flex: 1 1 50%; }
.comp-col { flex: 1 1 50%; }

/* checkbox labels */
.compare-modal-wrap label.modal-major-site { margin-bottom: 0.75rem; }
.modal-subtype { margin-left: .75rem; font-size: .825rem; }
	/* checks for subtypes */
	.custom-checks .modal-subtype .control_indicator { height: 12px; width: 12px; top: 5px; left: 9px; }
	.custom-checks .modal-subtype .control_indicator::after { left: 4px; top: 0; width: 3px; height: 7px; border-width: 0 2px 2px 0; }

/* disabled labels */
.compare-modal-wrap input[disabled], .disabled-string { color: #aaa; }
/* toggle controls for subtypes */
.modal-tog { margin: .25rem 0 .25rem 1.75rem; }
.modal-tog .tog-control button { width: 100%; text-align: left; background-color: #eff4f7; background-image: url(../i/plus-dark.svg); background-repeat: no-repeat; background-size: 16px; color: #222 !important; border-radius: 0; margin-bottom: .5rem; padding: .35em 1rem .25rem 1.5rem; background-position: .45rem 4px; box-shadow: none; font-style: italic; border: none; }
.modal-tog .tog-control button[aria-expanded="true"] { background-image: url(../i/minus-dark.svg); }
.modal-tog .tog-control button[aria-expanded="true"] span.show, .modal-tog .tog-control button[aria-expanded="false"] span.hide {display: none;}
.modal-tog .tog-control button[aria-expanded="false"] span.show, .modal-tog .tog-control button[aria-expanded="true"] span.hide {display: inline-block;}
.modal-tog .tog-control button:hover, .tog-control button:focus { background-color: #ddeaf2; }
.modal-tog .tog-control button:hover { cursor: pointer; }
.modal-tog .tog-content { padding: 0 0 .5rem .25rem; }

/* footnotes */
#compareby-modal-footnotes { border-top: 1px solid #ccc; padding-top: .5rem; margin: .5rem 1rem 2rem 1rem; }
.compareby-modal-footnote-item { margin: 0; }
/* download graph modal */
#modal-controls { flex: 0 0 220px; }
#modal-controls fieldset { border: 1px solid #ccc; margin-bottom: .75rem; }
#modal-controls legend { font-weight: 600; font-size: .9rem; font-variant: all-small-caps; }
#modal-controls fieldset p { font-weight: 200; font-size: .9rem; margin-top: 5px; margin-bottom: 5px;}
#modal-controls label { display: block; font-size: 1rem; }
#img-download { margin-top: 1rem; border-radius: 3px; border: none; background: #196fb2; color: #fff; font-size: 1rem; font-family: "Inter","Helvetica Neue",Helvetica,Arial,"sans-serif"; padding: .75rem 1rem; width: 100%; cursor: pointer; }
#img-download:hover, #img-download:focus { background: #065386; }

.previewWrap { display: flex; }
.previewLabel { font-size: .9rem; font-variant: all-small-caps; font-weight: 600; }
#previewArea { flex-grow: 1; margin-right: 2rem; }

#previewTitle, #previewLegend, #previewFootnotes { background: #eee; border: 1px solid #ccc; margin: 0; padding: .5rem 1rem; display: block; text-align: center; font-weight: 400; }
#previewTitle { margin-bottom: .5rem; }
#previewLegend { margin-left: .5rem; }
#previewFootnotes { margin-top: .5rem; }

#previewGraph { border: 1px solid #ccc; }
#previewGraph img {	max-width: 100%; }
#previewLegend { flex-grow: 1; }
#printGraphImage { height: 550px; }

#setSizeSelect { font-size: 1rem; border: 1px solid #ccc; border-radius: 4px; padding: .2rem; font-weight: 200; font-family: "Inter","Helvetica Neue",Helvetica,Arial,"sans-serif"; width: 100%; }

/* help definition modal */
.modal-definitions { list-style: none; padding: 0; margin: 0 0 .5rem 0; border-bottom: 1px solid #ccc; }
.modal-definitions p { margin-top: 0; margin-bottom: .7rem; }
.modal-definitions strong { font-weight: 600; }

/* disabled style for inputs that have no data */
.no-data-available .control_indicator { border-color: #d6e4ec!important; }
.no-data-available span { color: #767676;  }

.btn-modal-wrap { background: #2d2b2b; padding: 1rem 2rem; margin: 0 -1rem 0 -1rem; position: sticky; bottom: 0; border-top: 1px solid #ccc; box-shadow: 0 -3px 17px rgba(0,0,0,.2); }
.btn-modal-compare { border-top: none; border-left: none; border-right: none; font-size: 1rem; font-weight: bold; margin-right: 1rem; font-family: "Inter","Helvetica Neue",Helvetica,Arial,"sans-serif"; cursor: pointer; }
.btn-modal-cancel { color: #fff; font-size: 0.9375rem; border: none; background: none; padding: 0; margin: 0; text-decoration: none; }
.btn-modal-cancel:hover, .btn-modal-cancel:focus { text-decoration: underline; }

@media (max-width: 1499px) {
	/* important here to overwrite the IE 11 styles added to the modal at this viewport */
	.compare-modal { width: auto!important; margin-left: auto!important; left: 1rem; right:1rem; bottom: 1rem; top: 1rem; }
}

@media (max-width: 1079px) {
	.comp-col-wrap { flex-direction: column; }
    .comp-col { flex: 0 1 auto; }

    .compare-heading { flex-direction: column; align-items: flex-start; }
    .compare-heading h2 { margin-bottom: .75rem; }
    .compare-selection { margin-left: 0; }

	.previewWrap { display: block; }
	#previewArea { margin: 0 0 1rem 0; }
}
@media (max-width: 649px) {
    .row { flex-direction: column; }
}
@media (max-width: 500px) {
    .clear-all { margin-top: .5rem; }
    .site-compare-modal-select-all { margin-right: 0; }
    .site-compare-modal-select-all:after { display: none; }
}
@media (max-width: 450px) {
	.compare-note svg { flex: 0 0 20px; }
}
