@CHARSET "UTF-8";

@font-face {
    font-family: 'gotham_htfblack';
    src: url('../font/gothamhtf-black-webfont.woff2') format('woff2'),
        url('../font/gothamhtf-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamhtf-boldbold';
    src: url('../font/gothamhtf-bold-webfont.woff2') format('woff2'),
        url('../font/gothamhtf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('../font/gothamhtf-book-webfont.woff2') format('woff2'),
        url('../font/gothamhtf-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htflight';
    src: url('../font/gothamhtf-light-webfont.woff2') format('woff2'),
        url('../font/gothamhtf-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfmedium';
    src: url('../font/gothamhtf-medium-webfont.woff2') format('woff2'),
        url('../font/gothamhtf-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,body{
    margin:0;
    padding:10px;
    max-width:1000px;
    font-size: 16px;
    font-family: 'gotham_htflight';
}

a{
    color: #1D1D1B;
}

a:hover{
    color:#F59942;
    text-decoration: none;
}

p{
    margin: 10px 0px;
    padding:0;
    line-height: 26px;
}

img {border:0px;}
/*br {line-height:0px;}*/

.article-section-name{
    width: 100%;
    float: left;
    padding: 15px 0px;
    border-bottom: 2px solid #1D1D1B;
}

.tag-nav{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.tag-name:first-child{
    padding-left: 0px;
}

.tag-name-heading{
    font-family: 'gothamhtf-boldbold';
    color:#F59942;
}

.tag-name{
    color:#F59942;
    padding: 0px 10px;
    border-right: 3px solid #F59942;
    font-family: 'gothamhtf-boldbold';
}

.tag-name:last-child{
    border:none;
}

b, strong{
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gotham_htfmedium';
}

h1,h2,h3,h4,h5,h6 {
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gothamhtf-boldbold';
    color: #1D1D1B;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

h1{    
    font-size: 32px;
}

h2{    
    font-family: 'gotham_htfblack';
    font-size: 32px;
    color:#F59942;
}

h3{    
    font-size: 26px;
}

h4{    
    font-size: 24px;
}

h5{    
    font-size: 22px;
}

h6{    
    font-size: 20px;
}

table{    
    font-size: 14px;
    line-height: 20px;
}

img{
    margin: auto;
    text-align: center;
}

.flex-caption{
    width: 100%;
    float: left;
    padding: 5px 0px;
    font-size: 12px;
    text-align: right;
}

small.photo-caption{
    font-size: 14px;
    display: inline-block;
    padding: 5px 0px 0px 0px;
    width: 100%;
    text-align: center;
}

.author-member{
    width: 100%;
    float: left;
    margin: 15px 0px;
    padding-bottom: 15px;
    line-height: 24px;
    border-bottom: 1px solid #eeeeee;
}

.author-member .pull-left{
    float: left;
    margin-right: 10px;
}

.issuu-name{
    color: #0D167F;
}

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

.text-right{
    text-align: right;
}

.article-stamp img{
    max-width: 80px;
    float: right;
}