#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#topbar1 {
    background: #488;
    background: linear-gradient(#397171, #4f9f9f);
    margin-bottom: -7px;
}

#topbar2 {
    background-color: black;
}

#topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#topnav li {
    float: left;
    margin-bottom: 0;
}

#topnav li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
}

#topnav li a:hover {
    background-color: #888;
}

#topnav li a.active {
    background-color: #555;
}

#topnav li.right {
    float: right;
}

#topnav li.dropdown {
    display: inline-block;
}

#topnav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #eee;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#topnav .dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#topnav .dropdown-content a:hover {
    background-color: #bbb;
}

.dropbtn-active {
    background-color: #888;
}

.dropdown-show {
    display: block !important;
}

#menu-button {
    font-size: large;
    padding: 6px 16px !important;
}

#header-form {
    margin-bottom: 0;
    font-size: 15px;
}

#header-form input {
    height: 75%;
}

.header-input {
    float: right;
    z-index: 1;
    vertical-align: middle;
    height: 63px;
    line-height: 64px;
}

.header-input a {
    color: white;
    padding: 0px 5px;
}

.header-textbox {
    height: 75%;
    margin: 0px 5px;
}

#username {
    font-weight: bold;
}

#infobar {
    left: 0;
    right: 0;
    width: 100%;
    background-color: yellow;
    text-align: center;
}

#sidebar {
    background: #dff;
    padding: 5px 10px;
    border-style: solid;
    border-color: #3ac;
    border-width: 2px;
}

#antispam {
    display: none;
}

#footer {
    text-align: center;
    font-size: small;
    color: gray;
}

.highlight {
    box-shadow: inset 0px 0px 0px 5px #f00;
}

.error {
    color: red;
}

.subheader {
    margin-bottom: 0;
}

.news-item-date {
    font-size: small;
    font-style: italic;
}

.watch-link, .unwatch-link {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 4px 18px !important;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-transform: none !important;
    height: auto !important;
    line-height: 2 !important;
    white-space: normal !important;
}

.expanded, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:before {
    font-family: FontAwesome;
    content:"\f078";
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.expanded:before {
    content: "\f077";
}

#main-form {
    display: table;
}

#main-form p {
    display: table-row;
}

#main-form label {
    display: table-cell;
    text-align: right;
    padding-right: 10px;
}

#main-form .required::after {
    content: "*";
    color: red;
    margin-left: 2px;
}

#main-form .form-field {
    display: table-cell;
}

#main-form input, select {
    width: 220px;
}

#main-form .validate-message {
    display: none;
    margin-top: -10px;
    margin-bottom: 10px;
}

#main-form .validate-icon {
    display: table-cell;
    padding-left: 10px;
    width: 22px;
}

body {
    font-family: "Roboto";
}

input[type=submit]:disabled,
input[type=submit][disabled] {
    cursor: not-allowed;
}

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

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}

li {
    margin-bottom: 0.5rem;
}

p, ul {
    margin-bottom: 1.25rem;
}

textarea {
    min-height: 100px;
    max-width: 100%;
}

th, td {
    padding: 6px 7.5px;
}

@media screen and (max-width: 400px) {
    .wide-mobile {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 750px) {
    .hide-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 750px) {
    .hide-desktop {
        display: none !important;
    }
}

@media screen and (max-width: 860px) {
    .hide-small {
        display: none !important;
    }
}

@media screen and (min-width: 860px) {
    .hide-large {
        display: none !important;
    }

    th, td {
        padding: 2.5px 5px;
        font-size: 110%;
    }
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-64px);
}

/* The container */
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: -7px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
