/*!
Theme Name: alpha
Author: Silent Partners Media Group
Author URI: https://silentpartners.io
Version: 1.6.20221108
License: Strict no re-use. Copyright will be enforced.
Text Domain: alpha

         __      __
  ____ _/ /___  / /_  ____ _
 / __ `/ / __ \/ __ \/ __ `/
/ /_/ / / /_/ / / / / /_/ /
\__,_/_/ .___/_/ /_/\__,_/
      /_/
                v1.6  */


/* Preloader */

#preloader {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

#status {
    position: absolute;
    width: 48px;
    height: auto;
    top: 45%;
    left: 50%;
    right: auto;
    background: none;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#status svg {
    width: 100%;
}

#status svg .icon-stroke {
    stroke: rgba(0, 0, 0, 1);
}

/* NORMALIZE CSS */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.4em;
}

img {
    border-style: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 2;
    margin: 0;
    cursor: pointer;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 0;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* alpha normalize */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

/* end normalize */


/*       __             __  __
   _____/ /_____ ______/ /_/ /
  / ___/ __/ __ `/ ___/ __/ /
 (__  ) /_/ /_/ / /  / /_/_/
/____/\__/\__,_/_/   \__(_) */


/* sss START YOUR ENGINES sss */


/* eee Elements eee */

body {
    background: #fff;
}

/* prevent scrolling when the mobile menu is active */
body.active {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    /* Turned off for position: sticky */
    /* via https://university.webflow.com/article/position-sticky#troubleshooting-position-sticky */
    /* overflow: hidden; */
}

hr {
    float: left;
    width: 100%;
    height: 1px;
    margin: 40px 0;
    background-color: rgba(0,0,0,0.1);
    border: 0;
}

p ~ hr {
    margin: 0 0 40px 0;
}

ul,
ol {
    float: left;
    width: 100%;
    margin: 0 0 1.5em .5em;
    padding: 0 1em;
}

p + ul, p + ol {
    margin: -1.5em 0 1.5em .5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0;
    padding: 0 1em;
}

ul.fancy {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.fancy li {
    padding: 10px 0 10px 20px;
}

ul.fancy li:before {
    content: '\26AC';
    float: left;
    margin: 0 10px 0 -20px;
    width: 10px;
    height: auto;
    color: #00ffa7;
}

ul.inline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul.inline li {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 1.5em 0;
}

img {
    float: left;
    height: auto;
    max-width: 100%;
}

td img {
    float: none;
}

/* Lazy load fade
img {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}
*/

figure {
    margin: 0 0 1em 0;
}

/* Tables */

table {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
}

tr th {
    padding: 10px;
    text-align: left;
}

tr td {
    line-height: 1.4;
    padding: 14px 12px;
    background: rgba(0, 0, 0, 0.04);
}

tr:nth-child(even) td {
    background: rgba(0, 0, 0, 0.02);
}

tr:hover {
    background: rgba(0, 0, 0, 0.04);
}

tr td:hover {
    background: rgba(0, 0, 0, 0.04);
}

thead tr,
thead tr:hover,
.tabs tr:first-child:hover,
.tabs tr:first-child td,
.tabs tr td:first-child {
    background: none;
}

time {
    float: left;
    clear: both;
}

/* Branding */

.site-branding {
    display: block;
    z-index: 1;
    float: left;
    opacity: 1;
}

.site-branding a,
.site-branding a img,
.site-branding a svg {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    max-width: 100%;
}

.site-branding svg.logo.alt {
    display: none;
}
