body {
    background: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: #666666;
    font: normal 11px "Open Sans", tahoma, helvetica, arial, sans-serif;
    position: relative;
    min-width: 990px;
    padding-bottom: 253px;
}
#ipboard_body.minimal {
    padding-top: 40px;
}
#ipboard_body.minimal #ipbwrapper {
    width: 900px;
    margin: 0 auto;
}
#ipbwrapper {
    -webkit-box-shadow: rgba(0,0,0,0.18) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0,0.18) 0px 0px 3px;
    box-shadow: rgba(0,0,0,0.18) 0px 0px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /* position: relative; */
}
#ipboard_body.minimal #content {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 30px;
    margin-bottom: 10px;
}
#content {
    padding: 0px 0px 30px 0;
    line-height: 120%;
}
#ipboard_body.minimal h1 {
    font-size: 32px;
}
.ipsType_pagetitle, .ipsType_subtitle {
    font: 300 26px/1.4 Helvetica, Arial, sans-serif;
    color: #323232;
}
#ipboard_body.minimal .ipsType_pagedesc {
    font-size: 16px;
}
.ipsType_pagedesc {
    color: #7f7f7f;
    line-height: 1.5;
}
.ipsType_pagedesc a {
    text-decoration: underline;
}
a {
    color: #3a3a3a;
    text-decoration: none;
}


#consent_blackbar {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
}
#truste-consent-content {
    margin: auto;
    width: 70%;
}
#consent_blackbar .trustetrack {
    background-color: #1F2630;
}
#truste-consent-buttons button {
    background-color: #4B5465;
    padding: 10px;
    font-size: 1.1em;
    font-variant: small-caps;
    text-transform: none;
}
#truste-consent-content a {
    color: #FFF;
    text-decoration: underline;
}
#truste-consent-content .truste-messageColumn {
    color: #FFF;
    font-family: 'ITCFranklinGothicW01-Md 812698', 'PT Sans Narrow', sans-serif;
}
