/* *
 * *
 * * Middle East site theme
 * *
 * *
 * */
html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #fff;
}

a {
  color: #000 !important;
}

.wrapper {
  margin-left: auto;
  margin-right: autos;
}

#home h1 {
  font-family: "Harding", "Lora", Palatino, Times, "Times New Roman", serif !important;
  font-size: min(max(1.25rem, 3.5vw), 1.5rem) !important;
}

#main p {
  font-size: 1.125rem;
  line-height: 1.7;
}

#masthead {
  background: none;
  padding: 15px 0px;
  position: relative;
  border-bottom: solid 5px #222;
}
#masthead .container .logo {
  padding-left: 0;
}
#masthead .container .logo img {
  width: 360px;
}
#masthead .container .languages {
  float: left;
  margin-top: 1.5em;
}
#masthead .container .languages a {
  color: black;
  font-weight: bold;
  font-size: 20px;
}
#masthead .container .languages a:hover {
  color: #66ccff;
  text-decoration: none;
}

.navbar {
  border-bottom: 1px solid #222;
}
.navbar li {
  font-size: 108%;
  font-weight: bold;
}
.navbar li a {
  color: #222 !important;
}
.navbar li:hover {
  text-decoration: underline;
  text-shadow: none !important;
}
.navbar li.eng {
  font-size: 100%;
}
.navbar .nav-languages {
  display: none;
}
.navbar .btn-group .btn-inverse {
  margin-top: 1px;
  margin-right: 15px;
}
.navbar .nav li a {
  padding: 10px;
  color: #222 !important;
  text-shadow: none;
  font-size: 1rem;
}
.navbar .nav li:hover {
  color: black !important;
  text-decoration: underline;
}
.navbar .nav .active a {
  background-color: #fff !important;
  color: #000 !important;
}
.navbar .nav .active:hover {
  text-decoration: underline;
}

@media (max-width: 979px) {
  .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background-color: #fff !important;
    text-decoration: underline;
  }
}
.classic-banner {
  margin-bottom: 15px;
  text-align: center;
}
.classic-banner img {
  height: auto;
}

ul.articles-with-thumbs {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ul.articles-with-thumbs li {
  margin: 0 0 1em;
  padding: 0;
}
ul.articles-with-thumbs li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
ul.articles-with-thumbs li img {
  border: 1px solid #CCCCCC;
  float: right;
  padding: 1px;
}
ul.articles-with-thumbs li h3 {
  color: #444444;
  font-size: min(max(1.125rem, 3vw), 1.25rem);
  line-height: 1.3em;
  margin-bottom: 5px;
  margin-right: 60px;
}
ul.articles-with-thumbs li p {
  margin-right: 60px;
  font-size: 0.875rem;
  line-height: 1.4;
}

ul.articles-inner {
  list-style: none outside none;
  margin: 0;
  padding: 1.5em 1.5em 0 1.5em;
}
ul.articles-inner li {
  margin: 0 0 1.5em;
  padding: 0;
}
ul.articles-inner li h3 {
  margin-top: 0;
  color: #444444;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 5px;
}

ul.articles {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ul.articles li {
  margin: 0 0 1.5em;
  padding: 0;
}
ul.articles li h3 {
  margin-top: 0;
  color: #444444;
  font-size: min(max(1.125rem, 3vw), 1.25rem);
  line-height: 1.3em;
  margin-bottom: 5px;
}
ul.articles li h3 a {
  color: #000;
}
ul.articles li p a {
  color: #000;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/**/
.article-section {
  background: #8EB3BE;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 6px;
  text-transform: uppercase;
  border-radius: 2px;
}

.enlarge {
  background: url("/img/icon-enlarge.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  padding-left: 20px;
  text-decoration: none;
}

/**/
#shareFloat {
  background-color: #333;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  padding: 15px 5px 5px 5px;
  position: absolute;
  text-align: center;
  top: 180px;
  margin-right: -95px;
  width: 70px;
}
#shareFloat ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#shareFloat ul li {
  padding: 0;
  margin-bottom: 10px;
}
#shareFloat ul li.last {
  margin-bottom: 0;
}

div.shareNarrow {
  display: none;
  float: left;
  left: 0;
  margin: 0;
}
div.shareNarrow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.shareNarrow ul li {
  float: right;
  margin: 0;
  padding: 0;
}
div.shareNarrow ul li.second {
  margin-right: -25px;
  margin-left: -25px;
}

div.shareNarrow2 {
  display: none;
  float: left;
  left: 0;
  margin: 20px 0 0 0;
}
div.shareNarrow2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.shareNarrow2 ul li {
  float: right;
  margin: 0;
  padding: 0;
}
div.shareNarrow2 ul li.second {
  margin-right: -25px;
  margin-left: -25px;
}

/* home */
section#latest-news-features,
section#latest-research,
section#most-read,
section#trending,
section#featured,
section#blog,
section#our-picks {
  margin-top: 25px;
}

section#latest-research {
  margin-left: 10px;
}

/**/
.box {
  margin-bottom: 1.5em;
  text-shadow: 1px 1px #fff;
}
.box .inner {
  border: 1px solid #fff;
  padding: 1em;
}
.box .inner h1 {
  border-bottom: 1px solid black;
  font-size: min(max(1.25rem, 3.5vw), 1.5rem);
}
.box .inner h2 {
  margin-top: 0;
}

/**/
.accordion-heading a {
  background-color: #e5e5e5;
  color: #666666;
  font-size: 14px;
}
.accordion-heading a:hover {
  background-color: #204164;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

/**/
.more {
  font-weight: bold;
  text-align: left;
}
.more a {
  color: #000;
}
.more .icon-chevron-left {
  opacity: 0.4;
}

.more:hover .icon-chevron-left {
  opacity: 0.6;
}

/* archives our picks Tabs */
#archives .tab-content,
#our-picks .tab-content {
  border: none;
  margin-top: 30px;
}

#our-picks .nav-tabs {
  margin-top: 30px;
}

/**/
.pubdate-doi {
  direction: ltr;
  text-align: right;
}

/**/
.article-type {
  border-bottom: 1px solid #ccc;
  color: #8eb3be;
  font-size: 85%;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
  text-transform: uppercase;
}

.doi,
.pub-date {
  font-size: 100%;
  color: #666;
  margin: 2.5em 0 0 0;
  direction: ltr;
  text-align: right;
}

h2.standfirst {
  color: #888;
  line-height: 1.5em;
  font-size: 136%;
}

.author {
  font-size: 105%;
  font-weight: bold;
  margin: 2em 0;
}

figure {
  float: left;
  margin: 0 20px 20px 0;
  width: 284px;
}
figure img {
  border: 1px solid #ccc;
  padding: 1px;
  margin-bottom: 15px;
}

#doi-201488 figure {
  float: none;
  margin: 0 auto;
  width: 550px;
}

figcaption {
  color: #666;
  font-size: 90%;
}
figcaption .credit {
  font-style: italic;
}

crosshd {
  font-size: 120%;
  font-weight: bold;
}

blockquote {
  width: 30%;
  border: 1px solid #ccc;
  background: url("../img/pullquote.png") left top no-repeat #ececec;
  float: right;
  margin: 0 0 20px 20px;
  padding: 25px 15px;
  font-weight: bold;
  color: #666;
}

div.iframeWrap {
  margin: 3em 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
div.iframeWrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

a.to-eng {
  float: left;
  font-weight: bold;
}

a.to-eng .icon-random {
  opacity: 0.4;
  margin-top: 2px;
}

a.to-eng:hover .icon-random {
  opacity: 0.6;
}

iframe[id^=oauth2relay] {
  left: auto !important;
  right: -100px !important;
  bottom: 0;
}

/**/
.profile-pic {
  float: right;
  margin-left: 30px;
  border: 1px solid #ccc;
  padding: 1px;
}

/**/
.sponsosr-logo {
  float: right;
  margin-left: 30px;
}

.sponsor-info {
  padding-right: 265px;
}

.org,
.fn {
  font-weight: bold;
}

.mgn-btm {
  margin-bottom: 1em;
}

h3.pdf-link {
  margin: 0;
}

/* Podcast */
.podcast-box {
  margin: 30px 0 0 0;
}
.podcast-box iframe {
  margin: 0;
}
.podcast-box p.discription {
  color: #666;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.podcast-box p.pub-date {
  color: #666;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.podcast-box span.label a {
  color: #fff;
}
.podcast-box span.label a:hover {
  text-decoration: none;
}

/**/
#sidebar {
  float: left;
}
#sidebar .svcs-box {
  border: solid 1px #cccccc;
  background-color: #e2e3e2;
  background: #f8f8f8;
  background: linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
  margin-bottom: 1.5em;
}
#sidebar .svcs-box .inner {
  border: 1px solid #fff;
  padding: 1em;
}
#sidebar .svcs-box .inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar .svcs-box .inner ul li:last-child {
  margin-bottom: 0;
}
#sidebar .svcs-box .inner ul li a {
  display: block;
  font-size: 108%;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}
#sidebar .svcs-box .inner ul li a:hover {
  text-decoration: none;
}
#sidebar .svcs-box .inner ul li h3 {
  font-size: 90%;
  line-height: 138.5%;
  margin: 0;
}
#sidebar .svcs-box .inner ul li p.date {
  color: #666;
  margin: 5px 0;
}
#sidebar .svcs-box .inner h2 {
  color: #204164;
  font-size: 116%;
  font-weight: bold;
  line-height: 153.9%;
  margin: 0 0 1em 0;
  background: url(../img/bdr-grey.gif) repeat-x left bottom scroll;
  padding-bottom: 0.5em;
}
#sidebar .svcs-box .inner h2 a {
  color: #204164;
}
#sidebar .svcs-box .inner h2 a:hover {
  text-decoration: none;
}
#sidebar .svcs-box .inner h2 span {
  color: #ED2120;
}
#sidebar .svcs-box .inner h3 {
  color: #666;
  font-size: 100%;
  line-height: 1.4em;
  margin-bottom: 1em;
}

#sidebar .bnr {
  margin-bottom: 1.5em;
  text-align: center;
}
#sidebar .bnr img {
  margin: 0 auto;
  height: auto;
}
#sidebar .btn {
  float: left;
  margin-bottom: 1.5em;
}
#sidebar .social p {
  float: right;
  line-height: 32px;
  margin: 0 0 0 65px;
}
#sidebar .social a {
  margin: 0 2px 0 0;
}

#sidebar .blue-box {
  clear: both;
  border: solid 1px #bbddff;
  background-color: #e2e3e2;
  background: #f8f8f8;
  background: linear-gradient(top, #E2F1FE 0, #F6FBFF 250px);
  margin-bottom: 1.5em;
}
#sidebar .blue-box .inner {
  border: 1px solid #fff;
  padding: 1em;
}
#sidebar .blue-box .inner h3 {
  background: url("../img/sponsor-h3-line.gif") repeat-x scroll left bottom transparent;
  color: #0093D1;
  margin-top: 0;
  padding-bottom: 0.25em;
  text-shadow: 1px 1px 0 #FFFFFF;
}
#sidebar .blue-box .inner p {
  margin: 1em 0 0 0 !important;
  text-align: center !important;
}
#sidebar .blue-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar .blue-box ul li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#sidebar .blue-box ul li #israel {
  background: url("../img/icon-israel.gif") no-repeat scroll right 50% transparent;
  display: block;
  line-height: 35px;
  padding: 0 45px 0 0;
}
#sidebar .blue-box ul li #islam {
  background: url("../img/icon-islam.gif") no-repeat scroll right 50% transparent;
  display: block;
  line-height: 35px;
  padding: 0 45px 0 0;
}
#sidebar .blue-box ul li #iran {
  background: url("../img/icon-iran.gif") no-repeat scroll right 50% transparent;
  display: block;
  line-height: 35px;
  padding: 0 45px 0 0;
}

#sidebar #related-websites-box h3 {
  font-size: 14px;
}
#sidebar #related-websites-box .logo {
  margin: 0 50px 20px 50px;
}

#sidebar .date {
  text-align: right;
}

/**/
#most-read .date,
#trending .date {
  text-align: right;
}

/**/
footer #footer-main {
  background: #535353;
  border-top: 3px solid #a4a4a4;
  margin-top: 50px;
  padding: 50px 0 30px;
  font-size: 93%;
  color: #fff;
}
footer #footer-main a {
  text-decoration: underline;
}
footer #footer-main a:hover {
  text-decoration: none;
}
footer #footer-main a.btn {
  margin: 1em 0 2em;
}
footer #footer-main ul.footer-links {
  float: right;
  margin: 0 0 0 20px;
  padding: 0 19px 0 0;
  border-left: 1px dashed #fff;
  list-style-type: none;
  width: 120px;
}
footer #footer-main ul.footer-links.last {
  border: 0 none;
}
footer #footer-main ul.footer-links.last li {
  line-height: 1.7em;
}
footer #footer-main .copyright {
  direction: ltr;
  text-align: right;
  padding: 40px 0 10px;
  clear: both;
}
footer #footer-main .copyright small {
  font-size: 93%;
  display: block;
}
footer #footer-main .span8 {
  float: left;
}
footer #footer-main .logo-foot img {
  float: left;
  margin-bottom: 40px;
  width: 200px;
}
footer #footer-main .footNav {
  float: left;
}
footer #footer-main .footNav a {
  float: right;
  padding: 4px 5px;
  margin: 0 4px;
  color: #fff;
}
footer #footer-main .footNav a:hover {
  color: #fff;
  text-decoration: underline;
}
footer #footer-main .footNav a.last {
  padding-left: 6px;
  margin-left: -4px;
  border-left: 0;
}
footer #footer-main .footNav span {
  float: right;
  margin: 0 2px;
  color: #dddddd;
  margin-top: 4px;
}

iframe[id^=oauth2relay] {
  left: auto !important;
  right: -100px !important;
}

/* search box */
form.gsc-search-box {
  padding-left: 4px \9 ;
  padding-right: 4px \9 ;
  margin-bottom: 0;
  border-radius: 14px;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}

.navbar-search .gsc-control-cse.gsc-control-cse-ar {
  background: inherit;
  border: none;
}

.navbar-search .cse .gsc-control-cse, .navbar-search .gsc-control-cse {
  padding: 0px;
}

.navbar-search .gsc-search-button {
  display: none;
}

.navbar-search .gsc-input input.gsc-input {
  padding: 4px 9px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 1 !important;
  color: black !important;
  border: 1px solid #151515 !important;
  box-shadow: "inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)";
  transition: none;
  border-radius: 3px !important;
  display: inline-block !important;
}

.navbar-search .gsib_a {
  padding: 0px !important;
}

.navbar-search .gsib_b {
  display: none;
}

.navbar-search .gsc-input-box {
  border: none;
  background: none;
}

.navbar-search .gsc-modal-background-image-visible {
  background-color: #000 !important;
  opacity: 0.6 !important;
}

/* home Nature Index: Saudi Arabia */
#ni-saudi-arabia {
  text-align: left;
}
#ni-saudi-arabia h2 {
  color: #666;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
#ni-saudi-arabia ul.articles li p.journalname {
  font-style: italic;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 0;
}
#ni-saudi-arabia ul.articles li p.pubdate {
  font-size: 12px;
  color: #666;
  margin-top: 0;
}
#ni-saudi-arabia .media {
  margin-bottom: 10px;
}
#ni-saudi-arabia .media .media-left {
  float: left;
  margin-right: 15px;
}
#ni-saudi-arabia .media .media-left img {
  width: 70px;
}
#ni-saudi-arabia .media .media-body {
  overflow: hidden;
}
#ni-saudi-arabia .media .media-body h3.media-heading {
  font-size: 15px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0;
}
#ni-saudi-arabia .media .media-body p.journalname {
  font-style: italic;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 0;
}
#ni-saudi-arabia .media .media-body p.pubdate {
  font-size: 12px;
  color: #666;
  margin-top: 0;
}

section#our-picks {
  text-align: left;
}

section#blog ul.articles {
  text-align: left;
}
section#blog ul.articles p {
  text-align: right;
}

/* OneTrust cookie box  */
@media (max-width: 767px) {
  .optanon-alert-box-wrapper {
    margin-right: -20px !important;
  }
}
.e-alerts {
  margin-bottom: 1em;
}
.e-alerts:hover {
  text-decoration: none;
}
.e-alerts span {
  color: #222;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  bottom: 4px;
  left: 2px;
  font-size: 12px;
}

.collection-landing .form-select {
  width: 100%;
  height: 45px;
  font-size: 1.2em;
}
.collection-landing .table th, .collection-landing .table td {
  padding: 15px;
}
.collection-landing .table tr, .collection-landing .table td, .collection-landing .table th {
  font-size: 1.2em;
}/*# sourceMappingURL=middle-east-rtl.css.map */