/* Styles for Patient-Centered Payment Website*/

/* Page Styles */
/*#region*/ 

/* Correct scrolling for size of fixed navbar */

main,
#quarto-document-content,
.article,
.footnote-ref,
.footnotes li, 
.scroll-fix,
h1,
h2,
h3,
h4 {
  scroll-margin-top: 116px;
  }

/* Page background colors */
body {
  background-color: rgba(0, 95, 117, .15);
  }

@media print {
	body {
		background-color:white !important;
    padding-top: 0;
  	}
  }

#quarto-sidebar {
  background-color: transparent;
  }


/* Adjust margins and padding around content  */

main {
  margin-top: 0;
  padding-left: 10px;
}

#quarto-content>* {
  padding-top: 0px;
}

/* Page Print Styles */
/* Any flexbox div will mess up printing */
/* Change to block display */

@media print {

	.new-page {
		page-break-before:always;
	}

	.collapse {
			display: block !important;
			height: auto !important;
	}

}

@page {
	margin: 5%;
}

/*#endregion*/

/* Top Navbar for All Pages*/
/*#region*/ 

/* Height of Navbar */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  }

.navbar-logo {
  max-height: 105px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  

/* Width of Navbar */
.navbar-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  }

/* Border Below Navbar */

#quarto-header {
  border-bottom: 3px solid #005F75;
  }


/* Title Format */
.navbar-title {
  color: #005F75;
  font-weight: bold;
}

/* Use CHQPR Teal for Highlighted Items*/

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active_menu .nav-link {
  color: #005F75;
  font-weight: bold;
}

.navbar ul.dropdown-menu {
  margin-top: 0;
}

.navbar dropdownheader {
	text-transform: none;
	font-size: 
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover.dropdown-menu > .active > a:focus {
  background-color: #e7e7e7;
  color: #005F75;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
  color:#005F75;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

/* Prevent Navbar from Printing*/

@media print {
  #quarto-header {
      display: none !important;
  }
  #quarto-search-results {
    display: none !important;
  }
}

/*#endregion*/

/* Footer*/
/*#region*/ 

.footer-items > .nav-item {
  line-height: 0.8rem;
}

.footer-items > .nav-item > a.nav-link:hover {
  color: white;
  font-weight: bold;
}

.nav-footer {
  min-height: 2.5em;
}

.nav-footer-center {
  min-height: 0;
  margin-top: 0;
}

/*#endregion*/

/* Page-Specific Table of Contents */
/*#region*/ 

#TOC {
  background-color: #005F75;
}  

#toc-title {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

#TOC li {
  color:white;
}

.sidebar nav[role=doc-toc] ul>li>ul>li>a {
	font-size: 0.8rem;
	line-height: 0.85rem;
}

.sidebar nav[role=doc-toc] ul>li>a.active,
.sidebar nav[role=doc-toc] ul>li>ul>li>a.active,
.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>a.active {
  color: #005F75 !important;
  background-color: white;
  font-weight: bold !important;
  border-left: 1px solid white;
}

/* Prevent Table of Contents from Printing*/

@media print {
  #quarto-sidebar {
      display: none !important;
  }
  #TOC {
    display: none !important;
    height: 0;
    width: 0;
  }
  #quarto-margin-sidebar {
    display: none !important;
  }
}

/*#endregion*/

/* Formatting for the Page Title */
/*#region*/ 

#title-block-header {
  background-color: #005F75;
  margin-bottom: 0;
}

.quarto-title {
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

h1.title {
  font-size: 2.0rem;
  font-weight: bold;
  color: white;
	text-align: center;
  padding: 0;
  margin: 0;
}

@media print {
  .quarto-title {
    padding-top: 0;
    padding-bottom: 10px;
  }
  h1.title {
    font-size: 32px;
    text-align: center;
  }
}

/*#endregion*/

/* Text Styles*/
/*#region*/ 

h1 {
	clear: both;
	font-size: 1.8rem;
	font-weight: bold;
  color: #005F75;
	margin-top: 1.5rem;
  padding-top: 10px;
  padding-bottom: 0;
  border-bottom: 0;
 }
 
h2 {
	clear: both;
	font-size: 1.6rem;
	font-weight: bold;
  color: #005F75;
  margin-top: 0;
  margin-bottom: 0;
  padding-top:5px;
  padding-bottom: 10px;
  border-bottom: 0;
 }
 
h3 {
	clear: both;
	font-size: 1.4rem;
  font-weight: bold;
  color: #005F75;
  margin-top: 0;
  margin-bottom: 0;
  padding-top:5px;
  padding-bottom: 10px;
  border-bottom: 0;
 }

h4 {
	clear: both;
	font-size: 1.2rem;
  font-weight: bold;
  color: #005F75;
  margin-top: 0;
  margin-bottom: 0;
  padding-top:5px;
  padding-bottom: 10px;
  border-bottom: 0;
 } 

.subheading,
 .subheading p {
   font-weight:bold;
   font-style: italic;
   color: #005F75;
 }
 
p {
   margin-bottom: .8rem;
 }
 
a {
  color: #005F75;
 }

li {
	padding-bottom: 5px;
}

.teal-text {
  color: #005f75;
}

.red-text {
  color: #ce155b;
}

blockquote {
	font-style: italic;
	padding-left:30px;
	padding-right:30px;
}


/* Page Print Styles*/

@media print {

	h1,
	h2,
	h3,
	h4,
	li,
	p {
		break-inside:avoid;
	}

  h1,
	h2,
	h3,
	h4,
	.subhead {
		break-after:avoid;
	}
}

/*#endregion*/

/* Formatting for the Opening Page */
/*#region*/ 

.page-layout-custom {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* Top Row */
/*#region*/ 

.top-row {
  border-bottom: 1px solid #005F75;
  margin-bottom: 20px;
  --bs-gap: 0;
}

/* Banner */
/*#region*/ 

#TopBanner {
  background-color: rgba(0, 95, 117, .85);
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

#TopBanner h1,
#TopBanner p {
  color: white;
  text-align: center;
}

#TopBanner h1 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-style: italic;
  margin-top: 0.5rem;
}

#TopBanner p {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

/*#endregion*/

/* What's New */
/*#region*/ 

#Whats_New_Grid {
  height: 100%;
  border-bottom: 1px solid #005F75;
}

@media screen and (min-width: 768px) {
  #Whats_New_Grid {
    border-bottom: none;
  }
}

#Whats_New_Title {
  background-color: white;
  border-bottom: 1px solid rgba(0, 95, 117, .85);
  display:flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  #Whats_New_Title {
    border-right: 1px solid rgba(0, 95, 117, .85);
    border-bottom: none;
  }
}

#Whats_New_Title h1{
  font-size: 1.3rem;
  line-height: 1.2rem;
  text-align: center;
  padding-top: 0;
}

@media screen and (min-width: 1200px) {
  #Whats_New_Title h1 {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }
}

#Whats_New_List {
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 100%;
  overflow: auto;
}

#Whats_New_List_Container{
  max-height: 10rem;
}

#Whats_New_List ul{
  padding-left: 1rem;
  max-height: 10rem;
}

#Whats_New_List li{
  font-size: 0.8rem;
  line-height: 0.75rem;
  padding-top: 0.35rem;
  padding-bottom: 0;
}

#Whats_New_List a {
  text-decoration: none;
}

/*#endregion*/

/* Glossary Box */
/*#region*/ 

#Glossary {
  height: 100%;
  padding: 2px;
}

@media screen and (min-width: 768px) {
  #Glossary {
    border-left: 2px solid #005F75;
  }
}

#Glossary_Grid {
  height: 100%;
}

#Glossary,
#Glossary_Text,
#Glossary_Button {
  background-color: white;
}

#Glossary_Text {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 4px;
  text-align: center;
  width:auto;
}

#Glossary_Button {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 4px;
  text-align: center;
  width:auto;
}

#Glossary_Image {
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 4px;
  text-align: center;
  width:auto;
}

#Glossary_Image p {
  margin: 0;
}

#Glossary_Image p img {
  max-height: 8rem;
}

@media screen and (min-width: 576px) {
  #Glossary_Image p img {
    max-height: 10rem;
  }
}

#Glossary_Text p {
  font-size: 1.2rem;
  line-height: 1.1rem;
  font-weight: bold;
  color: #005F75; 
  padding: 0;
  margin: 0;
  align-content: center;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content: space-around;
}

#Glossary_Button p {
  align-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  display:flex;
  flex-direction: column;
  justify-content: space-around;
}

a.btn.glossary-button {
  color: white;
  background-color: #005F75;
  font-size: 0.8rem;
  line-height: 0.7rem;
  }

/*#endregion*/

/*#endregion*/

/* Topic Cards */
/*#region*/ 

.topic-card-group {
  border-bottom: 10px solid rgba(0, 95, 117, .85);
  margin-bottom: 20px;
}

.topic-card-group-header {
  height: 4rem;
  background-color: rgba(0, 95, 117, .85);
  display:flex;
  flex-direction: column;
  justify-content: space-around;
}

.topic-card-group-header h1 {
  color: white;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 576px) {
  .topic-card-group-header h1 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    }
	}

@media screen and (min-width: 992px) {
  .topic-card-group-header h1 {
    font-size: 1.8rem;
    line-height: 1.9rem;
    }
  }

.topic-card-group-row,
.topic-card-row {
  --bs-gap: 0;
}

.topic-card-row {
  height: 100%;
}

.gold-text h1,
.gold-text p,
.gold-text a {
  color: #af8212;
}

.red-text h1,
.red-text p {
  color: #ce155b;
}

.green-text h1,
.green-text p {
  color: #068255;
}

.teal-text h1,
.teal-text p {
  color: #005F75;
}

a.btn.topic-card-button {
  color: white;
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.gold-text a.btn.topic-card-button {
  background-color: #af8212;
}

.red-text a.btn.topic-card-button {
  background-color: #ce155b;
}

.green-text a.btn.topic-card-button {
  background-color: #068255;
}

.teal-text a.btn.topic-card-button {
  background-color: #005F75;
}


.topic-card-info {
  background-color: white;
  padding-left: .2rem;
  padding-right: .2rem;
  padding-bottom: .5rem;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #005F75;
}

@media screen and (min-width: 768px) {
  .topic-card-info {
    border-bottom: none;
    padding-bottom: .1rem;
  }
	}

@media screen and (min-width: 768px) {
  .topic-card-border {
    border-left: 1px solid rgba(0, 95, 117, .85);
  }
}

.topic-card-info h1 {
  font-size: 1.2rem;
  line-height: 1.1rem;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 576px) {
  .topic-card-info h1 {
    font-size: 1.3rem;
    line-height: 1.2rem;
    }
	}

@media screen and (min-width: 992px) {
  .topic-card-info h1 {
    font-size: 1.4rem;
    line-height: 1.3rem;
    }
  }

.topic-card-info p {
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  margin-bottom: 0.1rem;
}

.topic-card-button {
  display: block;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-right: 2px;
  padding-left: 3px;
  max-width: 120px;
  font-size: 1rem;
  line-height: 1.1rem;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

#Photo1,
#Photo2,
#Photo3,
#Photo4 {
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
  background-blend-mode: normal;
}

#Photo1 {
  background-image: url('images/Index_Image1.jpg');
}

#Photo2 {
  background-image: url('images/Index_Image2.png');
}

#Photo3 {
  background-image: url('images/Index_Image3.png');
}

#Photo4 {
  background-image: url('images/Index_Image4.jpg');
}

/*#endregion*/

/*#endregion*/

/* Articles */
/*#region*/ 

.article {
  background-color: white;
  padding: 10px;
  margin-top: 18px;
  border: 2px solid #005F75;
}  

.article-title {
  padding-top: 0;
}

.article-print-footer {
  display: none;
}

@media print {
	.article-print-footer {
		display:block !important;
		margin-top: 30px;
		margin-left: auto;
		margin-right:auto;
		color: #005f75;
		text-align: center;
		font-weight: 600;
	}
	}

.text-slide-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  border-bottom: .0625rem solid #005f75;
  break-inside:avoid;
  }

.row-2col {
  column-count: 2;
  }

.row-text {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  max-width: none;
  width: 100%;
  }

.row-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.25rem;
  width: 100%;
  }

.row-slide img{
	display:block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
	}

/*#endregion*/

/* Footnote Styles*/
/*#region*/ 

.footnotes p {
  font-size: 16px;
  padding-bottom: 10px;
}

.footnote-back {
  font-family: 'Courier New', Courier, monospace;
}

/*#endregion*/

/* Figures*/
/*#region*/ 

/* Single Figure Containers*/
/*#region*/ 

.figure_normal {
	width: 80%;
  margin-top:20px;
  margin-bottom:25px;
	margin-left:auto;
  margin-right:auto;
  clear: right;
  page-break-inside: avoid;
	scroll-margin-top: 50px;
}

.figure_float {
  float:right; 
  max-width:60%; 
  margin-top: 20px;
  margin-left:5%; 
  margin-bottom:25px;
  page-break-inside: avoid;
	scroll-margin-top: 50px;
}

@media (max-width: 767.98px) {
	.figure_float {
		max-width: 100%;
		margin-left: 0%;
		}
	}

.figure_floatsmall {
  float:right; 
  max-width:40%; 
  margin-top: 15px;
  margin-left:5%;
  margin-bottom:20px;
  page-break-inside: avoid;
	scroll-margin-top: 50px;
}

@media (max-width: 767.98px) {
	.figure_floatsmall {
		max-width: 100%;
		margin-left: 0%;
		}
	}

.figure_narrow {
  float:right;
	width: auto; 
  max-width:30%; 
  margin-top: 15px;
  margin-left:5%;
  margin-bottom:20px;
  page-break-inside: avoid;
	scroll-margin-top: 50px;
}

@media (min-width: 768px) {
	.figure_narrow {
		max-width: 25%;
		}
	}

/*#endregion*/

/* Two Figure Containers*/
/*#region*/ 

.twofigure_container {
  display: flex; 
  flex-flow: row wrap;
  margin-top:20px;
  margin-bottom:25px;
  page-break-inside: avoid;
}

.twofigure_left {
  flex-basis:100%;
  padding-right:10px; 
  padding-left:0px;
	scroll-margin-top: 50px;
}

.twofigure_right {
  flex-basis:100%;
  padding-top:20px;
  padding-right:0px; 
  padding-left:10px;
	scroll-margin-top: 50px;
}

@media (min-width: 576px) {
  .twofigure_left { 
    flex-basis:50%;
    }
  .twofigure_right { 
    flex-basis:50%; 
    padding-top:0px;
  }
}

/*#endregion*/

/* Figure Titles and Numbers*/
/*#region*/ 

.figure_titlediv {
  text-align:center;
  margin-right:2%;
  margin-bottom:2%;
}

.figure_float .figure_titlediv {
  margin-left:0%;
  margin-right:0%;
}

.figure_figurenum p {
  font-weight: bold;
  color:#005F75;
  padding-top:0px;
  padding-bottom:0px;
  margin-bottom:0px;
}

.figure_title p {
  font-size:1.2rem;
	line-height: 1.0;
  font-weight: bold;
  color:#005F75;
  margin-top:0px;
  padding-top:0px;
  margin-bottom:0px;
}

.figure_subtitle p {
	line-height: 1.0;
  color:#005F75;
  margin-top:0px;
  padding-top:0px;
  margin-bottom:0px;
}

.figure_note {
  margin-left:10%;
  margin-right:10%;
  margin-top:5px;
  margin-bottom:10px;
}

.figure_float .figure_note {
  margin-left:0%;
  margin-right:0%;
}

.figure_note p {
  font-size: 0.75rem;
	line-height: 1.0;
  line-height: 12px;
  font-style: "italic";
  margin-left: auto;
  margin-right: auto;
}

.twofigure_container .figure_title p {
  font-size: 0.8rem;
}

/* Styles for Printing */

@media print {
	.figure_figurenum p {
		font-size:14pt;
	}
	.figure_title p {
		font-size:16pt;
	}
	.figure_subtitle p {
		font-size:14pt;
	}
	.figure_note p {
		font-size: 12pt;
	}
}

/*#endregion*/

/* Figure Graphics*/
/*#region*/ 

.quarto-figure {
  margin-bottom: 0;
}

figure {
  margin: 0 0 0;
}

a.graph-window {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}

.figure_graph img {
  display:block;
  padding-top:0px;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
}

.figure_graph p {
  margin-bottom:0px;
}

.figure_chart img {
  display:block;
  margin:auto;
	width: 100%;
  padding-top:10px;
}

.figure_narrow img {
  display:block;
  padding-top:0px;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
}

.figure_table {
  width:100%;
  overflow-x: auto;
	margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

.figure_data {
  display: none;
}

.figure_map img {
  padding-top:10px;
  padding-bottom:25px;
  width: 80%;
}

.twofigure_container .figure_map img {
  width: 100%;
}

/*#endregion*/

/* Figure Toggles*/
/*#region*/ 

.toggles {
  display: flex; 
  flex-flow: row wrap;
  }

.btn.graph_toggle {
  display: none;
  margin-top:10px;
  margin-left: auto;
  margin-right: auto;
}

.btn.data_toggle {
  display: block;
  margin-top:10px;
  margin-left: auto;
  margin-right: auto;
}

.btn.chart_toggle {
  margin-top:10px;
  margin-left: auto;
  margin-right: auto;
}

.btn.hide_toggle {
  display: none;
  margin-top:5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px;
}

.btn.show_toggle {
  display: block;
  margin-top:10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:25px;
}

/*#endregion*/

/* Figure Print Settings*/
/*#region*/ 

@media print {
  .figure_normal {
    page-break-inside: avoid;
   }
	figure_float {
		display:block;
		width:auto;
		padding-left:10px;
	}
	figure_narrow {
		display:block;
	} 
  .twofigure_left { 
    page-break-inside: avoid;
    }
  .twofigure_right { 
    page-break-inside: avoid;
  }
  .figure_normal .figure_graph img {
    width: 65%;
    }
  .figure_normal .figure_map img {
    width: 65%;
    }
  .figure_normal .figure_chart img {
    width: 65%;
    }
  .figure_note {
    margin-left:18%;
    }
  .toggles {
    display:none;
    }
  .collapse {
    display:block!important;
  }
  .hide_print {
    display:none;
  }
  #StateTable {
    display:block!important;
    }
  #Chart_A {
    display:block!important;
    margin-top: 20px!important;
    border: 1px solid black;
    page-break-inside: avoid; 
    }
  #Chart_B {
    display:block!important;
    margin-top: 20px!important;
    border: 1px solid black;
    page-break-inside: avoid; 
    }
  #Chart_C {
    display:block!important;
    margin-top: 20px!important;
    border: 1px solid black;
    page-break-inside: avoid; 
    }
  #Chart_D {
    display:block!important;
    margin-top: 20px!important;
    border: 1px solid black;
    page-break-inside: avoid; 
    }
  #Chart_E {
    display:block!important;
    margin-top: 20px!important;
    border: 1px solid black;
    page-break-inside: avoid; 
    }
}

/*#endregion*/

/*#endregion*/

/* Buttons Within Pages*/
/*#region*/ 	

.btn.btn-dark,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
  color: #ffffff!important;
  background-color: #005F75!important;
  border-color: #005F75!important;
	padding: .25rem;
}

a.btn.chqpr-button {
  color: #ffffff;
  background-color: #005F75;
  border-color: #005F75;
	padding: .25rem;
  font-size: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
}


.button_more {
  padding-bottom:10px;
}

/* Buttons Only Showing on Small Screens  */

.only-small {
  display:none!important;
}

@media screen and (max-width: 767.98px) {
  .only-small{
    display: inline-block!important;
    padding-top:20px;
    }
}

@media print {
	.no-print {
		display:none !important;
	}
}

/*#endregion*/

/* FAQ */
/*#region*/ 	

#FAQ {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}

#FAQ h1 {
  margin-top: 0;
  padding-top: 1.5rem;
}

.FAQ-list {

}

.FAQ-pair {
  border-bottom: none;
}

.FAQ-question {
  padding-left: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.anchorjs-link {
  display: block;
  height: 0;
  visibility: hidden;
}

.FAQ-question h2

.FAQ-question .accordion-button,
.FAQ-question .accordion-button:not(.collapsed),
.FAQ-question .accordion-button:not(.disabled) {
  color: #005f75;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4rem;
  border-color: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
}

.FAQ-answer {
  margin-bottom: 8px;
  padding-right: 10px;
  padding-left: 20px;
}

.FAQ-answer-text {
  padding-top: 0;
}

/*#endregion*/

/* Vignettes */
/*#region*/

.vignette-table {

}

.vignette-table thead {
	border-top: .0625rem solid #005f75;
  border-bottom: .125rem solid #005f75;
}

.vignette-table thead th {
	color: #005f75;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.0;
	text-align:center;
	vertical-align: bottom;
	padding: 5px;
  width: 50%;
  border-right: .0625rem solid #005f75;
  border-left: .0625rem solid #005f75;
  background-color: #fff;
}

.vignette-table tbody tr {
  width: 50%;
  border-top: .0625rem solid #005f75;
  border-bottom: .0625rem solid #005f75;
  background-color: #fff;
}

.vignette-table tbody tr td {
	padding: 5px;
  width: 50%;
	vertical-align: top;
	border-right: .0625rem solid #005f75;
  border-left: .0625rem solid #005f75;
  background-color: #fff;
}

/* Fonts for Printing */

@media print {
	vignette-header-box p {
			font-size: 14pt;
			}

	vignette-box p {
			font-size: 12pt;
		}	
}

/*#endregion*/

/* Text Tables */
/*#region*/

.text-table {

}

.text-table thead {
	border-top: .0625rem solid #005f75;
  border-bottom: .125rem solid #005f75;
}

.text-table thead th {
	color: #005f75;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.0;
	text-align:center;
	vertical-align: bottom;
	padding: 5px;
  width: 50%;
  border-right: .0625rem solid #005f75;
  border-left: .0625rem solid #005f75;
  background-color: #fff;
}

.text-table tbody tr {
  width: 50%;
  border-top: .0625rem solid #005f75;
  border-bottom: .0625rem solid #005f75;
  background-color: #fff;
}

.text-table tbody tr td {
	padding: 5px;
  width: 50%;
	vertical-align: top;
	border-right: .0625rem solid #005f75;
  border-left: .0625rem solid #005f75;
  background-color: #fff;
}

/* Fonts for Printing */

@media print {
	text-header-box p {
			font-size: 14pt;
			}
}

/*#endregion*/

/* Summary Box*/
/*#region*/ 

.summarybox {
  border: 2px solid #005F75;
	padding: 5px;
	margin-top: 30px;
	margin-bottom:30px;
	page-break-inside: avoid;
}

.summarybox p {
	font-size: 0.8rem;
}

.summarybox li {
	font-size: 0.8rem;
	margin-bottom:0.2rem;
	padding-bottom:0;
}

.summarybox li ul {
	margin-bottom: 0;
}

.summarybox li li {
	font-size: 0.7rem;
	margin-bottom: 0rem;
	margin-top:0.1rem;
}

.summarybox_title {
	text-align: center;
}

.summarybox_title p {
	color: #005F75;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.3rem;
	margin-bottom: 1rem;
}

.summarybox_heading1 p {
  color: #005F75;
	font-weight: bold;
	font-size: 1.0rem;
	margin-bottom: 0.2rem;
}

.summarybox_heading2 p {
  color: #005F75;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9rem;
	margin-bottom: 0.2rem;
}

/* Fonts for Printing */

@media print {
	.summarybox p {
		font-size: 10pt;
	}
	.summarybox li {
		font-size: 10pt;
	}
	.summarybox li li {
		font-size: 9pt;
	}
	.summarybox_title p {
		font-size: 16pt;
	}
	.summarybox_heading1 p {
		font-size: 12pt;
	}
	.summarybox_heading2 p {
		font-size: 11pt;
	}
}

/*#endregion*/

/* Table Formats*/
/*#region*/ 

/* Flexbox Text Tables*/
/*#region*/

.text-table-header-cell p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.0rem;
}

.text-table-cell p {
	font-size: 0.8rem;
  line-height: 0.9rem;
}
/*#endregion*/

/* HTML Data/Text Tables*/
/*#region*/ 

.table_format {
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
  border-collapse:collapse;
  border: 2px solid #005F75;
 }

 /*#endregion*/

/* Normal Width Table Cells*/
/*#region*/
.table_format th {
	text-align:center;
	vertical-align:bottom;
	border: 1.5px solid black;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.0rem;
	padding:5px;
}
.table_format td {
	border: 0.3px solid black;
  vertical-align:center;
	font-size: .8rem;
	line-height: .9rem;
	padding:3px;
}
/*#endregion*/

/* Wide Table Cells*/
/*#region*/

/* Wide Table - Large Screen*/
.table_format.table_wide th {
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.table_format.table_wide td {
	font-size: 0.7rem;
	line-height: 0.75rem;
}
/* Wide Table - Medium Screen*/
@media screen and (max-width: 992px) {
  .table_format.table_wide th {
		font-size: 0.65rem;
		line-height: 0.7rem;
	}
  .table_format.table_wide td {
		font-size: 0.6rem;
		line-height: 0.65rem;
	}
}
/* Wide Table - Small Screen*/
@media screen and (max-width: 768px) {
  .table_format.table_wide th {
		font-size: 0.65rem;
		line-height: 0.7rem;
	}
  .table_format.table_wide td {
		font-size: 0.6rem;
		line-height: 0.65rem;
	}
}
/*#endregion*/

/* Very Wide Table Cells*/
/*#region*/

.table_format.table_verywide th {
  font-size: 0.7rem;
  line-height: 0.8rem;
}
.table_format.table_verywide td {
	font-size: .7rem;
	line-height: .75rem;
}
/*#endregion*/

/* Very Very Wide Table Cells*/
/*#region*/

/* Very Very Wide Table - Large Screen*/
.table_format.table_veryverywide th {
  font-size: 0.6rem;
  line-height: 0.7rem;
}
.table_format.table_veryverywide td {
	font-size: 0.55rem;
	line-height: 0.6rem;
}
/*#endregion*/

/* Table Note Cells*/
/*#region*/

.table_note {
	border-top: 2px solid #005F75;
}
	
.table_note td {
	color: #005F75;
	font-size: .6rem;
	line-height: .7rem;
	padding-top: 5px;
}
/*#endregion*/

/* Special Formatting Table Body Cells*/
/*#region*/ 

.heading td {
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.row_blank {
	height: 1em;
}	

.row_bold td {
	font-weight: bold;
}

.row_subhead,
.row_subhead td {
	font-weight: bold;
	font-style: italic;
	vertical-align:bottom;
}

.row_underline {
	border-bottom: 1.4px solid black;
}

.cell_subtotal,
.row_subtotal td {
	border-top: 1.2px solid black !important;
}

.row_total td {
	border-top: 1.4px solid black;
}

.row_col_divider td {
	border-right: 1.5px solid #005F75;
	border-left: 1.5px solid #005F75;
}

.col_divider_left{
	border-left: 1.5px solid black !important;
}

.col_divider_right{
	border-right: 1.5px solid black !important;
}

.cell_smalltext td{
	font-size: .75rem;
	line-height: .85rem;
}

.cell_bold {
	font-weight: bold;
}

.cell_italic {
	font-style:italic;
}

.cell_right {
	text-align:right;
}

.cell_center {
	text-align:center;
}

.cell_indent {
	padding-left:10px !important;
}

.cell_loss{
  color:#CE155B; 
}

.cell_profit{
	color:#068255;
}

/* Styles for Printing */

/*#endregion*/

/*#endregion*/

/* Publication Lists */
/*#region*/

#Report_Covers {
  margin-top: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

#Video_Covers {
  margin-top: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

#Report_Covers_Note p {
  font-size: 1.15rem;
  font-weight: bold;
  color: #005F75;
  text-align: center;
}

@media (min-width: 768px) {
  #Report_Covers_Note p {
    font-size: 1.3rem;
    }
  }

#Video_Covers_Note p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #005F75;
  text-align: center;
  }
  
@media (min-width: 768px) {
  #Video_Covers_Note p {
    font-size: 1.3rem;
    }
  }

#Report_List {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}

#Video_List {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}

#Publication_List {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.pub-group {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pub-group h2 {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0 !important;
}

.pub-group p {
  margin-bottom: 0;
  margin-top: 0;
}

.pub-name {
  display: list-item;
  font-size: 1.0rem;
  line-height: 1.1rem;
  color: #005f75;
  margin-left: 25px;
  margin-top: 0.4rem;
  text-decoration: none;
}

#Report_List .pub-name {
  font-style: italic;
}

a.pub-name:hover {
  color: #005F75;
}

.pub-name.sub-item {
  font-size: 0.9rem;
  line-height: 1.0rem;
  margin-left: 40px;
  margin-top: 0.3rem;
}


.report_list_heading h1 {
	text-align: center;
}

.report_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-left: 0;
}

.report_cover {
	list-style: none;
	margin: auto;
	display: flex;
}
.report_cover img {
	width: 100%;
	max-width: 300px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border: 1px solid #005f75;
	margin: 2%;
}

/*#endregion*/

/* APMs */
/*#region*/

.APM-model {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.APM-model h1 {

}

.APM-model h2 {

}

.APM-model-info p {

}

.APM-model-links {

}

.APM-model-links a {
  text-decoration: none;
}


/*#endregion*/

/* About */
/*#region*/

#About {
  background-color: white;
}

#About .grid {
  --bs-gap: 0;
}

#About h1 {
  margin-top: 0.5rem;
}

#About p {
  font-size: 0.95rem;
  line-height: 0.95rem;
}

.about-col-left {
  margin-left:0;
  margin-right:0;
}

.about-col-right {
  margin-left:0;
  margin-right:0;
  padding-left:10px;
  padding-right:10px;
  border-top: 1px solid #005F75;
}

@media (min-width: 576px) {
  .about-col-right {
    border-top: none;
    border-left: 1px solid #005F75;
  }
}

.about-col-sub-first {
  margin-left:0;
  margin-right:0;
  padding-left:10px;
  padding-right:10px;
}

.about-col-sub {
  margin-left:0;
  margin-right:0;
  padding-left:10px;
  padding-right:10px;
  border-top: 1px solid #005F75;
}

.about-indent {
  padding-left: 10px;
}

.leadership-photo {
  float:right;
	width: auto; 
  max-width:30%; 
  margin-top: 5px;
  margin-left:5px;
  margin-bottom:5px;
}

.bio-link {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.news-item {
  font-size: .95rem;
  line-height: .95rem;
  padding-bottom: 10px;
}

.news-item-quote p {
  font-style: italic;
  margin-bottom: 0.5rem;
}

.news-item-source {
  text-align: right;
  text-decoration: none;
}

.news-item-source a {
  text-decoration: none;
}


/*#endregion*/
