/*
Theme Name:		PIDC/Trans-Tech Theme 2023
Author:			John Green @ Phire Group
Author URI:		https://phiregroup.com/
Version:		1.0
*/

/* basic styles */
html {box-sizing: border-box; font: medium sans-serif; color: #000; background-color: #fff;}
*, *::before, *::after {box-sizing: inherit; margin-bottom: 0; text-underline-offset: 1px;}
a {color: inherit;}
a, button {transition-property: border-color, color, background-color; transition-duration: .2s;}
body {margin: 0;}
button {padding: 0; border-width: 0; font: inherit; color: inherit; background-color: transparent; cursor: pointer;}
button::-moz-focus-inner {border: 0;}
img, svg {box-sizing: content-box; height: auto; max-width: 100%;}
svg {display: block;}
[hidden] {display: none !important;}

/* utility classes */
.btn {}
.btn:hover {}
.screen-reader-text {position: absolute; top: 0; left: 0; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;}
.semlist {margin-top: 0; padding-left: 0; list-style: none;}


