@charset "utf-8";

html, body {
    color: #646363;
    font-family: 'lucida grande', arial, helvetica, verdana;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "BrandonGrotesque-Medium";
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3em;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    line-height: 1.3em;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    width: 100%;
}

#page-header {
    background: url(../images/navigation/default.png) 50% 100% no-repeat;
    padding: 0 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
}

.toolbar #page-header {
    top: 30px;
}

.toolbar.toolbar-drawer #page-header {
    top: 65px;
}

#page-header > .content {
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#site-name {
    float: left;
    width: 210px;
}

#site-name a {
    display: block;
    height: 0;
    margin: 18px 100px 19px 0;
    overflow: hidden;
    padding: 88px 110px 0 0;
    width: 0;
}

#main-menu {
    display: block;
    margin: 0 0 0 210px;
    padding: 0;
    height: 135px;
    width: 750px;
    overflow: hidden;
}

#main-menu li {
    border-bottom: 10px solid #646363;
    float: left;
    height: 125px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 125px;
}

#main-menu li.information {
    background: #556271;
    border-color: #556271;
}

#main-menu li.consumers {
    background: #47cec5;
    border-color: #47cec5;
}

#main-menu li.parents {
    background: #c6f558;
    border-color: #c6f558;
}

#main-menu li.parents {
    background: #ace131;
    border-color: #ace131;
}

#main-menu li.professionals {
    background: #ff6a68;
    border-color: #ff6a68;
}

#main-menu li.substances {
    background: #c64b56;
    border-color: #c64b56;
}

#main-menu li.forum {
    background: #E66B1B;
    border-color: #E66B1B;
}

#main-menu li a {
    color: #fff;
    display: block;
    font-family: "BrandonGrotesque-Black";
    font-size: 14px;
    height: 125px;
    line-height: 125px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 125px;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
}

#main-menu li a.animation {
    background: #fff;
    color: #646363;
    height: 125px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

#main-menu li.active-trail a.animation {
    height: 0%;
}

#block-menu-block-1 h2 {
    display: none;
}

#block-menu-block-1 ul li {
    font-family: "BrandonGrotesque-Medium";
    margin: 0;
    padding: 0;
    list-style: none;
}

#block-menu-block-1 ul li a {
    text-decoration: none;
}

#block-menu-block-1 ul li.active-trail {
    background: url(../images/secondary-navigation/active/default.png) 0 0 no-repeat;
}

#block-menu-block-1 ul li.active-trail.item-1 {
    background-position: -180px 0px;
}

#block-menu-block-1 ul li.active-trail.item-2 {
    background-position: -360px 0px;
}

#block-menu-block-1 ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    min-height: 40px;
    text-transform: uppercase;
    width: 170px;
}

#block-menu-block-1 ul li a span {
    display: block;
    line-height: 20px;
    padding: 10px;
}

#block-menu-block-1 ul li.item-0 a {
    background-color: rgba(100, 99, 99, 0.9);
}

#block-menu-block-1 ul li.item-1 a {
    background-color: rgba(100, 99, 99, 0.7);
}

#block-menu-block-1 ul li.item-2 a {
    background-color: rgba(100, 99, 99, 0.5);
}

#block-menu-block-1 ul li a:hover {
    text-decoration: none;
}

#page-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
    /* position: relative; */
    width: 960px;
}

#page-wrapper > .content {
    padding: 135px 0 0;
}

.region-highlighted {
    height: 200px;
}

.region-highlighted div.contextual-links-wrapper {
    top: 32px;
}

.highlighted .region-sidebar-first {
    margin-top: -200px;
}

.region-sidebar-first {
    float: left;
    position: relative;
    padding: 80px 0 0;
    width: 180px;
    z-index: 1;
}

.region-sidebar-second {
    float: right;
    margin: 80px 0 0;
    width: 210px;
}

.highlighted .region-sidebar-second {
    margin: 40px 0 0;
}

.block {
    margin: 0 0 40px;
}

.block .block-title {
    font-family: "BrandonGrotesque-Black";
    font-size: 14px;
    /*border-bottom: 2px solid;*/
    border-color: #646363;
    padding: 0 0 5px;
    margin: 0 0 5px;
}

.tabs.primary {
    border-color: #646363;
    margin: 0 0 10px;
    padding-left: .5em;
}

.tabs.primary li {
    border-color: #646363;
}

.tabs.primary li a {
    background: #646363;
    border-color: #646363;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-bottom: -1px;
}

.tabs.primary li.active a,
.tabs.primary li.active a:hover {
    background: #fff;
    border-color: #646363;
    border-bottom: transparent !important;
    color: #646363;
}

#content-wrapper {
    overflow: hidden;
}

#content-wrapper {
    padding: 80px 0 0;
}

.front #content-wrapper,
.highlighted #content-wrapper {
    padding: 40px 0 0;
}

.two-sidebars #content-wrapper {
    margin: 0 250px 0 210px;
    width: 500px;
}

.one-sidebar.sidebar-first #content-wrapper {
    margin: 0 0 0 210px;
    width: 750px;
}

.one-sidebar.sidebar-second #content-wrapper {
    margin: 0 250px 0 0;
    width: 710px;
}

.footer-push {
    height: 40px;
}

#footer {
    background: #646363;
    color: #fff;
    font-size: 12px;
    height: 40px;
    min-width: 960px;
    width: 100%;
    overflow: hidden;
}

#footer > .content {
    height: 40px;
    margin: 0 auto;
    width: 960px;
}

#footer .copyright {
    color: #fff;
    display: inline;
    line-height: 40px;
    float: left;
    width: 50%;
}

#footer #footer-menu {
    text-align: right;
    width: 50%;
    margin-left: 50%;
    display: block;
    overflow: hidden;
}

#footer #footer-menu li {
    margin: 0;
    padding: 0;
}

#footer #footer-menu li:after {
    content: "|";
    margin: 0 0.5em;
}

#footer #footer-menu li.last:after {
    content: "";
    margin: 0;
}

#footer #footer-menu li a {
    color: #fff;
    line-height: 40px;
    text-decoration: none;
}

.panels-flexible-row {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.panel-panel .inside,
.panel-2col .panel-col-first .inside,
.panels-flexible-region-inside,
.panels-flexible-row-inside {
    margin: 0;
    padding: 0;
}

.panels-flexible-region {
    display: table-cell;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.pane-placeholder img {
    display: block;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    display: inline-block;
    height: 20px;
    padding-left: 25px;
    line-height: 20px;
    background: url(../images/radio.png) 0 0 no-repeat;
    cursor: pointer;
}

input[type="radio"] + label:hover {
    background: url(../images/radio.png) 0 -20px no-repeat;
}

input[type="radio"]:checked + label {
    background: url(../images/radio.png) 0 -40px no-repeat;
}

.item-list ul.pager {
    margin: 2em 0 1em;
}

.item-list ul.pager a,
.item-list ul.pager li {
    color: #646363;
    display: inline-block;
    font-family: "BrandonGrotesque-Black";
    font-size: 16px;
    font-weight: normal;
    min-width: 20px;
    text-transform: uppercase;
    padding: .1em;
    margin-left: 0;
}

.item-list ul.pager li.first {
    margin-left: 0;
}

.pager-current {
    text-decoration: underline;
}

#block-facebook-facebook-likebox {
    overflow: hidden;
}

#block-panels-mini-info-highlight {
    background: #556271;
    color: #fff;
}

#block-panels-mini-consumers-highlight {
    background: #47CEC5;
    color: #fff;
}

#block-panels-mini-parents-highlight {
    background: #ace131;
    color: #fff;
}

#block-panels-mini-professionals-highlight {
    background: #ff6a68;
    color: #fff;
}

#block-panels-mini-substances-highlight {
    background: #c64b56;
    color: #fff;
}

#block-panels-mini-pharmonnps-highlight {
    background: #E66B1B;
    color: #fff;
}

#block-panels-mini-info-highlight .node-title,
#block-panels-mini-consumers-highlight .node-title,
#block-panels-mini-parents-highlight .node-title,
#block-panels-mini-professionals-highlight .node-title,
#block-panels-mini-substances-highlight .node-title,
#block-panels-mini-info-highlight .node-title,
#block-panels-mini-pharmonnps-highlight .node-title {
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0 0 0.833em;
}

#block-panels-mini-info-highlight .node-text-block,
#block-panels-mini-consumers-highlight .node-text-block,
#block-panels-mini-parents-highlight .node-text-block,
#block-panels-mini-professionals-highlight .node-text-block,
#block-panels-mini-substances-highlight .node-text-block,
#block-panels-mini-pharmonnps-highlight .node-text-block,
#block-panels-mini-info-highlight .node-text-block {
    min-height: 100px;
}

#block-panels-mini-info-highlight .panel-col-first,
#block-panels-mini-consumers-highlight .panel-col-first,
#block-panels-mini-parents-highlight .panel-col-first,
#block-panels-mini-professionals-highlight .panel-col-first,
#block-panels-mini-substances-highlight .panel-col-first,
#block-panels-mini-pharmonnps-highlight .panel-col-first,
#block-panels-mini-info-highlight .panel-col-first {
    width: 585px;
}

#block-panels-mini-info-highlight .panel-col-last,
#block-panels-mini-consumers-highlight .panel-col-last,
#block-panels-mini-parents-highlight .panel-col-last,
#block-panels-mini-professionals-highlight .panel-col-last,
#block-panels-mini-substances-highlight .panel-col-last,
#block-panels-mini-pharmonnps-highlight .panel-col-last,
#block-panels-mini-info-highlight .panel-col-last {
    padding: 40px 20px;
    width: 335px;
}

#block-views-infobox-block .views-field-title a {
    color: #646363;
}

#block-search-form .container-inline {
    position: relative;
}

#block-search-form .form-text {
    border: 1px solid #646363;
    height: 28px;
    line-height: 30px;
    margin: 0;
    padding: 0 25px 0 10px;
    width: 173px;
}

#block-search-form .form-item-search-block-form {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

#block-search-form .form-item-search-block-form:after {
    content: "\f002";
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 30px;
}

#block-search-form .form-actions {
    float: right;
}

#block-search-form .form-submit {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 30px 20px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
}

#block-locale-language .block-title {
    display: none;
}

#block-locale-language .language-switcher-locale-url {
    margin: 0;
    padding: 0;
}

#block-locale-language .language-switcher-locale-url li {
    display: inline-block;
    list-style: none;
}

#block-locale-language .language-switcher-locale-url li a {
    font-family: "BrandonGrotesque-Medium";
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    list-style: none;
    opacity: 1;
}

#block-locale-language .language-switcher-locale-url li .locale-untranslated {
    visibility: hidden;
}

#block-locale-language .language-switcher-locale-url li a {
    color: #646363;
}

#block-locale-language .language-switcher-locale-url li a.active {
    opacity: 0.4;
}

#block-locale-language .contextual-links-wrapper {
    display: none;
}

#block-locale-language {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 10px;
}

#block-base-news-archive h3 {
    font-family: 'lucida grande', arial, helvetica, verdana;
    font-size: 1em;
}

#block-base-news-archive ul {
    margin: 0 0 0.5em;
}

#block-base-news-archive ul li {
    list-style: none;
    margin: 0 0 0 14px;
}

#block-base-news-archive a {
    font-size: 14px;
    line-height: 1em;
}

#block-base-news-archive a.current {
    /*font-weight: bold;*/
}

#block-base-news-archive .news-archive-year:before {
    content: '▶';
    display: inline-block;
    font-size: 0.5em;
    height: 14px;
    line-height: 14px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

#block-base-news-archive .news-archive-year.current:before {
    content: '▼';
}

.form-item label {
    margin-bottom: .3em;
}

.form-item .description {
    margin-top: .2em;
}

input.form-text {
    border: 1px solid #646363;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    height: 28px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
}

textarea {
    border: 1px solid #646363;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    padding: 10px;
}

.button-style {
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

.button-style:hover {
    text-decoration: none;
}

.button-style,
button, input.form-submit {
    background: #646363;
    border-top: 1px solid #a6a5a5;
    border-right: 1px solid #464545;
    border-bottom: 1px solid #353434;
    border-left: 1px solid #858484;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
}

.page-consultation-requests-delete .form-actions .form-submit {
    margin-right: .5em;
}

.page-consultation-requests thead a,
.page-consultation-requests thead {
    background: #646363;
    color: #fff;
}

.page-consultation-requests table th,
.page-consultation-requests table td {
    padding: .5em 1em;
}

.page-consultation-requests table th:last-child,
.page-consultation-requests table td:last-child {
    text-align: right;
}

.fieldset-title {
    color: #646363;
}

a.contextual-links-trigger {
    font-size: 0 !important;
    padding-top: 0 !important;
}

.panels-flexible-3 .panels-flexible-row {
    padding: 0 0 10px 0;
    margin: 0;
}

.panels-flexible-3 .panels-flexible-region-inside {
    padding-right: 0px;
    padding-left: 0px;
}

@media screen and (max-width: 960px) {
    #content-wrapper {
        padding-top: 40px;
    }

    .region-sidebar-second {
        margin: 40px 0 0;
    }

    #page-wrapper {
        position: inherit;
    }

    #page-header {
        position: absolute;
        min-width: 960px;
    }
}

table.consultation-moderation-table {
    word-break: break-all;
    word-break: break-word;
}

table.consultation-moderation-table th.message {
    width: 200px;
}

.consultationtool-filter-form-wrapper {
    margin: 1em 0;
    border: 1px solid #c0c0c0;
    padding: 1em;
}

ul {
    padding: .5em 0 .5em 1.5em;
}