﻿/* Site specific styling (structure) */


/* general */
* {
    box-sizing: border-box;
}

.clearfix {
    clear: both;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.spacer-cell {
    display: table-cell;
    width: 100%;
}


/* sticky footer */

html, body, form {
    height: 100%;
}

.above-sticky-footer {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -162px;
}

    .above-sticky-footer:after {
        content: "";
        display: block;
    }

    .sticky-footer, .above-sticky-footer:after {
        height: 162px;
    }

/* specific items */

html {
    font-size: 14px;
    line-height: 1.2em;
}

a > h1,
a > h2,
a > h3 {
    display: inline-block; /* display:block is too wide for clickable headings */
}


.content-wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 350;
}

header {
    position: relative;
}

.logo-container {
}

.logo-image {
    float: left;
}





.logo-text {
    /*text-transform: uppercase;*/
    min-width: 300px;
    width: 54%;
    float: right;
    text-align: right;
    margin: 16px;
    margin-right: 8px;
    font-size: 0.8em;
}

.funding-logo {
    float: right;
    /*width: 20%;
	min-width: 50px;
	max-width: 100px;*/
    width: 40px;
}

.funding-text {
    padding: .8em;
    font-size: .8em;
}

.menu-container {
    z-index: 100;
}

.menu-item {
    /*font-size: 1.4em;*/
    line-height: 2.4em;
    float: left;
}

    .menu-item a {
        padding-left: 1em;
        padding-right: 1em;
    }

    .menu-item.logo {
        line-height: 0;
        /*background-color: white;*/
    }

.menu-dropdowns {
    position: relative;
}

.menu-item-content {
    position: absolute;
    z-index: 400;
    width: 100%;
    padding: 16px;
}

.menu-item-content-sub {
    padding: 8px;
    min-height: 100px;
    float: left;
    width: 33%;
}


.search-bar {
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    /*position: absolute;*/
    /*z-index: 350;*/
}

.tab-header-panel {
    text-align: center;
}

[data-tab-header] {
    display: inline-block;
    padding: 4px;
    border: solid 2px #c1c1c1;
    border-bottom: 0;
    cursor: pointer;
    background-color: #eeede6;
}

.content-container {
}




#main-searchbox-placeholder {
    margin: 8px;
}

    #main-searchbox-placeholder #searchbox-container {
        float: none;
        margin: 0 auto;
        width: 50%;
    }

#search-button {
    margin-right: 8px;
}

.caroussel {
    width: 100%;
}

    .caroussel .slide {
        position: relative;
        overflow-y: hidden;
        max-height: 450px;
        /*max-width: 600px;*/
        text-align: center;
    }

        .caroussel .slide .caption {
            position: absolute;
            left: 0;
            bottom: 0;
            max-width: 350px;
            padding: 25px 20px 20px 20px;
            text-align: justify;
        }

        .caroussel .slide img {
            /*margin-left: 200px;*/
            max-width: 600px;
            width: 100%;
        }

/*section {
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}*/

@media only screen and (max-width : 640px) {
    section {
        display: block;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    .logo-image-mini {
        max-width: 24px;
        border-radius: 40px;
        margin: 15px;
    }

    .logo-image img {
        max-width: 100px;
        width: 100%;
        margin-top: 8px;
        margin-left: 6px;
        margin-bottom: 4px;
        margin-right: 4px;
    }
    .logo-text {
        display:none;
}
    #searchbox-container {
    padding: 2px;
    vertical-align: bottom;
    float: right;
    width: 50%;
    max-width: 600px;
    display: block;
    /*margin: 0 auto;*/
    margin-bottom: 8px;
    margin-right: 8px;
    margin-top: 8px;
}
}

@media only screen and (min-width : 640px) and (max-width : 1200px) {
    section {
        display: block;
        margin: 0;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    .logo-image-mini {
        max-width: 24px;
        border-radius: 40px;
        margin: 5px;
    }

    .logo-image img {
        max-width: 200px;
        width: 100%;
        margin-top: 8px;
        margin-left: 6px;
        margin-bottom: 4px;
        margin-right: 4px;
    }
    .logo-text {
    /*text-transform: uppercase;*/
    min-width: 300px;
    width: 54%;
    float: right;
    text-align: right;
    margin: 16px;
    margin-right: 8px;
    font-size: 0.8em;
}
    #searchbox-container {
    padding: 2px;
    vertical-align: bottom;
    float: right;
    width: 50%;
    max-width: 600px;
    display: block;
    /*margin: 0 auto;*/
    margin-bottom: 8px;
    margin-right: 8px;
}
}

@media only screen and (min-width : 1200px) {

    section {
        display: block;
        margin: 0;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    .logo-image-mini {
        max-width: 24px;
        border-radius: 40px;
        margin: 5px;
    }

    .logo-image img {
        max-width: 200px;
        width: 100%;
        margin-top: 8px;
        margin-left: 6px;
        margin-bottom: 4px;
        margin-right: 4px;
    }
    .logo-text {
    /*text-transform: uppercase;*/
    min-width: 300px;
    width: 54%;
    float: right;
    text-align: right;
    margin: 16px;
    margin-right: 8px;
    font-size: 0.8em;
}
    #searchbox-container {
    padding: 2px;
    vertical-align: bottom;
    float: right;
    width: 50%;
    max-width: 600px;
    display: block;
    /*margin: 0 auto;*/
    margin-bottom: 8px;
    margin-right: 8px;
}
}

.category-description {
    clear: both;
}

    .category-description img {
        width: 200px;
        float: right;
        margin: 20px;
    }

footer .links {
    margin-left: 20px;
}

    footer .links li {
        margin-left: 2em;
        /*float: left;*/
    }



.search-result {
    padding-top: 4px;
}


/* center all Masonry */
.boxBack {
    margin: auto;
}


/* Tabs */
@media only screen and (min-width : 320px) and (max-width : 640px) {
    .tabs {
        width: 99%;
        display: inline-block;
        margin-bottom: 22px;
    }

    .tab-links a {
        padding: 2px;
        display: inline-block;
        border-radius: 3px 3px 0px 0px;
        background: #fff;
        font-size: 8px;
        background: #EEEDE6;
        color: #333333; /*donker grijs*/
        transition: all linear 0.15s;
        text-decoration: none;
    }
}

@media only screen and (min-width : 640px) and (max-width : 1200px) {
    .tabs {
        width: 99%;
        display: inline-block;
        margin-bottom: 22px;
    }

    .tab-links a {
        padding: 9px 15px;
        display: inline-block;
        border-radius: 3px 3px 0px 0px;
        background: #fff;
        font-size: 12px;
        font-weight: 600;
        background: #EEEDE6;
        color: #333333; /*donker grijs*/
        transition: all linear 0.15s;
        text-decoration: none;
    }
}

@media only screen and (min-width : 1200px) {
    .countryReport .tabs {
        width: 75%;
        display: inline-block;
        margin-bottom: 22px;
    }

    .diagnosticspage .tabs {
        width: 100%;
        display: inline-block;
        margin-bottom: 22px;
    }

    .food-system-drivers-page .tabs {
        width: 100%;
        display: inline-block;
        margin-bottom: 22px;
    }

    .tab-links a {
        padding: 9px 15px;
        display: inline-block;
        border-radius: 3px 3px 0px 0px;
        background: #fff;
        font-size: 12px;
        font-weight: 600;
        background: #EEEDE6;
        color: #333333; /*donker grijs*/
        transition: all linear 0.15s;
        text-decoration: none;
    }
}

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 0px;
    float: left;
    list-style: none;
}



.tab-links a:hover {
    background: #6aade4; /*lichtblauw*/
    text-decoration: none;
}

.tab-content {
    padding: 15px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    background: #fff;
    border: 1px solid #c1c1c1;
}

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }

.countryReport li.active a, .diagnosticspage li.active a, .food-system-drivers-page li.active a {
    background: #6AADE4;
    color: white;
}

    .countryReport li.active a:hover, .diagnosticspage li.active a:hover, .food-system-drivers-page li.active a:hover {
        background: #6AADE4;
        color: white;
    }

/* End tabs */

/* Brief page*/

@media only screen and (min-width : 320px) and (max-width : 640px) {
    .brief-page .wrapper {
       width: 100%;
       padding:12px;
    }
    .brief-page .outline {        
        width: 100%; 
        padding:12px;
        height: 100%;        
        background-color:#EEEDE6;
    }
    .brief-page .brief-content {       
        width: 100%;        
    }
    .IssueImage {
    max-width: 290px;
    box-shadow:none;
}
    
}

@media only screen and (min-width : 640px) and (max-width : 1200px) {
    .brief-page .wrapper {
       width: 100%;
    }
    .brief-page .outline {
        float: left; 
        width: 30%; 
        height: 100%; 
        padding:20px;
        background-color:#EEEDE6;
    }
    .brief-page .brief-content {
        float: left; 
        width: 65%;
        margin:20px;
    }
    .IssueImage {
    width: 500px;
    box-shadow:none;
}
}

@media only screen and (min-width : 1200px) {
    .brief-page .wrapper {
       width: 1000px;
    }
    .brief-page .outline {
        float: left; 
        width: 200px; 
        height: 100%; 
        padding:20px;
        background-color:#EEEDE6;
    }
    .brief-page .brief-content {
        float: left; 
        width: 500px;
        margin:20px;
    }
    .IssueImage {
    width: 500px;
    box-shadow:none;
}
}

.brief-page img {
    box-shadow:none;
}

/* End brief page */

/*Report page*/

@media only screen and (min-width : 320px) and (max-width : 640px) {
    .popup {
        width: 300px;
        height: 200px;
    }
}

@media only screen and (min-width : 640px) and (max-width : 1200px) {
    .popup {
        width: 700px;
        height: 600px;
    }
}

@media only screen and (min-width : 1200px) {
    .popup {
        width: 1100px;
        height: 600px;
    }
}

.countryReport {
    padding-left: 20px;
    line-height: 1.4em;
}

    .countryReport .imgNoShadow {
        box-shadow: 0px 0px 0px 0px !important;
    }

    .countryReport .map {
        box-shadow: 0px 0px 0px 0px !important;
        max-width: 100%;
        width: auto;
    }

    .countryReport .h1 {
        margin-bottom: 20px;
    }

/*End report page*/

/*Site map*/
.sitemappage img {
    box-shadow: 0px 0px 0px 0px !important;
}

.sitemappage {
    margin-bottom: 25px;
}

/*End site map*/

/*Publication page*/

@media only screen and (min-width : 320px) and (max-width : 640px) {
    .publication .filter {
        width: 100%;
        background-color: #6AADE4;
        padding: 20px;
        color: white;
    }

    .publication .results {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        width: 100%;
    }

    .publication .spacer {
        display: none;
    }
}

@media only screen and (min-width : 640px) and (max-width : 1200px) {
    .publication .filter {
        float: left;
        width: 30%;
        background-color: #6AADE4;
        padding: 20px;
        color: white;
    }

    .publication .results {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        width: calc(70% - 12px);
        float: left;
    }

    .publication .spacer {
        width: 12px;
        float: left;
    }
}

@media only screen and (min-width : 1200px) {
    .publication .filter {
        float: left;
        width: 30%;
        background-color: #6AADE4;
        padding: 20px;
        color: white;
    }

    .publication .results {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        width: calc(70% - 12px);
        float: left;
    }

    .publication .spacer {
        width: 12px;
        float: left;
    }
}

/*.ui-dialog { position: fixed;  }*/
/*.ui-widget { position: absolute; }*/

.publication {
    margin-top: 12px;
}

    .publication .subject {
        font-weight: bold;
    }

    .publication p {
        /*margin-bottom: 12px;*/
    }


    .publication h1 {
        margin-bottom: 0.2em;
    }

.filter .button, a.button:active, a.button:visited {
    background-color: #005172;
    text-decoration: none;
    color: white !important;
}

.filter a.button:hover {
    background-color: #3484C1 !important;
    text-decoration: none;
    color: white !important;
}

.filter a, .filter a:active, .filter a:visited, .filter a:hover, .filter a:link {
    text-decoration: none;
    color: white !important;
}

.filter h1 {
    color: white;
}

.filter h2 {
    color: white;
}

.filter h3 {
    color: white;
}

.filter label {
    width: calc(100% - 40px);
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.filter div {
    margin-bottom: 12px;
}

.results .title {
    /*margin-top: 12px;*/
    font-weight: bold;
    margin-bottom: 0;
}

.results .author {
    font-size: smaller;
    color: #333;
}

.results {
    line-height: 1.6;
}

    .results .props {
        font-size: smaller;
        color: #333;
    }

        .results .props p {
            /*margin-bottom: 1px;*/
        }

    .results a[href], a[href]:visited, .link {
        color: #3A84C1;
        font-size: 12px !important;
    }

    /*.results div {
        margin-bottom: 4px;
    }*/

    .results .abstract a, .results .abstract a:active, .results .abstract a:visited, .results .abstract a:hover, .results .abstract a:link {
        text-decoration: none;
        color: #333333 !important;
    }


.ui-dialog-title {
    display: none;
}

.ui-dialog-titlebar {
    background: transparent;
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 0;
}

.internal-link {
    background-color: #f1f1f1;
}

.publ-related {
    margin-top: 12px;
    margin-bottom: 12px;
}
/*End Publication page*/


/* Diagnostocs page*/

@media only screen and (min-width : 320px) and (max-width : 640px) {
    .diagnosticspage .wrapper .col1_3, .col2_3, .col3_3 {
        width: 100%;
        float: left;
        padding-right: 22px;
    }

    .diagnosticspage .img-diagnostics {
        max-width: 240px;
    }

    .diagnosticspage .wrapper .col2_2 {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width : 640px) and (max-width : 1200px) {
    .diagnosticspage .wrapper .col1_3, .col2_3 {
        width: 33%;
        float: left;
        padding-right: 22px;
    }

    .diagnosticspage .wrapper .col3_3 {
        width: 34%;
        float: left;
        padding-right: 22px;
    }

    .diagnosticspage .img-diagnostics {
        width: 470px;
        height: 196px;
    }

    .diagnosticspage .wrapper .col2_2 {
        width: 750px;
        float: left;
    }
}

@media only screen and (min-width : 1200px) {
    .diagnosticspage .wrapper .col1_3, .col2_3 {
        width: 33%;
        float: left;
        padding-right: 22px;
    }

    .diagnosticspage .wrapper .col3_3 {
        width: 34%;
        float: left;
        padding-right: 22px;
    }

    .diagnosticspage .img-diagnostics {
        width: 470px;
        height: 196px;
    }

    .diagnosticspage .wrapper .col2_2 {
        width: 750px;
        float: left;
    }
}

.diagnosticspage {
    padding-left: 20px;
    line-height: 1.4em;
}

    .diagnosticspage ul {
        list-style: disc;
        padding-left: 20px;
    }

    .diagnosticspage .left_float_image {
        padding-right: 5px;
        padding-left: 5px;
        float: left;
        padding-bottom: 5px;
        margin-right: 7px;
        padding-top: 0px;
    }

.tableTitle {
    font-size: 16px;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #c1c1c1;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: bold;
    width: 100%;
}

.diagnosticspage .heading {
    width: 100%;
    background-color: #6AADE4;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 22px;
}

    .diagnosticspage .heading h3 {
        color: white;
    }

.diagnosticspage .wrapper {
    width: 100%;
    margin-bottom: 22px;
}

    .diagnosticspage .wrapper .title {
        font-weight: bold;
    }

    .diagnosticspage .wrapper .col1_2 {
        width: 492px;
        float: left;
    }




.tableStyle {
    border-collapse: collapse;
    border-color: #c1c1c1;
    width: 100%;
}

.tableCellStyle {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #c1c1c1;
    font-size: 13px;
}

.tableHeaderStyle {
    background-color: #EFEEE8;
    color: #333333;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: normal;
}

/*.diagnosticspage img {
    box-shadow: 0px 0px 0px 0px !important;
    border: 1px solid #d8d8d8;
}*/

/* End Diagnostocs page*/

/* food system drivers page */

@media only screen and (min-width : 320px) and (max-width : 640px) {
    .food-system-drivers-page .wrapper .col1_2 {
        width: 100%;
        padding: 12px;
        background-color: #eeede6;
    }

    .food-system-drivers-page .wrapper {
        font-size: 6px;
    }

    .food-system-drivers-page .coln_4 {
        font-size: 6px;
    }

    .food-system-drivers-page .coln_4_collapsed {
        font-size: 6px;
    }

    .food-system-drivers-page .wrapper .col2_2 {
        width: 100%;
        margin-top: 12px;
    }

    .img-scheme-food {
        width: 100%;
    }

    .col1_2_text {
        width: 100%;
        margin-top: 12px;
    }

    .col1_2_links {
        width: 100%;
        margin-top: 12px;
    }

    .coln_4_100 {
        height: 200px;
    }

    .coln_4_100_w {
        height: 200px;
    }

    .coln_4_120 {
        height: 240px;
    }

    .coln_4_160 {
        height: 320px;
    }

    .coln_4_collapsed_110 {
        height: 280px;
    }

    .coln_4_collapsed_160 {
        height: 420px;
    }

    .coln_4_collapsed_200 {
        height: 450px;
    }

    .coln_4_collapsed_220 {
        height: 600px;
    }

    .coln_4_collapsed_240 {
        height: 520px;
    }

    .coln_4_collapsed_280 {
        height: 600px;
    }

    .food-system-drivers-page .wrapper li {
        list-style-type: disc;
    }
}

@media only screen and (min-width : 640px) and (max-width : 1200px) {
    .food-system-drivers-page .wrapper {
        font-size: smaller;
    }

    .food-system-drivers-page .coln_4 {
        font-size: smaller;
    }

    .food-system-drivers-page .coln_4_collapsed {
        font-size: smaller;
    }

    .food-system-drivers-page .wrapper .col1_2 {
        width: 300px;
        min-height: 201px;
        float: left;
        padding: 12px;
        background-color: #ECECEC;
        margin-right: 12px;
    }

    .food-system-drivers-page .wrapper .col2_2 {
        width: 300px;
        float: left;
    }

    .img-scheme-food {
        max-width: 300px;
        max-height: 201px;
    }

    .col1_2_text {
        width: 80%;
        float: left;
        margin-right: 12px;
    }

    .col1_2_links {
        width: 15%;
        float: left;
    }

    .coln_4_100 {
        height: 120px;
    }

    .coln_4_100_w {
        height: 120px;
    }

    .coln_4_120 {
        height: 140px;
    }

    .coln_4_160 {
        height: 180px;
    }

    .coln_4_collapsed_110 {
        height: 140px;
    }

    .coln_4_collapsed_160 {
        height: 220px;
    }

    .coln_4_collapsed_200 {
        height: 220px;
    }

    .coln_4_collapsed_220 {
        height: 240px;
    }

    .coln_4_collapsed_240 {
        height: 280px;
    }

    .coln_4_collapsed_280 {
        height: 300px;
    }

    .food-system-drivers-page .wrapper li {
        list-style-type: disc;
        margin-left: 20px;
    }
}

@media only screen and (min-width : 1200px) {
    .food-system-drivers-page .wrapper .col1_2 {
        width: 500px;
        float: left;
        padding: 12px;
        background-color: #eeede6;
        margin-right: 12px;
        height: 336px;
    }

    .food-system-drivers-page .wrapper .col2_2 {
        width: 500px;
        float: left;
        height: 336px;
    }

    .img-scheme-food {
        width: 500px;
        height: 336px;
    }

    .col1_2_text {
        width: 80%;
        float: left;
        margin-right: 12px;
    }

    .col1_2_links {
        width: 15%;
        float: left;
    }

    .coln_4_100 {
        height: 100px;
    }

    .coln_4_100_w {
        height: 100px;
    }

    .coln_4_120 {
        height: 120px;
    }

    .coln_4_160 {
        height: 160px;
    }

    .coln_4_collapsed_110 {
        height: 110px;
    }

    .coln_4_collapsed_160 {
        height: 160px;
    }

    .coln_4_collapsed_200 {
        height: 200px;
    }

    .coln_4_collapsed_220 {
        height: 220px;
    }

    .coln_4_collapsed_240 {
        height: 240px;
    }

    .coln_4_collapsed_280 {
        height: 280px;
    }

    .food-system-drivers-page .wrapper li {
        list-style-type: disc;
        margin-left: 20px;
    }
}

.food-system-drivers-page .wrapper {
    width: 100%;
    margin-bottom: 22px;
}

.food-system-drivers-page p {
    margin-bottom: 12px;
}



.food-system-drivers-page .wrapper .title {
    font-weight: bold;
}


.food-system-drivers-page .heading {
    width: 100%;
    background-color: #6AADE4;
    color: white;
    text-align: center;
    padding: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
}

    .food-system-drivers-page .heading h3 {
        color: white;
    }

.coln_4_w, .coln_4_100_w, .coln_4_120_w, .coln_4_160_w {
    width: 50%;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: #c1c1c1;
    padding: 12px;
}

.coln_4, .coln_4_100, .coln_4_120, .coln_4_160 {
    width: 25%;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: #c1c1c1;
    padding: 12px;
}

.coln_4_collapsed, .coln_4_collapsed_110, .coln_4_collapsed_160, .coln_4_collapsed_200, .coln_4_collapsed_220, .coln_4_collapsed_240, .coln_4_collapsed_280 {
    width: 25%;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    padding: 12px;
    background-color: #EEEDE6;
    color: #333;
}



/* end food system drivers page */

/*start breadcrumb*/
ul.breadcrumb {
    padding: 8px 16px;
    list-style: none;
}

    ul.breadcrumb li {
        display: inline;
        color: #666666;
        font-size: 10pt;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: #666666;
            content: "/\00a0";
            font-size: 10pt;
        }

        ul.breadcrumb li a {
            color: #666666;
            font-size: 10pt;
        }
/*end breadcrumb*/


/*Start scenarios page*/

.scenariopic {
    position: relative;
    padding: 10px;
    height: 500px;
    width: 500px;
    border-style: solid;
    border-width: 3px;
    border-color: #c1c1c1;
}

.shape {
    height: 150px;
    width: 150px;
    background-color: #6AADE4;
    border-radius: 80px;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
    border-radius: 30px;
    text-align: center;
}

.sq1 {
    background-color: #ff9933;
    position: absolute;
    top: 75px;
    left: 75px;
}

.sq2 {
    background-color: #34b233;
    position: absolute;
    top: 75px;
    left: 275px;
}

.sq3 {
    background-color: #932088;
    position: absolute;
    top: 275px;
    left: 75px;
}

.sq4 {
    background-color: #6aade4;
    position: absolute;
    top: 275px;
    left: 275px;
}

.qtxt {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-size: 18px;
}

.hor-line {
    width: 350px;
    height: 3px;
    color: #c1c1c1;
    border-style: solid;
    border-width: 3px;
    border-color: #c1c1c1;
    position: absolute;
    top: 250px;
    left: 75px;
    z-index: -1;
}

.ver-line {
    width: 3px;
    height: 350px;
    color: #c1c1c1;
    border-style: solid;
    border-width: 3px;
    border-color: #c1c1c1;
    float: left;
    position: absolute;
    top: 75px;
    left: 250px;
    z-index: -1;
}

.arr-south {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #c1c1c1 transparent transparent transparent;
    position: absolute;
    top: 425px;
    left: 232px;
}

.arr-north {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #dbc4bc transparent;
    position: absolute;
    top: 55px;
    left: 232px;
}

.arr-east {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #dbc4bc;
    position: absolute;
    top: 232px;
    left: 425px;
}

.arr-west {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #dbc4bc transparent transparent;
    position: absolute;
    top: 232px;
    left: 55px;
}

#txt-north {
    position: absolute;
    top: 35px;
    left: 232px;
}

#txt-east {
    position: absolute;
    top: 243px;
    left: 450px;
}

#txt-south {
    position: absolute;
    top: 460px;
    left: 202px;
}

#txt-west {
    position: absolute;
    top: 243px;
    left: 10px;
}

#txt-horizontal {
    position: absolute;
    top: 245px;
    left: 232px;
    z-index: 99;
}

#txt-vert-north {
    -webkit-transform: rotate(-270deg); /* Safari */
    -moz-transform: rotate(-270deg); /* Firefox */
    -ms-transform: rotate(-270deg); /* IE */
    -o-transform: rotate(-270deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* Internet Explorer */
    position: absolute;
    top: 145px;
    left: 192px;
    z-index: 99;
}

#txt-vert-south {
    -webkit-transform: rotate(-270deg); /* Safari */
    -moz-transform: rotate(-270deg); /* Firefox */
    -ms-transform: rotate(-270deg); /* IE */
    -o-transform: rotate(-270deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* Internet Explorer */
    position: absolute;
    top: 330px;
    left: 194px;
    z-index: 99;
}

/*End scenarios page*/

/*Policy page*/

.policy {
    line-height: 1.4em;
}

}

.image-grid {
}

.image-container {
    width: 25%;
    min-width: 320px;
    float: left;
    padding: 5px;
}

    .image-container img {
        width: 100%;
    }

.Image {
    background: url('http://goo.gl/9CVGfc');
    border-radius: 50px;
    width: 320px;
    height: 100px;
    background-size: 320px;
    background-position: right;
}

#div1 div {
    width: 30px;
    height: 30px;
    border: blue 1px solid;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0px;
    outline: none;
    vertical-align: top;
}

.SubText {
    font-size: 14px;
    text-align: left;
    padding: 5px;
}

#parent_White {
    display: flex;
}

#narrow_White {
    width: 150px;
    text-align: right;
}

#wide_White {
    flex: 1;
}


#parent1, #parent2, #parent3, #parent4, #parent5, #parent6 {
    display: flex;
    background-color: #E3E3E3;
}

#narrow1, #narrow2, #narrow3, #narrow4, #narrow5, #narrow6 {
    width: 150px;
    text-align: right;
}

#wide1, #wide2, #wide3, #wide4, #wide5, #wide6 {
    flex: 1;
}

#parentBlok1, #parentBlok2, #parentBlok3 {
    display: flex;
}

#narrowBlok1, #narrowBlok2, #narrowBlok3 {
    width: 50%;
    background: #ffffff;
    text-align: right;
    padding-top: 10px;
    /* Just so it's visible */
}

#wideBlok1, #wideBlok2, #wideBlok3 {
    flex: 1;
    /* Grow to rest of container */
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    padding: 10px;
    /* Just so it's visible */
}
/*End Policy page*/

/*Policy_Brief page*/

@media only screen and (min-width : 320px) and (max-width : 640px) {
    #parent_Brief {
   width: 100%;
}
   #narrow_Brief {
    display: none;
}
   #wide_Brief {
    width: 100%;
}
}

@media only screen and (min-width : 640px) and (max-width : 1200px) {
    #parent_Brief {
    display: flex;
}
    #narrow_Brief {
    width: 250px;
    text-align: right;
}
    #wide_Brief {
    flex: 1;
}
}

@media only screen and (min-width : 1200px) {
    #parent_Brief {
    display: flex;
}
   #narrow_Brief {
    width: 250px;
    text-align: right;
}
   #wide_Brief {
    flex: 1;
}
}









/*End Policy_Brief page*/
/*Issue_Brief page*/


.IssueImageText {
    font-size: 8px;
}
/*End Issue_Brief page*/

.bottomLine {
    margin-bottom: 12px;
}

.bold {
    font-weight: bold;
}

/* menu */


.logo1 {
    position: relative;
    z-index: 123;
    /*padding: 10px;*/
    font: 18px verdana;
    color: #6DDB07;
    float: left;
    width: 15%;
}

    .logo1 a {
        color: #6DDB07;
    }

/*nav {
    position: relative;
    width: 980px;
    margin: 0 auto;
}*/

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    background: #34B233;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        /*display: block;*/
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #head-mobile {
        display: none;
    }

#cssmenu {
    font-family: sans-serif;
    background: #34B233;
}

    #cssmenu > ul > li {
        float: left;
    }

        #cssmenu > ul > li > a {
            padding: 17px;
            font-size: 12px;
            letter-spacing: 1px;
            text-decoration: none;
            color: #fff;
            font-weight: 700;
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #fff;
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            background: #448D00 !important;
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            padding-right: 30px;
        }

            #cssmenu > ul > li.has-sub > a:after {
                position: absolute;
                top: 22px;
                right: 11px;
                width: 8px;
                height: 2px;
                display: block;
                background: #fff;
                content: '';
            }

            #cssmenu > ul > li.has-sub > a:before {
                position: absolute;
                top: 19px;
                right: 14px;
                display: block;
                width: 2px;
                height: 8px;
                background: #fff;
                content: '';
                -webkit-transition: all .25s ease;
                -ms-transition: all .25s ease;
                transition: all .25s ease;
            }

        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0;
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #333;
            transition: all .25s ease;
        }

            #cssmenu ul ul li:hover {
                color: #fff;
            }

    #cssmenu li:hover > ul {
        left: auto;
    }

        #cssmenu li:hover > ul > li {
            height: 35px;
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #333;
        font-weight: 400;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #fff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #EEEDE6;
        content: '';
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #EEEDE6;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333;
    }

@media screen and (min-width:750px) {
    #cssmenu {
        display: none;
    }

    .bigmenu {
        display: block;
    }
}

@media screen and (max-width:750px) {
    #cssmenu {
        display: block;
    }

    .bigmenu {
        display: none;
    }

    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none;
    }

    .logo2 {
        display: none;
    }

    #cssmenu {
        width: 100%;
        height: 53px;
    }

    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #fff;
            }

                #cssmenu ul li:hover {
                    background: #363636;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto;
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0;
                }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul li {
            background: #EEEDE6 !important;
        }

            #cssmenu ul ul li:hover {
                background: #363636 !important;
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #333;
            background: none;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #333;
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #head-mobile {
            display: block;
            padding: 23px;
            color: #EEEDE6;
            font-size: 12px;
            font-weight: 700;
        }

    #cssmenu .button {
        width: 55px;
        height: 53px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
        border-radius:0px;
        margin: 0px;
        font-size:8px;
    }

    #cssmenu .button:hover,
	 #cssmenu a[href].button:hover
	 {
		background-color: #438ac4;
		color: white;
		border: none;
		text-decoration: none;
		margin: 0px;
		transition: background-color 800ms, color 800ms, border 800ms;
	}

   

        .button:after {
            position: absolute;
            top: 22px;
            right: 20px;
            display: block;
            height: 4px;
            width: 20px;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            content: '';
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: #EEEDE6;
            content: '';
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 23px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .button.menu-opened:before {
            top: 23px;
            background: #fff;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #fff;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #EEEDE6;
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #EEEDE6;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #333;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #EEEDE6;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
}

