html {
  /*	background:#f9f9f9;*/
}

body .midAdContainer:nth-child(0){
  display:none;
}

body {
  max-width: 1200px;
  margin: 0 auto;
  background: #f9f9f9;
}

a {
  color: #809EAD;
}

a:hover {
  color: #222;
}

p {
  font-family: bookmania, Georgia, Times, Times New Roman, serif;
  color: #000;
}

h3 {
  font-family: bookmania, Georgia, Times, Times New Roman, serif;
}

/* VIDEO PLAYER ============================================= */

div.player {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 50vh;
  min-height: 440px;
  margin-bottom: 2em;
}

div.player iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.home .player {
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 0;
}

.play_arrow {
  text-align: center;
  left:0; top:0;
}

.play_arrow i {
  transform: scale(.7);
  opacity:.7;
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  background: transparent url('play_arrow.png') no-repeat center center;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.dynamicMid .play_arrow i,
div.recent li span .play_arrow i,
div.briefs li span .play_arrow i{
  width: 50px;
  height: 50px;
  background-size:contain;
}

.play_arrow:hover i,
li:hover .play_arrow i,
.heroArticle:hover .play_arrow i{
  transform: scale(1);
}

/* SLIDE MENU ============================================= */

.slideMenu {
  position: fixed;
  z-index: 10000;
  margin-left: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.slideMenu .c1 {
  width: 100%;
  height: 100%;
  background: #333;
  max-width: 250px;
  padding: 10px;
  overflow: auto;
}

.slideMenu .c2 {
  width: 100%;
  height: 100%;
  background: none;
}

.slideMenu div {
  height: 40px;
  background: #555;
  padding: 5px;
  margin-bottom: 20px;
  white-space: normal;
}

.slideMenu input {
  width: 100%;
  height: 100%;
  color: #bbb;
  margin: 0 0 0 -24px;
  padding: 0 0 0 34px;
  background: transparent;
  border: none;
  text-transform: uppercase;
  border-radius: 2px;
}

.slideMenu p {
  background: none;
  font-family: Arial;
}

.slideMenu a {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #222;
  color: #bbb;
  font-size: 14px;
}

.slideMenu span {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.slideMenu .btn2 {
  width: 50%;
  margin: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.slideMenu .btn2.white {
  border-right: 1px solid #222 !important;
}

.slideMenu a:first-child {
  border-top: 0
}

.slideMenu a:last-child {
  border-bottom: 0
}

/* AD Alternate Settings (For Responsiveness) ============================================= */

.adRow {
  text-align: center;
  background: #fff;
  z-index: 10;
  /*	border-top:1px solid #ccc;*/
}

.adRow .adAlt_2 {
  display: none
}

.adRow .adAlt_3 {
  display: none
}

.midAd .adAlt_2 {
  display: none;
}

.skyscraper.adAlt_2 {
  display: none !important;
}

/* HEADER ============================================= */

header {
  background: #fff;
}

header .brand {
  padding: 20px 0;
}

header .cUser .in h3 {
  text-align: right;
  font-size: 1.2em;
  margin-bottom: 3px;
}

header .cUser .in {
  text-align: right;
  font-size: .9em;
}

header .cInfo {
  padding-left: 15px;
}

header .cInfo * {
  color: #222;
}

header .cInfo .date {
  width: 70%;
  padding: 5px 3px 10px 3px;
}

header .cInfo .date .day em {
  text-transform: uppercase;
  font-size: 1em;
}

header .cInfo .date .month {
  text-align: right;
}

header .cInfo .date .month em {
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: -.5px;
}

header .cInfo .weather {
  width: 70%;
  border-radius: 4px;
  /*	border:1px solid #ccc;*/
/*  background: #f9f9f9;*/
/*  background: #c5c5c5;*/
	border: 1px solid #c5c5c5;
	padding: 0 5px 0 0;
}

header .cInfo .weather .icon {}

header .cInfo .weather .icon .i {
  width: 36px;
  height: 36px;
}

header .cInfo .weather .text {
  text-align: right;
  padding: 3px 0;
}

header .cInfo .weather .text b {
  font-size: .8em;
}

header .cInfo .weather .text em,
header .cInfo .weather .text .marquee {
  font-size: .9em;
  line-height: 1em;
  margin-top: -15px;
  text-align: right;
}

.marquee {
  /*    width: 50px;*/
  /*    margin: 0 auto;*/
  margin-top: -6px !important;
  overflow: hidden;
  white-space: nowrap;
  /*    box-sizing: border-box;*/
  animation: marquee 5s linear infinite;
  /*	padding-right:8em;*/
}

@keyframes marquee {
  0% {
    text-indent: 1em
  }
  100% {
    text-indent: -5em
  }
}

header .cLogo {
  text-align: center;
}

header .cLogo img {
  width: 100%;
  max-width: 300px;
}

header .cUser {
  text-align: right;
  padding-right: 15px;
}

header .cUser a {
  width: 100%;
  max-width: 120px;
}

header .cUser a {
  color: #555;
}

header {}

@media (max-width:1050px) {
  .tagline {
    display: none !important;
  }
  .tagline.alt {
    display: inline-block !important;
  }

  header .cInfo {
    display: none !important;
  }
  header .cLogo {
    width: 75%;
    text-align: left;
    padding-left: 2%;
  }
  header .cUser {
    width: 25%;
  }
}

@media (max-width:850px) {
  header .brand {
    display: none
  }

}

/*============== */

@media (max-width:850px) {
  .adRow {
    padding: 0;
  }
}

/*============== */

.tagline {
  background: #f9f9f9;
  color: #333;
  padding: 5px 3px;
  text-align: center;
  /*	border-top:1px solid #ddd !important;*/
  border: 5px solid #fff;
}

.tagline em {
  padding: 3px 5px;
}

.tagline.alt {
  display: none;
  background: #fff;
  padding: 8px 2%;
  color: #222;
  border-bottom: 1px solid #ddd;
}

.tagline.alt .i {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.tagline.alt .text {
  text-align: center;
}

/* NAV ================================================= */

nav {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 1% 0 1%;
  border-top: 2px solid #222 !important;
  border-bottom: 1px solid #999 !important;
}

nav .w {
  height: 40px;
  /*border-top:2px solid #222;
	border-bottom:1px solid #222;*/
}

a.plain:hover {
  background: transparent !important;
}

i.menu {
  background: url(icon-menu-24x@2x.png)
}

i.search {
  background: url(icon-search-24x@2x.png)
}

i.logo {
  width: 160px !important;
  background: url(icon-logo-large-dark@2x.png) no-repeat;
}

i.searchWhite {
  background: url(icon-search-white-24x@2x.png)
}

i.twitter {
  background: url(icon-twitter-24x@2x.png)
}

i.instagram {
  background: url(icon-instagram-24x@2x.png)
}

nav a.logo {
  display: none;
}

nav i.menu {
  display: none !important;
}

nav .c2 {
  height: 100%;
  padding-right: 50px;
  margin-right: -50px;
}

nav .c3 {
  width: 50px;
  text-align: right;
}

nav .c1 i {
  margin-right: -24px;
}

nav .c1 input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 10px 0 34px;
  background: none;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

nav .c2 ul {
  width: 100%;
  height: 100%;
  margin: 0;
  /*	padding-right:10px;*/
}

nav .c2 ul li {
  height: 100%;
  width: 14.28%;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}

nav .c2 a {
  width: 100%;
  height: 100%;
  color: inherit;
  text-align: center;
  background: #fff;
  transition: background .6s ease-out, box-shadow .6s ease-out;
  -webkit-transition: background .6s ease-out, box-shadow .6s ease-out;
}

nav .c2 a:hover {
  background: #f6f6f6;
  box-shadow: inset 0 -3px 0 0 #222;
}

@media (max-width:850px) {
  body {
    margin-top: 56px;
  }

  nav {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    border: none !important;
    border-bottom: 1px solid #999;
  }

  nav .w {
    height: 56px;
    border-top: none;
    border-bottom: 1px solid #bbb;
  }

  nav .c1,
  nav .c3 {
    width: 20% !important;
    margin: 0;
    padding: 0 10px;
  }
  nav .c2 {
    width: 60% !important;
    margin: 0;
    padding: 0 10px;
  }

  nav .c1 form {
    display: none !important;
  }
  nav i.menu {
    display: inline-block !important;
  }
  nav .c2 {
    text-align: center;
  }

  nav .c2 ul {
    display: none;
  }

  nav a.logo {
    display: inline-block;
  }

}

@media (max-width:500px) {}

/* CONTENT ================================================= */

section {
  border-top: 0;
}

section hr:last-child {
  display: none;
}

section.home {
  width: 100%;
  padding: 2% 2%;
  background: #fff;
}

section.home p {
  margin-bottom: 10px;
}

.img {
  max-width: 100%;
  /*	height:100%;*/
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  vertical-align: bottom;
}

section.home .img {
  width: 100%
}

section.home ul.heroArticle {
  height: 300px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  /*	padding-bottom:20px;*/
}

section ul.cc0 li {
  width: 100%;
  height: 100%;
  margin: 0;
}

section.home .heroArticle .cc1
/* Home big article image column */

  {
  position: relative;
  white-space: normal;
  vertical-align: top;
}

.heroArticle .img {
  height: 100%;
}

.heroArticle .caption
/* Caption inner */

  {
  width: 50%;
  background: rgba(0, 0, 0, .5);
  /*	font-weight:700;*/
  font-size: .95em;
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  white-space: normal;
}

section.home .heroArticle .cc2
/* Home big article text column */

  {
  padding: 0 10px;
  white-space: normal;
  overflow: hidden;
  vertical-align: top;
}

/*section .heroArticle li.hidden{display:none !important;}*/

section.home .heroArticle .cc2 em
/* By */

  {
  color: #999;
  margin-bottom: 0px;
  font-size: 13px;
}

.heroArticle a.abs {
  z-index: 5;
}

.heroArticle li {
  position: relative;
}

.heroArticle li:hover h1 {
  color: #555 !important;
}

.heroArticle li:hover a {
  border: none !important;
}

.heroArticle .readMore {
  right: 0;
  bottom: 0;
  padding: 5px 20px;
  background: #eee;
}

/*.heroArticle .breaking{right:0; bottom:0; padding:5px 20px; background:#DE433D; font-weight:bold; color:#fff; text-transform:uppercase; font-size:1em;}*/

.heroArticle li:hover .readMore {
  background: #ddd;
}

section.home h1,
section.read h1,
section.briefs h1 {
  font-family: bookmania, Georgia, Times, Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 15px;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
}

section.briefs h1 {
  font-size: 3em;
}

section.briefs img.h1 {
  margin-bottom: 20px;
}

@media (max-width:900px) {}

@media (max-width:700px) {
  /*	section.briefs h1{display:none;}*/
  section.briefs img.h1.hidden {
    display: block !important;
  }
  .heroArticle .caption {
    display: none !important;
  }

  section.home .player {
    height: 350px;
    min-height: 0;
  }

  .articleSlider .play_arrow {
    width: 95px;
  }
}

section.home h2 {
  margin: 0;
}



section.home .heroArticle .cc2 p {
  font-size: .9em;
}

section.home .c1 .r2.cc1 {
  padding-right: 340px;
}

section.home .c1 .r2 .ccc1 {
  border-right: 1px solid #999;
  padding: 20px 20px 20px 0;
}

.articleSlider {
  margin: 0;
  padding: 15px 5px 15px 0;
  border-bottom: 1px solid #999;
}

.articleSlider li {
  position: relative;
  width: 25%;
  margin: 0;
  padding: 0 5px 0 0;
  vertical-align: top;
}

.articleSlider li:hover a {
  border: none !important;
}

.articleSlider li:hover em {
  color: rgb(241, 90, 36);
}

.articleSlider em {
  font-family: bookmania, Georgia, Times, Times New Roman, serif;
  padding: 10px 10px 0 0px;
  font-size: .85em;
  font-weight: bold;
}

.coverBox {
  position: relative;
  background: #eee;
  padding: 8px;
  text-align: center;
  margin-bottom: 1em;
}

.homeCurrent .coverBox {
  border-radius: 0 0 6px 6px;
}

.homeCurrent a img {
  display: inline-block;
  border: 1px solid #ddd;
  /*	width:100%;*/
  transition: border .4s;
  -webkit-transition: border .4s;
}

.homeCurrent a:hover img {
  border: 1px solid rgb(241, 90, 36);
}

/*.homeCurrent .btn{width:100%; right:0; bottom:-8px; font-size:1.1em;}*/

/*.homeCurrent .btn i{background-image:url(icon-search-white-24x@2x.png); margin-right:8px;}*/

.homeCurrent .text {
  padding-left: 5px;
}

.homeCurrent p {
  font-size: 1em !important;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.homeCurrent h2 {
  background: #222;
  color: #fff;
  font-size: 1.1em;
  padding: 20px 5px;
  text-align: center;
  letter-spacing: .01px;
  font-family: Georgia, Times, Times New Roman, serif;
}


.homeCurrent h3 {
  background: #ccc;
  color: #222;
  font-size: 1em;
  text-align: center;
  padding: 8px;
  margin: 0;
}

.homeCurrent h4 {
  background: #eee;
  text-transform: none;
  letter-spacing: normal;
  color: #222;
  padding: 8px;
  font-size: 1em;
  font-weight: normal;
  border-radius: 6px 6px 0 0;
  /*	margin-bottom:.3em;*/
  transition: background .4s;
  -webkit-transition: background .4s;
}

.homeCurrent h2 i {
  background-image: url(icon-search-white-24x@2x.png);
  margin-right: 8px;
}

.homeCurrent.mobile {
  border-top: 1px solid #ddd !important;
  padding-top: 20px;
}

/*section .coverBox span
{
	background:rgba(255,255,255,.95); 
	padding:5px 15px;
	border-radius: 3px;
}*/

/*
@media (max-width:1250px)
{
	.current .ipad{width:100%;}
	.ipad img{width:70% !important; margin:0;}
	.current .text{display:none !important;}
}

@media (max-width:850px)
{
	.current p{font-size:.9em !important;}
}
*/

.special {
  margin-bottom: 15px;
  text-align: center;
}

section.home .events li {
  padding: 0;
  margin-bottom: -1px;
}

section.home .events span {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  color: #000;
  border: 1px solid #eee;
  box-shadow: 1px 0 0 #fff;
}

/*section.home .events li.odd span{border-color:#ddd;}*/

section.home .events div {
  padding: 0 10px;
}


section.home .staticMid {
  width: 340px;
  margin-left: -341px;
  border-left: 1px solid #999;
  padding: 19.5px;
  vertical-align: top;
}

h2.recent {
  background: none;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  color: #555;
}

.recentTrans {
  padding: 10px;
  font-size: .8em;
  /*	margin-top:-14px;*/
  letter-spacing: 0;
  background: #eee;
}

.recentTrans p {
  font-family: 'Arial Narrow', Arial, sans-serif;
}

/* New version to replace above (new html is in the offline template _index.html)*/

h2.recent {
  color: #333 !important;
  background: none;
  color: #555;
  margin-top: 25px !important;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
}

.reTrans {}

.reTrans b {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #777;
}

.reTrans ul {
  cursor: default;
}

.reTrans li {
  border: 1px solid #fff;
  width: 100%;
  list-style: none;
  margin: -1px 0 0 0;
  font-size: 13px;
  font-weight: 300;
  background: #809EAD;
}

.reTrans li:hover em {
  background: #ddd;
}

.reTrans li span {
  display: inline-block;
  width: 23%;
  background: #809EAD;
  padding: 7px;
  color: white;
  text-transform: uppercase;
  font-size: 11.5px
}

.reTrans li:first-child span {
  border-radius: 6px 0 0 0;
}

.reTrans li:last-child span {
  border-radius: 0 0 0 6px;
}

.reTrans li em {
  display: inline-block;
  width: 77%;
  text-align: right;
  padding: 7px;
  background: #eee;
}

.reTrans li:first-child {
  border-radius: 6px 12px 0 0;
}

.reTrans li:last-child {
  border-radius: 0 0 12px 6px;
}

.reTrans li:first-child em {
  border-radius: 0 6px 0 0;
}

.reTrans li:last-child em {
  border-radius: 0 0 6px 0;
}



.c.briefs {
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.c.briefs span{
  position:relative;
}

/*
.c.briefs .img
{
	background-size:cover !important;
	background:#eee url() no-repeat center center;
}
*/

section.sub .briefs p {
  border: none;
}

section.sub .briefs p img {
  background: none;
  padding: 0;
  margin: 0;
}

/*
.c.briefs em
{
	padding-left:10px;
	vertical-align: top;
	font-size:.9em;
}
*/

.c.briefs p {
  display: block;
}

.c.briefs em b {
  color: #333;
}

.briefs .simpleList li {
  padding: 0;
  overflow: hidden;
  margin-bottom: 8px;
}

.briefs .simpleList div {
  padding: 0 10px;
  font-weight: bold;
}

.briefs .simpleList a {
  color: #000;
}

.c.recent {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

.c.recent h3 {
  margin-bottom: 0;
}

.c.recent .sc {
  margin-bottom: 10px;
}

.c.recent li a {
  color: #000;
}

.c.recent li span{
  position:relative;
}

.c.recent .img {
  height: auto;
}

.recent .simpleList li {
  padding: 0;
  margin-bottom: 8px;
  overflow: hidden;
}

.recent div {
  padding: 0 10px;
}

.r.events .img {
  background: transparent url(calendar.gif) no-repeat center center;
  background-size: contain;
  height: 70px;
  width: 25%;
  vertical-align: middle;
  text-align: center;
}

.r.events em {
  padding-left: 15px;
}

.r.events .img em {
  padding: 0 0 5px 0;
  font-size: 1.3em;
  font-weight: bold;
}

.r.events h3 {
  margin: 0
}

@media (max-width:700px) {
  .articleSlider li {
    width: 100%;
    margin-bottom: 10px;
  }
  .articleSlider img {
    width: 25% !important;
    vertical-align: top;
  }
  .articleSlider em {
    width: 75% !important;
    padding: 0 0 0 20px
  }
}

/* My Account Page =========================================== */

.sub.myAccount {}

.sub.myAccount .c1-2 {
  background: #eee url(bottom-edge.png) left bottom repeat-x;
  padding: 20px;
  border-left: 10px solid #fff;
  vertical-align: top;
}

.sub.myAccount .subStatus {
  padding: 20px 40px;
  color: #fff;
}

.sub.myAccount .subStatus b {
  display: block;
  font-weight: normal;
  font-size: 1.5em;
  text-align: center;
}

.sub.myAccount .subStatus em {
  display: block;
  font-weight: normal;
  width: 100%;
  font-size: 1em;
  text-align: center;
}

.sub.myAccount .subStatus.red {
  background: #DE433D;
}

.sub.myAccount .subStatus.green {
  background: #5edc6d;
}


.sub.myAccount .inner {
  padding: 10px 0 20px 0;
  text-align: center;
}

.sub.myAccount .inner p {
  text-align: center;
  margin-bottom: 0px;
}

.sub.myAccount .btn {
  padding: 20px !important;
  border-radius: 6px;
}

ul.transactions {
  width: 100%;
  margin: 0;
}

ul.transactions li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  box-sizing: border-box;
  width: 20%;
  margin: 0;
  background: #eee;
  padding: 10px;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #fff;
  font-size: .8em;
  height: 45px;
  font-weight: normal;
  white-space: nowrap;
}

ul.transactions li a {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  color: #49f;
}

ul.transactions.th li {
  font-weight: bold;
}

.paymentHistory {
  margin-top: 40px;
}

@media (max-width:700px) {
  .m700 {
    display: none !important;
  }
  ul.transactions li {
    width: 25%;
  }
}

@media (max-width:520px) {
  .sub.myAccount .cc {
    width: 100%;
  }
}

/* Events Page =========================================== */

.sub.events ul {}

.sub.events li {
  background: #f9f9f9;
  margin: 0 0 1px 0;
  border-top: 1px solid #f9f9f9;
}

.sub.events li em {
  font-size: 18px;
  color: #555;
  text-align: center;
}

.sub.events li h5 {
  color: #777;
  font-size: 18px;
  margin: 0;
}

.sub.events ul.events li div {
  padding: 10px;
}

.sub.events em.alt {
  display: none !important;
}

.sub.events li .w20 {
  text-align: left;
}

.sub.events li .w80 {
  background: #fff;
}

.sub.events li:hover h5 {
  color: #333;
}

@media (max-width:700px) {
  .sub.events {
    padding: 0;
  }

  .sub.events ul.events em {
    display: none !important;
  }
  .sub.events ul.events em.alt {
    display: inline !important;
  }

  .sub.events h1 {
    padding: 10px;
  }

  .sub.events li div {
    padding: 10px 5px !important;
  }
  .sub.events h5 {
    font-size: 16px !important;
  }

  .sub.events li .w20 {
    text-align: center;
  }

}

/* Sub Page Layout =========================================== */

section.sub {
  padding: 2%;
  background: #fff;
}

section.sub p {
  font-size: 1.1em
}

section.sub .c1 {
  padding: 0 20px 0 0;
  border: 0;
  border-right: 1px solid #999;
}

section.sub .recent {
  border: none
}

@media (max-width:1050px) {
  section.sub .c1 {
    border: 0;
  }
  section.sub .c2 .r {
    width: 50% !important;
  }
  section.sub .skyscraper {
    width: 100% !important;
    border: none !important;
  }
}

@media (max-width:700px) {
  section.sub .c2 .r {
    width: 100% !important;
  }
}

/* Gallery Page ================================= */

section.gallery .coverBox {
  padding: 20px;
}

section.gallery em {
  color: #999;
}

/* Current Issue Page ================================= */

section.current .coverBox img {
  border: 1px solid #ddd;
}

section.current h2 {
  background: #333 !important;
  font-size: 1.2em;
  text-align: center;
}

section.current a.s {
  margin: 0;
  padding: 15px 0 !important;
  -webkit-transition: background .6s;
  transition: background .6s;
  margin-bottom: 1em;
}

section.current a.s:hover,
section.current a.s:active {
  background: #809EAD !important;
}

section.current a.view,
section.current a.download {
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 1em;
}

section.current a.view {
  border-right: 1px solid rgba(255, 255, 255, .3) !important;
}

section.current a.download {}

section.current a.view .i {
  background: url(icon-search-white@2x.png) no-repeat;
}

section.current a.download .i {
  background: url(icon-download-white@2x.png) no-repeat;
}

/*section.current .cc1{padding-right:20px;}*/

section.current .cc2 {
  padding-left: 20px;
}

section.current .cc3 {
  margin-top: 30px;
}

section.current.mobile {
  display: none !important
}

section.current ul li,
section.current p {
  font-family: 'Arial Narrow', bookmania, Georgia;
  line-height: 1.2em;
  margin-bottom: 10px;
}

@media (max-width:700px) {
  section.current .cc1,
  section.current .cc2 {
    width: 100%;
    margin-bottom: 1em;
  }

  /*	.current{display:none !important;}*/
  section.current.mobile {
    display: inline-block !important;
  }
}

/*
@media (max-width:500px)
{
	section.current .coverBox{
		height:380px;
	}
}
*/

/* Search Results Page ================================= */

section.search {}

section.search p em {
  color: #777;
  vertical-align: text-top;
}

section.search h5 {
  margin-bottom: 8px;
  padding: 3px;
}

section.search a:hover h5 {
  background: #f9f9f9;
}

section.search h5 em {
  vertical-align: inherit
}

section.search .hero {
  margin-bottom: 40px;
}

section.search .hero .image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 6px 6px 0 0;
}

section.search .hero .info {
  padding: 13px;
  background: #f9f9f9;
  border-radius: 0 0 6px 6px;
  border: 1px solid #ddd;
}

section.search .hero .info p {
  margin-bottom: 0;
  color: #333;
}

/* Read Page ================================= */

section.read .c1 .img {
  /*	height:250px;*/
  margin-bottom: 20px
}

section.read .c1 em {
  font-size: .9em;
  font-weight: normal;
  color: #999;
  margin-bottom: 10px;
}

section.read p img {
  height: initial;
  padding: 10px 10px 10px 10px;
  background: #eee;
  margin: 0 10px 10px 10px;
}

/*section.read p::first-letter{font-size:3em !important; padding-right:3px;}*/

section.read h1 {
  color: #000;
  margin: 10px 0 40px 0;
  font-size: 2.4em
}

section.read .caption {
  background: #f6f6f6;
  margin: -20px 0 20px 0;
  padding: 10px;
  border-radius: 0 0 4px 4px;
}

/* Inline Body-Images which get moved by JS to the corresponding paragraph in the body text */

.inline-image {
  max-width: 70%;
  padding: 5px 5px 0 5px;
  border-radius: 3px;
  margin-bottom: 1em;
  border: 1px solid #eee;
}

section.read .inline-image img {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  background: none;
  border-radius: 3px;
}

section.read .inline-image em {
  padding: 0 5px;
  display: block !important;
  color: #333;
  font-size: .9em;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

p .inline-image.Left {
  margin-right: 1em;
  float: left;
}

p .inline-image.Right {
  margin-left: 1em;
  float: right;
}

.read p {
  cursor: default;
}

.read article p a {
  display: inline-block;
  line-height: inherit;
  color: #e06a42;
  padding: 0px 8px;
  cursor: pointer;
  background: #eee;
  -webkit-transition: all .3s;
  transition: all .3s;
/*  border-radius:1em;*/
  border:1px solid #fff;
}

.read article p a:hover {
/*  background: #ddd;*/
  border-color:#e06a42;
  color: #e06a42;
}

.read .dropcap {
  display: inline-block;
  font-size: 5em !important;
  line-height: .9em;
  float: left;
  padding: 0 .1em 0em 0;
  /*	vertical-align:text-top;*/
  /*	color:#809EAD !important;*/
  font-family: bookmania, Georgia, Times, Times New Roman, serif;
  font-style: normal;
}

.dropcap-word {
  /*	color:#809EAD !important;*/
  font-style: normal;
  /*	line-height: inherit;*/
  vertical-align: middle;
}


@media (max-width:500px) {
  section.read .inline-image {
    max-width: 100%;
    float: none !important;
    display: block !important;
    margin: 1em 0;
    text-align: center;
    border: none;
  }
  section.read .inline-image em {
    text-align: center;
  }

  section.read .c1 p {
    padding: 0 10px;
  }

  section.read h1 {
    font-size: 1.5em;
  }
}

/* LogIn Page =========================================== */

section.login .c1 {
  text-align: center;
}

section.login h1 {
  text-align: center;
}

section.login button {
  width: 100%;
}


section.login input {
  font-size: 1em;
}

section.login .btn2 {
  border: none !important;
}

section.login .create {
  margin-bottom: 20px;
}

section.login fieldset {
  text-align: center;
  margin: 0 auto;
}

section.login .cc1 {
  vertical-align: middle;
  text-align: center;
}

section.login .cc2 {
  vertical-align: middle;
  text-align: center;
}

@media (max-width:500px) {
  section.login .cc1,
  section.login .cc2 {
    width: 100%;
  }
  /*	section.login .cc2 .btn2{width:80%;}*/
}

/* Register Page =========================================== */

section.register fieldset {
  max-width: 600px;
}

section.register form {
  width: 100% !important;
}

/* To override mysterious inline styling getting applied to the form element */

section.register td {
  padding: 5px;
}

/* Subscribe Page =========================================== */

section.subscribe .option {
  background: #eee url(bottom-edge.png) left bottom repeat-x;
  padding: 20px;
  border-bottom: 10px solid #fff;
  margin-bottom: 13px;
}

section.subscribe .option li .i {
  margin-left: -29px;
}

section.subscribe p img {
  max-width: 40%;
  margin: 0 1em 1em 0;
}

section.subscribe .option h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

section.subscribe .option li {
  font-size: .9em;
  list-style: none;
}

section.subscribe .option p {
  font-size: .8em
}

section.subscribe .option .cta {
  text-align: center;
}

section.subscribe .option .sample {
  text-align: center;
}


@media (max-width:700px) {
  section.subscribe p img {
    max-width: 100%;
  }
  section.subscribe .option div {
    width: 100% !important;
  }
  section.subscribe .option .cta {
    text-align: left;
  }
}

/* Subscribe Auth Page =========================================== */

section.auth td {
  padding: 5px;
}

.cartDetails {
  margin-bottom: 40px;
}

.cartDetails h5 {
  background: #ddd;
  padding: 10px;
  text-align: center;
}

.cartDetails ul {
  border-top: 1px solid #bbb;
  margin-bottom: 20px;
}

.cartDetails li {
  border-bottom: 1px solid #bbb;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.cartDetails li.total {
  font-weight: bold;
}

.cartDetails .c2 {
  text-align: right;
  border-left: none;
}

/* Archives Page =========================================== */

section.archives {}

section.archives h2 {
  background: rgb(241, 90, 36);
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 15px 0 10px 0;
  font-weight: normal;
  margin: 20px 0;
}

ul.archives {
  text-align: center;
}

ul.archives li {
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  padding: 8px 13px;
  border: 1px solid #fff;
  background: #f9f9f9;
  -webkit-transition: background .6s;
  /* Safari */
  -webkit-transition: border .6s;
  /* Safari */
  transition: background .6s;
  transition: border .6s;
}

ul.archives li:hover {
  background: #eee;
  border: 1px solid rgb(241, 90, 36);
}

ul.archives li a {
  display: inline-block;
  width: 100%;
}

ul.archives li span {
  display: none;
  width: 100%;
  text-align: right;
  font-size: 1.1em;
  color: #222;
}

ul.archives li em {
  display: inline-block;
  /*	width:100%;*/
  margin: 0 !important;
  vertical-align: middle;
  color: #222 !important;
}

ul.archives li i.i {
  background-image: url(icon-issue-dark@2x.png);
  margin-right: 8px;
}

/* Articles List =========================================== */

ul.articles {}

ul.articles .image{
  position:relative;
}

ul.articles li {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  background: #f9f9f9;
}

.abs {
  position: absolute;
  font-size: .9em;
  font-weight: normal;
}

li a.abs {
  display: block;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: none !important;
  /*	border:1px solid #fff;*/
  -webkit-transition: border .6s;
  /* Safari */
  transition: border .6s;
}

li:hover a.abs {
  border: 1px solid rgb(241, 90, 36);
}

ul.articles .caption {
  z-index:2;
  width: 45%;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  margin: 0;
  font-weight: normal;
}

ul.articles .date {
  display: none;
  top: 0;
  left: 0;
  padding: 8px;
  color: #809EAD;
}

ul.articles .readMore {
  right: 0;
  bottom: 0;
  background: rgb(241, 90, 36);
  color: #fff;
  padding: 5px 10px;
}

ul.articles .categories {
  top: 0;
  right: 0;
}

ul.articles .categories s {
  padding: 5px 10px;
  margin-left: 1px;
}

ul.articles li h3 {
  -webkit-transition: color .6s;
  /* Safari */
  transition: color .6s;
}

ul.articles li:hover h3 {
  color: rgb(241, 90, 36);
}


ul.articles .img {
  height: auto !important;
  border-radius: 0;
  vertical-align: top;
  margin: 0 !important;
}

ul.articles .text {
  padding: 40px 20px 20px 20px;
  vertical-align: top;
}

ul.articles .text p {
  margin: 0;
}

ul.articles h3 {
  margin: 0;
  font-size: 1.6em;
}

ul.articles h5 {
  margin: 0;
  font-size: .9em;
  color: #809EAD;
  margin-top: 10px;
}

@media (max-width:1250px) {
  ul.articles h3 {
    font-size: 1.3em
  }
  ul.articles .text p {
    display: none;
  }
}

@media (max-width:850px) {
  ul.articles h3 {
    font-size: 1.2em;
  }
  ul.articles .image {
    width: 40%
  }
  ul.articles .text {
    width: 60%
  }
  ul.articles .caption {
    display: none;
  }
}

@media (max-width:700px) {
  ul.articles h3 {
    font-size: 1.1em;
  }
  ul.articles .text {
    padding: 30px 10px 10px 10px;
  }
  ul.articles .readMore {
    display: none;
  }

}

@media (max-width:500px) {
  ul.articles li {
    padding-top: 30px;
    margin-bottom: 10px;
  }
  ul.articles h3 {
    font-size: 1em;
  }
  ul.articles li:hover a.abs {
    border: none;
  }
  ul.articles .date {
    display: block;
  }
  ul.articles .text {
    padding: 10px 10px 10px 10px;
  }
  ul.articles h5 {
    display: none
  }
}

/* */

.r.skyscraper {
  text-align: center;
  margin-bottom: 40px;
}

.static .r.skyscraper {
  margin-bottom: 10px;
}

/* Section all pages ====================== */

.midAdContainer{
  margin-bottom:20px;
}

.midAd {
  padding: 0px 0 0 0;
  text-align: center;
  background: #fff;
  margin: 10px 0 0 0;
}

.midAd em {
  color: #999;
  font-size: .7em !important;
  text-transform: uppercase;
}

table {
  margin-bottom: 30px;
}

section input,
section select {
  border: 1px solid #ccc !important;
  border-radius: 3px;
  width: 100%;
  padding: 10px !important;
}

section hr {
  background: #ddd;
  height: 1px;
  margin: 20px 0 15px 0;
}

section .c1 {
  border-right: 1px solid #999;
}

section .c2 {
  border-left: 1px solid #999;
  margin-left: -1px;
  padding: 0 0 10px 10px;
  vertical-align: top;
}

section h2 {
  /*	background:#777 url(angle.png) no-repeat right top;*/
  background: rgb(241, 90, 36);
  ;
  color: #fff;
  font-size: 1.1em;
  padding: 15px 10px;
  font-weight: bold;
  /*	margin-bottom:0;*/
}

section h3 {
  font-size: 1.3em;
  color: #333;
  font-weight: bold;
}

h4 {
  background: #DE433D;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: .9em;
  padding: 5px 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.logoRotatorWrap {
  width: 100%;
  min-height: 95px;
  /*	background:#eee;*/
  border: 1px solid #ddd;
  padding: 10px;
}

.logoRotatorWrap div {
  text-align: center;
}

.logoRotatorWrap .hidden {
  display: none !important
}

.logoRotatorWrap a {
  width: auto;
}


@media (max-width:1250px) {}

@media (max-width:1050px) {
  .r.events {
    border: 0 !important;
  }

  section .c1,
  section .c2 {
    width: 100%;
    border-right: none;
  }

  section .c1 {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  section .c2 {
    padding: 0;
    border-left: 0;
  }

  section .c2 .r {
    width: 50%;
    padding: 0 20px 20px 20px;
    vertical-align: top;
  }

  section .c2 .r:first-child {
    padding-left: 0;
    border-right: 1px solid #999;
  }

  section .c2 .r:last-child {
    padding-right: 0;
    border-left: 1px solid #999;
    margin-left: -1px;
  }

  section .c2 .r:first-child .c:last-child {
    border: 0;
  }
}

@media (max-width:700px) {
  section {
    text-align: center;
  }

  section .r {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section .c.briefs p {
    border: none;
  }

  section .c.briefs p img {
    margin-bottom: 20px;
  }

  section .dynamicMid {
    padding-right: 0 !important;
  }

  section .staticMid {
    width: 100% !important;
    margin-left: 0 !important;
  }

  section .staticMid p {
    text-align: center;
  }

  section .r,
  section .c {
    max-width: 500px;
    border: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  section.home {
    padding: 2%;
  }

  section .heroArticle,
  section.home .c1 {
    text-align: center;
  }

  section .heroArticle {
    height: auto !important;
    white-space: normal !important;
    border-bottom: 1px solid #999 !important;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
  }

  .heroArticle .readMore {
    display: none
  }

  section .heroArticle .cc1 {
    width: 100% !important;
    height:0px;
    margin-bottom: 25px;
  }
  section .heroArticle .cc2 {
    width: 100% !important;
    padding: 0 !important;
  }
  section .heroArticle em {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* FOOTER ========================= */

footer {
  padding: 40px 20px;
  text-align: center;
  background: #fff;
}

footer p {
  text-align: center;
  color: #bbb;
}

footer ul {
  width: 100%;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

footer li {
  margin: 0 0 10px 0;
  text-align: center;
  padding: 10px;
}

footer li a {
  font-weight: normal;
  font-size: 14px;
  color: #777;
}

footer li:hover a {
  color: rgb(241, 90, 36) !important;
}

@media (max-width:700px) {
  footer li {
    background: #f9f9f9;
  }
}


/* OVERARCHING global main MEDIA QUERIES ========================= */

@media (max-width:1050px) {
  body {
    max-width: 1050px
  }
}

@media (max-width:1050px) {
  body {
    max-width: 800px
  }
}

@media (max-width:850px) {
  body {
    max-width: 700px
  }
  .adRow .adAlt_1 {
    display: none
  }
  .adRow .adAlt_2 {
    display: inline-block !important;
  }
  .skyscraper.adAlt_1 {
    display: none !important;
  }
  .skyscraper.adAlt_2 {
    display: inline-block !important;
    margin-top: 20px !important;
  }
}

@media (max-width:500px) {
  .midAd .adAlt_1 {
    display: none !important;
  }
  .midAd .adAlt_2 {
    display: inline-block;
  }
}

/* CLASSES ============================================= */

/* ShareThis */

#atstbx {
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width:700px) {
  #atstbx {
    text-align: center;
  }
}

/* */

div.success {
  background: #7fff7f !important;
}

div.notice {
  background: #ffce00;
  color: #222;
  font-weight: normal;
  border-radius: 0;
  border: none;
  margin-bottom: 1em;
}

div.notice a {
  color: inherit;
  padding: 3px 5px;
  background: rgba(255, 255, 255, .5);
  -webkit-transition: background .6s;
  transition: background .6s;
  /*	-webkit-transition:color .6s;*/
  /*	transition:color .6s;*/
}

div.notice a:hover {
  background: #fff;
  color: #809EAD;
}

.notice,
.error {
  border: 1px solid #f2d41e;
  padding: 20px;
  border-radius: 3px;
}



p {
  margin-bottom: 2.5em
}

.btn {
  border: none !important;
  min-width: 150px !important;
  padding: 10px 20px !important;
  text-align: center;
  color: #fff;
  font-size: 1em;
  margin: 10px 0;
  font-weight: normal;
}

a.btn:hover {
  color: #fff;
}

fieldset {
  /*	border:1px solid #eee;*/
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}

legend {
  font-weight: bold;
}

ul.simpleList {}

ul.simpleList li {
  width: 100%;
  margin: 0;
  padding: 15px 5px;
  color: #555;
  font-size: .9em;
}

ul.simpleList li.odd {
  /*	background:rgba(221,231,236,.5);*/
}

ul.simpleList li a {
  color: #555;
}

ul.simpleList li a:hover {
  color: rgb(241, 90, 36);
}

.w100 {
  width: 100%
}

.w85 {
  width: 85%
}

.w80 {
  width: 80%
}

.w75 {
  width: 75%
}

.w70 {
  width: 70%
}

.w60 {
  width: 60%
}

.w55 {
  width: 55%
}

.w50 {
  width: 50%
}

.w45 {
  width: 45%
}

.w40 {
  width: 40%
}

.w33 {
  width: 33.33%
}

.w30 {
  width: 30%
}

.w25 {
  width: 25%
}

.w20 {
  width: 20%
}

.w15 {
  width: 15%
}

.w10 {
  width: 10%
}

.wG1 {
  width: 38.2%
}

.wG2 {
  width: 61.8%
}

.bg1 {
  background: #809EAD;
}

.bg2 {
  background: #DDE7EC;
}

.bg3 {
  background: rgb(241, 90, 36)
}

/* Orange */

.bg4 {
  background: rgba(0, 0, 0, .8);
}

.bg5 {
  background: #aaa;
}

.txt0 {
  color: white
}

.txt1 {
  color: rgb(241, 90, 36)
}

.ib {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.h100 {
  height: 100%
}

/* Icons */

i.i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
}

i.i.i24 {
  width: 24px;
  height: 24px;
}

i.i.i42 {
  width: 42px;
  height: 42px;
}

i.i.i48 {
  width: 48px;
  height: 48px;
}

i.i.i2x {
  background-size: 100% auto !important;
}

i.i.issue-white {
  background-image: url(icon-issue-light@2x.png)
}

i.i.subscribe-white {
  background-image: url(icon-subscribe-light@2x.png)
}

i.i.search-white {
  background-image: url(icon-search-white-24x@2x.png)
}

i.i.check-green {
  background-image: url(icon-check-green@2x.png)
}

/* Font Classes */

.font\:display-1 {
  font-family: bookmania, Georgia, Times, 'Times New Roman', serif;
  font-weight: 700;
}

.font\:copy-serif-1 {
  font-family: bookmania, Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
}

/*  */


.fG,
.fG * {
  font-family: bookmania, Georgia, Times, Times New Roman, serif !important;
  font-weight: 700;
}

.fAN,
.fAN * {
  font-family: 'Arial Narrow', Arial, sans-serif;
}

.fi,
.fi * {
  font-style: italic
}

/*
	Outer page styles consolidated
	===============================
*/

header,
section,
footer {
  border: 1px solid #eee;
}

header,
section,
footer {
  border-top: none;
  border-bottom: none;
}

@media (max-width:700px) {
  header,
  section,
  footer,
  .adRow {
    border: none;
  }
}

/* End of Article "End Mark" - Injected via JS */

article .end-mark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100%;
  line-height: 24px;
  font-size: 3.8em;
}

/*
	Button 2 Class
	===============================
*/

.btn2 {
  display: inline-block;
  border-radius: 3px;
  transition: box-shadow .3s;
  -webkit-transition: box-shadow .3s;
  padding: 8px 13px;
  cursor: pointer;
  margin: 3px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: inset 0 1em 3px 0 rgba(255, 255, 255, .2);
}

.btn2 em {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: inherit !important;
  margin: 0 !important;
}

.btn2,
.btn2 * {
  font-size: 14px !important;
}

.btn2 i.left {
  margin-right: 8px;
}

.btn2 i.right {
  margin-left: 8px;
}

.btn2.white {
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
}

.btn2.white:hover,
.btn2.white:active {
  box-shadow: inset 0 60px 0 0 rgba(0, 0, 0, .1);
}

.btn2.orange {
  background: rgb(241, 90, 36);
  color: #fff;
}

.btn2.blue {
  background: #809EAD;
  color: #fff;
}

.btn2:hover,
.btn2:focus {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .1);
}

.btn2:active {
  box-shadow: inset 0 .5em 3px 0 rgba(0, 0, 0, .1);
}

/*-------*/

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #809EAD;
}

::selection {
  color: #fff;
  background: #809EAD;
}
