/*
 *
 * India site theme
 *
 *
 */
a {
  color: #DB860F;
  text-decoration: none; }
  a:hover {
    color: #016a7a;
    text-decoration: none; }

a.subject {
  color: #016a7a;
  text-decoration: none; }
  a.subject a.subject:hover {
    color: #DB860F;
    text-decoration: none; }

#footer a.privacy:hover {
  color: #76edff !important; }

/******* */
h1 {
  color: #016a7a;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 0.5em;
  margin-top: 0; }
  h1 h1 small {
    font-size: 18px; }
    h1 h1 small h1 small span {
      color: #6A1211;
      font-family: serif;
      font-size: 22px;
      font-weight: bold; }
      h1 h1 small h1 small span h1 small span span {
        color: #ED2120; }

#home h1 small {
  font-size: 14px; }

#home .tab-content-height {
  height: 385px; }

h3 {
  font-size: 18px;
  line-height: 24px; }

#archives .tab-content {
  border: medium none;
  margin-top: 30px; }

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

/******* */
html {
  height: 100%; }

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

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

#masthead {
  background: #E09832 url("../img/header-bg.jpg") repeat-x left top !important;
  height: 105px;
  /*width: 100% */
  position: relative;
  border-bottom: 1px solid #012551; }
  #masthead .container .logo {
    padding-left: 0; }

.navbar {
  border-top: 1px solid #444; }
  .navbar li {
    font-size: 116%;
    font-weight: bold;
    border-left: 1px solid #444;
    border-right: 1px solid #000; }
  .navbar li.first {
    border-left: 1px solid #000; }
    .navbar li.first a {
      border-left: 1px solid #444; }
  .navbar li.last {
    border-right: 1px solid #444; }
    .navbar li.last a {
      border-right: 1px solid #000; }
  .navbar li.eng {
    font-size: 100%; }
  .navbar .btn-group .btn-inverse {
    margin-top: 1px;
    margin-left: 15px; }

.classic-banner {
  text-align: center;
  margin-bottom: 15px; }
  .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: left;
      padding: 1px; }
    ul.articles-with-thumbs li h3 {
      color: #444444;
      font-size: 15px;
      line-height: 1.3em;
      margin-bottom: 5px;
      margin-left: 60px; }
    ul.articles-with-thumbs li p {
      margin-left: 60px; }

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 1em;
    padding: 0; }
    ul.articles-inner li h3 {
      color: #444444;
      font-size: 15px;
      line-height: 1.3em;
      margin-bottom: 0;
      margin-top: 0; }

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

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

.clearfix:after {
  clear: both; }

/* */
#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-left: -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: right;
  left: 0;
  margin: 0; }
  div.shareNarrow ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    div.shareNarrow ul li {
      float: left;
      margin: 0;
      padding: 0; }
    div.shareNarrow ul li.second {
      margin-right: -15px; }
    div.shareNarrow ul li.last {
      margin-right: -15px; }

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

/* */
.box {
  border: solid 1px #cccccc;
  background-color: #e2e3e2;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(250, #e6e5e6));
  background: -webkit-linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
  background: -o-linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
  background: -ms-linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
  background: linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
  margin-bottom: 1.5em; }
  .box .inner {
    border: 1px solid white;
    padding: 1em; }
    .box .inner h1 {
      background: url("../img/bdr-grey.gif") repeat-x scroll left bottom transparent;
      padding-bottom: 5px; }
    .box .inner h2 {
      margin-top: 0; }
    .box .inner p {
      margin-bottom: 0; }

.box-no-bg {
  border: solid 1px #dddddd;
  margin-bottom: 1.5em; }
  .box-no-bg .inner {
    border: 1px solid white;
    padding: 1em; }

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

/* */
.more {
  font-weight: bold;
  text-align: right; }
  .more .icon-chevron-right {
    opacity: 0.4;
    background-position: -456px -71px; }

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

/* */
#articles #content {
  color: #555;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 1.25em; }
  #articles #content .article-type {
    margin: 0;
    border: none;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #articles #content .addthis_inline_share_toolbox {
    float: right;
    margin-bottom: 45px; }
  #articles #content p {
    color: #555;
    font-weight: normal;
    font-family: "Crimson Text", serif;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1.25em; }
  #articles #content h1 {
    font-family: "Noto Serif", serif;
    font-size: 36px;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 40px;
    font-weight: bold !important; }
  #articles #content h2.standfirst {
    font-size: 20px;
    font-family: "Ramabhadra", sans-serif;
    margin: 0;
    color: #31b7b9; }
  #articles #content h3 {
    color: #016a7a;
    font-family: "Ramabhadra", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 40px; }
  #articles #content p.author {
    font-size: 14px;
    font-weight: bold;
    margin: 2em 0 0.5em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #articles #content p.doi {
    margin: 0 0 30px;
    font-size: 13px;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #articles #content figure.main-img {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative; }
    #articles #content figure.main-img figcaption {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      padding: 20px 10px;
      background: rgba(0, 0, 0, 0.65);
      color: #fff;
      font-weight: 300;
      letter-spacing: 0.1em;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px; }
      #articles #content figure.main-img figcaption p.credit {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #articles #content figure {
    margin: 0 0 40px 20px; }
    #articles #content figure img {
      border: none;
      padding: 0;
      margin-bottom: 0; }
    #articles #content figure figcaption {
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 0.1em;
      background: #e5e5e5;
      padding: 20px 10px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
      #articles #content figure figcaption p.credit {
        margin: 10px 0 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px; }
  #articles #content figure.full {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px; }
  #articles #content aside {
    margin: 0 0 40px; }
    #articles #content aside .caption {
      font-size: 12px !important;
      line-height: 1.5;
      letter-spacing: 0.1em;
      background: #e5e5e5;
      padding: 20px 10px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
      #articles #content aside .caption p {
        font-size: 12px !important;
        line-height: 1.5;
        letter-spacing: 0.1em;
        color: #666;
        font-size: 90%;
        margin-bottom: 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #articles #content aside.span4 {
    margin: 0 0 40px 20px; }
    #articles #content aside.span4 .well {
      box-shadow: none;
      background: #e5e5e5;
      padding: 10px;
      border: none;
      border-radius: inherit; }
      #articles #content aside.span4 .well .caption {
        padding: 15px 0 10px; }
        #articles #content aside.span4 .well .caption p {
          line-height: 1.5;
          letter-spacing: 0.1em;
          color: #666;
          font-size: 12px;
          margin-bottom: 0;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #articles #content .reference h4 {
    font-family: "Ramabhadra", sans-serif;
    font-size: 18px;
    line-height: 1.2; }
  #articles #content .reference p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333; }
  #articles #content .reference ol {
    padding-left: 1em; }
    #articles #content .reference ol li {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 18px;
      color: #333; }
  #articles #content .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
  #articles #content .embed-responsive .embed-responsive-item,
  #articles #content .embed-responsive iframe,
  #articles #content .embed-responsive embed,
  #articles #content .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  #articles #content .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  #articles #content .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

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

.doi {
  font-size: 90%;
  color: #666;
  margin: 2em 0 3em 0; }

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

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

figure {
  float: right;
  margin: 0 0 20px 20px;
  width: 264px; }
  figure img {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 15px; }
  figure figcaption {
    color: #666;
    font-size: 90%; }
    figure figcaption .credit {
      font-style: italic; }

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

.reference,
.stories {
  margin: 20px 0; }
  .reference h4,
  .stories h4 {
    margin: 0 0 10px 0; }
  .reference ul,
  .stories ul {
    margin: 0;
    padding: 0; }
    .reference ul li,
    .stories ul li {
      list-style: none;
      list-style-position: outside;
      margin-bottom: 9px; }
      .reference ul li a,
      .stories ul li a {
        font-weight: bold; }

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

.highlight {
  color: #016a7a;
  font-weight: bold; }

h2.static {
  color: #016a7a;
  font-size: 22px;
  font-weight: normal; }
  h2.static small {
    font-size: 15px; }

h3.static {
  font-size: 16px;
  color: #016a7a;
  font-weight: normal; }

img.static-img {
  margin-bottom: 20px; }

.book-your-ad-btn {
  text-align: center;
  margin-bottom: 20px; }

img.cover {
  width: 136px;
  float: left;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px #666;
  margin-right: 30px;
  margin-bottom: 20px; }

img.four-covers {
  width: 136px;
  float: left;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px #666;
  margin-right: 22px;
  margin-bottom: 20px; }

img.four-covers-last {
  width: 136px;
  float: left;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px #666;
  margin-right: 0;
  margin-bottom: 20px; }

#podcast .podcast-box {
  margin: 30px 0 0 0; }
  #podcast .podcast-box h2 {
    color: #016a7a; }
  #podcast .podcast-box iframe {
    margin: 0; }
  #podcast .podcast-box p.discription {
    color: #666;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0.5em; }
  #podcast .podcast-box p.pub-date {
    color: #666;
    font-size: 12px;
    margin-bottom: 0.5em; }
  #podcast .podcast-box span.label {
    background-color: #0196ad;
    font-size: 13px !important;
    padding: 2px 5px 3px; }
    #podcast .podcast-box span.label:hover {
      background-color: #016a7a; }
  #podcast .podcast-box span.label a {
    color: white !important;
    font-size: 13px; }
    #podcast .podcast-box span.label a:hover {
      color: white !important;
      text-decoration: none; }

/* */
#sidebar {
  float: right; }
  #sidebar .svcs-box {
    border: solid 1px #cccccc;
    background-color: #e2e3e2;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(250, #e6e5e6));
    background: -webkit-linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
    background: -o-linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
    background: -ms-linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
    background: linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
    margin-bottom: 1.5em; }
    #sidebar .svcs-box .inner {
      border: 1px solid white;
      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 h3 {
          font-size: 90%;
          line-height: 138.5%;
          margin: 0; }
      #sidebar .svcs-box .inner h2 {
        color: #6a1211;
        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; }
        #sidebar .svcs-box .inner h2 a {
          color: #6A1211; }
          #sidebar .svcs-box .inner h2 a:hover {
            text-decoration: none; }
        #sidebar .svcs-box .inner h2 span {
          color: #ED2120; }
  #sidebar #podcast-sidebar .podcast-box {
    margin: 10px 0 0 0; }
  #sidebar #podcast-sidebar h3 {
    color: #016a7a;
    font-size: 100%;
    margin-bottom: 0.5em; }

#sidebar .bnr {
  margin-bottom: 1.5em;
  text-align: center; }
  #sidebar .bnr img {
    margin: 0 auto;
    height: auto; }
#sidebar .btn {
  float: right;
  margin-bottom: 1.5em; }
#sidebar .social p {
  float: left;
  line-height: 32px;
  font-size: 12px;
  color: #999;
  font-weight: bold;
  margin: 0; }
#sidebar .social a {
  float: left;
  margin: 0 0 0 5px; }

footer #footer-main {
  background: #535353;
  border-top: 3px solid #DC860D;
  margin-top: 50px;
  padding: 50px 0 30px;
  font-size: 93%;
  color: #fff; }
  footer #footer-main a {
    text-decoration: none; }
    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 white;
    list-style-type: none;
    width: 120px; }
    footer #footer-main ul.footer-links li {
      line-height: 1.7em; }
  footer #footer-main ul.footer-links.last {
    border: 0 none; }
  footer #footer-main .copyright {
    direction: ltr;
    padding: 40px 0 10px;
    clear: both; }
    footer #footer-main .copyright small {
      font-size: 93%;
      display: block; }
  footer #footer-main .span8 {
    float: right; }
  footer #footer-main .logo-foot img {
    float: right;
    margin-bottom: 40px; }
  footer #footer-main .footNav {
    clear: both;
    float: right; }
    footer #footer-main .footNav a {
      float: left;
      padding: 4px 6px;
      margin: 0 4px;
      color: #fff; }
      footer #footer-main .footNav a:hover {
        color: white;
        text-decoration: none;
        background: #DC860D;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
    footer #footer-main .footNav span {
      float: left;
      margin: 0 2px;
      color: #dddddd;
      margin-top: 4px; }
    footer #footer-main .footNav a.first {
      padding-left: 6px;
      margin-left: 0;
      border-left: 0; }

/* search box */
form.gsc-search-box {
  padding-left: 0;
  padding-left: 4px \9;
  padding-right: 0;
  padding-right: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  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-en {
  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: white !important;
  background: #4d4d4d !important;
  border: 1px solid #151515 !important;
  -webkit-box-shadow: "inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)";
  -moz-box-shadow: "inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)";
  box-shadow: "inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)";
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  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; }

@media (min-width: 497px) {
  .special-issues-archive,
  .custom-editions-archive {
    width: 100%;
    display: block; }
    .special-issues-archive .cover,
    .custom-editions-archive .cover {
      display: inline-block;
      width: 25%;
      max-width: 120px;
      height: 100%;
      padding-right: 15px; }
      .special-issues-archive .cover img,
      .custom-editions-archive .cover img {
        padding: 1px;
        border: 1px solid #cccccc; }
    .special-issues-archive .description,
    .custom-editions-archive .description {
      display: inline-block;
      width: 70%;
      height: 100%;
      vertical-align: top; } }
@media (max-width: 496px) {
  .special-issues-archive,
  .custom-editions-archive {
    width: 100%;
    display: block; }
    .special-issues-archive .cover,
    .custom-editions-archive .cover {
      display: block;
      width: 100%;
      text-align: center; }
      .special-issues-archive .cover img,
      .custom-editions-archive .cover img {
        padding: 1px;
        border: 1px solid #cccccc;
        text-align: center;
        margin: 1em auto 1em auto;
        display: block; }
    .special-issues-archive .description,
    .custom-editions-archive .description {
      display: block;
      width: 100%;
      vertical-align: top; } }
@media (max-width: 768px) {
  #articles #content figure {
    float: none;
    width: 100% !important;
    margin-left: 0 !important; }
    #articles #content figure img {
      width: 100% !important; }
  #articles #content aside.span4 {
    margin-left: 0 !important; } }

/*# sourceMappingURL=india.css.map */
