/**
 * @file
 *
 * Used for styling of features. Styling is divided by region.
 */

/**
 * Only shown for <IE8. See html.tpl.php
 */
.chromeframe {
  background: #eee;
  color: black;
  font-size: 24px;
  line-height: 1.2em;
  padding: 0.5em 1em 0.7em;
}

/**
 * Header.
 */
#topMenu {
  display: none;
}
#header .logo-wrapper {
  position: relative;
}
#header .site-name .mobile {
  display: block;
  margin: 20px 0 0 7px;
}
#header .site-name a:first-child {
  display: none;
}
#header .l-left {
  height: 70px;
}
#header .l-left img {
  max-width: 85px;
}

/**
 * Breadcrumb.
 */
#breadcrumbs {
  background: #08498b;
  color: #fff;
  display: none;
  font-size: 12px;
  left: 0;
  line-height: 12px;
  padding: 0;
  position: absolute;
  top: 145px;
  width: 100%;
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#breadcrumbs li {
  display: inline;
}
#breadcrumbs li + li:before {
  content: ' > ';
}
#breadcrumbs a,
#breadcrumbs a:visited {
  text-decoration: none;
  color: #fff;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

/**
 * Mobile navigation buttons.
 */
#primary-buttons a {
  background-position: left;
  background-repeat: no-repeat;
  border-right: 2px solid #057d98;
  display: block;
  float: left;
  height: 22px;
  margin: 21px 0 0 8px;
  padding-right: 8px;
  text-indent: -9999px;
  width: 30px;
}
#primary-buttons a.back-button {
  background: url('../images/mobile-back-button.png') left top no-repeat;
}
body.front #primary-buttons a.back-button {
  display: none;
}
#primary-buttons a.home-button {
  background: url('../images/mobile-home-button.png') left top no-repeat;
  margin-right: 0;
}
#primary-buttons a.menu-button {
  background: url('../images/mobile-menu-button.png') left top no-repeat;
  padding-right: 10px;
  border-right: none;
}
.close-button{
  float: right;
  background: transparent;
}

/**
 * Mobile menu.
 */
.mobile-hidden,
.tablet-hidden {
  display: none;
}
nav {
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 88px;
  width: 100%;
  z-index: 10;
}
nav ul.topmenu {
  border-bottom: 1px solid #099fb9;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
nav ul.menu li {
  background: #fff;
  margin: 0;
  padding: 5px;
  float: none;
  position: static;
}
nav ul.topmenu .close-bar{ display:none; background: #60b8c3; height: 22px;}
nav li > a:visited,
nav li > a:active,
nav li > a:hover,
nav li > a {
  background: url('../images/li-circle.png') no-repeat 0 6px;
  color: #808080;
  font-size: 16px;
  line-height: 20px;
  padding-left: 12px;
  text-transform: uppercase;
}
nav ul.submenu {
  background: #fff;
  border-bottom: 1px solid #60b8c3;
  border-right: 1px solid #60b8c3;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}
nav li.current ul.submenu {
  display: block;
}
nav ul.submenu li {
  display: block;
  margin: 0;
  padding: 5px;
}
nav li.submenu > a {
  background: url('../images/li-plus.png') no-repeat 0 6px;
}
nav ul.submenu li.submenu-title {
  background: #60b8c3;
  text-align: center;
  position:relative;
}
nav li.submenu-title a {
  color: #fff;
  display: block;
  line-height: 22px;
}

nav li.submenu-title a.button-previous { background: url("../images/button-back.png") 5px 0 no-repeat;width:80%;height:22px; }
nav li.submenu-title a.button-close, nav ul.topmenu .close-bar a.button-close { background: url("../images/button-close.gif") 5px 0 no-repeat;width:22px;height:22px;position: absolute;top: 5px;right: 0; }

nav ul.submenu li.monthly-item a { color: #333333; font-style: italic; font-weight: bold; }
nav ul.submenu li.monthly-item a:hover { font-style: italic; font-weight: bold; }

nav ul.submenu li.monthly-item-wrap {
    height: auto !important;
    overflow: hidden;

}

nav ul.submenu li.monthly-item-wrap a {
    color: #333333;
    font-style: italic;
    font-weight: bold;
    display: block !important;
    white-space: normal;
    width: 100%;
    text-transform: none !important;
}

nav ul.submenu li.monthly-item-wrap a:hover {
  font-style: italic;
  font-weight: bold;
}


/**
 * Mobile signature.
 */
#signature {
  background: #007e9a;
  clear: both;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  height: 19px;
  line-height: 19px;
  padding-left: 22px;
  position: relative;
}

/**
 * Homepage slideshow.
 */
.view-home-slider {
  line-height: 1.3125em;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}
.js .view-home-slider {
  max-height: 275px;
}
.view-home-slider .views-row {
  float: left;
  position: relative;
}
.view-home-slider img,
.view-home-slider a {
  display: block;
}
.view-home-slider .slide-wrapper {
  overflow: hidden;
}
.view-home-slider h2 {
  color: #007d98;
  font-size: 16px;
  margin: 0.25em 0;
  text-transform: none;
}
.view-home-slider p {
  color: #555;
  font-size: 16px;
}
.view-home-slider p img {
  display: inline;
}
.view-home-slider .pager {
  bottom: 5px;
  display: none !important;
  position: absolute;
  right: 20px;
  z-index: 100;
}
.view-home-slider .pager a {
  background-image: url(data:image/png;base64,0); /* Define a transparent background image so the link is clickable on all IE versions. */
  border: 2px solid #fff;
  display: inline-block;
  height: 12px;
  margin: 0 5px 0 0;
  outline: none;
  text-indent: -999em;
  width: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.view-home-slider .pager .selected {

  background: #fff;
  cursor: default;

}
/* Slideshow as embed */
.node-type-page #block-views-home-slider-home-slideshow {
  float: none;
  margin-bottom: 0;
  width: 100%;
}
.node-type-page .view-home-slider {
  padding: 0;
}
.node-type-page .view-home-slider img {
  width: 100%;
}
.node-type-page .view-home-slider p img {
  width: auto;
}

/**
 * Homepage views and stories common theming.
 */
 #block-dgresearch-stories-3cols-block {
   background: url('../images/home-line-shadow.png') 100% -680px no-repeat;
   clear: both !important;
 }

#block-dgresearch-stories-3cols-block,
#block-views-home-views-list-block {
  clear: left;
  margin-bottom: 16px;
  overflow: hidden;
}
#block-dgresearch-stories-3cols-block > *,
#block-views-home-views-list-block > * {
  margin: 0 10px;
}
#block-dgresearch-stories-3cols-block h2.stories-title,
#block-views-home-views-list-block h2 {
  background-color: #099fb9;
  display: block;
  border-bottom: 1px solid #ccc;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  margin: 0;
  padding: 2px 10px 0;
  text-transform: uppercase;
}
#block-dgresearch-stories-3cols-block h2.stories-title {
  margin-left: -16px;
}
#features1,
#features2,
#features3 .row,
.view-home-views-list .views-row {
  padding-bottom: 17px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBMVEVDQ0P///9DQ0NERERDQ0NERERDQ0NDQ0NERERDQ0NDQ0PBpoE4AAAAC3RSTlMAAAEBCQkhIiJ3eAutQ4kAAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC) repeat-x bottom;
}
#features3 .row,
.view-home-views-list .views-row {
  clear: both;
  margin: 0 0 7px 0;
  overflow: hidden;
  padding-bottom: 17px;
}
#features3 .row.item-3,
.view-home-views-list .views-row-last {
  background: none;
  padding-bottom: 0;
}
.view-home-views-list .view-content a {
  display: block;
}
#block-dgresearch-stories-3cols-block .image-block,
.view-home-views-list .image-block {
  float: left;
  width: 25%;
}
#block-dgresearch-stories-3cols-block .image-block img,
.view-home-views-list .image-block img {
  display: block;
  /*width: 100%;*/
  width: auto;
}
#block-dgresearch-stories-3cols-block .text-block,
.view-home-views-list .text-block {
  float: right;
  width: 73%;
}
#block-dgresearch-stories-3cols-block h3,
#features2 .item h2,
#features2 .item h2 span,
.view-home-views-list h3 {
  color: #007d98;
  font-size: 16px;
  line-height: 1.3125em;
  margin: 3px 0 0;
}
#features2 .item h2 {
  font-size: 16px;
  line-height: 1.3125em;
}
#features2 a.item.cat {
  float: left;
}
#features2 a.item.title,
#features2 a.item.h2 {
  display: inline;
}
.view-home-views-list h3 i {
  font-style: normal;
}
#block-dgresearch-stories-3cols-block p,
.view-home-views-list p {
  color: #555;
  font-size: 16px;
  margin: 0;
}
#block-dgresearch-stories-3cols-block a:hover p,
.view-home-views-list a:hover p {
  color: #222;
}
.view-home-views-list .more-link {
  clear: both;
  margin: 7px 0;
  text-align: left;
}

/**
 * Homepage stories.
 */
/* #features1,
#features2,
#features3 .item-4 {
  display: none;
} */
#features3 .item-3.row {
  background: none;
}
h2.stories-title {
  margin-left: -10px;
  width: 110%;
}
.buttonMore {
  clear: both;
}
.buttonMore a {
  color: #717171;
  margin-top:10px;
}
.buttonMore a:hover {
  color: #222;
}
.text-block em.theme,
.text-block h3 i {
  font-style: normal;
}

/**
 * Homepage key themes
 */
#block-views-home-key-themes-block {
  background: #099eb9;
  clear: both;
  display: none;
  margin: 10px 0;
  padding: 10px 27px 0;
  position: relative;
  max-height: 233px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
}
#block-views-home-key-themes-block .views-row { margin-bottom: 10px; }

#block-views-home-key-themes-block h2 {
  color: #fff;
  margin-left: 5px;
}
.view-home-key-themes .view-content {
  margin: 2px 0;
  overflow: hidden;
}

/* Carousel navigation */
.view-home-key-themes .navigation {
  background-color: transparent;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 23px;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  margin-top: -11px;
  width: 17px;
}
.view-home-key-themes .previous {
  left: 8px;
  background-position: -149px 0;
}
.view-home-key-themes .next {
  right: 8px;
  background-position: -199px 0;
}

/* Rows */
.view-home-key-themes .views-row {
  float: left;
  width: 33.33%;
}
.view-home-key-themes a {
  background: #fff;
  border: 1px solid #ccc;
  color: #555;
  display: block;
  margin: 5px;
  overflow: hidden;
  padding: 5px;
  position: relative;
}
.view-home-key-themes a > img {
  display: block;
  float: left;
  width: 38%;
}
.view-home-key-themes .text-block {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 100px !important;
}
.view-home-key-themes h3 {
  color: #555;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.view-home-key-themes h4 {
  color: #fff;
  display: none;
  margin: 12px 3px;
}
.view-home-key-themes p {
  margin: 0;
}
.view-home-key-themes .shadow {
  display: none;
}
.front .view-home-key-themes .shadow {
  margin-left: 0px;
}

/**
 * Around the web.
 */
#block-mostpopular-1{ padding-top:0 !important; padding-bottom:0 !important; display:none; }
  #block-mostpopular-1 .content{ margin:0 !important;padding:0 !important; }
    #sharedPopular{ width:100%;float:left;margin:5px 0 0 0;padding:0;display: none; }
      #sharedPopular .mostpopular--items{ list-style: none;margin:0;padding:0;counter-reset:li; }
        #sharedPopular .mostpopular--items li{ list-style: none;margin:0 0 20px 1.5em;padding:0; }
        #sharedPopular .mostpopular--items li:before{ color: rgb(0, 125, 152); content: counter(li) ". ";counter-increment: li;font-size: 14px;font-weight: bold;}

#block-views-from-around-the-web-block,
#block-views-technologist-block,
#block-views-from-around-the-web-2-block {
  margin: 0;
  width: 100%;
  clear: both;
}
/*#block-block-2,#block-mostpopular-1,*/

#block-views-from-around-the-web-block,
#block-views-technologist-block {
  margin-top: 10px;
  margin-bottom: 20px;
}

#block-block-2 .content,
#block-mostpopular-1,
#viewedPopular, #sharedPopular {
/*  background: #eeeeee;*/
/*  padding: 15px 0;*/
  padding: 0 0 15px 0;
}
#viewedPopular, #block-mostpopular-1 {
  border: 1px solid #ccc;
  margin: -1px 0 0 8px;
  width: 49%;
  float: left;
  overflow: auto;
}
.front #viewedPopular, .front #block-mostpopular-1 {
  border: none;
  width: 49%;
}

#block-block-2 {
  margin-bottom: -1px !important;
  z-index: 100 !important;
}
.mostpopular--no-results,
#block-mostpopular-1 .content,
#viewedPopular .view, #sharedPopular .view {
  padding: 0 22px;

}
#block-mostpopular-1,
#viewedPopular, #sharedPopular {
  min-height: 83px;
}
.popular-toggle {
  text-align: right;
/*  padding-right: 22px;*/
  width: 100%;
}
.popular-toggle .button-viewed {
/*  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;*/
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  margin-right: 1%;
  width: 49%;
  padding: 5px 2%;
  float: left;
  border-bottom: none;
}
.popular-toggle .button-shared {
/*  margin-left: -6px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;*/
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  width: 50%;
  padding: 7px 30px;
  float: left;
}


.popular-toggle .button {
  outline: 0 !important;
  background: none;
  padding: 7px 30px;
  box-shadow:none;
  outline: 0 !important;
  background: #ddd;
  background: -moz-linear-gradient(left, #e9e9e9 0%, #d5d5d5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e9e9e9), color-stop(100%,#d5d5d5));
  background: -webkit-linear-gradient(left, #e9e9e9 0%, #d5d5d5 100%);
  background: -o-linear-gradient(left, #e9e9e9 0%, #d5d5d5 100%);
  background: -ms-linear-gradient(left, #e9e9e9 0%, #d5d5d5 100%);
  background: linear-gradient(to right, #e9e9e9 0%, #d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d5d5d5',GradientType=1 );
  cursor: pointer;
  padding: 7px 30px;
  text-align: center;
}

.popular-toggle .button:hover, .popular-toggle .active {
  background: #ffffff !important;
  border-bottom: 1px solid #ffffff;
  filter: none;
}

.popular-toggle .button.active {
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}

p.mostpopular--no-results {
  color: #555;
}

#block-mostpopular-1 .content,
#viewedPopular .list, #sharedPopular .list {
  margin: 5px 0 10px 0;
}
#block-mostpopular-1 div,
#block-mostpopular-1 div a,
#viewedPopular .list a, #sharedPopular .list a {
  color: rgb(0, 125, 152);
  cursor: pointer;
  display: inline;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: 16.796875px;
}
#viewedPopular .list a i, #sharedPopular .list a i {
  font-weight: normal;
}
#viewedPopular .view-content, #sharedPopular .view-content {
  counter-reset: section;
}

#viewedPopular .list:before {
  color: rgb(0, 125, 152);
  content: counter(section) ". ";
  counter-increment: section;
  font-size: 14px;
  font-weight: bold;
}
.not-front #block-block-2 {
  width: 100% !important;
}
.not-front .fixed_bottom {
  max-width: 297px;
}
.not-front .fixed_bottom #block-block-2  {
  width: 100% !important;
  max-width: 310px;
}
.not-front #viewedPopular {
  float: none;
  max-width: 350px;
  padding-top: 1px;
   min-width: 100px;
  padding-top: 1px;
  width: 90%;
}

.not-front #block-mostpopular-1 {
    float: none;
    max-width: 350px;
    padding-top: 1px;
    width: 100%;
    min-width: 100px;
    border-top: none !important;
}

.mostpopular--content {
  display: block;
}

.mostpopular--items .list::before {
  color: rgb(0, 125, 152);
  content: none !important;
  counter-increment: none !important;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}


#sharedPopular div.list span.picture {
    float: left;
    margin: 0;
    width: auto;
}


#sharedPopular div.list span.picture img {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
    max-width: 100% !important;
    width: 100%;
}



#sharedPopular div.list span.title::before {
    /*content: counter(section, decimal) ". ";*/
    content: "" !important;
    counter-increment: section;*/
}
#sharedPopular div.list span.title {
    float: left;
    width: auto;
    margin: 2px 15px 15px 0px;
}
.not-front #sharedPopular .views-row {
  padding: 15px;
}

.not-front #sharedPopular .list a {
  display: block;
  overflow: auto;
  padding: 15px;
}

#viewedPopular .list, #sharedPopular .list {
  clear: both;
  background: none;
  overflow: auto;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

#viewedPopular .views-row-last .list, #sharedPopular .views-row-last .list {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.not-front #sharedPopular {
  max-width: 310px;
  padding-bottom: 0 !important;
}
.not-front #sharedPopular .views-row {
  padding: 5px 15px;
  float: left;
}

.not-front #sharedPopular .list {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.not-front #sharedPopular .list a {
  padding: 0;
}

#sharedPopular .views-row:last-child .list {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-bottom: 10px !important
}

.not-front #sharedPopular div.list span.title {
    float: left;
    margin: 0 0 5px 0;
    width: auto;
    font-size: 0.85em;
}

#viewedPopular div.list:before {
    color: rgb(0, 125, 152);
    counter-increment: none !important;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    content : none !important;
}

#viewedPopular div.list span.title:before {
    counter-increment: section;
    content: counter(section, decimal) ". ";
}

#viewedPopular div.list span.title {
    float: left;
    width: 100%;
}

.not-front #viewedPopular div.list span.title {
    font-size: 0.85em;
}

#viewedPopular div.list span.picture {
  float: left;
  margin: 0 2% 2% 0;
  width: 100%;
}

#viewedPopular div.list span.picture img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
  width: 100%;
}

.front #viewedPopular div.list {
  background: none !important;
  padding-bottom: 10px;
}

.front #viewedPopular div.list span.title {
  width: 100%;
}
.front #viewedPopular div.list span.picture {
  width: 0;
  display: none;
}

#block-views-from-around-the-web-block .views-row h3,
#block-views-technologist-block .views-row h3 {
  clear: both;
  color: #007d98;
  padding: 0.2em 0;
}

#block-views-from-around-the-web-2-block .views-row h3 {
  clear: both;
  color: #007d98;
  padding: 0.2em 0;
}

.view-from-around-the-web .imgItem,
.view-technologist .imgItem {
  float: left;
  margin-right: 10px;
}
.view-from-around-the-web .textItem,
.view-technologist .textItem {
  color: #555;
  line-height: 1.25em;
}
.view-from-around-the-web a:hover .textItem,
.view-technologist a:hover .textItem {
  color: #222;
}

.view-from-around-the-web-2 .imgItem {
  float: left;
  margin-right: 10px;
  width: auto;
}
.view-from-around-the-web-2 .textItem {
  color: #555;
  line-height: 1.25em;
}
.view-from-around-the-web-2 a:hover .textItem {
  color: #222;
}

.textItem {
  line-height: 1.3em;
}

#viewedPopular a.item,
#viewedPopular a.item em.theme,
#block-mostpopular-1 a.item,
#block-mostpopular-1 a.item em.theme {
  color: #a87216;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

#viewedPopular a.item:hover em.theme, #block-mostpopular-1 a.item:hover em.theme {
  text-decoration: underline;
}

/**
 * Homepage gallery.
 */
#block-gallery-home-gallery-home {
  float: left;
  overflow: hidden;
  width: 47.5%;
}
#block-gallery-home-gallery-home > h2 {
  font-size: 19px;
  margin-bottom: 7px;
  height: 38px;
}
#gallery_home {
  overflow: hidden;
}
#gallery_home h2 {
  font-size: 15px;
  line-height: 21px;
  height: 42px;
  margin-bottom: 12px;
}
#gallery-left {
  float: left;
  padding-right: 3.5%;
  width: 44%;
  height: 480px;
}
#gallery-left a.media img {
  width: 98% !important;
}
#gallery-right {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBMVEVDQ0P///9DQ0NERERDQ0NERERDQ0NDQ0NERERDQ0NDQ0PBpoE4AAAAC3RSTlMAAAEBCQkhIiJ3eAutQ4kAAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC) repeat-y;
  float: right;
  padding-left: 2.5%;
  width: 48%;
  height: 480px;
}
.block-gallery-home .media {
  display: block;
  position: relative;
}
.block-gallery-home img {
  display: block;
  width: 100%;
}
.block-gallery-home .play {
  background-image: url(/sites/all/modules/gallery_home/play_white.png);
  height: 43px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 40px;
  margin: -21px 0 0 -20px;
  z-index: 1111;
}
.block-gallery-home .title {
  display: block;
  text-align: center;
  margin: 4px 4px 8px;
}
#gallery-left .title {
  height: 40px;
  margin: 4px;
}
.block-gallery-home .button {
  color: #717171;
  float: right;
  margin-top: 10px;
  position: relative;
  bottom: 0;
}
.block-gallery-home .button:hover {
  color: #222;
}

/**
 * Homepage facebook connect.
 */
#block-block-1 {
  background: url(../images/home-line-shadow.png) no-repeat 0 -665px;
  float: right;
  overflow: hidden;
  width: 50%;
}
#block-block-1 > * {
  font-size: 19px;
  margin-left: 6%;
}
#block-block-1 .content {
  height: 100%;
}

/**
 * Hidden homepage blocks.
 */
#block-views-most-popular-viewed-block,
#block-views-from-around-the-web-block,
#block-views-from-around-the-web-2-block,
#block-mostpopular-1,
#block-views-technologist-block {
  /*display: none;*/
}

/**
 * Articles overview.
 */
.page-taxonomy-term h1,
.page-key-themes h1 {
  background-color: #099fb9;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.page-taxonomy-term h1 i,
.page-key-themes h1 i {
  font-style: normal;
}

.page-key-themes .region-content {
  margin-top: 15px;
}
.view-display-id-overview_page .view-content {
  background: #099eb9;
  margin: 0;
  padding: 2% 2% 0;
}
.view-display-id-overview_page .views-row {
  margin-bottom: 2%;
  width: 100%;
}
.view-display-id-overview_page .views-row-even {
  float: right;
}
.view-display-id-overview_page a {
  border: 0;
  margin: 0;
  padding: 4%;
}
.view-display-id-overview_page a > img {
  float: none;
  margin: 4% 0;
  width: 100%;
}
.view-display-id-overview_page h3 {
  color: #007d98;
  font-size: 25px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0;
  text-transform: none;
  word-break: break-word;
}

.page-taxonomy-term .view-home-key-themes {
  display: block;
  /* display: none; */ /* ATCZ - 2015-10-27  */
}
.page-taxonomy-term .view-home-key-themes .views-row,
.page-taxonomy-term .view-home-key-themes img {
  float: none;
  width: 100%;
}
.page-taxonomy-term .view-home-key-themes h2 {
  font-size: 15px;
  line-height: 21px;
  margin: 12px 0;
  text-transform: none;
}
.page-taxonomy-term .view-home-key-themes p {
  margin: 0;
}

.page-taxonomy-term .view-content {
  padding-top: 30px;
}

.category-changer {
  display: none; /* Do not show if there is no javascript. */
  max-width: 200px;
  position: absolute;
  right: 16px;
  top: 51px;
}
.js .category-changer {
  display: block;
}

/**
 * Article teasers.
 */
.article {
  clear: both;
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
}
.article img {
  display: block;
  float: left;
  width: 28%;
}
.article .text-block {
  float: right;
  width: 70.5%;
}
.article h3 {
  color: #007d98;
  font-size: 14px;
}
.article p {
  color: #555;
  margin: 0;
}

/**
 * Article details.
 */
.article-category {
  line-height: 30px;
  overflow: hidden;
}
.article-category .date {
  float: left;
}
.article-category .category {
  color: #555;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
.article-category .category .theme {
  display: inline-block;
}
.article-category .category em.theme a {
  color: #a87216;
  font-style: normal;
  font-weight: normal;
}
.article-category .category.l-left em.theme a {
  padding-right: 1em;
}
.article-category .category.l-right em.theme a {
  color: gray !important;
}
.article-category .label {
  color: #9fcad2;
}

.article-info {
  overflow: hidden;
  padding-top: 2px;
}
.author {
  float: left;
  font-style: italic;
  margin-top: 6px;
  max-width: 70%;
  height: 26px;
}
.author span {
  color: #007d98;
}

.tools {
  float: right;
}
.tools .button {
  display: inline-block;
  height: 27px;
  min-width: 0;
  padding: 6px 7px;
  width: 29px;
}

.article-info .tools .at-icon-wrapper{
  width: 24px !important;
  height: 24px !important;
}
.article-info .tools .at-icon{
  width: 24px !important;
  height: 24px !important;
}


.credit {
  font-size: 10px;
  font-style: italic;
  margin-top: 5px;
}

/**
 * Citations
 */
.citationsBlock {
  background-color: #eee;
  border: 1px solid #9fcad2;
  margin: 8px 0;
  padding: 8px 8px 0;
  word-wrap: break-word;
  -moz-box-shadow: inset 0px 1px 3px 0px #ccc;
  -webkit-box-shadow: inset 0px 1px 3px 0px #ccc;
  box-shadow: inset 0px 1px 3px 0px #ccc;
}
.citationsBlock h3 {
  background-color: #9fcad2;
  color: #fff;
  margin: -8px -8px 0 -8px;
  padding: 16px;
}
.citationsBlock blockquote {
  font-style: italic;
}
.citationsBlock b {
  font-size: 10px;
}
.citationsBlock img {
  margin-right: 5px;
}
.citationsBlock ul,
.relatedArticlesBlock ul {
  color: #007d98;
  padding: 0 0 0 20px;
}
.citationsBlock ul li,
.relatedArticlesBlock ul li {
  padding: 5px 0;
}
.citationsBlock ul li a,
.relatedArticlesBlock ul li a {
  color: #555;
}
.citationsBlock a,
.relatedArticlesBlock a,
.field-name-field-more-info a {
  text-decoration: underline;
}

.related_article_image {
  display: block;
  min-width: 282px;
  min-height: 172px;
}

/**
 * More info blocks.
 */
.moreInfoBlock {
  margin: auto;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  background: #eeeeee;
  border: 1px solid #9fcad2;
  overflow: hidden;
  padding: 10px;
  padding-top: 0px;
  float: right;
  word-wrap: break-word;
  float: none;
  width: auto;
  clear:both;
}
.moreInfoBlock h3 {
  background-color: #9fcad2;
  color: #fff;
  padding: 15px;
  margin-left: -10px;
  margin-right: -10px;
}


/**
 * See also
 */
.relatedArticlesBlock {
  background-color: #eee;
  margin: 8px 0;
  padding: 8px 8px 1px;
  word-wrap: break-word;
  clear:both;
}
.relatedArticlesBlock h3 {
  color: #007d98;
}
.relatedArticlesBlock ul {
  list-style-type: none;
  padding: 0;
}
.relatedArticlesBlock ul li {
  background: url('../images/li-arrow.png') no-repeat left 3px;
  margin: 10px 10px 10px 0;
  padding: 0 0 0 15px;
}


div.moreInfoBlock ul.width-textbox-list
{
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;

}
div.moreInfoBlock ul.width-textbox-list
{
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
}
div.moreInfoBlock ul.width-textbox-list .content p {
  margin: 15px;
}
div.moreInfoBlock h2 {
  background-color: #9FCAD2;
  color: #FFFFFF;
  padding: 15px;
  text-transform: none;
}
div.moreInfoBlock h2 a, div.moreInfoBlock h2 a:hover, div.moreInfoBlock h2 a:visited, div.moreInfoBlock h2 a:active {
  color: #ffffff;
  text-decoration: none;
}

/**
 * Quotes
 */
.quotesBlock {
  border: 1px solid #9fcad2;
  font-size: 1.3em;
  margin: 8px 0;
  padding: 16px;
  position: relative;
  clear:both;
}
.quotesBlock p:nth-of-type(2) {
  font-size: 0.8em;
  font-style: italic;
  margin: 1em 0;
}

/**
 * Comments
 */
.comments h3 {
  color: #555;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.comments > div {
  border: 4px solid #efefef;
  padding: 12px 12px 0;
}

/**
 * Pager
 */
.item-list .pager {
  font-size: 14px;
  margin: 8px 0;
}
.item-list .pager li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.item-list .pager .pager-current,
.item-list .pager li a {
  display: inline-block;
  padding: 0.5em 1em;
}
.item-list .pager li a:hover {
  text-decoration: underline;
}

/**
 * Media pages. (Overview page and video/image/podcast subpages.)
 */
/* Media overview page */
body.page-media h1 {
  color: #555;
  font-size: 18px;
  text-transform: uppercase;
}
.media h3.subTitle {
  font-size: 16px;
  color: #A87216;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.mediaBlock {
  overflow: hidden;
  margin: 5px 10px;
}
ul.audio-list,
ul.listMedia {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.media-blocks li:nth-of-type(3n+1) {
  clear: both;
}
ul.listMedia li h2,
ul.media-blocks li h2,
ul.audio-list li h2 {
  line-height: 18px;
  margin-bottom: 20px;
}
ul.listMedia li h2 a,
ul.media-blocks li h2 a,
ul.audio-list li h2 a {
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
ul.listMedia li h2 i {
  font-weight: bold;
}
ul.listMedia li a img {
  width: 100%;
}
.mediaBlock a.button {
  float: right;
  margin: 10px 0 20px;
  color: #222;
}
/* Video/pictures overview page */
ul.media-blocks {
  list-style-type: none;
  margin: 20px 16px 0 0;
  padding: 0;
}
ul.media-blocks li a {
  text-align: center;
}
ul.media-blocks li a img {
  width: 100%;
}
/* Audio overview page */
ul.audio-list li {
  margin: 0 0 20px;
}
ul.audio-list li h2 {
  margin-bottom: 0;
}
ul.audio-list li h2 a {
  line-height: 29px;
  font-size: 22px;
}
ul.audio-list .field-name-field-image {
  float: left;
  margin-right: 10px;
}
ul.audio-list .content-right p:first-of-type {
  margin-top: 0;
}
ul.audio-list .audio-download {
  display: none;
}

/* Video detail */
.node-video .titleType {
  display: none;
}
.node-video .titleType.mobile {
  display: block;
}
.node-video .titleType a,
.node-video .titleType a:visited,
.node-video .titleType a:active {
  font-size: 16px;
  color: #ba7300;
  text-decoration: none;
  text-transform: uppercase;
}
.node-video .titleType.gray {
  float: right;
  margin-top: 5px;
}
.node-video .titleType.gray a,
.node-video .titleType.gray a:visited,
.node-video .titleType.gray a:active {
  color: gray;
}
.node-video .titleType a:hover {
  text-decoration: none;
}
.node-video .titleType em.theme {
  font-style: normal;
  line-height: 30px;
}
.node-video .titleType.gray em.theme {
  line-height: 16px;
}
.node-video .titleType.gray .key-theme-label {
  color: #9FCAD2;
  display: inline;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  text-transform: uppercase;
}
.node-video h1 i {
  font-style: normal;
}
.node-audio p,
.node-video p {
  color: #000;
  font-size: 16px;
  padding: 3px 0;
  margin-bottom: 0;
}
.node-audio img {
  max-width: 100%;
  height: auto;
  margin-top: 5px;
  width: 100%;
}
.field-name-field-video div.video-js {
  overflow: hidden;
  width: 100% !important;
}
.field-name-field-video video {

  width: 100% !important;
}

.node-video .field-name-field-category a {
  color: blue;
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-decoration: underline;
}

/* Image gallery */
.node-pictures .category {
  display: none;
}
.node-pictures .field-name-field-images {
  margin: 0 auto;
  overflow: hidden;
}
.node-pictures .field-name-field-images img {
  display: inline;
}
.node-pictures .field-name-field-category a {
  font-size: 16px;
  color: blue;
  padding: 4px 0;
}
.node-pictures .field-name-field-category a:hover {
  text-decoration: underline;
}
.node-pictures .field-name-field-images .field-item {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 10px;
}
.node-pictures .field-name-field-images .field-item a {
  display: block;
}
#bigImage {
  display: block;
  height: 53.3252720677%;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
#bigImage .big-image-title,
#bigImage img {
  width: 100%;
}
.gallery.navigation .prev,
.gallery.navigation .next {
  background: #089EB8;
  color: #fff;
  cursor: pointer;
  height: 35px;
  float: left;
  font-size: 16px;
  line-height: 35px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: -1px 1px 2px rgba(0,0,0,0.4);
}
.gallery.navigation .next {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

/**
 * Sidebar
 */
.border-gradient-top,
.border-gradient-bottom {
  background-image: url(../images/shadow.png);
  background-repeat: no-repeat;
  height: 480px;
  left: -1px;
  position: absolute;
  width: 1px;
}
.border-gradient-top {
  background-position: -700px 0;
  top:0;
}
.border-gradient-bottom {
  background-position: -700px -480px;
  bottom:0;
}

/**
 * Stories sidebar
 */
.page-node .sidebar #block-views-featured-articles-block h2,
.page-node .sidebar #block-views-featured-articles-block-views h2 {
  margin-top: 4px;
}
.sidebar .view-featured-articles .views-row {
  margin-bottom: 16px;
}
.sidebar .view-featured-articles .image-block img {
  width: 100%;
}
.sidebar .view-featured-articles .views-row .image-block {
  display: none;
  margin-bottom: 16px;
}
.sidebar .view-featured-articles .views-row-1 .image-block {
  display: block;
}
.sidebar .view-featured-articles .category {
  display: inline;
}
.sidebar .view-featured-articles .category a {
  font-size: 12px;
  line-height: 16px;
}
.sidebar .view-featured-articles h3 {
  color: #007d98;
  display: inline;
  font-size: 14px;
  line-height: 16px;
}
.sidebar .view-featured-articles p {
  color: #555;
  margin: 0;
}

/**
 * Key themes sidebar
 */
#block-views-block-key-themes-block {
  background: #099eb9;
  margin: 16px -16px 0;
  overflow: hidden;
  padding: 0 16px 6px;
  position: relative;
}
#block-views-block-key-themes-block h2 a,
#block-views-block-key-themes-block h2 a:hover  {
  color: #fff;
}
#block-views-block-key-themes-block h2 a:hover {
  text-decoration: underline;
}
.view-block-key-themes a {
  background: #fff;
  border: 1px solid #ccc;
  color: #fff;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
.view-block-key-themes a:hover .text-block,
.view-block-key-themes a:focus .text-block {
  background: #222;
}
.view-block-key-themes a:hover h3,
.view-block-key-themes a:focus h3 {
  background-color: transparent;
}
.view-block-key-themes a:hover .show-hide,
.view-block-key-themes a:focus .show-hide {
  display: block;
}
.view-block-key-themes a > img {
  display: block;
  width: 100%;
}
.view-block-key-themes .text-block {
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.view-block-key-themes h3 {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 15px;
  padding: 0 3px;
  text-transform: uppercase;
}
.view-block-key-themes .show-hide {
  display: none;
}
.view-block-key-themes h4 {
  color: #fff;
  margin: 12px 3px;
}
.view-block-key-themes p {
  margin: 0 3px;
}
.view-block-key-themes .shadow {
  margin-left: 5px;
}

/**
 * User pages
 */
.password-strength,
div.password-confirm {
  display: none;
}
#content .password-suggestions {
  border: 1px solid #ccc;
  max-width: 40.7em;
  padding: 8px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Search page.
 */
.page-search h1 {
  display: none;
}
#block-search-form input[type="submit"] {
  filter: none;
}
.region-content .search-form {
  border: 1px solid #ccc;
  padding: 10px;
}
.region-content .search-form .form-item,
.region-content .search-form label {
  display: block;
  float: none;
}
.page-search .region-content h2  {
  font-size: 15px;
}
.page-search .region-content .content {
  font-size: 11px;
}
.search-results h3.title a {
  font-size: 14px;
}
.search-results {
  padding-left: 24px;
  list-style: decimal outside none;
}

/* monthly focus */

.monthly-focus{ border: 3px solid #ccc;}
/*
 * Page 447 exception (iframe europa website)
 */

body.page-node-447 .view-home-slider .slide-wrapper {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAAA1BMVEUAAACnej3aAAAAAXRSTlPWL1avhwAAAApJREFUeF5jAAIAAAQAARxtHuMAAAAASUVORK5CYII=);
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 36%;
}

body.page-node-447 .view-home-slider .slide-text {
  bottom: 2px;
  left: 10px;
  right: 10px;
  position: absolute;
}
body.page-node-447 .view-home-slider h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1em;
  margin: 0.25em 0;
  text-transform: none;
}
body.page-node-447 .view-home-slider p {
  color: #fff;
  font-size: 13px;
}
body.page-node-447 .view-home-slider .category a {
  font-size: 13px;
}

#block-views-home-views-list-block-1 a.image-block { display: none; }
#block-views-home-views-list-block-1 .text-block { width: 100%; }

.front  #block-system-main {
  display: none;
}

ul.audio-list .audio-download {
  background-color: #9FCAD2;
  color: #FFFFFF !important;
  display: block;
  float: left;
  font-style: italic;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.node-audio img {
  width: auto !important;
  height: auto !important;
}
.audio-download b {
  display: none;
}

ul.audio-list .audio-download {
  color: #FFFFFF !important;
  font-style: italic;
  text-align: center;
}

.view .audio-download .file a:before {
  color: #FFFFFF;
}
.audio-download .file a:before {
  content: "Download the podcast";
  display: inline;
  font-size: 13px;
  font-weight: bold;
}

.view .audio-download .file a {
  font-size: 0;
  background-color: #9FCAD2;
}

a.sm2_link {
 display: none !important;
}

h2.podcast {
  text-transform: none !important;
  margin-bottom: 10px;
}

.view-id-media_audio .dotted {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBMVEVDQ0P///9DQ0NERERDQ0NERERDQ0NDQ0NERERDQ0NDQ0PBpoE4AAAAC3RSTlMAAAEBCQkhIiJ3eAutQ4kAAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    clear: both;
    float: none;
    margin: 10px 0;
    min-height: 10px;
    overflow: auto;
    height: auto !important;
}

.vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level {
  background-color: #099EB9 !important;
}
.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button {
  background-color:  rgba(50, 50, 50, 0.75);
}

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
  background-color:  rgba(9, 158, 185, 0.75);
}

.view-embed-audio {
  float: left;
    margin-right: 10px;
    margin-top: 5px;
    width: 200px;
}

.view-embed-audio li.media-item {
  margin-bottom: 0px !important;
}

.view-embed-audio .views-field {
  padding: 5px 0;
}

.view-embed-audio .vjs-big-play-button:before {
  line-height: 1em !important;
  font-size: 2em !important;
  line-height: 1.5em !important;
}
.view-embed-audio .vjs-big-play-button  {
  width: 5em !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  height: 3em !important;
  border-radius: 0 !important;
  border: 0;
}

.view-embed-audio .vjs-volume-control , .view-embed-audio  .vjs-mute-control{
  display: none;
}

.podcast-download img {
  width: 16px;
  height: 16px;
  vertical-align: top;
}

.view-home-slider .category a {
    font-size: 13px;
}




  #features1 a {
    display: block;
  }
  #features1 .item h2 span {  /* Title */
    text-transform: none;
    font-size: 16px;
    color: #007d98;
  }
  #features1 a.item h2 em, /* Category */
  #features2 a.cat h2 em,
  #features3 .category a.item em.theme {
    font-size: 11px;
    color: #a87216;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
  }
  #features1 a.item .textItem,
  #features2 .imgFirstItem {
    display: block;
  }
  #features1 .imgFirstItem img,
  #features2 .imgFirstItem img,
  #features3 .imgFirstItem img {
    width: 100%;
  }
  #block-dgresearch-stories-3cols-block #features2 a.item.cat {
    float: none;
  }
  #features3 .category {
    margin-top: 3px;
  }
  #block-dgresearch-stories-3cols-block #features3 h3 {
    margin-top: 0;
  }


@media only screen and (min-width: 769px) and (max-width: 982px) {
  #block-views-home-slider-home-slideshow {
    width: 100% !important;
  }

  #block-views-home-slider-home-slideshow .views-row  > img {
    width: 100% !important;
  }
  .front div.popular-toggle {
    display: none !important;
  }
  #viewedPopular, #block-mostpopular-1 {
    display: block !important;
    border: none !important;
    width: 45% !important;
    padding-right: 4%;
    margin: 0;
    margin-bottom: 15px;
  }
  #sharedPopular .mostpopular--items li {
    margin-left: 0 !important;
  }
  .mostpopular--no-results, #block-mostpopular-1 .content, #viewedPopular .view, #sharedPopular .view {
    padding: 0;
  }
  #viewedPopular {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBMVEVDQ0P///9DQ0NERERDQ0NERERDQ0NDQ0NERERDQ0NDQ0PBpoE4AAAAC3RSTlMAAAEBCQkhIiJ3eAutQ4kAAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC") repeat-x scroll center bottom;
  }
  #block-dgresearch-stories-3cols-block {
    background: none !important;
  }
  #block-dgresearch-stories-3cols-block,
  #block-views-from-around-the-web-block,
  #block-views-from-around-the-web-2-block,
  #block-views-technologist-block {
    padding: 0 4% 0 0 !important;
    width: 45% !important;
  }
  #block-views-from-around-the-web-block, #block-block-2, #block-mostpopular-1, #viewedPopular,
  #block-views-technologist-block {
    margin: 0;
  }

  #viewedPopular {
    margin: 0 0 0 0;
    clear: both;
    float: right;
  }
  .front #block-block-2 {
    margin: 20px 0 0 0;
    padding: 0 4% 0 0 !important;
    display: block;
    width: 45%;
    clear: both;
    float: right;
  }

  .front #block-block-2 h2 {
    margin-left: 0;
    margin-top: 0;
  }

  #block-views-from-around-the-web-block,
  #block-views-from-around-the-web-2-block,
  #block-views-technologist-block {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBMVEVDQ0P///9DQ0NERERDQ0NERERDQ0NDQ0NERERDQ0NDQ0PBpoE4AAAAC3RSTlMAAAEBCQkhIiJ3eAutQ4kAAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC") repeat-x scroll right bottom !important;
    padding-bottom: 20px !important;
    padding-top: 0 !important;
    margin-top: 0;
    width: 45% !important;
    float: right;
    clear: none;
  }
  #block-views-from-around-the-web-2-block {
    clear: both;
  }
  #block-dgresearch-stories-3cols-block {
    float: left;
    margin: 10px 0;
    padding: 10px 4% 0 1% !important
    width: 43%;
  }
  .view-from-around-the-web .imgItem,
  .view-from-around-the-web-2 .imgItem,
  .view-technologist .imgItem {
    display: block;
    width: 100%;
  }
  h4.tabletMost {
    position: relative;
    float: left;
    margin-left: 2%;
    margin-bottom: 15px;
    color: #555555;
    width: 95%;
    float: right;

  }
  #block-views-home-views-list-block {
    background: none !important;
  }
  .view-home-slider .slide-wrapper {
    width: 25% !important;
  }

  #block-views-home-views-list-block, #block-views-home-views-list-block-1 {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBMVEVDQ0P///9DQ0NERERDQ0NERERDQ0NDQ0NERERDQ0NDQ0PBpoE4AAAAC3RSTlMAAAEBCQkhIiJ3eAutQ4kAAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC") repeat-x scroll right bottom !important;
    clear: none !important;
    float: left !important;
    margin-bottom: 10px !important;
    margin-left: 2% !important;
    padding-bottom: 12px !important;
    width: 96% !important;
  }
  .view-home-views-list .views-row-first {
    background: none !important;
    padding-bottom: 0 !important;
  }
  #block-views-home-views-list-block .content, #block-views-home-views-list-block-1 .content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .imgItem img {
    width: 100%;
  }
  #block-block-1 {
    background: none !important;
    float: left;
    overflow: hidden;
    width: 98% !important;
  }
  #block-block-1 > * {
    font-size: 19px;
    margin-left: 0 !important;
  }
  #block-block-1 .content {
    height: 100%;
  }
  #block-block-1 iframe {
    width: 500px !important;
    margin: 0 auto !important;
    display: block;
    background: none !important;
  }
  #block-gallery-home-gallery-home {
    width: 100%;
    margin-bottom: 15px;
  }
  .view-home-views-list .image-block {
    width: 25% !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .view-from-around-the-web .views-row h3,
  .view-from-around-the-web-2 .views-row h3,
  .view-technologist .views-row h3 {
    clear: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .view-home-slider .slide-wrapper {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    display: block;
    height: auto;
    bottom: 0;
    overflow: hidden;
    padding: 10px !important;
    position: relative;
  }
  .contextual-links-region {
    margin-bottom: 15px;
  }
  div.views-row {
    overflow: hidden;
  }
  .block-views, .block-dgresearch  {
    margin: auto 2% !important;
  }

  .view-home-slider {
    margin-bottom: 20px;
    padding: 0 !important;
  }

  #block-dgresearch-stories-3cols-block, #block-views-home-views-list-block {
      background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBMVEVDQ0P///9DQ0NERERDQ0NERERDQ0NDQ0NERERDQ0NDQ0PBpoE4AAAAC3RSTlMAAAEBCQkhIiJ3eAutQ4kAAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC") repeat-x scroll center bottom !important;
      display: block;
      float: left;
      height: auto;
      margin-bottom: 15px !important;
      overflow: hidden;
      padding-bottom: 15px;
      position: relative;
  }

  #block-views-home-views-list-block { /* as requested 06.10.18 */
    display:none;
  }

  #block-views-home-views-list-block-1 {
      background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBMVEVDQ0P///9DQ0NERERDQ0NERERDQ0NDQ0NERERDQ0NDQ0PBpoE4AAAAC3RSTlMAAAEBCQkhIiJ3eAutQ4kAAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC") repeat-x scroll center bottom !important;
      float: left !important;
      margin-bottom: 15px !important;
      padding-bottom: 15px !important;
  }
  #block-dgresearch-stories-3cols-block {
    background: none !important;
  }
  #block-dgresearch-stories-3cols-block > *, #block-views-home-views-list-block > * {
    margin: 0 !important;
  }

  .view-home-slider .slide-wrapper p {
    color: #ffffff !important;
    margin: 0 !important;
    font-size: 12px;
  }
  .view-home-slider .slide-wrapper span.date-display-single {
    font-size: 0.9em;
  }
  .view-home-slider .slide-wrapper h2 {
    color: #ffffff !important;
    margin: 0 !important;
  }
  .article-gallery .field-item {
    width: 96% !important;
    padding: 0 2%;
  }
  .article img {
    width: 33% !important;
  }
  .article .text-block {
    width: 66% !important;
  }
  .view-taxonomy-term .views-row {
    padding-bottom: 15px;
  }

  body.front .popular-toggle{
  display: none !important;
  }
  body.front #block-block-2{
    float:left;
    width: 100%;
    margin-top: 10px;
    margin-left: 2%;
  }
  body.front .tabletMost{
    margin: 0 5% !important;
    clear: both;
    color: #007d98;
    font-size: 16px;
  }
  body.front #viewedPopular{
    width: 100% !important;
    margin: 0 !important;
  }
  body.front #viewedPopular .view-most-popular-viewed {
    padding-top: 3% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  body.front #block-mostpopular-1{
    width: 90% !important;
    margin: 5% !important;
    float:left;
  }
  body.front #block-mostpopular-1 #sharedPopular{
    padding-top: 5% !important;
    padding-left: 22px;
    padding-right: 22px;
    width: auto;
    float: none;
    display: block;
  }
  body.front #block-mostpopular-1 #sharedPopular .views-row {
    display: block;
  }

  #features1, #features2{
    display: block;
    width: 100%;
  }

  #block-dgresearch-stories-3cols-block #features1 a.item img,
  #block-dgresearch-stories-3cols-block #features2 a.item img{
    float: left;
    width: 25%;
  }
  #block-dgresearch-stories-3cols-block #features1 a.item .textItem img,
  #block-dgresearch-stories-3cols-block #features2 a.item .textItem img{
    float: none;
    width: 12px;
  }
  #block-dgresearch-stories-3cols-block #features1 a.item .textItem,
  #block-dgresearch-stories-3cols-block #features2 a.item .textItem{
    color: #555;
    font-size: 16px;
  }

  #block-dgresearch-stories-3cols-block #features1 > a:nth-child(2),
  #block-dgresearch-stories-3cols-block #features1 > a:nth-child(3),
  #block-dgresearch-stories-3cols-block #features2 > a:nth-child(2),
  #block-dgresearch-stories-3cols-block #features2 > a:nth-child(3){
    float: right !important;
    width: 73%;
  }
  #block-dgresearch-stories-3cols-block #features1 > a:nth-child(2) h2{
    height: 22px;
    margin-top: -7px;
  }
  #block-dgresearch-stories-3cols-block #features2 > a:nth-child(2) h2{
    height: 18px;
    margin-top: -2px;
  }
  #block-dgresearch-stories-3cols-block #features1 > a:nth-child(2) h2 span.date{
    font-size: 0.4em !important;
  }
  #block-dgresearch-stories-3cols-block #features2 > a:nth-child(2) h2 span.date{
    font-size: 0.57em !important;
  }
  #block-dgresearch-stories-3cols-block #features1 > a:nth-child(3) h2,
  #block-dgresearch-stories-3cols-block #features2 > a:nth-child(3) h2{
    line-height: 0.9em;
    margin: 3px 0 0;
    text-transform: none !important;
  }

  #block-dgresearch-stories-3cols-block #features1,
  #block-dgresearch-stories-3cols-block #features2 {
    /* background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBM…AAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC") repeat-x scroll center bottom !important; */
      float: left !important;
      margin-bottom: 15px !important;
      padding-bottom: 15px !important;
  }
  .view-from-around-the-web a.item span.imgItem,
  .view-from-around-the-web-2 a.item span.imgItem,
  .view-technologist a.item span.imgItem {
    width: 25%;
    display: block;
    float: left;
  }
  .view-from-around-the-web .textItem,
  .view-from-around-the-web-2 .textItem,
  .view-technologist .textItem {
    display: block;
    width: 100%;
    float: left;
  }
  #block-views-from-around-the-web-block,
  #block-views-technologist-block,
  #block-views-from-around-the-web-2-block {
    padding-bottom: 20px;
    width: 96%;
  }
  #block-menu-menu-bottom-menu li.last-update {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .article img {
    width: 100% !important;
  }
  .article .text-block {
    width: 100% !important;
  }
  #block-dgresearch-stories-3cols-block #features1 a.item img,
  #block-dgresearch-stories-3cols-block #features2 a.item img{
    float: none;
    width: 100%;
  }
  #block-dgresearch-stories-3cols-block #features1 > a:nth-child(2),
  #block-dgresearch-stories-3cols-block #features1 > a:nth-child(3),
  #block-dgresearch-stories-3cols-block #features2 > a:nth-child(2),
  #block-dgresearch-stories-3cols-block #features2 > a:nth-child(3){
    float: none !important;
    width: 100%;
  }
  #block-dgresearch-stories-3cols-block .image-block,
  .view-home-views-list .image-block {
    float: none;
    width: 100%;
  }
  #block-dgresearch-stories-3cols-block .image-block img,
  .view-home-views-list .image-block img {
    display: block;
    width: 100%;
  }
  #block-dgresearch-stories-3cols-block .text-block,
  .view-home-views-list .text-block {
    float: none;
    width: 100%;
  }
  .view-from-around-the-web .imgItem,
  .view-from-around-the-web-2 .imgItem,
  .view-technologist .imgItem,
  .view-from-around-the-web .imgItem img,
  .view-from-around-the-web-2 .imgItem img,
  .view-technologist .imgItem img {
    width: 100% !important;
  }
  .view-from-around-the-web h3,
  .view-from-around-the-web-2 h3,
  .view-technologist h3 {
    padding-top: 6px !important;
    clear: both !important;
  }
  .front h2 {
    font-size: 18px;
  }
}

.addthis_toolbox {
  float: left;
  margin-right: 10px;
}
a.addthis_button_other img {
  width: 16px;
  height: 16px;
}
.addthis_button_compact {
    display: none;
}
#republish-content-form {
  display: none;
  float: right;
  padding-right: 0.2em;
}

#republish-content-form #republish_content_button {
  font-size: 0.8125em;
  font-weight: normal;
  line-height: 1.5em;
  max-width: 100%;
  padding: 0.42em 3em 0.42em 0.6em;
  text-align: left;
  text-transform: none;
  background-color: #434358;
  clear: both;
  color: #fff;
  display: block;
  margin: 0;
  position: relative;
  opacity: 0.8;
}
#republish-content-form #republish_content_button:after {
  background-position: center;
  background-size: 19px;
  height: 100%;
  width: 20px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2217.333px%22%20height%3D%2214.777px%22%20viewBox%3D%220%200%2017.333%2014.777%22%20enable-background%3D%22new%200%200%2017.333%2014.777%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M2.677%2C4.2H0L3.5%2C0L7%2C4.2H4.677v7.202h4.359l1.641%2C2h-8V4.2z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.656%2C10.577h2.678l-3.5%2C4.2l-3.5-4.2h2.322V3.375H8.297l-1.641-2h8V10.577z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  content: '';
  position: absolute;
  right: 0.6em;
  top: 0;
  display: inline-block;
  background-repeat: no-repeat;
}
body .overlay.republish-block {
  width: 80vw;
}
.republish-block h2#republish_content_title {
  background-color: #007d98;
}
.republish-block .close-button {
  right: 8.5vw;
}

.block-mailchimp-signup {
  clear: both;
  margin-top: 10px;
}

.mailchimp-signup-subscribe-form {
  color: #007d98;
}

.mailchimp-signup-subscribe-form .form-type-textfield  input {
  width: 100%;
  border: 1px solid #007d98;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: 27px;
}

.mailchimp-signup-subscribe-form .form-actions {
  margin-top: 31px;
}

.mailchimp-signup-subscribe-form input[type="submit"] {
  border: 0;
  border-radius: 0;
  background: #009Ab2;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}


.block-mailchimp-signup .mailchimp-signup-subscribe-form {
  color: #fff;
}

.block-mailchimp-signup .content {
  text-align: center;
  background: #009Ab2;
  color: #fff;
  padding: 15px 0;
}

.block-mailchimp-signup .form-actions {
  margin-top: .5em;
}

.block-mailchimp-signup .form-item {
  margin-top: .5em;
  margin-bottop: .5em;
}

.block-mailchimp-signup h2 {
  text-transform: none;
}

.block-mailchimp-signup h2,
.block-mailchimp-signup a {
  color: #fff;
}
.block-mailchimp-signup .selectionShareable,
.mailchimp-signup-subscribe-form > div > p {
  font-size: 19px;
  margin: 4px;
}
.block-mailchimp-signup .mailchimp-signup-subscribe-form-description,
.block-mailchimp-signup .form-type-textfield > label {
  display: none;
}

.block-mailchimp-signup .form-type-textfield > label.error {
  display: block;
}

.block-mailchimp-signup input.form-text {
  border:0;
  border-radius: 0;
  width: 100%;
  height: 36px;
}
.block-mailchimp-signup input.form-text {
  color: #009Ab2;
  font-size: 1.2em;
}
.block-mailchimp-signup input.form-text::placeholder {
  color: #009Ab2;
  font-size: 1.05em;
}

.block-mailchimp-signup .mailchimp-signup-subscribe-form input[type="submit"] {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  color: #009Ab2;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.mailchimp-signup-subscribe-form .form-checkboxes {
  width: 480px;
  text-align: left;
  display: inline-block;
}

.mailchimp-signup-subscribe-form label.option {
  text-decoration: underline;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
  width: 320px;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields,
.mailchimp-signup-subscribe-form .form-actions {
  display: inline-block;
  vertical-align:top;
}
.mailchimp-signup-subscribe-form label.error {
  color: #fcbe85;
}

@media screen and (max-width: 550px) {
  .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    width: calc(100% - 30px);
  }
  .mailchimp-signup-subscribe-form .form-checkboxes {
    width: 100%;
    text-align: center;
  }
}

.region-sidebar-first .mailchimp-signup-subscribe-form .form-checkboxes {
  width: 100%;
  text-align: center;
}

.region-sidebar-first .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
  width: 258px;
}

.region-sidebar-first .block-mailchimp-signup .form-actions {
  margin-top: 0;
}

.region-sidebar-first .mailchimp-signup-subscribe-form .form-actions {
  width: 258px;
}

.region-sidebar-first .mailchimp-signup-subscribe-form > div > p {
  font-size: 16px;
}

.region-sidebar-first .block-mailchimp-signup .mailchimp-signup-subscribe-form input[type="submit"] {
  width: 100%;
}
