/*
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:"Helvetica", sans-serif;
 font-size:20px;
}

a {
 color: #055E57;
}

a {
 color:#333;
 background-color:#f0f0f0;
}

@media (hover: hover) {
a:hover {
 color:#fff;
 background-color:#055E57;
}
}

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

@media (hover: hover) {
a.ukalink:hover, a.more-link:hover, h2.entry-title a:hover, a.facetwp-page:hover {
 color:#055E57;
}
}

input[type="submit"], button[type="submit"], button {
 color:#fff;
 background-color:#055E57;
 border-radius: 10px;
 font-family:"Helvetica", sans-serif;
 outline:0;
}

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

input[type="text"], input[type="email"], input[type="password"], textarea {
 margin-bottom: 1px;
}

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

input[type="file"] {
 font-family:"Helvetica", sans-serif;
}

input::file-selector-button {
	font-family:"Helvetica", sans-serif;
	 border:0;
	 border-radius: 10px;
	padding: 0.5em;
	color:#333;
 	background-color:#f0f0f0;
}

input::file-selector-button:hover {
 color:#fff;
 background-color:#055E57;
}

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

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

div#wrapper {
	max-width: 800px;
    margin: 0 auto;
}
body {
	font-family: "Helvetica", sans-serif;
}

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: #055E57;
	background-color: transparent;
}

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

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

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

@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"; }

div.uka h3 {
 font-family:"Helvetica", sans-serif;
 font-size:20px;
}

a.ukalink {
 color: #055E57;
}

a.uka {
 color:#333;
 background-color:#f0f0f0;
}

@media (hover: hover) {
a.uka:hover {
 color:#fff;
 background-color:#055E57;
}
}

a.uka1, input.uka1 {
 color:#fff;
 background-color:#055E57;
 font-family:"Helvetica", sans-serif;
}

a.uka1:hover, input.uka1:hover, input.uka1:active, a.uka1:active, a.uka1:visited {
 color:#fff;
 background-color:#055E57;
}

div.uka input[type="text"], div.uka textarea {
 margin-bottom: 1px;
}

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

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

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

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

select {
 font-family:"Helvetica", sans-serif;
 padding:3px;
 border-radius: 3px;
 border: 1px solid #ccc;
}

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

.m_base {
	float:left;
	background-color: #055E5799;
	height:100%;
}

.m_rise {
	float:left;
	background-color: #055E57ff;
	height:100%; 
}

.m_fall {
	float:left;
	background-color: #055E5733;
	height:100%; 
}

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

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

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


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

a#hdimg {
	display: block;
	margin: 0 -200px 20px -200px;
	padding: 0;
	line-height: 0;
}

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

a#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 Slab;
	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;
}
