body, p, a, li, td, div, label, input, textarea, select, button, h1, h2, h3, h4, .sex_icon {
    font-family: 'Catamaran', sans-serif;
    color: #444;
    font-weight: 100;
}

body {
    min-height: calc(100vh - 8em);
    position: relative;
    padding-bottom: 5em;
}

.pure-g [class*=pure-u] {
    font-family: 'Catamaran', sans-serif;
    font-weight: 100;
}

h1, h2, h3, h4, h5 {
    color: #e0a316;
    font-weight: 700;
}

label {
    font-weight: bold;
}

label.not_bold {
    font-weight: normal;
}

em {
    color: #000;
}

a {
    color: #191919;
}

img {
    max-width: 100%;
}

code {
    background-color: #e2e2e2;
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-radius: 0.2em;
}

li {
    margin-bottom: 0.7em;
}

blockquote {
    border-left: 4px solid #f3b37c;
    padding: 0.5em 0.5em 0.5em 1em;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    background-color: #f5f5f5;
}

blockquote p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
}


#page-container {
    position: relative;
    height: 100vh;
}

#header {
    padding-top: 1em;
    background-color: #900808;
}

#header h1 {
    color: #fff;
}

#header a {
    text-decoration: none;
}

#main-menu {
    display: block;
}

#main-menu ul.pure-menu-list {
    float: right;
}

#menu_link {
    position: absolute;
    right: 1em;
    top: 1em;
    display: none;
    color: #fff;
}

.pure-menu-link {
    color: #fff;
}

.pure-menu-link:hover {
    background-color: #f3b37c;
    color: #900808;
}

#body {
    padding: 0.5em;
}

#footer {
    text-align: center;
    background-color: #ddd;
    padding: 1em 0 1em 0;
    position: absolute;
    bottom: -3em;
}

#footer a {
    color: #444;
}

.menu_bar {
    list-style: none;
}

.menu_bar li {
    float: left;
}

.menu_bar li a {
    padding: 0.5em;
    text-align: center;
    background-color: #b95e11;
    display: block;
    color: #fff;
    text-decoration: none;
}

.scrollable {
    overflow: auto;
    max-height: 100px;
    height: 100px;
    padding-right: 0.5em;
    z-index: 9999999;
}

.scrollable::-webkit-scrollbar {
  width: 7px;
}
.scrollable::-webkit-scrollbar-track {
  background: #fff;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: #900808;
  border-radius: 20px;
  border: 3px solid #900808;
}

.pure-g div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.shaded {
    border-radius: 0.5em;
    background-color: #ffdfc4;
    padding: 0.5em 0.7em 0.5em 0.7em;
}

div.expandable {
    margin-bottom: 0.5em;
}

div.expandable div.heading {
    color: #000;
}

div.expandable div.heading a.expand_collapse {
    float: right;
}

div.expandable div.content {
    display: none;
}

#show_password {
    position: absolute;
    top: 0.5em;
    left: calc(25% - 2em);
    color: #797979;
}

div.info {
    background-color: #fde7b4;
    border-radius: 0.5em;
    padding: 0.5em;
}

.error input, .error select, input.error, select.error, .pure-form input[type=password].error, .pure-form input[type=email].error, .pure-form input[type=text].error, .pure-form select.error, .pure-form textarea.error {
    border: 1px solid #f00;
}

.error label {
    color: #f00;
}

.form_error, #form_errors, .form_error li {
    color: #f00;
}

.pure-button {
    background-color: #f3b37c;
    color: #fff;
}

.pure-button-primary, a.pure-button-primary {
    background-color: #b95e11;
    color: #fff;
}

.slim-button {
    padding: 0.1em 1em 0.1em 1em;
    font-size: 0.8em;
}

.uniform-icon {
    display:  inline-block;
    width: 1.5em;
    text-align: center;
    color: #191919;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="checkbox"], input[type="radio"] {
    width: 1em;
}

#main_menu {
    padding-bottom: 0.5em;
}

#main_menu ul {
    float:right;
}

#main_menu ul li {
    display: inline-block;
}

.loading_icon {
    text-align: center;
    font-size: 3em;
    color: #ccc;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  color: #f3b37c;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #444;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border-radius: 0.5em;
  font-weight: normal;
  font-size: 0.8em;

  width: 150px;
  position: absolute;
  z-index: 1;
}

.tooltip a {
    color: #fff;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.pure-form-stacked .pure-horizontal-group input, .pure-form-stacked .pure-horizontal-group textarea, .pure-form-stacked .pure-horizontal-group select, .pure-form-stacked .pure-horizontal-group label {
    display: inline-block;
    position: relative;
}

@media (max-width: 568px) {
    .logo {
        margin-left: 0.5em;
        max-height: 36px;
    }

    .logo-text {
        max-width: 200px;
    }

    #menu_link {
        display: block;
    }

    #main_menu {
        display: none;
        padding-bottom: none;
    }

    #main_menu ul.pure-menu-list {
        float: none;
        text-align: center;
    }

    .callout {
        margin-bottom: 1em;
    }
}

@media (max-width: 400px) {
    input {
        width: 100%;
    }
}


@media screen and (min-width:18.75em){.pure-u-xs-1,.pure-u-xs-1-1,.pure-u-xs-1-12,.pure-u-xs-1-2,.pure-u-xs-1-24,.pure-u-xs-1-3,.pure-u-xs-1-4,.pure-u-xs-1-5,.pure-u-xs-1-6,.pure-u-xs-1-8,.pure-u-xs-10-24,.pure-u-xs-11-12,.pure-u-xs-11-24,.pure-u-xs-12-24,.pure-u-xs-13-24,.pure-u-xs-14-24,.pure-u-xs-15-24,.pure-u-xs-16-24,.pure-u-xs-17-24,.pure-u-xs-18-24,.pure-u-xs-19-24,.pure-u-xs-2-24,.pure-u-xs-2-3,.pure-u-xs-2-5,.pure-u-xs-20-24,.pure-u-xs-21-24,.pure-u-xs-22-24,.pure-u-xs-23-24,.pure-u-xs-24-24,.pure-u-xs-3-24,.pure-u-xs-3-4,.pure-u-xs-3-5,.pure-u-xs-3-8,.pure-u-xs-4-24,.pure-u-xs-4-5,.pure-u-xs-5-12,.pure-u-xs-5-24,.pure-u-xs-5-5,.pure-u-xs-5-6,.pure-u-xs-5-8,.pure-u-xs-6-24,.pure-u-xs-7-12,.pure-u-xs-7-24,.pure-u-xs-7-8,.pure-u-xs-8-24,.pure-u-xs-9-24{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-xs-1-24{width:4.1667%}.pure-u-xs-1-12,.pure-u-xs-2-24{width:8.3333%}.pure-u-xs-1-8,.pure-u-xs-3-24{width:12.5%}.pure-u-xs-1-6,.pure-u-xs-4-24{width:16.6667%}.pure-u-xs-1-5{width:20%}.pure-u-xs-5-24{width:20.8333%}.pure-u-xs-1-4,.pure-u-xs-6-24{width:25%}.pure-u-xs-7-24{width:29.1667%}.pure-u-xs-1-3,.pure-u-xs-8-24{width:33.3333%}.pure-u-xs-3-8,.pure-u-xs-9-24{width:37.5%}.pure-u-xs-2-5{width:40%}.pure-u-xs-10-24,.pure-u-xs-5-12{width:41.6667%}.pure-u-xs-11-24{width:45.8333%}.pure-u-xs-1-2,.pure-u-xs-12-24{width:50%}.pure-u-xs-13-24{width:54.1667%}.pure-u-xs-14-24,.pure-u-xs-7-12{width:58.3333%}.pure-u-xs-3-5{width:60%}.pure-u-xs-15-24,.pure-u-xs-5-8{width:62.5%}.pure-u-xs-16-24,.pure-u-xs-2-3{width:66.6667%}.pure-u-xs-17-24{width:70.8333%}.pure-u-xs-18-24,.pure-u-xs-3-4{width:75%}.pure-u-xs-19-24{width:79.1667%}.pure-u-xs-4-5{width:80%}.pure-u-xs-20-24,.pure-u-xs-5-6{width:83.3333%}.pure-u-xs-21-24,.pure-u-xs-7-8{width:87.5%}.pure-u-xs-11-12,.pure-u-xs-22-24{width:91.6667%}.pure-u-xs-23-24{width:95.8333%}.pure-u-xs-1,.pure-u-xs-1-1,.pure-u-xs-24-24,.pure-u-xs-5-5{width:100%}}

#alert {
    background-color: #ffeb3b;
    margin: -0.5em;
    padding: 1em;
}

/* autocomplete combobox / select from jquery site */

.custom-combobox {

  }

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
