/*
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
*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");

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%;font:inherit;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}


body {
    font-size: 13px;
    line-height: 21px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*{
	box-sizing:border-box;
}

a, a:visited {
    color: #169fe6;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    -transition: color 0.1s ease-in-out;
}
p {
    margin: 0 0 15px 0;
    line-height: 21px;
}
#container{
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
#wrapper {
    background: #fff;
    width: 1020px;
    margin: 0 auto;
    padding: 0;
}
#header {
    border-top: 5px solid #CFCFCF;
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
#site-title {
    position: relative;
    color: #888;
    border-left: 1px solid #e8e8e8;
    margin: 25px 0 25px 35px;
    padding: 5px 0 5px 20px;
    font-size: 20px;
    width: 700px;
	overflow:hidden;
}
.menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navigation {
    height: 49px;
    width: 1040px;
    margin-left: -10px;
    background-color: #4c4c4c;
    left: 1px;
	display: block;
}
nav.margin-bottom {
    margin-bottom: 1.25rem;
    display: none;
}
.menu a {
    text-decoration: none;
}
.menu li > a {
    display: block;
}
.menu ul > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 15px 20px 16px 20px;
}
li {
    line-height: 18px;
}
.items li {
    line-height: 28px;
}
.menu ul li, .menu ul li a {
    position: relative;
}
.menu ul > li {
    float: left;
}
#navigation ul li:first-child {
    margin-left: -8px;
}
.menu ul > li > a {
    border-right: 1px solid #666;
}
.current-menu-item a {
    background-color: #169fe6;
    border-right: 1px solid #169fe6;
    margin-left: -1px;
    padding-left: 21px;
    z-index: 8;
    position: relative;
}
.current-menu-item a {
    background-color: #CFCFCF;
    border-right: 1px solid #CFCFCF;
}
.left-corner, .right-corner {
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    position: relative;
    top: 49px;
    float: left;
    opacity: 0.58;
    filter: alpha(opacity=58);
}
.left-corner {
    border-color: transparent #888 transparent transparent;
    border-width: 0 9px 9px 0;
    float: left;
    left: 1px;
}
.right-corner {
    border-color: #888 transparent transparent transparent;
    border-width: 9px 9px 0 0;
    float: right;
    right: 1px;
}
main#content {
	padding-top:40px;
    position: relative;
    width: 960px;
    margin: 0 auto;
	min-height: 400px;
}
h4 {
    font-size: 14px;
    line-height: 30px;
	color: #333333;
    font-weight: bold;
}
#content .title {
    margin-bottom: 20px;
}



/* TABLE MAIN PAGE */
table.card {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 3%);
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 3%);
}
table.card th {
    border: 1px solid #e0e0e0;
    border-right: none;
    background-color: #fafafa;
    text-align: left;
    padding: 10px 15px;
    color: #444;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}
table.card th:last-child {
    border-right: 1px solid #e0e0e0;
}
table.card td {
    padding: 10px 15px;
    border: #e0e0e0 1px solid;
    border-top: none;
    border-right: none;
}
table.card td.label {
    width: 30%;
}
table.card td:last-child {
    border-right: 1px solid #e0e0e0;
}
table.card tr:hover td {
    background-color: #fafafa;
}
#container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer {
    background: #4c4c4c;
    width: 1020px;
    padding: 30px 0 31px 0;
    margin: 0 auto;
    font-size: 12px;
	color:#fff;
	overflow: hidden;
}
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
.container .column, .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.container .eight.columns, .container .eight.floated {
    width: 460px;
}
#footer h4 {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #fff;
	line-height: 30px;
}
#footer, #footer p, #footer a {
    color: #ddd;
}

#footer-bottom {
    background: #424242;
    width: 1020px;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 12px;
	overflow: hidden;
}
.copyright {
    color: #aaa;
}
.copyright a, .copyright span {
    color: #eee !important;
}
