/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@import url(https://fonts.googleapis.com/css?family=Cardo:400,700|EB+Garamond|Roboto:400,500|Roboto+Condensed:400,500,700&amp;subset=latin-ext,latin);
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #174888;
}
a.text-primary:hover {
  color: #10315c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #174888;
}
a.bg-primary:hover {
  background-color: #10315c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1192px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.body {
  background-color: #fdfefe;
}
.standard-case {
  text-transform: none;
}
.container {
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 5px;
}
.navbar {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;

  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
}
.navbar.home {
  border-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.navbar button.navbar-toggle {
  margin-left: 5px;
}
.navbar .glyphicon {
  color: #fff;
}
.navbar.navbar-inverse {
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;

  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
}
.navbar.navbar-inverse .glyphicon {
  color: #174888;
}
.navbar.navbar-inverse li a {
  border-left: 1px solid #eef;
}
.navbar a {
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.av-break-10 {
  height: 10px;
  clear: both;
}
.av-break-20 {
  height: 20px;
  clear: both;
}
.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
}
img {
  border: 1px solid rgba(154, 157, 151, .25);
}
.masthead img {
  border: none;
}

.av-page-header {
  overflow: hidden;
}

.av-page-header,
.av-page-header .container {
  background-image: -webkit-linear-gradient(#aaa, #d1d1d1 50%, #fff);
  background-image:      -o-linear-gradient(#aaa, #d1d1d1 50%, #fff);
  background-image:         linear-gradient(#aaa, #d1d1d1 50%, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ffffffff', GradientType=0);
  background-repeat: no-repeat;
}
.av-page-header h6,
.av-page-footer h6 {
  font-weight: 700;
  color: #333;
}
.social-links {
  margin-top: 1px;
  vertical-align: top;
}
.social-date {
  margin-top: 6px;
  margin-bottom: 0;
}
.av-page-header .list-inline {
  margin-bottom: 2px;
}
.social-links .facebook {
  width: 90px;
}
.av-page-footer {
  background-color: #d52330;
}
.av-page-footer .container {
  background-color: #d52330;
}
.av-page-footer.sitemap,
.av-page-footer.sitemap .container {
  background-color: #ccc;
}
.av-page-footer hr {
  display: block;
  height: 1px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #174888;
}
.av-page-footer.av-corporate a {
  color: #fff;
}
.av-page-footer.av-corporate a:hover {
  color: #333;
}
.social-links {
  margin-top: 1px;
  vertical-align: top;
}
.social-links .facebook {
  width: 90px;
}
.social-date {
  margin-top: 6px;
  margin-bottom: 0;
}
img.columnist {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  border: none;
}

@media (max-width: 767px) {
  img.columnist {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  .asian-lhs {
    min-width: 430px;
  }
}
@media (min-width: 1192px) {
  .asian-lhs {
    min-width: 850px;
  }
}

.asian-rhs {
  max-width: 300px;
}
@media (max-width: 767px) {
  .asian-rhs {
    max-width: none;
  }
}
.section-head {
  padding-left: 5px;
  margin-bottom: 5px;
  background-image: -webkit-linear-gradient(#1e4986, #176db4 75%, #1e4986);
  background-image:      -o-linear-gradient(#1e4986, #176db4 75%, #1e4986);
  background-image:         linear-gradient(#1e4986, #176db4 75%, #1e4986);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e4986', endColorstr='#ff1e4986', GradientType=0);
  background-repeat: no-repeat;
}
.section-head.red {
  background-color: #d52330;
}
.section-head.red h5 a:hover {
  color: #174888;
}
.section-head h5,
.section-head h5 a {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-head h5,
  .section-head h5 a {
    padding-left: 50px;
  }
}
.section-head h5 a:hover {
  color: #d52330;
}
.section-head.columnist {
  margin-top: 80px;
}
.date {
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(23, 72, 136, .5);
}
div ul.category,
.articles ul.category {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
div ul.category > li,
.articles ul.category > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
div ul.category li,
.articles ul.category li {
  padding-right: 3px;
  padding-left: 3px;
  color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
}
div ul.category li:first-child,
.articles ul.category li:first-child {
  border: none;
}
div ul.category a,
.articles ul.category a,
.rhs-search-facets * {
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #777;
}
div ul.category a:hover,
.articles ul.category a:hover {
  color: #d52330;
}
div.articles div h3 {
  padding-top: 4px;
  margin-top: -2px;
  border-top: 1px dotted rgba(30, 73, 134, .2);
}
div.articles div:first-child h3 {
  padding-top: 0;
  margin-top: 0;
  border-top-style: none;
}
@media (min-width: 1192px) {
  div.articles > div.col-md-6:first-child {
    border-right: 1px solid rgba(30, 73, 134, .3);
  }
}
@media (min-width: 1400px) {
  div.articles > div.col-md-6:first-child {
    border-right: 1px solid rgba(30, 73, 134, .3);
  }
}
.av-popular h3 {
  padding: 5px;
  font-weight: 400;
  color: #fff;
  background-color: #d52330;
}
.av-popular ol {
  padding: 0;
  margin: 0;
  margin-left: 3em;
  list-style-type: decimal;
  counter-reset: li-counter;
}
.av-popular ol > li {
  position: relative;
  min-height: 3em;
  padding-left: .5em;
  margin-bottom: 20px;
  list-style: none;
  border-left: 2px solid #ccc;
}
.av-popular ol > li:before {
  position: absolute;
  top: 0;
  left: -1.5em;
  width: .8em;
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  color: #d5d5d5;
  text-align: right;
  content: counter(li-counter);
  counter-increment: li-counter;
}
.sitemap ul {
  padding: 0;
  margin: 0;
  margin-left: 0;
  list-style-type: none;
}
.sitemap ul li a {
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #555;
}
.sitemap ul li a:hover {
  color: #d52330;
}
.search {
  padding: 5px;
  margin-top: 0;
  font-weight: 400;
  color: #fff;
  background-color: #333;
}
.navbar-form .form-control {
  max-height: 26px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.navbar-form .btn {
  max-height: 26px;
}
.navbar-form .glyphicon,
.navbar-form .glyphicon .glyphicon-search {
  color: #d52330;
}
.navbar-form input.form-control::-moz-placeholder {
  color: #d52330;
  opacity: 1;
}
.navbar-form input.form-control:-ms-input-placeholder {
  color: #d52330;
}
.navbar-form input.form-control::-webkit-input-placeholder {
  color: #d52330;
}
.av-search-form .glyphicon,
.av-search-form .glyphicon .glyphicon-search {
  color: #d52330;
}
.av-search-form input.form-control::-moz-placeholder {
  color: #d52330;
  opacity: 1;
}
.av-search-form input.form-control:-ms-input-placeholder {
  color: #d52330;
}
.av-search-form input.form-control::-webkit-input-placeholder {
  color: #d52330;
}
.main-article figcaption {
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .main-article .av-body {
    -webkit-columns: 0 1;
       -moz-columns: 0 1;
            columns: 0 1;
  }
}
@media (min-width: 1192px) {
  .main-article .av-body {
    -webkit-columns: 100px 3;
       -moz-columns: 100px 3;
            columns: 100px 3;
  }
}
@media (min-width: 1400px) {
  .main-article .av-body {
    -webkit-columns: 100px 3;
       -moz-columns: 100px 3;
            columns: 100px 3;
  }
}
.main-article ul.category {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.main-article ul.category > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.av-search-results .av-summary {
  display: inline-block;
  max-height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .av-search-results .av-summary {
    max-height: 85px;
  }

}
@media (min-width: 1192px) {
  .av-search-results .av-summary {
    max-height: 75px;
  }
}
@media (min-width: 1400px) {
  .av-search-results .av-summary {
    max-height: 96px;
  }
}

.img-responsive {
  display:      inline-block;
}

.no-margin {
  margin:       0 !important;
}

.rhs-search-facets {
  margin-top:   0px;
  padding-top:  0px;
}

hr.av-listing {
  margin:      0px;
}

/* DFP */
.dfp-block.mpu {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  float: none;
}

.site-canvas {
  margin: auto;
  position: relative;
}

.d-flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.skyscraper-ad {
  display: none;
  position: fixed;
}

.skyscraper-ad--left {
  margin-left: -160px;
}

.skyscraper-ad--right {
  margin-left: 872px;
}

@media (min-width: 1192px) {
  .container {
    width: 872px !important;
  }
}

@media (min-width: 1192px) {
  .skyscraper-ad {
    display: block;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1160px !important;
  }

  .skyscraper-ad--right {
    margin-left: 1160px;
  }

  .leaderboard {
    float: right;
  }
}