html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, main {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

body {
    margin: 0;
}

a {
    background: 0 0;
}

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

figure {
    margin: 0;
}

button, input {
    line-height: normal;
}

    input[type="search"] {
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

iframe {
    border: none;
}

html {
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
}

@media screen and (min-width:48em) {
    html {
        font-size: 15px;
    }
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.3;
    color: #636e71;
    -webkit-font-feature-settings: "liga","dlig";
    -moz-font-feature-settings: "liga","dlig";
    font-feature-settings: "liga","dlig";
}

p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-rendering: optimizelegibility;
    margin-top: 0;
    margin-bottom: 20px;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: 400;
    }

h1, .h1, .alpha {
    font-size: 30px;
    font-size: 2rem;
    margin-bottom: 40px;
}

h2, .h2, .beta {
    font-size: 24px;
    font-size: 1.6rem;
}

h3, .h3, .gamma {
    font-size: 19px;
    font-size: 1.2666666667rem;
}

h4, .h4, .delta {
    font-size: 17px;
    font-size: 1.1333333333rem;
}

h5, .h5, .epsilon, h6, .h6, .zeta {
    font-size: 12px;
    font-size: .8rem;
    margin-bottom: 0;
}

* + h1, * + .h1, * + .alpha, * + h2, * + .h2, * + .beta, * + h3, * + .h3, * + .gamma, * + h4, * + .h4, * + .delta {
    margin-top: 20px;
}

small {
    font-size: 80%;
}

a, a:link {
    color: #636e71;
    text-decoration: none;
}

    a:visited {
        color: #636e71;
        text-decoration: none;
    }

    a:hover, a:focus {
        color: #78cbda;
    }

    a:active {
        color: #33393b;
    }

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul, ol {
    padding: 0;
    margin: 0 0 20px 20px;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-left: 40px;
    }

    ul ul, ol ul {
        list-style-type: circle;
    }

        ul ul ul, ol ul ul {
            list-style-type: square;
        }

    ul ol, ol ol {
        list-style-type: upper-roman;
    }

        ul ol ol, ol ol ol {
            list-style-type: lower-roman;
        }

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

dl {
    margin-bottom: 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 20px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #fff;
}

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

abbr[title] {
    border-bottom: 1px dotted #ddd;
    cursor: help;
}

blockquote {
    padding-left: 10px;
    margin: 20px;
    border-left: 4px solid #ccc;
}

    blockquote p {
        margin-bottom: 0;
        font-size: 15px;
        font-size: 1rem;
        font-weight: 300;
    }

    blockquote small {
        display: block;
        color: #b3b3b3;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
    }

cite {
    font-style: normal;
}

dfn {
    font-style: italic;
}

mark {
    background: #feef6d;
    padding: 2px 4px;
    border-radius: 3px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

samp {
    font-family: Menlo,Monaco,"Courier New",monospace;
}

.text-centre, .text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

::-moz-selection {
    color: #fff;
    background: #636e71;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #636e71;
    text-shadow: none;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    font-size: 100%;
    cursor: pointer;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.5;
    height: 2.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    overflow: visible;
    text-align: center;
    background-color: #636e71;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn, .btn:link, .btn:visited {
        color: #fff;
    }

        .btn:hover, .btn:active, .btn:focus {
            background-color: #4b5456;
        }

        .btn, .btn:hover, .btn:active, .btn:focus, .btn:visited {
            text-decoration: none;
        }

            .btn:active, .btn:focus {
                outline: none;
            }

            .btn.disabled, .btn[disabled] {
                cursor: default;
                background-image: none;
                opacity: .65;
            }

.btn--primary {
    background-color: #636e71;
}

    .btn--primary, .btn--primary:link, .btn--primary:visited {
        color: #fff;
    }

        .btn--primary:hover, .btn--primary:active, .btn--primary:focus {
            background-color: #4b5456;
        }

.btn--submit {
    background-color: #fff;
    border-radius: 0;
    font-weight: 700;
}

    .btn--submit, .btn--submit:link, .btn--submit:visited {
        color: #006e87;
    }

        .btn--submit:hover, .btn--submit:active, .btn--submit:focus {
            background-color: #78cbda;
            color: #fff;
        }

.btn--block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn--block + .btn--block {
        margin-top: 10px;
    }

input[type="submit"].btn--block, input[type="reset"].btn--block, input[type="button"].btn--block {
    width: 100%;
}

.socialBtn {
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #636e71;
    border-radius: 6px;
    color: #636e71;
    background-color: #fff;
    padding: 4px 8px 4px;
    font-size: 10px;
    font-size: .6666666667rem;
    font-weight: 700;
}

    .socialBtn.socialBtn--facebook {
        border-color: #375085;
    }

    .socialBtn.socialBtn--twitter {
        border-color: #5e9fcb;
    }

    .socialBtn.socialBtn--email {
        border-color: #006e87;
    }

    .socialBtn:hover {
        border-color: #636e71;
    }

@media screen and (min-width:25.875em) {
    .socialBtn {
        height: 26px;
        padding: 4px 8px 8px;
        font-size: 12px;
        font-size: .8rem;
    }
}

.g-row {
    width: 100%;
    margin: 0 auto;
}

    .g-row:after {
        content: "";
        display: table;
        clear: both;
    }

    .g-row .g-row {
        min-width: 0;
    }

        .g-row .g-row .g-col {
            padding: 0;
        }

@media screen and (min-width:56.25em) {
    .g-col {
        float: left;
        min-height: 1px;
        position: relative;
        clear: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .g-col:first-child {
            margin-left: 0;
        }

        .g-col + .g-col:last-child {
            float: right;
        }

        .g-col + .g-col.end {
            float: left;
        }
}

@media screen and (min-width:56.25em) {
    .g-span1 {
        width: 8.3333333333%;
    }

    .g-span2 {
        width: 16.6666666667%;
    }

    .g-span3 {
        width: 25%;
    }

    .g-span4 {
        width: 33.3333333333%;
    }

    .g-span5 {
        width: 41.6666666667%;
    }

    .g-span6 {
        width: 50%;
    }

    .g-span7 {
        width: 58.3333333333%;
    }

    .g-span8 {
        width: 66.6666666667%;
    }

    .g-span9 {
        width: 75%;
    }

    .g-span10 {
        width: 83.3333333333%;
    }

    .g-span11 {
        width: 91.6666666667%;
    }

    .g-span12 {
        width: 100%;
    }

    .g-row > .g-push2 {
        left: 16.6666666667%;
        position: relative;
    }

    .g-row > .g-push3 {
        left: 25%;
        position: relative;
    }

    .g-row > .g-push4 {
        left: 33.3333333333%;
        position: relative;
    }

    .g-row > .g-push5 {
        left: 41.6666666667%;
        position: relative;
    }

    .g-row > .g-push6 {
        left: 50%;
        position: relative;
    }

    .g-row > .g-push7 {
        left: 58.3333333333%;
        position: relative;
    }

    .g-row > .g-push8 {
        left: 66.6666666667%;
        position: relative;
    }

    .g-row > .g-push9 {
        left: 75%;
        position: relative;
    }

    .g-row > .g-push10 {
        left: 83.3333333333%;
        position: relative;
    }

    .g-row > .g-push11 {
        left: 91.6666666667%;
        position: relative;
    }

    .g-row > .g-pull2 {
        right: 16.6666666667%;
        position: relative;
    }

    .g-row > .g-pull3 {
        right: 25%;
        position: relative;
    }

    .g-row > .g-pull4 {
        right: 33.3333333333%;
        position: relative;
    }

    .g-row > .g-pull5 {
        right: 41.6666666667%;
        position: relative;
    }

    .g-row > .g-pull6 {
        right: 50%;
        position: relative;
    }

    .g-row > .g-pull7 {
        right: 58.3333333333%;
        position: relative;
    }

    .g-row > .g-pull8 {
        right: 66.6666666667%;
        position: relative;
    }

    .g-row > .g-pull9 {
        right: 75%;
        position: relative;
    }

    .g-row > .g-pull10 {
        right: 83.3333333333%;
        position: relative;
    }

    .g-row > .g-pull11 {
        right: 91.6666666667%;
        position: relative;
    }
}

.g-col.g-col--centered, .g-col.g-col--centred {
    float: none;
    margin: 0 auto;
}

.l-list--centred, .l-list--centered {
    text-align: center;
}

    .l-list--centred li, .l-list--centered li {
        display: inline;
    }

.l-list--floated:after {
    content: "";
    display: table;
    clear: both;
}

.l-list--floated li {
    float: left;
    display: inline-block;
}

.l-list--sitemap {
    list-style: inherit;
    margin-left: 20px;
}

    .l-list--sitemap ul {
        list-style: circle;
        margin-left: 20px;
    }

        .l-list--sitemap ul ul {
            list-style: square;
            margin-left: 20px;
        }

ul, ul ul {
    list-style: none;
    margin-left: 0;
}

.pageContent-inner ul {
    list-style: circle;
    margin-left: 20px;
}

.form {
    margin: 0 0 20px;
}

.form-fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.form-legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 19px;
    font-size: 1.2666666667rem;
    line-height: 1.3;
    color: #636e71;
    border: 0;
    border-bottom: 1px solid #eee;
    white-space: normal;
}

    .form-legend small {
        font-size: 12px;
        font-size: .8rem;
        color: #b3b3b3;
    }

.form-controlGroup {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

.form-legend + .form-controlGroup {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-label {
    display: block;
    color: #636e71;
    font-weight: 700;
}

    .form-label small {
        font-weight: 400;
        color: #b2b9bb;
    }

.form-input {
    display: block;
    width: 100%;
    height: 2.5em;
    padding: .5em;
    font-size: 15px;
    font-size: 1rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.3;
    color: #fff;
    font-weight: 400;
    vertical-align: baseline;
    background-color: #78cbda;
    border: 2px solid #78cbda;
    border-radius: 5px;
    -webkit-transition: border 200ms ease-in-out;
    -moz-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
}

    .form-input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .form-input:-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .form-input::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .form-input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .form-input::placeholder {
        color: #fff;
        opacity: 1;
    }

    .form-input:focus {
        border-color: #33a5b9;
        outline: 0;
        outline: thin dotted; \9
    }

    .form-input[type="image"], .form-input[type="checkbox"], .form-input[type="radio"], .form-input[type="range"] {
        width: auto;
        height: auto;
        padding: 0;
        margin: 3px 0;
        line-height: normal;
        cursor: pointer;
        border-radius: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-input[type="image"] {
        border: 0;
    }

    .form-input[type="file"] {
        width: auto;
        height: 28px;
        padding: initial;
        line-height: initial;
        border: initial;
        background-color: #78cbda;
        background-color: initial;
    }

    .form-input[type="hidden"] {
        display: none;
    }

    .form-input[type="color"] {
        width: 40px;
        height: 40px;
        overflow: hidden;
        padding: 2px;
    }

    .form-input[type="password"] {
        font-family: sans-serif;
    }

    .form-input[type="range"] {
        width: 100%;
    }

    .form-input > .radio:first-child, .form-input > .checkbox:first-child {
        padding-top: 5px;
    }

    .form-input[disabled], .form-input[readonly] {
        background-color: #50bccf;
        border-color: #78cbda;
        cursor: not-allowed;
    }

.form-input--textarea {
    height: auto;
    resize: vertical;
}

.form-input--textarea--uneditable {
    width: auto;
    height: auto;
}

.form-input--select {
    background-color: #78cbda;
}

    .form-input--select[multiple], .form-input--select[size] {
        height: auto;
    }

.form-input-file {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
    vertical-align: middle;
    line-height: 1em;
}

    .form-input-file:focus {
        outline: none;
    }

button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: auto;
    cursor: pointer;
    -webkit-appearance: button;
}

.control {
    display: block;
}

    .control input[type="radio"], .control input[type="checkbox"] {
        vertical-align: middle;
        margin-right: .5em;
        margin-top: -.1em;
        display: inline;
        line-height: normal;
    }

.control--inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5em;
}

.form-input--search {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
    border-radius: 100px;
}

.form-actions {
    padding: 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

    .form-actions .btn {
        margin-right: 10px;
    }

        .form-actions .btn:last-child {
            margin-right: 0;
        }

.form-controlGroup .form-message {
    padding-top: .5em;
    padding-left: .5em;
}

.form-actions .form-message {
    padding: .5em;
}

.has-warning {
    color: #f4aa47;
}

.form-controlGroup.has-warning .form-label {
    color: #f4aa47;
}

.form-controlGroup.has-warning .form-input {
    color: #f4aa47;
    border-color: #f4aa47;
}

    .form-controlGroup.has-warning .form-input:focus {
        border-color: #f19417;
    }

.form-controlGroup.has-warning .form-controlGroup-message {
    display: block;
    color: #f4aa47;
}

.has-error {
    color: #B94A4D;
}

.form-controlGroup.has-error .form-label {
    color: #B94A4D;
}

.form-controlGroup.has-error .form-input {
    color: #B94A4D;
    border-color: #B94A4D;
}

    .form-controlGroup.has-error .form-input:focus {
        border-color: #963a3c;
    }

.form-controlGroup.has-error .form-controlGroup-message {
    display: block;
    color: #B94A4D;
}

.has-success {
    color: #a6cd3f;
}

.form-controlGroup.has-success .form-label {
    color: #a6cd3f;
}

.form-controlGroup.has-success .form-input {
    color: #a6cd3f;
    border-color: #a6cd3f;
}

    .form-controlGroup.has-success .form-input:focus {
        border-color: #89ac2d;
    }

.form-controlGroup.has-success .form-controlGroup-message {
    display: block;
    color: #a6cd3f;
}

.has-info {
    color: #78cbda;
}

.form-controlGroup.has-info .form-label {
    color: #78cbda;
}

.form-controlGroup.has-info .form-input {
    color: #78cbda;
    border-color: #78cbda;
}

    .form-controlGroup.has-info .form-input:focus {
        border-color: #50bccf;
    }

.form-controlGroup.has-info .form-controlGroup-message {
    display: block;
    color: #78cbda;
}

:-ms-input-placeholder {
    color: #b3b3b3;
}

:-moz-placeholder {
    color: #b3b3b3;
}

::-webkit-input-placeholder {
    color: #b3b3b3;
}

@media screen and (min-width:56.25em) {
    .form--horizontal .form-controlGroup {
        margin-bottom: 20px;
    }

        .form--horizontal .form-controlGroup:after {
            content: "";
            display: table;
            clear: both;
        }

        .form--horizontal .form-controlGroup .form-input--fileWrapper {
            margin-left: 0;
        }

    .form--horizontal .form-label {
        float: left;
        width: 140px;
        padding-top: 5px;
        text-align: right;
    }

    .form--horizontal .form-controlGroup-inputWrapper {
        margin-left: 160px;
    }

        .form--horizontal .form-controlGroup-inputWrapper:first-child {
            padding-left: 160px;
        }

    .form--horizontal .form-helpBlock {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .form--horizontal .form-actions {
        padding-left: 160px;
    }
}

.control--custom {
    position: relative;
    display: block;
    padding: .4em 0 0 2em;
    margin-left: 0;
    cursor: pointer;
    min-height: 2.5em;
    margin-bottom: .5em;
}

    .control--custom input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

.control--custom--inline {
    display: inline-block;
    padding-right: 2em;
}

.control-indicator {
    position: absolute;
    top: .4em;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    line-height: 1;
    color: #eee;
    text-align: center;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: 1px solid #78cbda;
    background-size: 0 0;
    box-shadow: 0 0 0 2px transparent,0 0 0 0 transparent;
}

@media screen and (min-width:56.25em) {
    .control-indicator {
        top: .6em;
    }
}

.control-indicator--checkbox {
    border: 2px solid #78cbda;
    background-color: #f66;
}

input:checked ~ .control-indicator--checkbox {
    background-image: url("/img/form-checked.png");
    background-position: center;
    background-size: 9.5px 9.5px;
}

.control-indicator--radio {
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    top: .4em;
}

@media screen and (min-width:48em) {
    .control-indicator--radio {
        top: .45em;
    }
}

@media screen and (min-width:56.25em) {
    .control-indicator--radio {
        top: .45em;
    }
}

input:checked ~ .control-indicator--radio {
    background-color: #fff;
}

.form-input--fileWrapper--styled {
    position: relative;
    overflow: hidden;
}

    .form-input--fileWrapper--styled:before {
        content: 'Choose file...';
    }

    .form-input--fileWrapper--styled:after {
        content: 'Browse';
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        padding: .44em 1em 0;
        background-color: #8cd3df;
    }

    .form-input--fileWrapper--styled .form-input-file {
        opacity: 0;
        position: absolute;
    }

.form-input--selectWrapper {
    position: relative;
    display: block;
    padding: 0;
}

    .form-input--selectWrapper select {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0;
        background: 0 0;
        border: 0;
        outline: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        padding: .5em;
        height: 2.3em;
        line-height: 1;
    }

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .form-input--selectWrapper select::-ms-expand {
        display: none;
    }
}

.form-input--selectWrapper:after {
    content: "";
    font-size: .7em;
    padding: 0;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #fff;
    width: 40px;
    background-position: center center;
    pointer-events: none;
    background: url(#) center center;
}

.form-input--selectWrapper, x:-moz-any-link, x:default {
    overflow: hidden;
    width: 100%;
}

    .form-input--selectWrapper select, x:-moz-any-link, x:default {
        width: 110%;
        max-width: 110%;
        min-width: 110%;
        padding: .6em 0 .5em .8em;
        -moz-appearance: window;
        text-indent: .01px;
        text-overflow: "";
    }

    .form-input--selectWrapper:focus::-ms-value {
        background: 0 0;
        color: #222;
    }

    .form-input--selectWrapper:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

option {
    font-weight: 400;
}

.l-blockGrid {
    display: block;
    list-style-type: none;
    margin: 0;
}

    .l-blockGrid:after {
        content: "";
        display: table;
        clear: both;
    }

    .l-blockGrid > li {
        display: block;
        height: auto;
    }

@media screen and (min-width:25.875em) and (max-width:56.25em) {
    .l-blockGrid[class*="up--narrow"] > li {
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--1up--narrow > li {
        width: 100%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--2up--narrow > li {
        width: 50%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--3up--narrow > li {
        width: 33.3333333333%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--4up--narrow > li {
        width: 25%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--5up--narrow > li {
        width: 20%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--6up--narrow > li {
        width: 16.6666666667%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--7up--narrow > li {
        width: 14.2857142857%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--8up--narrow > li {
        width: 12.5%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--9up--narrow > li {
        width: 11.1111111111%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--10up--narrow > li {
        width: 10%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--11up--narrow > li {
        width: 9.0909090909%;
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--12up--narrow > li {
        width: 8.3333333333%;
        display: block;
        height: auto;
        float: left;
    }
}

@media screen and (min-width:56.25em) {
    .l-blockGrid > li {
        display: block;
        height: auto;
        float: left;
    }

    .l-blockGrid.l-blockGrid--1up > li {
        width: 100%;
    }

    .l-blockGrid.l-blockGrid--2up > li {
        width: 50%;
    }

    .l-blockGrid.l-blockGrid--3up > li {
        width: 33.3333333333%;
    }

    .l-blockGrid.l-blockGrid--4up > li {
        width: 25%;
    }

    .l-blockGrid.l-blockGrid--5up > li {
        width: 20%;
    }

    .l-blockGrid.l-blockGrid--6up > li {
        width: 16.6666666667%;
    }

    .l-blockGrid.l-blockGrid--7up > li {
        width: 14.2857142857%;
    }

    .l-blockGrid.l-blockGrid--8up > li {
        width: 12.5%;
    }

    .l-blockGrid.l-blockGrid--9up > li {
        width: 11.1111111111%;
    }

    .l-blockGrid.l-blockGrid--10up > li {
        width: 10%;
    }

    .l-blockGrid.l-blockGrid--11up > li {
        width: 9.0909090909%;
    }

    .l-blockGrid.l-blockGrid--12up > li {
        width: 8.3333333333%;
    }
}

body {
    background-color: #f2f1f0;
    padding-top: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
}

@media screen and (min-width:56.25em) {
    body {
        padding-top: 160px;
    }
}

.body-inner.noScroll {
    height: 0;
    overflow: hidden;
}

.breadcrumbs {
    display: none;
}

@media screen and (min-width:37.5em) {
    .breadcrumbs {
        display: block;
        font-size: 14px;
        font-size: .9333333333rem;
        margin: 20px auto;
        padding: 0 25px;
        max-width: 1200px;
    }

        .breadcrumbs:after {
            content: "";
            display: table;
            clear: both;
        }
}

.breadcrumbs-item {
    float: left;
    border-right: 1px solid #636e71;
    padding-right: 6px;
}

    .breadcrumbs-item:last-child {
        border-right: none;
    }

    .breadcrumbs-item ~ .breadcrumbs-item {
        margin-left: 6px;
    }

.active .breadcrumbs-link {
    font-weight: 700;
}

    .active .breadcrumbs-link, .active .breadcrumbs-link:link, .active .breadcrumbs-link:visited {
        color: #006e87;
    }

.pageVotesCount {
    margin-top: 2px;
    font-size: 12px;
    font-size: .8rem;
    color: #636e71;
    display: none;
}

    .pageVotesCount.active {
        display: block;
    }

    .pageVotesCount .icon-thumbs-up, .pageVotesCount .votes {
        display: inline-block;
        vertical-align: middle;
    }

    .pageVotesCount .icon-thumbs-up {
        width: 16px;
        height: 18px;
    }

    .pageVotesCount .votes, .pageVotesCount .votesText {
        padding-top: 4px;
    }

    .pageVotesCount .votesText {
        display: none;
    }

@media screen and (min-width:37.5em) {
    .pageVotesCount .votesText {
        display: inline-block;
        vertical-align: middle;
    }
}

.l-container {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lt-ie9 .l-container {
    min-width: 1000px;
}

.section--pageContent {
    padding: 25px 25px 60px;
    background-color: #fff;
}

    .section--pageContent a {
        text-decoration: underline;
        font-weight: 700;
    }

a, a:active, a:focus {
    outline: none;
}

.videoEmbedWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 30px 0;
}

.videoEmbed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imageCaption {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-size: .9333333333rem;
    line-height: normal;
    padding: 15px;
    color: #fff;
}

    .imageCaption.imageCaption--type-1 {
        background-color: #ff7269;
    }

    .imageCaption.imageCaption--type-2 {
        background-color: #a6cd3f;
    }

    .imageCaption.imageCaption--type-3 {
        background-color: #78cbda;
    }

.resourceLink {
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 700;
    display: table;
}

    .resourceLink .icon-download, .resourceLink .icon-link {
        width: 32px;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
    }

    .resourceLink .resourceName {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }

.section--pageContent {
    position: relative;
}

.blockHeading {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-size: 1.3333333333rem;
    position: absolute;
    top: -25px;
    left: 0;
    background-color: #006e87;
}

.cookiesPanel {
    display: none;
    padding: 55px 75px 60px 40px;
    margin-bottom: 20px;
    background-color: #636e71;
    color: #fff;
    max-width: 1200px;
    padding: 15px 15px 30px 20px;
}

    .cookiesPanel:after {
        content: "";
        display: table;
        clear: both;
    }

    .cookiesPanel .cookieContent {
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        font-size: 1rem;
    }

@media screen and (max-width:48em) {
    .cookiesPanel .cookieContent {
        clear: both;
        font-size: 17px;
        font-size: 1.1333333333rem;
        margin-top: 30px;
    }
}

.cookiesPanel .cookieAlert {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

@media screen and (max-width:25.875em) {
    .cookiesPanel .cookieText:after {
        content: "";
        display: table;
        clear: both;
    }
}

@media screen and (min-width:37.5em) {
    .cookiesPanel .cookieText {
        float: left;
        max-width: 500px;
        margin-left: 15px;
    }
}

.cookiesPanel .cookieClose a {
    float: right;
    color: #fff;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.cookiesPanel a {
    text-decoration: underline;
    font-weight: 700;
}

@media screen and (max-width:48em) {
    .cookiesPanel .moreCookies {
        text-align: center;
    }

        .cookiesPanel .moreCookies:after {
            content: "";
            display: table;
            clear: both;
        }
}

@media screen and (min-width:48em) {
    .cookiesPanel .moreCookies {
        float: right;
        margin-right: 40px;
    }
}

.cookiesPanel .moreCookies a {
    text-align: center;
    padding-top: 8px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    width: 180px;
    background-color: #78cbda;
    font-size: 16px;
    font-size: 1.0666666667rem;
    color: #fff;
    border: none;
    margin-top: 10px;
}

@media screen and (min-width:48em) {
    .cookiesPanel .moreCookies a {
        padding-top: 8px;
    }
}

.imageHoverHighlight {
    display: block;
}

@media screen and (min-width:56.25em) {
    .imageHoverHighlight:hover .imageHoverHighlight-imageWrapper:after, .imageHoverHighlight:active .imageHoverHighlight-imageWrapper:after {
        opacity: .5;
    }
}

.imageHoverHighlight-imageWrapper {
    position: relative;
    display: block;
}

    .imageHoverHighlight-imageWrapper:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

.imageHoverHighlight--type-1 .imageHoverHighlight-imageWrapper:after {
    background-color: #ff7269;
}

.imageHoverHighlight--type-2 .imageHoverHighlight-imageWrapper:after {
    background-color: #a6cd3f;
}

.imageHoverHighlight--type-3 .imageHoverHighlight-imageWrapper:after {
    background-color: #78cbda;
}

img {
    border: 0;
}

.header-global {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 101;
    background-color: #fff;
    border-bottom: 3px solid #78cbda;
    -webkit-transition: -webkit-transform .5s ease-out,top .2s ease-out;
    -moz-transition: -moz-transform .5s ease-out,top .2s ease-out;
    transition: transform .5s ease-out,top .2s ease-out;
}

@media screen and (min-width:56.25em) {
    .header-global {
        border-bottom: none;
        -webkit-transition: -webkit-transform .5s ease-out,top .5s ease-out;
        -moz-transition: -moz-transform .5s ease-out,top .5s ease-out;
        transition: transform .5s ease-out,top .5s ease-out;
    }
}

.header-global.sticky {
    position: fixed;
    z-index: 102;
}

.header-global-inner {
    height: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px 0;
}

    .header-global-inner:after {
        content: "";
        display: table;
        clear: both;
    }

@media screen and (min-width:56.25em) {
    .header-global-inner {
        height: 76px;
        top: 0;
    }
}

.mobileNavButton {
    width: 50px;
    height: 50px;
    margin-top: -7px;
    margin-left: -10px;
    float: left;
    cursor: pointer;
}

@media screen and (min-width:56.25em) {
    .mobileNavButton {
        display: none;
    }
}

.hamburger {
    padding-top: 7px;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 50px;
    margin: 0 auto;
}

.hamburgerLineWrapper {
    padding-top: 3px;
}

.mobileNavButton.active .hamburgerLineWrapper .hamburgerLine {
    border-radius: 4px;
    background-color: #006e87;
}

    .mobileNavButton.active .hamburgerLineWrapper .hamburgerLine:nth-child(odd) {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    .mobileNavButton.active .hamburgerLineWrapper .hamburgerLine:nth-child(even) {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }

.hamburgerLine {
    height: 4px;
    width: 50%;
    float: left;
    background-color: #78cbda;
    margin-top: 4px;
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    transition: transform .2s ease;
}

    .hamburgerLine:nth-child(odd) {
        margin-left: 2px;
    }

    .hamburgerLine:nth-child(even) {
        margin-left: -4px;
    }

.nav-logo {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
}

@media screen and (min-width:56.25em) {
    .nav-logo {
        float: left;
        width: 151px;
        height: 46px;
        position: static;
        left: auto;
        margin-left: 0;
    }
}

.nav-countrySelector, .nav-searchButton {
    float: right;
    margin-top: 8px;
    cursor: pointer;
}

@media screen and (min-width:56.25em) {
    .nav-countrySelector, .nav-searchButton {
        margin: 10px 0 0;
    }
}

.nav-countrySelector {
    margin-top: 8px;
    width: 100px;
    height: 14px;
    position: relative;
}
/*.nav-countrySelector:after {        content: '';        display: block;        position: absolute;        width: 12px;        height: 8px;        background-size: 100%;        bottom: -12px;        left: 50%;        margin-left: -6px;    }*/

@media screen and (min-width:56.25em) {
    .nav-countrySelector {
        height: 22px;
        margin-top: 9px;
        margin-right: 40px;
    }

        .nav-countrySelector:after {
            width: 16px;
            height: 10px;
            bottom: -14px;
            margin-left: -8px;
        }
}

.nav-searchButton {
    width: 24px;
    height: 24px;
}

@media screen and (min-width:56.25em) {
    .nav-searchButton {
        width: 32px;
        height: 32px;
    }
}

.navWrapper {
    top: 60px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease-out,top .2s ease-out;
    -moz-transition: -moz-transform .5s ease-out,top .2s ease-out;
    transition: transform .5s ease-out,top .2s ease-out;
    border-bottom: 3px solid #78cbda;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 100;
}

    .navWrapper.active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .navWrapper.sticky {
        position: fixed;
        top: 0;
    }

@media screen and (min-width:56.25em) {
    .navWrapper {
        -webkit-transition: -webkit-transform .5s ease-out;
        -moz-transition: -moz-transform .5s ease-out;
        transition: transform .5s ease-out;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        padding-top: 0;
        top: -76px;
        margin-top: 152px;
    }

        .navWrapper.sticky {
            margin-top: 0;
            -webkit-transition: top .5s ease-out;
            -moz-transition: top .5s ease-out;
            transition: top .5s ease-out;
        }
}

.nav-global {
    -webkit-transition: max-height .7s ease-out;
    -moz-transition: max-height .7s ease-out;
    transition: max-height .7s ease-out;
}

@media screen and (min-width:56.25em) {
    .nav-global {
        max-width: 1200px;
        max-height: 66px;
        margin: 0 auto;
        overflow: hidden;
    }

        .nav-global.active {
            max-height: 800px;
        }

            .nav-global.active .nav-global-list-item-link:before {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .nav-global.active .nav-global-list-item-link:after {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }
}

.nav-global-list {
    font-size: 15px;
    font-size: 1rem;
}

    .nav-global-list:after {
        content: "";
        display: table;
        clear: both;
    }

@media screen and (min-width:56.25em) {
    .nav-global-list {
        margin-left: 20px;
    }
}

.nav-global-list-item {
    border-bottom: 1px solid #636e71;
    max-height: 68px;
    overflow: hidden;
    -webkit-transition: max-height .5s ease;
    -moz-transition: max-height .5s ease;
    transition: max-height .5s ease;
}

    .nav-global-list-item b {
        display: block;
    }

    .nav-global-list-item.active {
        max-height: 1000px;
    }

        .nav-global-list-item.active .nav-global-list-item-link:before {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .nav-global-list-item.active .nav-global-list-item-link:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .nav-global-list-item:first-child {
        display: none;
    }

    .nav-global-list-item:last-child {
        padding: 15px 15px 0;
        border-bottom: none;
    }

    .nav-global-list-item .icon-home, .nav-global-list-item .icon-home-hover {
        display: inline-block;
        width: 36px;
        height: 30px;
    }

.invisible-anchor-text {
    line-height: 0;
    font-size: 0;
    color: transparent;
}

@media screen and (min-width:56.25em) {
    .nav-global-list-item {
        float: left;
        max-width: 165px;
        max-height: none;
        overflow: visible;
        padding: 4px 20px;
        border-bottom: none;
        border-right: 1px solid #cdd2d3;
    }

        .nav-global-list-item:first-child {
            display: list-item;
            padding: 8px 20px 0 0;
        }

        .nav-global-list-item:last-child {
            padding: 4px 0 20px 20px;
            border-right: 0;
        }
}

.nav-global-list-item a.selected {
    color: #78cbda;
    text-decoration: underline;
}

    .nav-global-list-item a.selected:before, .nav-global-list-item a.selected:after {
        background-color: #78cbda;
    }

.nav-global-list-item-link {
    position: relative;
    padding: 18px 15px;
    display: block;
}

    .nav-global-list-item-link:before, .nav-global-list-item-link:after {
        content: '';
        display: block;
        position: absolute;
        width: 12px;
        height: 2px;
        top: 50%;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        background-color: #636e71;
        border-radius: 4px;
    }

@media screen and (min-width:56.25em) {
    .nav-global-list-item-link:before, .nav-global-list-item-link:after {
        margin-top: 8px;
    }
}

.nav-global-list-item-link:before {
    right: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-global-list-item-link:after {
    right: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-global-list-item-link.selected {
    color: #78cbda;
    text-decoration: underline;
}

@media screen and (min-width:56.25em) {
    .nav-global-list-item-link {
        padding: 0;
        margin-bottom: 30px;
    }

        .nav-global-list-item-link:before, .nav-global-list-item-link:after {
            right: auto;
            top: auto;
            bottom: -12px;
        }

        .nav-global-list-item-link:before {
            left: 0;
        }

        .nav-global-list-item-link:after {
            left: 8px;
        }
}

.subNav-global-list {
    font-size: 13px;
    font-size: .8666666667rem;
}

.subNav-global-list-item {
    border-top: 1px solid #cdd2d3;
}

@media screen and (min-width:56.25em) {
    .subNav-global-list-item {
        border-top: none;
        margin-top: 10px;
        padding: 0;
    }
}

.subNav-global-list-item a {
    display: block;
    padding: 15px;
    width: 100%;
}

@media screen and (min-width:56.25em) {
    .subNav-global-list-item a {
        padding: 0;
    }
}

.searchPanel {
    height: 100%;
    padding-top: 22px;
}

.countrySelectorPanel {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
}

.countrySelectorPanel, .searchPanel {
    width: 100%;
    background-color: rgba(0,110,135,.9);
    top: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 100;
}

    .countrySelectorPanel.active, .searchPanel.active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        position: fixed;
        top: 60px;
        bottom: 0;
        right: 0;
        left: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

@media screen and (min-width:48em) {
    .countrySelectorPanel, .searchPanel {
        padding-top: 80px;
        height: 100%;
    }
}

@media screen and (min-width:56.25em) {
    .countrySelectorPanel.active, .searchPanel.active {
        top: 145px;
    }
}

.searchPanel-inner, .countrySelectorPanel-inner {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

    .countrySelectorPanel-inner:after {
        content: "";
        display: table;
        clear: both;
    }

.searchPanel-inputLabel {
    display: none;
}

@media screen and (min-width:48em) {
    .searchPanel-inputLabel {
        display: block;
        margin-bottom: 6px;
        font-size: 18px;
        font-size: 1.2rem;
        font-weight: 300;
        color: #fff;
    }
}

.searchPanel-input {
    width: 100%;
    font-size: 28px;
    font-size: 1.8666666667rem;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    padding-bottom: 6px;
    padding-right: 20px;
    letter-spacing: 2px;
}

    .searchPanel-input:-ms-input-placeholder {
        color: rgba(255,255,255,.5);
        opacity: 1;
    }

    .searchPanel-input:-moz-placeholder {
        color: rgba(255,255,255,.5);
        opacity: 1;
    }

    .searchPanel-input::-moz-placeholder {
        color: rgba(255,255,255,.5);
        opacity: 1;
    }

    .searchPanel-input::-webkit-input-placeholder {
        color: rgba(255,255,255,.5);
        opacity: 1;
    }

@media screen and (min-width:48em) {
    .searchPanel-input {
        font-size: 78px;
        font-size: 5.2rem;
        font-weight: 700;
        border-bottom: 3px solid #fff;
        padding-right: 50px;
    }

        .searchPanel-input:-ms-input-placeholder {
            color: #fff;
        }

        .searchPanel-input:-moz-placeholder {
            color: #fff;
        }

        .searchPanel-input::-moz-placeholder {
            color: #fff;
        }

        .searchPanel-input::-webkit-input-placeholder {
            color: #fff;
        }
}

.searchPanel-searchButton {
    display: none;
}

@media screen and (min-width:48em) {
    .searchPanel-searchButton {
        display: block;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -18px;
        background-color: transparent;
        border: none;
        outline: none;
    }
}

.countrySelectorPanel-heading {
    font-size: 24px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

@media screen and (min-width:25.875em) {
    .countrySelectorPanel-heading {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media screen and (min-width:37.5em) {
    .countrySelectorPanel-heading {
        font-size: 40px;
        font-size: 2.6666666667rem;
    }
}

@media screen and (min-width:48em) {
    .countrySelectorPanel-countryList {
        float: left;
    }
}

@media screen and (min-width:48em) {
    .countrySelectorPanel-countryList ~ .countrySelectorPanel-countryList {
        margin-left: 15%;
    }
}

@media screen and (min-width:56.25em) {
    .countrySelectorPanel-countryList ~ .countrySelectorPanel-countryList {
        margin-left: 20%;
    }
}

@media screen and (min-width:75em) {
    .countrySelectorPanel-countryList ~ .countrySelectorPanel-countryList {
        margin-left: 200px;
    }
}

.countrySelectorPanel-countryItem ~ .countrySelectorPanel-countryItem {
    margin-top: 20px;
}

.countrySelectorPanel-countryLink, .countrySelectorPanel-countryLink:link, .countrySelectorPanel-countryLink:visited {
    color: #fff;
}

    .countrySelectorPanel-countryLink:hover, .countrySelectorPanel-countryLink:active {
        color: #fff;
    }

.countrySelectorPanel-countryName, .countrySelectorPanel-countryIcon {
    display: inline-block;
    vertical-align: middle;
}

.countrySelectorPanel-countryLink:hover .countrySelectorPanel-countryName {
    text-decoration: underline;
}

.countrySelectorPanel-countryIcon {
    width: 35px;
    height: 23px;
    border: 1px solid #fff;
}

.countrySelectorPanel-countryName {
    margin-left: 4px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 300;
}

.countrySelectorPanel-message {
    clear: left;
    padding-top: 30px;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 300;
}

.searchPanel-closeButton, .countrySelectorPanel-closeButton {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 40px;
    cursor: pointer;
}

    .searchPanel-closeButton.icon-cross-white, .countrySelectorPanel-closeButton.icon-cross-white {
        background-size: 20px;
    }

.searchPanel-closeButton {
    right: -15px;
    top: 50%;
    margin-top: -22px;
}

@media screen and (min-width:48em) {
    .searchPanel-closeButton {
        top: -50px;
        right: -65px;
        margin-top: 0;
    }
}

.countrySelectorPanel-closeButton {
    right: -30px;
    top: -30px;
}

@media screen and (min-width:25.875em) {
    .countrySelectorPanel-closeButton {
        right: -40px;
        top: -26px;
    }
}

@media screen and (min-width:48em) {
    .countrySelectorPanel-closeButton {
        top: -50px;
        right: -65px;
    }
}

.masthead {
    margin: 20px auto 0;
    max-width: 1200px;
    position: relative;
    overflow-x: hidden;
}

.masthead-image {
    width: 600px;
    max-width: none;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -300px;
}

@media screen and (min-width:37.5em) {
    .masthead-image {
        width: 1200px;
        margin-left: -600px;
    }
}

.masthead-heading {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-size: 2rem;
    color: #fff;
}

.masthead-heading--large {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.masthead-heading.masthead-heading--type-1 {
    background-color: #006e87;
}

.masthead-heading.masthead-heading--type-2 {
    background-color: #ff7269;
}

.masthead-heading.masthead-heading--type-3 {
    background-color: #78cbda;
}

.masthead-heading.masthead-heading--type-4 {
    background-color: #a6cd3f;
}

@media screen and (min-width:25.875em) {
    .masthead-heading {
        font-size: 38px;
        font-size: 2.5333333333rem;
    }
}

@media screen and (min-width:37.5em) {
    .masthead-heading {
        font-size: 48px;
        font-size: 3.2rem;
    }
}

@media screen and (min-width:48em) {
    .masthead-heading {
        font-size: 68px;
        font-size: 4.5333333333rem;
    }
}

.masthead--home, .masthead--sectionPage {
    overflow-x: visible;
    background-color: #006e87;
}

    .masthead--home .masthead-primaryContent, .masthead--sectionPage .masthead-primaryContent {
        position: relative;
    }

        .masthead--home .masthead-primaryContent picture, .masthead--sectionPage .masthead-primaryContent picture {
            display: block;
            overflow-x: hidden;
        }

@media screen and (min-width:37.5em) {
    .masthead--home .masthead-primaryContent .masthead-image, .masthead--sectionPage .masthead-primaryContent .masthead-image {
        width: 900px;
        margin-left: -450px;
    }
}

.masthead--home .masthead-primaryContent .primaryContent-inner, .masthead--sectionPage .masthead-primaryContent .primaryContent-inner {
    position: relative;
    padding: 45px 25px 25px 0;
    background-color: #fff;
}

@media screen and (min-width:37.5em) {
    .masthead--home .masthead-primaryContent .primaryContent-inner, .masthead--sectionPage .masthead-primaryContent .primaryContent-inner {
        position: absolute;
        bottom: 0;
        width: 50%;
    }
}

.masthead--home .masthead-primaryContent .primaryContent-inner .masthead-heading, .masthead--sectionPage .masthead-primaryContent .primaryContent-inner .masthead-heading {
    padding: 15px;
    display: block;
    font-size: 22px;
    font-size: 1.4666666667rem;
    color: #fff;
    width: auto;
    top: 0;
}

.masthead--home .masthead-primaryContent .primaryContent-inner p, .masthead--sectionPage .masthead-primaryContent .primaryContent-inner p {
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
    padding-left: 15px;
}

    .masthead--home .masthead-primaryContent .primaryContent-inner p + p, .masthead--sectionPage .masthead-primaryContent .primaryContent-inner p + p {
        margin-top: 14px;
    }

.masthead--home .masthead-secondaryContent, .masthead--sectionPage .masthead-secondaryContent {
    background-color: #006e87;
}

@media screen and (min-width:56.25em) {
    .masthead--home .masthead-secondaryContent, .masthead--sectionPage .masthead-secondaryContent {
        height: 300px;
    }
}

.masthead--home .masthead-secondaryContent {
    padding: 14px;
    background-color: #78cbda;
}

.masthead--home .secondaryContent-inner {
    outline: 2px solid #fff;
    padding: 24px;
    height: 100%;
    text-align: center;
    color: #fff;
}

@media screen and (min-width:56.25em) {
    .masthead--home .secondaryContent-inner {
        padding: 44px 0 40px;
    }
}

@media screen and (min-width:56.25em) {
    .masthead--home .drinkCalculator .drinkCalculator-inner {
        display: block;
        margin-right: 0;
    }
}

.masthead--home .drinkCalculator .icon-drink-calculator {
    width: 194px;
    height: 60px;
    margin: 0 auto 16px;
}

.masthead--home .drinkCalculator p {
    margin-top: 4px;
    font-weight: 300;
}

    .masthead--home .drinkCalculator p b {
        font-weight: 500;
    }

.masthead--home .drinkCalculator .drinkCalculatorLink {
    display: inline-block;
    vertical-align: middle;
    margin-top: 14px;
    padding: 14px 18px;
    color: #fff;
    font-weight: 700;
    background-color: #006e87;
}

.masthead--article {
    overflow: hidden;
}

.masthead--sectionPage .masthead-secondaryContent {
    position: relative;
}

    .masthead--sectionPage .masthead-secondaryContent p {
        font-weight: 700;
        color: #fff;
        text-align: center;
        font-size: 22px;
        font-size: 1.4666666667rem;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px;
        margin-bottom: 0;
    }

@media screen and (min-width:56.25em) {
    .masthead--sectionPage .masthead-secondaryContent p {
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
    }
}

.masthead--searchResults {
    display: none;
    background-color: #006e87;
    margin-top: -5px;
    margin-bottom: 40px;
}

    .masthead--searchResults:after {
        content: "";
        display: table;
        clear: both;
    }

@media screen and (max-width:25.875em) {
    .masthead--searchResults {
        margin-top: 3px;
        padding: 10px 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width:56.25em) {
    .masthead--searchResults {
        margin-top: 3px;
    }
}

.masthead--searchResults .l-container {
    padding: 0 25px;
}

.masthead--searchResults .heading-title {
    color: #fff;
    margin: 25px 0;
    float: left;
    width: 80%;
}

@media screen and (max-width:56.25em) {
    .masthead--searchResults .heading-title {
        margin: 18px 0;
    }
}

@media screen and (max-width:25.875em) {
    .masthead--searchResults .heading-title {
        font-size: 22px;
        font-size: 1.4666666667rem;
        margin: 5px 0;
    }
}

.masthead--searchResults .icon-search-button-white {
    float: right;
    width: 32px;
    height: 32px;
    margin: 25px 0;
}

@media screen and (max-width:25.875em) {
    .masthead--searchResults .icon-search-button-white {
        width: 24px;
        height: 24px;
        margin: 5px 0;
    }
}

.page--subSectionPage .section--voteModule {
    margin-left: 25px;
    margin-right: 25px;
}

.section--voteModule {
    background-color: #636e71;
    color: #fff;
    text-align: center;
    padding: 25px 25px 15px;
    position: relative;
}

    .section--voteModule:before, .section--voteModule:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 6px;
        width: 50%;
        -webkit-transition: width .5s ease;
        -moz-transition: width .5s ease;
        transition: width .5s ease;
    }

    .section--voteModule:before {
        left: 0;
        background-color: #78cbda;
    }

    .section--voteModule:after {
        right: 0;
        background-color: #ff7269;
    }

    .section--voteModule .heading {
        font-size: 20px;
        font-size: 1.3333333333rem;
        margin-bottom: 14px;
    }

    .section--voteModule .voteButtonsWrapper {
        margin-left: 4px;
    }

    .section--voteModule .btn--vote {
        min-width: 83px;
        border-radius: 12px;
        height: 2.5em;
        line-height: 2;
        font-size: 16px;
        font-size: 1.0666666667rem;
        padding: 0 2em;
        -webkit-transition: border-color .2s linear;
        -moz-transition: border-color .2s linear;
        transition: border-color .2s linear;
    }

        .section--voteModule .btn--vote.btn--vote--yes {
            background-color: #78cbda;
            border: 3px solid #78cbda;
        }

        .section--voteModule .btn--vote.btn--vote--no {
            background-color: #ff7269;
            border: 3px solid #ff7269;
        }

        .section--voteModule .btn--vote:hover {
            border-color: #fff;
        }

    .section--voteModule .voteResultsMessage {
        font-size: 12px;
        font-size: .8rem;
        margin-top: 10px;
        margin-bottom: 0;
        opacity: 0;
        -webkit-transition: opacity .5s linear;
        -moz-transition: opacity .5s linear;
        transition: opacity .5s linear;
    }

    .section--voteModule .voteChoice {
        display: none;
    }

@media screen and (min-width:37.5em) {
    .section--voteModule .heading, .section--voteModule .voteButtonsWrapper {
        display: inline-block;
    }
}

.section--voteModule.voted .voteResultsMessage {
    opacity: 1;
}

.section--voteModule.voted.voted--yes:before {
    width: 100%;
}

.section--voteModule.voted.voted--yes:after {
    width: 0;
}

.section--voteModule.voted.voted--yes .btn--vote--yes {
    border-color: #fff;
}

.section--voteModule.voted.voted--yes .btn--vote--no:hover {
    border-color: #ff7269;
}

.section--voteModule.voted.voted--yes .voteChoice--yes {
    display: inline;
}

.section--voteModule.voted.voted--no:before {
    width: 0;
}

.section--voteModule.voted.voted--no:after {
    width: 100%;
}

.section--voteModule.voted.voted--no .btn--vote--no {
    border-color: #fff;
}

.section--voteModule.voted.voted--no .btn--vote--yes:hover {
    border-color: #78cbda;
}

.section--voteModule.voted.voted--no .voteChoice--no {
    display: inline;
}

.section--helpFromDiageo {
    background-color: #fff;
    color: #006e87;
}

    .section--helpFromDiageo .l-container {
        padding: 25px;
    }

@media screen and (min-width:48em) {
    .section--helpFromDiageo .l-container {
        padding: 40px 25px;
    }
}

.section--helpFromDiageo .helpFromDiageo-logo {
    display: block;
    margin: 0 auto;
}

.section--helpFromDiageo .helpFromDiageo-logo--drinkiq {
    width: 100px;
    height: 30px;
}

@media screen and (min-width:48em) {
    .section--helpFromDiageo .helpFromDiageo-logo--drinkiq {
        float: left;
    }
}

@media screen and (min-width:64em) {
    .section--helpFromDiageo .helpFromDiageo-logo--drinkiq {
        width: 151px;
        height: 46px;
    }
}

.section--helpFromDiageo .helpFromDiageo-logo--diageo {
    width: 95px;
    height: 30px;
}

@media screen and (min-width:48em) {
    .section--helpFromDiageo .helpFromDiageo-logo--diageo {
        float: right;
    }
}

@media screen and (min-width:64em) {
    .section--helpFromDiageo .helpFromDiageo-logo--diageo {
        width: 145px;
        height: 46px;
    }
}

.section--helpFromDiageo .helpFromDiageo-inner {
    max-width: 500px;
    text-align: center;
    margin: 20px auto 0;
}

    .section--helpFromDiageo .helpFromDiageo-inner:after {
        content: "";
        display: table;
        clear: both;
    }

@media screen and (min-width:48em) {
    .section--helpFromDiageo .helpFromDiageo-inner {
        margin-top: 0;
    }
}

.section--helpFromDiageo .helpFromDiageo-inner-heading {
    font-size: 30px;
    font-size: 2rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
}

@media screen and (min-width:48em) {
    .section--helpFromDiageo .helpFromDiageo-inner-heading {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:64em) {
    .section--helpFromDiageo .helpFromDiageo-inner-heading {
        font-size: 37px;
        font-size: 2.4666666667rem;
        margin-top: 6px;
    }
}

.section--helpFromDiageo .helpFromDiageo-inner-link {
    width: 50%;
    display: block;
    margin: 20px auto 0;
    font-size: 14px;
    font-size: .9333333333rem;
}

    .section--helpFromDiageo .helpFromDiageo-inner-link, .section--helpFromDiageo .helpFromDiageo-inner-link:link, .section--helpFromDiageo .helpFromDiageo-inner-link:visited, .section--helpFromDiageo .helpFromDiageo-inner-link:active {
        color: #006e87;
    }

        .section--helpFromDiageo .helpFromDiageo-inner-link:hover {
            color: #78cbda;
        }

        .section--helpFromDiageo .helpFromDiageo-inner-link:last-child:before {
            content: '';
            display: block;
            width: 20%;
            margin: -10px auto 10px;
            border-bottom: 2px solid #acb2b3;
        }

        .section--helpFromDiageo .helpFromDiageo-inner-link span {
            display: block;
        }

@media screen and (min-width:48em) {
    .section--helpFromDiageo .helpFromDiageo-inner-link {
        float: left;
        margin: 0;
        padding: 10px 15px 10px 10px;
    }

        .section--helpFromDiageo .helpFromDiageo-inner-link:after {
            content: "";
            display: table;
            clear: both;
        }

        .section--helpFromDiageo .helpFromDiageo-inner-link:last-child {
            padding: 10px 10px 10px 15px;
            border-left: 1px solid #f2f1f0;
        }

            .section--helpFromDiageo .helpFromDiageo-inner-link:last-child:before {
                display: none;
            }
}

#dg_footer_wrapper {
    background: #006e87 !important;
    padding-left: 25px;
    padding-right: 25px;
}

#dg_footer_wrapper_inner {
    width: 1100px !important;
}

    #dg_footer_wrapper_inner .dg_footer_row_0 {
        text-align: left !important;
        font-weight: normal !important;
    }

    #dg_footer_wrapper_inner [class^="dg_footer_row_"] {
        padding-top: 5px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #dg_footer_wrapper_inner .dg_footer_row_0 a, #dg_footer_wrapper_inner .dg_footer_row_0 a:hover {
        color: rgb(255,255,255);
        font-family: "Helvetica Neue";
    }

    #dg_footer_wrapper_inner ul li a {
        font-size: 12px;
        letter-spacing: 0;
        font-family: "Helvetica Neue";
        text-decoration: none !important;
        padding-right: 7px !important;
    }

    #dg_footer_wrapper_inner ul li:after {
        color: rgb(255,255,255) !important;
        content: "" !important;
    }

    #dg_footer_wrapper_inner ul li span {
        color: rgb(255,255,255) !important;
    }

    #dg_footer_wrapper_inner ul {
        width: 100%;
        overflow: auto !important;
    }

        #dg_footer_wrapper_inner ul li {
            font-size: 12px;
            letter-spacing: 0;
            font-family: "Helvetica Neue" !important;
            float: left !important;
        }

            #dg_footer_wrapper_inner ul li:last-child {
                float: right !important;
            }

@media screen and (max-width:65.0em) {
    #dg_footer_wrapper_inner .dg_footer_row_0 {
        width: 300px;
        margin: 0 auto;
    }

    #dg_footer_wrapper_inner ul {
        display: inline-block !important;
        text-align: center;
    }

        #dg_footer_wrapper_inner ul li {
            display: inline-block !important;
            vertical-align: middle !important;
            text-align: center !important;
            float: none !important;
            width: auto;
            margin-right: 5px;
        }

            #dg_footer_wrapper_inner ul li:last-child {
                float: none !important;
            }

            #dg_footer_wrapper_inner ul li.dg_footer_item_last:after {
                content: "" !important;
            }

            #dg_footer_wrapper_inner ul li:after {
                content: "|" !important;
            }
}

.footer {
    width: 100%;
    margin: 0 auto;
    background-color: #006e87;
}

    .footer .l-container {
        padding: 10px 25px 12px;
        max-height: 52px;
        overflow-y: hidden;
    }

        .footer .l-container:after {
            content: "";
            display: table;
            clear: both;
        }

@media screen and (min-width:37.5em) {
    .footer .l-container {
        max-height: none;
        overflow-y: visible;
    }
}

@media screen and (min-width:37.5em) {
    .footer .footer-links-list {
        float: left;
    }
}

.footer .footer-list-item {
    float: left;
    line-height: 1.4;
    margin-right: 15px;
}

    .footer .footer-list-item:nth-child(1) {
        width: 50%;
    }

    .footer .footer-list-item:nth-child(2) {
        float: right;
        margin-right: 0;
        white-space: nowrap;
    }

    .footer .footer-list-item:nth-child(3n+0) {
        clear: left;
    }

@media screen and (min-width:37.5em) {
    .footer .footer-list-item {
        line-height: 12px;
    }

        .footer .footer-list-item:nth-child(1) {
            width: auto;
        }

        .footer .footer-list-item:nth-child(2) {
            float: left;
            margin-right: 15px;
        }

        .footer .footer-list-item:nth-child(3n+0) {
            clear: none;
        }
}

.footer .footer-link {
    font-size: 12px;
    font-size: .8rem;
}

    .footer .footer-link, .footer .footer-link:link, .footer .footer-link:visited, .footer .footer-link:hover, .footer .footer-link:active {
        color: #fff;
    }

.footer .footer-copyrightNotice {
    float: right;
    text-align: right;
    margin-top: -4px;
    -webkit-transform: translateY(-webkit-calc(-100% + 2px));
    -moz-transform: translateY(-moz-calc(-100% + 2px));
    -ms-transform: translateY(calc(-100% + 2px));
    transform: translateY(calc(-100% + 2px));
    width: 50%;
    line-height: 1.4;
}

@media screen and (min-width:37.5em) {
    .footer .footer-copyrightNotice {
        width: auto;
        margin: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

[class*="icon-"] {
    speak: none;
    background-size: contain;
    background-position: center center !important;
}

.icon-large {
    display: block;
    width: 120px;
    height: 120px;
}

.icon-small {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: top;
}

.icon-socialBtn:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    margin-right: 4px;
    background-size: 100%;
}

.section--paginationModule {
    padding: 10px 0 25px;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

@media screen and (min-width:37.5em) {
    .section--paginationModule {
        max-width: 40%;
    }
}

.section--paginationModule .previous {
    float: left;
}

    .section--paginationModule .previous:before {
        border-bottom: 2px solid #006e87;
        border-left: 2px solid #006e87;
    }

.section--paginationModule .next {
    float: right;
}

    .section--paginationModule .next:after {
        border-top: 2px solid #006e87;
        border-right: 2px solid #006e87;
    }

    .section--paginationModule .previous:before, .section--paginationModule .previous:after, .section--paginationModule .next:before, .section--paginationModule .next:after {
        content: " ";
        height: 15px;
        width: 15px;
        display: inline-block;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.section--recommendedArticles {
    padding: 20px 25px;
}

@media screen and (min-width:37.5em) {
    .section--recommendedArticles {
        padding: 0 25px 20px;
    }
}

.recommendedArticle {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    position: relative;
}

    .recommendedArticle, .recommendedArticle:link, .recommendedArticle:visited {
        color: #fff;
    }

        .recommendedArticle:last-child {
            margin-bottom: 0;
        }

@media screen and (min-width:56.25em) {
    .recommendedArticle {
        margin-bottom: 50px;
    }

        .recommendedArticle:hover .recommendedArticle-imageWrapper:after, .recommendedArticle:active .recommendedArticle-imageWrapper:after {
            opacity: .3;
        }

        .recommendedArticle:hover .recommendedArticle-imageCaption, .recommendedArticle:active .recommendedArticle-imageCaption {
            bottom: 0;
        }
}

.recommendedArticle-imageWrapper {
    position: relative;
    display: none;
}

    .recommendedArticle-imageWrapper:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

.recommendedArticle--type-1 .recommendedArticle-imageWrapper:after {
    background-color: #ff7269;
}

.recommendedArticle--type-2 .recommendedArticle-imageWrapper:after {
    background-color: #a6cd3f;
}

.recommendedArticle--type-3 .recommendedArticle-imageWrapper:after {
    background-color: #78cbda;
}

@media screen and (min-width:56.25em) {
    .recommendedArticle-imageWrapper {
        display: block;
    }
}

.recommendedArticle-image {
    display: block;
    width: 100%;
}

.recommendedArticle-imageCaption {
    padding: 10px;
    font-size: 14px;
    background-color: #636e71;
    -webkit-transition: bottom .3s ease;
    -moz-transition: bottom .3s ease;
    transition: bottom .3s ease;
    font-weight: 700;
}

.recommendedArticle--type-1 .recommendedArticle-imageCaption {
    background-color: #ff7269;
}

.recommendedArticle--type-2 .recommendedArticle-imageCaption {
    background-color: #a6cd3f;
}

.recommendedArticle--type-3 .recommendedArticle-imageCaption {
    background-color: #78cbda;
}

@media screen and (min-width:56.25em) {
    .recommendedArticle-imageCaption {
        position: absolute;
        width: 80%;
        bottom: -20px;
        margin-left: 20%;
        margin-top: -30px;
    }
}

.articleListItem {
    background-color: #fff;
    margin-bottom: 25px;
}

    .articleListItem:after {
        content: "";
        display: table;
        clear: both;
    }

    .articleListItem .articleListItem-image, .articleListItem .articleListItem-copyWrapper {
        float: left;
    }

    .articleListItem .articleListItem-image {
        width: 100%;
    }

@media screen and (min-width:37.5em) {
    .articleListItem .articleListItem-image {
        width: 30%;
        max-width: 250px;
    }
}

.articleListItem .articleListItem-copyWrapper {
    padding: 0 15px 30px;
    position: relative;
}

@media screen and (min-width:37.5em) {
    .articleListItem .articleListItem-copyWrapper {
        width: 70%;
    }
}

.articleListItem .articleListItem-title {
    padding: 15px;
    display: inline-block;
    margin-left: -15px;
    color: #fff;
    position: absolute;
    top: -25px;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
}

    .articleListItem .articleListItem-title.articleListItem-title--type-1 {
        background-color: #006e87;
    }

    .articleListItem .articleListItem-title.articleListItem-title--type-2 {
        background-color: #ff7269;
    }

    .articleListItem .articleListItem-title.articleListItem-title--type-3 {
        background-color: #a6cd3f;
    }

    .articleListItem .articleListItem-title.articleListItem-title--type-4 {
        background-color: #78cbda;
    }

@media screen and (min-width:37.5em) {
    .articleListItem .articleListItem-title {
        position: relative;
        top: 0;
    }
}

.articleListItem p {
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 25px;
}

@media screen and (min-width:37.5em) {
    .articleListItem p {
        padding-top: 0;
    }
}

.articleListItem .articleListItem-link {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-size: .9333333333rem;
    font-weight: 700;
}

    .articleListItem .articleListItem-link, .articleListItem .articleListItem-link:link, .articleListItem .articleListItem-link:visited, .articleListItem .articleListItem-link:hover, .articleListItem .articleListItem-link:active {
        text-decoration: underline;
    }

#age_gate #ag_content {
    border-radius: 0;
}

    #age_gate #ag_content:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 60px;
        padding: 10px 0;
        left: 0;
        bottom: -60px;
        background: #f2f1f0 url("/img/age-gateway/logo-diageo.png") center center no-repeat;
        background-size: 100px 21px;
    }

.page--article .pageContent-inner {
    max-width: 700px;
}

    .page--article .pageContent-inner p {
        line-height: 1.8;
    }

        .page--article .pageContent-inner p a {
            color: #ff708e;
            font-weight: 400;
        }

.page--article .section--recommendedArticles, .page--article .section--resources {
    padding: 25px;
}

.page--article .section--recommendedArticles {
    padding-bottom: 0;
}

@media screen and (min-width:56.25em) {
    .page--article .section--recommendedArticles {
        padding-bottom: 25px;
    }
}

.resourceItem {
    margin-bottom: 20px;
}

.resourceLink {
    display: block;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 700;
    display: table;
}

    .resourceLink .icon-download {
        width: 32px;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
    }

    .resourceLink .resourceName {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }

.section--nextStep {
    padding: 0 25px;
    margin-top: 30px;
}

.nextStep-inner {
    background-color: #fff;
}

    .nextStep-inner:after {
        content: "";
        display: table;
        clear: both;
    }

.nextStep-image, .nextStep-copyWrapper {
    float: left;
}

.nextStep-image {
    width: 100%;
}

@media screen and (min-width:37.5em) {
    .nextStep-image {
        width: 30%;
        max-width: 250px;
    }
}

.nextStep-copyWrapper {
    padding: 0 15px 30px;
}

@media screen and (min-width:37.5em) {
    .nextStep-copyWrapper {
        width: 70%;
    }
}

.nextStep-title {
    padding: 15px;
    display: inline-block;
    margin-left: -15px;
    background-color: #ff7269;
    color: #fff;
    font-size: 14px;
}

p {
    margin-bottom: 0;
    margin-top: 15px;
}

.nextStep-link {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-size: .9333333333rem;
    font-weight: 700;
}

    .nextStep-link, .nextStep-link:link, .nextStep-link:visited, .nextStep-link:hover, .nextStep-link:active {
        text-decoration: underline;
    }

.page--home .section--bitesize .heading {
    padding-left: 25px;
}

.page--home .section--bitesize .bitesize-inner {
    background-color: #fff;
}

.page--home .section--bitesize .bitesize-imageList {
    padding-top: 20px;
    padding-left: 20px;
}

    .page--home .section--bitesize .bitesize-imageList:after {
        content: "";
        display: table;
        clear: both;
    }

@media screen and (min-width:37.5em) {
    .page--home .section--bitesize .bitesize-imageList {
        padding-top: 25px;
        padding-left: 25px;
    }
}

.page--home .section--bitesize .bitesize-imageListItem {
    padding-bottom: 20px;
    padding-right: 20px;
    line-height: 0;
}

@media screen and (min-width:37.5em) {
    .page--home .section--bitesize .bitesize-imageListItem {
        width: 50%;
        float: left;
        padding-bottom: 25px;
        padding-right: 25px;
    }
}

.page--home .section--bitesize .bitesize-link {
    display: block;
    position: relative;
}

.page--home .section--bitesize .bitesize-image {
    width: 100%;
}

.page--home .section--popular .l-container {
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (min-width:37.5em) {
    .page--home .section--popular .l-container {
        padding-right: 0;
    }
}

.page--home .section--popular .popular-imageList {
    margin-bottom: 0;
}

    .page--home .section--popular .popular-imageList:after {
        content: "";
        display: table;
        clear: both;
    }

.page--home .section--popular .popular-imageListItem {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

    .page--home .section--popular .popular-imageListItem:last-child {
        margin-bottom: 0;
    }

@media screen and (min-width:37.5em) {
    .page--home .section--popular .popular-imageListItem {
        width: 50%;
        padding-right: 25px;
    }
}

@media screen and (min-width:64em) {
    .page--home .section--popular .popular-imageListItem {
        width: 25%;
    }
}

.page--home .section--popular .popular-link {
    display: block;
    position: relative;
    line-height: 0;
}

.page--home .section--popular .popular-image {
    width: 100%;
}

.page--home .section--popular .imageCaption {
    bottom: -20px;
    font-weight: 700;
    width: 75%;
}

.page--home .section--popular .popular-copyWrapper {
    padding: 25px 15px 30px;
    background-color: #fff;
}

    .page--home .section--popular .popular-copyWrapper p, .page--home .section--popular .popular-copyWrapper a {
        font-size: 15px;
        font-size: 1rem;
        line-height: normal;
    }

    .page--home .section--popular .popular-copyWrapper a {
        text-decoration: underline;
    }

@media screen and (min-width:37.5em) {
    .page--home .section--popular .popular-copyWrapper {
        height: 160px;
    }
}

@media screen and (min-width:64em) {
    .page--home .section--popular .popular-copyWrapper {
        height: 200px;
    }
}

.page--home .section--about .l-container {
    padding-top: 0;
    padding-right: 25px;
    padding-left: 25px;
}

.page--home .section--about .heading {
    background-color: #006e87;
    display: inline-block;
    padding: 15px;
    color: #fff;
    margin-bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.page--home .section--about .about-inner {
    background-color: #fff;
    padding: 60px 0 20px;
}

.page--home .section--about .about-copyWrapper {
    padding: 0 15px;
}

    .page--home .section--about .about-copyWrapper .about-copyHeading {
        font-size: 16px;
        font-size: 1.0666666667rem;
        margin-bottom: 15px;
    }

    .page--home .section--about .about-copyWrapper p {
        font-size: 14px;
        font-size: .9333333333rem;
    }

.page--resources {
    margin-top: -20px;
}

    .page--resources .section--categories {
        position: relative;
    }

        .page--resources .section--categories.active .categories-selectionBar:before {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .page--resources .section--categories.active .categories-selectionBar:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .page--resources .section--categories.active .categories-panel {
            max-height: 500px;
        }

    .page--resources .categories-selectionBar {
        position: relative;
        background-color: #006e87;
        border-bottom: 3px solid #78cbda;
        padding: 10px 20px;
        color: #fff;
        cursor: pointer;
    }

        .page--resources .categories-selectionBar:before, .page--resources .categories-selectionBar:after {
            content: '';
            display: block;
            position: absolute;
            width: 12px;
            height: 2px;
            top: 50%;
            margin-top: -1px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
            background-color: #fff;
            border-radius: 4px;
        }

        .page--resources .categories-selectionBar:before {
            right: 23px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .page--resources .categories-selectionBar:after {
            right: 15px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .page--resources .categories-panel {
        position: absolute;
        width: 100%;
        max-height: 0;
        overflow-y: hidden;
        z-index: 1;
        background-color: #006e87;
        color: #fff;
        font-size: 15px;
        font-size: 1rem;
        font-weight: 200;
        -webkit-transition: max-height .5s ease;
        -moz-transition: max-height .5s ease;
        transition: max-height .5s ease;
    }

        .page--resources .categories-panel .categorySelectionForm {
            padding: 20px 30px;
        }

@media screen and (min-width:37.5em) {
    .page--resources .categories-panel .g-col {
        float: left;
        min-height: 1px;
        position: relative;
        clear: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .page--resources .categories-panel .g-col:first-child {
            margin-left: 0;
        }

        .page--resources .categories-panel .g-col.g-span6 {
            width: 50%;
        }
}

.page--resources .categories-panel .form-controlGroup {
    margin-top: 0;
}

.page--resources .section--content {
    padding: 40px 20px 0;
}

    .page--resources .section--content .resource-item {
        position: relative;
        margin-bottom: 40px;
        padding-bottom: 20px;
        background-color: #fff;
    }

        .page--resources .section--content .resource-item:after {
            content: "";
            display: table;
            clear: both;
        }

@media screen and (min-width:25.875em) {
    .page--resources .section--content .resource-item {
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:48em) {
    .page--resources .section--content .resource-item {
        border-radius: 15px 0 0 15px;
        padding-bottom: 0;
    }
}

.page--resources .section--content .resource-item .icon-download, .page--resources .section--content .resource-item .icon-link {
    width: 40px;
    height: 50px;
    left: -4px;
    top: -20px;
    position: absolute;
}

@media screen and (min-width:25.875em) {
    .page--resources .section--content .resource-item .icon-download, .page--resources .section--content .resource-item .icon-link {
        max-width: 180px;
        position: relative;
        float: left;
        background-position-y: top;
    }
}

@media screen and (min-width:48em) {
    .page--resources .section--content .resource-item .icon-download, .page--resources .section--content .resource-item .icon-link {
        width: 30%;
        height: 220px;
        top: 0;
        left: -2px;
    }
}

.page--resources .section--content .resource-item .item-content {
    width: 100%;
    float: left;
    padding-left: 55px;
    padding-right: 14px;
}

@media screen and (min-width:25.875em) {
    .page--resources .section--content .resource-item .item-content {
        width: 85%;
        padding-left: 14px;
    }
}

@media screen and (min-width:48em) {
    .page--resources .section--content .resource-item .item-content {
        width: 70%;
    }
}

.page--resources .section--content .resource-item h2 {
    font-size: 18px;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 2px;
}

@media screen and (min-width:37.5em) {
    .page--resources .section--content .resource-item h2 {
        font-size: 26px;
        font-size: 1.7333333333rem;
    }
}

.page--resources .section--content .resource-item p {
    margin-top: 0;
    margin-bottom: 10px;
}

.page--resources .section--content .resource-item a {
    text-decoration: underline;
    font-weight: 700;
}

.page--resources .section--sidebarText {
    line-height: 1.7;
    background-color: #fff;
    padding: 14px 20px;
}

@media screen and (min-width:56.25em) {
    .page--resources .section--sidebarText {
        padding: 50px 30px;
    }
}

.page--resources .section--sidebarText p {
    margin-top: 0;
}

.page--sectionPage .section--recommendedArticles, .page--sectionPage .section--resources {
    padding: 25px;
}

.page--sectionPage .section--sectionPageContent {
    padding: 0 25px;
    margin-top: 5px;
}

@media screen and (min-width:37.5em) {
    .page--sectionPage .section--sectionPageContent {
        margin-top: 20px;
    }
}

.page--subSectionPage .section--pageContent {
    margin-top: -20px;
    padding-bottom: 25px;
}

.page--subSectionPage .pageVotesCount {
    margin-bottom: 25px;
}

.page--subSectionPage .section--articleList, .page--subSectionPage .section--resources {
    padding: 25px;
}

.section--searchResults {
    padding: 25px;
    margin-top: 10px;
    background-color: #fff;
}

    .section--searchResults .searchResults-title {
        margin: 0 -25px 0;
        padding: 10px 25px;
        display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-size: 22px;
        font-size: 1.4666666667rem;
        position: relative;
        top: -45px;
        background-color: #ff7269;
    }

    .section--searchResults .search-item {
        margin-bottom: 45px;
    }

        .section--searchResults .search-item p, .section--searchResults .search-item a {
            font-size: 15px;
            font-size: 1rem;
        }

        .section--searchResults .search-item h3 {
            font-size: 22px;
            font-size: 1.4666666667rem;
            margin-bottom: 15px;
        }

        .section--searchResults .search-item p {
            margin-bottom: 15px;
        }

        .section--searchResults .search-item a {
            font-weight: 700;
            text-decoration: underline;
        }

.page--whatsInYourDrink {
    position: relative;
}

    .page--whatsInYourDrink .section--pageContent {
        margin-top: 25px;
        padding-left: 0;
        padding-right: 0;
    }

        .page--whatsInYourDrink .section--pageContent .pageContent-heading, .page--whatsInYourDrink .section--pageContent > p {
            padding-left: 20px;
            padding-right: 20px;
        }

    .page--whatsInYourDrink .section--drinkSelector {
        margin-top: 25px;
        background-color: #fff;
    }

        .page--whatsInYourDrink .section--drinkSelector .section.disabled {
            opacity: .4;
        }

            .page--whatsInYourDrink .section--drinkSelector .section.disabled .drinkSelector-headingWrapper {
                background-color: #acb2b3;
            }

                .page--whatsInYourDrink .section--drinkSelector .section.disabled .drinkSelector-headingWrapper .selectWrapper-button {
                    border-left-color: #acb2b3;
                }

                .page--whatsInYourDrink .section--drinkSelector .section.disabled .drinkSelector-headingWrapper .selectWrapper-buttonArrow {
                    fill: #acb2b3;
                }

@media screen and (min-width:37.5em) {
    .page--whatsInYourDrink .section--drinkSelector {
        padding: 0 20px 18px;
    }
}

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .section--drinkSelector {
        padding-bottom: 24px;
    }
}

.page--whatsInYourDrink .section--drinkSelectorBrand {
    margin-bottom: 2px;
}

@media screen and (min-width:56.25em) {
    .page--whatsInYourDrink .section--drinkSelectorBrand {
        margin-bottom: 24px;
    }
}

.page--whatsInYourDrink .section--drinkSelectorProduct {
    margin-bottom: 18px;
}

@media screen and (min-width:37.5em) {
    .page--whatsInYourDrink .section--drinkSelectorProduct {
        margin-bottom: 0;
    }
}

.h4toh1fix {
    font-size: 17px;
}

.page--whatsInYourDrink .drinkSelector-headingWrapper {
    padding: 25px 20px;
    font-size: 22px;
    font-size: 1.4666666667rem;
    background-color: #006e87;
    color: #fff;
    font-weight: 700;
}

    .page--whatsInYourDrink .drinkSelector-headingWrapper .sectionIndex {
        display: inline-block;
        margin-right: 14px;
    }

    .page--whatsInYourDrink .drinkSelector-headingWrapper .heading {
        margin: 0;
        display: inline-block;
        font-size: 22px;
        font-size: 1.4666666667rem;
    }

@media screen and (min-width:37.5em) {
    .page--whatsInYourDrink .drinkSelector-headingWrapper .heading {
        font-size: 24px;
        font-size: 1.6rem;
    }
}

.page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper, .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper {
    width: 85%;
    max-width: 510px;
    display: inline-block;
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: #fff;
}

    .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper:after, .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper:after {
        display: none;
    }

    .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper .selectWrapper-button, .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper .selectWrapper-button {
        display: block;
        position: absolute;
        width: 40px;
        height: 100%;
        top: 0;
        right: 0;
        border-left: 1px solid #006e87;
        background-size: 60%;
        background-color: #fff;
        pointer-events: none;
    }

    .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper .selectWrapper-buttonArrow, .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper .selectWrapper-buttonArrow {
        fill: #006e87;
    }

    .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper select, .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper select {
        height: 100%;
        padding: 0 0 0 .5em;
        font-size: 22px;
        font-size: 1.4666666667rem;
        font-weight: 700;
        color: #006e87;
        cursor: pointer;
    }

        .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper select, .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper select[disabled], .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper select, .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper select[disabled] {
            background-color: #fff;
        }

            .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper select[disabled], .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper select[disabled] {
                color: #acb2b3;
                cursor: not-allowed;
            }

@media screen and (min-width:37.5em) {
    .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper select, .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper select {
        font-size: 24px;
        font-size: 1.6rem;
    }
}

.page--whatsInYourDrink .drinkSubcategoryList {
    list-style: none;
    margin: 0;
    padding-top: 18px;
}

    .page--whatsInYourDrink .drinkSubcategoryList:after {
        content: "";
        display: table;
        clear: both;
    }

@media screen and (min-width:56.25em) {
    .page--whatsInYourDrink .drinkSubcategoryList {
        padding-top: 24px;
    }
}

.page--whatsInYourDrink .drinkSubcategoryItem {
    width: -webkit-calc(50% - 9px);
    width: -moz-calc(50% - 9px);
    width: calc(50% - 9px);
    height: 120px;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    background-color: #ff7269;
    text-align: center;
    cursor: pointer;
    padding: 14px;
}

    .page--whatsInYourDrink .drinkSubcategoryItem .drinkSubcategoryItem-inner {
        width: 100%;
        height: 100%;
        display: table;
        outline: 2px solid #ff7269;
        -webkit-transition: .5s outline-color ease;
        -moz-transition: .5s outline-color ease;
        transition: .5s outline-color ease;
    }

    .page--whatsInYourDrink .drinkSubcategoryItem:nth-child(2n+0) {
        margin-right: 0;
    }

    .page--whatsInYourDrink .drinkSubcategoryItem:nth-child(3n+2) {
        background-color: #a6cd3f;
    }

        .page--whatsInYourDrink .drinkSubcategoryItem:nth-child(3n+2) .drinkSubcategoryItem-inner {
            outline-color: #a6cd3f;
        }

    .page--whatsInYourDrink .drinkSubcategoryItem:nth-child(3n+3) {
        background-color: #78cbda;
    }

        .page--whatsInYourDrink .drinkSubcategoryItem:nth-child(3n+3) .drinkSubcategoryItem-inner {
            outline-color: #78cbda;
        }

    .page--whatsInYourDrink .drinkSubcategoryItem.active .drinkSubcategoryItem-inner, .page--whatsInYourDrink .drinkSubcategoryItem:hover .drinkSubcategoryItem-inner {
        outline-color: #fff;
    }

@media screen and (min-width:25.875em) {
    .page--whatsInYourDrink .drinkSubcategoryItem {
        height: 160px;
    }
}

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .drinkSubcategoryItem {
        height: 200px;
    }
}

@media screen and (min-width:56.25em) {
    .page--whatsInYourDrink .drinkSubcategoryItem {
        width: -webkit-calc(33.333333% - 16px);
        width: -moz-calc(33.333333% - 16px);
        width: calc(33.333333% - 16px);
        height: 180px;
        margin-right: 24px;
        margin-bottom: 24px;
    }

        .page--whatsInYourDrink .drinkSubcategoryItem:nth-child(2n+0) {
            margin-right: 24px;
        }

        .page--whatsInYourDrink .drinkSubcategoryItem:nth-child(3n+0) {
            margin-right: 0;
        }
}

@media screen and (min-width:75em) {
    .page--whatsInYourDrink .drinkSubcategoryItem {
        width: -webkit-calc(25% - 18px);
        width: -moz-calc(25% - 18px);
        width: calc(25% - 18px);
        height: 160px;
    }

        .page--whatsInYourDrink .drinkSubcategoryItem:nth-child(3n+0) {
            margin-right: 24px;
        }

        .page--whatsInYourDrink .drinkSubcategoryItem:nth-child(4n+0) {
            margin-right: 0;
        }
}

.page--whatsInYourDrink .subcategoryName {
    display: table-cell;
    vertical-align: middle;
    font-size: 19px;
    font-size: 1.2666666667rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

    .page--whatsInYourDrink .subcategoryName:after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 6px;
        bottom: 3px;
    }

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .subcategoryName:after {
        width: 14px;
        height: 14px;
        bottom: 5px;
    }
}

.page--whatsInYourDrink .section--productInfo {
    padding: 0 60px 20px;
}

@media screen and (max-width:37.5em) {
    .page--whatsInYourDrink .section--productInfo {
        padding: 0;
    }
}

.page--whatsInYourDrink .productHeading {
    font-size: 22px;
    font-size: 1.4666666667rem;
    padding: 0 20px;
}

@media screen and (min-width:37.5em) {
    .page--whatsInYourDrink .productHeading {
        padding: 0;
    }
}

.page--whatsInYourDrink .productDescriptionWrapper {
    padding: 0 20px;
}

@media screen and (min-width:37.5em) {
    .page--whatsInYourDrink .productDescriptionWrapper {
        padding: 0;
    }
}

.page--whatsInYourDrink .generalProductInfo {
    margin: 20px 0;
    background-color: #f2f1f0;
}

    .page--whatsInYourDrink .generalProductInfo:after {
        content: "";
        display: table;
        clear: both;
    }

.page--whatsInYourDrink .section--alcoholByVolume, .page--whatsInYourDrink .section--relatedLinks, .page--whatsInYourDrink .section--glutenFreeText {
    float: none;
    width: 100%;
    padding: 20px;
}

    .page--whatsInYourDrink .section--alcoholByVolume h6, .page--whatsInYourDrink .section--relatedLinks h6, .page--whatsInYourDrink .section--glutenFreeText h6 {
        font-size: 15px;
        font-size: 1rem;
        margin-bottom: 6px;
    }

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .section--alcoholByVolume, .page--whatsInYourDrink .section--relatedLinks, .page--whatsInYourDrink .section--glutenFreeText {
        width: 300px;
        float: left;
    }
}

.page--whatsInYourDrink .section--relatedLinks {
    background-color: #dad7d5;
}

.page--whatsInYourDrink .relatedLinksList {
    margin: 0;
}

    .page--whatsInYourDrink .relatedLinksList:after {
        content: "";
        display: table;
        clear: both;
    }

.page--whatsInYourDrink .relatedLinkItem {
    float: left;
    margin-right: 10px;
}

.page--whatsInYourDrink .relatedLink {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.page--whatsInYourDrink .nutritionHeading {
    display: inline-block;
    padding: 16px;
    font-size: 20px;
    font-size: 1.3333333333rem;
    color: #fff;
}

    .page--whatsInYourDrink .nutritionHeading.nutritionHeading--type-1 {
        background-color: #ff7269;
    }

    .page--whatsInYourDrink .nutritionHeading.nutritionHeading--type-2 {
        background-color: #a6cd3f;
    }

    .page--whatsInYourDrink .nutritionHeading.nutritionHeading--type-3 {
        background-color: #78cbda;
    }

.page--whatsInYourDrink .tableWrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.page--whatsInYourDrink .tableWrapper-inner {
    overflow: hidden;
}

.page--whatsInYourDrink .table.table--columns-2 {
    width: 100%;
}

    .page--whatsInYourDrink .table.table--columns-2 .tableCell {
        width: 50%;
    }

        .page--whatsInYourDrink .table.table--columns-2 .tableCell:nth-child(2) {
            margin-left: 50%;
        }

        .page--whatsInYourDrink .table.table--columns-2 .tableCell:nth-child(n+3) {
            display: none;
        }

.page--whatsInYourDrink .table.table--columns-3 {
    width: 150%;
}

    .page--whatsInYourDrink .table.table--columns-3 .tableCell {
        width: 33.3%;
    }

        .page--whatsInYourDrink .table.table--columns-3 .tableCell:first-child {
            width: 50%;
        }

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .table.table--columns-3 .tableCell:first-child {
        width: 33.3%;
    }
}

.page--whatsInYourDrink .table.table--columns-3 .tableCell:nth-child(2) {
    margin-left: 33.3%;
}

.page--whatsInYourDrink .table.table--columns-3 .tableCell:nth-child(n+4) {
    display: none;
}

.page--whatsInYourDrink .table.table--columns-4 {
    width: 200%;
}

    .page--whatsInYourDrink .table.table--columns-4 .tableCell {
        width: 25%;
    }

        .page--whatsInYourDrink .table.table--columns-4 .tableCell:first-child {
            width: 50%;
        }

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .table.table--columns-4 .tableCell:first-child {
        width: 25%;
    }
}

.page--whatsInYourDrink .table.table--columns-4 .tableCell:nth-child(2) {
    margin-left: 25%;
}

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .table.table--columns-2, .page--whatsInYourDrink .table.table--columns-3, .page--whatsInYourDrink .table.table--columns-4 {
        width: 100%;
    }

        .page--whatsInYourDrink .table.table--columns-2 .tableCell:nth-child(2), .page--whatsInYourDrink .table.table--columns-3 .tableCell:nth-child(2), .page--whatsInYourDrink .table.table--columns-4 .tableCell:nth-child(2) {
            margin-left: 0;
        }
}

.page--whatsInYourDrink .tableRow:after {
    content: "";
    display: table;
    clear: both;
}

.page--whatsInYourDrink .tableRow:nth-child(odd) {
    background-color: #dad7d5;
}

    .page--whatsInYourDrink .tableRow:nth-child(odd) .tableCell {
        background-color: #dad7d5;
    }

.page--whatsInYourDrink .tableRow:nth-child(even) {
    background-color: #f2f1f0;
}

    .page--whatsInYourDrink .tableRow:nth-child(even) .tableCell {
        background-color: #f2f1f0;
    }

.page--whatsInYourDrink .tableRow:first-child {
    background-color: #fff;
}

    .page--whatsInYourDrink .tableRow:first-child .tableCell {
        background-color: #acb2b3;
        color: #fff;
    }

        .page--whatsInYourDrink .tableRow:first-child .tableCell:first-child {
            display: table-cell;
            height: 100%;
            background-color: #fff;
            box-shadow: none;
        }

.page--whatsInYourDrink .tableCell {
    float: left;
    padding: 12px 16px;
    text-align: center;
}

    .page--whatsInYourDrink .tableCell:first-child {
        text-align: left;
        position: absolute;
        left: 0;
        box-shadow: 1px 0 0 0 rgba(99,110,113,.25);
        width: 50%;
    }

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .tableCell:first-child {
        position: static;
        overflow: visible;
        box-shadow: none;
    }
}

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .tableCell {
        text-align: left;
    }
}

.page--whatsInYourDrink .columnChangeButtonWrapper {
    width: 50%;
    height: 60px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

    .page--whatsInYourDrink .columnChangeButtonWrapper:after {
        content: "";
        display: table;
        clear: both;
    }

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .columnChangeButtonWrapper {
        display: none;
    }
}

.page--whatsInYourDrink .columnChangeButton {
    width: 44px;
    height: 44px;
    background-size: 10px 16px;
    cursor: pointer;
    position: relative;
    top: 50%;
    margin-top: -22px;
}

    .page--whatsInYourDrink .columnChangeButton.columnChangeButton--previous {
        float: left;
    }

    .page--whatsInYourDrink .columnChangeButton.columnChangeButton--next {
        float: right;
    }

.page--whatsInYourDrink .section--ingredients > h4, .page--whatsInYourDrink .section--allergens > h4, .page--whatsInYourDrink .section--additionalInfo > h4 {
    margin-top: 20px;
    margin-bottom: 0;
}

.page--whatsInYourDrink .section--nutritionalInfo p, .page--whatsInYourDrink .section--ingredients p, .page--whatsInYourDrink .section--allergens p, .page--whatsInYourDrink .section--additionalInfo p {
    padding-left: 20px;
    padding-right: 20px;
}

.page--whatsInYourDrink .nutritionInfoButton {
    display: inline-block;
    margin-left: 8px;
    font-size: 20px;
    font-size: 1.3333333333rem;
    font-weight: 500;
    background-color: #ff7269;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #fff;
    line-height: 23px;
    vertical-align: middle;
    cursor: pointer;
}

.page--whatsInYourDrink .infoPanelWrapper {
    position: fixed;
    z-index: 1111;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    opacity: 1;
    -webkit-transition: .2s opacity linear;
    -moz-transition: .2s opacity linear;
    transition: .2s opacity linear;
}

    .page--whatsInYourDrink .infoPanelWrapper.is-hidden {
        display: block !important;
        visibility: visible !important;
        bottom: auto;
        right: auto;
        width: 0;
        height: 0;
        opacity: 0;
    }

.page--whatsInYourDrink .infoPanelWrapper-infoPanel {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -170px;
    padding: 60px 20px;
    text-align: center;
    border: 8px solid #78cbda;
    border-radius: 6px;
    background-color: #fff;
    opacity: 1;
}

@media screen and (min-width:25.875em) {
    .page--whatsInYourDrink .infoPanelWrapper-infoPanel {
        width: 380px;
        margin-left: -190px;
    }
}

@media screen and (min-width:37.5em) {
    .page--whatsInYourDrink .infoPanelWrapper-infoPanel {
        width: 500px;
        margin-left: -250px;
    }
}

.page--whatsInYourDrink .infoPanelWrapper-infoPanel:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 80px;
    bottom: 0;
    box-shadow: inset 0 -90px 20px -20px #fff;
}

.page--whatsInYourDrink .infoPanel-closeButton {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #ff7269;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page--whatsInYourDrink .infoPanel-heading, .page--whatsInYourDrink .infoPanel-closeButton {
    font-size: 21px;
    font-size: 1.4rem;
}

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .infoPanel-heading, .page--whatsInYourDrink .infoPanel-closeButton {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.page--whatsInYourDrink .infoPanel-heading {
    margin-bottom: 20px;
    position: relative;
}

    .page--whatsInYourDrink .infoPanel-heading:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 1;
        height: 26px;
        top: 100%;
        box-shadow: inset 0 26px 20px -8px #fff;
    }

.page--whatsInYourDrink .infoPanel-copyWrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 160px;
    padding: 22px 0;
    margin-top: -20px;
}

    .page--whatsInYourDrink .infoPanel-copyWrapper p {
        font-size: 18px;
        font-size: 1.2rem;
    }

        .page--whatsInYourDrink .infoPanel-copyWrapper p:first-child {
            margin-top: 0;
        }

@media screen and (min-width:48em) {
    .page--whatsInYourDrink .infoPanel-copyWrapper p {
        font-size: 16px;
        font-size: 1.0666666667rem;
    }
}

.lt-ie10 .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--brand .form-input--selectWrapper .selectWrapper-button, .lt-ie10 .page--whatsInYourDrink .drinkSelector-headingWrapper.drinkSelector-headingWrapper--product .form-input--selectWrapper .selectWrapper-button {
    display: none;
}

.page--contactForm .requiredFieldsMessage {
    margin-top: 30px;
}

    .page--contactForm .requiredFieldsMessage .errorMessage {
        display: none;
        color: #B94A4D;
    }

    .page--contactForm .requiredFieldsMessage.has-error .errorMessage {
        display: block;
    }

.page--contactForm .form-controlGroup.has-error .form-input::-webkit-input-placeholder {
    color: #B94A4D;
}

.page--contactForm .form-controlGroup.has-error .form-input:-moz-placeholder {
    color: #B94A4D;
}

.page--contactForm .form-controlGroup.has-error .form-input::-moz-placeholder {
    color: #B94A4D;
}

.page--contactForm .form-controlGroup.has-error .form-input:-ms-input-placeholder {
    color: #B94A4D;
}

.page--contactForm .form-controlGroup.has-error .form-input::placeholder {
    color: #B94A4D;
}

.page--contactForm .form-controlGroup.has-error .form-controlGroup-error {
    display: block;
}

.page--contactForm .form-label {
    font-weight: 400;
    margin-bottom: 8px;
}

.page--contactForm .form-input {
    background-color: #78cbda !important;
    border-color: #78cbda;
    border-radius: 0;
}

    .page--contactForm .form-input.form-input--select {
        border: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .page--contactForm .form-input.form-input--select::-ms-expand {
            display: none;
        }

.page--contactForm .form-controlGroup-error {
    display: none;
    padding-left: 14px;
}

@media screen and (min-width:25.875em) {
    .page--contactForm #form-name, .page--contactForm #form-email, .page--contactForm #form-country, .page--contactForm .form-controlGroup--dateOfBirth, .page--contactForm #form-feedback, .page--contactForm .form-controlGroup--submit {
        width: 90%;
        max-width: 400px;
    }
}

@media screen and (min-width:37.5em) {
    .page--contactForm #form-name, .page--contactForm #form-email, .page--contactForm #form-country, .page--contactForm .form-controlGroup--dateOfBirth, .page--contactForm #form-feedback, .page--contactForm .form-controlGroup--submit {
        width: 70%;
    }
}

.page--contactForm .form-controlGroup--dateOfBirth {
    width: 90%;
}

.page--contactForm .form-controlGroup--dateOfBirth {
    width: 90%;
    max-width: 300px;
}

    .page--contactForm .form-controlGroup--dateOfBirth.has-error .form-input {
        color: #fff;
        border-color: #78cbda;
    }

    .page--contactForm .form-controlGroup--dateOfBirth .form-input {
        width: 27%;
        margin-right: 5%;
        float: left;
    }

        .page--contactForm .form-controlGroup--dateOfBirth .form-input.has-error {
            color: #B94A4D;
            border-color: #B94A4D;
        }

        .page--contactForm .form-controlGroup--dateOfBirth .form-input#form-dateOfBirthYear {
            width: 36%;
            margin-right: 0;
        }

.page--contactForm .form-controlGroup--emailPermission .control {
    float: left;
    margin-right: 25px;
}

.page--contactForm .form-controlGroup--emailPermission .control-indicator--radio {
    background-color: #78cbda;
    border: 5px solid #78cbda;
}

.page--contactForm .form-controlGroup--emailPermission input:checked ~ .control-indicator--radio {
    background-color: #fff;
}

.page--contactForm #form-feedback, .page--contactForm .form-controlGroup--submit {
    max-width: 700px;
}

.page--contactForm #form-feedback {
    min-height: 150px;
}

.page--contactForm #contact-submit {
    float: right;
    background: #006e87;
    border-radius: 0;
}

.page--contactForm .submit-btn:after {
    content: '';
    display: inline-block;
    height: 14px;
    width: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.page--hygienePage .section--hygiene .l-container {
    padding-top: 0;
    padding-right: 25px;
    padding-left: 25px;
}

.page--hygienePage .section--hygiene .heading {
    background-color: #006e87;
    display: inline-block;
    padding: 15px;
    color: #fff;
    margin-bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.page--hygienePage .section--hygiene .hygiene-inner {
    background-color: #fff;
    padding: 20px 0 20px;
    min-width: 560px;
}

.page--hygienePage .section--hygiene .hygiene-copyWrapper {
    padding: 0 15px;
}

    .page--hygienePage .section--hygiene .hygiene-copyWrapper p {
        font-size: 14px;
        font-size: .9333333333rem;
    }

    .page--hygienePage .section--hygiene .hygiene-copyWrapper a {
        color: #ff7269;
        text-decoration: underline;
    }

    .page--hygienePage .section--hygiene .hygiene-copyWrapper p a {
        color: #ff7269;
        font-weight: 700;
        text-decoration: underline;
        margin-bottom: 2em;
    }

.page--hygienePage .section--hygiene .l-list--sitemap a {
    color: #006e87;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

    .ir br {
        display: none;
    }

.is-hidden {
    display: none !important;
    visibility: hidden !important;
}

.is-shown {
    display: block;
}

.is-visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .is-visuallyHidden.focusable:active, .is-visuallyHidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.is-invisible {
    visibility: hidden;
}

.l-floatLeft {
    float: left;
}

.l-floatRight {
    float: right;
}

.l-clear {
    clear: both;
    float: none;
}

.l-mb0 {
    margin-bottom: 0 !important;
}

.l-mt0 {
    margin-top: 0 !important;
}

* {
    -webkit-tap-highlight-color: #636e71 !important;
}

textarea[contenteditable] {
    -webkit-appearance: none;
}

.promote-layer {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.transition {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href)")";
    }

    abbr[title]:after {
        content: " (" attr(title)")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.dg_footer_row_0 li a {
    color: white !important;
}
/*#SearchByNameDiv, #ChooseDrinkTypeDiv {    cursor: pointer;}*/
