/* ---------- Color Module Styles ----------- */
/* Use ONLY rules with properties that have hex colors as values. */
/* Use lowercaps hex values. */

/* Header */

.html .zone-branding-wrapper {
    border-top-color: #084990;
}

/* Main menu */

#zone-menu-wrapper {
    background: #084990;
    background: linear-gradient(to bottom, #0E4C90 0%, #024690 100%);
}

#zone-menu-wrapper .menu li.active a,
#zone-menu-wrapper .menu li a:hover {
    background: #af002d;
}

#zone-menu-wrapper .menu li ul,
#zone-menu-wrapper .menu li.active li a,
#zone-menu-wrapper .menu li li a:hover {
    background: #F8F8F8;
}

#zone-menu-wrapper  .menu li li.active a,
#zone-menu-wrapper  .menu li li a:hover {
    background: #c6c6c6;
}

#zone-branding .site-name a,
#zone-branding .block-accessbility-text,
#zone-branding .block-language li.active {
    color: #0e4c90;
}

/* Base: BaBackground / Text / Link */

.html .center-wrapper {
    background-color: #ffffff;
}

.html .zone-branding,
.html .zone-content-wrapper {
    background-color: #ffffff;
}

.html #section-content a,
.html #page .view-header h2,
.html #page .pane-title,
.not-logged-in.page-user #page .title,
.html #page h1.title,
.html .controls .button,
.html #page label {
    color: #084990;
}

.html p {
    color: #333333;
}

.pane-node-content p {
    padding-bottom: 10px;
	line-height: 24px;
    font-size: 16px;
}

.html p a {
    color: #3385a3;
}

.html .agenda .fancy-month,
.html .agenda .fancy-date {
    background: #00678c;
}

/* Footer bg */

#section-footer {
   background: linear-gradient(to bottom, #0E4C90 0%, #024690 100%);
   border-top: 1px solid #f1f1f1;
}