/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

/*
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
*/

h1 {
 font-family:Roboto;
 font-size:20px;
}

h2.wp-block-heading {
 font-family:Roboto;
 font-size:20px;
}

h2.entry-title {
 font-family:Roboto;
}

h3 {
 font-family:Roboto;
 font-size:22px;
}

a {
 color: #2F54AF;
}

a {
 color:#555;
 background-color:#eee;
}

@media (hover: hover) {
a:hover {
 color:#fff;
 background-color:#2F54AF;
}
}

a.ukalink, a.more-link, h2.entry-title a, a.facetwp-page {
	background:none;
	color: #2F54AF;
}

a.ukalink2 {
	background:none;
	color: #6C4A91;
}

@media (hover: hover) {
a.ukalink:hover, a.more-link:hover, h2.entry-title a:hover, a.facetwp-page:hover {
 color:#2F54AF;
}
a.ukalink2:hover {
	color: #6C4A91;
}
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
 border: 2px solid #eee;
 color: #555;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
 color: #555;
}

input[type="submit"], input[type="button"], button {
 color:#555;
 background-color:#ffbb2e;
 border-radius: 5px;
 font-family:Roboto;
 outline:0;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, button:hover, button:active, button:focus {
 color:#ffbb2e;
 background-color:#555;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
 border: 2px solid #2F54AF;
 outline:0;
 margin-bottom: 0;
}

input[type="file"] {
 font-family:Roboto;
}

input::file-selector-button {
	font-family:Roboto;
	 border:0;
	 border-radius: 3px;
	padding: 0.5em;
	color:#555;
 	background-color:#ffbb2e;
}

input::file-selector-button:hover {
 color:#ffbb2e;
 background-color:#555;
}

div.uka2 input::file-selector-button {
	background-color: #6C4A91;
}

.hentry {
	margin: 0;
	padding: 0;
	border: 0;
}

div#container {
	padding: 0 1.4em;
	margin: 0 0 1.6em;
}
#footer {
	text-align: center;
}
@media screen and (min-width: 50em) {
	div#container {
    	padding: 0 3.75em;
	}
}

div#wrapper {
	max-width: 800px;
    margin: 0 auto;
}
body {
	font-family: Roboto;
	color:#555;
}

ul.tml-links {
	margin: 0;
	padding: 0;
}
ul.tml-links li {
	list-style: none;
}
ul.tml-links a, ul.tml-messages a, ul.tml-errors a {
	color: #2F54AF;
	background-color: transparent;
}

.corep {
	margin-left:10px;
	padding: 3px 5px;
	background-color:#555;
	color:#fff;
	border-radius:10px;
}

.pv {
	margin-left:10px;
	padding: 2px 4px;
	background-color:#fff;
	color:#555;
	border-radius:10px;
	border:1px solid #555;
}

th {
	text-align: left;
	padding: 0px 5px 5px 0px;
}

td {
	word-break: break-all;
	padding: 0px 5px 5px 0px;
}

tr.nowrap td {
	word-break: normal;
}

table {
	border-spacing: 5px;
}

tr:hover {
	background-color: #eee;
}

a.swb, a.swbe {
	margin-left: 10px;
	padding: 2px 10px;
	background-color: #6c4a91;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	font-weight:bold;
	text-decoration: none;
}

a.swbe {
	background-color: #2F54AF;
}

i {
    margin-left: -30px;
    cursor: pointer;
}

/*
i.clear {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 40px;
    height: 100%;
    padding: 0 10px 0 15px;
    line-height: 1;
    cursor: pointer;
    background: transparent url("/preview/wp-content/plugins/facetwp/assets/images/icon-close.png") 6px 50% no-repeat;
    background-size: 14px 14px;
    opacity: 0.5;
    z-index: 1000;
}
*/

@font-face {
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/fonts/bootstrap-icons.woff?4601c71fb26c9277391ec80789bfde9c") format("woff"),
url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/fonts/bootstrap-icons.woff2?4601c71fb26c9277391ec80789bfde9c") format("woff2");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-eye-slash::before { content: "\f320"; }
.bi-eye::before { content: "\f321"; }
.bi-envelope::before { content: "\f30f"; }
.bi-check::before { content: "\f26a"; }
.bi-alert::before { content: "\f312"; }
.bi-alert { color:#ce2440; }
.bi-download, .bi-envelope, .bi-save, .bi-check, .bi-alert { padding-right: 10px; font-size:20px; }
.bi-chevron, .bi-chevronup { padding-right: 0px; font-size:20px; }
.bi-save::before { content: "\f4fd"; }
.bi-download::before { content: "\f2ea"; }
.bi-chevron::before { content: "\f282"; }
.bi-chevronup::before { content: "\f286"; }

div.uka h3, div.uka2 h3 {
 font-family:Roboto;
 font-size:20px;
}

a.uka, a.uka3 {
 color:#555;
 background-color:#eee;
}

@media (hover: hover) {
a.uka:hover, a.uka:focus {
 color:#ffbb2e;
 background-color:#555;
}
}

a.answer {
 color: #fff;
 background-color:#77787b;
}

@media (hover: hover) {
a.uka3:hover, a.uka3:focus {
 color:#fff;
 background-color:#41206d;
}
}

a.uka1, input.uka1, a.uka1:visited {
 color:#555;
 background-color:#ffbb2e;
 font-family:Roboto;
 font-weight:bold;
 border-radius: 5px;
 text-transform:none;
}

a.uka1:hover, input.uka1:hover, input.uka1:active, a.uka1:active, a.uka1:focus {
 color:#ffbb2e;
 background-color:#555;
}

a.uka2, input.uka2, a.uka2:visited {
 color:#fff;
 background-color:#6C4A91;
 font-family:Roboto;
 border-radius: 5px;
 text-transform:none;
}

a.uka2:hover, input.uka2:hover, input.uka2:active, a.uka2:active, a.uka2:focus {
 color:#fff;
 background-color:#41206d !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, #infinite-handle span {
 padding: 1.2em 1.6em;
 text-transform: none;
}

div.uka input[type="text"]:focus, div.uka textarea:focus {
 border: 2px solid #2F54AF;
 outline:0;
 margin-bottom: 0;
}

div.uka2 input[type="text"]:focus, div.uka2 textarea:focus, div.uka2 input[type="password"]:focus, div#saveform input[type="text"]:focus {
 border: 2px solid #6C4A91;
 outline:0;
 margin-bottom: 0;
}

div.uka2 input[type="submit"],div.uka2 input::file-selector-button:hover {
 background-color:#6C4A91;
}

.facetwp-input-wrap {
 width:100%;
}

input.facetwp-search {
 margin-bottom: 1px !important;
 border-width: 1px !important;
 width:100%;
}

input.facetwp-search:focus {
 border: 2px solid #2F54AF !important;
 margin-bottom: 0 !important;
}

select {
 font-family:Roboto;
 padding:3px;
 border-radius: 3px;
 border: 2px solid #eee;
 outline-color: #2F54AF;
}

div.uka2 select {
 outline-color: #6C4A91;
}

div.uka input[type="checkbox"], div.uka input[type="radio"] {
 accent-color:#2F54AF;
}

div.uka2 input[type="checkbox"],div.uka2 input[type="radio"] {
 accent-color:#6C4A91;
}

.m_outer {
	margin-bottom:10px;
	width:100%;
	clear:both;
	height:10px;
	float:left;
	background-color:#eee;
}

.m, .catname {
    position: relative;
    display: inline-block;
	float:left;
	height:100%; 
}

img.catimg {
	margin-top: 25px;
	margin-bottom: 15px;
}

.m_base1 {
	background-color: #AA2FAF99;
}

.m_rise1 {
	background-color: #AA2FAFFF;
}

.m_fall1 {
	background-color: #AA2FAF33;
}

.m_base2 {
	background-color: #752FAF99;
}

.m_rise2 {
	background-color: #752FAFFF;
}

.m_fall2 {
	background-color: #752FAF33;
}

.m_base3 {
	background-color: #3F2FAF99;
}

.m_rise3 {
	background-color: #3F2FAFFF;
}

.m_fall3 {
	background-color: #3F2FAF33;
}

.m_base4 {
	background-color: #2F54AF99;
}

.m_rise4 {
	background-color: #2F54AFFF;
}

.m_fall4 {
	background-color: #2F54AF33;
}

.m_base5 {
	background-color: #2F89AF99;
}

.m_rise5 {
	background-color: #2F89AFFF;
}

.m_fall5 {
	background-color: #2F89AF33;
}

.wp-block-search__inside-wrapper {
	border: 0;
}

.facetwp-hidden {
	display: block !important;
}

.facetwp-slider-reset { display: none !important; }


@media screen and (min-width: 800px) {

#hdimg {
	display: block;
	margin: 0 calc(50% - 50vw) 20px;
	background-color: #ffbb2e;
	padding: 0 calc(50vw - 50%);
	line-height: 0;
	
	/*
	margin: 0 -200px 20px;
    padding: 0 200px; */
}

.hdimgc {
	background-color: #6C4A91 !important;
}

#hdimg img {
	margin-bottom: 0 !important;
}

div#sleft {
	margin-left: -200px;
	width: 360px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	float: left;
	display: block !important;
}

div#smain {
	margin: 0 -200px 0 40px;
	float: left;
	width: 100%;
}

h1#stitle {
	margin-left: -200px;
}

div#sfilter {
	display: none;
}

}

.flyout-row h3 {
	display: none;
}

.name-overall_score h3, .name-org_type h3, .name-categories h3 {
	display: block;
	font-family: Roboto;
	font-size: 18px;
	margin-bottom: 20px;
}

.facetwp-type-search i.clear {
    position: absolute;
    right: 30px;
    height: 100%;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    opacity: 0.3;
    width: 24px;
    height: 100%;
    background: transparent url('/preview/wp-content/plugins/facetwp/assets/images/icon-close.png') 6px 50% no-repeat;
    background-size: 14px 14px;
}
 
.facetwp-type-search i.clear:hover {
    opacity: 0.8;
}
 
/* no clear icon  while the Search facet is loading */
/* and when an auto-refresh is running */
.facetwp-type-search .f-loading + input + i.clear,
.facetwp-type-search .loading + i.clear,
.facetwp-search:placeholder-shown + i.clear  {
    display: none !important;
}
 
.facetwp-facet input.facetwp-search {
    padding-right: 54px;
}

.more-link {
	display: inline;
}

.facetwp-pager {
	text-align: center;
}

div.tab {
	border-bottom: 1px solid #77787B;
	padding-bottom: 4px;
	width: 100%;
}

div.tab span {
	border-bottom: 5px solid #6C4A91;
	padding: 10px 20px 5px;
	font-weight: bold;
	color: #6C4A91;
	margin-top: 5px;
}

div.tab a {
	padding: 10px 20px 9px;
	color: #555;
}			

div.tab a:hover, div.tab a:focus {
	text-decoration: none;
	color: #555;
	background-color: #eee;	
}

div.tab span.dftab {
	border-bottom: 5px solid #2F54AF;
	color: #2F54AF;
}

div.qtip-content {
 font-size: 14px;
 line-height: 1.2;

}

span.wpcf7-list-item {
 display:block;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  float: left;
  margin: -5px 0px;
  height: 20px;
  border-radius: 5px;
  width: 20px;
  border: 2px solid #fff;
}

.p1 {
  background-color: #AA2FAF;
}

.p2 {
  background-color: #752FAF;
}

.p3 {
  background-color: #3F2FAF;
}

.p4 {
  background-color: #2F54AF;
}

.p5 {
  background-color: #2F89AF;
}

/* Tooltip text */
.tooltip .tooltiptext, .scorett {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.2;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after, .scorett::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext, .m:hover .scorett, .catname:hover .scorett {
  visibility: visible;
  opacity: 1;
}

div.q {
  clear: both;
  float: left;
  width:85%;
}

div.qw {
  width: 100%;
  float: left;
}

div.qw:hover {
  background-color: #eee;
}

a.qw:hover, a.qw:focus {
  color: #555; 
}

a.omlink {
  color: #AA2FAF;
  background-color: transparent;
}

a.pilink {
  color: #752FAF;
  background-color: transparent;
}

a.dilink {
  color: #3F2FAF;
  background-color: transparent;
}

a.delink {
  color: #2F54AF;
  background-color: transparent;
}

a.cslink {
  color: #2F89AF;
  background-color: transparent;
}

a.omlink:hover, a.pilink:hover, a.dilink:hover, a.delink:hover, a.cslink:hover {
  text-decoration: none;
}

.site-info {
  color: #77787b;
}

a.sbutton {
 border-radius:5px;
}

.facetwp-facet-org_model_check .facetwp-counter, .facetwp-facet-perf_impact_check .facetwp-counter, .facetwp-facet-data_insights_check .facetwp-counter, .facetwp-facet-digital_experiences_check .facetwp-counter, .facetwp-facet-acc_inc_sat_check .facetwp-counter {
  display: none;
}

div#key {
 clear:both;
 padding-top:10px;
}

.site-main {
 font-size: 16px;
}

svg text{
  text-anchor: middle;
  dominant-baseline: middle;
}

div.logbox {
  background-color: #eee;
  padding: 10px;
}

.homesub {
  margin-bottom: 10px;
}

.homesub div {
  margin-bottom: 10px;
  font-size: 14px;
}