@font-face {
    font-family: 'HelveticaCondensedBlack';
    src: url('../font/helvetica_condensed_black-webfont.eot');
    src: url('../font/helvetica_condensed_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helvetica_condensed_black-webfont.woff') format('woff'),
         url('../font/helvetica_condensed_black-webfont.ttf') format('truetype'),
         url('../font/helvetica_condensed_black-webfont.svg#HelveticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaCondensed';
    src: url('../font/helvetica_condensed-webfont.eot');
    src: url('../font/helvetica_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helvetica_condensed-webfont.woff') format('woff'),
         url('../font/helvetica_condensed-webfont.ttf') format('truetype'),
         url('../font/helvetica_condensed-webfont.svg#HelveticaCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../font/myriadpro-regular.eot');
    src: url('../font/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/myriadpro-regular.woff') format('woff'),
         url('../font/myriadpro-regular.ttf') format('truetype'),
         url('../font/myriadpro-regular.svg#myriadpro-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.container {
    width: 100%;
}

.container .nav {
    margin-top: 20px;
}

body {
    color: #000;
}

/* font sizes are a bit inconsistant possible - should be 16px throughout for content  with 1.4em line-height */
p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 1em;
}

dl {
    font-size: 16px;
}

dt {
    color: #D6293B;
    line-height: 1.4em;
}

dd {
    line-height: 1.4em;
}


.navbar .nav > li > a {
    border-right: 1px solid #CCC;
}

.navbar .nav > li:last-child > a {
    border-right: none;
}
#header {
    min-height: 200px;
}

#header h1, #header h2, #header h2 small {
    color: #FFF;
    text-shadow: 1px 1px 8px black;
    line-height: 1em;
    font-weight: normal;
    margin-top: 50px;
}

#header h1 {
    font-size: 100px;
    font-family: HelveticaCondensedBlack, Helvetica, Arial;
}

#header h1 span {
    display: block;
    font-size: 0.7em;
    text-transform: uppercase;
}


#header h2 {
    border-bottom: 2px solid #FFF;
    padding: 20px 0;
    text-shadow: 1px 1px 8px black;
}

#header h2 small {
    font-size: 0.7em;
}

#header h3 {
    margin: 1em 0;
    font-style: italic;
}
#header h3, #header h3 a {
    color: #FFF;
    font-weight: normal;
    
}

#top-right-feature {
    padding: 10px 20px;
    background-color: #FFF;
    font-weight: bold;
    box-shadow: 0px 0px 10px #C8C8C8;
}
#top-right-feature img {
    margin-left: 20px;
    width: 50px;
}

#top-right-feature p {
    margin: 5px 0 0 0;
}

#trf-1, #trf-2 {
    font-size: 1.7em;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}

#trf-2 {
    color: #D6293B;
}

.navbar {
    height: 39px;    
    background-color: #FFF;
    background-image: none;
}

.navbar .nav > li > a, .navbar .nav > li > a:hover {
    color: #000;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: MyriadProRegular, "Helvetical Neue", Helvetica, Arial;
    height: 39px;
    line-height: 39px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    color: #D6293B;
    background-color: transparent;
    font-weight: bold;
}

.navbar .brand {
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #C8C8C8;
    margin-right: 10px;
    margin-left: 0;
}

.pull-right .brand {
    margin-right: 0;
}

.first-letter {
    font-size: 40px;
    color: #FFF;
    background-color: #D6293B;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 10px 10px 0;
    float: left;
    font-weight: normal;
}

#content {
    /*box-shadow: 0px 0px 10px #C8C8C8;*/
}

#content h1 {
    font-size: 50px;
    font-family: HelveticaCondensed, Helvetica, Arial;
    font-weight: normal;
    margin-bottom: 20px;
}

#content h2 {
    font-weight: normal;
    margin-bottom: 15px;
    font-family: MyriadProRegular, "Helvetical Neue", Helvetica, Arial;
}

#content li {
    font-size: 16px;
    line-height: 1.4em;
}

.nav-tabs {
    margin-bottom: 0;
}

.nav-tabs li.greyscale-0 > a {
    background-color: #bfbfbf;
}

.nav-tabs li.greyscale-1 > a {
    background-color: #c9c9ca;
}

.nav-tabs li.greyscale-2 > a {
    background-color: #ececec;
}

.nav-tabs li.greyscale-3 > a {
    background-color: #f1f3f2;
}

.nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 15px 25px;
    background-color: #CCC;
    margin-right: 0;
    color: #000;
}

.nav-tabs > li.active > a {
    background-color: #FFF;
}

.form-actions {
    background: none;
    border-top: 0;
    margin-top: 0;
}

#home-content {
    padding: 20px;
    background-color: #FFF;
}
.issue-thumb {
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 20px;
}

.issue-number {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}

.issue-period {
    display: block;
    font-size: 0.8em;
}

.issue-read {
    display: block;
}

/*
#content .block {
    background-image: url(../img/block-bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #FFF;
    border: 1px solid #C8C8C8;
    border-top: 0;
    padding: 20px;
}

#content .block a, #home-content a {
    color: #D6293B;
}
*/
#footer {
    margin-top: 35px;
    text-align: right;
    background-color: #FFF;
    font-size: .8em;
}

#footer p  {
    margin: 20px 0;
}

#footer-logo {
    margin: 20px 0;
}

#footer-logos { 
    margin-top: 135px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 30px;
}
#footer-logos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#footer-logos li {
    display:inline;
}

#footer-logos li a {
    display: inline-block;
    margin: 0 1em;
}

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

#read-links a{
    width: 350px;
    display: block;
}

#read-links .btn {
    line-height: 25px;
    margin-right: 10px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 5px #CCC;
    -moz-box-shadow: 0 0 5px #CCC;
    box-shadow: 0 0 5px #CCC;
}

.ico {
    width: 25px;
    height: 27px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

.ico.ico-desktop { background-image: url(../img/ico/desktop.png); }
.ico.ico-tablet { background-image: url(../img/ico/tablet.png); }
.ico.ico-mobile { background-image: url(../img/ico/mobile.png); }
.ico.ico-ebook { background-image: url(../img/ico/ebook.png); }
.ico.ico-cardfile { background-image: url(../img/ico/cardfile.png); }


#contact-issue {
  -webkit-transform: rotateZ(-5deg);  -webkit-transform-style: preserve-3d;
     -moz-transform: rotateZ(-5deg);     -moz-transform-style: preserve-3d;
      -ms-transform: rotateZ(-5deg);      -ms-transform-style: preserve-3d;
          transform: rotateZ(-5deg);          transform-style: preserve-3d;
             filter: progid:DXImageTransform.Microsoft.Matrix(
                     M11=0.9961946980917455, M12=0.08715574274765817, M21=-0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand');
               zoom: 1;
               
   -webkit-box-shadow: 0 0 10px #000;
   box-shadow: 0 0 10px #000;
   border: 10px solid #FFF;
   position: absolute; 
   right: 50px; 
   top: 100px;
}

#captcha {
    display: inline-block;
    border: 1px solid #CCC;
    text-align: center;
    width: 300px;
    padding: 0 0 15px 0;
}
#captcha p { 
    font-size: 13px;
}
.captcha {
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}

.input-xlarge {
    width: 360px;
}


.icon-arrow-right {
    margin-top: 2px;
}

.list-item {
    margin-left: 10px;
}

