/* Minimal W3 subset for this exact page */

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

img {
    border-style: none;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

/* Typography helpers */

.w3-large {
    font-size: 18px !important;
}

.w3-xlarge {
    font-size: 24px !important;
}

.w3-xxlarge {
    font-size: 36px !important;
}

.w3-xxxlarge {
    font-size: 48px !important;
}

.w3-jumbo {
    font-size: 64px !important;
}

.w3-text-red {
    color: #f44336 !important;
}

.w3-opacity {
    opacity: 0.6;
}

/* Colors */

.w3-red {
    color: #fff !important;
    background-color: #f44336 !important;
}

.w3-white {
    color: #000 !important;
    background-color: #fff !important;
}

.w3-black {
    color: #fff !important;
    background-color: #000 !important;
}

.w3-light-grey,
.w3-light-gray {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.w3-dark-grey,
.w3-dark-gray {
    color: #fff !important;
    background-color: #616161 !important;
}

/* Layout */

.w3-container {
    padding: 0.01em 16px;
}

.w3-section {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.w3-padding {
    padding: 8px 16px !important;
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.w3-padding-large {
    padding: 12px 24px !important;
}

.w3-margin-right {
    margin-right: 16px !important;
}

.w3-margin-bottom {
    margin-bottom: 16px !important;
}

.w3-block {
    display: block;
    width: 100%;
}

.w3-center {
    text-align: center !important;
}

.w3-right {
    float: right !important;
}

.w3-round {
    border-radius: 4px;
}

.w3-border {
    border: 1px solid #ccc !important;
}

/* Buttons */

.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

.w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.w3-hover-opacity:hover {
    opacity: 0.6;
}

/* Bar / nav */

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;

}

/* Sidebar */

.w3-sidebar {
    height: 100%;
    width: 300px;
    background-color: #fff;
    position: fixed !important;
    z-index: 3;
    overflow: auto;
    top: 0;
    left: 0;
}

.w3-collapse {
    display: block;
}

/* Top / overlay */

.w3-top {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
}

.w3-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;
}

/* Main content */

.w3-main {
    transition: margin-left 0.4s;
}

/* Grid */

.w3-row-padding::before,
.w3-row-padding::after {
    content: "";
    display: table;
    clear: both;
}

.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-col {
    padding: 0 8px;
}

.w3-half,
.w3-col {
    float: left;
    width: 100%;
}

@media (min-width: 601px) {
    .w3-half {
        width: 49.99999%;
    }

    .w3-col.m4 {
        width: 33.33333%;
    }
}

/* Lists */

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

.w3-ul li:last-child {
    border-bottom: none;
}

/* Forms */

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

/* Images */

.w3-image {
    max-width: 100%;
    height: auto;
}

.w3-grayscale {
    filter: grayscale(75%);
}

/* Modal */

.w3-modal {
    z-index: 4;
    display: none;
    padding-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.w3-modal-content {
    margin: auto;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
    max-width: 95%;
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}

.w3-transparent {
    background-color: transparent !important;
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* Responsive */

.w3-hide-large {
    display: none !important;
}

@media (max-width: 992px) {
    .w3-sidebar.w3-collapse {
        display: none;
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .w3-hide-large {
        display: block !important;
    }
}