/**
 * Custom CSS
 * Use this file to override styles if you feel uncomfortable editing
 * component stylesheets.
 ============================================================================ */

 body {
     text-align: left;
 }

 body a,
 body a:visited,
 body a:link,
 body a:active {
     color: #d28f29;
 }

 #highlighted .pr-highlighted__rw, #main-content .pr-main__content {
    padding: 40px;
 }


 /********************/
 /*    FONTS        */
 /******************/

 h1,h2,h3,h4{font-family:Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif}
 h5,h6{font-family:Georgia, Baskerville, Palatino, 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', serif}
 h1{font-size:2em;}
 h2{font-size:1.6em;}
 h3{font-size:1.4em;}
 h4{font-size:1.2em;}
 h5{font-size:1em;}
 h6{font-size:1em;}

 h1,h2,h3 {
    text-transform: uppercase;
    font-weight: bold;
}


/********************/
/*  BACKGROUND     */
/******************/

.regions {
    background-color: #fff;
}

.pr-header {
    color: #363636;
    background-color: #95221e;
}

.page {
    background-color: #95221e;
}

.pr-features {
    background-color: #95221e;
}

#features .hr--2-3, #features .hr--3 {
    background-color: #fff;
}

/********************/
/*  LEADERBOARD    */
/******************/

#leaderboard {
    padding: 20px 0;
    color: #fff;
}

#leaderboard .regions {
    background-color: #95221e;
}

#leaderboard #block-languageswitcher-2 .ar, #block-languageswitcher-2 .bs, #block-languageswitcher-2 .bg, #block-languageswitcher-2 .ca, #block-languageswitcher-2 .hi, #block-languageswitcher-2 .hu, #block-languageswitcher-2 .ja, #block-languageswitcher-2 .pt-br, #block-languageswitcher-2 .ro, #block-languageswitcher-2 .ru, #block-languageswitcher-2 .tl {
    display: none;
}

#leaderboard #block-languageswitcher-2 {
    display: inline-block;
    margin-bottom: 0;
}

#leaderboard #block-languageswitcher-2 li {
    float: left;
    padding: 12px 40px 0 0;
}

#leaderboard #block-languageswitcher-2 li a {;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#leaderboard #block-giswatch-search {
    float: right;
    padding: 10px 0 0 0;
}

 /********************/
 /*    HEADER       */
 /******************/

#rid-header-first {
    padding: 1px 60px 20px 60px;
    background-color: #d39ea2;
    color: #000;
}

#masthead .l-rw {
    padding: 0;
}

#rid-header-first #mission {
    padding: 20px 0 0 0;
    font-size: 1.3em;
    line-height: 1.4em;
}

#rid-header-first h2#block-mission-title {
  font-size: 4em;
  border-bottom: none;
  margin-bottom: 10px;
  padding-top: 40px;
  color: #000;
  line-height: 1em;
  text-transform: none;
  font-weight: bold;
}


#rid-header-first #mission #download-report {
    border: none;
    padding: 0;
    margin: 0;
}

#rid-header-first #mission #download-report a {
    padding: 2px 30px;
    margin: 40px 0 0 0;
    display: inline-block;
    text-align: center;
    border: 2px solid #000;
    text-decoration: none;
    font-size: 0.7em;
    color: #000;
}

#rid-header-first #mission #download-report a:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

/********************/
/*    MAIN MENU    */
/******************/

.ms-slidedown .rm-row, .ms-slidedown .rm-region {
    background-color: transparent;
}

#navbar {
    color: #ffffff;
    background-color: transparent;
    padding: 20px 0 20px 50px;
    margin: 0;
    text-transform: uppercase;
}

#navbar .menu a {
    background-color: transparent;
}

#navbar .menu a:hover {
    text-decoration: underline;
}

#navbar .menu-name--main {
    display: block;
    position: relative;
}

#navbar .menu-name--main .menu__item {
    width: auto;
    display: inline-block;
}

#navbar ul.menu li.menu__item-title--twitter, #navbar ul.menu li.menu__item-title--facebook {
    width: 60px;
    float: right;
    padding-right: 90px;
}

#navbar ul.menu li.menu__item-title--twitter a:before {
    visibility: visible;
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-image: url("/sites/default/files/SM-twitter.svg");
}

#navbar ul.menu li.menu__item-title--facebook a:before {
    visibility: visible;
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-image: url("/sites/default/files/SM-facebook.svg");
}

#navbar ul.menu li.menu__item-title--twitter a, #navbar ul.menu li.menu__item-title--facebook a {
    visibility: hidden;
    position: relative;
}

#navbar ul.menu li.menu-item-5841 {
  padding: 15px 0 0 0;
}

#navbar ul.menu li.menu-item-5842 {
  padding: 15px 60px 0 0;
}


/************************************/
/*  SLIDESHOW & THEMATIC CONTAINER */
/**********************************/

/*#rid-highlighted {
    display: grid;
    grid-template-columns: 65% 35%;
}*/

#rid-features-second {
    width: 65%;
}

#rid-features-third {
    width: 35%;
}

#features .hr--2-3, #features .hr--3 {
    padding: 0 40px;
}

/*************************/
/*  REPORTS SLIDESHOW   */
/***********************/

.view-book .views-slideshow-controls-bottom img.image-style-large {
    max-width: 80px;
    max-height: 80px;
}

#block-views-block-book-block-1-2 .view-content .skin-default {
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
}

#block-views-block-book-block-1-2 .view-content .skin-default img {
    /*max-width: 100%;*/
}

.views-slideshow-controls-bottom div {
    display: inline-block;
}

#views_slideshow_cycle_teaser_section_book-block_1 .views-row {
    padding: 0 30px;
}

#views_slideshow_cycle_teaser_section_book-block_1 .views-field-field-book-cover {
    margin-bottom: 30px;
}

.views-slideshow-controls-bottom .views-content-field-book-cover {
    padding: 0 0 10px 10px;
}

/*************************/
/*   THEMATIC REPORTS   */
/***********************/

#block-allreports-title {
    visibility: hidden;
}

.view-thematic-reports .view-content .item-list ul li, .view-country-reports .view-content .item-list ul li {
  list-style: none;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #d1d5d6;
  color: #d28f29;
  font-size: 90%;
}

.view-thematic-reports .view-content .item-list ul li:hover, .view-country-reports .view-content .item-list ul li:hover {
    background-color: #d28f29;
}

.view-thematic-reports .view-content .item-list ul li a:hover, .view-country-reports .view-content .item-list ul li a:hover {
    text-decoration: none;
    color: #fff;
}

/*************************/
/*   AUTHORS CAROUSEL   */
/***********************/

#block-views-block-authors2-block-1 {
    width: 80%;
    margin: auto;
}

/*************************/
/*   BLOG POST FRONT    */
/***********************/

#block-views-block-blog-post-block-1-2 ul {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

#block-views-block-blog-post-block-1-2 ul li .views-field-title a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#block-views-block-blog-post-block-1-2 ul li .views-field-title a,
#block-views-block-blog-post-block-1-2 ul li .views-field-title a:visited,
#block-views-block-blog-post-block-1-2 ul li .views-field-title a:link,
#block-views-block-blog-post-block-1-2 ul li .views-field-title a:active {
  /*width: calc(100% - 40px);*/
  height: 100%;
  font-size: 1.1em;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

#block-views-block-blog-post-block-1-2 ul li .views-field-title a:hover {
  color: #fff;
  text-decoration: none;
}

#block-views-block-blog-post-block-1-2 ul li:hover {
  background: #d28f29;
  color: #fff;
}

#block-views-block-blog-post-block-1-2 ul li {
    background: #e9e9e9;
    list-style: none;
    display: block;
    margin: 20px;
    height: 200px;
    text-align: center;
}

#block-views-block-blog-post-block-1-2 .views-field {
    display: block;
    width: 100%;
    height: 100%;
}

/*************************/
/*    REVIEW & QUOTES   */
/***********************/

#block-podbannerdrupal9 {
    width: 50%;
    float: left;
}

#block-podbannerdrupal9 img {
    max-width: 90%;
}

#block-views-block-quotes-block-1-2 .view-quotes {
    width: 50%;
    float: left;
}

.view-quotes .view-footer a {
    padding: 10px;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background: #e9e9e9;
    color: #000 !important;
}

.view-quotes .view-footer a:hover {
  background: #d28f29;
  color: #fff !important;
}

.quote-teaser {
    font-style: italic;
    margin-bottom: 20px;
}

.quote-author {
    margin-bottom: 40px;
}

.pager__items {
    display: block;
    align-items: center;
}

/********************/
/*     SIDEBAR     */
/******************/

#rid-sidebar-second .menu__link {
    display: initial;
}

#rid-sidebar-second .menu {
    list-style: disc;
}

#rid-sidebar-second .menu a {
    color: #d28f29;
}

/********************/
/*     FOOTER      */
/******************/

.pr-footer {
    color: #ffffff;
    background-color: #95221e;
    text-align: center;
}

#footer #nav {
    display: inline-block;
}

#footer #nav ul.primary-links {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#footer #nav ul.primary-links li {
    float: left;
    list-style: none;
    text-transform: uppercase;
}

#footer #nav ul.primary-links li a {
    display: inline;
    color: #fff;
    text-decoration: none;
    padding: 10px 16px 10px 16px;
}

#footer #footer-logos {
    padding: 20px 0 30px 0;
}

#footer #footer-text a {
    color: #fff;
    text-decoration: underline;
}

.attribution__link {
    display: none;
}

 /*************************/
 /*  TABLE OF CONTENTS   */
 /***********************/

 #block-views-block-table-of-contents-block-1-2 .view-header {
    padding: 20px 0 10px 0;
 }

#block-views-block-table-of-contents-block-1-2 h3 {
    text-align: center;
    background: #6a5656;
    height: 1px;
    margin-top: 30px;
}

.toc-row {
    padding-top: 20px;
}

.toc-header {
    background: #fff;
    padding: 30px;
    position: relative;
    top: -30px;
    font-style: italic;
}

.toc-header, .toc-title {
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.toc-title {
    background: #95221e;
    padding: 20px 20px 20px 30px;
    margin-top: 40px;
    color: #fff;
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.toc-author a {
    color: #000 !important;
}

/********************/
/*      PRESS      */
/******************/

.path-press #main-content .views-field-body img {
    width: 20%;
    display: block;
    margin: auto;
}

.path-press #main-content .views-field-body {
    margin: 15px 0;
}

.path-press #main-content .views-row {
    margin: 40px 0;
}

.path-press .views-field-title a:visited, .path-press .views-field-title a:link, .path-press .views-field-title a:active {
    font-size: 1.2em;
    color: #d28f29;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*****************************/
/* THE REPORTS/ ALL REPORTS */
/***************************/

.path-the-reports #main-content .views-col {
    text-align: center;
}

.path-the-reports #main-content .views-col .views-field-field-book-cover {
    margin: 20px 0;
}

.path-the-reports #main-content .views-col a {
    font-weight: bold;
}

.path-all-reports #main-content .button {
    background: #95221e;
}

.path-all-reports #main-content .views-row {
    margin-bottom: 20px;
}

/*************************/
/*    NODE SPECIFIC     */
/***********************/

/* ABOUT */
.node--id-4 strong {
    color: #d28f29;
}

/********************/
/*    TAXONOMY     */
/******************/

.path-taxonomy h2.node__title {
    font-size: 1em;
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.path-taxonomy h3.field__label {
    font-size: .8em;
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/********************/
/*      CLOUD      */
/******************/

#block-tagsinthemes-2 .block__content {
    line-height: 40px;
}

.tagclouds-term {
    margin: 0 20px 0 0;
}



/********************/
/*   RESPONSIVE    */
/******************/



@media only screen and (max-width: 600px) {
  /* BLOG */
  #block-views-block-blog-post-block-1-2 ul {
      display: grid;
      grid-template-columns: 100%;
  }

  /* SLIDE - THEMATIC REPORTS */
  #block-views-block-book-block-1-2 .view-content .skin-default {
      display: grid;
      grid-template-columns: 100%;
      width: 100%;
  }

  #rid-features-second {
      width: 100%;
  }

  #rid-features-third {
      width: 100%;
  }

  #rid-header-first h2#block-mission-title {
    font-size: 2.5em;
  }
}
