body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  background-color: #fafafa;
}
a {
  color: #333333;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #4d4d4d;
  text-decoration: underline;
}
.container {
  *zoom: 1;
  width: 1260px;
  margin: 0 auto;
  padding: 0;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-main .container__left-col {
  float: left;
  width: 960px;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.container-main .container__right-col {
  float: left;
  width: 300px;
}
.wrapper {
  overflow: hidden;
  margin: 0 auto;
}
.grid {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.grid:before,
.grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}
.grid .grid__col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.grid .grid__col-1 {
  width: 240px;
}
.grid .grid__col-2 {
  width: 480px;
}
.grid .grid__col-3 {
  width: 720px;
}
.grid .grid__col-4 {
  width: 960px;
}
.grid .grid__col-half {
  width: 480px;
}
.grid .grid__col-third {
  width: 320px;
}
.grid-3 {
  width: 720px;
}
.grid-4 {
  width: 960px;
}
.grid-bordered {
  background: url('../img/bg-grid.png');
}
.grid-bordered .grid__col {
  background: url('../img/bg-grid__col.png') repeat-y right;
}
.main-content .main-content__header {
  *zoom: 1;
  position: relative;
  height: 144px;
  margin: 12px 10px 0;
  padding: 0;
}
.main-content .main-content__header:before,
.main-content .main-content__header:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-content .main-content__header:after {
  clear: both;
}
.main-content .main-content__header .main-content__header__social-links {
  position: absolute;
  top: 0;
  left: 0;
}
.main-content .main-content__header .main-content__header__social-links a {
  display: block;
  float: left;
  margin-right: 6px;
  text-decoration: none;
}
.main-content .main-content__header .main-content__header__social-links a:hover {
  text-decoration: none;
}
.main-content .main-content__header .main-content__header__site-search {
  position: absolute;
  top: 0;
  right: 0;
}
.main-content .main-content__header .main-content__header__site-search form {
  display: block;
  margin: 0;
  border: none;
  padding: 0;
}
.main-content .main-content__header .main-content__header__site-search form input[type=text] {
  display: inline;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background: none;
  width: 120px;
  border-bottom: 1px solid #333333;
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  font-style: italic;
  color: #666666;
  outline: none;
}
.main-content .main-content__header .main-content__header__site-search form input[type=text]:-moz-placeholder {
  color: #666666;
}
.main-content .main-content__header .main-content__header__site-search form input[type=text]:-ms-input-placeholder {
  color: #666666;
}
.main-content .main-content__header .main-content__header__site-search form input[type=text]::-webkit-input-placeholder {
  color: #666666;
}
.main-content .main-content__header .main-content__header__site-search form input[type=text]:focus:-moz-placeholder {
  color: #ffffff;
}
.main-content .main-content__header .main-content__header__site-search form input[type=text]:focus:-ms-input-placeholder {
  color: #ffffff;
}
.main-content .main-content__header .main-content__header__site-search form input[type=text]:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.main-content .main-content__header .main-content__header__site-search form input[type=submit] {
  display: inline;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 13px;
  font-weight: normal;
  font-style: normal;
  color: #666666;
}
.main-content .main-content__header .main-content__header__branding .main-content__header__branding__logo {
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-content .main-content__header .main-content__header__branding .main-content__header__branding__logo img {
  margin: 0 0 0 145px;
  padding: 0;
}
.main-content .main-content__header .main-content__header__branding .main-content__header__branding__caption {
  margin: 6px 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  line-height: 12px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0;
  word-spacing: 1px;
  text-align: center;
  vertical-align: text-top;
}
.main-content .main-content__header .main-content__header__branding .main-content__header__branding__caption .red {
  color: #ec2028;
}
.main-content .main-content__nav {
  margin: 0 10px;
  padding: 0;
  border-top: 2px solid #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  line-height: 30px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: center;
}
.main-content .main-content__nav a {
  margin: 0 5px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.main-content .main-content__nav a:hover,
.main-content .main-content__nav a.active {
  border-bottom: 2px solid #ec2028;
  color: #ec2028;
  text-decoration: none;
}
.main-content .main-content__ad {
  margin: 10px 0 0;
  padding: 0;
}
.main-content .main-content__body {
  margin: 12px 0;
  padding: 0;
}
.sidebar {
  width: 300px;
  height: 100%;
}
.sidebar .sidebar__header {
  *zoom: 1;
  position: relative;
  height: 144px;
  margin: 12px 10px 0;
  padding: 0;
}
.sidebar .sidebar__header:before,
.sidebar .sidebar__header:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidebar .sidebar__header:after {
  clear: both;
}
.sidebar .sidebar__header .sidebar__header__tanr {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  line-height: 44px;
  color: #ec2028;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: center;
}
.sidebar .sidebar__header .sidebar__header__issue {
  display: table;
  width: 100%;
  height: 36px;
}
.sidebar .sidebar__header .sidebar__header__issue .sidebar__header__issue__num {
  display: table-cell;
  width: 50%;
  height: 36px;
  padding-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: normal;
  font-style: italic;
  line-height: 36px;
  color: #333333;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: right;
  vertical-align: middle;
}
.sidebar .sidebar__header .sidebar__header__issue .sidebar__header__issue__period {
  display: table-cell;
  width: 50%;
  height: 36px;
  padding-left: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 18px;
  color: #333333;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: left;
  vertical-align: middle;
}
.sidebar .sidebar__header .sidebar__header__links {
  height: 64px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 64px;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: center;
}
.sidebar .sidebar__header .sidebar__header__links a {
  color: #ec2028;
  text-decoration: underline;
}
.sidebar .sidebar__header .sidebar__header__links a:hover {
  color: #ec2028;
  text-decoration: underline;
}
.sidebar .sidebar__body {
  margin: 0 10px;
  padding: 0;
}
.sidebar .sidebar__body .sidebar__body__issue-teasers-nav {
  margin: 0;
  padding: 0;
  border-top: 2px solid #ec2028;
}
.sidebar .sidebar__footer {
  margin: 0;
  padding: 0;
}
.sidebar .sidebar__footer .sidebar__footer__nav {
  margin: 20px 10px;
  padding: 0 0 24px 0;
  border-top: 1px solid #ec2028;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .sidebar__footer .sidebar__footer__nav span {
  margin: 0 5px;
}
.sidebar .sidebar__footer .sidebar__footer__nav a {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #333333;
  text-decoration: underline;
}
.sidebar .sidebar__footer .sidebar__footer__nav a:hover {
  color: #333333;
  text-decoration: underline;
}
a.show-more {
  display: block;
  margin: 0 0 -12px;
  padding: 0;
  border-top: 2px solid #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
a.show-more:hover {
  color: #ec2028;
}
.post-is-public-no {
  opacity: 0.5;
}
.post-preview {
  background-color: transparent;
  color: #333333;
}
.post-preview a {
  display: block;
  text-decoration: none;
}
.post-preview .post__section {
  max-width: 220px;
  margin: 10px auto;
  padding: 0;
  border-bottom: 1px solid #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.post-preview .post__cover-image {
  margin: 10px;
  padding: 0;
  text-align: center;
}
.post-preview a.post__title {
  margin: 10px;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
}
.post-preview .post__excerpt {
  margin: 10px;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
}
.post-preview .post__date-published {
  margin: 10px;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 200;
  color: #aaa;
  text-transform: uppercase;
}
