/**** FONTS **********************************************/

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

body {
    font-family: Roboto, 'sans serif';
}

/**** GENERIC **********************************************/

div {
    margin: 0;
}

p {
    margin: 15px 0;
    font-size: 1.2em;
}

li {
    margin: 5px 0;
}

/* Header */
.breadcrumb {
    display: none;
}

/* Columns */
.post-body {
    font-size: 1.2em;
}

.post-meta {
    font-size: 1.2em;
}

/* News Items */
.media {
    font-size: 1.3em;
    padding-bottom: 20px;
}

.media-meta {
    margin: 5px 0;
}

.media-image {
    display: none;
}

.media-tags {
    margin: 5px 0 0;
}

/* Headings */
h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

/* Tables */
table {
    page-break-inside: avoid;
}

.cfct-mod-content > p {
    margin: 5px 0 15px;
}

/* Misc */
#table-of-content,
.post-formats ,
.pagination,
.archive-year,
.see-more,
.amcharts-export-menu,
.amcharts-scrollbar-horizontal,
.amcharts-scrollbar-vertical,
.amcharts-zoom-out-label,
.amcharts-zoom-out-image
{
    display: none;
}

.amchart-print-margin {
    margin: auto;
}

/**** HOME PAGE **********************************************/
/* Main Quote */
.main-quote {
    padding: 0 20%;
    width: 60%;
    text-align: center;
}

/* Indicators */
.indicator {
    text-align: center;
    height: 80px;
}

.indicator .indicator-label,
.indicator .indicator-date {
    font-size: 14px;
}

.indicator .indicator-value {
    font-size: 18px;
}

#policy-indicator,
#cpi-indicator,
#other-cpi-indicators {
    position: absolute;
    top: 80px;
}

body.postid-670 #main-content > .row:nth-of-type(1),
body.postid-672 #main-content > .row:nth-of-type(1) {
    height: 180px;
    position: relative;
}

/* Policy Indicator */
#policy-indicator {
    left: 0;
    width: 25%;
    padding-top: 15px;
}

/* CPI Indicator */
#cpi-indicator {
    left: 0;
    width: 100%;
    padding-top: 15px;
}

/* Other CPI Indicators */
#other-cpi-indicators {
    right: 0;
}

#other-cpi-indicators .indicator {
    font-size: 12px;
    width: 220px;
    position: relative;
}

a:nth-of-type(1) > .indicator-horizontal {
    top: 0;
}

a:nth-of-type(2) > .indicator-horizontal {
    top: -50px;
}

a:nth-of-type(3) > .indicator-horizontal {
    top: -100px;
}

.indicator-horizontal div {
    position: absolute;
    top: 0;
}

.indicator-horizontal .indicator-label {
    text-align: left;
    left: 0;
    margin: 2px 0 0;
}

.indicator-horizontal .indicator-value {
    width: 90%;
    right: 0;
}

.indicator-horizontal .indicator-date {
    text-align: right;
    right: 0;
    margin: 2px 0 0;
}

/* Content Blocks */
.cfct-block {
    margin-bottom: 20px;
}

/* Currency Converter */
.form-horizontal {
    display: none;
}

#hc-results {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding-bottom: 80px;
    font-size: 18px;
}

#homepage-amchart {
    display: inline-block;
    width: 13cm;
}
