
@font-face {
    font-family:'HeinekenCore-Regular';
    src:url(../fonts/heinekencore2.eot);
    src:url(../fonts/heinekencore2.eot?#sdfjoisdjfoisdf) format('embedded-opentype'),
        url(../fonts/heinekencore2.ttf) format('truetype');
    font-style:normal;
    font-weight:normal;
}
@font-face {
    font-family:'HeinekenCore-Regular';
    src:url(../fonts/heinekencore2-bold.eot);
    src:url(../fonts/heinekencore2-bold.eot?#sdfjoisdjfoisdf) format('embedded-opentype'),
        url(../fonts/heinekencore2-bold.ttf) format('truetype');
    font-style:normal;
    font-weight:bold;
}

* {
    margin:0;
    padding:0;
}

html { background: #fff; }

body {
    font:14px/20px "HeinekenCore-Regular",arial,sans-serif;
    color:#666666;
    -webkit-text-size-adjust:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display:block;
}
time { display:inline; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color:#333;
    font-weight:bold;
    font-family:"HeinekenCore-Regular", arial, sans-serif;
    line-height:1;
    margin:0 0 10px;
}
h1 {
    font-size:26px;
    font-weight:normal;
    font-family:"HeinekenCore-Regular", arial, sans-serif;
}
h2 {
    font-size:16px;
    line-height:20px;
}
h3 {
    font-size:1em;
}
h4 {
    font-size:1em;
}
h5 {
    font-size:1em;
}
h6 {
    font-size:1em;
}

p {
    margin:0 0 14px;
}

.intro  {
    display: block;
    font-size:16px;
    line-height:20px;
    margin-bottom:15px;
}
.footnote {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom:15px;
}

article .small {
    display: block;
    font-size:12px;
    line-height: 16px;
    margin-bottom:15px;
}
article .large {
    display: block;
    font-size:40px;
    line-height:44px;
    margin-bottom:15px;
}
article p + .large { margin-top: -10px; }
article .large + p { margin-top: -10px; }

.date,
.sub {
    display:block;
    font-size:14px;
    color:#999;
    margin:0 0 5px;
}

a {
    color:#608ebe;
    text-decoration:none;
}

ul,
ol  {
    margin:0 0 20px 36px;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:30px 0;
    padding:0;
}

img {
    max-width:100%;
    border:0;
    display:block;
}
.page-content img {
    width:100%;
    height:auto;
    margin:0 0 20px;
}

table {
    border-spacing:0;
    empty-cells:show;
    color:#333;
    width:100%;
    border-left:1px solid #dcdcdc;
}
    th,
    td {
        padding:10px 15px;
        vertical-align:top;
        text-align:left;
        font-weight:normal;
        box-shadow:inset 0 1px 0 #fff;
        border-bottom:1px solid #ccc;
        border-right:1px solid #dcdcdc;
        text-shadow:0 2px 1px #fff;
        background:#f8f8f8;
        background:-moz-linear-gradient(top,  #f8f8f8, #eaeaea);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #eaeaea));
        background:-webkit-linear-gradient(top,  #f8f8f8, #eaeaea);
        background:-ms-linear-gradient(top,  #f8f8f8, #eaeaea);
        background:linear-gradient(to bottom,  #f8f8f8, #eaeaea);
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        box-sizing:border-box;
    }
    th[align=right],
    td[align=right] {
        text-align:right;
    }
    th[align=center],
    td[align=center] {
        text-align:center;
    }
    tr.important td,
    tr.important th {
        font-weight:bold;
        color:#000;
    }
    thead th,
    thead td {
        border-right:1px solid #ccc;
        border-bottom:1px solid #bbb;
        background:#fff;
        background:-moz-linear-gradient(top,  #ffffff, #d3d3d3);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d3d3d3));
        background:-webkit-linear-gradient(top,  #ffffff, #d3d3d3);
        background:-ms-linear-gradient(top,  #ffffff, #d3d3d3);
        background:linear-gradient(to bottom,  #ffffff, #d3d3d3);
    }
    .pagewrap th.right,
    .pagewrap td.right {
        text-align:right;
    }
    th[colspan],
    tr.set th {
        font-weight:bold;
    }
    table tr.set td,
    table tr.set th {
        border-top:6px solid #ddd;
        background:-moz-linear-gradient(top,  #ededed, #ffffff);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
        background:-webkit-linear-gradient(top, #ededed, #ffffff);
        background:-ms-linear-gradient(top, #ededed, #ffffff);
        background:linear-gradient(to bottom, #ededed, #ffffff);
    }
    table thead + tbody tr.set td,
    table thead + tbody tr.set th {
        border-top:0;
    }
    table tr.set td {
        border-right:0;
    }

a,
a:visited {
    text-decoration:underline;
    outline:0;
}

a:active {
    text-decoration:none;
}

.frame {
    margin:0 15px 20px;
}
    .frame iframe {
        display:block;
        margin:0;
        border:0;
        width:100%;
        min-height:400px;
    }

.hide {
    display: none;
}

/* Notes */

.note {
    display:inline-block;
    width:16px;
    height:16px;
    text-indent:-3000em;
    overflow:hidden;
    background:url(../img/note.png);
    cursor:pointer;
    vertical-align:-0.2em;
    text-align:left;
}
.note:hover,
.note:active,
.note:focus {
    background-position:0 -16px;
}

#note-popup {
    padding:25px;
    max-width:326px;
    max-height:500px;
    position:fixed;
    margin:auto;
    left:20px !important;
    top:20px !important;
    right:20px !important;
    bottom:20px !important;
    z-index:39999;
    background:#fff;
    color:#333;
    box-shadow:0 3px 20px rgba(0, 0, 0, 0.4);
    font-size:14px;
    line-height:16px;
    border-radius:10px;
}
    .note-text {
        margin:0 -15px 0 0;
        padding:0 15px 0 0;
        height:100%;
        overflow-x:hidden;
        overflow-y:auto;
        -webkit-overflow-scrolling:touch;
    }
    .note-close {
        width:19px;
        height:19px;
        position:absolute;
        top:2px;
        right:2px;
        overflow:hidden;
        text-indent:-3000em;
        background:url(../img/note-close.png);
        cursor:pointer;
    }

/* Buttons and links */

.btn {
    position:relative;
    overflow:hidden;
    outline:0;
    white-space:nowrap;
    padding:0 7px;
    height:25px;
    display:inline-block;
    border-radius:4px;
    border:1px solid #999;
    font:15px/25px "HeinekenCore-Regular",arial,sans-serif;
    text-decoration:none !important;
    vertical-align:baseline;
    color:#666;
    background:#fcfcfc;
    background:-moz-linear-gradient(top,  #fcfcfc, #d9d9d9);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #d9d9d9));
    background:-webkit-linear-gradient(top,  #fcfcfc 0%, #d9d9d9);
    background:-ms-linear-gradient(top,  #fcfcfc, #d9d9d9);
    background:linear-gradient(to bottom,  #fcfcfc, #d9d9d9);
}
.btn:active {
    text-decoration:none;
    background:#fff;
}
.btn:before {
    content:'';
    position:absolute;
    z-index:1;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
a:active .btn:before,
.btn:active:before {
    box-shadow:inset 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.btn:after {
    content:'';
    position:absolute;
    z-index:0;
    top:0;
    bottom:0;
    background:#77ac05 50% 50% no-repeat;
}
a:active .btn:after,
.btn:active:after {
    background-color:#8bbf1c;
}

.btn.disabled {
    color:#999;
    border-color:#bbb;
    cursor:default;
    background:url(../img/ie/gradient-ver-button.png) repeat-x #d9d9d9;
    background:-moz-linear-gradient(top,  #fcfcfc, #d9d9d9);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #d9d9d9));
    background:-webkit-linear-gradient(top,  #fcfcfc 0%, #d9d9d9);
    background:-ms-linear-gradient(top,  #fcfcfc, #d9d9d9);
    background:linear-gradient(to bottom,  #fcfcfc, #d9d9d9);
}
.btn.disabled:before { display:none; }
.btn.disabled:after {
    background-color:#ccc !important;
}

.btn.btn-more {
    padding-left:34px;
}
.btn.btn-more:after {
    left:0;
    width:27px;
    background-image:url(../img/btn-more.png);
}

.btn.btn-download {
    padding-left:34px;
}
.btn.btn-download:after {
    left:0;
    width:27px;
    background-image:url(../img/btn-download.png);
}

.btn.btn-back {
    padding-left:34px;
}
.btn.btn-back:after {
    left:0;
    width:27px;
    background-image:url(../img/btn-back.png);
}

.btn-big {
    padding:0 30px;
    height:43px;
    display:inline-block;
    border-radius:7px;
    border:0;
    font:normal 22px/43px "HeinekenCore-Regular", arial, sans-serif;
    background:#999;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
    text-decoration:none;
    text-align:center;
}
.btn-big:active {
    background-color:#77ac05;
}

/* Forms */

fieldset {
    border:0;
}
textarea {
    overflow:auto;
    resize: vertical;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor:pointer;
    -webkit-appearance:button;
}

button,
input,
select,
textarea {
    vertical-align:baseline;
    background-clip:padding-box;
}

.field {
    position:relative;
    margin:0 0 10px;
}
.field:after {
    content:'';
    display:table;
    clear:both;
}

label {
    display:inline;
    cursor:pointer;
    font:15px/15px 'HeinekenCore-Regular', sans-serif;
    color:#333;
}

.alert-message {
    margin: 10px 0 20px;
    padding: 15px 15px 15px 80px;
    background-color: #90bb35;
    color: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
}

.alert-message img {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 25px;
}

/* Custom checkboxes, radio controls and select menus */
.checkbox,
.radio {
    display:inline-block;
}
.checkbox {
    background:url(../img/checkbox.png) no-repeat 0 0;
    background-size:16px 64px;
    width:16px;
    height:16px;
}
.radio {
    background:url(../img/radio.png) no-repeat 0 0;
    background-size:16px 64px;
    width:16px;
    height:16px;
}
.checkbox.selected,
.radio.selected {
    background-position:0 -16px;
}
.checkbox.hasfocus,
.radio.hasfocus {
    background-position:0 -32px;
}
.checkbox.selected.hasfocus,
.radio.selected.hasfocus {
    background-position:0 -48px;
}
.cfe_clone.select input,
.cfe_clone.select select {
    position:absolute;
    z-index:3;
    left:0;
    top:0;
    width:100%;
    height:100%;
    cursor:pointer;
}
.cfe_clone.select {
    position:relative;
    padding:0 46px 0 10px;
    max-width:322px;
    width: 100%;
    border-radius:6px;
    border:1px solid #b1b1b1;
    height:37px;
    line-height:37px;
    font-family: "HeinekenCore-Regular",arial,sans-serif;
    font-size: 18px;
    line-height: 34px;
    background-color:#fff;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    text-align: left;
}
.cfe_clone.select:before {
    content:'';
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    box-shadow:inset 0 1px 2px rgba(0,0,0, 0.3);
    border-radius:5px;
}
.cfe_clone.select:after {
    content:'';
    position:absolute;
    z-index:1;
    top:0;
    right:0;
    bottom:0;
    width:37px;
    border-radius:0 2px 2px 0;
    background:url(../img/btn-download.png) #77ac05 50% 50% no-repeat;
}
.cfe_clone.select.hasfocus,
.cfe_clone.select:focus {
    color:#666666;
    background-color:#f3f3f3;
    box-shadow:0 0 6px rgba(120, 184, 0, 0.75);
}
    .cfe_clone.select .cfe_label {
        display:inline-block;
        width:100%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        vertical-align:baseline;
    }

.cfe_clone.select.disabled,
.cfe_clone.select.readonly { }

.cfe_clone.select.small {
    height:27px;
    font:15px/27px 'HeinekenCore-Regular', sans-serif;
    padding-right:35px;
    width:auto;
    background:-moz-linear-gradient(top, #fcfcfc, #d8d9d8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #d8d9d8));
    background:-webkit-linear-gradient(top, #fcfcfc,#d8d9d8);
    background:-ms-linear-gradient(top, #fcfcfc,#d8d9d8);
    background:linear-gradient(to bottom, #fcfcfc,#d8d9d8);
    border-radius:4px;
    border:1px solid #999;
}
.cfe_clone.select.small:before {
    display:none;
}
.cfe_clone.select.small:after {
    border-radius:0 2.5px 2.5px 0;
    width:27px;
}

.outsideform .cfe_clone.select.small {
    width:100%;
}

    select.small option {
        background:#fff ;
    }

/* Text fields */

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
.innovation-form .terms-conditions {
    margin:0;
    padding:0 10px;
    max-width:322px;
    width: 100%;
    border-radius:6px;
    border:1px solid #b1b1b1;
    box-shadow:inset 0 1px 3px rgba(0,0,0, 0.3);
    height:39px;
    line-height:37px;
    background-color:#fff;
    font-family: "HeinekenCore-Regular",arial,sans-serif;
    font-size:18px;
    line-height:18px;
    color:#666;
    appearance:none;
    vertical-align:baseline;
    -webkit-appearance:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
textarea,
.innovation-form .terms-conditions {
    padding:10px;
    height:150px;
    line-height:22px;
}
input[type="text"].prefilled,
input[type="search"].prefilled,
input[type="email"].prefilled,
input[type="password"].prefilled,
input[type="url"].prefilled,
input[type="tel"].prefilled,
input[type="date"].prefilled,
input[type="number"].prefilled,
textarea.prefilled,
.cfe_clone.select.prefilled {
    color:#bbb !important;
}
.cfe_clone.select.small.prefilled {
    color:#999 !important;
}
input[type="search"].error,
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="url"].error,
input[type="date"].error,
input[type="tel"].error,
textarea.error,
.cfe_clone.select.error {
    border:2px solid #ff5533 !important;
}

/* Option lists */

.option-list,
.file-inputs-list {
    list-style:none;
    margin:0;
}
    .option-list > li,
    .file-inputs-list > li {
        position:relative;
        padding-left:24px;
    }
    .file-inputs-list > li {
        margin-bottom: 10px;
        padding-left: 0;
        overflow: hidden;
    }
        .option-list > li > .cfe_clone.radio,
        .option-list > li > .cfe_clone.checkbox {
            position:absolute;
            left:0;
            top: 2px;
        }
.option-list.horizontal {
    margin-top:-8px;
    margin-bottom:-8px;
}
    .option-list.horizontal li {
        display:inline-block;
        margin:8px 10px 8px 0;
    }
        .option-list.horizontal > li > .cfe_clone.radio,
        .option-list.horizontal > li > .cfe_clone.checkbox {
            top:1px;
        }

.option-list .info-message {
    margin: 5px 0 5px -25px;
    padding: 15px 15px 15px 45px;
    background-color: #e2e2e2;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
}

.option-list .info-message img {
    position: absolute;
    top: 15px;
    left: 15px;
}

.file-inputs-list .warning-message {
    padding: 2px 0 0 20px;
    color: #999;
    font-size: 16px;
    display: block;
    float: left;
}

.file-inputs-list .warning-message {
    padding: 2px 0 0;
    color: #999;
    font-size: 16px;
    display: block;
}

/* Form containers */

.form-container {
    margin:0 0 20px;
}
    .form-container h2 {
        color:#fff;
        position:relative;
        text-shadow:0px -1px 1px #000;
        font-size:28px;
        line-height:30px;
        font-weight:normal;
        font-family:"HeinekenCore-Regular", arial, sans-serif;
        margin:0;
        padding:6px 15px;
        background:#77ac05;
    }
    .form-container h2:after {
        content:'';
        position:absolute;
        left:0;
        top:100%;
        z-index:99;
        width:0;
        height:0;
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-top:15px solid #77ac05;
    }
    .form {
        padding:25px 15px 10px;
        font-size:16px;
        line-height:20px;
        background:#fefefe;
        background:-moz-linear-gradient(top, #fefefe, #e8e7e7);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e8e7e7));
        background:-webkit-linear-gradient(top, #fefefe,#e8e7e7);
        background:-ms-linear-gradient(top, #fefefe,#e8e7e7);
        background:linear-gradient(to bottom, #fefefe,#e8e7e7);
    }
    .subscription .form {
        padding-top: 0;
    }
    .form-container .inner h2 {
        margin: 0 -15px 25px;
    }
        .form input[type="text"],
        .form input[type="email"],
        .form input[type="tel"],
        .form input[type="date"],
        .form .cfe_clone.select,
        .form textarea {
            width:100%;
            max-width: none;
        }
        .form .btn-big {
            float:right;
        }

/* Innovation form module */

.innovation-form .form-actions li {
    list-style: none;
}

.innovation-form .form-actions li.btn-link,
.innovation-form .form-actions li .btn-big{
    float: left;
}

.innovation-form .form-actions li.btn-link a {
    margin-top: 10px;
    padding-right: 40px;
    color:#77ac05;
    text-decoration: none;
    font-size: 20px;
    float: right;
}

.innovation-form .form-actions li.btn-next{
    float: right;
}

.innovation-form .confirmation-data {
    margin: 0 0 20px;
    overflow: hidden;
}

.innovation-form .confirmation-data li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.innovation-form .confirmation-data span {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
}

.innovation-form .confirmation-data .label {
    color: #999;
}

.innovation-form .confirmation-data .data {
    color: #333;
}

.innovation-form .terms-conditions {
    width: 100%;
    overflow: auto;
    background-color: #ccc;
    color: #666;
}

.innovation-form .field  .explanational-text {
	font-size: 14px;
}

/* form-steps */

.form-steps {
    display: none;
}

.step-title h3 {
    position:relative;
    color:#fff;
    text-shadow:0px -1px 1px #000;
    font-size:28px;
    line-height:30px;
    font-weight:normal;
    font-family:"HeinekenCore-Regular", arial, sans-serif;
    margin:0 -15px 0;
    padding:6px 48px 6px 15px;
    display:block;
    background:#ccc;
    background:-moz-linear-gradient(top, #cccccc, #9a9a9a);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #9a9a9a));
    background:-webkit-linear-gradient(top, #cccccc, #9a9a9a);
    background:-ms-linear-gradient(top, #cccccc, #9a9a9a);
    background:linear-gradient(to bottom, #cccccc, #9a9a9a);
    border-bottom:1px solid #fff;
    box-shadow:none;
    border-radius:0;
    outline:0;
}

.step-title.active h3 {
    margin-bottom: 30px;
    padding-right: 15px;
    background:none #77ac05;
}

.step-title.completed h3{
    padding-right: 15px;
    background:none #999;
}

.step-title.active h3:after {
    content:'';
    position:absolute;
    left:0;
    top:100%;
    z-index:99;
    width:0;
    height:0;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #77ac05;
}


/* Other form related */

.clear { display:none !important; }

.errors {
    margin:10px 0;
    min-height:44px;
    border:2px solid #ff5533;
    background:url(../img/error.png) 14px 13px no-repeat #ffd5cc;
    padding:10px 10px 10px 68px;
    color:#333;
    border-radius:6px;
    font:14px/18px "HeinekenCore-Regular",arial,sans-serif;    
}
    .errors ul {
        margin:0 0 0 1.4em;
    }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display:none;
}

.captcha-image {
    margin:0 0 10px;
}
    .captcha-image img {
        display:block;
        background:#fff;
        width:100% !important;
        max-width:200px !important;
        height:auto !important;
        margin:0 auto;
        border:1px solid #666
    }

.block {
    display:block;
    border:1px solid #d5d5d5;
    border-radius:2px;
    box-shadow:0 1px 2px -1px rgba(0,0,0,.5);
    background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
    background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
}
.block:after {
    content:'';
    display:table;
    clear:both;
}

/* Page content */

.page-content {
    margin:0 0 20px;
    clear:both;
}
.page-content:after {
    content:'';
    display:table;
    clear:both;
}

.page-title {
    position:relative;
    z-index:100;
    clear:both;
    margin:0 0 10px 0;
}

.page-title + section { margin-top: 30px; }

article {
    padding:0 15px;
}
.collapse-content article {
    margin-top: 15px;
}
    article .page-title {
        position:relative;
        z-index:100;
        margin:0 -15px 30px;
    }
    .page-title:after,
    h2.centered:after {
        content:'';
        position:absolute;
        left:0;
        top:100%;
        z-index:99;
        width:0;
        height:0;
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-top:15px solid #77ac05;
    }
        .page-title h1,
        h2.centered {
            color:#fff;
            text-shadow:0px -1px 1px #000;
            font-size:28px;
            line-height:30px;
            margin:0;
            padding:6px 15px;
            display:block;
            background-color:#77ac05;
            font-weight:normal;
        }
        h2.centered {
            margin:10px 0 -2px;
            position: relative;
            z-index:1;
        }
    /*.page-image { display:none; }*/

.biographies .page-image {
    display:block;
}
.biographies .page-image img {
    width: auto;
}

.age-check-message {
    background: #c2e6ea;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 20px 40px;
    clear:both;
}
.age-check-message p {
    margin: 0 0 18px;
}

/* Header */

#header {
    margin:0 0 20px;
    position:relative;
    z-index:999;
}
    #header .logo {
        display:block;
        background:url(../img/logo_heineken.png);
        background-size:100%;
        width:210px;
        height:50px;
        margin:8px auto 22px;
    }
    #header .logo img {
        display: none;
    }

/* Header: navigation */

#header nav {
    display:block;
    position:relative;
    background:#1f5427;
}
    #header ul {
        margin:0;
        list-style:none;
    }
    #header nav > ul.mainnav {
        background:#2561a5;
        font:13px/18px "HeinekenCore-Regular",arial,sans-serif;
    }

#header nav #toggle {
    display:block;
    margin:0 45px 0 0;
    padding:0 15px;
    outline:0;
    position:relative;
    z-index:200;
    font-size:16px;
    line-height:45px;
    height:45px;
    font-family:'HeinekenCore-Regular', sans-serif;
    font-weight:bold;
    color:#ffffff;
    border-bottom:1px solid #fff;
    text-shadow:0 -2px 1px #1a4473;
    text-decoration:none;
    background:#1f5427;
    background:-moz-linear-gradient(top, #398244 0%, #299239 45%, #1f5427 55%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #398244), color-stop(45%, #299239), color-stop(55%, #1f5427));
    background:-webkit-linear-gradient(top, #398244 0%, #299239 45%, #1f5427 55%);
    background:-ms-linear-gradient(top, #398244 0%, #299239 45%, #1f5427 55%);
    background:linear-gradient(to bottom, #398244 0%, #299239 45%, #1f5427 55%);
}
#header nav.opennav #toggle {
    border-bottom-color:#1f5427;
}
#header nav #toggle:after {
    content:'';
    position:absolute;
    top:50%;
    margin:-9px 0 0;
    right:12px;
    width:19px;
    height:19px;
    background:url(../img/mobile/arrow_nav.png) 0 -19px;
}
#header nav.opennav #toggle:after {
    background-position:0 0;
}

#header nav .navigation {
    height:0;
    overflow:hidden !important;
}
#header nav ul.mainnav {
    position:relative;
    z-index:600;
    padding:10px 15px;
}
    #header nav ul.mainnav li {
        margin:0 0 1px;
        display:block;
    }
    #header nav ul.mainnav li.parent {
        font-weight:bold;
        text-align:center;
    }
        #header nav ul.mainnav li a {
            display:block;
            background-color:#fff;
            border:2px solid #fff;
            border-radius:5px;
            padding:9px 8px;
            color:#666;
            text-decoration:none;
        }
        #header nav ul.mainnav li a:active {
            background-color:#ccc;
        }
        #header nav ul.mainnav li.active > a {
            background-color:#163b1b;
            border-color:#163b1b;
            color:#fff;
        }
        #header nav ul.mainnav li.hassub > a {
            background-image:url(../img/arrow_hassub.png);
            background-repeat:no-repeat;
            background-position:100% 50%;
        }
        #header nav ul.mainnav li.hassub.active > a {
            background-image:url(../img/arrow_hassub-active.png);
        }
        #header nav ul.mainnav .flyout li.parent a {
            color:#777;
            background-color:#e3e3e3;
            border-color:#fff;
        }
        #header nav ul.mainnav .flyout li.parent + li.parent a {
            background-color:#ececec;
        }

/* Header: navigation submenus */

#header nav .flyout,
#header nav .subnav {
    display:block !important;
    background:#1f5427;
    position:absolute;
    top:0 !important;
    padding:10px 0;
    left:100%;
    width:100%;
    opacity:1 !important;
}
#header nav li.showflyout .flyout {
    left:0;
}
#header nav li.showsubnav .subnav {
    left:0;
}
    #header nav .flyout > ul,
    #header nav .subnav > ul {
        padding:0 15px;
    }

#header nav a.return {
    background:url(../img/nav-return.png) 50% 50% no-repeat #fff;
    height:1.5em;
    margin:0 15px;
}
#header nav a.return:active {
    background-color:#ccc;
}

/* Header: metalinks */

#header nav ul.metalinks {
    overflow:hidden;
    margin:0 15px;
    padding:0 0 15px;
}
    #header nav ul.metalinks li {
        float:right;
    }
    #header nav ul.metalinks li:first-child {
        float:left;
    }

/* Header: search */

#header nav #searchbtn {
    background:#1f5427;
    background:-moz-linear-gradient(top, #398244 0%, #299239 45%, #1f5427 55%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #398244), color-stop(45%, #299239), color-stop(55%, #1f5427));
    background:-webkit-linear-gradient(top, #398244 0%, #299239 45%, #1f5427 55%);
    background:-ms-linear-gradient(top, #398244 0%, #299239 45%, #1f5427 55%);
    background:linear-gradient(to bottom, #398244 0%, #299239 45%, #1f5427 55%);
    position:absolute;
    top:0;
    right:0;
    display:block;
    left:auto;
    border-left:1px solid #ffffff;
    border-bottom:1px solid #fff;
    width:45px;
    height:45px;
    z-index:300;
    outline:0;
    text-indent:-9999px;
}
#header nav.opensearch #searchbtn {
    border-bottom-color:#1f5427;
}
#header nav #searchbtn:after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:url(../img/icon_search.png) no-repeat 50% 50%;
}
#header nav .searchform {
    padding:0 15px;
    position:relative;
    overflow:hidden;
    height:0;
}
    #header nav .searchform fieldset {
        padding:10px 0;
    }
        #header nav .searchform input[type="search"],
        #header nav .searchform input[type="text"] {
            padding:4px 10px 4px 10px;
            height:29px;
            width:100%;
            position:relative;
            z-index:100;
            border-radius:20px;
        }
        #header nav .searchform .searchfield { display:none; }
        #header nav .searchform .clear { display:none; }

#predictiveSearchResults {
    display: none;
    position:absolute;
    right: 0;
    left: 0;
    top: 100%;
    z-index:1;
    background: #fff;
    font-size: 18px;
    line-height: 28px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    padding: 1px 0 0;
}
#predictiveSearchResults:after {
	content:'';
	position:absolute;
	left:50%;
	bottom:100%;
	z-index:99;
	width:0;
	height:0;
    margin: 0 0 0 -4px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff;
}
    #predictiveSearchResults ol {
	    margin: 0;
	    list-style: none;
    }
        #predictiveSearchResults li {
	        display:block;
        }
            #predictiveSearchResults a {
	            text-decoration:none;
	            display:block;
	            padding: 3px 15px 6px;
                font-weight: normal;
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            #predictiveSearchResults a:hover,
            #predictiveSearchResults a:focus {
                color: #000;
                background: #eee;
            }

/* Footer */

footer #connect .col {
    padding:15px;
    border-top:2px solid #dcdcdc;
    background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
    background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
}
    footer .social {
        text-align:center;
    }
    footer a.logo {
        display:block;
        height:89px;
        overflow:hidden;
        margin:-15px;
        position:relative;
    }
        footer a.logo img {
            position:absolute;
            margin:auto;
            left:0;
            right:0;
            top:0;
            bottom:0;
            max-width:100%;
            max-height:100%;
        }
    footer .cfe_clone.select.small {
        width:100%;
        margin:7px 0;
    }
    footer .copy {
        font-size:11px;
        margin:5px 15px;
        color:#666;
    }

/* Footer sitemap */

footer #sitemap {
    font-size:16px;
    line-height:25px;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:none transparent;
}
    footer #sitemap .colcontainer {
        padding:15px 15px 1px;
        border-top:2px solid #dcdcdc;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
        background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -ms-column-count: 2;
        -ms-column-gap: 40px;
        column-count: 2;
        column-gap: 40px;
    }
    footer #sitemap nav {
        margin:0 0 20px;
        -webkit-column-break-inside:avoid;
        -moz-column-break-inside:avoid;
        -ms-column-break-inside:avoid;
        column-break-inside:avoid;
    }
        footer #sitemap h4 {
            color:#77ac05;
            margin:0 0 5px;
            /*font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;*/
            font-size:18px;
            font-weight:bold;

        }
        footer #sitemap ol {
            margin:0;
            list-style:none;
        }
            footer #sitemap li a {
                color:#3b3b3b;
                text-decoration:none;
            }
            footer #sitemap li li {
                margin-left:6px;
            }
                footer #sitemap li li a {
                    color:#999999;
                }


/* Teasers */

.teasers {
    margin:0 0 20px;
}
    .teaser {
        position:relative;
        margin:0 15px 10px;
        padding:15px;
        font-size:18px;
        line-height:20px;
        color:#999;
    }
    .teaser.promotion {
        text-align:center;
        background:#fefefe;
        background:-moz-linear-gradient(top, #ececec, #fefefe);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #fefefe));
        background:-webkit-linear-gradient(top, #ececec,#fefefe);
        background:-ms-linear-gradient(top, #ececec,#fefefe);
        background:linear-gradient(to bottom, #ececec,#fefefe);
    }
        .teaser > a {
            text-decoration:none;
            color:#666;
            display:block;
            margin:-15px;
            padding:15px 15px 38px;
        }
            .teaser.promotion img {
                margin:0 auto;
            }
            .teaser .actions {
                padding:0 0 10px;
                text-align:center;
                position:absolute;
                bottom:0;
                left:0;
                right:0;
            }
            .teaser h3 {
                color:#999;
                font-size:24px;
                font-family:'HeinekenCore-Regular', sans-serif;
                font-weight:normal;
            }
            .teaser.stockinfo ul {
                margin:0;
                list-style:none;
            }
                .teaser.stockinfo li {
                    font:54px/1 'HeinekenCore-Regular', sans-serif;
                    color:#008200;
                    text-align:right;
                    padding:10px 0;
                }
                .teaser.stockinfo li:first-child {
                    border-bottom:1px solid #cccccc;
                    box-shadow:0px 1px 0px #ffffff;
                    padding-top:0;
                }
                    .teaser.stockinfo h3 {
                        margin:0 0 3px;
                        text-align:left;
                    }
                    .teaser.stockinfo .rise,
                    .teaser.stockinfo .fall,
                    .teaser.stockinfo .unchanged {
                        background:url(../img/spr_arrows.png) no-repeat;
                        display:block;
                        height:23px;
                        margin-top:-12px;
                        padding:0 0 0 35px;
                        font-size:28px;
                        line-height:23px;
                        text-align:right;
                        color:#92b845;
                    }
                    .teaser.stockinfo .fall {
                        background-position:0 -412px;
                    }
                    .teaser.stockinfo .rise {
                        background-position:0 -435px;
                    }
                    .teaser.stockinfo .unchanged {
                        background-position:0 -458px;
                    }
                        .teaser.stockinfo .absolute,
                        .teaser.stockinfo .relative {
                            display:block;
                        }
                        .teaser.stockinfo .relative {
                            margin-top:17px;
                        }
.teaser.get-involved {
}
    .teaser.get-involved h3 {
        border-bottom:1px solid #ccc;
        overflow:hidden;
        height:34px;
        margin-top:-7px;
        padding:0 0 4px;
        text-indent:-3000em;
        text-align:left;
        white-space:nowrap;
        background:url(../img/get-involved.png) no-repeat;
    }

/* Masthead */

.masthead {
    margin:-19px 0 20px;
}
    .masthead-media {
        position:relative;
        z-index:10;
    }
    .masthead-info {
        display:block;
        position:relative;
        z-index:99;
        text-decoration:none;
        padding:15px;
        background:#808080 50% 50%;
        font-size:26px;
        line-height:1.1;
        text-shadow:0 -1px 1px #000;
        color:#fff;
    }
    .masthead-image .masthead-info {
        background-color: #77AC05;
    }
        .masthead-info > div {
            position:static !important;
        }
            .masthead-info h2 {
                font-size:inherit;
                line-height:inherit;
                font-weight:normal;
                color:inherit;
                margin:0;
            }
            .masthead-info p {
                margin:0;
            }
            .masthead-info h2:after {
                position:absolute;
                bottom:100%;
                margin:0 0 0 -18px;
                left:50%;
                width:0;
                height:0;
                z-index:999;
                content:'';
                border-left:18px solid transparent;
                border-right:18px solid transparent;
                border-bottom:18px solid #808080;
            }
            .masthead-image .masthead-info h2:after {
                border-bottom-color: #77AC05;
            }
            .masthead-info img {
                width:auto;
                max-width:100%;
                height:auto;
                margin:0 auto !important;
                position:static !important;
            }
            .masthead.masthead-image .image {
                overflow:hidden;
                position:relative;
            }
                .masthead.masthead-image img {
                }
            @media only screen and (max-width: 479px) {
                .masthead.masthead-image .image {
                    height:auto;
                    padding:0 0 79.69%;
                }
                    .masthead.masthead-image img {
                        position:absolute;
                        top:0;
                        right:0;
                        max-width:none;
                        max-height:100%;
                    }
            }
/* Masthead slideshow */
.masthead-carousel .flex-control-paging li a.flex-active,
.masthead-carousel .flex-control-paging li a:active {
    background-color: #2a6ebb !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
/* Event masthead */
.masthead.event .masthead-info {
    padding-top: 95px;
    color: #fff;
	background:-moz-linear-gradient(top, #348deb, #1b60ab);
	background:-webkit-gradient(top, #348deb,#1b60ab);
	background:-webkit-linear-gradient(top, #348deb,#1b60ab);
	background:-ms-linear-gradient(top, #348deb,#1b60ab);
	background:linear-gradient(to bottom, #348deb,#1b60ab);
}
    .masthead.event .masthead-info a { text-decoration: none; }
    .masthead.event .masthead-info > a {
        display: block;
        margin-bottom: 10px;
    }
    .masthead.event .masthead-info h2 {
        color: #fff;
    }
    .masthead.event time {
        text-shadow: none;
        height:54px;
        background-position:-126px 0;
    }
        .masthead.event .event-day,
        .masthead.event .event-month {
            color:#2a6ebb !important;
        }
        .masthead.event .event-year { display: none; }
    .masthead.event a.more {
        color: #fff;
        font-size: 14px;
        text-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
        letter-spacing: 0.01em;
        margin: 0;
    }
    .masthead.event a.more:after, 
    .masthead.event a.more .arrow {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        background: url("../img/more.png") no-repeat scroll 50% 50% / 100% 100% #77ac05;
        content: "";
        display: inline-block;
        height: 1em;
        margin: 0 0 0 0.3em;
        vertical-align: -0.15em;
        width: 1em;
    }

/* Various headings */

.listing-x h2,
.listing h2,
.table-data-container h2,
.calendar h2,
.contact h2,
.contact-map h2,
.revenue-items .brands h4,
.regional-info .markets h4,
.market-information h2,
.market-information h3,
.webcasts h2,
.listing-table h2 {
    color:#fff;
    position:relative;
    text-shadow:0px -1px 1px #000;
    font-size:26px;
    line-height:30px;
    font-weight:normal;
    font-family:"HeinekenCore-Regular", arial, sans-serif;
    margin:0;
    padding:6px 15px;
    background:#77ac05;
}
.listing-x h2:after,
.listing h2:after,
.table-data-container h2:after,
.calendar h2:after,
.contact h2:after,
.contact-map h2:after,
.revenue-items .brands h4:after,
.regional-info .markets h4:after,
.market-information h2:after,
.market-information h3:after,
.webcasts h2:after,
.listing-table h2:after {
    content:'';
    position:absolute;
    left:0;
    top:100%;
    z-index:99;
    width:0;
    height:0;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #77ac05;
}

.listing .list > h2 {
    font-size:26px;
    line-height:30px;
    font-weight:normal;
    font-family:"HeinekenCore-Regular", arial, sans-serif;
    margin:0;
    color:#333;
    text-shadow:none;
    padding:6px 15px;
    border-top: 2px solid #dcdcdc;
    background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
    background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
}
.listing .list > h2:after {
    display:none;
}

/* listing subtitle*/
.listing .subtitle {
    display: block;
    font-size: 18px;
    color: #000;
    margin:0 0 10px;
}

/* Listings (listing, listing-x, calendar, contact, contact-list, regional info) */

.listing-x,
.listing {
    margin:0 0 20px;
}
    .listing-x ol,
    .listing-x ul,
    .listing ol,
    .listing ul,
    .calendar ol,
    .contact ul,
    .contact-list ol,
    .revenue-items > ul,
    .regional-info .markets ol,
    .social-hub > ul,
    .webcasts > ul {
        list-style:none;
        margin:0;
        font-size:14px;
        line-height:18px;
    }
    ul.new-teasers {
        list-style:none;
        margin:0;
        font-size:16px;
        line-height:20px;
    }
        .listing-x li,
        .listing li,
        .calendar li,
        .contact li,
        .contact .contact-leader,
        .contact-list li,
        .revenue-items > ul li,
        .regional-info .markets li,
        .download-center #highlighted ul li,
        .social-hub > ul > li,
        .webcasts > ul > li,
        ul.new-teasers > li {
            overflow:hidden;
            display:block;
            position:relative;
            padding:15px;
            margin:0 0 -2px;
            border-top:2px solid #dcdcdc;
            border-bottom:2px solid #dcdcdc;
            background:#fcfcfc;
            background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
            background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
        }
        .listing-x li,
        ul.new-teasers > li {
            padding-left:115px;
        }
        .listing li {
            padding-right:105px;
        }
            .listing-x li > a,
            .listing li > a,
            .calendar li > a,
            .regional-info .markets li a,
            .regional-info .markets p a.more,
            .webcasts > ul > li > a,
            ul.new-teasers > li > a {
                color:#666;
                text-decoration:none;
                display:block;
                outline:0;
                margin:-15px;
                padding:15px 35px 15px 15px;
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat;
            }
            ul.new-teasers > li > a { background-image: none; }
            ul.new-teasers .media-container {
                float:left;
                width:85px;
                margin:3px 0 0 -100px;
            }
                ul.new-teasers .media-player {
                    padding-bottom:65.2%;
                }
            .listing-x li:after,
            .listing-x li > a:after,
            .listing li:after,
            .listing li > a:after,
            .calendar li > a:after {
                content:'';
                display:table;
                clear:both;
            }
            .listing-x li > a {
                margin-left:-115px;
                padding-left:115px;
            }
            .listing li > a {
                margin-right:-105px;
                padding-right:105px;
                min-height:54px;
            }
            .listing-x li > a:active,
            .listing li > a:active,
            .calendar li > a:active,
            .regional-info .markets li a:active,
            .regional-info .markets p a.more:active {
                background-image:url(../img/mobile/listing-x-hover.png);
                background-color:#999;
                color:#fff !important;
            }
                .listing-x li > a:active *,
                .listing li > a:active *,
                .calendar li > a:active *,
                .regional-info .markets li a:active * {
                    color:#fff !important;
                }
                .listing-x li .imgcontainer {
                    position:relative;
                    float:left;
                    margin:5px 0 0 -100px;
                    width:88px;
                    height:57px;
                    overflow:hidden;
                }
                .listing li .imgcontainer {
                    position:absolute;
                    right:20px;
                    top:50%;
                    margin:-27px 0 0;
                    width:54px;
                    height:54px;
                    overflow:hidden;
                }
                    .listing-x li .imgcontainer img,
                    .listing li .imgcontainer img {
                        width:100%;
                        height:auto;
                    }
                .listing-x li h3,
                .listing-x-boxes li .more {
                    font-size: 18px;
                    line-height:22px;
                    font-family:"HeinekenCore-Regular", arial, sans-serif;
                    font-weight:normal;
                    margin:0 0 5px;
                }
                .listing li h3 {
                    font-size:16px;
                    color:#333;
                    line-height:20px;
                    /*font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;*/
                    font-weight:normal;
                    margin:0 0 5px;
                }
                .listing-x li p,
                .listing li p {
                    margin:0;
                }
                .listing-x li p {
                    font-size: 14px;
                    line-height: 18px;
                }
/* new mediagallery */
.listing-x.new-mediagallery li .imgcontainer {
    margin-top: 0;
}
.listing-x.new-mediagallery.videos li .imgcontainer {
    height: 50px;
}
.listing-x.new-mediagallery.images li .imgcontainer {
    height: 88px;
    background-color: #e0e0e0;
}
    .listing-x.new-mediagallery.images li .imgcontainer img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
.listing-x.new-mediagallery .inner { 
    display: table;
    width: 100%;
}
    .listing-x.new-mediagallery .inner .more { 
        display: table-cell;
        vertical-align: middle;
    }
    .listing-x.new-mediagallery.videos .inner .more { 
        height: 50px;
    }
    .listing-x.new-mediagallery.images .inner .more { 
        height: 88px;
    }

.calendar h3 {
    font-size: 1.2em;
    margin: 0;
    padding:15px;
    border-top:2px solid #dcdcdc;
    background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
    background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
}

/* New media detail */

.mediadetail {
    margin: 0 0 25px;
    position: relative;
    z-index: 10;
}
.page-title + .mediadetail {
    margin-top: -10px;
}
    .mediadetail .media-container { position: relative; }
        .mediadetail.image .media-container .media-player { 
            padding: 0;
            background: #f6f6f6;
            border-bottom: 1px solid #ddd;
        }
            .mediadetail.image .media-container .media-player > img { 
                position: static !important; 
                width: auto !important;
                max-width: 100%;
                margin: 0 auto;
            }
    .mediadetail .media-info {
        margin: 0;
        padding: 15px 15px 0;
    }

/* Table listings */

.listing-table h3 {
    margin: 0;
    padding: 10px 15px;
    color: #bbb;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
}
.listing-table table {
    border:0;
    display: block;
    color:#a7a7a7;
}
    .listing-table thead,
    .listing-table tbody {
        display: block;
    }
    .listing-table tr {
        display: block;
        margin: -1px 0 0;
        padding: 15px;
        border-top:1px solid #e5e5e5;
        border-bottom:1px solid #e5e5e5;
    }
    .listing-table th,
    .listing-table td {
        border:0;
        background:transparent;
        box-shadow:none;
        padding:0;
        text-shadow:none;        
        display: block;
        text-align: left !important;
    }
    .listing-table th {
        font-weight:bold;
        margin-bottom:10px;
    }
        .listing-table th a.more {
            font-weight:bold;
            text-decoration:none;
            color:#666;
            font-size: 18px;
            line-height: 1.1;
        }
        .listing-table th a.more:after, 
        .mod-no-generatedcontent .listing-table th a.more .arrow {
            background: url("../img/more.png") no-repeat scroll 50% 50% / 100% 100% #77ac05;
            content: "";
            display: inline-block;
            height: 1em;
            margin: 0 0 0 0.3em;
            vertical-align: -0.15em;
            width: 1em;
        }
    .listing-table.downloads .checkbox,
    .listing-table.downloads .radio,
    .listing-table.downloads .download-action {
        display: none !important;
    }

/* Tags */

.tag {
    display: inline-block;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    vertical-align: baseline;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 4px;
    border-radius: 3px;
}
.tag.type {
    color: #fff;
    background: #757575;
    border-color: #757575;
}

/* Video player */

.media-container {}
    .media-player {
        position:relative;
        padding-bottom:56.25%;
        background:#f0f0f0;
        overflow:hidden;
    }
        .media-player > div:first-child,
        .media-player > img:first-child,
        .media-player > iframe {
            position:absolute !important;
            width:100% !important;
            height:100% !important;
            left:0;
            top:0;
            background:#000;
        }
        .media-container .media-player > a > img,
        .media-container .media-player > img,
        .media-container .media-player .media-poster img {
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:auto !important;
        }
            .media-player .media-poster {
                overflow:hidden;
                position:absolute;
                top:0;
                left:0;
                width:100%;
                height:100%;
                background:#000;
                z-index:999;
                cursor:pointer;
                display:none;
            }
                .media-player .media-poster .play {
                    background:url(../img/play_btn.png) no-repeat 0 0;
                    position:absolute;
                    left:50%;
                    top:50%;
                    margin:-37px 0 0 -36.5px;
                    width:73px;
                    height:74px;
                    z-index:200;
                    cursor:pointer;
                }
    .media-container .field {
        margin:0;
    }



/* Video playlist */

.listing-x.videoplaylist {}
    .listing-x.videoplaylist li {
        padding-left:15px;
    }
        .listing-x.videoplaylist li > a {
            margin:-15px;
            padding:15px;
            color:#333;
            background:transparent;
        }
            .listing-x.videoplaylist li > a * {
                color:#333 !important;
            }
            .listing-x.videoplaylist li > a h3 {
                margin:0 0 15px;
            }
            .listing-x.videoplaylist li .imgcontainer {
                display:none;
            }

/* Media gallery */

.mediagallery {}
    .mediagallery > h2 {
        display:none;
    }
    .mediagallery > .media-container {
        display:none;
    }
    .mediagallery p {
        margin-left:15px;
        margin-right:15px;
    }

/* Slideshows */

.slideshow {
    position:relative;
    overflow:hidden;
}
    .slideshow .flex-viewport,
    .slideshow .slides {
        list-style:none;
        top:0;
        right:0;
        left:0;
        bottom:0;
        margin:0;
    }
    .slideshow .slides > li {
        position:relative;
        z-index:1;
        margin:0;
        display:none;
    }
    .main-carousel .slides > li.flex-active-slide {
        z-index:10;
    }
        .slideshow .slides > li img {
            display:block;
            width:100%;
            height:auto;
        }

    .slideshow .flex-control-paging {
        position:absolute;
        left:12px;
        top:40px;
        list-style:none;
        margin:0;
        display:block;
        z-index:200;
    }
        .slideshow .flex-control-paging li {
            float:left;
            margin:0 2px;
        }
            .slideshow .flex-control-paging li a {
                text-indent:-3000em;
                white-space:nowrap;
                display:inline-block;
                overflow:hidden;
                width:17px;
                height:17px;
                background:#fff;
                border:3px solid #fff;
                border-radius:20px;
                box-shadow:0 0 10px #bdbdbd inset, 0 2px 5px rgba(0, 0, 0, 0.75);
                cursor:pointer;
            }
            .ie7 .slideshow .flex-control-paging li a {
                text-indent:0;
                font-size:0;
                line-height:0;
                display:block;
            }
            .slideshow .flex-control-paging li a.flex-active,
            .slideshow .flex-control-paging li a:active {
                background-color:#73ab00;
            }
    .slideshow .flex-direction-nav {
        list-style:none;
        margin:0;
    }
        .slideshow .flex-direction-nav a {
            position:absolute;
            top:50%;
            z-index:99;
            width:44px;
            height:44px;
            overflow:hidden;
            text-indent:-3000em;
            white-space:nowrap;
            outline:0;
            margin:-22px 0 0;
            background:url(../img/slideshow-nav.png) #7ab800;
        }
        .slideshow .flex-direction-nav .flex-disabled {
            background-color:#bbb !important;
        }
        .slideshow .flex-direction-nav .flex-prev {
            right:auto;
            left:0;
            background-position:0 0;
            box-shadow:1px 1px 2px rgba(0, 0, 0, 0.35);
        }
        .slideshow .flex-direction-nav .flex-disabled.flex-prev {
            box-shadow:1px 1px 2px rgba(0, 0, 0, 0.35);
        }
        .slideshow .flex-direction-nav .flex-next {
            right:0;
            left:auto;
            background-position:0 -44px;
            box-shadow:-1px 1px 2px rgba(0, 0, 0, 0.35);
        }
        .slideshow .flex-direction-nav .flex-disabled.flex-next {
            box-shadow:-1px 1px 2px rgba(0, 0, 0, 0.35);
        }

/* Collapsibles */

.collapsible {
    margin:0 0 20px;
}
    .collapsible > ul {
        position:relative;
        margin:0;
        list-style:none;
    }
        .collapsible > ul > li.collapse {
            display:block;
            padding:0;
            margin:0;
        }

/* Tabs & Collapsibles */

.tabs {
    margin:0 0 20px;
}

.page-title + .tabs {
    margin-top: 30px;
}

.tabs ul.tabs-nav {
    display:none;
}
    .tabs .tabs-title,
    .collapsible > ul > li > h2 {
        position:relative;
        color:#fff;
        text-shadow:0px -1px 1px #000;
        font-size:26px;
        line-height:30px;
        font-weight:normal;
        font-family:"HeinekenCore-Regular", arial, sans-serif;
        margin:0;
        padding:6px 48px 6px 15px;
        display:block;
        background:#ccc;
        background:-moz-linear-gradient(top, #cccccc, #9a9a9a);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #9a9a9a));
        background:-webkit-linear-gradient(top, #cccccc, #9a9a9a);
        background:-ms-linear-gradient(top, #cccccc, #9a9a9a);
        background:linear-gradient(to bottom, #cccccc, #9a9a9a);
        cursor:pointer;
        border-bottom:1px solid #fff;
        box-shadow:none;
        border-radius:0;
        outline:0;
    }
    .tabs .tabs-title:active,
    .collapsible > ul > li > h2:active {
        background:#999;
    }
    .tabs .collapse-open .tabs-title,
    .collapsible > ul > li.collapse-open > h2,
    .pdfparsed .collapsible > ul > li > h2 {
        background:#77ac05;
    }
    .tabs .tabs-title:before,
    .collapsible > ul > li > h2:before {
        content:'';
        width:18px;
        height:18px;
        margin:-9px 0 0;
        position:absolute;
        top:50%;
        right:14px;
        background:url(../img/mobile/tabs.png);
    }
    .tabs .collapse-open .tabs-title:before,
    .collapsible > ul > li.collapse-open > h2:before,
    .pdfparsed .collapsible > ul > li > h2:before {
        background-position:0 -18px;
    }
    .tabs .collapse-open .tabs-title:after,
    .collapsible > ul > li.collapse-open > h2:after,
    .pdfparsed .collapsible > ul > li > h2:after {
        content:'';
        position:absolute;
        left:0;
        top:100%;
        z-index:99;
        width:0;
        height:0;
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-top:15px solid #77ac05;
        visibility:visible;
        margin:-1px 0 0 0;
    }

    .pdfparsed .collapsible .collapse-content {
        height: auto !important;
        overflow: visible !important;
    }

.tabs .block {
    border:0;
    box-shadow:none;
    border-radius:0;
}

/* Large image segments (in tabs) */

.large-images {
    display: block;
    margin: 0 -15px;
}
    .large-images .img-large {
        display: none;
    }
    .large-images .img-small {
        display: block;
        max-width: 100%;
        height: auto;
    }

/* Notifications */

.notifications-a {
    font-family:"HeinekenCore-Regular", arial, sans-serif;
    font-size:16px;
    line-height:20px;
    margin:0 0 20px;
}
    .notifications-a .block {
        border:0;
        background:none transparent;
        box-shadow:none;
        border-radius:0;
    }
    .notifications-a ul,
    .notifications-a ol {
        margin:0;
        list-style:none;
    }
        .notifications-a li {
            overflow:hidden;
            display:block;
            position:relative;
            padding:20px 15px 20px 150px;
            border-top:2px solid #dcdcdc;
            background:#fcfcfc;
            background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
            background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
        }
            .notifications-a li a {
                color:#666;
                text-decoration:none;
                display:block;
                outline:0;
                margin:-20px -15px -20px -150px;
                padding:20px 35px 20px 150px;
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat;
            }
            .notifications-a li a:active {
                background-image:url(../img/mobile/listing-x-hover.png);
                background-color:#999;
            }
                .notifications-a li a:active * {
                    color:#fff;
                }
                .notifications-a li time {
                    position:absolute;
                    left:15px;
                    top:20px;
                    color:#999;

                }

/* External links segment */

.external {
    position:relative;
    margin:0 0 20px;
    display:table;
    width:100%;
    border:0;
    border-top:2px solid #dcdcdc;
    border-bottom:2px solid #dcdcdc;
    background:none transparent;
    box-shadow:none;
    border-radius:0;
}
    .external-link,
    .external-social {
        xxxposition:relative;
        background:#fefefe;
        background:-moz-linear-gradient(top, #fefefe, #e8e7e7);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e8e7e7));
        background:-webkit-linear-gradient(top, #fefefe, #e8e7e7);
        background:-ms-linear-gradient(top, #fefefe, #e8e7e7);
        background:linear-gradient(to bottom, #fefefe, #e8e7e7);
    }
    .external-link {
        display:table-row;
        text-decoration:none;
        font-size:22px;
        line-height:22px;
        font-family:"HeinekenCore-Regular", arial, sans-serif;
        color:#666;
    }
    .external-link.icon:before {
        content:'';
        position:absolute;
        left:15px;
        top:50%;
        margin:-28px 0 0;
        width:56px;
        height:56px;
        background:no-repeat;
    }
    .external-link.icon.icon-external:before {
        background-image:url(../img/icon_external.png);
    }
    .external-link.icon.icon-internal:before {
        background-image:url(../img/icon_internal.png);
    }
    .external-link.icon.icon-request:before {
        background-image:url(../img/icon_request.png);
    }
        .external-link span {
            display:table-cell;
            width:100%;
            height:40px;
            padding:15px;
            vertical-align:middle;
        }
        .external-link:active span {
            background-color:#999;
            color:#fff;
        }
        .external-link.icon span {
            padding-left:76px;
        }

    .external-social {
        display:none;
        /*padding:15px 15px 10px 76px;
        border-top:2px solid #dcdcdc;*/
    }
        /*.external-social h2 {
            position:absolute;
            left:20px;
            top:28px;
            width:55px;
            font-family:"HeinekenCore-Regular", arial, sans-serif;
            font-weight:normal;
            font-size:12px;
            line-height:12px;
            text-transform:uppercase;
        }*/

/* Social icons */

.social {
    margin:0 0 -4px;
    list-style:none;
}
    .social li {
        display:inline-block;
        margin:0 2px;
    }
        .social-icon {
            position:relative;
            overflow:hidden;
            border-radius:50%;
            text-indent:-9999px;
            display:block;
            background:url(../img/icon_social.png) no-repeat;
            width:48px;
            height:48px;
            text-decoration:none;
        }
        .social-icon.twitter {
            background-position:0 0;
        }
        .social-icon.linkedin {
            background-position:-48px 0;
        }
        .social-icon.facebook {
            background-position:-96px 0;
        }
        .social-icon.youtube {
            background-position:-144px 0;
        }
        .social-icon.rss {
            background-position:-192px 0;
        }
        .social-icon:active {
            z-index:99;
            outline:0;
            text-decoration:none;
            box-shadow:0 5px 5px rgba(0,0,0, 0.3);
        }

/* Breadcrumbs */

.breadcrumbs {
    display:none;
}

/* Module-a */

.module-a {
    margin:0 0 20px;
}
.collapsible .module-a {
    margin:0;
}
    .module-a .row {
        overflow:hidden;
        display:block;
        position:relative;
        padding:15px;
        border-top:2px solid #dcdcdc;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
        background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
    }
    .collapsible .module-a .row {
        border:0;
        padding-top:20px;
    }
        .module-a h3 {
            margin-top:15px;
            font-size:22px;
            line-height:20px;
            font-weight:normal;
            font-family:"HeinekenCore-Regular", arial, sans-serif;
        }
		.module-a h3 a {
			text-decoration: none;
			color: #333;
		}
        .module-a .media-container {
            background:#B1B1B1;
            margin:0 0 12px;
        }
            .module-a .media-container .field {
                padding:12px;
                position:relative;
            }
            .module-a .media-container .field:after {
                content:'';
                position:absolute;
                bottom:100%;
                left:50%;
                margin:0 0 -1px -20px;
                width:0;
                height:0;
                border-left:20px solid transparent;
                border-right:20px solid transparent;
                border-bottom:20px solid #b1b1b1;
                visibility:visible;
            }
.module-a .slideshow .flex-control-paging {
    text-align:center;
    position:absolute;
    top:auto;
    bottom:7px;
    left:0;
    right:0;
}
    .module-a .slideshow .flex-control-paging li {
        float:none;
        display:inline-block;
    }

/* Main carousel */

.main-carousel {
    margin:0 0 20px;
    /*padding-bottom:114%;*/
}
#header + .main-carousel { margin-top: -19px; }
    .main-carousel .flex-control-paging {
        top:18px;
        left:18px;
    }
        .main-carousel .slides > li a {
            text-decoration:none;
            color:#fff;
        }
        .main-carousel .text {
            background:#76ac05;
            padding:28px 26px 18px;
            font-size:20px;
            line-height:26px;
        }
        .main-carousel a:active .text {
            background:#008200;
        }
            .main-carousel .text h2 {
                text-transform:uppercase;
                color:#fff;
                font-size:38px;
                line-height:33px;
                font-family:"HeinekenCore-Regular", arial, sans-serif;
                margin:0 -8px 10px;
            }
                .main-carousel .text h2 span {
                    display:block;
                    font-size:62px;
                    line-height:54px;
                }
            .main-carousel .text .more {
                display:inline;
                margin:0;
                background-color:#507603;
                box-shadow:8px 0 0 0 #507603, -8px 0 0 0 #507603;
                padding:3px 0;
                font-family:"HeinekenCore-Regular", arial, sans-serif;
            }
            .main-carousel a:active .text .more {
                background-color:#005a00;
                box-shadow:8px 0 0 0 #005a00, -8px 0 0 0 #005a00;
            }

/* Actions strip */

.pagewrap .actions a {
    display:block;
    padding:18px 35px 17px 15px;
    border:0;
    border-top:2px solid #dcdcdc;
    border-radius:0;
    box-shadow:none;
    color:#666;
    text-decoration:none;
    outline:0;
    margin:0;
    background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
    background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
}
.pagewrap .actions a:active {
    color:#fff;
    background:url(../img/mobile/listing-x-hover.png) 100% 50% no-repeat #999;
}
.pagewrap .actions a:after {
    width:27px;
    left:auto;
    right:0;
    background:url(../img/mobile/listing-x.png) 100% 50% no-repeat;
}

/* Article carousel */

.article-carousel {
    margin:0 0 20px;
}
    .article-carousel .flex-viewport { display:none; }
    .article-carousel .slides > li {
        display:block;
        overflow:hidden;
        position:relative;
        padding:15px;
        border-top:2px solid #dcdcdc;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
        background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
    }
        .article-carousel a {
            display:block;
            margin:-15px;
            padding:15px 35px 15px 117px;
            text-decoration:none;
            color:#666;
            overflow:hidden;
            background:url(../img/mobile/listing-x.png) 100% 50% no-repeat;
            outline:0;
        }
        .article-carousel a:active {
            background-image:url(../img/mobile/listing-x-hover.png);
            background-color:#999;
            color:#fff;
        }
            .article-carousel a:active * {
                color:#fff;
            }
        .article-carousel .imgcontainer {
            float:left;
            width:87px;
            height:74px;
            margin:0 0 0 -102px;
            overflow:hidden;
            position:relative;
        }
        .article-carousel h2 {
            font-size:22px;
            line-height:24px;
            font-family:"HeinekenCore-Regular", arial, sans-serif;
            font-weight:normal;
            margin:0 0 5px;
        }
        .article-carousel p {
            margin:0;
        }
        .article-carousel .subtitle {
            font-size: 14px;
            color: #999;
        }
    .article-carousel .slides > li.sticky {
        background:none transparent;
        border:0;
        padding:0;
    }
        .article-carousel .sticky a,
        .article-carousel .sticky a:active {
            margin:0;
            padding:0;
            background:none transparent;
        }
            .article-carousel .sticky .imgcontainer {
                float:none;
                margin:0;
                width:100%;
                height:auto;
                padding-bottom:67.5%;
            }
                .article-carousel .sticky .imgcontainer img {
                    position:absolute;
                    top:0;
                    left:0;
                }
            .article-carousel .sticky .text {
                position:relative;
                padding:15px 35px 15px 15px;
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat #fcfcfc;
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, linear-gradient(to bottom, #fcfcfc, #e8e8e8);
            }
            .article-carousel .sticky a:active .text {
                background-image:url(../img/mobile/listing-x-hover.png);
                background-color:#999;
                color:#fff;
            }
            .article-carousel .sticky .text:after {
                content:'';
                position:absolute;
                left:50%;
                bottom:100%;
                z-index:99;
                border-left:20px solid transparent;
                border-right:20px solid transparent;
                border-bottom:20px solid #fcfcfc;
                margin:0 0 0 -20px;
            }
            .article-carousel .sticky a:active .text:after {
                border-bottom-color:#999;
            }

/* Listing downloads */

.listing.downloads {
}
    .listing.downloads li,
    .listing.downloads li a {
        min-height:48px;
    }
    .listing.downloads .imgcontainer {
        position:absolute;
        top:50%;
        right:35px;
        margin:-27px 0 0;
    }
    .listing.downloads .file,
    .listing.downloads label,
    .listing.downloads .download-action {
        display:none;
    }

.listing.downloads li a.linkto {
    margin:15px -105px -15px -15px;
    min-height:0;
    display:block;
    border-top:1px solid #ddd;
}

/* Filter */

.filter {
    position:relative;
    margin:0 0 20px;
}
    .filter h4 {
        color: #333;
        font-family: "HeinekenCore-Regular", Arial, sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 1;
        margin: 0 0 14px;
    }
    .filter fieldset {
        position:relative;
        padding:0 15px;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
        background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
    }
        .filter fieldset .field {
            margin:0;
            padding:20px 0 18px;
            background:url(../img/hor-rule.png) repeat-x;
        }
        .filter fieldset .field:first-child {
            background:none;
        }
        .filter fieldset .field.filter-query {
            padding:15px 0;
        }
        .filter fieldset .field.filter-query:before {
            position:absolute;
            left:0;
            right:0;
            top:50%;
            margin-top:-1px;
            height:2px;
            content:'';
            background:url(../img/hor-rule.png) repeat-x;
        }
            .filter .field.filter-query input[type="text"],
            .filter .field.filter-query input[type="search"],
            .filter .field.filter-query input[type="number"] {
                width:100%;
                margin:0 0 32px;
            }
            .filter .btn-big {
                margin:-2px 0;
            }
        /* with date */
        .filter fieldset .field.filter-date:before {
            top:auto;
            bottom:69px;
        }
        .filter .field.filter-date input[type="text"],
        .filter .field.filter-date input[type="search"],
        .filter .field.filter-date input[type="number"] {
            margin-bottom:10px;
        }
        .filter .filter-date .datepick {
            margin:0 0 31px;
        }
            .filter .filter-date .date-from,
            .filter .filter-date .date-till {
                display:block;
                position:relative;
                padding-right:46px;
                margin:0 0 10px;
                -webkit-box-sizing:border-box;
                -moz-box-sizing:border-box;
                -ms-box-sizing:border-box;
                box-sizing:border-box;
            }
                .filter .filter-date .datepick img {
                    position:absolute;
                    top:-1px;
                    right:6px;
                    width:auto;
                    height:auto;
                }
                .filter .filter-date .datepick input[type="date"],
                .filter .filter-date .datepick input[type="text"] {
                    width:100%;
                }

/* filter, columned style */

.filter-columned fieldset .field {
        margin-left: -10px;
        margin-right: -10px;
    }
        .filter-columned fieldset .field h4 {
            margin-left: 10px;
            margin-right: 10px;
        }
        .filter-columned .field .option-list { 
            margin: 0; 
            float: left;
            width: 50%;
            padding: 0 10px;
            box-sizing: border-box;
        }
        .filter-columned .field.col-3 .option-list { 
            width: 33.3%;
        }
            .filter-columned .field .option-list > li {
                display: block;
                margin: 0;
            }

@media only screen and (max-width: 400px) {
    .filter-columned .field .option-list { 
        width: auto;
        float: none;
    }}
        .filter-columned .field .option-list > li {
            display: block;
            margin: 0 0 5px;
        }
            .filter-columned .field .option-list.horizontal > li > .cfe_clone.radio, 
            .filter-columned .field .option-list.horizontal > li > .cfe_clone.checkbox {
                top: 2px;
            }

/* results */
.results {
    position:relative;
    padding: 15px 15px 0;
 }
.results-amount { display: none; }
    .results .filter-options {
        margin-top: 15px;
    }
        
/* sort options */
.sort-options {
    clear: none;
    float: right;
    font-size: 15px;
    line-height: 28px;
    margin: 0 15px 20px 0;
    white-space: nowrap;
}
.sort-options + * { clear: both; }
    .sort-options input { 
        position: absolute;
        left: -3000em;
    }
    .sort-options .label {
        display: inline-block;
        margin: 0 10px 0 0;
        color: #999;
    }
    .sort-options label {
        display: inline-block;
        vertical-align: baseline;
        text-align: center;
        padding: 0 15px;
        font-size: 15px;
        line-height: 28px;
        margin: 0 0 0 -4px;
        color: #999;
        background: #fff;
        background:-moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
        background:-webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background:-ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background:linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        min-width: 3em;
    }
    .sort-options input:checked + label {
        color: #fff;
        background: #77ac05;
        background:-moz-linear-gradient(top, #77ac04 0%, #77ac05 40%, #63811f 100%);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#77ac04), color-stop(40%,#77ac05), color-stop(100%,#63811f));
        background:-webkit-linear-gradient(top, #77ac04 0%, #77ac05 40%, #63811f 100%);
        background:-ms-linear-gradient(top, #77ac04 0%, #77ac05 40%, #63811f 100%);
        background:linear-gradient(to bottom, #77ac04 0%, #77ac05 40%, #63811f 100%);
    }
    .sort-options label:first-of-type {
        border-radius: 5px 0 0 5px;
    }
    .sort-options label:last-of-type {
        border-radius: 0 5px 5px 0;
    }

/* content switch (language) */
.content-switch {
    font-size: 15px;
    line-height: 28px;
    white-space: nowrap;
    margin: -6px 0 15px 15px;
    position: relative;
    z-index: 200;
}
.page-tools + .content-switch {
    float: left;
}
    .content-switch .label {
        display: none;
    }
    .content-switch a {
        display: inline-block;
        text-decoration: none;
        vertical-align: baseline;
        text-align: center;
        padding: 0 15px;
        margin: 0 -4px 0 0;
        border-left: 1px solid #ddd;
        color: #999;
        background: #fff;
        background:-moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
        background:-webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background:-ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background:linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        min-width: 1.5em;
    }
    .content-switch a.active {
        color: #fff;
        background: #77ac05;
        background:-moz-linear-gradient(top, #77ac04 0%, #77ac05 40%, #63811f 100%);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#77ac04), color-stop(40%,#77ac05), color-stop(100%,#63811f));
        background:-webkit-linear-gradient(top, #77ac04 0%, #77ac05 40%, #63811f 100%);
        background:-ms-linear-gradient(top, #77ac04 0%, #77ac05 40%, #63811f 100%);
        background:linear-gradient(to bottom, #77ac04 0%, #77ac05 40%, #63811f 100%);
        cursor: default;
    }
    .content-switch a:first-of-type {
        border-radius: 5px 0 0 5px;
        border: 0;
    }
    .content-switch a:last-of-type {
        border-radius: 0 5px 5px 0;
        margin: 0;
    }

/* Table data */

.table-data-container {
    margin:0 0 20px;
}
    .table-data-container h2 {
        position:relative;
        z-index:100;
    }
    .table-data-container > img {
        display:block;
        margin:25px auto;
        width:auto;
        height:auto;
    }


.download-action {
    position:relative;
    z-index:100;
    margin:-1px 0 0;
    padding:15px 0;
    border-top:2px solid #ccc;
    text-align:center;
    background:#fff;
    background:-moz-linear-gradient(top,  #ffffff, #e2e2e2);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
    background:-webkit-linear-gradient(top,  #ffffff, #e2e2e2);
    background:-ms-linear-gradient(top,  #ffffff, #e2e2e2);
    background:linear-gradient(to bottom,  #ffffff, #e2e2e2);
}

.download-all {
    text-align:center;
    margin:20px 0;
}

.media-releases .listing {
    margin-bottom:0;
}

/* comparitive: uses JS-duplicated version of the table to fix pos of the first column of cells */
.comparitive {
    position:relative;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    background:#eee;
}
    .comparitive table {
        min-width:480px;
    }
        .comparitive th,
        .comparitive td {
            white-space:nowrap;
            text-align:right;
        }
        .comparitive tr > *:first-child {
            min-width:250px;
            white-space:normal;
            text-align:left;
        }
        .comparitive tr.set th {
            border-right:0;
        }
.js .comparitive .table-headers { display:none; }

/* only enable the special effect >390 */
@media only screen and (min-width:390px ) and (max-width: 768px) {
    .js .comparitive {
        width:auto;
        overflow-x:hidden;
        -webkit-overflow-scrolling:auto;
    }
        .js .comparitive table {
            width:auto;
            min-width:100%;
            table-layout:fixed;
        }
            .js .comparitive .table-holder {
                width:100%;
                overflow-x:scroll;
                -webkit-overflow-scrolling:touch;
            }
                .js .comparitive tr th:nth-child(2),
                .js .comparitive tr td:nth-child(2) {
                    border-left:1px solid #dcdcdc;
                }
            .js .comparitive .table-headers {
                display:table;
                position:absolute;
                z-index:99;
                left:0;
                top:0;
                pointer-events:none;
            }
                .js .comparitive .table-headers th,
                .js .comparitive .table-headers td {
                    visibility:hidden; /* hidden from view, but existing so duplicated table rows/cells respond the same as the original table */
                }
                .js .comparitive .table-headers tr th:first-child,
                .js .comparitive .table-headers tr td:first-child {
                    visibility:visible;
                    pointer-events:auto;
                }
                    .js .comparitive .table-headers-cell {
                        /*width:220px;*/
                        position:relative;
                        text-overflow:ellipsis;
                    }
                    .js .comparitive .table-headers-cell:after {
                        content:'';
                        position:absolute;
                        left:100%;
                        top:-10px;
                        bottom:-11px;
                        margin:0 0 0 15px;
                        width:10px;
                        background:url(../img/mobile/hor-shadow.png) repeat-y;
                        border-left:1px solid #aaa;
                    }
                    .js .comparitive tr.set .table-headers-cell:after {
                        top:-16px;
                    }
                    .js .comparitive thead + tbody tr.set .table-headers-cell:after {
                        top:-10px;
                    }
} /* /@ */

/* non-comparitive (transformation) */
.non-comparitive {
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
    .non-comparitive table {
        min-width:480px;
        border-collapse:separate;
    }
    .js .non-comparitive table {
        min-width:0;
    }
        .js .non-comparitive thead {
            display:none;
        }
        .js .non-comparitive tr {
            display:table;
            margin:-1px 0 0;
            padding:1px 15px 0;
            border-top:4px solid #e3e3e3;
            box-shadow:inset 0 1px 0 #fff;
            border-bottom:2px solid #ccc;
            width:100%;
            background:#fff;
            background:-moz-linear-gradient(top,  #fcfcfc, #e7e7e7);
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e7e7e7));
            background:-webkit-linear-gradient(top,  #fcfcfc, #e7e7e7);
            background:-ms-linear-gradient(top,  #fcfcfc, #e7e7e7);
            background:linear-gradient(to bottom,  #fcfcfc, #e7e7e7);
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
            -ms-box-sizing:border-box;
            box-sizing:border-box;
        }
        .js .non-comparitive tr:first-child {
            border-top:0;
            box-shadow:none;
            padding-top:0;
        }
            .js .non-comparitive td,
            .js .non-comparitive th {
                border:0;
                background:none transparent;
            }
            .js .non-comparitive tbody th,
            .js .non-comparitive tbody td {
                display:table-row;
            }
            .js .non-comparitive tbody th:before,
            .js .non-comparitive tbody td:before {
                content:attr(data-header);
                width:50%;
            }
                .js .non-comparitive tbody th .cell,
                .js .non-comparitive tbody td .cell,
                .js .non-comparitive tbody th:before,
                .js .non-comparitive tbody td:before {
                    display:table-cell;
                    padding:10px 15px 10px 0;
                    vertical-align:top;
                    text-align:left;
                    border-top:1px solid #fff;
                    border-bottom:1px solid #ccc;
                }
                .js .non-comparitive tbody th .cell,
                .js .non-comparitive tbody tr > *:first-child .cell {
                    font-weight:bold;
                }
                .js .non-comparitive tbody th:first-child .cell,
                .js .non-comparitive tbody td:first-child .cell,
                .js .non-comparitive tbody th:first-child:before,
                .js .non-comparitive tbody td:first-child:before {
                    border-top:0;
                }
                .js .non-comparitive tbody th:last-child .cell,
                .js .non-comparitive tbody td:last-child .cell,
                .js .non-comparitive tbody th:last-child:before,
                .js .non-comparitive tbody td:last-child:before {
                    border-bottom:0;
                }

/* Twitter feed */

.teaser.twitterfeed {
    padding-bottom:28px;
    background:#fefefe;
    background:-moz-linear-gradient(top, #fbfbfb, #e9e9e9);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9));
    background:-webkit-linear-gradient(top, #fbfbfb, #e9e9e9);
    background:-ms-linear-gradient(top, #fbfbfb, #e9e9e9);
    background:linear-gradient(to bottom, #fbfbfb, #e9e9e9);
}
.teaser.twitterfeed:before {
    content:'';
    position:absolute;
    top:15px;
    right:15px;
    width:32px;
    height:25px;
    background:url(../img/icon_twitter.png);
}

.teaser.twitterfeed .loader {
    background:url(../img/loader.gif) no-repeat 0 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.teaser.twitterfeed .twhead {
    overflow: hidden;
    margin: 0 0 10px;
}

.teaser.twitterfeed .twhead a{
	text-decoration: none;
}

.teaser.twitterfeed .twhead h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align:left;
    margin: 5px 0 0;
}

.teaser.twitterfeed .twhead .twitter_account {
    font-size: 14px;
    color: #999999;
}

.teaser.twitterfeed .twhead .twitter_account i {
    font-style: normal;
}

.teaser.twitterfeed .twhead .twthumb {
    float: left;
    margin: -5px 10px 0 0;
}

.teaser.twitterfeed .tweet {
    padding: 0 0 10px;
    line-height: 20px;
}

.teaser.twitterfeed .tweet a {
    text-decoration: none;
}

.teaser.twitterfeed .twinfo {
    border-top:1px solid #cccccc;
    box-shadow: inset 0px 1px 0px #ffffff;
    padding-top: 5px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 5px;
}

.teaser.twitterfeed .twinfo .twdate {
    font-size: 12px;
    color: #999999;
}

.teaser.twitterfeed .twlinks {
    float: right;
    margin-top: 2px;
}

.teaser.twitterfeed .twinfo a {
    background:url(../img/tw_action.png) no-repeat 0 0;
    display: inline-block;
    text-indent: -9999em;
    overflow: hidden;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.teaser.twitterfeed .twinfo .twreply        { background-position: -18px -31px; }

.teaser.twitterfeed .twinfo .twretweet        { background-position: 0 -62px; }
.teaser.twitterfeed .twinfo .twretweet:active { background-position: -32px -62px; }

.teaser.twitterfeed .twinfo .twfavourite        { background-position: 0 0; }
.teaser.twitterfeed .twinfo .twfavourite:active { background-position: -32px 0; }

/* Calendar */

.calendar-events,
.download-center {
    margin:0 0 20px;
}
    .calendar li {
        font-size:16px;
        line-height:20px;
        font-family:"HeinekenCore-Regular", arial, sans-serif;
        padding:0;
        display:table;
        width:100%;
    }
        .calendar li a {
            color:#333;
            padding:28px 35px 28px 100px;
            min-height:54px !important;
            display:table-cell;
            height:54px;
            vertical-align:middle;
        }
            .calendar li .more {
                display:block;
            }
            .calendar li .event-category {
                color:#999;
                font-size:16px;
            }
    .calendar li.empty,
    .calendar .event-new-month { display:none; }

.event time {
    position:absolute;
    top:15px;
    left:15px;
    background:url(../img/mobile/event-time.png) 0 0 no-repeat #fff;
    width:63px;
    height:67px;
    padding:12px 0 0;
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
    font-family:'HeinekenCore-Regular', sans-serif;
    text-transform:uppercase;
}
.mod-no-boxshadow .event time {
    border:solid #b2b2b2;
    border-width:0 1px 2px;
}
.event a:active time {
    background-position:-63px 0;
}
.calendar .event time {
    top:50%;
    margin-top:-39px;
}
    .event time .event-day {
        display:block;
        text-align:center;
        font-size:40px;
        line-height:32px;
        color:#76ac05 !important;
    }
    .event time .event-month {
        display:block;
        text-align:center;
        font-size:17.5px;
        line-height:16px;
        color:#76ac05 !important;
    }
    .event time .event-year {
        display:block;
        text-align:center;
        color:#ccc !important;
        font-size:16px;
        line-height:15px;
    }

/* Contact */

.contact,
.contact-list {
    margin:0 0 20px;
    font-size:16px;
    line-height:22px;
}
    .contact .contact-leader {
        overflow:visible;
    }
        .contact h2 {
            margin:-17px -15px 20px -15px;
        }
        .contact h3,
        .contact-list h3 {
            font-size:16px;
            line-height:22px;
            /*font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;*/
            color:#666;
            margin:0;
        }
        .contact-list h3 {
            margin:0 0 10px;
        }
        .contact .contact-address,
        .contact-list .contact-address {
            margin:0 0 10px;
        }
            .contact [itemprop="streetAddress"],
            .contact [itemprop="addressCountry"] {
                display:block;
            }
    .contact ul,
    .contact-list ol {
        font-size:14px;
        line-height:20px;
    }
        .contact .name {
            display:block;
            font-weight:bold;
            margin:0 0 10px;
        }
        .contact .contact-methods {
            display:inline;
        }
        .contact .btn,
        .contact-list .btn {
            margin:15px 6px 0 0;
        }

.contact-map {
    margin:0 0 20px;
    font-size:16px;
    line-height:22px;
}
    .contact-map .contact-content {
        padding:25px 15px 15px;
        background:#fff;
        background:-moz-linear-gradient(top,  #ffffff, #e7e7e7);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
        background:-webkit-linear-gradient(top,  #ffffff, #e7e7e7);
        background:-ms-linear-gradient(top,  #ffffff, #e7e7e7);
        background:linear-gradient(to bottom,  #ffffff, #e7e7e7);
    }
        .contact-map h3 {
            font-size:24px;
            line-height:24px;
            font-weight:normal;
        }
        .contact-map .contact-address {
            margin:0 0 15px;
        }
            .contact-map h4 {
                font-size:16px;
                line-height:20px;
                color:#666;
                /*font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;*/
            }
        .contact-map .btn {
            margin-top:10px;
        }
        .contact-map [itemprop="geo"] {
            display:block;
        }
    .contact-map .map {
        padding-bottom:67.7060%;
        background:orange;
        position:relative;
        margin-top:20px;
    }
        .contact-map .map > div {
            position:absolute;
            left:0;
            right:0;
            top:0;
            bottom:0;
        }

/* Listing-x images */

.listing-x.mediagallery.images {
    margin:0 0 20px;

}
    .listing-x.mediagallery.images li {
        padding:0;
        width:100%;
        display:table;
    }
        .listing-x.mediagallery.images .imgcontainer {
            position:absolute;
            left:15px;
            top:50%;
            width:150px;
            height:150px;
            margin:-75px 0 0;
            overflow:hidden;
        }
            .listing-x.mediagallery.images .imgcontainer a {
                position:static !important;
            }
            .listing-x.mediagallery.images .imgcontainer img {
                width:auto;
                height:auto;
                max-width:100%;
                max-height:100%;
            }
        .listing-x.mediagallery.images .inner {
            display:table-cell;
            padding:15px 15px 15px 180px;
            vertical-align:middle;
            height:150px;
        }
            .listing-x.mediagallery.images h3 {
                font-size:20px;
                line-height:22px;
                font-weight:normal;
                margin:0;
            }
            .listing-x.mediagallery.images .sub {
                color:#999;
                font-size:14px;
                line-height:22px;
            }
            .listing-x.mediagallery.images .btn {
                margin-top:5px;
            }

/* Listing-x biographies */

.listing-x.biographies {
    margin:0 0 20px;
}
    .listing-x.biographies li {
        padding:15px;
    }
        .listing-x.biographies li > a {
            margin:-15px;
            padding:15px;
            background-position:100% 36px;
        }
            .listing-x.biographies .imgcontainer {
                float:right;
                margin:0 20px 15px 0;
            }
            .listing-x.biographies h3 {
                margin:0 122px 5px 0;
            }
            .listing-x.biographies .position {
                font-size:16px;
                line-height:18px;
                color:#333;
                display:block;
                margin:0 122px 15px 0;
            }
            .listing-x.biographies dl {
                clear:both;
                margin:0 0 5px;
                padding:15px 0 0;
                background:url(../img/hor-rule.png) repeat-x;
            }
            .listing-x.biographies li > a:active dl {
                background:none;
                padding-top:14px;
                border-top:1px solid #fff;
            }
                .listing-x.biographies dt {
                    display:inline-block;
                    width:35%;
                    padding-right:2%;
                }
                .listing-x.biographies dd {
                    display:inline-block;
                    width:55%;
                    font-weight:bold;
                }

/* Listing general */

.listing.general {
}
    .listing.general li {
        padding:15px 35px 15px 15px;
    }
        .listing.general li a {
            margin:-15px -35px -15px -15px;
            padding:15px 35px 15px 15px;
        }
            .listing.general .key {
                float:left;
                clear:left;
                margin:0 10px 0 0;
                font-size:16px;
                line-height:20px;
                color:#666;
                max-width:46%;
            }
            .listing.general .listcontent {
                float:left;
                overflow:hidden;
                font-size:16px;
                line-height:20px;
                min-width:50%;
            }

/* Regional info */

.regional-info {
    margin:0 0 20px;
}
.collapsible .regional-info { margin:0; }
    .regional-info .imgcontainer {
        overflow:hidden;
    }
    .regional-info .info {
        padding:15px 15px 5px;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e7e6e6));
        background:-webkit-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-ms-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:linear-gradient(to bottom, #fcfcfc, #e7e6e6);
    }
        .regional-info h3 {
            font-size:22px;
            line-height:26px;
            margin:0 0 10px;
            font-weight:normal;
            font-family:'HeinekenCore-Regular', sans-serif;
        }
    .revenue-items > ul {
        font-size:22px;
        line-height:26px;
        font-family:'HeinekenCore-Regular', sans-serif;
        color:#333;
        text-shadow:0 2px 1px #fff;
    }
        .revenue-items > ul h4 {
            color:#7ab800;
            font-weight:normal;
            font-size:18px;
            line-height:22px;
            margin:0;
        }
        .revenue-items > ul p {
            margin:0;
        }
        .brands ul {
            margin:0 0 -10px;
            padding:25px 15px 15px;
            text-align:center;
            list-style:none;
        }
            .brands li {
                display:inline-block;
                vertical-align:top;
                margin:0 4px 10px;
            }
                .brands li img {
                    display:block;
                    width:auto;
                    margin:0 0 10px;
                }
    .regional-info .markets ol {
        font-size:18px;
        line-height:18px;
    }
        .regional-info .markets ol a {
            color:#333;
        }
    .regional-info .markets p {
        margin:0;
        padding:15px;
    }

/* calendar detail */
.eventinfo .description {
    display: block;
}

.eventdetail .btn-back {
    float: left;
}

.eventdetail .article-actions {
    position: relative;
    display: inline-block;
    width: 100%;
}


/* Social sharing */
.addthis_toolbox {
    margin:-5px 15px 10px;
    position: relative;
    z-index: 300;
    float: right;
}

.addthis_toolbox .toggle-share {
    position: relative;
    padding-right: 32px;
    vertical-align: top;
    margin: 0 0 4px;
    outline: 0;
}

.addthis_toolbox .toggle-share.act {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    background: #fff;
}

.addthis_toolbox .toggle-share span {
    background:url(../img/spr_sharing.png) no-repeat 0 0;
    display: inline-block;
    width: 27px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.addthis_toolbox .addthisblock {
    position: relative;
    float: left;
    z-index: 300;
}

.pagewrap .addthis_toolbox .addthisblock ul {
    background: #ffffff;
    width: 154px;
    position: absolute;
    right: 0;
    margin: 0;
    top: 100%;
    z-index: 200;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.8);
    display: none;
}

.pagewrap .addthis_toolbox .addthisblock li {
    list-style: none;
    display: block;
    clear: both;
    border-top: 1px solid #cccccc;
    margin: 0;
}
.pagewrap .addthis_toolbox .addthisblock li:before {
    display: none;
}
.pagewrap  .addthis_toolbox .addthisblock li:first-child {
    border-top: 0;
}

.addthis_toolbox .addthisblock li a {
    background: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #999999;
    margin-top: 1px;
    padding: 14px 8px 13px 48px;
    position: relative;
    text-decoration: none;
    -webkit-transition:background 200ms ease-in-out;
	-moz-transition:background 200ms ease-in-out;
	transition:background 200ms ease-in-out;
}
.addthis_toolbox .addthisblock li:first-child a {
    margin-top: 0;
}
.addthis_toolbox .addthisblock li a span {
    background:url(../img/spr_sharing.png) no-repeat 0 -45px;
}

.addthis_toolbox .addthisblock li a.addthis_button_facebook span,
.addthis_toolbox .addthisblock li a.addthis_button_twitter span,
.addthis_toolbox .addthisblock li a.addthis_button_linkedin span,
.addthis_toolbox .addthisblock li a.addthis_button_googleplus span {
    background:url(../img/icon_socialshare.png) no-repeat 0 0;
    display: inline-block;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -18px;
    border-radius: 29px;
    border: 3px solid #ffffff;
    -webkit-transition:box-shadow 300ms ease-in-out;
	-moz-transition:box-shadow 300ms ease-in-out;
	transition:box-shadow 300ms ease-in-out;
}

.ie .addthis_toolbox .addthisblock li a.addthis_button_facebook span,
.ie .addthis_toolbox .addthisblock li a.addthis_button_twitter span,
.ie .addthis_toolbox .addthisblock li a.addthis_button_linkedin span,
.ie .addthis_toolbox .addthisblock li a.addthis_button_googleplus span {
    border: none;
    margin-top: -16px;
}

.addthis_toolbox .addthisblock li a.addthis_button_facebook span { background-position: 0 -60px; }
.addthis_toolbox .addthisblock li a.addthis_button_twitter span { background-position: 0 -30px; }
.addthis_toolbox .addthisblock li a.addthis_button_linkedin span { background-position: 0 0; }
.addthis_toolbox .addthisblock li a.addthis_button_googleplus span { background-position: 0 -89px; }

.addthis_toolbox .addthisblock li a.addthis_button_more {
    padding: 7px 8px 7px 30px;
}

.addthis_toolbox .addthisblock li a.addthis_button_more span {
    background:url(../img/spr_sharing.png) no-repeat 0 -26px;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -9px;
}

.addthis_toolbox .print,
.addthis_toolbox .rss {
    background:url(../img/spr_sharing.png) no-repeat 0 -45px;
    display: inline-block;
    width: 28px;
    height: 27px;
    float: left;
    margin: 0 0 0 4px;
    overflow: hidden;
    text-indent: -9999px;
}

.addthis_toolbox .print { background-position: 0 -64px; }
.addthis_toolbox .rss { background-position: 0 -120px; }


/* Market information */

.market-information {
    margin:0 0 20px;
}
    .market-information .info {
        border-top:2px solid #dcdcdc;
        padding:25px 15px 15px;
        font-size:16px;
        line-height:22px;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e7e6e6));
        background:-webkit-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-ms-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:linear-gradient(to bottom, #fcfcfc, #e7e6e6);
    }
    .market-information .brands {
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e7e6e6));
        background:-webkit-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-ms-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:linear-gradient(to bottom, #fcfcfc, #e7e6e6);
    }
    .market-information .report {
        position:relative;
        overflow:hidden;
        padding:0 0 0 50%;
        height:306px;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e7e6e6));
        background:-webkit-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-ms-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:linear-gradient(to bottom, #fcfcfc, #e7e6e6);
    }
        .market-information .report img {
            position:absolute;
            right:50%;
            top:50%;
            margin:-85px 0 0;
        }
        .market-information .report h3 {
            margin-left:-100%;
        }
        .market-information .report .btn {
            position:absolute;
            left:50%;
            top:50%;
            margin:8px 0 0 15px;
        }

/* Download center */
.download-center #highlighted ul {
    margin: 0;
}
    .download-center #highlighted ul li {
        list-style: none;
        padding: 15px 15px 15px 135px;
    }
        .download-center #highlighted ul li h3 {
            font-size: 18px;
        }
            .download-center #highlighted ul li h3 a {
                color: #666666;
                text-decoration: none;
            }
            .download-center #highlighted .more {
                text-decoration: none;
                color: #666666;
            }
            .download-center #highlighted .more:after {
                margin:0 0 0 0.5em;
                vertical-align:-0.3em;
                content:'';
                display:inline-block;
                width:1.2em;
                height:1.2em;
                background:url(../img/more.png) #77ac05 50% 45% no-repeat;
                background-size:100% 100%;
            }
.download-center #highlighted .action {
   position: absolute;
   left: 15px;
   top: 15px;
}
    .download-center #highlighted .file {
        display: none;
    }
.download-center .info {
    border-top: 2px solid #DCDCDC;
    padding: 10px 15px 1px;
}

.download-center .filter .field.filter-options .sub {
    float: left;
    margin: 5px 0 0;
}

.download-center .listing > h3 {
    padding: 0 0 0 15px;
    font-size: 20px;
}

.listing.downloads .date span,
.listing.searchresults .date span {
	border-left:1px solid #999999;
	padding:0 5px;
}
.listing.downloads .date span:first-child,
.listing.searchresults .date span:first-child {
	padding-left:0;
	border:none;
}

/* searchresults listing exception */

.listing.searchresults .list li .breadcrumb a {
    color: #999999;
    text-decoration: none;
}

/* Paging */

.paging {
    padding:20px 15px;
    overflow:hidden;
    font-size:18px;
    line-height:43px;
    background:#fff;
}
.listing-x + .paging,
.mediagallery + .paging,
.mediagallery + script + .paging {
    margin-top:-20px;
}
    .btn.btn-prev,
    .btn.btn-next {
        font-size:18px;
        line-height:43px;
        height:auto;
        padding: 0 15px;
    }
    .btn.btn-prev {
        padding-left:60px;
    }
    .btn.btn-prev:after {
        width:43px;
        left:0;
        background-image:url(../img/btn-prev.png);
    }
    .paging .btn.btn-prev {
        float:left;
    }
    .btn.btn-next {
        padding-right:60px;
    }
    .btn.btn-next:after {
        width:43px;
        right:0;
        background-image:url(../img/btn-next.png);
    }
    .paging .btn.btn-next {
        float:right;
    }
    .paging div { display:none; }

/* Agegate */

.agecheck ol {
    margin:0;
    list-style:none;
}
    body.agegate #header,
    body.maintenance #header { margin:0; }
    body.agegate #header p,
    .agecheck ol li {
        padding:15px;
        margin:0 0 -2px;
        border-top:2px solid #dcdcdc;
        border-bottom:2px solid #dcdcdc;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
        background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
    }
    body.maintenance #header {
        padding:15px;
    }
        .agecheck .block {
            background:none transparent;
            border:0;
            border-radius:0;
            box-shadow:none;
        }
        .agecheck .step {
            display:none;
        }
        .agecheck .block.step1 {
            text-align:center;
            white-space:nowrap;
        }
            .agecheck .locality {
                margin:0 0 10px;
            }
            .agecheck .inputblock {
                display:inline-block;
                position:relative;
                padding-top:20px;
                margin:0 4px -10px;
            }
                .agecheck .inputblock span {
                    background:#999;
                    font-family:'HeinekenCore-Regular', sans-serif;
                    position:absolute;
                    left:0;
                    top:0;
                    width:62px;
                    padding:0 0 10px;
                    text-align:center;
                    font-size:15px;
                    line-height:19px;
                    color:#fff;
                    z-index:1;
                    border-radius:6px 6px 0 0;
                }
                .agecheck .inputblock input {
                    width:62px;
                    position:relative;
                    z-index:2;
                    text-align:center;
                    font-size:29px;
                    line-height:34px;
                    color:#73ab00;
                    margin:0 0 10px;
                    box-shadow:0 1px 3px rgba(0, 0, 0, 0.65) inset;
                    padding:0 4px;
                    border-radius:6px;
                    border:1px solid #999;
                    height:39px;
                    line-height:37px;
                    background-color:#fff;
                    font-family: "HeinekenCore-Regular",arial,sans-serif;
                    -webkit-appearance:none;
                    -moz-appearance:none;
                    -ms-appearance:none;
                    appearance:none;
                    vertical-align:baseline;
                    -webkit-box-sizing:border-box;
                    -moz-box-sizing:border-box;
                    -ms-box-sizing:border-box;
                    box-sizing:border-box;
                    -webkit-transition:box-shadow 100ms ease-in-out;
                    -moz-transition:box-shadow 100ms ease-in-out;
                    transition:box-shadow 100ms ease-in-out;
                }

                .agecheck .inputblock input[type=number] {
                    -moz-appearance:textfield;
                }
                .agecheck .inputblock input[type=number]::-webkit-inner-spin-button, 
                .agecheck .inputblock input[type=number]::-webkit-outer-spin-button { 
                    -webkit-appearance: none; 
                    margin: 0; 
                }

                /* agecheck mobile: show date input */
                .agecheck .inputblock  { visibility: hidden; }
                .ac-ready .agecheck .inputblock  { visibility: visible; }

                .agecheck .inputblock.mobile {
                    position: absolute;
                    left: -9999em;
                    top: -9999em;
                    visibility: hidden;
                }
                .agecheck .inputblock.mobile.show {
                    position: relative;
                    left: auto;
                    top: auto;
                    visibility: visible;
                }

                .agecheck .inputblock.mobile span {
                    width: 210px;
                    left: 50%;
                    margin-left: -105px;
                }

                .agecheck input#acdate {
                    width: 210px;
                    font-size: 25px;
                    text-align: center;
                    padding: 0 15%;
                    text-transform: uppercase;
                    position: relative;
                    white-space: nowrap;
                }
                .agecheck input#acdate:before {
                    display: none;
                }
                
                .agecheck input#acdate.placeholder-text:not(:focus):before {
                    background: #fff;
	                content: attr(placeholder);
                    display: block;
                    position: absolute;
                    left: 10px;
                    top: 2px;
                    text-transform: uppercase;
                    white-space: nowrap;
                }

                .agecheck .cfe_clone.select {
                    display:block;
                    font-size:16px;
                    border-color:#999;
                    margin:0 auto;
                    text-align:left;
                    width:210px;
                }
                .agecheck .cfe_clone.select:after {
                    background-color:#999;
                }
        .agecheck .step2 {
        }
            .agecheck .policy {
                background:url(../img/agegate/icon_checkmark.png) no-repeat 0 0;
                padding:5px 0 0 70px;
                min-height:54px;
            }
                .agecheck .policy p {
                    margin:0 0 10px;
                }
        .agecheck .step3 {
            text-align:center;
        }
            .agecheck .btn {
                color:#ffffff;
                height:56px;
                line-height:56px;
                padding:0 45px;
                display:inline-block;
                margin:0;
                text-align:center;
                text-shadow:0 -1px 1px rgba(0, 0, 0, 0.4);
                border:3px solid #fff;
                border-radius:6px;
                font-size:30px;
                box-shadow:inset 0px 0 0 rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0,0,0,.5);
                background:#7cb903;
                background:-moz-linear-gradient(top,  #7cb903 0%, #81bd0b 5%, #94ca29 16%, #9dd038 23%, #a6d647 33%, #aad94d 42%, #a7d748 44%, #98cd2f 47%, #85c011 49%, #7ab800 51%, #73b000 70%, #71a902 100%);
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cb903), color-stop(5%,#81bd0b), color-stop(16%,#94ca29), color-stop(23%,#9dd038), color-stop(33%,#a6d647), color-stop(42%,#aad94d), color-stop(44%,#a7d748), color-stop(47%,#98cd2f), color-stop(49%,#85c011), color-stop(51%,#7ab800), color-stop(70%,#73b000), color-stop(100%,#71a902));
                background:-webkit-linear-gradient(top,  #7cb903 0%,#81bd0b 5%,#94ca29 16%,#9dd038 23%,#a6d647 33%,#aad94d 42%,#a7d748 44%,#98cd2f 47%,#85c011 49%,#7ab800 51%,#73b000 70%,#71a902 100%);
                background:linear-gradient(to bottom,  #7cb903 0%,#81bd0b 5%,#94ca29 16%,#9dd038 23%,#a6d647 33%,#aad94d 42%,#a7d748 44%,#98cd2f 47%,#85c011 49%,#7ab800 51%,#73b000 70%,#71a902 100%);
                -webkit-transition:box-shadow 100ms ease-in-out;
                -moz-transition:box-shadow 100ms ease-in-out;
                transition:box-shadow 100ms ease-in-out;
            }
body.agegate a.more,
body.maintenance a.more {
    text-decoration:none;
    color:#000;
    white-space:nowrap;
}
body.agegate a.more:after,
body.maintenance a.more:after {
    margin:0 0 0 0.5em;
    vertical-align:-0.3em;
    content:'';
    display:inline-block;
    width:1.5em;
    height:1.5em;
    background:url(../img/more.png) #77ac05 50% 45% no-repeat;
    background-size:100% 100%;
}
body.agegate .access {
    margin:2px 0 0;
    padding:25px 15px 40px;
    background:#fff;
    text-align:center;
}
    body.agegate .access img {
        display:block;
        width:auto;
        max-width:100%;
        height:auto;
        margin:0 auto 15px;
    }
    body.agegate .access p {
        font-size:16px;
        max-width:20em;
        margin:0 auto 15px;
    }
    body.agegate .access a.more {
        display:inline-block;
        margin:0 5px;
    }

/* redirect menu */


.redirectmenu {
}
    .redirectmenu .rm-label {
        position:relative;
        z-index:10;
    }
    .redirectmenu .cfe_clone.select {
        width: 100%;
        max-width: none;
    }
    .redirectmenu .rm-content {
        position:relative;
        z-index:5;
        margin:-12px 0 7px;
        padding:10px 15px 5px;
        border:solid #d5d5d5;
        border-width:0 1px 1px;
        border-radius:0 0 3px 3px;
        box-shadow:inset 0 0 4px rgba(0,0,0,.2), 0 1px 0 rgba(255, 255, 255, 0.75);
        background:#fff;
        font-size:16px;
        line-height:18px;
        display:none;
    }
    .redirectmenu.open .rm-content {
        display:block;
    }
        .redirectmenu ul {
            margin:0;
            padding:0;
            list-style:none;
        }
            .redirectmenu li {
                margin:5px 0;
            }
                .redirectmenu .rm-content a {
                    color:#666;
                    text-decoration:none;
                }
                .redirectmenu .rm-content a.more { color:#999; }
                .redirectmenu .rm-content a:hover {
                    color:#000;
                }

/* E-mail alerts tab in footer */

#email-alerts > div {
    padding:0 15px;
}
    #email-alerts p {
        margin:10px 0;
    }

/* Social hub */

.social-hub {
    margin:0 0 15px;
}

.social-hub > ul > li {
    padding:12px 15px 15px 95px;
    font-size:16px;
    line-height:20px;
}
        .social-hub > ul img {
            position:absolute;
            top:15px;
            left:15px;
        }
        .social-hub > ul h3 {
            font-size:26px;
            line-height:1;
            font-weight:normal;
        }
        .social-hub > ul p {
            margin:0 0 10px;
        }
            .social-hub > ul .cfe_clone.select.small {
                width:100%;
            }
            .social-hub > ul .redirectmenu .rm-content {
                margin:-6px 0 0;
            }

/* Weblog */

.weblog-entries-list {
    list-style:none;
    margin:15px;
    padding:0;
}
    .weblog-entries-list > li {
        margin:0 0 15px;
    }
        .weblog-entries-list > li > a {
            text-decoration:none;
            color:inherit;
        }
.weblog-main .form aside img { display:none; }
.weblog-comments {
    margin:30px 0 25px;
    padding:0 15px 10px;
    border-bottom:2px solid #ddd;
}
    .weblog-comments ul {
        list-style:none;
        margin:0;
        padding:0;
    }
        .weblog-comments .date { margin:0; }
.weblog-aside {
    margin:25px 0;
    padding:0 15px;
}
    .weblog-aside .weblog-article-nav ol {
        list-style:none;
        margin:0;
        padding:0;
    }
        .weblog-aside .weblog-article-nav ol li {
            margin:0 0 20px;
        }
            .weblog-aside ol a {
                text-decoration:none;
                color:inherit;
            }
.weblog-other {
    margin:20px 0 30px;
    padding:5px 15px;
}
    .weblog-other .col {
        margin:15px 0;
    }
        .weblog-other .cfe_clone.select {
            width:100%;
        }

.weblog-aside .redirectmenu .rm-content { padding-top:15px; }

/* Webcasts */

.webcasts > ul h3 {
    font-size:20px;
    line-height:22px;
    font-weight:normal;
    margin:0 0 5px;
}
    /* Temporarily disabled because duration does not exist and comma appeared */
    /*.webcasts > ul time:after {
        content: ',';
    }*/
    .webcasts > ul time,
    .webcasts > ul .duration {
        color:#999;
        display:inline-block;
    }
    .webcasts .authors {
        list-style:none;
        padding:0;
        margin:3px 0 0;
        font-weight:bold;
    }
        .webcasts .authors li {
            display:inline-block;
        }
        .webcasts .authors li:after {
            content: ',';
        }
        .webcasts .authors li:last-child:after {
            content:'';
        }
    .webcasts > ul .btn { display:none; }


/* sticky navigation */

#sticky-nav { display:none; }

/* dual images */

.dual-images {
    position:relative;
    margin:0 0 30px;
}
    .dual-images .image {
        display:block;
        position:relative;
    }
    .dual-images .image:before {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:99;
        content:'';
        box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.5);
        pointer-events:none;
    }
        .dual-images .image img {
            width:100%;
            height:auto;
        }

/* performance highlights */

.ph-main {
    margin:0 -15px;
    padding: 20px 15px;
    background: #eee;
}
    .ph-main h3,
    .ph-aside h3 {
        font-size:15px;
        line-height:15px;
        color:inherit;
        font-weight:normal;
        font-family:'HeinekenCore-Regular', sans-serif;
    }
        .ph-main h3 span {
            font-size:14px;
            display:block;
        }
    .ph-main .ph-important,
    .ph-main .ph-importish {
        display:block;
        font-size:70px;
        line-height:70px;
        color:inherit;
        font-family:'HeinekenCore-Regular', sans-serif;
        text-shadow:0 2px 0 #fff;
        margin:0;
    }
    .ph-main .ph-importish {
        font-size:50px;
        line-height:50px;
        margin-bottom: 10px;
    }
        .ph-main .ph-important > span,
        .ph-main .ph-importish > span {
            position:relative;
            font-size:60px;
            vertical-align:baseline;
            padding-right:0.05em;
            letter-spacing:-0.07em;
        }
        .ph-main .ph-importish > span {
            font-size:70px;
            letter-spacing:-0.065em;
        }
            .ph-main .ph-importish > span > span { font-weight: 600; }

.ph-data.ph-data-graphs .ph-main h3 {
    margin-bottom: 15px;
}

.ph-aside {
    margin:0 0 30px;
}
.ph-data-graphs .ph-aside { margin:0; }

.ph-bar-list {
    margin:0;
    padding:0;
    list-style:none;
}
    .ph-bar-list li {
        margin:0 0 5px;
        padding:0;
    }
    .ph-bar-list li:before { display:none; }
.ph-bar {
    position:relative;
    display:block;
    color:#fff;
    height:29px;
    padding:5px;
    font-family:'HeinekenCore-Regular', sans-serif;
    font-weight:normal;
    font-size:16px;
    line-height:16px;
    /*
    background:#e5e5e5;
    box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    */
    border-radius:20px;
}
    .ph-bar .ph-bar-label {
        position:absolute;
        top:5px;
        left:5px;
        z-index:2;
        height:19px;
        padding:8px 10px 2px;
        font-family:inherit;
        font-weight:inherit;
        font-size:inherit;
        color:inherit;
        margin:0;
    }
    .ph-bar .ph-bar-value {
        position:relative;
        z-index:1;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        box-sizing:border-box;
        height:29px;
        margin:-1px 0 0;
        padding:9px 10px 1px;
        background:#8dc63f;
        text-align:right;
        border-radius:15px;
        /*box-shadow:inset 0 2px 1px #ddee6b, 0 1px 0 rgba(0, 0, 0, 0.35), 0 -1px 0 rgba(0, 0, 0, 0.075);*/
    }
    .ph-bar.ph-important .ph-bar-value {
        margin:0;
        padding-top:8px;
        padding-bottom:2px;
        background-color:#1f5427;
        /*box-shadow:inset 0 2px 1px #358f42, 0 1px 0 rgba(0, 0, 0, 0.35);*/
    }
.ph-facts-list {
    margin:0 -15px;
    padding:0;
    list-style:none;
    background: #eee;
}
    .ph-facts-list li {
        position:relative;
        padding:10px 15px;
    }
     .ph-facts-list li:before {
        margin:0;
        content:'';
        position:absolute;
        top:0;
        left:0;
        right:0;
        border-top:1px solid #d6d6d6;
        border-bottom:1px solid #fff;
    }
        .ph-facts-list li h3 { margin:0 0 15px; }
        .ph-facts-list li p {
            font-size:30px;
            line-height:30px;
            margin:0;
            color:inherit;
            text-shadow:0 2px 0 #fff;
            letter-spacing:-0.05em;
        }
            .ph-facts-list li p > span {
                font-size:50px;
            }
            .ph-facts-list li p > span > span { font-weight: 600; }
.ph-footer {
    margin: 0 -15px;
    padding: 20px 15px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0 2px 0 #fff;
    background: #eee;
}
.ph-footer:before {
    margin: 0px;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #FFF;
}
    .ph-footer blockquote p {
        font-weight: 600;
        text-indent: -0.4em;
    }
    .ph-footer blockquote cite {
        font-style: normal;
    }

.pie-chart {
    width:262px;
    height:262px;
    margin:15px 0;
    display:table;
    position:relative;
    z-index: 1;
    color:#71a902;
}
.ph-theme1 .pie-chart { color:#ed6e03; }
.ph-theme2 .pie-chart { color:#93c01d; }
.ph-theme3 .pie-chart { color:#931880; }
.ph-theme4 .pie-chart { color:#1671b8; }
.ph-theme5 .pie-chart { color:#ffcc01; }
    .pie-chart .pie-chart-value {
        display:table-cell;
        vertical-align:middle;
        text-align:center;
        font-family:'HeinekenCore-Regular', sans-serif;
        font-size:50px;
        font-weight: 600;
        line-height:1;
        color:#666;
        letter-spacing:-0.05em;
        padding:0 0 10px;
        text-shadow:0 2px 0 #fff;
    }
        .pie-chart .pie-chart-value span {
            font-size:30px;
            letter-spacing:0;
        }
    .pie-chart canvas {
        position:absolute;
        z-index:-1;
        top:0;
        left:0;
    }

/* Boxout style */

.boxout {
    margin: 15px -15px;
    padding: 15px;
    background: #f2eef0;

}
.boxout:before,
.boxout:after { display: none; }

/* Large quote */

.large-quote {
    padding: 70px 15px 60px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
}
    .large-quote:before,
    .large-quote:after {
        font-size: 150px;
        line-height: 1em;
        color: #ccc;
        position: absolute;
    }
    .large-quote:before {
        left: 10px;
        top: -15px;
        content: '\201C';
    }
    .large-quote:after {
        right: 10px;
        bottom: -60px;
        content: '\201D';
    }
    .large-quote p { margin-bottom: 10px; }
    .large-quote cite {
        display: block;
        font-style: normal;
        font-size: 16px;
    }

/* extra small screen size 0 - 400 */

@media only screen and (max-width:400px) {

    footer #sitemap .colcontainer {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
    }

}

/* 'hugin' block (parsed HTML by TR) */

div.hugin {
    height:auto !important;
    width:auto !important;
    float:none !important;
    display:block;
    overflow: hidden;
    overflow-x: auto;
}
img.hugin {
    width:100%;
    height:auto;
    margin:0 0 20px;
    float:none !important;
}
p.hugin {
    margin:0 0 20px;
    text-align:left;
}
ul.hugin li { margin:0 0 10px; }
    ul.hugin p { margin:0; }
table.hugin {
    width:100%;
    min-width: 538px;
    margin:0 0 20px;
}
    table.hugin th,
    table.hugin td {
        padding:2px 5px;
        border:0 !important;
    }

/* TODO: Retina Images

@media only screen and (-Webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:1.5), only screen, only screen and (min-device-pixel-ratio:1.5) {

}

*/

/* Sustainability performane */

.sustainable article, .sustainable.tabs-section {
    padding: 0;
}
.sustainable .shadowbm {
    display: none;
}
.sustainable .download-action {
    margin: 0;
    padding: 15px 20px 10px;
}
.sustainable .comments {
    padding: 20px 20px 0;
}
.sustainable .table {
    display: table;
    width: 100%;
}
.sustainable .table-row-group {
    display: table-row-group;
}
.sustainable .table-row {
    display: table-row;
}
.sustainable .comments {
    font-size: 14px;
    margin: 0 0 20px 15px;
}
.sustainable ul li:before {
    content: '';
}
.sustainable .table-img img {
    display: inline;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    margin: 0 0 0 -5px;
}
.sustainable .table-img h3 {
    display: inline;
    vertical-align: middle;
    font-weight: normal;
}
.sustainable .table-cell {
    display: table-cell;
    width: 33%;
    padding: 15px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #fff;
    box-shadow: inset 0 1px 0 #fff;
}
.sustainable .table-cell h3 {
    font-size: 22px;
}
.sustainable .table-cell p {
    font-size: 20px;
    line-height: 26px;
}
.sustainable .table-cell:nth-child(2), .sustainable .comments:nth-child(2) {
    border-left: none;
}
.sustainable .table-cell {
    display: block;
    width: auto;
    padding: 0;
    border: none;
    box-shadow: none;
}
.sustainable .table-cell p {
    margin-bottom: 20px;
}
.sustainable .mobile-hidden {
    display: none !important;
}
.sustainable .table-row {
    padding: 30px 20px 10px;
    margin: 0;
    display: block;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #ffffff, #e8e8e8);
    background: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
    background: -ms-linear-gradient(top, #ffffff, #e8e8e8);
    background: linear-gradient(to bottom, #ffffff, #e8e8e8);
    border-bottom: 1px solid #d5d5d5;
}
