html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    margin: 0px;
    background-color: #fefcfb;
    color: #532e1c;
    font-size: 0.85em;
    line-height: 1.4em;
}

body, input, select, textarea {
    font-family: Arial, sans-serif;
}

img {
    border: 0px;
}

a {
    color: #542f1d;
}

a:hover {
    color: #fe671b;
    color: #f08a00;
    text-decoration: none;
}

#container {
	min-height: 100%;
	position: relative;
    width: 900px;
    margin: auto;
}

#header {
    position: relative;
    padding: 15px 30px;
}

#content {
    padding-bottom: 170px;
}

#content h1 {
    font-size: 1.4em;
    color: #fe671b;
    visibility: hidden;
}

#content h1.cap {
    visibility: visible;
}


#content h2 {
    font-size: 1.2em;
    font-weight: normal;
}

#content h3 {
    font-size: 1em;
    font-weight: bold;
}

h2.track {
    margin-top: 25px;
}

h2.track a {
    text-decoration: none;
}

h2.track a:hover {
    text-decoration: none;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	height: 80px;
    margin-bottom: 15px;
}

.copyright {
    padding: 0px 0px 0px 15px;
    float: left;
    font-size: 12px;
}

.footline {
    height: 15px;
    background-color: #532e1c;
    margin-top: 10px;
}

.bottom {
    position: relative;
    margin-top: 20px;
}

#footer .contact-info {
    position: absolute;
    right: 90px;
}

.logos {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 7px;
}

.logos img {
    margin-right: 10px;
    height: 20px;
}

.foot-addr {
    text-align: right;
    font-size: 12px;
    float: right;
    padding-right: 15px;
}

#slides {
    text-align: center;
}

#slides img {
    width: 100%;    
    max-width: 900px;
    max-height: 300px;
}

.icon {
    cursor: pointer;
}

.clear {
    clear: both;
}

.pp_description {
    font-size: 1.0em !important;
    color: #532e1c !important;
}

.agreement {
    height: 200px;
    overflow: auto;
    border: 1px solid #d3ae9c;
    padding: 10px;
    margin-bottom: 20px;
}

.new-title {
    visibility: visible !important;
    color: #532e1c !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin-top: 30px !important;
}

.cookies-notice {
    box-sizing: border-box;
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background-color: rgba(83, 46, 28, 0.9);
    color: #f9f9f9;
    padding: 20px;
    text-align: center;
}

.cookies-notice a {
    color: #f9f9f9;
    text-decoration: underline;
}

.cookies-notice a:hover {
    color: #f2f2f2;
    text-decoration: underline;
}

.cookies-notice .fui-button {
    border: 0px;
}

ul.footer-links {
    list-style-type: none;
    margin: 0px 0px 10px 15px;
    padding: 0px;
}

ul.footer-links li {
    display: inline-block;
    margin-right: 10px;
}

.cb-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.cb-label {
    flex: 1;
    margin-left: 5px;
}