/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@media only screen and (min-width: 960px) {
    .desktop-hidden {
        display: none !important;
    }
}

.lt-ie9 .desktop-hidden {
    display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .tablet-hidden {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }
}
   
/* global */
html {
    background: #F9F9F9;
    color: #696969;
    font: 13px/1.2em Helvetica, Arial, sans-serif;
    /*word-wrap: break-word;*/
}

h1,
.h1 {
    font: 62px/1em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
}

h2,
.h2 {
    font: 42px/1em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 0 15px 0;
}

h3,
.h3 {
    font: 31px/1em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 0 15px 0;
}

h4,
.h4 {
    font: 26px/1.2em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
}

h5,
.h5 {
    font: 15px/1.2em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
}

h6,
.h6 {
    font: 15px/1.2em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0;
}

p {
    margin: 0 0 20px 0;
}

a {
    color: #007E97;
    font-weight: bold;
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1 a,
h2 a,
h3 a,
h4 a {
    font-weight: normal;
}

img {
    height: auto !important;
    max-width: 100% !important;
}

.map img {
    max-width: none !important;
}

iframe {
    max-width: 100% !important;
}

ul,
ol {
    margin: 0 0 20px 0;
}

li {
    margin: 0 0 10px 0;
}

dl {
    margin: 0 0 20px 0;
}

dd {
    margin: 0;
}

blockquote {
    float: left;
    font: 20px/1.2em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 20px 20px 0;
    width: 220px;
}

figcaption {
    font-size: 11px;
    font-style: italic;
    line-height: 1.2em;
    margin: 10px 0 0 0;
}

.left {
    float: left;
    margin: 0 20px 20px 0;
}

.captionjs .left {
    float: none;
    margin: 0;
}

.right {
    float: right;
    margin: 0 0 20px 20px;
}

.captionjs .right {
    float: none;
    margin: 0;
}

.big {
    font: 26px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
}

.big a {
    font-family: 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.column,
.columns {
    min-height: 1px;
}

/* form */
.form-item {
    margin: 0 0 15px 0;
}

label {
    display: block;
    margin: 0 0 5px 0;
}

.form-radios label,
.form-checkboxes label {
    display: inline;
    margin: 0;
}

.form-text,
textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    border: 2px solid #E0E1E3;
    color: #696969;
    display: block;
    padding: 8px;
    width: 100%;
}

[readonly] {
    background: #F9F9F9;
}

.form-text:focus,
textarea:focus {
    border: 2px solid #007E97;
    outline: none;
}

[readonly]:focus {
    border: 2px solid #E0E1E3;
}

/*select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    background: #ECEBEA url(../img/select.png) no-repeat 100% 0;
    border: none;
    border-bottom: 2px solid #C9C8C7;
    color: #696969;
    height: 34px;
    padding: 8px;
    width: 100%;
}*/

select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    color: #696969;
    display: block;
    padding: 8px;
    width: 100%;
}

.js .form-radio {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.js .form-type-radio label {
    background: url(../img/radio.png) no-repeat;
    display: block;
    min-height: 17px;
    padding: 3px 0 0 30px;
}

.js .form-type-radio .checked {
    background-position: -940px 0;
}

.js .form-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.js .form-type-checkbox label {
    background: url(../img/checkbox.png) no-repeat;
    display: block;
    min-height: 17px;
    padding: 3px 0 0 30px;
}

.js .form-type-checkbox .checked {
    background-position: -940px 0;
}

.description {
    margin: 5px 0 0 0;
}

.form-actions {
    margin: 0 0 15px 0;
}

.form-submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    background: #007E97;
    border: none;
    border-bottom: 2px solid #006B80;
    color: #FFF;
    display: inline-block;
    font: 15px/1em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    padding: 12px 30px;
}

.webform-component-managed_file .form-submit {
    padding: 7px 30px;
}

/* captcha */
.captcha {
    margin: 0 0 15px 0;
}

/* table */
table {
    background: #FFF;
    border: none;
    font-family: 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
    width: 100% !important;
}

tr:nth-child(even) {
    background: #F9FAFB;
}

th {
    border: 2px solid #ECF0F1;
    font-weight: normal;
    font-family: 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    padding: 10px;
}

td {
    border: 2px solid #ECF0F1;
    padding: 10px;
}

table strong {
    font-family: 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/* button */
.button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    background: #007E97;
    border-bottom: 2px solid #006B80;
    color: #FFF !important;
    display: inline-block;
    font: 15px/1em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    padding: 12px 30px;
}

/* wrapper */
.wrapper {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    
    background: #FFF;
    margin: 0 0 20px 0;
    padding: 20px;
}

.wrapper.block-views,
.wrapper.main {
    padding: 20px 0;
}

.wrapper-2 {
    background: #FEFBFC;
}

.wrapper-2 a {
    color: #D72C60;
}

.wrapper-2 .mini-pager-previous a {
    background: url(../img/prev-2.png);
}

.wrapper-2 .mini-pager-next a {
    background: url(../img/next-2.png);
}

.wrapper-3 {
    background: #FAFDFB;
}

.wrapper-3 a {
    color: #58af82;
}

.wrapper-4 {
    background: #FDFCE8;
}

.wrapper-5 {
    background: #FEF7E5;
}

.wrapper-topics {
    background: #F8FBFC;
}

.wrapper-blogs {
    background: #FBFAFD;
}

.wrapper-blogs a {
    color: #7958AF;
}

.wrapper-blogs .mini-pager-previous a {
    background: url(../img/prev-3.png);
}

.wrapper-blogs .mini-pager-next a {
    background: url(../img/next-3.png);
}

.wrapper-resources {
    background: #FAFDFB;
}

.wrapper-resources .mini-pager-previous a {
    background: url(../img/prev-4.png);
}

.wrapper-resources .mini-pager-next a {
    background: url(../img/next-4.png);
}

.wrapper-videos {
    background: #F9F9F9;
}

/* type */
.type {
    background: url(../img/type.png) no-repeat 0 6px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 0 24px;
}

.type a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    background: #007E97;
    color: #FFF;
    float: left;
    font-weight: normal;
    padding: 7px 10px;
}

.news-search-result .type a {
    background: #D72C60;
}

.blog-search-result .type a {
    background: #7958AF;
}

.resource-search-result .type a {
    background: #58AF82;
}

#block-views-search-block-1 .type,
#block-views-search-block-2 .type,
#block-views-search-block-3 .type,
#block-views-search-block-4 .type,
#block-views-events-block-1 .type,
#block-views-events-2-block-1 .type {
    display: none;
}

/* location */
/*.location {
    background: url(../img/location.png) no-repeat;
    min-height: 16px;
    padding: 0 0 0 20px;
}

.location a {
    color: #696969;
    font-weight: normal;
}*/
.location {
    background: url(../img/location.png) no-repeat 0 6px;
    float: left;
    padding: 7px 0 7px 20px;
}

.location a {
    color: #696969;
    font-weight: normal;
}

/* tags */
.tags {
    background: url(../img/tags.png) no-repeat 0 7px; 
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 24px;
}

.tags li {
    float: left;
    margin: 0 10px 10px 0;
}

.tags a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    background: #E1E0E2;
    color: #696969;
    float: left;
    font-weight: normal;
    padding: 0 10px;
}

.tags a:hover {
    background: #E1DAED;
}

/* toolbar */
#toolbar a {
    font-weight: normal;
}

/* contextual-links */
.contextual-links-wrapper a {
    font-weight: normal;
}

/* page */
.page {
    background: #FFF url(../img/bg.png) no-repeat 50% 0;
    padding: 0 0 1px 0;
}

/* header */
.header {
    background: #333 url(../img/header.jpg) no-repeat 50% 0;
    background-size: cover;
    margin: 0 0 20px 0;
    padding: 10px 0;
}

/* header-top*/
.header-top {
    margin: 0 0 40px 0;
}

/* header-bottom */
.header-bottom {
    color: #FFF;
}

.header-bottom a {
    color: #FFF;
}

/* accessibility */
.accessibility {
    background: url(../img/underlay.png);
    padding: 6px 15px;
}

/* text-size-nav */
.text-size-nav {
    float: left;
    font: 14px/22px 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-size-nav li {
    float: left;
    margin: 0 10px 0 0;
}

.text-size-nav .last {
    margin: 0;
}

.text-size-nav a {
    color: #FFF;
    float: left;
    font-weight: normal;
}

.text-size-nav-2 {
    font-size: 18px;
}

.text-size-nav-3 {
    font-size: 22px;
}

.text-size-nav .active {
    text-decoration: underline;
}

/* color-nav */
.color-nav {
    float: right;
    font: 18px/1em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 1px 0 0 0;
    padding: 0;
}

.color-nav li {
    float: left;
    margin: 0 5px 0 0;
}

.color-nav .last {
    margin: 0;
}

.color-nav a {
    border: 1px solid #157889;
    float: left;
    font-weight: normal;
    text-align: center;
    width: 18px;
}

.color-nav-1 {
    background: #FFF !important;
    color: #696969 !important;
}

.color-nav-2 {
    background: #00BFF3 !important;
    color: #0000FF !important;
}

.color-nav-3 {
    background: #000 !important;
    color: #FFF !important;
}

.color-nav-4 {
    background: #B3B7B9 !important;
    color: #1B1464 !important;
}

/* search */
.search {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    
    background: url(../img/underlay.png);
}

.search input {
    float: left;
}

.search .form-text {
    background: none;
    border: none;
    color: #FFF;
    padding: 9px 6px 9px 15px;
    width: 181px;
}

.search .form-text::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
}
.search .form-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFF;
}
.search .form-text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFF;
}
.search .form-text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFF;
}

.search .form-text:focus {
    outline: none;
}

.search .form-image {
    padding: 9px;
}

/* logo */
.logo {
    float: left;
    width: 98px;
}

/* nav */
.nav {
    background: #FFF;
    border-bottom: 2px solid #D9D9D9;
    float: right;
    height: 51px;
    margin: 10px 0 0 0;
    width: 812px;
}

/* main-menu */
.main-menu {
    float: left;
    width: 812px;
}

.main-menu .content {
    font: 14px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
}

.main-menu .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.main-menu .content ul:before,
.main-menu .content ul:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.main-menu .content ul:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.main-menu .content ul {
    *zoom: 1;
}

.main-menu .content li {
    float: left;
    margin: 0;
    position: relative;
}

.main-menu .content .expanded {
    background: url(../img/expanded.png) no-repeat 100% 0;
}

.main-menu .content li:hover,
.main-menu .content li.active-trail {
    background-color: #007E97;
    background-position: 100% -51px;
    border-bottom: 2px solid #007E97;
}

.main-menu .content a {
    color: #126675;
    float: left;
    font-weight: normal;
    padding: 18px 13px 17px 13px;
}

.main-menu .content .expanded a {
    padding: 18px 23px 17px 13px;
}

.main-menu .content li:hover a,
.main-menu .content li.active-trail a {
    color: #FFF;
}

.main-menu .content ul ul {
    background: #007E97;
    display: none;
    left: 0;
    position: absolute;
    top: 53px;
    width: 180px;
    z-index: 201;
}

.main-menu .content ul li:hover ul {
    display: block;
}

.main-menu .content ul ul li {
    float: none;
}

.main-menu .content ul ul li:hover,
.main-menu .content ul ul li.active-trail {
    background: #006579;
    border-bottom: none;
}

.main-menu .content ul ul a {
    display: block;
    float: none;
}

.main-menu .content .expanded ul a {
    padding: 10px 13px;
}

/* menu-mlid-893 */
.main-menu .content .menu-mlid-893 {
    float: right;
}

.main-menu .content .menu-mlid-893 a,
.main-menu .content .menu-mlid-893 ul a {
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding: 18px 23px 17px 43px;
    width: 20px;
}

.main-menu .content ul .menu-mlid-893 ul {
    width: 86px;
}

/* menu-mlid-1289 */
.main-menu .content .menu-mlid-1289 {
    float: right;
}

.main-menu .content .menu-mlid-1289 a,
.main-menu .content .menu-mlid-1289 ul a {
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding: 18px 23px 17px 43px;
    width: 20px;
}

.main-menu .content ul .menu-mlid-1289 ul {
    width: 86px;
}

/* menu-mlid-1324 */
.main-menu .content .menu-mlid-1324 {
    float: right;
}

.main-menu .content .menu-mlid-1324 a,
.main-menu .content .menu-mlid-1324 ul a {
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding: 18px 23px 17px 43px;
    width: 20px;
}

.main-menu .content ul .menu-mlid-1324 ul {
    width: 86px;
}

/* menu-mlid-1444 */
.main-menu .content .menu-mlid-1444 {
    float: right;
}

.main-menu .content .menu-mlid-1444 a,
.main-menu .content .menu-mlid-1444 ul a {
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding: 18px 23px 17px 43px;
    width: 20px;
}

.main-menu .content ul .menu-mlid-1444 ul {
    width: 86px;
}

/* menu */
.menu-en {
    background-image: url(../img/en.png);
}

.menu-fr {
    background-image: url(../img/fr.png);
}

.menu-es {
    background-image: url(../img/es.png);
}

.menu-nl {
    background-image: url(../img/nl.png);
}

/* footer */
.footer {
    padding: 40px 0;
}

/* footer-links */
.footer-links {
    float: right;
    font: 12px/16px 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.footer-links li {
    float: left;
    margin: 0 20px 10px 0;
}

.footer-links .last {
    margin: 0;
}

.footer-links a {
    color: #696969;
    float: left;
    font-weight: normal;
}

/* footer-menu */
.footer-menu {
    padding: 30px 0 0 0;
}

.footer-menu .content {
    font: 12px/1em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.footer-menu .content:before,
.footer-menu .content:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.footer-menu .content:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.footer-menu .content {
    *zoom: 1;
}

.footer-menu .content ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu .content li {
    float: left;
    margin: 0 20px 10px 0;
}

.footer-menu .content .last {
    margin: 0;
}

.footer-menu .content a {
    color: #696969;
    float: left;
    font-weight: normal;
}

.footer-menu .content a:hover {
    color: #E62733;
    text-decoration: underline;
}

/* messages */
div.messages {
    margin: 0 0 20px 0;
}

/* my-message */
.my-message {
    background: #FFF url(../img/irc.png) no-repeat 20px 50%;
    border: 1px solid #C2C2C2;
    font: 20px/1.2em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 46px;
}

/* tabs */
.tabs {
    font: 12px/1em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.tabs:before,
.tabs:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.tabs:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.tabs {
    *zoom: 1;
}

.tabs li {
    float: left;
    margin: 0 20px 0 0;
}

.tabs a {
    font-weight: normal;
}

/* slideshow */
.slideshow {
    margin: 0 0 20px 0;
    padding: 0 0 16px 0;
    position: relative;
}

.slideshow-prev {
    background: url(../img/prev.png);
    cursor: pointer;
    height: 65px;
    left: -31px;
    position: absolute;
    top: 120px;
    width: 21px;
    z-index: 101;
}

.slideshow-next {
    background: url(../img/next.png);
    cursor: pointer;
    height: 65px;
    left: 100%;
    margin: 0 0 0 10px;
    position: absolute;
    top: 120px;
    width: 21px;
    z-index: 101;
}

.slideshow-pager {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 101;
}

.slideshow-pager span {
    background: url(../img/pager.png);
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 0 7px;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
}

.slideshow-pager .cycle-pager-active {
    background-position: 0 -26px;
}

.cycle-sentinel {
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

/* social */
.social {
    font: 15px/16px 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
}

.social h2 {
    float: left;
    font-size: 15px;
    line-height: 16px;
    margin: 0 50px 0 0;
}

.social ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social li {
    float: left;
    margin: 0 50px 0 0;
}

.social .last {
    margin: 0;
}

.social a {
    color: #696969;
    float: left;
    font-weight: normal;
}

.lt-ie9 .social a {
    width: 100%;
}

.social-youtube {
    background: url(../img/youtube.png) no-repeat;
    padding: 0 0 0 31px;
}

.social-linkedin {
    background: url(../img/linkedin.png) no-repeat;
    padding: 0 0 0 26px;
}

.social-twitter {
    background: url(../img/twitter.png) no-repeat;
    padding: 0 0 0 30px;
}

.social-facebook {
    background: url(../img/facebook.png) no-repeat;
    padding: 0 0 0 26px;
}

/* slide */
.slide-standfirst {
    font: 26px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
}

.slide-link {
    margin: 0 0 20px 0;
}

.slide-media {
    margin: 0 0 20px 0;
}

.slide-media img,
.slide-media iframe {
    display: block;
}

.slide-file {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
    text-align: right;
}

.slide-file a {
    font-weight: normal;
    text-decoration: underline;
}

/* news-teaser */
.news-teaser img {
    display: block;
    margin: 0 0 20px 0;
}

/* location-teaser */
.location-teaser {
    margin: 0 0 20px 0;
}

.location-teaser img {
    display: block;
    margin: 0 0 20px 0;
}

/* tags */
/*.tags {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.tags li {
    float: left;
    margin: 0 10px 10px 0;
}

.tags a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    background: #E2E2E2;
    color: #696969;
    float: left;
    font-weight: normal;
    padding: 7px 10px;
}*/

/* view */
.view {
    position: relative;
}

/* pager */
.pager {
    font: 12px/1em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.pager:before,
.pager:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.pager:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.pager {
    *zoom: 1;
}

.pager li {
    float: left;
    margin: 0 10px 0 0;
}

.pager a {
    font-weight: normal;
}

/* progress */
.progress-disabled {
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ajax-progress {
    display: none;
}

/* mini-pager */
.mini-pager {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mini-pager li {
    margin: 0;
}

.mini-pager-previous a {
    background: url(../img/prev-5.png);
    height: 65px;
    left: -31px;
    margin: -33px 0 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 21px;
    z-index: 101;
}

.mini-pager-next a {
    background: url(../img/next-5.png);
    height: 65px;
    left: 100%;
    margin: -33px 0 0 10px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 21px;
    z-index: 101;
}

/* blog-teaser */
.blog-teaser-profile {
    margin: 0 0 10px 0;
}

.blog-teaser-profile-image {
    float: left;
    margin: 0 10px 0 0;
}

.blog-teaser-profile-image img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.blog-teaser-profile-wrapper {
    float: left;
    margin: 10px 0 0 0;
    width: 400px;
}

/* resource-teaser */
.resource-teaser {
    background: #FFF;
    border: 1px solid #E9ECEA;
    color: #696969;
    display: block;
    font-weight: normal;
    min-height: 173px;
    padding: 25px 10px 10px 10px;
    position: relative;
}

.resource-teaser h3 {
    color: #58AF82;
}

.resource-teaser:hover {
    background: #58AF82;
    border: 1px solid #58AF82;
    color: #FFF;
}

.resource-teaser:hover h3 {
    color: #FFF;
}

.resource-dog-ear {
    background: url(../img/resource.png);
    height: 20px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 20px;
    z-index: 2;
}

.resource-teaser:hover .resource-dog-ear {
    background-position: 0 -20px;
}

/* topics-menu */
.topics-menu {
    border-left: 1px solid #C6C6C6;
    margin: 10px 0 0 0;
    min-height: 287px;
}

.topics-menu h2 {
    font-size: 15px;
    line-height: 1.2em;
    margin: 10px 0 10px 20px;
}

.topics-menu ul {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.topics-menu li {
    margin: 0 0 10px 0;
}

.topics-menu a {
    color: #696969;
    display: block;
    font-weight: normal;
    padding: 0 0 0 20px;
}

.topics-menu .active {
    background: url(../img/active.png) no-repeat 0 2px;
    color: #007E97;
    text-decoration: underline;
}

.topics-menu .active a {
    text-decoration: none;
}

/* side-menu */
.region-sidebar-second .side-menu {
    margin: 0 0 30px -19px !important;
}

.side-menu h2 {
    padding: 0 0 0 19px;
}

.side-menu .content {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
}

.side-menu .content ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.side-menu .content li {
    margin: 0;
}

.side-menu .content a {
    color: #696969;
    display: block;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0 0 0 19px;
}

.side-menu .content a.active {
    background: url(../img/active.png) no-repeat 0 2px;
    color: #007E97;
    text-decoration: underline;
}

.side-menu .content a.active-trail {
    background: url(../img/active.png) no-repeat 0 2px;
}

.side-menu .content .expanded > a {
    font-family: 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
}

.side-menu .content ul ul {
    background: url(../img/about-menu.png) repeat-y;
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    padding: 10px 10px 0 0;
}

.side-menu .content ul ul a {
    padding: 0 0 0 34px;
}

.side-menu .content ul ul a.active-trail {
    background: none;
}

/* video-teaser */
.video-teaser iframe {
    display: block;
    margin: 0 0 20px 0;
}

/* news-search-result */
.news-search-result {
    margin: 0 0 30px 0;
}

.news-search-footer {
    border-top: 1px solid #E4E4E4;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

/* search-result */
.search-result {
    margin: 0 0 30px 0;
}

.search-result-footer {
    border-top: 1px solid #E4E4E4;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

/* search-result-2 */
.search-result-2 {
    border-bottom: 1px solid #E4E4E4;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
}

.search-result-2.is-irc {
    background: url(../img/irc.png) no-repeat;
    padding: 0 0 10px 26px;
}

/* topic */
.topic {
    background: url(../img/topic.png) no-repeat;
    font-size: 15px;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}

.topic a {
    color: #696969;
    font-weight: normal;
}

/* block-facetapi */
.block-facetapi .content {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
}

.block-facetapi .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-facetapi .content li {
    margin: 0 0 10px 0;
}

.block-facetapi .content ul a {
    color: #696969;
    font-weight: normal;
}

.block-facetapi .content ul a.facetapi-active {
    background: url(../img/close.png) no-repeat 0 1px;
    padding: 0 0 0 21px;
}

/* block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka */
#block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content,
#block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content {
    font: 13px/1.2em Helvetica, Arial, sans-serif;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

#block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content ul:before,
#block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content ul:after,
#block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content ul:before,
#block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content ul:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content ul:after,
#block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content ul:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

#block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content ul,
#block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content ul {
    *zoom: 1;
}

#block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content li,
#block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content li {
    float: left;
    margin: 0 10px 10px 0;
}

#block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content ul a,
#block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content ul a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    background: #E2E2E2;
    float: left;
    padding: 7px 10px;
}

#block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content ul a.facetapi-active,
#block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content ul a.facetapi-active {
    background: #CCE5EA url(../img/close-2.png) no-repeat 0 50%;
    padding: 7px 10px 7px 29px;
}

/* region-sidebar-second */
.region-sidebar-second .block {
    margin: 0 0 30px 0;
}

.region-sidebar-second h2 {
    font-size: 24px;
    line-height: 1em;
    margin: 0 0 15px 0;
}

/* project-teaser-2 */
.project-teaser-2 {
    margin: 0 0 30px 0;
}

/* views-exposed-form-project-archive-block-1 */
/*#views-exposed-form-project-archive-block-1 label {
    font: 26px/1.2em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
}

#views-exposed-form-project-archive-block-1 .search-2-wrapper {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    
    border: 2px solid #E0E1E3;
}

#views-exposed-form-project-archive-block-1 .form-item {
    float: left;
    margin: 0;
}

#views-exposed-form-project-archive-block-1 .form-text {
    background: none;
    border: none;
    float: left;
    width: 181px;
}

#views-exposed-form-project-archive-block-1 .form-submit {
    background: none;
    border-bottom: none;
    float: left;
    height: 16px;
    padding: 9px;
    width: 16px;
}*/

/* glossary */
/*.glossary {
    font: 14px/40px 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.glossary li {
    border-right: 1px solid #FFF;
    float: left;
    margin: 0;
}

.glossary .last {
    border-right: none;
}

.glossary a {
    background: #C3C3C3;
    color: #FFF;
    float: left;
    font-weight: normal;
    text-align: center;
    width: 33px;
}

.glossary a:hover,
.glossary .active {
    background: #007E97;
}

.glossary .first a {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.glossary .last a {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}*/

/* my-tabs-2 */
.my-tabs-2 {
    font: 26px/1.2em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}

.my-tabs-2 li {
    float: left;
    margin: 0 20px 0 0;
}

.my-tabs-2 a {
    float: left;
    font-weight: normal;
    color: #B0B4B6;
}

.my-tabs-2 .active {
    color: #FFF;
}

/* downloads */
.downloads {
    background: #E5F2F4;
    margin: 0 0 20px 0;
    padding: 20px 20px 1px 20px;
}

/* download */
.download {
    background: url(../img/document.png) no-repeat;
    margin: 0 0 30px 0;
    min-height: 52px;
    padding: 0 0 0 50px;
}

.download-text {
    background-image: url(../img/text.png);
}

.download-pdf {
    background-image: url(../img/pdf.png);
}

.download-presentation {
    background-image: url(../img/presentation.png);
}

.download-tabular {
    background-image: url(../img/tabular.png);
}

/* links */
.links {
    background: #F2F8FA;
    margin: 0 0 20px 0;
    padding: 20px 20px 1px 20px;
}

/* link */
.link {
    background: url(../img/link.png) no-repeat;
    margin: 0 0 30px 0;
    min-height: 52px;
    padding: 0 0 0 50px;
}

/* resources */
.resources {
    background: #BFEFFC;
    margin: 0 0 20px 0;
    padding: 20px 20px 1px 20px;
}

.resources-2 {
    background: #BFEFFC;
    margin: 0 0 20px 0;
    padding: 20px 20px 1px 20px;
}

/* disclaimer */
.disclaimer {
    background: #F9F9F9;
    border: 1px dashed #C2C2C2;
    margin: 0 0 20px 0;
    padding: 20px 20px 1px 20px;
}

/* view-tags */
.view-tags .view-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.view-tags .view-content ul:before,
.view-tags .view-content ul:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.view-tags .view-content ul:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.view-tags .view-content ul {
    *zoom: 1;
}

.view-tags .view-content li {
    float: left;
    margin: 0 10px 10px 0;
}

.view-tags .view-content a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    background: #E2E2E2;
    color: #696969 !important;
    float: left;
    padding: 7px 10px;
}

.view-tags .view-content a:hover {
    background: #E1DAED;
}

/* media-teaser */
.media-teaser {
    margin: 0 0 30px 0;
}

/* board-teaser */
.board-teaser {
    margin: 0 0 30px 0;
}

.board-teaser-image img {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

.board-teaser-social {
    float: right;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.board-teaser-social li {
    float: left;
    margin: 0 0 0 10px;
}

/* partnership-teaser */
.partnership-teaser {
    margin: 0 0 30px 0;
}

.partnership-teaser-image {
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* profile-teaser */
.profile-teaser {
    margin: 0 0 30px 0;
    text-align: center;
}

.profile-teaser-image {
    margin: 0 0 10px 0;
}

.profile-teaser-image img {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

/* profile-teaser-4 */
.profile-teaser-4 {
    margin: 0 0 30px 0;
}

.profile-teaser-4-image {
    margin: 0 0 10px 0;
}

.profile-teaser-4-image img {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

/* view-topics-4 */
.view-topics-4 .view-content {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
}

.view-topics-4 .view-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.view-topics-4 .view-content a {
    font-weight: normal;
    text-decoration: underline;
}

/* location-side */
/*.location-side h3 {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
}

.location-side h3 a {
    font-weight: normal;
    text-decoration: underline;
}*/

/* view-locations-4 */
.view-locations-4 .view-content {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
}

.view-locations-4 .view-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.view-locations-4 .view-content a {
    font-weight: normal;
    text-decoration: underline;
}

/* view-projects-3 */
.view-projects-3 .view-content {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
}

.view-projects-3 .view-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.view-projects-3 .view-content a {
    font-weight: normal;
    text-decoration: underline;
}

/* profile-header */
.profile-header-image img {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

/* event-teaser */
.event-teaser {
    margin: 0 0 30px 0;
}

/* team-teaser */
.team-teaser {
    margin: 0 0 30px 0;
}

/* profile-side */
.profile-side {
    margin: 0 0 30px 0;
}

.profile-side-image img {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

/* profile-teaser-2 */
.profile-teaser-2 {
    margin: 0 0 15px 0;
}

.profile-teaser-2 img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* profile-header-2 */
.profile-header-2-image img {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

/* report-filters */
.report-filters {
    margin: 0 0 10px 0;
}

.report-filters h2 {
    float: left;
    font-size: 22px;
    line-height: 40px;
    margin: 0 20px 10px 0;
}

.report-filters ul {
    float: left;
    font: 12px/40px 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.report-filters li {
    float: left;
    margin: 0 20px 10px 0;
}

.report-filters .last {
    margin: 0;
}

.report-filters a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    background: #C3C3C3;
    color: #FFF;
    float: left;
    font-weight: normal;
    padding: 0 10px;
}

.report-filters a:hover,
.report-filters .active {
    background: #007E97;
}

/* reports */
.reports {
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.2);
    
    background: #F9F9F9;
    margin: 0 0 20px 0;
    padding: 30px 0 10px 30px;
}

.reports-previous {
    background: url(../img/report-more.png);
    color: #FFF;
    float: left;
    font: normal 22px/1.2em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    min-height: 175px;
    margin: 0 20px 20px 0;
    padding: 25px 10px 10px 10px;
    width: 120px;
}

/* view-reports */
.view-reports .views-row {
    float: left;
    margin: 0 20px 20px 0;
    width: 140px;
}

/* report-teaser */
.report-teaser {
    /*background: url(../img/report.png);*/
    background: #FFF;
    border: 1px solid #E9ECEA;
    color: #696969;
    display: block;
    font-weight: normal;
    height: 173px;
    padding: 25px 10px 10px 10px;
    position: relative;
}

.report-teaser h3 {
    color: #007E97;
}

.report-teaser:hover {
    /*background-position: 0 -210px;*/
    background: #007E97;
    border: 1px solid #007E97;
    color: #FFF;
}

.report-teaser:hover h3 {
    color: #FFF;
}

.report-dog-ear {
    background: url(../img/report.png);
    height: 20px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 20px;
    z-index: 2;
}

.report-teaser:hover .report-dog-ear {
    background-position: 0 -20px;
}

/* newsletter-teaser */
.newsletter-teaser {
    margin: 0 0 30px 0;
}

.newsletter-teaser .form-item {
    float: left;
}

.newsletter-teaser-wrapper {
    float: left;
    width: 350px;
}

.newsletter-teaser h3 {
    float: left;
    line-height: 30px;
    margin: 0 10px 10px 0;
}

.newsletter-teaser-frequency {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    background: #E2E2E2;
    float: left;
    line-height: 30px;
    padding: 0 10px;
}

.newsletter-teaser-body {
    font-size: 14px;
    line-height: 1.2em;
}

/* block-views-tags-block-1 */
#block-views-tags-block-1 h2 {
    background: url(../img/tags.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 27px 0 0;
}

#block-facetapi-huo26cgdeeqwiqylkqipqgahbgtx00qd h2 {
    background: url(../img/topic.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 23px 0 0;
}

#block-facetapi-hsnbts4ap4yrsjqu7lkhsvdrhxajyyku h2 {
    background: url(../img/location.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 20px 0 0;
}

#block-facetapi-zih8esyfkvwkemttztglem1grylaarmk h2 {
    background: url(../img/type.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 22px 0 0;
}

#block-facetapi-7fbktq8fmwzrqbw9fb50nkbsfsxcscto h2 {
    background: url(../img/project.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 27px 0 0;
}

#block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka h2,
#block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 h2 {
    background: url(../img/tags.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 27px 0 0;
}

.downloads h2 {
    background: url(../img/download.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 22px 0 0;
}

.links h2 {
    background: url(../img/link-icon.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 28px 0 0;
}

.resources h2 {
    background: url(../img/more.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 28px 0 0;
}

#block-views-topics-4-block-1 h2 {
    background: url(../img/topic.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 23px 0 0;
}

#block-views-locations-4-block-1 h2 {
    background: url(../img/location.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 20px 0 0;
}

/* infscr */
#infscr-loading img {
    margin: 0 0 15px 0;
}

/* views-exposed-form-search-block-7 */
#views-exposed-form-search-block-7 {
    display: none;
}

/* addthis */
.addthis_default_style {
    font: 15px/16px 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 0 30px 0;
}

.addthis_default_style a {
    color: #696969 !important;
    font-weight: normal;
    margin: 0 60px 0 0;
}

.addthis_default_style .at300b {
    padding: 0;
}

.addthis_default_style .last {
    margin: 0;
}

.addthis_default_style .at16nc {
    margin: 0 10px 0 0;
}

.at16nc.at16t_facebook,
.at16nc.at16t_twitter,
.at16nc.at16t_google_plusone_share,
.at16nc.at16t_linkedin,
.at16nc.at16t_email {
    background-position: 0 50%;
}

.at16t_facebook {
    background-image: url(../img/facebook.png);
}

.at16t_twitter {
    background-image: url(../img/twitter.png);
    width: 20px;
}

.at16t_google_plusone_share {
    background-image: url(../img/google.png);
}

.at16t_linkedin {
    background-image: url(../img/linkedin.png);
}

.at16t_email {
    background-image: url(../img/email.png);
}

/* has-sidebar */
.has-sidebar {
    background: url(../img/column.png) repeat-y 730px 0;
}

/*.has-sidebar .region-content {
    margin: 0 20px 0 0;
}*/

.region-sidebar-second {
    padding: 0 0 0 20px;
}

/* custom dk */
.dk_container {
    float: none;
    outline: none;
}

.dk_open {
    z-index: 9999;
}

.dk_container a {
    color: #696969;
    display: block;
    font-weight: normal;
    padding: 8px;
}

.dk_toggle {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    background: #ECEBEA url(../img/select.png) no-repeat 100% 0;
    border-bottom: 2px solid #C9C8C7;
    width: 100% !important;
}

.dk_options {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    
    background: #FFF;
}

.dk_options_inner {
    list-style: none;
    margin: 0;
    max-height: 250px;
    padding: 0;
}

.dk_container li {
    margin: 0;
}

.dk_container .dk_options a:hover,
.dk_container .dk_option_current a {
    background: #007E97;
    color: #FFF;
}

/* disqus_thread */
#disqus_thread {
    margin: 0 0 20px 0;
}

/* accordion */
.accordion {
    margin: 0 0 20px 0;
}

.accordion .ui-accordion-header {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    background: #007e97;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 0 1px 0;
    padding: 10px 42px 10px 10px;
    position: relative;
}

.accordion .ui-accordion-header .ui-icon {
    background: url(../img/ui-icon.png);
    height: 24px;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 24px;
}

.accordion .ui-state-active .ui-icon {
    background-position: 0 -24px;
}

.accordion .ui-accordion-content {
    padding: 20px 0;
}

/* speaker-teaser */
.speaker-teaser {
    margin: 0 0 20px 0;
    text-align: center;
}

.speaker-teaser-image {
    margin: 0 0 10px 0;
}

.speaker-teaser-image img {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

/* modalContent */
/*#modalContent {
    background: #FFF;
    padding: 80px;
}

.popups-close {
    background: url(../img/close.png);
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 13px;
}*/

/* all */
.all {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
    position: absolute;
    right: 0;
    top: -35px;
}

.wrapper-resources .all {
    color: #58AF82;
}

.all strong {
    font-family: 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/* node-type-news */
.node-type-news .main  a {
    color: #D72C60;
}

.node-type-news .downloads {
    background: #FDF4F7;
}

.node-type-news .links {
    background: #FEFBFC;
}

.node-type-news .resources {
    background: #FFFDFE;
}

.node-type-news .view-tags .view-content a:hover {
    background: #F7D5DF;
}

.node-type-news .main .button {
    background: #D72C60;
    border-bottom: 2px solid #B72552;
}

/* node-type-blog */
.node-type-blog .main  a {
    color: #7958AF;
}

.node-type-blog .downloads {
    background: #F2F0F7;
}

.node-type-blog .links {
    background: #F5F4F9;
}

.node-type-blog .resources {
    background: #FAF9FC;
}

.node-type-blog .view-tags .view-content a:hover {
    background: #E4DEEF;
}

.node-type-blog .main .button {
    background: #7958AF;
    border-bottom: 2px solid #674B95;
}

/* node-type-biblio */
.node-type-biblio .main  a {
    color: #58AF82;
}

.node-type-biblio .downloads {
    background: #EEF7F2;
}

.node-type-biblio .links {
    background: #F6FBF9;
}

.node-type-biblio .resources {
    background: #FAFDFC;
}

.node-type-biblio .resources-2 {
    background: #EEF7F2;
}

.node-type-biblio .view-tags .view-content a:hover {
    background: #DEEFE6;
}

.node-type-biblio .main .button {
    background: #58AF82;
    border-bottom: 2px solid #4B956F;
}

/* job-teaser */
.job-teaser {
    margin: 0 0 30px 0;
}

/* views-exposed-form-advanced-search-page-1 */
#views-exposed-form-advanced-search-page-1 {
    margin: 0 0 30px 0;
}

#views-exposed-form-advanced-search-page-1 .form-item-biblio-year-op {
    display: inline-block;
    margin: 0 10px 10px 0;
}

#views-exposed-form-advanced-search-page-1 .views-submit-button {
    margin: 0 0 10px 0;
}

#views-exposed-form-advanced-search-page-1 .views-reset-button .form-submit {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    
    background: none;
    border-bottom: none;
    color: #007E97;
    font-size: inherit;
    line-height: 1.2em;
    padding: 0;
}

/* my-checkbox */
.my-checkbox {
    line-height: 20px;
    margin: 0 0 10px 0;
}

.my-checkbox input {
    margin: 0 10px 0 0;
}

.my-checkbox label {
    display: inline;
}

/* my-links */
.my-links {
    background: #F9F9F9;
    border: 1px dashed #C2C2C2;
    font-family: 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 0 30px 0;
    padding: 20px;
}

/* sort */
.sort {
    float: left;
}

.sort ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sort li {
    float: left;
    margin: 0 15px 0 0;
}

.sort a {
    font-weight: normal;
}

.sort .active {
    text-decoration: underline;
}

/* export */
.export {
    float: right;
}

.export ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.export li {
    float: left;
    margin: 0 0 0 15px;
}

.export a {
    font-weight: normal;
}

/* progress */
.progress .bar {
    margin: 0 0 10px 0;
}

/* clock */
#clock {
    background: #FFF;
    color: #EE3241;
    font: 62px/1em 'VAGRoundedLTPro-Bold', Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
    padding: 40px 20px;
    text-align: center;
    text-transform: lowercase;
}

/* wrapper-6 */
.wrapper-6 {
    background: #007E97;
    color: #FFF;
    padding: 20px 20px 1px 20px;
}

.wrapper-6-inner .button {
    background: #FFF;
    color: #007E97 !important;
}

/* teaser */
.teaser {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    
    display: block;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-align: center;
}

.teaser-panel {
    overflow: hidden;
}

.teaser img {
    transform: scale(1.05, 1.05);
    transition: transform 250ms;
}

.teaser:hover img {
    transform: scale(1, 1);
}

.teaser-panel-2 {
    padding: 20px 20px 1px 20px;
}

.teaser-style-1 .teaser-panel-2 {
    background: #AF8FA9;
    color: #FFF;
}

.teaser-style-2 .teaser-panel-2 {
    background: #80CBB8;
    color: #FFF;
}

.teaser-style-3 .teaser-panel-2 {
    background: #FFF;
    border-top-style: solid;
    border-top-width: 6px;
    color: #696969;
}

.tool-category-style-1 .teaser-style-3 .teaser-panel-2 {
    border-top-color: #AF8FA9;
}

.tool-category-style-2 .teaser-style-3 .teaser-panel-2 {
    border-top-color: #80CBB8;
}

.teaser .button {
    transition: transform 250ms;
}

.teaser:hover .button {
    transform: scale(1.05, 1.05);
}

/* wrapper-7 */
.wrapper-7 {
    background: #FFF;
    padding: 20px 20px 1px 20px;
}

.wrapper-7 ul {
    list-style: none;
    padding: 0;
}

.wrapper-7 li {
    background: url(../img/bullet.png) no-repeat;
    padding: 0 0 0 25px;
}

/* wrapper-8 */
.wrapper-8 {
    background: #EEF7F2;
    padding: 20px 20px 1px 20px;
}

.wrapper-8-inner {
    background: #FFF;
    margin: 0 0 20px 0;
}

.wrapper-8 h3 {
    border-bottom: 2px solid #EEF7F2;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    margin: 0;
    padding: 20px;
}

.wrapper-8 h3.icon-1,
.wrapper-8 h3.icon-2,
.wrapper-8 h3.icon-3,
.wrapper-8 h3.icon-4,
.wrapper-8 h3.icon-5,
.wrapper-8 h3.icon-6,
.wrapper-8 h3.icon-7,
.wrapper-8 h3.icon-8 {
    padding-left: 56px;
}

.wrapper-8-panel {
    border-bottom: 2px solid #EEF7F2;
    padding: 20px 20px 1px 20px;
}

/* wrapper-9 */
.wrapper-9 {
    background: #EEF7F2;
    margin: 0 0 20px 0;
    padding: 20px 20px 1px 20px;
}

.wrapper-9-inner {
    background: #FFF;
    margin: 0 0 20px 0;
}

.wrapper-9 h3 {
    border-bottom: 2px solid #EEF7F2;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    cursor: pointer;
    font-size: 26px !important;
    line-height: 1em !important;
    margin: 0;
    padding: 20px 54px 20px 56px;
    position: relative;
}

.wrapper-9 .ui-icon {
    background: url(../img/accordion.png) no-repeat;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 14px;
}

.wrapper-9 .ui-state-active .ui-icon {
    background-position: 0 -100px;
}

.wrapper-9-panel {
    border-bottom: 2px solid #EEF7F2;
    padding: 20px 20px 1px 20px;
}

/* teaser-2 */
.teaser-2 {
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
    min-height: 19px;
    padding: 0 0 0 36px;
}

.teaser-2 h4 {
    font-size: 13px;
    line-height: 1.2em;
    margin: 0;
}

.teaser-2 a {
    color: #68BA94;
}

/* icon */
.icon-1 {
    background-image: url(../img/icon-bulb.png);
}

.icon-2 {
    background-image: url(../img/icon-link.png);
}

.icon-3 {
    background-image: url(../img/icon-book.png);
}

.icon-4 {
    background-image: url(../img/icon-cogs.png);
}

.icon-5 {
    background-image: url(../img/icon-binoculars.png);
}

.icon-6 {
    background-image: url(../img/icon-pdf.png);
}

.icon-7 {
    background-image: url(../img/icon-magnifying-glass.png);
}

.icon-8 {
    background-image: url(../img/icon-hat.png);
}

/* wrapper-10 */
.wrapper-10 {
    background: #E6E7E8;
    padding: 20px 20px 1px 20px;
}

/* cycle */
.cycle-slide {
    width: 100%;
}

/* slideshow-2 */
.slideshow-2 {
    padding: 0 31px;
    position: relative;
}

.slideshow-2-prev {
    background: url(../img/prev-5.png) no-repeat;
    cursor: pointer;
    height: 65px;
    left: 0;
    margin: -32px 0 0 0;
    position: absolute;
    top: 50%;
    width: 21px;
}

.slideshow-2-next {
    background: url(../img/next-5.png) no-repeat;
    cursor: pointer;
    height: 65px;
    margin: -32px 0 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 21px;
}

/* teaser-3 */
.teaser-3 {
      margin: 0 0 20px 0;
}

.teaser-3-left {
    float: left;
    margin: 0 10px 0 0;
    width: 60px;
}

.teaser-3 img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.teaser-3-right {
    float: left;
    width: 550px;
}

.teaser-3 h4 {
    font-size: 13px;
    line-height: 1.2em;
    margin: 0;
}

.teaser-3 a {
    color: #68BA94;
}

/* view-tool-subcategories */
.view-tool-subcategories {
    font: 15px/1.2em 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
    margin: 0 0 30px -19px;
}

.view-tool-subcategories ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.view-tool-subcategories li {
    margin: 0;
}

.view-tool-subcategories a {
    color: #696969;
    display: block;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0 0 0 19px;
}

.view-tool-subcategories a.active {
    background: url(../img/active.png) no-repeat 0 2px;
    color: #007E97;
    text-decoration: underline;
}

/* wrapper-11 */
.wrapper-11 {
    background: #EEF7F2;
    margin: 0 0 30px 0;
    padding: 10px 10px 1px 10px;
}

/* block-views-news-2-block-1 */
#block-views-news-2-block-1 {
    padding: 20px;
}

/* block-views-news-3-block-1 */
#block-views-news-3-block-1 {
    padding: 20px;
}

/* mobile */
.mobile-header {
    background: #007E97;
    display: none;
    visibility: hidden;
}

.mobile-menu-nav {
    background: #006579 url(../img/mobile-menu-nav.png) no-repeat 50% 50%;
    float: left;
    height: 50px;
    text-indent: -9999px;
    width: 50px;
}

.mobile-logo {
    float: left;
    margin: 10px;
}

.mobile-logo img {
    height: 30px !important;
}

.mobile-menu {
    background: #005067;
    display: none;
    font-family: 'VAGRoundedLTPro-Light', Helvetica, Arial, sans-serif;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    margin: 0;
}

.mobile-menu a {
    color: #FFF;
    display: block;
    font-weight: normal;
    padding: 10px;
}

.mobile-menu a:hover,
.mobile-menu .active {
    background: #004052;
}

.mobile-menu .expanded > a {
    background-image: url(../img/mobile-menu-has-children.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.mobile-menu a.expanded {
    background: #004052 url(../img/mobile-menu-expanded.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 26px;
}

.mobile-clear {
    clear: both;
    display: none;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.mobile-search-nav {
    background: url(../img/mobile-search-nav.png) no-repeat 15px 15px;
    float: right;
    height: 50px;
    text-indent: -9999px;
    width: 50px;
}

.mobile-search-nav.active {
    background-color: #E5F2F4;
    background-position: 15px -85px;
}

.mobile-search {
    background: #E5F2F4;
    display: none;
}

.mobile-search form {
    padding: 10px 0;
}

.mobile-search .form-text {
    float: left;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    width: 175px;
}

.mobile-search .form-submit {
    float: right;
    width: 115px;
}

/* text-size-2 */
.text-size-2 {
  font-size: 15px;
  line-height: 1.2em;
}

.text-size-2 figcaption {
    font-size: 13px;
    line-height: 1.2em;
}

.text-size-2 .teaser-2 h4 {
    font-size: 15px;
    line-height: 1.2em;
}

.text-size-2 .teaser-3 h4 {
    font-size: 15px;
    line-height: 1.2em;
}

.text-size-2 .view-tool-subcategories {
    font-size: 17px;
    line-height: 1.2em;
}

/* text-size-3 */
.text-size-3 {
  font-size: 17px;
  line-height: 1.2em;
}

.text-size-3 figcaption {
    font-size: 15px;
    line-height: 1.2em;
}

.text-size-3 .teaser-2 h4 {
    font-size: 17px;
    line-height: 1.2em;
}

.text-size-3 .teaser-3 h4 {
    font-size: 17px;
    line-height: 1.2em;
}

.text-size-3 .view-tool-subcategories {
    font-size: 19px;
    line-height: 1.2em;
}

/* color-2 */
.color-2 {
    background: #7FDFF9;
    color: #000080;
}

.color-2 a {
    color: #000080;
    text-decoration: underline;
}

.color-2 .form-text,
.color-2 textarea {
    background-color: transparent;
    border: 2px solid #000080;
    color: #000080;
}

.color-2 .form-text:focus,
.color-2 textarea:focus {
    border: 2px solid #000080;
}

.color-2 ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000080;
}
.color-2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000080;
}
.color-2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000080;
}
.color-2 :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000080;
}

.color-2 .form-submit {
    background: #000080;
    border-bottom: 2px solid #000080;
    color: #BFEFFC;
}

.color-2 table {
    background-color: #BFEFFC;
}

.color-2 tr:nth-child(even) {
    background: #7FDFF9;
}

.color-2 th {
    border: 2px solid #000080;
}

.color-2 td {
    border: 2px solid #000080;
}

.color-2 .button {
    background: #000080;
    border-bottom: 2px solid #000080;
    color: #BFEFFC !important;
    text-decoration: none;
}

.color-2 .wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    background: #BFEFFC;
}

.color-2 .wrapper a {
    color: #000080;
}

.color-2 .type a {
    background: #000080;
    color: #BFEFFC !important;
    text-decoration: none;
}

.color-2 .news-search-result .type a {
    background: #000080;
}

.color-2 .blog-search-result .type a {
    background: #000080;
}

.color-2 .resource-search-result .type a {
    background: #000080;
}

.color-2 .location a {
    color: #000080;
}

.color-2 .tags a {
    background: #000080;
    color: #BFEFFC;
    text-decoration: none;
}

.color-2 .tags a:hover {
    background: #000080;
}

.color-2 .page {
    background: none;
}

.color-2 .header {
    background: none;
}

.color-2 .accessibility {
    background: #BFEFFC;
}

.color-2 .text-size-nav a {
    color: #000080;
    text-decoration: none;
}

.color-2 .text-size-nav .active {
    text-decoration: underline;
}

.color-2 .color-nav a {
    text-decoration: none;
}

.color-2 .search {
    background: #BFEFFC;
}

.color-2 .search .form-text {
    border: none;
    color: #000080;
}

.color-2 .search .form-text::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000080;
}
.color-2 .search .form-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000080;
}
.color-2 .search .form-text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000080;
}
.color-2 .search .form-text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000080;
}

.color-2 .header-bottom {
    color: #000080;
}

.color-2 .header-bottom a {
    color: #000080;
}

.color-2 .nav {
    background: #BFEFFC;
    border-bottom: 2px solid #BFEFFC;
}

.color-2 .main-menu .content li:hover,
.color-2 .main-menu .content li.active-trail {
    background-color: #000080;
    border-bottom: 2px solid #000080;
}

.color-2 .main-menu .content a {
    color: #000080;
    text-decoration: none;
}

.color-2 .main-menu .content li:hover a,
.color-2 .main-menu .content li.active-trail a {
    color: #BFEFFC;
}

.color-2 .main-menu .content ul ul {
    background: #000080;
}

.color-2 .main-menu .content ul ul li:hover,
.color-2 .main-menu .content ul ul li.active-trail {
    background: #000066;
    border-bottom: none;
}

.color-2 .footer-menu .content a {
    color: #000080;
}

.color-2 .footer-menu .content a:hover {
    color: #000080;
}

.color-2 .resource-teaser {
    background: none;
    border: 1px solid #000080;
    color: #000080;
    text-decoration: none;
}

.color-2 .resource-teaser h3 {
    color: #000080;
}

.color-2 .resource-teaser:hover {
    background: #000080;
    border: 1px solid #000080;
    color: #BFEFFC;
}

.color-2 .resource-teaser:hover h3 {
    color: #BFEFFC;
}

.color-2 .resource-dog-ear {
    display: none;
}

.color-2 .topics-menu {
    border-left: 1px solid #000080;
}

.color-2 .topics-menu a {
    text-decoration: none;
}

.color-2 .topics-menu .active {
    text-decoration: underline;
}

.color-2 .side-menu .content a {
    color: #000080;
    text-decoration: none;
}

.color-2 .side-menu .content a.active {
    color: #000080;
    text-decoration: underline;
}

.color-2 .side-menu .content ul ul {
    background: #7FDFF9;
    border-bottom: 1px solid #7FDFF9;
    border-top: 1px solid #7FDFF9;
}

.color-2 .news-search-footer {
    border-top: 1px solid #000080;
}

.color-2 .search-result-footer {
    border-top: 1px solid #000080;
}

.color-2 .search-result-2 {
    border-bottom: 1px solid #000080;
}

.color-2 .topic a {
    color: #000080;
}

.color-2 .block-facetapi .content a {
    text-decoration: none;
}

.color-2 .block-facetapi .content .facetapi-active {
    text-decoration: underline;
}

.color-2 #block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content ul a,
.color-2 #block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content ul a {
    background: #000080;
    color: #BFEFFC;
}

.color-2 #block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content .facetapi-active,
.color-2 #block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content .facetapi-active {
    background: #000080 url(../img/close-2.png) no-repeat 0 50%;
    text-decoration: none;
}

.color-2 .my-tabs-2 a {
    text-decoration: none;
}

.color-2 .my-tabs-2 .active {
    color: #000080;
    text-decoration: underline;
}

.color-2 .downloads {
    background: #7FDFF9;
}

.color-2 .links {
    background: #7FDFF9;
}

.color-2 .resources {
    background: #7FDFF9;
}

.color-2 .resources-2 {
    background: #7FDFF9;
}

.color-2 .disclaimer {
    background: #7FDFF9;
    border: 1px dashed #000080;
}

.color-2 .view-tags .view-content a {
    background: #000080;
    color: #BFEFFC !important;
    text-decoration: none;
}

.color-2 .view-tags .view-content a:hover {
    background: #000080;
}

.color-2 .partnership-teaser-image {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-2 .report-filters a {
    background: #7FDFF9;
    color: #000080;
    text-decoration: none;
}

.color-2 .report-filters a:hover,
.color-2 .report-filters .active {
    background: #000080;
    color: #BFEFFC;
}

.color-2 .reports {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    background: #7FDFF9;
}

.color-2 .wrapper .reports-previous {
    background: #000080;
    color: #BFEFFC;
}

.color-2 .report-teaser {
    background: none;
    border: 1px solid #000080;
    color: #000080;
}

.color-2 .report-teaser h3 {
    color: #000080;
}

.color-2 .report-teaser:hover {
    background: #000080;
    border: 1px solid #000080;
    color: #BFEFFC;
}

.color-2 .report-teaser:hover h3 {
    color: #BFEFFC;
}

.color-2 .report-dog-ear {
    display: none;
}

.color-2 .newsletter-teaser-frequency {
    background: #000080;
    color: #BFEFFC;
}

.color-2 .addthis_default_style a {
    color: #000080 !important;
}

.color-2 .has-sidebar {
    background: none;
}

.color-2 .dk_container a {
    color: #BFEFFC;
    text-decoration: none;
}

.color-2 .dk_toggle {
    background: #000080 url(../img/select.png) no-repeat 100% 0;
    border-bottom: 2px solid #000080;
}

.color-2 .dk_options {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-2 .dk_options_inner {
    background: #7FDFF9;
}

.color-2 .dk_container .dk_options a {
    color: #000080;
}

.color-2 .dk_container .dk_options a:hover,
.color-2 .dk_container .dk_option_current a {
    background: #000080;
    color: #BFEFFC;
}

.color-2 .accordion .ui-accordion-header {
    background: #000080;
    color: #BFEFFC;
}

.color-2 .wrapper-resources .all {
    color: #000080;
}

.color-2 .node-type-news .main  a {
    color: #000080;
}

.color-2 .node-type-news .downloads {
    background: #7FDFF9;
}

.color-2 .node-type-news .links {
    background: #7FDFF9;
}

.color-2 .node-type-news .resources {
    background: #7FDFF9;
}

.color-2 .node-type-news .view-tags .view-content a:hover {
    background: #000080;
}

.color-2 .node-type-news .main .button {
    background: #000080;
    border-bottom: 2px solid #000080;
}

.color-2 .node-type-blog .main  a {
    color: #000080;
}

.color-2 .node-type-blog .downloads {
    background: #7FDFF9;
}

.color-2 .node-type-blog .links {
    background: #7FDFF9;
}

.color-2 .node-type-blog .resources {
    background: #7FDFF9;
}

.color-2 .node-type-blog .view-tags .view-content a:hover {
    background: #000080;
}

.color-2 .node-type-blog .main .button {
    background: #000080;
    border-bottom: 2px solid #000080;
}

.color-2 .node-type-biblio .main  a {
    color: #000080;
}

.color-2 .node-type-biblio .downloads {
    background: #7FDFF9;
}

.color-2 .node-type-biblio .links {
    background: #7FDFF9;
}

.color-2 .node-type-biblio .resources {
    background: #7FDFF9;
}

.color-2 .node-type-biblio .resources-2 {
    background: #7FDFF9;
}

.color-2 .node-type-biblio .view-tags .view-content a:hover {
    background: #000080;
}

.color-2 .node-type-biblio .main .button {
    background: #000080;
    border-bottom: 2px solid #000080;
}

.color-2 #views-exposed-form-advanced-search-page-1 .views-reset-button .form-submit {
    color: #000080;
}

.color-2 .mobile-header {
    background-color: #000080;
}

.color-2 .mobile-menu-nav {
    background-color: #000066;
}

.color-2 .mobile-search-nav.active {
    background-color: #BFEFFC;
}

.color-2 .mobile-search {
    background-color: #BFEFFC;
}

.color-2 .mobile-menu {
    background-color: #000080;
}

.color-2 .mobile-menu a {
    color: #BFEFFC;
    text-decoration: none;
}

.color-2 .mobile-menu a:hover,
.color-2 .mobile-menu .active {
    background-color: #000066;
}

.color-2 .mobile-menu a.expanded {
    background-color: #000066;
}

.color-2 .wrapper-6 {
    background-color: #7FDFF9;
    color: #000080;
}

.color-2 .wrapper-6-inner .button {
    border-bottom-color: #000080;
    color: #BFEFFC !important;
}

.color-2 .teaser {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-2 .teaser-style-1 .teaser-panel-2 {
    background-color: #BFEFFC;
    color: #000080;
}

.color-2 .teaser-style-2 .teaser-panel-2 {
    background-color: #BFEFFC;
    color: #000080;
}

.color-2 .teaser-style-3 .teaser-panel-2 {
    background: #BFEFFC;
    color: #000080;
}

.color-2 .tool-category-style-1 .teaser-style-3 .teaser-panel-2 {
    border-top-color: #000080;
}

.color-2 .tool-category-style-2 .teaser-style-3 .teaser-panel-2 {
    border-top-color: #000080;
}

.color-2 .wrapper-7 {
    background-color: #BFEFFC;
}

.color-2 .wrapper-8 {
    background-color: #7FDFF9;
}

.color-2 .wrapper-8-inner {
    background-color: #BFEFFC;
}

.color-2 .wrapper-8 h3 {
    border-bottom-color: #7FDFF9;
}

.color-2 .wrapper-8-panel {
    border-bottom-color: #7FDFF9;
}

.color-2 .wrapper-9 {
    background-color: #7FDFF9;
}

.color-2 .wrapper-9-inner {
    background-color: #BFEFFC;
}

.color-2 .wrapper-9 h3 {
    border-bottom-color: #7FDFF9;
}

.color-2 .wrapper-9-panel {
    border-bottom-color: #7FDFF9;
}

.color-2 .teaser-2 a {
    color: #000080;
}

.color-2 .wrapper-10 {
    background-color: #7FDFF9;
}

.color-2 .teaser-3 a {
    color: #000080;
}

.color-2 .view-tool-subcategories a {
    color: #000080;
    text-decoration: none;
}

.color-2 .view-tool-subcategories a.active {
    color: #000080;
    text-decoration: underline;
}

.color-2 .wrapper-11 {
    background-color: #7FDFF9;
}

/* color-3 */
.color-3 {
    background: #000;
    color: #FFF;
}

.color-3 a {
    color: #FFF;
    text-decoration: underline;
}

.color-3 .form-text,
.color-3 textarea {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}

.color-3 .form-text:focus,
.color-3 textarea:focus {
    border: 2px solid #FFF;
}

.color-3 ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
}
.color-3 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFF;
}
.color-3 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFF;
}
.color-3 :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFF;
}

.color-3 .form-submit {
    background: #FFF;
    border-bottom: 2px solid #FFF;
    color: #191919;
}

.color-3 table {
    background-color: #191919;
}

.color-3 tr:nth-child(even) {
    background: #000;
}

.color-3 th {
    border: 2px solid #FFF;
}

.color-3 td {
    border: 2px solid #FFF;
}

.color-3 .button {
    background: #FFF;
    border-bottom: 2px solid #FFF;
    color: #191919 !important;
    text-decoration: none;
}

.color-3 .wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    background: #191919;
}

.color-3 .wrapper a {
    color: #FFF;
}

.color-3 .type a {
    background: #FFF;
    color: #191919 !important;
    text-decoration: none;
}

.color-3 .news-search-result .type a {
    background: #FFF;
}

.color-3 .blog-search-result .type a {
    background: #FFF;
}

.color-3 .resource-search-result .type a {
    background: #FFF;
}

.color-3 .location a {
    color: #FFF;
}

.color-3 .tags a {
    background: #FFF;
    color: #191919;
    text-decoration: none;
}

.color-3 .tags a:hover {
    background: #FFF;
}

.color-3 .page {
    background: none;
}

.color-3 .header {
    background: none;
}

.color-3 .accessibility {
    background: #191919;
}

.color-3 .text-size-nav a {
    color: #FFF;
    text-decoration: none;
}

.color-3 .text-size-nav .active {
    text-decoration: underline;
}

.color-3 .color-nav a {
    text-decoration: none;
}

.color-3 .search {
    background: #191919;
}

.color-3 .search .form-text {
    border: none;
    color: #FFF;
}

.color-3 .search .form-text::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
}
.color-3 .search .form-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFF;
}
.color-3 .search .form-text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFF;
}
.color-3 .search .form-text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFF;
}

.color-3 .header-bottom {
    color: #FFF;
}

.color-3 .header-bottom a {
    color: #FFF;
}

.color-3 .nav {
    background: #191919;
    border-bottom: 2px solid #191919;
}

.color-3 .main-menu .content li:hover,
.color-3 .main-menu .content li.active-trail {
    background-color: #FFF;
    border-bottom: 2px solid #FFF;
}

.color-3 .main-menu .content a {
    color: #FFF;
    text-decoration: none;
}

.color-3 .main-menu .content li:hover a,
.color-3 .main-menu .content li.active-trail a {
    color: #191919;
}

.color-3 .main-menu .content ul ul {
    background: #FFF;
}

.color-3 .main-menu .content ul ul li:hover,
.color-3 .main-menu .content ul ul li.active-trail {
    background: #F3F3F3;
    border-bottom: none;
}

.color-3 .footer-menu .content a {
    color: #FFF;
}

.color-3 .footer-menu .content a:hover {
    color: #FFF;
}

.color-3 .resource-teaser {
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
}

.color-3 .resource-teaser h3 {
    color: #FFF;
}

.color-3 .resource-teaser:hover {
    background: #FFF;
    border: 1px solid #FFF;
    color: #191919;
}

.color-3 .resource-teaser:hover h3 {
    color: #191919;
}

.color-3 .resource-dog-ear {
    display: none;
}

.color-3 .topics-menu {
    border-left: 1px solid #FFF;
}

.color-3 .topics-menu a {
    text-decoration: none;
}

.color-3 .topics-menu .active {
    text-decoration: underline;
}

.color-3 .side-menu .content a {
    color: #FFF;
    text-decoration: none;
}

.color-3 .side-menu .content a.active {
    color: #FFF;
    text-decoration: underline;
}

.color-3 .side-menu .content ul ul {
    background: #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.color-3 .news-search-footer {
    border-top: 1px solid #FFF;
}

.color-3 .search-result-footer {
    border-top: 1px solid #FFF;
}

.color-3 .search-result-2 {
    border-bottom: 1px solid #FFF;
}

.color-3 .topic a {
    color: #FFF;
}

.color-3 .block-facetapi .content a {
    text-decoration: none;
}

.color-3 .block-facetapi .content .facetapi-active {
    text-decoration: underline;
}

.color-3 #block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content ul a,
.color-3 #block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content ul a {
    background: #FFF;
    color: #191919;
}

.color-3 #block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content .facetapi-active,
.color-3 #block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content .facetapi-active {
    background: #FFF url(../img/close-2.png) no-repeat 0 50%;
    text-decoration: none;
}

.color-3 .my-tabs-2 a {
    text-decoration: none;
}

.color-3 .my-tabs-2 .active {
    color: #FFF;
    text-decoration: underline;
}

.color-3 .downloads {
    background: #000;
}

.color-3 .links {
    background: #000;
}

.color-3 .resources {
    background: #000;
}

.color-3 .resources-2 {
    background: #000;
}

.color-3 .disclaimer {
    background: #000;
    border: 1px dashed #FFF;
}

.color-3 .view-tags .view-content a {
    background: #FFF;
    color: #191919 !important;
    text-decoration: none;
}

.color-3 .view-tags .view-content a:hover {
    background: #FFF;
}

.color-3 .partnership-teaser-image {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-3 .report-filters a {
    background: #000;
    color: #FFF;
    text-decoration: none;
}

.color-3 .report-filters a:hover,
.color-3 .report-filters .active {
    background: #FFF;
    color: #191919;
}

.color-3 .reports {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    background: #000;
}

.color-3 .wrapper .reports-previous {
    background: #FFF;
    color: #191919;
}

.color-3 .report-teaser {
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
}

.color-3 .report-teaser h3 {
    color: #FFF;
}

.color-3 .report-teaser:hover {
    background: #FFF;
    border: 1px solid #FFF;
    color: #191919;
}

.color-3 .report-teaser:hover h3 {
    color: #191919;
}

.color-3 .report-dog-ear {
    display: none;
}

.color-3 .newsletter-teaser-frequency {
    background: #FFF;
    color: #191919;
}

.color-3 .addthis_default_style a {
    color: #FFF !important;
}

.color-3 .has-sidebar {
    background: none;
}

.color-3 .dk_container a {
    color: #191919;
    text-decoration: none;
}

.color-3 .dk_toggle {
    background: #FFF url(../img/select.png) no-repeat 100% 0;
    border-bottom: 2px solid #FFF;
}

.color-3 .dk_options {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-3 .dk_options_inner {
    background: #000;
}

.color-3 .dk_container .dk_options a {
    color: #FFF;
}

.color-3 .dk_container .dk_options a:hover,
.color-3 .dk_container .dk_option_current a {
    background: #FFF;
    color: #191919;
}

.color-3 .accordion .ui-accordion-header {
    background: #FFF;
    color: #191919;
}

.color-3 .wrapper-resources .all {
    color: #FFF;
}

.color-3 .node-type-news .main  a {
    color: #FFF;
}

.color-3 .node-type-news .downloads {
    background: #000;
}

.color-3 .node-type-news .links {
    background: #000;
}

.color-3 .node-type-news .resources {
    background: #000;
}

.color-3 .node-type-news .view-tags .view-content a:hover {
    background: #FFF;
}

.color-3 .node-type-news .main .button {
    background: #FFF;
    border-bottom: 2px solid #FFF;
}

.color-3 .node-type-blog .main  a {
    color: #FFF;
}

.color-3 .node-type-blog .downloads {
    background: #000;
}

.color-3 .node-type-blog .links {
    background: #000;
}

.color-3 .node-type-blog .resources {
    background: #000;
}

.color-3 .node-type-blog .view-tags .view-content a:hover {
    background: #FFF;
}

.color-3 .node-type-blog .main .button {
    background: #FFF;
    border-bottom: 2px solid #FFF;
}

.color-3 .node-type-biblio .main  a {
    color: #FFF;
}

.color-3 .node-type-biblio .downloads {
    background: #000;
}

.color-3 .node-type-biblio .links {
    background: #000;
}

.color-3 .node-type-biblio .resources {
    background: #000;
}

.color-3 .node-type-biblio .resources-2 {
    background: #000;
}

.color-3 .node-type-biblio .view-tags .view-content a:hover {
    background: #FFF;
}

.color-3 .node-type-biblio .main .button {
    background: #FFF;
    border-bottom: 2px solid #FFF;
}

.color-3 #views-exposed-form-advanced-search-page-1 .views-reset-button .form-submit {
    color: #FFF;
}

.color-3 .mobile-header {
    background-color: #191919;
}

.color-3 .mobile-menu-nav {
    background-color: #000;
}

.color-3 .mobile-search-nav.active {
    background-color: #000;
}

.color-3 .mobile-search {
    background-color: #000;
}

.color-3 .mobile-menu {
    background-color: #191919;
}

.color-3 .mobile-menu a {
    color: #FFF;
    text-decoration: none;
}

.color-3 .mobile-menu a:hover,
.color-3 .mobile-menu .active {
    background-color: #000;
}

.color-3 .mobile-menu a.expanded {
    background-color: #000;
}

.color-3 .wrapper-6 {
    background-color: #000;
}

.color-3 .wrapper-6-inner .button {
    border-bottom-color: #000;
    color: #191919 !important;
}

.color-3 .teaser {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-3 .teaser-style-1 .teaser-panel-2 {
    background-color: #191919;
}

.color-3 .teaser-style-2 .teaser-panel-2 {
    background-color: #191919;
}

.color-3 .teaser-style-3 .teaser-panel-2 {
    background: #191919;
    color: #FFF;
}

.color-3 .tool-category-style-1 .teaser-style-3 .teaser-panel-2 {
    border-top-color: #000;
}

.color-3 .tool-category-style-2 .teaser-style-3 .teaser-panel-2 {
    border-top-color: #000;
}

.color-3 .wrapper-7 {
    background-color: #191919;
}

.color-3 .wrapper-8 {
    background-color: #000;
}

.color-3 .wrapper-8-inner {
    background-color: #191919;
}

.color-3 .wrapper-8 h3 {
    border-bottom-color: #000;
}

.color-3 .wrapper-8-panel {
    border-bottom-color: #000;
}

.color-3 .wrapper-9 {
    background-color: #000;
}

.color-3 .wrapper-9-inner {
    background-color: #191919;
}

.color-3 .wrapper-9 h3 {
    border-bottom-color: #000;
}

.color-3 .wrapper-9-panel {
    border-bottom-color: #000;
}

.color-3 .wrapper-10 {
    background-color: #000;
}

.color-3 .view-tool-subcategories a {
    text-decoration: none;
}

.color-3 .view-tool-subcategories a.active {
    text-decoration: underline;
}

.color-3 .wrapper-11 {
    background-color: #000;
}

/* color-4 */
.color-4 {
    background: #B3B7B9;
    color: #1B1464;
}

.color-4 a {
    color: #1B1464;
    text-decoration: underline;
}

.color-4 .form-text,
.color-4 textarea {
    background-color: transparent;
    border: 2px solid #1B1464;
    color: #1B1464;
}

.color-4 .form-text:focus,
.color-4 textarea:focus {
    border: 2px solid #1B1464;
}

.color-4 ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #1B1464;
}
.color-4 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #1B1464;
}
.color-4 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #1B1464;
}
.color-4 :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #1B1464;
}

.color-4 .form-submit {
    background: #1B1464;
    border-bottom: 2px solid #1B1464;
    color: #C6C9CA;
}

.color-4 table {
    background-color: #C6C9CA;
}

.color-4 tr:nth-child(even) {
    background: #B3B7B9;
}

.color-4 th {
    border: 2px solid #1B1464;
}

.color-4 td {
    border: 2px solid #1B1464;
}

.color-4 .button {
    background: #1B1464;
    border-bottom: 2px solid #1B1464;
    color: #C6C9CA !important;
    text-decoration: none;
}

.color-4 .wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    background: #C6C9CA;
}

.color-4 .wrapper a {
    color: #1B1464;
}

.color-4 .type a {
    background: #1B1464;
    color: #C6C9CA !important;
    text-decoration: none;
}

.color-4 .news-search-result .type a {
    background: #1B1464;
}

.color-4 .blog-search-result .type a {
    background: #1B1464;
}

.color-4 .resource-search-result .type a {
    background: #1B1464;
}

.color-4 .location a {
    color: #1B1464;
}

.color-4 .tags a {
    background: #1B1464;
    color: #C6C9CA;
    text-decoration: none;
}

.color-4 .tags a:hover {
    background: #1B1464;
}

.color-4 .page {
    background: none;
}

.color-4 .header {
    background: none;
}

.color-4 .accessibility {
    background: #C6C9CA;
}

.color-4 .text-size-nav a {
    color: #1B1464;
    text-decoration: none;
}

.color-4 .text-size-nav .active {
    text-decoration: underline;
}

.color-4 .color-nav a {
    text-decoration: none;
}

.color-4 .search {
    background: #C6C9CA;
}

.color-4 .search .form-text {
    border: none;
    color: #1B1464;
}

.color-4 .search .form-text::-webkit-input-placeholder { /* WebKit browsers */
    color:    #1B1464;
}
.color-4 .search .form-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #1B1464;
}
.color-4 .search .form-text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #1B1464;
}
.color-4 .search .form-text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #1B1464;
}

.color-4 .header-bottom {
    color: #1B1464;
}

.color-4 .header-bottom a {
    color: #1B1464;
}

.color-4 .nav {
    background: #C6C9CA;
    border-bottom: 2px solid #C6C9CA;
}

.color-4 .main-menu .content li:hover,
.color-4 .main-menu .content li.active-trail {
    background-color: #1B1464;
    border-bottom: 2px solid #1B1464;
}

.color-4 .main-menu .content a {
    color: #1B1464;
    text-decoration: none;
}

.color-4 .main-menu .content li:hover a,
.color-4 .main-menu .content li.active-trail a {
    color: #C6C9CA;
}

.color-4 .main-menu .content ul ul {
    background: #1B1464;
}

.color-4 .main-menu .content ul ul li:hover,
.color-4 .main-menu .content ul ul li.active-trail {
    background: #140F4B;
    border-bottom: none;
}

.color-4 .footer-menu .content a {
    color: #1B1464;
}

.color-4 .footer-menu .content a:hover {
    color: #1B1464;
}

.color-4 .resource-teaser {
    background: none;
    border: 1px solid #1B1464;
    color: #1B1464;
    text-decoration: none;
}

.color-4 .resource-teaser h3 {
    color: #1B1464;
}

.color-4 .resource-teaser:hover {
    background: #1B1464;
    border: 1px solid #1B1464;
    color: #C6C9CA;
}

.color-4 .resource-teaser:hover h3 {
    color: #C6C9CA;
}

.color-4 .resource-dog-ear {
    display: none;
}

.color-4 .topics-menu {
    border-left: 1px solid #1B1464;
}

.color-4 .topics-menu a {
    text-decoration: none;
}

.color-4 .topics-menu .active {
    text-decoration: underline;
}

.color-4 .side-menu .content a {
    color: #1B1464;
    text-decoration: none;
}

.color-4 .side-menu .content a.active {
    color: #1B1464;
    text-decoration: underline;
}

.color-4 .side-menu .content ul ul {
    background: #B3B7B9;
    border-bottom: 1px solid #B3B7B9;
    border-top: 1px solid #B3B7B9;
}

.color-4 .news-search-footer {
    border-top: 1px solid #1B1464;
}

.color-4 .search-result-footer {
    border-top: 1px solid #1B1464;
}

.color-4 .search-result-2 {
    border-bottom: 1px solid #1B1464;
}

.color-4 .topic a {
    color: #1B1464;
}

.color-4 .block-facetapi .content a {
    text-decoration: none;
}

.color-4 .block-facetapi .content .facetapi-active {
    text-decoration: underline;
}

.color-4 #block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content ul a,
.color-4 #block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content ul a {
    background: #1B1464;
    color: #C6C9CA;
}

.color-4 #block-facetapi-ipacm7h1df7clj1wbtizqw516mcvtyka .content .facetapi-active,
.color-4 #block-facetapi-mogskil6p2sikjqf390lq11ncddatcz5 .content .facetapi-active {
    background: #1B1464 url(../img/close-2.png) no-repeat 0 50%;
    text-decoration: none;
}

.color-4 .my-tabs-2 a {
    text-decoration: none;
}

.color-4 .my-tabs-2 .active {
    color: #1B1464;
    text-decoration: underline;
}

.color-4 .downloads {
    background: #B3B7B9;
}

.color-4 .links {
    background: #B3B7B9;
}

.color-4 .resources {
    background: #B3B7B9;
}

.color-4 .resources-2 {
    background: #B3B7B9;
}

.color-4 .disclaimer {
    background: #B3B7B9;
    border: 1px dashed #1B1464;
}

.color-4 .view-tags .view-content a {
    background: #1B1464;
    color: #C6C9CA !important;
    text-decoration: none;
}

.color-4 .view-tags .view-content a:hover {
    background: #1B1464;
}

.color-4 .partnership-teaser-image {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-4 .report-filters a {
    background: #B3B7B9;
    color: #1B1464;
    text-decoration: none;
}

.color-4 .report-filters a:hover,
.color-4 .report-filters .active {
    background: #1B1464;
    color: #C6C9CA;
}

.color-4 .reports {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    background: #B3B7B9;
}

.color-4 .wrapper .reports-previous {
    background: #1B1464;
    color: #C6C9CA;
}

.color-4 .report-teaser {
    background: none;
    border: 1px solid #1B1464;
    color: #1B1464;
}

.color-4 .report-teaser h3 {
    color: #1B1464;
}

.color-4 .report-teaser:hover {
    background: #1B1464;
    border: 1px solid #1B1464;
    color: #C6C9CA;
}

.color-4 .report-teaser:hover h3 {
    color: #C6C9CA;
}

.color-4 .report-dog-ear {
    display: none;
}

.color-4 .newsletter-teaser-frequency {
    background: #1B1464;
    color: #C6C9CA;
}

.color-4 .addthis_default_style a {
    color: #1B1464 !important;
}

.color-4 .has-sidebar {
    background: none;
}

.color-4 .dk_container a {
    color: #C6C9CA;
    text-decoration: none;
}

.color-4 .dk_toggle {
    background: #1B1464 url(../img/select.png) no-repeat 100% 0;
    border-bottom: 2px solid #1B1464;
}

.color-4 .dk_options {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-4 .dk_options_inner {
    background: #B3B7B9;
}

.color-4 .dk_container .dk_options a {
    color: #1B1464;
}

.color-4 .dk_container .dk_options a:hover,
.color-4 .dk_container .dk_option_current a {
    background: #1B1464;
    color: #C6C9CA;
}

.color-4 .accordion .ui-accordion-header {
    background: #1B1464;
    color: #C6C9CA;
}

.color-4 .wrapper-resources .all {
    color: #1B1464;
}

.color-4 .node-type-news .main  a {
    color: #1B1464;
}

.color-4 .node-type-news .downloads {
    background: #B3B7B9;
}

.color-4 .node-type-news .links {
    background: #B3B7B9;
}

.color-4 .node-type-news .resources {
    background: #B3B7B9;
}

.color-4 .node-type-news .view-tags .view-content a:hover {
    background: #1B1464;
}

.color-4 .node-type-news .main .button {
    background: #1B1464;
    border-bottom: 2px solid #1B1464;
}

.color-4 .node-type-blog .main  a {
    color: #1B1464;
}

.color-4 .node-type-blog .downloads {
    background: #B3B7B9;
}

.color-4 .node-type-blog .links {
    background: #B3B7B9;
}

.color-4 .node-type-blog .resources {
    background: #B3B7B9;
}

.color-4 .node-type-blog .view-tags .view-content a:hover {
    background: #1B1464;
}

.color-4 .node-type-blog .main .button {
    background: #1B1464;
    border-bottom: 2px solid #1B1464;
}

.color-4 .node-type-biblio .main  a {
    color: #1B1464;
}

.color-4 .node-type-biblio .downloads {
    background: #B3B7B9;
}

.color-4 .node-type-biblio .links {
    background: #B3B7B9;
}

.color-4 .node-type-biblio .resources {
    background: #B3B7B9;
}

.color-4 .node-type-biblio .resources-2 {
    background: #B3B7B9;
}

.color-4 .node-type-biblio .view-tags .view-content a:hover {
    background: #1B1464;
}

.color-4 .node-type-biblio .main .button {
    background: #1B1464;
    border-bottom: 2px solid #1B1464;
}

.color-4 #views-exposed-form-advanced-search-page-1 .views-reset-button .form-submit {
    color: #1B1464;
}

.color-4 .mobile-header {
    background-color: #1B1464;
}

.color-4 .mobile-menu-nav {
    background-color: #140F4B;
}

.color-4 .mobile-search-nav.active {
    background-color: #140F4B;
}

.color-4 .mobile-search {
    background-color: #C6C9CA;
}

.color-4 .mobile-menu {
    background-color: #1B1464;
}

.color-4 .mobile-menu a {
    color: #C6C9CA;
    text-decoration: none;
}

.color-4 .mobile-menu a:hover,
.color-4 .mobile-menu .active {
    background-color: #140F4B;
}

.color-4 .mobile-menu a.expanded {
    background-color: #140F4B;
}

.color-4 .wrapper-6 {
    background-color: #B3B7B9;
    color: #000080;
}

.color-4 .wrapper-6-inner .button {
    border-bottom-color: #000080;
    color: #C6C9CA !important;
}

.color-4 .teaser {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-4 .teaser-style-1 .teaser-panel-2 {
    background-color: #C6C9CA;
    color: #000080;
}

.color-4 .teaser-style-2 .teaser-panel-2 {
    background-color: #C6C9CA;
    color: #000080;
}

.color-4 .teaser-style-3 .teaser-panel-2 {
    background: #C6C9CA;
    color: #000080;
}

.color-4 .tool-category-style-1 .teaser-style-3 .teaser-panel-2 {
    border-top-color: #000080;
}

.color-4 .tool-category-style-2 .teaser-style-3 .teaser-panel-2 {
    border-top-color: #000080;
}

.color-4 .wrapper-7 {
    background-color: #C6C9CA;
}

.color-4 .wrapper-8 {
    background-color: #B3B7B9;
}

.color-4 .wrapper-8-inner {
    background-color: #C6C9CA;
}

.color-4 .wrapper-8 h3 {
    border-bottom-color: #B3B7B9;
}

.color-4 .wrapper-8-panel {
    border-bottom-color: #B3B7B9;
}

.color-4 .wrapper-9 {
    background-color: #B3B7B9;
}

.color-4 .wrapper-9-inner {
    background-color: #C6C9CA;
}

.color-4 .wrapper-9 h3 {
    border-bottom-color: #B3B7B9;
}

.color-4 .wrapper-9-panel {
    border-bottom-color: #B3B7B9;
}

.color-4 .teaser-2 a {
    color: #000080;
}

.color-4 .wrapper-10 {
    background-color: #B3B7B9;
}

.color-4 .teaser-3 a {
    color: #000080;
}

.color-4 .view-tool-subcategories a {
    color: #000080;
    text-decoration: none;
}

.color-4 .view-tool-subcategories a.active {
    color: #000080;
    text-decoration: underline;
}

.color-4 .wrapper-11 {
    background-color: #B3B7B9;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    h1,
    .h1 {
        font-size: 42px;
        line-height: 1em;
    }

    h2,
    .h2 {
        font-size: 31px;
        line-height: 1em;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 1em;
    }
    
    .button {
        padding: 12px 15px;
    }
    
    .accessibility {
        padding: 6px 10px;
    }
    
    .text-size-nav li {
        margin: 0 5px 0 0;
    }
    
    .color-nav li {
        margin: 0 3px 0 0;
    }
    
    .search .form-text {
        width: 138px;
    }
    
    .nav {
        width: 640px;
    }
    
    .main-menu {
        width: 640px;
    }
    
    .main-menu .content {
        font-size: 13px;
        line-height: 1.2em;
    }
    
    .main-menu .content a {
        padding: 19px 6px 17px 6px;
    }
    
    .main-menu .content .expanded a {
        padding: 19px 23px 17px 6px;
    }
    
    .menu-en {
        background-image: none;
    }

    .menu-fr {
        background-image: none;
    }

    .menu-es {
        background-image: none;
    }

    .menu-nl {
        background-image: none;
    }
    
    .main-menu .content .menu-mlid-893 a,
    .main-menu .content .menu-mlid-893 ul a {
        background-position: 10px 50%;
        background-repeat: no-repeat;
        padding: 19px 23px 17px 6px;
        width: 20px;
    }

    .main-menu .content ul .menu-mlid-893 ul {
        width: 49px;
    }
    
    .main-menu .content .menu-mlid-1289 a,
    .main-menu .content .menu-mlid-1289 ul a {
        background-position: 10px 50%;
        background-repeat: no-repeat;
        padding: 19px 23px 17px 6px;
        width: 20px;
    }

    .main-menu .content ul .menu-mlid-1289 ul {
        width: 49px;
    }
    
    .main-menu .content .menu-mlid-1324 ul a {
        background-position: 10px 50%;
        background-repeat: no-repeat;
        padding: 19px 23px 17px 6px;
        width: 20px;
    }

    .main-menu .content ul .menu-mlid-1324 ul {
        width: 49px;
    }
    
    .main-menu .content .menu-mlid-1444 ul a {
        background-position: 10px 50%;
        background-repeat: no-repeat;
        padding: 19px 23px 17px 6px;
        width: 20px;
    }

    .main-menu .content ul .menu-mlid-1444 ul {
        width: 49px;
    }
    
    .slideshow-prev {
        display: none;
    }
    
    .slideshow-next {
        display: none;
    }
    
    .social h2 {
        margin: 0 15px 0 0;
    }
    
    .social li {
        margin: 0 15px 0 0;
    }
    
    .has-sidebar {
        background: url(../img/column.png) repeat-y 586px 0;
    }
    
    .mini-pager {
        display: none;
    }
    
    .blog-teaser-profile-wrapper {
        width: 304px;
    }
    
    .element-invisible {
        display: none;
    }
    
    .teaser-3-right {
        width: 406px;
    }
}

@media only screen and (max-width: 767px) {
    .container .mobile-six.columns {
        margin-left: 5px;
        margin-right: 5px;
        width: 140px;
    }
    
    h1,
    .h1 {
        font-size: 42px;
        line-height: 1em;
    }

    h2,
    .h2 {
        font-size: 31px;
        line-height: 1em;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 1em;
    }
    
    .mobile-header {
        display: block;
        visibility: visible;
    }
    
    .menu-en {
        background-image: none;
    }

    .menu-fr {
        background-image: none;
    }

    .menu-es {
        background-image: none;
    }

    .menu-nl {
        background-image: none;
    }
    
    .header {
        padding: 20px 0;
    }
    
    .header-top {
        display: none;
    }
    
    .slideshow-prev {
        display: none;
    }
    
    .slideshow-next {
        display: none;
    }
    
    .social h2 {
        float: none;
        margin: 0 0 20px 0;
    }
    
    .social ul {
        float: none;
    }
    
    .social li {
        float: none;
        margin: 0 0 10px 0;
    }
    
    .social a {
        float: none;
    }
    
    .all {
        display: none;
    }
    
    .wrapper-topics {
        display: none;
    }
    
    .blog-teaser {
        margin: 0 0 20px 0;
    }
    
    .location {
        margin: 0 0 10px 0;
    }
    
    .type {
        margin: 0 10px 10px 0;
    }
    
    .blog-teaser-image {
        margin: 0 0 20px 0;
    }
    
    .blog-teaser-profile-wrapper {
        width: 240px;
    }
    
    .news-teaser {
        margin: 0 0 20px 0;
    }
    
    .resource-teaser {
        margin: 0 0 20px 0;
    }
    
    .addthis_default_style .at300b {
        display: block;
        float: none;
        margin: 0 0 10px 0;
    }
    
    .mini-pager {
        display: none;
    }
    
    .footer-logo {
        display: block;
        margin: 0 0 20px 0;
    }
    
    .footer-links {
        float: left;
    }
    
    .footer-menu {
        padding: 20px 0 0 0;
    }
    
    .footer-menu .content ul {
        float: left;
    }
    
    .footer-menu .content li {
        margin: 0 20px 5px 0;
    }
    
    .footer-menu .content .last {
        margin: 0 0 5px 0;
    }
    
    .container .downloads .four.columns,
    .container .links .four.columns,
    .container .resources .four.columns,
    .container .resources-2 .four.columns {
        width: auto;
    }
    
    .project-teaser-2 img {
        margin: 0 0 20px 0;
    }
    
    .mobile-clear {
        display: block;
    }
    
    .has-sidebar {
        background: none;
    }
    
    .news-search-result-image {
        margin: 0 0 20px 0;
    }
    
    .search-result-image {
        margin: 0 0 20px 0;
    }
    
    .profile-header-image {
        margin: 0 0 10px 0;
    }
    
    .profile-header-twitter {
        margin: 0 0 10px 0;
    }
    
    .region-sidebar-second {
        padding: 0;
    }
    
    .block-facetapi {
        display: none;
    }
    
    blockquote {
        float: none;
        margin: 0 0 20px 0;
        width: auto;
    }
    
    .left {
        float: none;
        margin: 0 0 20px 0;
    }
    
    .right {
        float: none;
        margin: 0 0 20px 0;
    }
    
    .tabs li {
        margin: 0 20px 5px 0;
    }
    
    .side-menu {
        display: none;
    }
    
    .board-teaser-image {
        margin: 0 0 20px 0;
    }
    
    .media-teaser-image {
        margin: 0 0 20px 0;
    }
    
    .element-invisible {
        display: none;
    }
    
    .board-teaser-social {
        float: left;
    }
    
    .board-teaser-social li {
        margin: 0 10px 0 0;
    }
    
    .sort {
        float: none;
        margin: 0 0 10px 0;
    }
    
    .export {
        float: none;
    }
    
    .export li {
        margin: 0 15px 0 0;
    }
    
    .teaser-3-right {
        width: 150px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .teaser-3-right {
        width: 270px;
    }
    
    .mobile-search .form-text {
        width: 295px;
    }
}

/* my-fields */
.my-fields .field {
    margin: 0 0 20px 0;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.my-fields .field:before,
.my-fields .field:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.my-fields .field:after {
    clear: both;
}

.my-fields .field-label {
    box-sizing: border-box;
    float: left;
    font-weight: bold;
    padding: 0 12px 0 0;
    width: 33.333333333333333%;
}

.my-fields .field-items {
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 12px;
    width: 66.666666666666666%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    /** {
        background: transparent !important;
        color: #000 !important;*/ /* Black prints faster: h5bp.com/s */
        /*box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links for images, or javascript/internal links
     */

    /*.ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;*/ /* h5bp.com/t */
    /*}

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }*/
}
