/**
 * @site e-Grip demo site
 * @media screen
 * @revision $Revision: 1.2 $
 * @styleguide:
 *   colors {
 *     white:  #fff;
 *     black:  #000;
 *     orange: #f60;
 *     blue:   #003384;
 *   }
 *   fonts {
 *     logo:    FF Unit - Medium;
 *     headers: Tahoma, Helvetica, sans-serif;
 *     text:    Tahoma, Helvetica, sans-serif;
 *   }
 */

@font-face {
    font-family: 'Corbel';
    src: url('/assets/cvt/fonts/default/Corbel-Bold.woff2') format('woff2'),
        url('/assets/cvt/fonts/default/Corbel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Corbel';
    src: url('/assets/cvt/fonts/default/Corbel.woff2') format('woff2'),
        url('/assets/cvt/fonts/default/Corbel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**
 * 'baseline' style sheet: resets browser styles
 * Don't forget to set a foreground and background color on the 'html' or 'body' element!
 */
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: inherit;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline;
}

a img,
:link img,
:visited img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

a:focus,
a:hover,
a:active {
    outline: none;
}


/**
 * Default style for content
 */

/* links */
#content a {
    padding: 0;
    color: black;
    text-decoration: underline;
}

#content a:visited {
    color: black;
    text-decoration: underline;
}

#content a:active {
    color: black;
    text-decoration: none;
}

#content a:hover {
    color: black;
    text-decoration: none;
}

#content .contenttext ul {
    list-style: circle inside none;
    padding-left: 0.5em;
    margin-bottom: 1em;
}

#content .contenttext ul li {
    margin-bottom: 0.25em;
}

#content .contenttext ul ul {
    margin-top: 0.25em;
    padding-left: 1.5em;
}

#content .contenttext ol {
    list-style: decimal inside none;
    padding-left: 0.5em;
    margin-bottom: 1em;
}

#content .contenttext ol li {
    margin-bottom: 0.25em;
}

#content .contenttext ol li:last-child {
    margin-bottom: 0;
}

#content .contenttext ol ol {
    margin-top: 0.25em;
    padding-left: 1em;
}


/* headers */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    margin-bottom: .5em;
    color: black;
    font-weight: bold;
}

#content h1 {
    font-size: 1.2em;
}

#content h2 {
    font-size: 1.1em;
}

/* this is needed for positioning elements inside the header */
#content h1 {
    position: relative;
    font-family: Corbel;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin: 0;
    padding-right: 20px;
    z-index: 1;
}

#content h1 span {}

/* forms and input */
#content input,
#content select,
#content textarea {
    padding: .2em 0;
    font: inherit 1em Tahoma, Helvetica, sans-serif;
}

#content input:focus,
#content textarea:focus {
    border-style: inset;
}

#content input[disabled],
#content select[disabled],
#content textarea[disabled] {
    cursor: default;
    background-color: #e8e8e8;
}

#content fieldset {
    border: 1px solid #003384;
    padding: 0 1em 1em 1em;
}

#content fieldset legend {
    margin: 0 0 .5em .4em;
    padding: .1em .7em;
    color: white;
    font-weight: bold;
    background-color: #003384;
}

#content label {
    cursor: pointer;
}

#content label:hover {
    color: #003384;
}

/* minimum height for iframes */
#content iframe {
    min-height: 35em;
}

#content a.feed {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
}

#content a.permalink {
    clear: both;
    padding-left: 20px;
    background: url(/assets/demo1/images/default/i_permalink.gif) left center no-repeat;
}

#content .date {
    margin: 0;
    color: #999;
}

/**
 * Page layout
 */
html {
    font: normal .8em/1.5 Tahoma, Helvetica, sans-serif;
    color: #515151;
}

body {
    background: white url(/assets/cvt/images/default/bg_small.gif) repeat-x left top;
}

#body {
    margin: 0 auto;
    width: 980px;
}

#mobilenav,
#globalnavmobile,
#extranavmobile {
    display: none;
}

#header-container {
    position: relative;
    z-index: 10;
}

#globalnav {
    position: relative;
    float: right;
    padding: 5px 15px 0 0;
    z-index: 30;
}

#globalnav h2 {
    display: none;
}

#globalnav ul {
    float: left;
}

#globalnav ul li {
    float: left;
    margin-left: 2em;
}

#globalnav ul li a {
    display: block;
    font-family: Corbel;
    color: #363636;
    text-decoration: none;
}

#globalnav ul li a:hover {
    color: #00ace0;
}

#globalnav ul li a span {}

#logo {
    position: relative;
    padding: 20px 0 0 25px;
    z-index: 20;
}

#logo h2 {
    display: block;
    width: 100%;
    height: 100%;
}

#logo h2 a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.print-only {
    display: none;
}

#addthis {
    float: right;
    margin: 12px 0 0 0;
    pointer-events: initial;
}

#addthis h3 {
    float: left;
    color: #363636;
    font-size: .9em;
    font-weight: bold;
    margin: -1px 10px 0 0;
    padding: 0;
}

#quicksearch {
    position: relative;
    float: right;
    margin: 3px 14px 0 0;
    z-index: 30;
}

#quicksearch form {}

#quicksearch form label {
    float: left;
    display: none;
    margin: 2px 5px 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9000px;
}

#quicksearch form input {
    float: left;
    margin: 2px 0 0 0;
    padding: 3px 5px;
    border: 0;
    width: 140px;
    background: #fff;
}

#quicksearch form input.submit {
    color: #00ace0;
    font-size: 1px;
    margin: 6px 0 0 -16px;
    padding: 0;
    border: 0;
    width: 11px;
    height: 11px;
    background: transparent url(/assets/cvt/images/default/search_button.gif) no-repeat left top;
    cursor: pointer;
}

.tab-navigation {
    position: relative;
    margin: -30px 0 5px 0;
    width: 100%;
    height: 34px;
    z-index: 30;
}

.tab-navigation h2 {
    pointer-events: initial;
    float: right;
    font-size: .95em;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tab-navigation h2 a {
    display: block;
    color: #363636;
    margin: 6px 1.5em 0 1.5em;
    padding: .4em 1.5em;
    border-radius: .4em .4em 0 0;
    background-color: #fff;
    box-shadow: 0 0 .2em rgba(56, 56, 56, .4);
    text-decoration: none;
}

.tab-navigation h2 a:hover {
    text-decoration: underline;
}

.tab-navigation .shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: transparent url(/assets/cvt/images/default/searchbar.png) no-repeat left bottom;
    z-index: 20;
}

#mainnav {
    position: relative;
    clear: both;
    margin: 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dfdfdf;
    width: 950px;
    min-height: 35px;
    background: transparent url(/assets/cvt/images/default/bg_nav.png) no-repeat left top;
    z-index: 110;
}

#mainnav h2 {
    display: none;
}

#mainnav ul {
    float: left;
    margin-left: 5px;
}

#mainnav ul li {
    position: relative;
    float: left;
    margin: 0;
    background: transparent url(/assets/cvt/images/default/bg_navitem.gif) no-repeat right top;
}

#mainnav ul li a {
    display: block;
    font-family: Corbel;
    font-size: 15px;
    color: #fff;
    padding: 6px 10px;
    text-decoration: none;
}

#mainnav ul li a:hover {
    color: #515151;
}

#mainnav ul li a span {}

#mainnav ul li ul.subnav {
    display: none;
    position: absolute;
    top: 34px;
    left: -2px;
    float: none;
    margin: 0;
    padding: 10px 10px 5px 12px;
    border: 1px solid #dfdfdf;
    border-top: 2px solid #008bb4;
    width: 200px;
    background-color: white;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#mainnav ul li ul.subnav.pos {
    left: auto;
    right: 0;
}

#mainnav ul li:hover ul.subnav {
    display: block;
}

#mainnav ul li ul.subnav li {
    float: none;
    margin: 0 0 5px 0;
    padding-left: 10px;
    background: transparent url(/assets/cvt/images/default/square_blue_small.gif) no-repeat 0 6px;
}

#mainnav ul li ul.subnav li a {
    display: block;
    font-size: .9em;
    color: #4d4e4d;
    padding: 0;
    height: auto;
    text-decoration: underline;
}

#mainnav ul li ul.subnav li a:hover {
    text-decoration: none;
}

#header {
    position: relative;
    padding-top: 7px;
    margin: 5px 0 0 13px;
    width: 954px;
    background: transparent url(/assets/cvt/images/default/bg_header_top.png) no-repeat left top;
}

#header-content {
    width: 954px;
    min-height: 109px;
    background: transparent url(/assets/cvt/images/default/bg_header_bottom.png) no-repeat left bottom;
    overflow: hidden;
}

#header-zone {
    float: left;
    padding: 15px 20px;
    width: 438px;
}

.header-item {
    padding: 15px 20px;
}

.header-item h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

.header-item h2 a {
    display: block;
    text-decoration: none;
    font-family: Corbel;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.header-item h2 a:hover {
    color: #000000;
}

.header-item h2 a span {}

.header-item ul {
    overflow: hidden;
}

.header-item ul li {
    width: 272px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    background: transparent url(/assets/cvt/images/default/square_blue_large.gif) no-repeat 0 7px;
}

.header-item ul li a {
    color: #363636;
    font-size: .85em;
    text-decoration: underline;
}

.header-item ul li a:hover {
    text-decoration: none;
}

.header-item p {
    font-size: .85em;
    margin-bottom: 5px;
}

.header-item p.more a {
    color: #686868;
    padding-left: 20px;
    text-decoration: underline;
    background: transparent url(/assets/cvt/images/default/arrow_blue.png) no-repeat left top;
}

.header-item p.more a:hover {
    text-decoration: none;
}

#subsitetitle {
    margin: 20px 0 0 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
}

#subsitetitle span {
    visibility: hidden;
}

#pagetitle-header {
    position: relative;
    margin: 20px 0 0 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
}

#pagetitle-header span {
    visibility: hidden;
}

#headervisual {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
}

#headervisual a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#headervisual a span {
    visibility: hidden;
}

#header.slideshow-visible {
    background: none;
    width: 946px;
    margin-left: 17px;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

#header.slideshow-visible #header-content {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 3px;
    background: #fcfcfc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 75%, #eeeeee 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fcfcfc 75%, #eeeeee 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fcfcfc 75%, #eeeeee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
}

#header.slideshow-visible #header-content #extranav .extranav-item {
    margin: 0 2px 0 6px;
}

#body.containertype-subsite #header.slideshow-visible #header-content {
    height: 320px;
}

#body.containertype-subsite #header.slideshow-visible #header-zone {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8);
}

#body.containertype-subsite #header-slideshow {
    opacity: 1;
}

#header-slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
}

#header-slideshow ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#header-slideshow li {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent center no-repeat;
    background-size: cover;
}

#subsitetitle,
#pagetitle-header,
#extranav {
    z-index: 2;
}

#body.containertype-subsite #header.slideshow-visible #headervisual {
    display: none;
}

#header-content #extranav {
    position: absolute;
    bottom: 2px;
    margin: 0;
}

#header-content #extranav .extranav-item {
    margin: 0 2px 0 7px;
}

#extranav {
    float: left;
    clear: both;
    position: relative;
    margin: 15px 17px;
    width: 946px;
}

#extranav .extranav-button {
    padding: 10px 15px 5px 15px;
    width: 198px;
}

#extranav .extranav-item {
    float: left;
    width: 25%;
}

#extranav.num-items--5 .extranav-item,
#extranav.num-items--6 .extranav-item {
    width: 33.3%;
}

#extranav.num-items--5 .extranav-item:nth-child(1),
#extranav.num-items--5 .extranav-item:nth-child(2),
#extranav.num-items--5 .extranav-item:nth-child(3),
#extranav.num-items--6 .extranav-item:nth-child(1),
#extranav.num-items--6 .extranav-item:nth-child(2),
#extranav.num-items--6 .extranav-item:nth-child(3) {
    margin-bottom: 20px;
}

#extranav .extranav-item .item-wrapper {
    margin: 0 10px 0 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #efefef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 50%, #efefef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fcfcfc 50%, #efefef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fcfcfc 50%, #efefef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#efefef', GradientType=0);
    /* IE6-9 */
}

.extranav-item h2 a {
    display: block;
    font-family: Corbel;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    width: 100%;
    text-decoration: none;
}

.extranav-item h2 a:hover {
    color: #00ace0;
}

.extranav-item h2 a span {}

#extranav .extranav-more {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 10px;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

#extranav .extranav-more p.more a {
    color: #686868;
    font-size: .85em;
    padding-left: 20px;
    text-decoration: underline;
    background: transparent url(/assets/cvt/images/default/arrow_blue.png) no-repeat left top;
}

#extranav .extranav-more p.more a:hover {
    text-decoration: none;
}

#extranav .extranav-block-top {
    padding: 15px 15px 5px 15px;
    width: 197px;
    min-height: 120px;
    background: transparent url(/assets/cvt/images/default/bg_block_top.png) no-repeat left top;
}

#extranav .extranav-block-bottom {
    width: 227px;
    height: 11px;
    background: transparent url(/assets/cvt/images/default/bg_block_bottom.png) no-repeat left top;
}

#extranav .extranav-item.selected .extranav-block-top {
    background-image: url(/assets/cvt/images/default/bg_block_top_mo.png);
}

#extranav .extranav-item.selected .extranav-block-bottom {
    background-image: url(/assets/cvt/images/default/bg_block_bottom_mo.png);
}

#extranav .extranav-item.selected .extranav-button {
    background-image: url(/assets/cvt/images/default/bg_block_top_mo.png);
}

#extranav .extranav-outclap {
    display: none;
    position: absolute;
    top: 30px;
    left: 4px;
    padding-top: 8px;
    width: 956px;
    background: transparent url(/assets/cvt/images/default/bg_outclap_top.png) no-repeat left top;
    z-index: 100;
}

#extranav .extranav-item.selected .extranav-outclap {
    display: block;
}

#extranav .extranav-outclap-inner {
    padding-bottom: 20px;
    background: transparent url(/assets/cvt/images/default/bg_outclap_bottom.png) no-repeat left bottom;
    overflow: hidden;
}

#extranav .outclap-border {
    position: absolute;
    top: 0;
    width: 218px;
    height: 8px;
    background-color: #dce7ee;
}

#extranav #outclap-border-1 {
    left: 8px;
}

#extranav #outclap-border-2 {
    left: 245px;
}

#extranav #outclap-border-3 {
    left: 482px;
}

#extranav #outclap-border-4 {
    left: 719px;
}

#extranav .extranav-outclap-column {
    float: left;
    padding: 10px 20px 10px 10px;
    width: 206px;
}

#extranav #extranav-outclap-column-4 {
    padding-left: 20px;
    width: 196px;
}

#extranav .extranav-outclap-column h3 {
    margin-bottom: 10px;
    font-family: Corbel;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

#extranav .extranav-outclap-column h3 span {}

#extranav .extranav-outclap-column ul {}

#extranav .extranav-outclap-column ul li {
    margin-bottom: 2px;
    padding-left: 15px;
    background: transparent url(/assets/cvt/images/default/square_blue_large.gif) no-repeat 0 7px;
}

#extranav .extranav-outclap-column ul li a {
    color: #363636;
    text-decoration: underline;
}

#extranav .extranav-outclap-column ul li a:hover {
    text-decoration: none;
}

#breadcrumbs {
    font-size: .85em;
    margin: 0 20px;
    padding: 5px 0;
    border-bottom: 1px dotted #dfdfdf;
    width: 940px;
}

#breadcrumbs h2 {
    float: left;
    color: black;
    font-weight: bold;
    margin: 0 10px 0 0;
}

#breadcrumbs a {
    color: #686868;
    text-decoration: underline;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#container {
    position: relative;
    float: left;
    margin: 30px 0 45px 15px;
    width: 950px;
    z-index: 8;
}

#aside {
    float: left;
    margin-top: 2px;
    padding-left: 5px;
    width: 227px;
}

#aside .aside-item {
    clear: both;
    margin: 0 0 20px 0;
}

.aside-item h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

.aside-item h2 a {
    display: block;
    text-decoration: none;
    font-family: Corbel;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.aside-item h2 a:hover {
    color: #00ace0;
}

.aside-item h2 a span {}

.aside-item p {
    font-size: .85em;
    margin-bottom: 5px;
}

.aside-item p.more a {
    color: #686868;
    padding: 0 0 3px 20px;
    text-decoration: underline;
    background: transparent url(/assets/cvt/images/default/arrow_blue.png) no-repeat left top;
}

.aside-item p.more a:hover {
    text-decoration: none;
}

#aside .aside-block-top {
    padding: 15px 15px 5px 15px;
    width: 197px;
}

#aside .aside-block-bottom {
    width: 227px;
    height: 11px;
}

#aside .active-block .aside-block-top {
    background: transparent url(/assets/cvt/images/default/bg_block_top.png) no-repeat left top;
}

#aside .active-block .aside-block-bottom {
    background: transparent url(/assets/cvt/images/default/bg_block_bottom.png) no-repeat left top;
}

#contentcontainer {
    float: left;
    width: 100%;
}

#content {
    float: left;
    padding: 0 15px 0 15px;
    border: 1px solid #dfdfdf;
    border-width: 0 0 0 1px;
    width: 682px;
}

#content.subsite {
    min-height: 283px;
}

#middle-column {
    float: left;
    margin-top: 2px;
    padding: 0 5px 0 15px;
    border: 1px solid #dfdfdf;
    border-width: 0 0 0 1px;
    width: 453px;
    min-height: 283px;
}

.middle-column-item {
    margin-bottom: 20px;
}

.middle-column-item h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

.middle-column-item h2 a {
    display: block;
    text-decoration: none;
    font-family: Corbel;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.middle-column-item h2 a:hover {
    color: #00ace0;
}

.middle-column-item h2 a span {}

.middle-column-item ul {}

.middle-column-item ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: transparent url(/assets/cvt/images/default/square_blue_large.gif) no-repeat 0 7px;
}

.middle-column-item ul li a {
    color: #363636;
    font-size: .85em;
    text-decoration: underline;
}

.middle-column-item ul li a:hover {
    text-decoration: none;
}

.middle-column-item p {
    font-size: .85em;
    margin-bottom: 5px;
}

.middle-column-item p.more a {
    color: #686868;
    padding-left: 20px;
    text-decoration: underline;
    background: transparent url(/assets/cvt/images/default/arrow_blue.png) no-repeat left top;
}

.middle-column-item p.more a:hover {
    text-decoration: none;
}

#supplementary-content {
    float: left;
    margin-top: 2px;
    padding: 0 15px 0 0;
    width: 222px;
}

#supplementary-content .banner {
    margin: 0 0 1em 0;
}

#supplementary-content .banner a {
    display: block;
}

#supplementary-content .banner img {
    display: block;
}

#secondlevel {
    float: left;
    clear: both;
    margin: 0 15px 15px 5px;
    width: 100%;
}

#secondlevel h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Corbel;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

#secondlevel h2 span {}

.thirdlevel {}

.thirdlevel li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: transparent url(/assets/cvt/images/default/square_blue_large.gif) no-repeat 0 7px;
}

.thirdlevel li a {
    color: #363636;
    text-decoration: underline;
}

.thirdlevel li a:hover {
    text-decoration: none;
}

#footer-container {
    position: relative;
    clear: both;
}

#footerbar {
    margin: 0 15px;
}

#footerbar-top {
    width: 950px;
    min-height: 123px;
    background: transparent url(/assets/cvt/images/default/footerbar_top.png) no-repeat left top;
    overflow: auto;
}

.footerbar-column-address {
    float: left;
    padding: 40px 10px 15px 20px;
    width: 208px;
}

.footerbar-column-address h3 {
    font-size: .85em;
    font-weight: bold;
}

.footerbar-column-address p {
    font-size: .85em;
}

.footerbar-column-address p a {
    color: #555555;
}

.footerbar-column-address p a:hover {
    text-decoration: none;
}

.footerbar-column-address .contact-linkedin {
    display: block;
    margin: 1em 0 0 0;
    width: 158px;
    height: 27px;
    background: transparent url(/assets/cvt/images/default/button-linkedin.png) no-repeat center center;
}

.footerbar-column-address .contact-linkedin span {
    visibility: hidden;
}

.footerbar-column-1 {
    width: 209px;
}

.footerbar-column-2 {
    width: 210px;
}

.footerbar-column-3 {
    width: 197px;
}

.footerbar-column {
    float: left;
    padding: 15px;
}

.footerbar-column h2 {
    margin: 0 0 5px 0;
    padding: 0;
    height: 30px;
}

.footerbar-column h2 a {
    display: block;
    font-family: Corbel;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.footerbar-column h2 a:hover {
    color: #00ace0;
}

.footerbar-column h2 a span {}

.footerbar-column ul {}

.footerbar-column ul li {
    margin-bottom: 5px;
    padding-left: 10px;
    background: transparent url(/assets/cvt/images/default/square_black.gif) no-repeat 0 9px;
}

.footerbar-column ul li a {
    color: #555555;
    font-size: .85em;
    text-decoration: none;
}

.footerbar-column ul li a:hover {
    text-decoration: underline;
}

.footerbar-column p {
    font-size: .85em;
    margin-bottom: 5px;
}

.footerbar-column p.more a {
    color: #686868;
    padding-left: 20px;
    text-decoration: underline;
    background: transparent url(/assets/cvt/images/default/arrow_blue.png) no-repeat left top;
}

.footerbar-column p.more a:hover {
    text-decoration: none;
}

#footerbar-bottom {
    display: block;
    width: 950px;
    height: 15px;
    background: transparent url(/assets/cvt/images/default/footerbar_bottom.png) no-repeat left top;
}

#footer-logo {
    position: absolute;
    left: 15px;
    margin: -3px 0 0 7px;
}

#footer-logo h2 {
    display: block;
    width: 100%;
    height: 100%;
}

#footer-logo h2 a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#footernav {
    position: absolute;
    right: 0;
    padding: 5px 19px 0 0;
}

#footernav ul {
    float: left;
}

#footernav ul li {
    float: left;
    margin-left: 2em;
}

#footernav ul li a {
    display: block;
    font-family: Corbel;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

#footernav ul li a:hover {
    color: #00ace0;
}

#footernav ul li a span {}


.containertype-subsite #content {
    padding-left: 5px;
    border: 0;
    width: 456px;
}

.containertype-subsite #aside {
    margin-top: -12px;
}

.containertype-subsite #extranav .extranav-outclap {
    top: 35px;
    left: 17px;
}

.containertype-subsite #extranav #outclap-border-1 {
    left: 1px;
}

.containertype-subsite #extranav #outclap-border-2 {
    left: 243px;
}

.containertype-subsite #extranav #outclap-border-3 {
    left: 485px;
}

.containertype-subsite #extranav #outclap-border-4 {
    left: 727px;
}

/**
 * Content types
 */

/* inline sections on the homepage */
.inline-sections {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.inline-section h2 {
    position: relative;
    padding-right: 25px;
    background-color: #e8e8e8;
}

.inline-section h2 a {
    padding: 0;
    border: 0;
}

.inline-section h2 a.feed {
    position: absolute;
    top: 0;
    right: 0;
}

.inline-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* chapters in documents */
#chapter-container {
    padding-top: 8px;
    background: transparent url(/assets/cvt/images/default/bg_block_medium_top.png) no-repeat left top;
}

#chapters {
    padding: 7px 15px 15px 15px;
    min-height: 60px;
    background: transparent url(/assets/cvt/images/default/bg_block_medium_bottom.png) no-repeat left bottom;
}

#chapters ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#chapters ul li {
    padding-left: 20px;
    background: transparent url(/assets/cvt/images/default/arrow_blue_large.png) no-repeat 0 7px;
}

/* default and rich menu */
.menu-default {
    clear: both;
    margin: 1em 0;
    padding: 0;
    list-style-type: none;
}

.menu-default li {
    margin-bottom: .5em;
    padding-left: 20px;
    background: url(/assets/cvt/images/default/arrow_blue_large.png) no-repeat 0 7px;
}

.menu-default li a {}

.menu-rich {
    clear: both;
    margin: 1em 0 2em 0;
    padding: 0;
    list-style-type: none;
}

.menu-rich li {
    float: left;
    margin: 0 8px 20px 0;
    padding-top: 11px;
    width: 216px;
    min-height: 140px;
    background: transparent url(/assets/cvt/images/default/bg_block_menu_top.png) no-repeat left top;
}

.menu-rich li .menu-rich-item {
    padding: 4px 15px 15px 15px;
    background: transparent url(/assets/cvt/images/default/bg_block_menu_bottom.png) no-repeat left bottom;
    text-align: center;
}

.menu-rich li img {
    margin-bottom: 5px;
}

#content .menu-rich a {
    text-decoration: none;
}

#content .menu-rich li h2 {
    font-size: 0;
    margin: 0;
    padding: 0 0 0 20px;
    background: transparent url(/assets/cvt/images/default/arrow_blue_large.png) no-repeat 0 7px;
}

#content .menu-rich li h2 a {
    display: block;
    font-family: Corbel;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

#content .menu-rich li h2 a:hover {
    color: #00ace0;
}

.menu-rich li h2 a span {}

/* Default and rich lists */
.list-default {
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-default li {
    float: left;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}

.list-default li .list-item-content {
    float: left;
    width: 100%;
}

#content .list-default li .list-item-content h2 {
    font-size: 1.2em;
    margin: 0;
}

#content .list-default li .list-item-content p.publish-date {
    color: black;
    margin-bottom: 2px;
}

#content .list-default li .list-item-content p.more {
    margin-top: 5px;
}

#content .list-default li .list-item-content p.more a {
    padding-left: 20px;
    text-decoration: underline;
    background: transparent url(/assets/cvt/images/default/arrow_blue.png) no-repeat 0 2px;
}

#content .list-default li .list-item-content p.more a:hover {
    text-decoration: none;
}

.list-rich {
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-rich li {
    float: left;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}

.list-rich li .list-item-image {
    float: left;
    width: 90px;
    min-height: 100px;
}

.list-rich li .list-item-content {
    float: left;
    width: 359px;
}

#content .list-rich li .list-item-content h2 {
    font-size: 1.2em;
    margin: 0;
}

#content .list-rich li .list-item-content p.publish-date {
    color: black;
    margin-bottom: 2px;
}

#content .list-rich li .list-item-content p.more {
    margin-top: 5px;
}

#content .list-rich li .list-item-content p.more a {
    padding-left: 20px;
    text-decoration: underline;
    background: transparent url(/assets/cvt/images/default/arrow_blue.png) no-repeat 0 2px;
}

#content .list-rich li .list-item-content p.more a:hover {
    text-decoration: none;
}

/* default and rich group */
#content h2.groupheader {
    margin: 1em 0 0 0;
}

#content h2.groupheader a {
    text-decoration: none;
}

#content h2.groupheader a:hover {
    text-decoration: underline;
}

dl.group {
    clear: both;
}

dl.group dt {
    margin: 1em 0 .5em 0;
}

dl.group dt a {
    font-weight: bold;
}

dl.group dd {
    margin-left: .3em;
}

.group_rich {
    clear: both;
}

.group_rich dt {
    clear: both;
    margin-top: 1em;
    padding: .3em;
    background-color: #e8e8e8;
}

.group_rich dt a {
    border: 0;
    margin-bottom: .2em;
}

.group_rich h2 {
    margin-bottom: .2em;
}

.group_rich dd {
    min-height: 150px;
    margin: 0 0 0 1em;
    padding: 1em .5em 0em .5em;
    border-bottom: 2px solid #e8e8e8;
}

.group_rich img {
    vertical-align: top;
    border: 1px solid #afafaf;
    margin: .2em 0 1em 1em;
    padding: 5px;
}

/* basicform styles form elements, marked up in a definition list */
.basicform-container {
    padding-top: 8px;
    width: 499px;
    background: transparent url(/assets/cvt/images/default/bg_block_medium_top.png) no-repeat left top;
}

.basicform-container .basicform {
    padding: 7px 80px 50px 20px;
    min-height: 331px;
    background: transparent url(/assets/cvt/images/default/bg_block_medium_bottom.png) no-repeat left bottom;
}

.basicform input,
.basicform textarea {
    width: 99%;
}

#content .basicform select {
    padding: .2em;
    width: 100%;
}

.radio,
.radio:hover,
.checkbox,
.checkbox:hover {
    width: auto !important;
    border: 0 !important;
}

.basicform .label {
    clear: both;
    width: 40%;
    float: left;
}

.basicform .input,
.basicform .group {
    width: 60%;
    float: left;
    margin: 0 0 5px 0;
}

.errors {
    font-style: italic;
    color: red;
}

.header {
    float: left;
    clear: both;
    margin: 15px 0 20px 0;
    border-top: 1px solid #dfdfdf;
    width: 100%;
}

.header.formpage {
    display: block;
    width: auto;
    float: none;
    border-bottom: 1px solid #003384;
}

.header.formpage+dd {
    display: none;
}

#content .basicform .submit {
    clear: both;
    background: none;
}

#content .basicform .button {
    font-size: 1.1em;
    color: #515151;
    float: right;
    margin-right: -5px;
    padding: 0 0 5px 0;
    border: 0;
    width: 107px;
    height: 34px;
    background: transparent url(/assets/cvt/images/default/bg_button.png) no-repeat left top;
    cursor: pointer;
}

#content .basicform .button:hover {
    color: #00ace0;
}

#content .basicform .notice {
    float: right;
    margin: 6px 10px 0 0;
}

.basicform-container.layout-wide {
    width: 100%;
    background: none;
}

.layout-wide .basicform {
    background: none;
}

.layout-wide .basicform .label {
    margin-right: 5%;
    width: 55%;
}

.layout-wide .basicform .input,
.layout-wide .basicform .group {
    width: 40%;
}

.rulingform-container {}

.rulingform-container .element {
    float: left;
    padding: 13px 20px;
    width: 409px;
    background: transparent url(/assets/cvt/images/default/bg_element.png) no-repeat left top;
}

.rulingform-container .element.e-fldkeyword {
    padding-bottom: 35px;
    background: transparent url(/assets/cvt/images/default/bg_element2.png) no-repeat left top;
}

.rulingform-container .element.checkbox {
    width: 409px !important;
    margin-top: -47px;
    padding-bottom: 9px;
    background: none;
}

.rulingform-container .element input[type=checkbox]:focus {
    border-style: none !important;
    outline: none !important;
}

.rulingform-container .label {
    width: 45%;
}

.rulingform-container .label label {
    line-height: 23px;
    display: block;
    min-height: 1px;
}

.rulingform-container .input {
    width: 53%;
    margin: 0 0 5px 2%;
}

.rulingform-container .input input {
    margin: 0;
}

.rulingform-container .input input[type=checkbox] {
    width: auto;
    margin: .4em;
}

.rulingform-container .input label {
    line-height: 23px;
}

.rulingform-container .submit {
    padding: 0;
    width: 100%;
}

.rulingform-container-small {
    float: left;
    margin-top: -3px;
    margin-bottom: 15px;
    padding-bottom: 11px;
    width: 222px;
    background: transparent url(/assets/cvt/images/default/bg_block_bottom.png) no-repeat left bottom;
}

.rulingform-container-small h2 {
    position: absolute;
    left: 0;
    margin: 15px 0 0 15px;
    font-family: Corbel;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.rulingform-container-small h2 span {}

.rulingform-container-small .basicform {
    float: left;
    padding: 40px 15px 40px 15px;
    width: 197px;
    background: transparent url(/assets/cvt/images/default/bg_block_top.png) no-repeat left top;
}

.rulingform-container-small .basicform .element {
    float: left;
    margin: 0;
    width: 100%;
}

.rulingform-container-small .basicform .element .label {
    margin: .25em 0 .5em 0;
    line-height: 1.25em;
}

.rulingform-container-small .basicform .element .input {
    width: 59%;
    margin: 0 0 5px 1%;
}

.rulingform-container-small .basicform .element .input input[type=checkbox] {
    width: auto;
    margin: 0 .4em 0 -69%;
}

.rulingform-container-small .basicform select {
    padding: .2em;
    width: 100%;
}

.rulingform-container-small .basicform .submit {
    clear: both;
    background: none;
}

.rulingform-container-small .basicform .button {
    font-size: 1.1em;
    color: #515151;
    float: right;
    margin-right: -5px;
    padding: 0 0 2px 0;
    border: 0;
    width: 107px;
    height: 34px;
    background: transparent url(/assets/cvt/images/default/bg_button.png) no-repeat left top;
    cursor: pointer;
}

.rulingform-container-small .basicform .button:hover {
    color: #00ace0;
}

#filterlist-resultsinfo {
    color: black;
}

#filterlist-searchresults {
    padding-left: 10px;
}

#filterlist-searchresults span.highlight {
    font-weight: bold;
}

#filterlist-searchresults dt {
    float: left;
    clear: both;
    color: black;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 5px;
    width: 100%;
}

#filterlist-searchresults dt.top {
    margin-top: 25px;
    padding-top: 5px;
    border-top: 1px solid #dfdfdf;
    width: 30%;
}

#filterlist-searchresults dd {
    clear: both;
}

#filterlist-searchresults dd.description {
    text-align: justify;
}

#filterlist-searchresults dd.top {
    float: left;
    clear: none;
    margin-top: 25px;
    padding-top: 6px;
    border-top: 1px solid #dfdfdf;
    width: 70%;
}

#filterlist-searchresults dd.more a {
    padding-left: 20px;
    text-decoration: underline;
    background: transparent url(/assets/cvt/images/default/arrow_blue.png) no-repeat 0 2px;
}

#filterlist-searchresults dd.more a:hover {
    text-decoration: none;
}

#ruling dt {
    float: left;
    clear: both;
    color: black;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 15px;
    width: 100%;
}

#ruling dd.article {
    clear: both;
}

#ruling dd.description {
    text-align: justify;
}

#ruling dt.top {
    margin-top: 0;
    padding-top: 5px;
    width: 30%;
}

#ruling dd.top {
    float: left;
    margin-top: 0;
    padding-top: 6px;
    width: 70%;
}

/* sitemap */
#content ul.sitemap {
    margin: 1em 1em 1em 0;
    padding: 0;
    list-style-type: none;
}

#content ul.sitemap ul {
    margin: .3em 1em 1em 0;
    padding: 0;
    list-style-type: none;
}

#content ul.sitemap ul li {
    padding-left: 20px;
    background: transparent url(/assets/cvt/images/default/arrow_blue_large.png) no-repeat 0 7px;
}

#content ul.sitemap ul li a {
    font-weight: bold;
    text-decoration: none;
}

#content ul.sitemap ul li a:hover {
    text-decoration: underline;
}

#content ul.sitemap ul li ul {
    margin-left: 2em;
}

#content ul.sitemap ul li ul li {
    padding-left: 15px;
    background: transparent url(/assets/cvt/images/default/arrow_black.png) no-repeat 0 7px;
}

#content ul.sitemap ul li ul li a {
    font-weight: normal;
    text-decoration: underline;
}

#content ul.sitemap ul li ul li a:hover {
    text-decoration: none;
}

/* search styles: form, info and results */
#searchform {
    float: left;
    padding: 13px 80px 13px 20px;
    width: 423px;
    background: transparent url(/assets/cvt/images/default/bg_element.png) no-repeat left top;
}

#searchform label {
    float: left;
    display: block;
    margin: 2px 15px 0 0;
    font-family: Corbel;
    font-size: 13px;
    color: #363636;
    text-transform: uppercase;
}

#searchform input {
    float: left;
    width: 250px;
}

#searchform input.submit {
    color: #00ace0;
    font-size: 1px;
    margin: 6px 0 0 -16px;
    padding: 0;
    border: 0;
    width: 11px;
    height: 11px;
    background: transparent url(/assets/cvt/images/default/search_button.gif) no-repeat left top;
    cursor: pointer;
}

.searchengine .notice {
    float: right;
    margin: -36px 15px 0 0;
}

#resultsinfo {
    margin: 0 0 20px 0;
}

#resultsinfo p {
    float: right;
    margin: 0;
    text-align: right;
}

#searchresults {
    clear: both;
    float: left;
    margin: 0;
    width: 100%;
}

#searchresults dt {
    font-weight: bold;
    margin: 2em 0 0 0;
    padding-top: 5px;
}

#searchresults dt a {
    float: left;
    display: block;
    width: 409px;
}

#searchresults dt .result-number {
    float: left;
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
    width: 30px;
    text-align: right;
}

#searchresults dd {
    padding: 0 10px 5px 40px;
}

#searchresults .highlight {
    border-bottom: 1px dotted black;
}


/**
 * Common objects
 */

.print-btn {
    float: right;
}

.print-btn a {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/assets/cvt/images/default/printer-tool.png) no-repeat center;
    background-size: 100%;
}

.print-btn a:hover {
    background-image: url(/assets/cvt/images/default/printer-tool-blue.png);
}

.print-btn a span {
    display: block;
    text-indent: -999em;
}

/* text block on pages */
.contenttext {
    margin-bottom: 1em;
}

/* page visual box */
#pagevisual-box {
    margin-bottom: 20px;
}

#pagevisual {}

/* imgbox */
.imgbox {}

.imgbox img {
    display: block;
}

/* linkbox */
.linkbox-container {
    margin: 0 0 15px 15px;
}

.linkbox-container h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font-family: Corbel;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.linkbox-container h2 span {}

ul.linkbox {}

ul.linkbox li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: transparent url(/assets/cvt/images/default/square_blue_large.gif) no-repeat 0 7px;
}

ul.linkbox li a {
    color: #363636;
    font-size: .9em;
    text-decoration: underline;
}

ul.linkbox li a:hover {
    text-decoration: none;
}

/* progress bar */
.progress {
    text-align: right;
    color: #003384;
    font-weight: bold;
    width: 93%;
}

.progresstext {
    color: #003384;
    font-weight: bold;
}

.progressbar {
    width: 92%;
    height: .7em;
    margin: 0 0 1em 0;
    border: 1px solid #f60;
    border-left-width: 5px;
    background-color: white;
}

#progressfill {
    height: 100%;
    background-color: #f60;
}

/* navbox, for displaying next/previous/index links */
.navbox {
    clear: both;
    margin-top: 2em;
    padding: .3em .2em;
    text-align: center;
}

.navbox a {
    border: 0;
}

.navbox .prev {
    padding-left: 20px;
    background: transparent url(/assets/cvt/images/default/arrow_blue_large_back.png) no-repeat 0 5px;
}

.navbox .next {
    padding-right: 20px;
    background: transparent url(/assets/cvt/images/default/arrow_blue_large.png) no-repeat 100% 5px;
}

.navbox .index {
    margin: 0 15px;
}

.navbox .page {
    margin: 0 .2em;
}

.navbox .page a {
    padding: 2px 6px;
}

.navbox-filterlist {
    float: left;
    clear: both;
    margin-top: 2em;
    padding: .3em .2em;
    text-align: center;
}

.navbox-filterlist a {
    border: 0;
}

.navbox-filterlist .prev {
    float: left;
    margin-right: 15px;
}

.navbox-filterlist .next {
    float: left;
    margin-left: 15px;
}

.navbox-filterlist .pages {
    float: left;
    margin: 0 auto;
}

.navbox-filterlist .pages a {
    margin: 0 .2em;
}

#content .navbox-filterlist .pages a.current {
    color: white;
    padding: 0 .3em;
    border: 1px solid #dfdfdf;
    background-color: #515151;
}

#content .navbox-filterlist .pages span.current {
    color: white;
    margin: 0 .2em;
    padding: 0 .3em;
    border: 1px solid #dfdfdf;
    background-color: #515151;
}

#content .navbox-filterlist .pages a {
    color: black;
    padding: 0 .3em;
    border: 1px solid #dfdfdf;
    text-decoration: none;
}

#content .navbox-filterlist .pages a:hover {
    color: white;
    background-color: #515151;
}



/* forum list */
.forum,
.topic,
.pollarchive {
    width: 97%;
    margin: 0 0 2em 0;
    border: 1px solid #e8e8e8;
}

.forum thead th,
.topic thead th,
.pollarchive thead th {
    margin-bottom: .2em;
    color: #003384;
    background-color: #e8e8e8;
}

.forum tbody th,
.forum tbody td,
.pollarchive tbody th,
.pollarchive tbody td {
    border-right: 1px solid #e8e8e8;
}

.forum tr,
.topic tr,
.pollarchive tr {
    border-bottom: 1px solid #e8e8e8;
}

.forum td,
.forum th,
.topic td,
.topic th,
.pollarchive td,
.pollarchive th {
    vertical-align: top;
    padding: .3em;
}

.forum img,
.topic img {
    vertical-align: top;
}

.forum p,
.pollarchive p {
    margin-top: 0;
}

.forum a,
.pollarchive a {
    font-weight: bold;
    color: #f60;
    border-color: #f60;
}

.post {}

.post th {
    border-right: 1px solid #e8e8e8;
}

.author {}

.postform {}

.postform .basicform dt,
.postform .basicform dd {
    float: none;
    width: auto;
}

.postform .basicform dt {
    font-weight: bold;
    margin-top: .5em;
    padding: .1em .3em;
}

.postform .basicform dd {
    margin: 0 0 1em 0;
    padding: 0;
}

.postform .basicform textarea {
    width: 100%;
}

.postform .basicform input.submit {
    width: auto;
}

td.first .date {
    color: #aaa;
}

/* special icons for announcements, sticky topics and locked topics */
td.announcement,
td.sticky,
td.locked,
td.default {
    padding-left: 20px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

td.announcement {
    background-image: url(/assets/demo1/images/default/i_announce.gif);
}

td.sticky {
    background-image: url(/assets/demo1/images/default/i_sticky.gif);
}

td.locked {
    background-image: url(/assets/demo1/images/default/i_locked.gif);
}

.announcement {
    font-weight: bold;
}

.locked,
.locked a {
    color: #afafaf;
    border-color: #afafaf;
    background-color: #e8e8e8;
}

.pollresults {
    width: 100%;
}

.pollresults tr {}

.pollresults td {
    text-align: right;
}

.pollresults td span {
    float: left;
}

.pollresults dt,
.pollresults dd {
    margin: .3em 0 0 0;
    padding: 0;
    float: left;
}

.pollresults dt {
    clear: both;
    width: 20%;
}

.pollresults dd {
    width: 20%;
}

.pollresult {
    width: 55% !important;
    background-color: #e8e8e8;
}

.pollresult div {
    border: 2px solid #003384;
    background-color: #ffdfca;
}

.pollresults,
#pollform {
    margin-bottom: 2em;
}

/* jargon */
a#translate {
    display: block;
    margin-bottom: 1em;
    padding: .5em;
    background: url(/assets/demo1/images/default/b_nicetitle_bottom.gif) right bottom no-repeat white;
}

.jargonterm {
    cursor: help;
    font-weight: bold;
    border-bottom: dotted 1px #003384;
}

div.nicetitle {
    position: absolute;
    padding-top: 4px;
    top: 0px;
    left: 0px;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 1px;
    color: #003384;
    background: url(/assets/demo1/images/default/b_nicetitle_bottom.gif) right bottom no-repeat #efefef;
}

div.nicetitle p {
    margin: 4px;
    padding: 4px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-color: #ffdfca;
}

.translation-status {
    position: absolute;
    width: 300px;
    height: 30px;
    top: 0;
    right: 1em;
    border: 2px solid white;
    padding: 1em;
    background-color: #ffdfca;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    font-weight: bold;
    background-color: white;
}

/* ecard styles */
#ecardlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ecardlist li {
    float: left;
    margin: 1em;
    width: 150px;
}

#ecardform .header {
    font-weight: bold;
    margin: 1em 0;
}

.ecardview img {
    margin-bottom: 1em;
}

.ecardview h2,
.ecardview p {
    padding: 0;
    margin: 0;
}

.ecardview p.message {
    margin: 0 0 1em 15px;
}

.ecardview .links a {
    font-weight: bold;
    padding-left: 15px;
    background: transparent url(/assets/demo1/images/default/arrow_right.gif) no-repeat left center;
}

.ecardview .links a:hover {
    background-image: url(/assets/demo1/images/default/arrow_right_over.gif);
}

/* slideshow */
.slideshow-title {
    text-align: center;
}

#slideshow-progress {
    margin-top: -2em;
    text-align: right;
    border-bottom: 1px solid #003384;
    color: #afafaf;
}

#slide {
    text-align: center;
    height: 300px;
    padding: 1em 0;
}

#slide.imgbox {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#slide.imgbox a,
#slide.imgbox a:hover {
    border-bottom: 0;
}

#slide.imgbox img {
    display: inline;
}

#nav-slideshow {
    clear: both;
    border-top: 2px solid #003384;
    margin-top: 1em;
    padding: .5em;
    text-align: center;
    background-color: #e8e8e8;
}

#nav-slideshow a {
    border-bottom: 0px;
}

/* feed */
ul.feed {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.feed li {
    margin-bottom: 2em;
    border-bottom: 1px solid #e8e8e8;
}

.feed-contents .summary {
    margin-bottom: 2em;
    font-style: italic;
    color: #aaa;
}

/* slimbox */
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    cursor: pointer;
    z-index: 9999;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    z-index: 9999;
}

#lbBottomContainer {}

#lbImage {
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    position: absolute;
    top: 10px;
    padding: 8px 10px 8px 5px;
    color: black;
    font-weight: bold;
    display: block;
    border: 0;
    width: 25%;
    outline: none;
}

#lbPrevLink span,
#lbNextLink span {
    visibility: hidden;
}

#lbPrevLink:hover,
#lbNextLink:hover {
    text-decoration: none;
}

#lbPrevLink:hover span,
#lbNextLink:hover span {
    visibility: visible;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: url(/assets/demo1/images/default/lightbox_prev.gif) no-repeat left top;
}

#lbNextLink {
    right: 0;
    text-align: right;
}

#lbNextLink:hover {
    background: url(/assets/demo1/images/default/lightbox_next.gif) no-repeat right top;
}

#lbBottom {
    min-height: 20px;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background: transparent url(/assets/demo1/images/default/lightbox_close.jpg) no-repeat 100% 0;
    outline: none;
}

#lbNumber {
    position: absolute;
    top: 2px;
    right: 35px;
    font-size: .9em;
    font-weight: bold;
    color: black;
    padding: 0 .3em 0 .2em;
}

#lbInfo {
    margin: 0 80px 0 95px;
    border-right: 1px dotted #ddd;
}

#lbCaption {
    font-size: 1.5em;
    font-weight: bold;
    color: #1a4069;
    margin: 0;
}

/* preview bar */
#preview-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #003384;
    text-align: center;
    background-color: white;
}

#preview-bar #previewselect {
    margin: 0;
    padding: .5em 0;
    background-color: #ffa;
    opacity: .5;
}

#preview-bar:hover #previewselect {
    opacity: .8;
}

#preview-bar #previewselect input,
#preview-bar #previewselect select {
    margin: 0 1em;
}

/* webshop */
table.articles {
    width: 100%;
}

table.articles thead {
    font-weight: bold;
}

table.articles tfoot {
    border-top: 1px solid black;
}

.cartview-options {
    margin-top: 1em;
}

/**
 * Very often used classes
 */

/* positioning and visibility */
.clear-both {
    clear: both;
}

.inline {
    display: inline;
}

.block-level {
    display: block;
}

.nodisplay {
    display: none;
}

.show {
    visibility: visible;
}

.hide {
    visibility: hidden;
}

/* coloring and text decoration/transformation */
.no-border {
    text-decoration: none;
}

.back {
    padding-left: 15px !important;
    background: url(/assets/demo1/images/default/arrow_left.gif) center left no-repeat;
}

.back:hover {
    background-image: url(/assets/demo1/images/default/arrow_left_over.gif);
}

.red {
    color: red;
}

.req {
    color: red;
}

.err {
    color: red;
    font-weight: bold;
}

input.err {
    font-weight: normal;
    background-color: #ffbfbf;
}

.notice {}

.chosen {
    color: #f60;
    font-weight: bold;
}

/* odd, even and first for row coloring (zebra tables and distinctive first row) */
.odd {
    background-color: #f1f1f1;
}

.even {}

.first {}

/* Pop-up */
body.popupvisible {
    height: 100vh;
    overflow-y: hidden;
}

.popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;

    transition: opacity 0.2s ease-in-out;
}

.popup--visible {
    opacity: 1;
    pointer-events: initial;
}

.button--closepopup {
    position: absolute;
    top: -48px;
    right: -48px;
    display: block;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.button--closepopup:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: transparent;
    border-radius: 50%;

    transition: all 0.2s ease-in-out;
}

.button--closepopup:hover:after {
    background-color: rgba(0, 0, 0, 0.1);
}

.button--closepopup span {
    display: block;
    position: absolute;
    top: 24px;
    left: 12px;
    width: 24px;
    height: 2px;
    background: black;
}

.button--closepopup span:nth-child(1) {
    transform: rotate(-45deg);
}

.button--closepopup span:nth-child(2) {
    transform: rotate(45deg);
}

.button--closepopup span.label {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    background: transparent;
    width: auto;
    height: auto;
    text-indent: -99999px;
}

.popup__container {
    position: relative;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    max-width: 640px;
    max-height: calc(100vh - 40px);
    align-self: center;
    transform: translateY(40px);
    opacity: 0;
    padding: 24px;
    border-radius: 5px;

    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition-delay: 0.1s;
}

.popup--visible .popup__container {
    transform: translateY(0);
    opacity: 1;
}

.popup__title {
    font-family: Corbel;
    font-weight: bold;
    font-size: 17px;
    color: black;
    margin: 0 0 10px 0;
}

.popup__content p {
    margin-bottom: 10px;
}

.popup__content p:last-child {
    margin-bottom: 0;
}

.basicform-container--popup {
    background: transparent;
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

.basicform-container--popup .basicform {
    min-height: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.05);
}

.basicform-container--popup .basicform .element {
    margin-bottom: 20px;
    clear: both;
    display: flex;
    gap: 10px;
}

.basicform-container--popup .basicform .label {
    float: none;
    font-weight: bold;
}

.basicform-container--popup .basicform .input,
.basicform-container--popup .basicform .group {
    float: none;
}

.basicform-container--popup .basicform .group div {
    display: flex;
    margin-bottom: 2px;
}

.basicform-container--popup .basicform .group div:last-child {
    margin-bottom: 0;
}

.basicform-container--popup .basicform .group input {
    align-self: flex-start;
    margin: 0 5px 0 0;
    top: 2px;
    position: relative;
}

.basicform-container--popup .basicform .group label {
    align-self: flex-start;
    cursor: pointer;
}

.basicform-container--popup .basicform .element.submit {
    justify-content: flex-end;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.basicform-container--popup .basicform input[type="submit"] {
    background-color: #07ace0;
    color: white;
    padding: 15px 20px;
    border: none;
    width: initial;
    cursor: pointer;

    transition: all 0.2s ease-in-out;

}

.basicform-container--popup .basicform input[type="submit"]:hover {
    background-color: black;
}

.basicform-container--popup .basicform .notice {
    font-size: 0.9em;
    margin-top: -50px;
    margin-bottom: 13px;
}
