@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/**
* All
*/
*:focus {
  outline: none;
}
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/**
* Body
*/
body {
  font-family: 'OpenSansLight', "Helvetica Neue", "Arial", sans-serif;
}
#body {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
/**
* Header
*/
#logoutContainer {
  position: absolute;
  top: 0px;
  width: 100px;
}
#logoutContainer div {
  background-color: #d9d9d9;
  color: white;
  padding: 5px;
  text-align: center;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  font-family: "Helvetica Neue", "Arial";
  font-size: 1.2em;
}
#logoutContainer div:hover {
  cursor: pointer;
}
body #header {
  margin-top: 0;
  padding-top: 20px;
}
#header .left {
  float: left;
  max-width: 337px;
  height: 100px;
}
#header .left div {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
}
#header .left a img{
  cursor: pointer;
}
#header .left img {
  max-width: 100%;
}
#header .right {
  float: left;
  text-align: left;
  font-size: 1.3em;
  height: 100px;
  max-width: 674px;
  margin-left: 70px;
}
#h_regionContainer {
  margin-top: 25px;
}
#h_regionContainer p {
  float: left;
  padding: 10px;
}
.h_region {
  position: relative;
  text-align: left;
  padding: 10px;
  border-top: 1px #e3e3e3 solid ;
  background-color: white;
  z-index: 1;
}
.h_region:hover {
  cursor: pointer;
  background-color: #F2F2F2;
}
.h_region:hover:hover div {
  cursor: pointer;
}
#h_regions {
  position: relative;
  float: left;
  font-family: "Helvetica Neue", "Arial";
  border: 2px #e3e3e3 solid;
  width: 529px;
  z-index: 2;
}
/**
* Middle
*/
#middle {
  margin: 0 auto;
}
#middle .left {
  width: 350px;
  float: left;
}
#middle .right {
  width: 605px;
  float: right;
}
#tw_iframe_archive {
  height: 0;
}
/**
* Latest Newspaper
*/
#latestNewspaper {
  text-align: center;
}
#latestNewspaper p {
  padding: 10px;
  font-size: 1.2em;
  font-weight: 200;
}
#tw_big_read_btn {
  padding-top: 35px;
  width: 70%;
  margin: 0 auto 0 auto;
}
#tw_big_read_btn p {
  color: white;
  background-color: #ff0000;
  padding: 10px;
  font-family: "Helvetica Neue", "Arial";
  font-size: 1.8em;
}
#tw_big_read_btn p:hover {
  cursor: pointer;
}





#tw_viewerSelector {
    width: 70%;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
#tw_viewerSelector .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
#tw_viewerSelector .viewer{
    clear: both;
}
#tw_viewerSelector .icon {
    width: 18px;
    height: 24px;
    float: left;
    margin: 0 10px 10px 2px;
}
#tw_viewerSelector .label {
    float: left;
}
#tw_viewerSelector .replica .icon {
    background: url("../img/paper.png") no-repeat;
}
#tw_viewerSelector .replica.active .icon {
    background-image: url("../img/paper-active.png");
}
#tw_viewerSelector .nextgen .icon {
    background: url("../img/digital.png") no-repeat;
}
#tw_viewerSelector .nextgen.active .icon {
    background-image: url("../img/digital-active.png");
}







#tw_big_image_container {
  padding-top: 100px;
}
#tw_big_image_container img {
  position: relative;
  line-height: 0;
  height: 333px;
  width: 250px;
}
#tw_big_image_container img:hover {
  cursor: pointer;
}
#big_image_shadow_box {
  width: 250px;
  height: auto;
  line-height: 0;
  margin: 0 auto 0 auto;
  -webkit-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
}
/**
* Publications
*/
.publications .contentPackage {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}
.publications .contentPackage .cp_img {
  width: 120px;
  min-height: 160px;
  line-height: 0;
  margin: 0 auto 0 auto;
  opacity: 0.85;
  -webkit-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
}
.publications .contentPackage .cp_img:hover {
  opacity: 1.0;
}
.publications .contentPackage p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.publications .contentPackage:hover img {
  cursor: pointer;
}
.publicationsTitle .available p {
  background-color: transparent;
  color: auto;
  cursor: pointer;
  margin: -1px;
}
.publicationsTitle .available p:hover {
  background-color: #eee;
}

.publicationsTitle .available.active p,
.publicationsTitle .available.active p:hover {
  background-color: #d9d9d9;
  cursor: default;
  color: white;
}

.publicationsTitle div p {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 50px;
}
/**
 * Archive
 */
#archive {
  border: 2px #e3e3e3 solid;
  margin-bottom: 25px;
  -webkit-transition: margin-bottom 1s;
  -moz-transition: margin-bottom 1s;
  transition: margin-bottom 1s;
}
#h_archive {
  border-bottom: 2px #e3e3e3 solid;
  width: inherit;
}
#h_archive div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: inherit;
  height: inherit;
}
#archive .seriesList {
  position: relative;
  overflow: hidden;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#archive .cpList {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s, visibility 1s;
  -moz-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}
#archive .cpList:first-child {
  position: static;
  visibility: visible;
  opacity: 1;
}
#archive .cpList:first-child .contentPackage:first-child {
  display: none;
}
/**
 * PromoSpot
 */
#promoSpot {
  margin: 5px 0 45px;  
}
#promoSpot:empty {
  margin: 0;
}
#promoSpot #h_archive {
  display: none;
}

/**
* Region selection
*/
#regions_startup {
  position: fixed;
  width: 500px;
  height: 300px;
  top: 40%;
  left: 50%;
  margin-top: -150px;
  margin-left: -250px;
  background-color: white;
  z-index: 9100;
  -webkit-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
}
#img_region_container {
  text-align: center;
  margin-top: 10px;
}
#region_info {
  font-size: 1.3em;
  padding: 30px 0px 10px 35px;
}
.s_region {
  display: block;
  text-align: left;
  padding: 10px;
  border-top: 1px #e3e3e3 solid ;
  background-color: white;
  color: inherit;
  text-decoration: none;
}
.s_region:hover {
  cursor: pointer;
  background-color: #F2F2F2;
}
.s_region:hover:hover div {
  cursor: pointer;
}
#s_regions {
  margin-left: 35px;
  font-family: "Helvetica Neue", "Arial";
  border: 2px #e3e3e3 solid;
  width: 350px;
}
#region_done {
  position: absolute;
  margin-top: 15px;
  margin-left: 35px;
  padding: 10px;
  background-color: #ff0000;
  color: white;
  text-align: center;
  width: 100px;
  font-size: 1.2em;
  font-family: "Helvetica Neue", "Arial";
}
#region_done:hover {
  cursor: pointer;
}
.region {
  padding: 2px;
  margin: 10px;
  border: #272121 solid medium;
}
.region p {
  color: #009900;
}


/**
* Login
*/
#login {
  position: fixed;
  width: 400px;
  top: 40%;
  left: 50%;
  margin-top: -210px;
  margin-left: -200px;
  padding-bottom: 25px;
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  z-index: 9100;
  -webkit-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
}
#login_close {
  float: right;
  color: #ff0000;
  text-align: right;
  padding-right: 15px;
  padding-top: 5px;
  font-size: 2.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  cursor: pointer;

}
#login_close p:hover {
  cursor: pointer;
}
#img_login_container {
  width: 80%;
  margin: 0 auto;
}
#img_login_container img {
  width: 100%;
  margin: 40px 0 20px 0;
}
#login_error {
  color: #ff0000;
  width: 80%;
  margin: 5px auto;
  font-family: OpenSansLight, 'Helvetica Neue', Arial, sans-serif;
}
#login_popup #login_error_faq{
  color: #00f;
  text-decoration: underline;
  width: 80%;
  margin: 5px auto;
}
.login_form_el {
  font-size: 1.4em;
  width: 80%;
  margin: 0 auto;
}
.login_form_el.message {
  font-size: 1em;
  margin-bottom: 10px;
  white-space: pre-wrap;
}
.login_form_el.password {
  margin-top: 0;
}
.login_form_input_label {
  display: none;
}
.login_input {
  margin-top: 10px;
  border: 2px solid #e6e6e6;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  padding: 8px;
  color: #000000;
  width: 300px;
}
#login_submit {
  float: left;
  margin-left: 10%;
  padding-top: 20px;
  width: 108px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
#login_submit p {
  color: white;
  background-color: #ff0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
}
#login_submit p:hover {
  cursor: pointer;
}
#login_popup #faq {
  clear: none;
  float: right;
  margin-top: 35px;
  margin-right: 10%;
  color: black;
  text-decoration: underline;
}
#login_popup #faq:hover {
  cursor: pointer;
}
#login_spinner {
  width: 30px;
  height: 30px;
  padding: 33px 0 0 10px;
}
#login_spinner img{
  width: 30px;
  height: 30px;
}
#regular-login .bottom-panel {
  position: relative;
  width: 80%;
  margin: 50px auto 0 auto;
  border-top: 2px solid grey;
  font-family: 'Open Sans', sans-serif;
}
#regular-login .bottom-panel .label {
  margin-top: 20px;
  color: grey;
}
#regular-login .bottom-panel .mediaId-button {
  width: 114px;
  height: 35px;
  margin-top: 10px;
  background-color: #3285C8;
  background-image: url("../img/mediaID-logo.png");
  background-size: 20px;
  background-position: 6px 10px;
  background-repeat: no-repeat;
  border-radius: 4px;
  cursor: pointer;
}
#regular-login .bottom-panel .mediaId-button .text {
  float: right;
  color: #fff;
  font-size: 18px;
  margin-top: 9px;
  margin-right: 6px;
  cursor: pointer;
}
#mediaid-login {
  display: none;
}
#mediaid-login .login_close {
  color: #D71921;
  text-align: right;
  padding-right: 15px;
  padding-top: 5px;
  font-size: 2.2em;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  float: right;
}
#mediaid-login .img_login_container {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#mediaid-login .img_login_container img {
  width: 100%;
  margin: 40px 0 20px 0;
}
#mediaid-login .mediaid-spinner {
  width: 30px;
  height: 30px;
  padding: 33px 0 0 10px;
}
#mediaid-login .mediaid-spinner img{
  width: 30px;
  height: 30px;
}
#mediaid-login .mediaid-error {
  color: #ff0000;
  width: 80%;
  margin: 5px auto;
  font-family: 'Open Sans', sans-serif;
}
#mediaid-login .mediaid-submit {
  height: 44px;
  margin: 20px 10% 0 10%;
  background-color: #3285C8;
  background-image: url("../img/mediaID-logo.png");
  background-size: 26px;
  background-position: 12px 11px;
  background-repeat: no-repeat;
  border-radius: 4px;
  cursor: pointer;
}
#mediaid-login .mediaid-submit .text {
  float: left;
  color: #fff;
  font-size: 22px;
  margin: 11px 0 0 56px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}
#mediaid-login .faq {
  float: right;
  margin: 26px 10% 0 0;
  color: #000;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

/**
* Open reader popup
*/
#open_reader {
  position: fixed;
  width: 600px;
  height: 320px;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -300px;
  background-color: white;
  z-index: 9100;
  text-align: center;
  -webkit-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
}
#open_reader_logo {
    margin-top: 10px;
}
#open_reader_logo img {
  width: 60%;
}
#open_reader_error {
  color: #ff0000;
  margin-top: 10px;
}
#open_reader_ok {
  padding-top: 25px;
  width: 108px;
  margin: 0 auto 0 auto;
  text-align: center;
}
#open_reader_ok p {
  color: white;
  background-color: #ff0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Helvetica Neue", "Arial";
  font-size: 1.4em;
}
#open_reader_ok p:hover {
  cursor: pointer;
}
#open_reader_title {
  font-size: 1.4em;
  margin-top: 35px;
}
#open_reader_spinner {
  margin: 35px auto 0 auto;
  width: 90px;
  height: 90px;
}

#open_reader_spinner img {
  width: 100%;
}

/**
* Overlay
*/
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
  z-index: 9000;
}
/**
* Helpful classes
*/
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.no_border {
  border: none !important;
}
/**
* Fonts
*/
@font-face {
  font-family: 'OpenSansLight';
  src: url('fonts/OpenSansLight/OpenSansLight.eot');
  src: url('fonts/OpenSansLight/OpenSansLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('fonts/OpenSansLight/OpenSansLight.woff') format('woff'), /* Modern Browsers */
   url('fonts/OpenSansLight/OpenSansLight.ttf') format('truetype'), /* Safari, Android, iOS */
   url('fonts/OpenSansLight/OpenSansLight.svg#OpenSansLight') format('svg');/* IE9 Compat Modes */
  /* Legacy iOS */
}
.ftOpenSansLight {
  font-family: 'OpenSansLight', "Helvetica Neue", sans-serif;
}

/**
* Cookie warning
*/
.cookie_warning {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 9999;
  background-color: #656565;
}

#body.showCookieAlert {
  margin-top: 80px;
}

.cookie_warning > .cookie_warning_body {
  max-width: 1024px;
  margin: 0 auto;

  position: relative;
  top: 50%;
  -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
}

.cookie_warning > .cookie_warning_body:after { 
 content: " ";
 display: block; 
 height: 0; 
 clear: both;
}

.cookie_warning .cookie_warning_body_text {
  width: 50%;
  float: left;

  color: #fff;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.3;
}

.cookie_warning .cookie_warning_body_button {
  float: right;
}

.cookie_warning .cookie_warning_body_button > .cookie_warning_confirm_cookie {
  color: #fff;
  font-weight: bold;
  background-color: #c6091f;
  border-width: 0;
  padding: 7px 14px;
}

.cookie_warning a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

/**
 * NewsStandTitles
 */
.newsstand-items {
  margin: 0 0 0 -4px;
  padding-bottom: 10px;
  text-align: center;
}

.newsstand-items .item {
  display: inline-block;
  margin-right: 42px;
  -webkit-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  opacity: 0.85;
}

.newsstand-items .item:hover {
  opacity: 1;
}

.newsstand-items .item:last-child {
  margin-right: 0;  
}

.newsstand-items img {
  cursor: pointer;
}

.newsstand-items .current {
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: .5;
}

.newsstand-items .current:hover {
  opacity: .5;
}

.newsstand-items .current img {
  cursor: default;
}