﻿/* .TechArch.CSS 1.0 10/20/19 */
html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

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: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    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
}
/* End extract */
html, body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.TechArch-serif {
    font-family: serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.TechArch-wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.TechArch-image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

.TechArch-table, .TechArch-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.TechArch-table-all {
    border: 1px solid #ccc
}

    .TechArch-bordered tr, .TechArch-table-all tr {
        border-bottom: 1px solid #ddd
    }

.TechArch-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.TechArch-table-all tr:nth-child(odd) {
    background-color: #fff
}

.TechArch-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.TechArch-hoverable tbody tr:hover, .TechArch-ul.TechArch-hoverable li:hover {
    background-color: #ccc
}

.TechArch-centered tr th, .TechArch-centered tr td {
    text-align: center
}

.TechArch-table td, .TechArch-table th, .TechArch-table-all td, .TechArch-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

    .TechArch-table th:first-child, .TechArch-table td:first-child, .TechArch-table-all th:first-child, .TechArch-table-all td:first-child {
        padding-left: 16px
    }

.TechArch-btn, .TechArch-button {
    border:groove;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow:visible;
    text-decoration: none;
    color: red;
    background-color: red;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

    .TechArch-btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.TechArch-btn, .TechArch-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .TechArch-disabled, .TechArch-btn:disabled, .TechArch-button:disabled {
        cursor: not-allowed;
        opacity: 0.3
    }

        .TechArch-disabled *, :disabled * {
            pointer-events: none
        }

        .TechArch-btn.TechArch-disabled:hover, .TechArch-btn:disabled:hover {
            box-shadow: none
        }

.TechArch-badge, .TechArch-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.TechArch-badge {
    border-radius: 50%
}

.TechArch-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .TechArch-ul li {
        padding: 8px 16px;
        border-bottom: 1px solid #ddd
    }

        .TechArch-ul li:last-child {
            border-bottom: none
        }

.TechArch-tooltip, .TechArch-display-container {
    position: relative
}

    .TechArch-tooltip .TechArch-text {
        display: none
    }

    .TechArch-tooltip:hover .TechArch-text {
        display: inline-block
    }

.TechArch-ripple:active {
    opacity: 0.5
}

.TechArch-ripple {
    transition: opacity 0s
}

.TechArch-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.TechArch-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.TechArch-dropdown-click, .TechArch-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .TechArch-dropdown-hover:hover .TechArch-dropdown-content {
        display: block
    }

    .TechArch-dropdown-hover:first-child, .TechArch-dropdown-click:hover {
        background-color: #ccc;
        color: #000
    }

        .TechArch-dropdown-hover:hover > .TechArch-button:first-child, .TechArch-dropdown-click:hover > .TechArch-button:first-child {
            background-color: #ccc;
            color: #000
        }

.TechArch-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.TechArch-check, .TechArch-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.TechArch-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.TechArch-bar-block .TechArch-dropdown-hover, .TechArch-bar-block .TechArch-dropdown-click {
    width: 100%
}

    .TechArch-bar-block .TechArch-dropdown-hover .TechArch-dropdown-content, .TechArch-bar-block .TechArch-dropdown-click .TechArch-dropdown-content {
        min-width: 100%
    }

    .TechArch-bar-block .TechArch-dropdown-hover .TechArch-button, .TechArch-bar-block .TechArch-dropdown-click .TechArch-button {
        width: 100%;
        text-align: left;
        padding: 8px 16px
    }

.TechArch-main, #main {
    transition: margin-left .4s
}

.TechArch-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4)
}

.TechArch-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.TechArch-bar {
    width: 100%;
    overflow: hidden
}

.TechArch-center .TechArch-bar {
    display: inline-block;
    width: auto
}

.TechArch-bar .TechArch-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.TechArch-bar .TechArch-dropdown-hover, .TechArch-bar .TechArch-dropdown-click {
    position: static;
    float: left
}

.TechArch-bar .TechArch-button {
    white-space: normal
}

.TechArch-bar-block .TechArch-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.TechArch-bar-block.TechArch-center .TechArch-bar-item {
    text-align: center
}

.TechArch-block {
    display: block;
    width: 100%
}

.TechArch-responsive {
    display: block;
    overflow-x: auto
}

.TechArch-container:after, .TechArch-container:before, .TechArch-panel:after, .TechArch-panel:before, .TechArch-row:after, .TechArch-row:before, .TechArch-row-padding:after, .TechArch-row-padding:before,
.TechArch-cell-row:before, .TechArch-cell-row:after, .TechArch-clear:after, .TechArch-clear:before, .TechArch-bar:before, .TechArch-bar:after {
    content: "";
    display: table;
    clear: both
}

.TechArch-col, .TechArch-half, .TechArch-third, .TechArch-twothird, .TechArch-threequarter, .TechArch-quarter {
    float: left;
    width: 100%
}

    .TechArch-col.s1 {
        width: 8.33333%
    }

    .TechArch-col.s2 {
        width: 16.66666%
    }

    .TechArch-col.s3 {
        width: 24.99999%
    }

    .TechArch-col.s4 {
        width: 33.33333%
    }

    .TechArch-col.s5 {
        width: 41.66666%
    }

    .TechArch-col.s6 {
        width: 49.99999%
    }

    .TechArch-col.s7 {
        width: 58.33333%
    }

    .TechArch-col.s8 {
        width: 66.66666%
    }

    .TechArch-col.s9 {
        width: 74.99999%
    }

    .TechArch-col.s10 {
        width: 83.33333%
    }

    .TechArch-col.s11 {
        width: 91.66666%
    }

    .TechArch-col.s12 {
        width: 99.99999%
    }

@media (min-width:601px) {
    .TechArch-col.m1 {
        width: 8.33333%
    }

    .TechArch-col.m2 {
        width: 16.66666%
    }

    .TechArch-col.m3, .TechArch-quarter {
        width: 24.99999%
    }

    .TechArch-col.m4, .TechArch-third {
        width: 33.33333%
    }

    .TechArch-col.m5 {
        width: 41.66666%
    }

    .TechArch-col.m6, .TechArch-half {
        width: 49.99999%
    }

    .TechArch-col.m7 {
        width: 58.33333%
    }

    .TechArch-col.m8, .TechArch-twothird {
        width: 66.66666%
    }

    .TechArch-col.m9, .TechArch-threequarter {
        width: 74.99999%
    }

    .TechArch-col.m10 {
        width: 83.33333%
    }

    .TechArch-col.m11 {
        width: 91.66666%
    }

    .TechArch-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .TechArch-col.l1 {
        width: 8.33333%
    }

    .TechArch-col.l2 {
        width: 16.66666%
    }

    .TechArch-col.l3 {
        width: 24.99999%
    }

    .TechArch-col.l4 {
        width: 33.33333%
    }

    .TechArch-col.l5 {
        width: 41.66666%
    }

    .TechArch-col.l6 {
        width: 49.99999%
    }

    .TechArch-col.l7 {
        width: 58.33333%
    }

    .TechArch-col.l8 {
        width: 66.66666%
    }

    .TechArch-col.l9 {
        width: 74.99999%
    }

    .TechArch-col.l10 {
        width: 83.33333%
    }

    .TechArch-col.l11 {
        width: 91.66666%
    }

    .TechArch-col.l12 {
        width: 99.99999%
    }
}

.TechArch-rest {
    overflow: hidden
}

.TechArch-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.TechArch-content, .TechArch-auto {
    margin-left: auto;
    margin-right: auto
}

.TechArch-content {
    max-width: 980px
}

.TechArch-auto {
    max-width: 1140px
}

.TechArch-cell-row {
    display: table;
    width: 100%
}

.TechArch-cell {
    display: table-cell
}

.TechArch-cell-top {
    vertical-align: top
}

.TechArch-cell-middle {
    vertical-align: middle
}

.TechArch-cell-bottom {
    vertical-align: bottom
}

.TechArch-hide {
    display: none !important
}

.TechArch-show-block, .TechArch-show {
    display: block !important
}

.TechArch-show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .TechArch-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .TechArch-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .TechArch-modal {
        padding-top: 30px
    }

    .TechArch-dropdown-hover.TechArch-mobile .TechArch-dropdown-content, .TechArch-dropdown-click.TechArch-mobile .TechArch-dropdown-content {
        position: relative
    }

    .TechArch-hide-small {
        display: none !important
    }

    .TechArch-mobile {
        display: block;
        width: 100% !important
    }

    .TechArch-bar-item.TechArch-mobile, .TechArch-dropdown-hover.TechArch-mobile, .TechArch-dropdown-click.TechArch-mobile {
        text-align: center
    }

        .TechArch-dropdown-hover.TechArch-mobile, .TechArch-dropdown-hover.TechArch-mobile .TechArch-btn, .TechArch-dropdown-hover.TechArch-mobile .TechArch-button, .TechArch-dropdown-click.TechArch-mobile, .TechArch-dropdown-click.TechArch-mobile .TechArch-btn, .TechArch-dropdown-click.TechArch-mobile .TechArch-button {
            width: 100%
        }
}

@media (max-width:768px) {
    .TechArch-modal-content {
        width: 500px
    }

    .TechArch-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .TechArch-modal-content {
        width: 900px
    }

    .TechArch-hide-large {
        display: none !important
    }

    .TechArch-sidebar.TechArch-collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .TechArch-hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .TechArch-sidebar.TechArch-collapse {
        display: none
    }

    .TechArch-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .TechArch-auto {
        max-width: 100%
    }
}

.TechArch-top, .TechArch-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.TechArch-top {
    top: 0
}

.TechArch-bottom {
    bottom: 0
}

.TechArch-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2
}

.TechArch-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.TechArch-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.TechArch-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.TechArch-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.TechArch-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.TechArch-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%)
}

.TechArch-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%)
}

.TechArch-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.TechArch-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.TechArch-display-container:hover .TechArch-display-hover {
    display: block
}

.TechArch-display-container:hover span.TechArch-display-hover {
    display: inline-block
}

.TechArch-display-hover {
    display: none
}

.TechArch-display-position {
    position: absolute
}

.TechArch-circle {
    border-radius: 50%
}

.TechArch-round-small {
    border-radius: 2px
}

.TechArch-round, .TechArch-round-medium {
    border-radius: 4px
}

.TechArch-round-large {
    border-radius: 8px
}

.TechArch-round-xlarge {
    border-radius: 16px
}

.TechArch-round-xxlarge {
    border-radius: 32px
}

.TechArch-row-padding, .TechArch-row-padding > .TechArch-half, .TechArch-row-padding > .TechArch-third, .TechArch-row-padding > .TechArch-twothird, .TechArch-row-padding > .TechArch-threequarter, .TechArch-row-padding > .TechArch-quarter, .TechArch-row-padding > .TechArch-col {
    padding: 0 8px
}

.TechArch-container, .TechArch-panel {
    padding: 0.01em 16px
}

.TechArch-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.TechArch-code, .TechArch-codespan {
    font-family: Consolas,"courier new";
    font-size: 16px
}

.TechArch-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.TechArch-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.TechArch-card, .TechArch-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.TechArch-card-4, .TechArch-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}

.TechArch-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.TechArch-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.TechArch-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.TechArch-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.TechArch-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.TechArch-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.TechArch-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.TechArch-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.TechArch-animate-input {
    transition: width 0.4s ease-in-out
}

    .TechArch-animate-input:focus {
        width: 100% !important
    }

.TechArch-opacity, .TechArch-hover-opacity:hover {
    opacity: 0.60
}

.TechArch-opacity-off, .TechArch-hover-opacity-off:hover {
    opacity: 1
}

.TechArch-opacity-max {
    opacity: 0.25
}

.TechArch-opacity-min {
    opacity: 0.75
}

.TechArch-greyscale-max, .TechArch-grayscale-max, .TechArch-hover-greyscale:hover, .TechArch-hover-grayscale:hover {
    filter: grayscale(100%)
}

.TechArch-greyscale, .TechArch-grayscale {
    filter: grayscale(75%)
}

.TechArch-greyscale-min, .TechArch-grayscale-min {
    filter: grayscale(50%)
}

.TechArch-sepia {
    filter: sepia(75%)
}

.TechArch-sepia-max, .TechArch-hover-sepia:hover {
    filter: sepia(100%)
}

.TechArch-sepia-min {
    filter: sepia(50%)
}

.TechArch-tiny {
    font-size: 10px !important
}

.TechArch-small {
    font-size: 12px !important
}

.TechArch-medium {
    font-size: 15px !important
}

.TechArch-large {
    font-size: 18px !important
}

.TechArch-xlarge {
    font-size: 24px !important
}

.TechArch-xxlarge {
    font-size: 36px !important
}

.TechArch-xxxlarge {
    font-size: 48px !important
}

.TechArch-jumbo {
    font-size: 64px !important
}

.TechArch-left-align {
    text-align: left !important
}

.TechArch-right-align {
    text-align: right !important
}

.TechArch-justify {
    text-align: justify !important
}

.TechArch-center {
    text-align: center !important
}

.TechArch-border-0 {
    border: 0 !important
}

.TechArch-border {
    border: 1px solid #ccc !important
}

.TechArch-border-top {
    border-top: 1px solid #ccc !important
}

.TechArch-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.TechArch-border-left {
    border-left: 1px solid #ccc !important
}

.TechArch-border-right {
    border-right: 1px solid #ccc !important
}

.TechArch-topbar {
    border-top: 6px solid #ccc !important
}

.TechArch-bottombar {
    border-bottom: 6px solid #ccc !important
}

.TechArch-leftbar {
    border-left: 6px solid #ccc !important
}

.TechArch-rightbar {
    border-right: 6px solid #ccc !important
}

.TechArch-section, .TechArch-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.TechArch-margin {
    margin: 16px !important
}

.TechArch-margin-top {
    margin-top: 16px !important
}

.TechArch-margin-bottom {
    margin-bottom: 16px !important
}

.TechArch-margin-left {
    margin-left: 16px !important
}

.TechArch-margin-right {
    margin-right: 16px !important
}

.TechArch-padding-small {
    padding: 4px 8px !important
}

.TechArch-padding {
    padding: 8px 16px !important
}

.TechArch-padding-large {
    padding: 12px 24px !important
}

.TechArch-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.TechArch-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.TechArch-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.TechArch-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.TechArch-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.TechArch-left {
    float: left !important
}

.TechArch-right {
    float: right !important
}

.TechArch-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.TechArch-transparent, .TechArch-hover-none:hover {
    background-color: transparent !important
}

.TechArch-hover-none:hover {
    box-shadow: none !important
}
/* Colors */
.TechArch-amber, .TechArch-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.TechArch-aqua, .TechArch-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.TechArch-blue, .TechArch-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.TechArch-light-blue, .TechArch-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.TechArch-brown, .TechArch-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.TechArch-cyan, .TechArch-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.TechArch-blue-grey, .TechArch-hover-blue-grey:hover, .TechArch-blue-gray, .TechArch-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.TechArch-green, .TechArch-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.TechArch-light-green, .TechArch-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.TechArch-indigo, .TechArch-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.TechArch-khaki, .TechArch-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.TechArch-lime, .TechArch-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.TechArch-orange, .TechArch-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.TechArch-deep-orange, .TechArch-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.TechArch-pink, .TechArch-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.TechArch-purple, .TechArch-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.TechArch-deep-purple, .TechArch-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.TechArch-red, .TechArch-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.TechArch-sand, .TechArch-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.TechArch-teal, .TechArch-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.TechArch-yellow, .TechArch-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.TechArch-white, .TechArch-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.TechArch-black, .TechArch-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.TechArch-grey, .TechArch-hover-grey:hover, .TechArch-gray, .TechArch-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.TechArch-light-grey, .TechArch-hover-light-grey:hover, .TechArch-light-gray, .TechArch-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.TechArch-dark-grey, .TechArch-hover-dark-grey:hover, .TechArch-dark-gray, .TechArch-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.TechArch-pale-red, .TechArch-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.TechArch-pale-green, .TechArch-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.TechArch-pale-yellow, .TechArch-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.TechArch-pale-blue, .TechArch-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}

.TechArch-text-amber, .TechArch-hover-text-amber:hover {
    color: #ffc107 !important
}

.TechArch-text-aqua, .TechArch-hover-text-aqua:hover {
    color: #00ffff !important
}

.TechArch-text-blue, .TechArch-hover-text-blue:hover {
    color: #2196F3 !important
}

.TechArch-text-light-blue, .TechArch-hover-text-light-blue:hover {
    color: #87CEEB !important
}

.TechArch-text-brown, .TechArch-hover-text-brown:hover {
    color: #795548 !important
}

.TechArch-text-cyan, .TechArch-hover-text-cyan:hover {
    color: #00bcd4 !important
}

.TechArch-text-blue-grey, .TechArch-hover-text-blue-grey:hover, .TechArch-text-blue-gray, .TechArch-hover-text-blue-gray:hover {
    color: #607d8b !important
}

.TechArch-text-green, .TechArch-hover-text-green:hover {
    color: #4CAF50 !important
}

.TechArch-text-light-green, .TechArch-hover-text-light-green:hover {
    color: #8bc34a !important
}

.TechArch-text-indigo, .TechArch-hover-text-indigo:hover {
    color: #3f51b5 !important
}

.TechArch-text-khaki, .TechArch-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.TechArch-text-lime, .TechArch-hover-text-lime:hover {
    color: #cddc39 !important
}

.TechArch-text-orange, .TechArch-hover-text-orange:hover {
    color: #ff9800 !important
}

.TechArch-text-deep-orange, .TechArch-hover-text-deep-orange:hover {
    color: #ff5722 !important
}

.TechArch-text-pink, .TechArch-hover-text-pink:hover {
    color: #e91e63 !important
}

.TechArch-text-purple, .TechArch-hover-text-purple:hover {
    color: #9c27b0 !important
}

.TechArch-text-deep-purple, .TechArch-hover-text-deep-purple:hover {
    color: #673ab7 !important
}

.TechArch-text-red, .TechArch-hover-text-red:hover {
    color: #f44336 !important
}

.TechArch-text-sand, .TechArch-hover-text-sand:hover {
    color: #fdf5e6 !important
}

.TechArch-text-teal, .TechArch-hover-text-teal:hover {
    color: #009688 !important
}

.TechArch-text-yellow, .TechArch-hover-text-yellow:hover {
    color: #d2be0e !important
}

.TechArch-text-white, .TechArch-hover-text-white:hover {
    color: #fff !important
}

.TechArch-text-black, .TechArch-hover-text-black:hover {
    color: #000 !important
}

.TechArch-text-grey, .TechArch-hover-text-grey:hover, .TechArch-text-gray, .TechArch-hover-text-gray:hover {
    color: #757575 !important
}

.TechArch-text-light-grey, .TechArch-hover-text-light-grey:hover, .TechArch-text-light-gray, .TechArch-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.TechArch-text-dark-grey, .TechArch-hover-text-dark-grey:hover, .TechArch-text-dark-gray, .TechArch-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.TechArch-border-amber, .TechArch-hover-border-amber:hover {
    border-color: #ffc107 !important
}

.TechArch-border-aqua, .TechArch-hover-border-aqua:hover {
    border-color: #00ffff !important
}

.TechArch-border-blue, .TechArch-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.TechArch-border-light-blue, .TechArch-hover-border-light-blue:hover {
    border-color: #87CEEB !important
}

.TechArch-border-brown, .TechArch-hover-border-brown:hover {
    border-color: #795548 !important
}

.TechArch-border-cyan, .TechArch-hover-border-cyan:hover {
    border-color: #00bcd4 !important
}

.TechArch-border-blue-grey, .TechArch-hover-border-blue-grey:hover, .TechArch-border-blue-gray, .TechArch-hover-border-blue-gray:hover {
    border-color: #607d8b !important
}

.TechArch-border-green, .TechArch-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.TechArch-border-light-green, .TechArch-hover-border-light-green:hover {
    border-color: #8bc34a !important
}

.TechArch-border-indigo, .TechArch-hover-border-indigo:hover {
    border-color: #3f51b5 !important
}

.TechArch-border-khaki, .TechArch-hover-border-khaki:hover {
    border-color: #f0e68c !important
}

.TechArch-border-lime, .TechArch-hover-border-lime:hover {
    border-color: #cddc39 !important
}

.TechArch-border-orange, .TechArch-hover-border-orange:hover {
    border-color: #ff9800 !important
}

.TechArch-border-deep-orange, .TechArch-hover-border-deep-orange:hover {
    border-color: #ff5722 !important
}

.TechArch-border-pink, .TechArch-hover-border-pink:hover {
    border-color: #e91e63 !important
}

.TechArch-border-purple, .TechArch-hover-border-purple:hover {
    border-color: #9c27b0 !important
}

.TechArch-border-deep-purple, .TechArch-hover-border-deep-purple:hover {
    border-color: #673ab7 !important
}

.TechArch-border-red, .TechArch-hover-border-red:hover {
    border-color: #f44336 !important
}

.TechArch-border-sand, .TechArch-hover-border-sand:hover {
    border-color: #fdf5e6 !important
}

.TechArch-border-teal, .TechArch-hover-border-teal:hover {
    border-color: #009688 !important
}

.TechArch-border-yellow, .TechArch-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.TechArch-border-white, .TechArch-hover-border-white:hover {
    border-color: #fff !important
}

.TechArch-border-black, .TechArch-hover-border-black:hover {
    border-color: #000 !important
}

.TechArch-border-grey, .TechArch-hover-border-grey:hover, .TechArch-border-gray, .TechArch-hover-border-gray:hover {
    border-color: #9e9e9e !important
}

.TechArch-border-light-grey, .TechArch-hover-border-light-grey:hover, .TechArch-border-light-gray, .TechArch-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important
}

.TechArch-border-dark-grey, .TechArch-hover-border-dark-grey:hover, .TechArch-border-dark-gray, .TechArch-hover-border-dark-gray:hover {
    border-color: #616161 !important
}

.TechArch-border-pale-red, .TechArch-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important
}

.TechArch-border-pale-green, .TechArch-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important
}

.TechArch-border-pale-yellow, .TechArch-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important
}

.TechArch-border-pale-blue, .TechArch-hover-border-pale-blue:hover {
    border-color: #e7ffff !important
}
