/* BASE COLOR: #028e7f */

/* font colors */
h1, h2, h3, h4, h5 { color: #028e7f; }

/* content header intro */
.content-header p.intro { color: #028e7f; }

/* tabset */
.tabset { background-color: #cfdeda; }

/* tabset header */
.tabset-header { background-color: #028e7f; }
.tabset-header ul li a, .tabset-header ul li a:visited, .tabset-header ul li a:active, .tabset-header ul li a:hover { background-color: #028e7f; }
.tabset-header ul li a:hover, .tabset-header ul li.active a { color: #028e7f; background-color: #cfdeda; }

/* landing page */
.landing-detail { background-color: #028e7f; }
.landing-detail .persona-list a, .landing-detail .persona-list a:visited, .landing-detail .persona-list a:active { color: #028e7f; }

/* persona summary */
.persona-summary { background-color: #028e7f; }
.persona-summary .summary-head h3, .persona-summary .summary-head h4 { }
.persona-summary .summary-body ul.data-list li { color: #028e7f; border-color: #cfdeda; }
.snippet .snippet-table ul li a, .snippet .snippet-table ul li a:visited, .snippet .snippet-table ul li a:active, .snippet .snippet-table ul li a:hover { color: #028e7f; }
.snippet .snippet-table ul li a:hover { color: #028e7f; }

/* snippet of info */
.snippet h4 { background-color: #028e7f; }
.snippet .snippet-table ul li { border-color: #cfdeda; color: #028e7f; }

/* Down Arrow */
.snippet h4:after,
.persona-summary .summary-head:after { border-top-color: #028e7f; }

/* SVG styling */
svg path, svg text { fill: #028e7f; }