
/*==================================
 ------------ RESET CSS -----------
==================================*/

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #595959;
    line-height: 1.7;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/*---------- Animations ----------*/

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*==================================
 --------- DEFAULT STYLES ---------
==================================*/

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}


/*---------- TYPOGRAPHY ----------*/

h1 {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    line-height: 56px;
    line-height: 3.5rem;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 40px;
        line-height: 2.5rem;
    }
}

h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 24px 0 16px;
    color: #006fba;
}

h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

h5 {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-bottom: 12.8px;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #000000;
}

p {
    line-height: 1.7rem;
    margin: 2px 0 24px 0;
}

i {
    display: inline-block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/*------------ COMMON ------------*/

img {
    max-width: 100%;
}

input[type="checkbox"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    margin: 0 5px 0 0;
    border: 1px solid;
    border-color: #333333;
    vertical-align: baseline;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    border: 3px solid;
}

input[type="checkbox"]:focus {
    outline: none;
}

input[type="radio"] {
    margin: 0 5px 0 0;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: baseline;
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

iframe {
    width: 100%;
}



/*------- HACKS AND FIXES -------*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}



/*------------ LISTS ------------*/

.list {
    margin: 16px 0;
    padding-left: 32px;
    padding-left: 2rem;
    list-style-type: disc;
}

.list li {
    line-height: 24px;
    line-height: 1.5rem;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}



/*------- BUTTONS / INPUTS -------*/

.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
    background: none;
    padding: 11px 26px;
    margin: 0 0 15px 0;
    display: inline-block;
    text-decoration: none;
    border: 4px solid #fcb539;
    border-radius: 0;
    cursor: pointer;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear,
.button::-ms-clear {
    display: none;
}

.submit,
.button,
.upload,
.dropdown {
    cursor: pointer;
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.button {
    transition: 0.3s ease-in-out;
}

.button--inverted {
    background: #006fba;
    color: #fff;
}

.button--inverted:hover {
    background: transparent;
    color: #006fba;
}

.button--dark {
    border: 2px solid #fff;
    color: #fff;
}

.button--dark:hover {
    background: #fff;
    color: #222;
}

.dropdown {
    padding: 15px 35px 15px 20px;
    background: transparent url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 10px center;
    background-size: 14px 14px;
}

.dropdown::-ms-expand {
    display: none;
}



/*------------ TABLES ------------*/

.table {
    width: 100%;
    margin: 16px 0;
}

.table thead {
    background-color: #006fba;
}

.table thead th {
    text-align: left;
}

.table tr:nth-child(even) {
    background-color: #f6f6f6;
}

.table th,
.table td,
.table tr>.grid_col {
    margin: 0;
    padding: 15px 8px;
}

.table th {
    color: #fff;
}

.table--headless tr:nth-child(even) {
    background-color: transparent;
}

.table--headless tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.table--headless tr:first-child {
    background-color: #006fba;
    text-align: left;
}

.table--headless tr:first-child td {
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .table--responsive thead {
        display: none;
    }
    .table--responsive tbody {
        border-top: 2px solid #006fba;
        border-bottom: 2px solid #006fba;
    }
    .table--responsive td {
        display: block;
    }
    .table--responsive td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}



/*--------- SPECIAL BOXES --------*/

.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(0, 111, 186, 0.5);
    font-family: monospace, serif;
    font-size: 14px;
    font-size: 0.875rem;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    overflow: hidden;
}

.code_comment {
    opacity: 0.5;
}

.quote {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(241, 175, 15, 0.5);
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.quote p:before {
    margin-right: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1b";
}

.quote p:after {
    margin-left: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1c";
}



/*==================================
 ----------- TOAST GRID -----------
==================================*/

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
    width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
    width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
    width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
    margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
    margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
    margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
    margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
    margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
    margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
    margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
    margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
    margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
    margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
    margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.66667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.66667%;
}

.grid_col--5-of-6 {
    width: 83.33333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.33333%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.33333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.33333%;
}

.grid_col--2-of-12 {
    width: 16.66667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.66667%;
}

.grid_col--5-of-12 {
    width: 41.66667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.66667%;
}

.grid_col--7-of-12 {
    width: 58.33333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.33333%;
}

.grid_col--10-of-12 {
    width: 83.33333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.33333%;
}

.grid_col--11-of-12 {
    width: 91.66667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.66667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lg-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lc-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--md-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--sm-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid_col--d-last {
    float: right;
}

.grid--no-gutter {
    margin-left: 0;
}

.grid--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}



/*==================================
 --------- UTILITY CLASSES --------
==================================*/

.hidden {
    display: none !important;
}

.disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.background--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background--brand {
    background-color: #006fba;
}

.background--alt-brand {
    background-color: #f1af0f;
}

.background--dark {
    background-color: #222;
}

.background--light {
    background-color: #fff;
}

.background--grey {
    background-color: #f2f2f2;
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #b72121;
}

.color--brand {
    color: #006fba;
}

.color--dark {
    color: #222;
}

.color--grey {
    color: #f6f6f6;
}

.color--success {
    color: #23a217;
}

.color--error {
    color: #b72121;
}

.dark {
    color: #fff;
}

.dark a {
    color: #fff;
}

.module--thin {
    padding-top: 35px;
    padding-bottom: 35px;
}

.module--thick {
    padding-top: 105px;
    padding-bottom: 105px;
}

/*==================================
 ----------- CUSTOM GRID -----------
==================================*/
.custom-grid.custom-grid--table {
    display: table;
    table-layout: fixed;
}

.custom-grid.custom-grid--table > .custom-grid_col {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}
@media (max-width: 480px) {
    .custom-grid.custom-grid--table > .custom-grid_col{
        padding: 0 5px;
    }
}

/*==================================
 --------- ACCESSIBILITY ----------
==================================*/

*:focus {
    outline: none;
}

a:focus {
    text-decoration: underline !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#maincontent:focus {
    outline: 0px;
}



/*---------- Javascript ----------*/

.js--loading:after {
    position: relative;
    left: 50%;
    display: inline-block;
    margin: 16px 0 16px -25px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb27";
    font-size: 50px;
    font-size: 3.125rem;
    animation: spin 0.8s infinite linear;
}

.js--hidden {
    display: none;
}

.js--visible {
    display: block;
}

.js--disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.js--invalid input[type="text"],
.js--invalid select {
    border: 1px solid #b72121 !important;
}

.js--invalid input[type="checkbox"] {
    border-color: #b72121 !important;
}



/*==================================
 ----------- MODULE CSS -----------
==================================*/


/*-------- All Module CSS --------*/

.module_header,
.module_back-to-top,
.module_anchor-target,
.module_file-size,
.module_file-type,
.module_file-text,
.module_view-all-link,
.module_more {
    display: none;
}

.module_nav,
.module_headline,
.module_location,
.module_speakers,
.module_links,
.module_body,
.module_add-to-calendar,
.module_options,
.module_not-found {
    margin-bottom: 15px;
}

.module_error-container {
    margin-bottom: 30px;
    color: #b72121;
}

.module_add-to-calendar-reveal {
    color: #006fba;
    cursor: pointer;
}

.module_add-to-calendar-reveal:focus {
    text-decoration: underline;
}

.module_add-to-calendar-list {
    display: none;
}

.module_add-to-calendar-list:after {
    content: "Select your Calendar";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
}

.fancybox-container .module_add-to-calendar-list {
    padding: 70px;
}

.module_add-to-calendar-item {
    display: inline-block;
    margin: 0 10px;
}

.module_add-to-calendar-item--ics {
    display: none;
}

.module_add-to-calendar-link {
    font-size: 24px;
    font-size: 1.5rem;
}

.module_add-to-calendar.js--hidden {
    display: none;
}

.module_actions,
.module_pager {
    margin-top: 20px;
}

.module_date-time {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.module_error-container {
    display: block;
}

.module_error-container ul {
    padding-left: 18px;
    padding-left: 1.125rem;
    list-style-type: disc;
}

.module_error-container ul>li {
    line-height: 24px;
    line-height: 1.5rem;
}

.module_error-container>br {
    display: none;
}

.module_error-container>span {
    display: block;
    line-height: 24px;
    line-height: 1.5rem;
}

.module_error-container>span:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ec6b";
    margin-right: 5px;
}

.module_headline {
    font-weight: normal;
}

.module_headline-link,
.module_headline-link:visited {
    color: #333333;
}

.module_image {
    display: inline-block;
    max-width: 30%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.module_image--right {
    float: right;
    margin-left: 32px;
    margin-left: 2rem;
}

.module_image--left {
    float: left;
    margin-right: 32px;
    margin-right: 2rem;
}

.module_introduction {
    margin-bottom: 35px;
}

.module_item {
    padding: 30px 0 10px;
}

.module_item~.module_item {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.module_label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.module_label+.module_required {
    font-size: 14px;
    font-size: 0.875rem;
}

.module_links>*,
.module_links li,
.module_links .module_presentation {
    display: inline;
}

.module_link {
    display: inline-block;
    margin: 0 15px 5px 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}

.module_link i,
.module_link:before {
    display: inline-block;
    padding-right: 2px;
}

.module_link>.module_link-text,
.module_link>i {
    vertical-align: middle;
}

.module_link>i:before {
    display: block;
}

.module_link[style="DISPLAY:block;"],
.module_link[style="display: block;"] {
    display: inline-block !important;
}

.module_loader {
    display: inline-block;
    animation: spin 1s linear infinite;
}

.module_message {
    display: block;
    margin: 16px 0;
}

.module_message[style$="hidden;"],
.module_message:empty {
    display: none;
}

.module_message--success {
    color: #23a217;
}

.module_message--success:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed71";
    margin-right: 8px;
    margin-right: 0.5rem;
}

.module_message--error {
    color: #b72121;
}

.module_message--error:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed4f";
    margin-right: 8px;
    margin-right: 0.5rem;
}

.module_nav-link,
.module_nav .ModuleYearLink,
.module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
    display: inline-block;
    margin-right: 5px;
    padding: 15px 20px;
    border: 2px solid #006fba;
    color: #333333;
    font-weight: normal;
}

.module_nav-link.selected,
.module_nav-link.selected:visited,
.module_nav .ModuleYearLink.selected,
.module_nav .ModuleYearLink.selected:visited,
.module_nav-link:visited.selected,
.module_nav-link:visited.selected:visited,
.module_nav .ModuleYearLink:visited.selected,
.module_nav .ModuleYearLink:visited.selected:visited {
    background-color: #006fba;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .module_nav-link,
    .module_nav .ModuleYearLink,
    .module_nav-link:visited,
    .module_nav .ModuleYearLink:visited {
        margin-bottom: 10px;
    }
}

.module_options-label,
.module_options-select {
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .module_options-label,
    .module_options-select {
        display: block;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module_options-select,
    .module_options-submit {
        display: block;
        margin-bottom: 10px;
    }
}

.module_pager a {
    color: #333333;
}

.module_pager a[href] {
    color: #006fba;
}

.module_reminder .module_input.module_reminder-period,
.module_reminder .module_input.module_reminder-email {
    margin-right: 10px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required {
    color: #333333;
}

.module_required-text {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #333333;
}

.module_rss {
    float: right;
}

.module_speakers li {
    margin-bottom: 5px;
}

.module_title {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 30px;
    display: block;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .module_title {
        margin-bottom: 31px;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
}

.module_view-all-link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}

.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"],
.module_dropdown,
.module textarea.module_input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Text area demands width*/
    width: 100%;
    max-width: none;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    background-color: #f6f6f6;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
}

.module_input[type="text"]::-ms-clear,
.module_input[type="email"]::-ms-clear,
.module_input[type="file"]::-ms-clear,
.module_dropdown::-ms-clear,
.module textarea.module_input::-ms-clear {
    display: none;
}

.module textarea.module_input {
    resize: vertical;
}

.module_input[type="file"],
.module_dropdown {
    cursor: pointer;
}

.module_input[type="file"] {
    line-height: 16px;
    line-height: 1rem;
}

.module_input--brand[type="text"] {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    border: 2px solid #006fba;
    background: transparent;
}

.module_dropdown {
    background: #f6f6f6 url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 20px center;
    background-size: 14px 14px;
}

.module_dropdown::-ms-expand {
    display: none;
}

.module-details .module_date-time {
    margin-bottom: 15px;
}



/*------- Captcha Component ------*/

.CaptchaContainer {
    display: none;
}

.CaptchaContainer table tr:nth-child(1) {
    display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
    padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.CaptchaContainer table tr:nth-child(3) td span {
    display: none !important;
}

.CaptchaContainer table tr:nth-child(4) span {
    display: none !important;
}

.CaptchaContainer table tr td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .CaptchaContainer table tr td {
        padding-right: 0;
    }
}

.CaptchaContainer input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    max-width: none;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    background-color: #f6f6f6;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
}

.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
    padding-bottom: 20px;
}

.fancybox-container .CaptchaContainer table tr td {
    padding-right: 0;
}



/*- Investment Calculator Widget -*/

.module-calculator_input:not(:last-of-type) {
    margin-bottom: 20px;
}

.module-calculator_input h4 {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.module-calculator_input label {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.module-calculator_input input[type="text"] {
    background-color: rgba(0, 0, 0, 0.05);
}

.module-calculator_input input[type="checkbox"]+label {
    margin: 0;
}

.module-calculator_input-row {
    padding-bottom: 10px;
}

.module-calculator_input-row input[type="text"] {
    margin-top: 10px;
    max-width: 300px;
}

.module-calculator_input-row--other input[type="text"] {
    display: none;
}

.module-calculator_input-row--other input[type="text"].js--revealed {
    display: block;
}

@media screen and (min-width: 1024px) {
    .module-calculator_popup-container {
        min-width: 920px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .module-calculator_popup-container .table thead {
        display: none;
    }
    .module-calculator_popup-container .table tbody {
        border-top: 2px solid #006fba;
        border-bottom: 2px solid #006fba;
    }
    .module-calculator_popup-container .table td {
        display: block;
    }
    .module-calculator_popup-container .table td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}

.module-calculator_info td:first-child:before {
    content: none;
}



/*- Committee Composition Widget -*/

@media only screen and (max-width: 768px) {
    .module-committee .module_container--desktop {
        display: none;
    }
}

.module-committee .module_container--tablet {
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-committee .module_container--tablet {
        display: block;
    }
}

.module-committee .module_header {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    font-weight: normal;
}

.module-committee .module_item {
    padding: 0;
}

.module-committee .module_item~.module_item {
    border: 0;
}

.module-committee .module_item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.module-committee .grid_col {
    padding: 20px 15px;
    text-align: center;
}

.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee_category.js--active .module_header i:before {
    content: "\edc2";
}

.module-committee_custom-role {
    margin-left: 5px;
}

.module-committee_bio {
    padding: 0 15px 20px;
    text-align: left;
}

.module-committee_bio p {
    margin: 0;
}

.module-committee_bio p:not(:last-of-type) {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.module-committee_legend-container {
    padding: 20px 15px;
}

.module-committee_legend {
    display: inline-block;
    margin-right: 30px;
}

.module-committee_legend i {
    margin-right: 5px;
}



/*----- Download List Module -----*/

.module-downloads .module_nav {
    display: none;
}

.module-downloads .module_item {
    padding: 15px 0;
}

.module-downloads_thumbnail,
.module-downloads_description,
.module-downloads_date {
    display: none;
}

.module-downloads_title-link {
    position: relative;
    display: block;
    margin: 0;
    padding-right: 20px;
}

.module-downloads_title-link:after {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}



/*--------- Event Module ---------*/

.module-event .module_location,
.module-event .module_speakers h4,
.module-event .module_body {
    display: none;
}

.module-event-latest .module_container--content {
    margin-bottom: 20px;
}

.module-event-latest .module_item {
    margin: 10px 0;
    padding: 0 0 0 20px;
    border: none;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .module-event-latest .module_item:first-child {
        width: 100%;
    }
}

.module-event-latest .module_item-wrap {
    padding: 30px;
    background: #f6f6f6;
}

.module-event-latest .module_date-time {
    margin-bottom: 15px;
    font-weight: normal;
}

.module-event-latest .module_headline {
    line-height: 150%;
    font-weight: 200;
}

.module-event-latest .module_links {
    margin: 0;
}

.module-event-upcoming .module_nav {
    display: none;
}

.module-event-upcoming .module_item {
    padding: 0 0 10px;
}

.module-event-upcoming .module_item~.module_item {
    padding: 30px 0 10px;
}

.module-event-calendar {
    display: table;
    width: 100%;
}

.module-event-calendar_calendar-container,
.module-event-calendar_event-container {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

.module-event-calendar_calendar-container {
    padding-right: 20px;
}

.module-event-calendar_event-container {
    padding: 50px;
    background-color: #f6f6f6;
}

.module-event-calendar_splash i {
    font-size: 40px;
    font-size: 2.5rem;
    color: #006fba;
}

.module-event-calendar_splash p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19.2px;
    line-height: 1.2rem;
}

.module-event-calendar_controls {
    padding: 20px 15px;
    background-color: #006fba;
    font-weight: bold;
    color: #fff;
}

.module-event-calendar_previous-month,
.module-event-calendar_month,
.module-event-calendar_next-month {
    display: inline-block;
}

.module-event-calendar_previous-month,
.module-event-calendar_next-month {
    cursor: pointer;
}

.module-event-calendar_previous-month {
    float: left;
}

.module-event-calendar_next-month {
    float: right;
}

.module-event-calendar_day-container {
    border-bottom: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day {
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 8px 0 25px;
    border-top: 1px solid rgba(0, 111, 186, 0.2);
    border-left: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day.calendar-dow-6 {
    border-right: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day--name {
    padding: 15px 0 10px;
    border: none;
}

.module-event-calendar_day--adjacent-month {
    color: rgba(51, 51, 51, 0.1);
}

.module-event-calendar_day--today {
    background: #f6f6f6;
}

.module-event-calendar_day--event {
    cursor: pointer;
}

.module-event-calendar_day--event:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    height: 4px;
    background-color: #006fba;
}

.module-event-calendar_day--selected {
    background-color: #006fba;
    color: #fff;
}

.module-event-calendar_day--selected:after {
    background-color: #fff;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar_day {
        display: inline-block;
    }
}

.module-event-calendar .module_item {
    padding: 0;
}

.module-event-calendar .module_date-time,
.module-event-calendar .module_headline {
    margin-bottom: 20px;
}

.module-event-calendar .module_links>div:not(:first-of-type) .module_link {
    padding-left: 15px;
    border-left: 1px solid #006fba;
}

.module-event-calendar .module_add-to-calendar {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .module-event-calendar {
        display: block;
    }
    .module-event-calendar_calendar-container,
    .module-event-calendar_event-container {
        display: block;
        width: 100%;
    }
    .module-event-calendar_calendar-container {
        padding-right: 0;
    }
    .module-event-calendar_event-container {
        margin-top: 20px;
    }
}

.module-event .module_link[href$=".mp3"] i:before,
.module-event .module_link[href$=".wmv"] i:before,
.module-event-details .module_link[href$=".mp3"] i:before,
.module-event-details .module_link[href$=".wmv"] i:before,
.module-event-latest .module_link[href$=".mp3"] i:before,
.module-event-latest .module_link[href$=".wmv"] i:before,
.module-event-upcoming .module_link[href$=".mp3"] i:before,
.module-event-upcoming .module_link[href$=".wmv"] i:before,
.module-event-archive .module_link[href$=".mp3"] i:before,
.module-event-archive .module_link[href$=".wmv"] i:before,
.module-event-calendar .module_link[href$=".mp3"] i:before,
.module-event-calendar .module_link[href$=".wmv"] i:before {
    content: "\e952";
}

.module-event .module_link[href$=".xls"] i:before,
.module-event .module_link[href$=".csv"] i:before,
.module-event-details .module_link[href$=".xls"] i:before,
.module-event-details .module_link[href$=".csv"] i:before,
.module-event-latest .module_link[href$=".xls"] i:before,
.module-event-latest .module_link[href$=".csv"] i:before,
.module-event-upcoming .module_link[href$=".xls"] i:before,
.module-event-upcoming .module_link[href$=".csv"] i:before,
.module-event-archive .module_link[href$=".xls"] i:before,
.module-event-archive .module_link[href$=".csv"] i:before,
.module-event-calendar .module_link[href$=".xls"] i:before,
.module-event-calendar .module_link[href$=".csv"] i:before {
    content: "\eeae";
}

.module-event .module_link[href$=".mp4"] i:before,
.module-event .module_link[href$=".flv"] i:before,
.module-event .module_link[href$=".avi"] i:before,
.module-event-details .module_link[href$=".mp4"] i:before,
.module-event-details .module_link[href$=".flv"] i:before,
.module-event-details .module_link[href$=".avi"] i:before,
.module-event-latest .module_link[href$=".mp4"] i:before,
.module-event-latest .module_link[href$=".flv"] i:before,
.module-event-latest .module_link[href$=".avi"] i:before,
.module-event-upcoming .module_link[href$=".mp4"] i:before,
.module-event-upcoming .module_link[href$=".flv"] i:before,
.module-event-upcoming .module_link[href$=".avi"] i:before,
.module-event-archive .module_link[href$=".mp4"] i:before,
.module-event-archive .module_link[href$=".flv"] i:before,
.module-event-archive .module_link[href$=".avi"] i:before,
.module-event-calendar .module_link[href$=".mp4"] i:before,
.module-event-calendar .module_link[href$=".flv"] i:before,
.module-event-calendar .module_link[href$=".avi"] i:before {
    content: "\e95e";
}

.module-event .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".com"]:not(.module_webcast-link) i:before {
    content: "\eecd";
}

.module-event-archive .module_financials .module_link.module_financial-link:before {
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.module-event-archive .module_financials .module_link.module_financial-link:before {
    content: "\eecd";
}

.module-event-archive .module_financials a[href*=".pdf"].module_link.module_financial-link:before,
.module-event-archive .module_financials a[href*=".PDF"].module_link.module_financial-link:before {
    content: "\e900";
}

.module-event-archive .module_financials .module_link.module_financial-link.webcast:before {
    content: "\e989";
}



/*---------- FAQ Module ----------*/

.module-faq_question {
    margin-top: 0;
    cursor: pointer;
}

.module-faq_answer p {
    margin: 0;
    padding: 0 0 16px;
}

.module-faq .toggle-all a:before {
    content: "Show all";
}

.module-faq .toggle-all.js--active a:before {
    content: "Hide all";
}



/*--- Financial Report Modules ---*/

.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #006fba;
}

.module-financial-year .module_item {
    padding: 0;
}

.module-financial-year .module_item~.module_item {
    border: none;
}

.module-financial-year .module_links {
    margin: 0;
}

.module-financial-year .module-financial_year {
    text-align: center;
}

.module-financial-quarter .module_item {
    padding: 0;
}

.module-financial-quarter .module_item~.module_item {
    border: none;
}

.module-financial-quarter .module_item.js--active h3:after {
    content: "\ed5e";
}

.module-financial-quarter .module_links {
    margin: 0;
    padding: 15px;
}

.module-financial-quarter .module_links>div {
    display: block;
}

.module-financial-quarter .module_link {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
}

.module-financial-quarter .module-financial_year-text {
    padding: 20px 15px;
    margin-bottom: 10px;
    background-color: #006fba;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

.module-financial-quarter .module-financial_year-text:after {
    float: right;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed5d";
}

.module-financial-table_header {
    background-color: #006fba;
    color: #fff;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_body-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module-financial-table_body-row:nth-child(even) {
    background-color: #f6f6f6;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
}

.module-financial-table_item~.module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    opacity: 0.1;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_item {
        margin: 5px;
    }
}

.module-financial-table .slick-slider {
    display: inline-block;
    padding: 0;
}

.module-financial-table .slick-slide:focus {
    outline: none;
}

.module-financial-table .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.module-financial-table .slick-prev {
    left: 10px;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}



/* Latest Quarterly Result Widget */

.module-latest-quarter .module_item {
    margin: 50px 0;
    padding: 0;
}

.module-latest-quarter .module_item~.module_item {
    border: none;
}

.module-latest-quarter .module_links {
    margin: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    text-align: left;
}

.module-latest-quarter .module_links>div {
    display: inline-block;
    text-align: center;
}

.module-latest-quarter .module_link {
    margin: 0;
}

.module-latest-quarter .module_link i {
    display: block;
    font-size: 55px;
    font-size: 3.4375rem;
}

.module-latest-quarter .module_link-text {
    display: inline-block;
    margin: 15px 0 0;
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
}

.module-latest-quarter .module-financial_type-text,
.module-latest-quarter .module-financial_year-text {
    display: inline-block;
    width: 100%;
}

.module-latest-quarter .module-financial_type-text {
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: normal;
}

.module-latest-quarter .module-financial_year-text {
    margin-top: 15px;
    font-size: 24px;
    font-size: 1.5rem;
}

.module-latest-quarter .grid_col {
    vertical-align: bottom;
}

@media only screen and (max-width: 1024px) {
    .module-latest-quarter .module_links {
        border-left: 0;
    }
    .module-latest-quarter .module_link {
        margin: 0 0 15px;
    }
    .module-latest-quarter .grid_col {
        vertical-align: middle;
    }
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_item>div:first-child {
        margin-bottom: 30px;
    }
}



/*------ Formbuilder Module ------*/

.module-form--custom .module_container--content {
    display: none;
}

.module-form--custom .module_container--content.js--visible {
    display: block;
}

.module-form .module_container--content {
    margin-left: -20px;
}

@media only screen and (max-width: 768px) {
    .module-form .module_container--content {
        margin-left: 0;
    }
}

.module-form .module_error-container li[style="visibility: hidden;"] {
    display: none;
}

.module-form .module_required {
    margin-left: 3px;
}

.module-form .module_container--captcha>div {
    margin: 0;
    padding: 0;
}

.MessageSent .module_container.module_container--inner p:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed71";
    margin-right: 8px;
    margin-right: 0.5rem;
}

.MessageSent .module_container.module_container--inner p {
    color: #23a217;
}

.module-form .module_container--captcha>div .ErrorMessage {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #b72121;
}

.module-form .module_container--captcha>div .ErrorMessage[style="visibility: hidden;"] {
    display: none;
}

.module-form_item {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
}

.module-form_item>label,
.module-form_item legend {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.module-form_item legend {
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
}

.module-form_item legend~ul {
    clear: both;
}

.module-form_item ul li:not(:last-of-type) {
    padding-bottom: 5px;
}

.module-form_item--document-request,
.module-form_item--are-you-an-investor {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .module-form_item {
        width: 100%;
        padding-left: 0;
    }
}

.module-form_error-text {
    color: #b72121;
}

.module-form_error-text[style="visibility:hidden;"] {
    display: none;
}

.module-form .CaptchaContainer {
    display: block;
}

.module-form .CaptchaContainer input[type="text"] {
    width: 100%;
}

.module-glossary .module_header {
    display: block;
}

.module-glossary .module_header table {
    width: 100%;
    table-layout: fixed;
}

.module-glossary .module_header table a {
    color: #333333;
    font-weight: normal;
}

.module-glossary .module_header table a[href] {
    color: #006fba;
}



/*---------- Job Modules ---------*/

.module-job-details_description-container {
    margin-bottom: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description label {
    font-weight: normal;
}

.module-job-details_description input {
    width: auto;
    max-width: none;
    padding: 0;
    border: none;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 0;
}

@media only screen and (max-width: 480px) {
    .module-job-details_description label:after {
        content: ":";
    }
    .module-job-details_description input {
        display: block;
        float: none;
        margin-top: 8px;
    }
}

.module-job-details .grid_col {
    padding: 15px 20px;
}

.module-job-application_table {
    display: block;
    width: 100%;
    margin-left: -20px;
    font-size: 0;
}

.module-job-application_table tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
}

.module-job-application_table tr:last-child {
    margin-bottom: 0;
}

.module-job-application_table tr.module-job-application_cover-letter-text,
.module-job-application_table tr.module-job-application_resume-text {
    width: 100%;
}

.module-job-application_table tr td {
    display: block;
    position: relative;
}

.module-job-application_table tr label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
    .module-job-application_table {
        margin-left: 0;
    }
    .module-job-application_table tr {
        width: 100%;
        padding-left: 0;
    }
}

.module-job-application .module_required {
    font-size: 14px;
    font-size: 0.875rem;
}



/*----- Miscellaneous Modules ----*/

.module-script {
    display: none;
}

.module-slideshow_viewer {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

@media only screen and (max-width: 480px) {
    .module-slideshow_viewer {
        max-width: 100%;
        overflow: hidden;
    }
}

.module-slideshow_link-container {
    margin-top: 25px;
}

.module-slideshow_link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}

.module-slideshow iframe {
    width: 100%;
    max-width: 100%;
}

.module-rss p+h2 {
    margin: 40px 0 30px;
}



/*------ Navigation Modules ------*/

.nav_close {
    display: none;
}

.nav--sitemap {
    width: 100%;
    max-width: 1044px;
    padding: 0 10px;
    margin: 0 auto 40px auto;
}

@media only screen and (max-width: 1024px) {
    .nav--sitemap {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.nav--sitemap a {
    display: inline-block;
}

.nav--sitemap .level1>li:not(:last-of-type) {
    margin-bottom: 0;
}

.nav--sitemap .level1>li>a,
.nav--sitemap .level1>li>a:visited {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
}

.nav--sitemap .level2>li,
.nav--sitemap .level3>li {
    padding: 5px 0;
}

.nav--sitemap .level2>li>a,
.nav--sitemap .level3>li>a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}

.nav--sitemap .level2>li>a {
    margin-bottom: 5px;
}

.nav--sitemap .level3>li {
    padding-left: 15px;
}



/*-------- News Module CSS -------*/

.module-news-latest .module_container--content {
    margin-bottom: 20px;
}

.module-news-latest .module_item {
    margin: 10px 0 20px;
    padding: 0 0 0 20px;
    border: none;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .module-news-latest .module_item:first-child {
        width: 100%;
    }
}

.module-news-latest .module_item-wrap {
    padding: 30px;
    background: #fff;
}

.module-news-latest .module_date-time {
    margin-bottom: 15px;
    font-weight: normal;
    color: #333333;
}

.module-news-latest .module_headline {
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 200;
}

.module-news-latest .module_headline-link,
.module-news-latest .module_headline-link:visited {
    display: inline-block;
    color: #333333 !important;
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .module_link {
    color: #006fba;
}

.module-news-details .module_view-all-link {
    display: block;
    margin-bottom: 25px;
}

.module-news-details .module_view-all-link--bottom {
    margin-top: 25px;
    margin-bottom: 0;
}

.module-news-details_category {
    display: none;
}

.module-news-details ul {
    margin: 16px 0;
    padding-left: 32px;
    padding-left: 2rem;
    list-style-type: disc;
}

.module-news-details ul li {
    line-height: 24px;
    line-height: 1.5rem;
}



/*------ Person List Module ------*/

.module-person_photo-container {
    width: 9%;
    float: left;
}

.module-person_name-container {
    float: left;
    width: 91%;
    padding-left: 20px;
}

.module-person_link {
    line-height: 22px;
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.module-person_title {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    font-weight: 700;
}

.module-person .module_item {
    padding: 0;
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #d6d6d6;
    display: inline-block;
}

.module-person .module_item:first-child {
    border-top: none;
}

.module-person h3 {
    margin: 0;
}

.module-person .module_comma,
.module-person_description-container {
    display: none;
}

.module-person-details_photo-container,
.module-person-details_name-container {
    display: inline-block;
    vertical-align: middle;
}

.module-person-details_photo-container {
    float: left;
    width: 20%;
}

@media only screen and (max-width: 768px) {
    .module-person-details_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .module-person-details_photo-container {
        margin-right: 0;
        max-width: none;
    }
    .module-person_photo-container {
        width: 28%;
        display: block;
        float: none;
    }
    .module-person_name-container {
        padding-left: 0;
    }
    .module-person .module_item {
        padding: 20px 0;
    }
}

.module-person-details .module_comma,
.module-person-details_name {
    display: none;
}

.module-person-details p {
    margin: 0;
}

.module-person-details {
    display: inline-block;
    width: 100%;
}

.module-person-details_title {
    display: block;
    color: #595959;
    font-size: 16px;
    margin-bottom: 15px;
}

.module-presentation .module_body {
    display: none;
}

.module-person-details_description-container {
    width: 77%;
    float: right;
}

@media only screen and (max-width: 768px) {
    .module-person-details_description-container,
    .module-person-details_photo-container {
        display: block;
        float: none;
    }
    .module-person-details_photo-container {
        margin: 0;
        width: 28%;
    }
    .module-person-details_description-container {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .module-person-details_photo-container img,
    .module-person-details_photo-container {
        width: 100%;
    }
}


/*------ Q4 Preview Toolbar ------*/

body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #222;
    font-size: 0;
    text-align: left;
    color: #fff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #222;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 1.5rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\ed6d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label+input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #fff url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #006fba;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}



/*-------- Search Modules --------*/

.module-search {
    position: relative;
    text-align: right;
    margin-bottom: 15px;
}

.module-search_input[type="text"] {
    vertical-align: bottom;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px;
    line-height: normal;
    color: #555;
    border-radius: 2px;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    max-width: 150px;
    padding-right: 25px;
}

.module-search_input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.module-search_button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    padding: 0;
    border: 0;
    font-family: 'q4-icons';
    cursor: pointer;
    background: #646464;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.module-search-result_link {
    margin-bottom: 15px;
}

.module-search-result_description {
    display: block;
    margin-bottom: 15px;
}

.module-search-result_description:after {
    content: "...";
}

.module-search-result_url {
    display: none;
}



/*-------- SEC Module CSS --------*/

.module-sec .module_header {
    display: block;
    background-color: #006fba;
}

.module-sec .module_header-text {
    padding: 15px 8px;
    color: #fff;
}

.module-sec .module_item {
    padding: 0;
}

.module-sec .module_item~.module_item {
    border: 0;
}

.module-sec .module_item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.module-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 15px 8px;
}

.module-sec .module_item .module-sec_filing {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_header {
        display: none;
    }
    .module-sec .module_header+.module_item {
        border-top: 2px solid #006fba;
    }
    .module-sec .module_item {
        padding: 15px 0;
    }
    .module-sec .module_item:first-child {
        border-top: 2px solid #006fba;
    }
    .module-sec .module_item:last-child {
        border-bottom: 2px solid #006fba;
    }
    .module-sec .module_item .grid_col {
        padding: 0 5px;
    }
    .module-sec .module_item+.module_footer {
        border-bottom: 2px solid #006fba;
    }
}

.module-sec_download-list-item {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
}

.module-sec_download-list-item:not(:last-of-type) {
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .module-sec_date,
    .module-sec_filer,
    .module-sec_filing,
    .module-sec_description {
        margin-bottom: 15px;
    }
}

.module-sec-details_date,
.module-sec-details_description {
    margin-bottom: 15px;
}

.module-sec-details_download-list-item {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
}

.module-sec-details_download-list-item:not(:last-of-type) {
    margin-right: 5px;
}



/*---- Accessibility Skip Link ---*/

.module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    padding: 15px 20px;
    background: transparent;
    color: white;
    transform: translate(-50%, 0);
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.module-skip_link:focus,
.module-skip_link:active,
.module-skip_link:hover {
    top: 0;
    background: #0F5CA3;
    outline: 0;
}

.module-skip_link:visited {
    color: #fff;
}



/*------ Stock Chart Widget ------*/

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
}

.module-stock-chart .highcharts-navigator-handle {
    stroke: rgba(0, 0, 0, 0.05);
    fill: #f2f2f2;
    cursor: ew-resize;
}

.module-stock-chart .highcharts-range-input rect {
    stroke: #cccccc;
    fill: #f2f2f2;
}

.module-stock-chart .highcharts-button rect,
.module-stock-chart .highcharts-input-group rect {
    stroke-width: 0;
    fill: rgba(0, 0, 0, 0.05);
}

.module-stock-chart .highcharts-button text,
.module-stock-chart .highcharts-input-group text {
    fill: #333333;
}

.module-stock-chart .highcharts-navigator-handle-right rect,
.module-stock-chart .highcharts-navigator-handle-left rect {
    stroke-width: 0;
    fill: #006fba;
}

.module-stock-chart .highcharts-navigator-handle-right path,
.module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #fff;
}

.module-stock-chart .highcharts-container>svg>.highcharts-button {
    display: none;
}



/*------ Stock Header Module -----*/

.module-stock-header {
    text-align: right;
}

.module-stock-header .module_container--outer {
    display: inline-block;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    text-align: left;
    line-height: 1.7;
}

.module-stock-header_description1 {
    font-size: 22px;
    margin-right: 5px;
}

.module-stock-header_stock-price {
    font-size: 22px;
    color: #fff;
    margin-right: 5px;
}

.module-stock-header_stock-price a {
    color: #fff;
}

.module-stock-header_change,
.module-stock-header_percent-change {
    font-size: 18px;
}

.module-stock-header_perchange {
    font-size: 13px;
}

.module-stock-header_perchange span,
.module-stock-header_volume span {
    font-weight: 700;
}

.module-stock-header_volume {
    font-size: 13px;
}

.module-stock-header_description3 {
    margin-top: 5px;
    font-size: 12px;
    display: inline-block;
}

.module-stock-header_volume-text,
.module-stock-header_description3 {
    display: none;
}

.module-stock-header_date {
    display: inline-block;
    font-size: 14px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .module-stock-header_volume {
        text-align: left;
    }
    .pane--banner{
        margin-bottom:140px;
    }
    .module-stock-header {
        background: #0039a6;
        width: 100%;
        padding: 10px 20px;
        text-align:left;
        height:140px;
        position:absolute;
        left:0;
        top:100%;
    }
    .module-stock-header.grid_col{
        padding-left:20px;
    }

    .module-stock-header .module_container--outer {
        padding: 0;
        background: none;
    }

    .module-stock-header .module-stock-header_perchange,
    .module-stock-header .module-stock-header_volume {
        margin: 0;
        float: none;
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .module-page-title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 0;
    }
}

/*------ Stock Quote Module ------*/

.module-stock .module_options {
    margin-bottom: 30px;
}

.module-stock .module_container--content {
    border-top: 1px solid rgba(34, 34, 34, 0.2);
}

.module-stock_lookup-title {
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .module-stock_lookup-title {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-stock_lookup-title {
        padding-left: 5px;
    }
}

.module-stock_label,
.module-stock_value {
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.module-stock_label>span,
.module-stock_value>span {
    display: block;
    padding: 15px 20px;
}

@media only screen and (max-width: 768px) {
    .module-stock_label>span,
    .module-stock_value>span {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-stock_label>span,
    .module-stock_value>span {
        padding: 15px 0 15px 5px;
    }
}

.module-stock_label {
    font-weight: normal;
}

.module-stock_value .module-stock_price:before,
.module-stock_value .module-stock_high:before,
.module-stock_value .module-stock_low:before,
.module-stock_value .module-stock_open:before,
.module-stock_value .module-stock_close:before,
.module-stock_value .module-stock_week-low:before,
.module-stock_value .module-stock_week-high:before,
.module-stock_value .module-stock_previous-close:before {
    content: "$";
}

.module-stock_date {
    margin-top: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    text-align: right;
}

.module-stock_date-text {
    margin-right: 15px;
}



/*- MailingList Subscribe Module -*/

.module-subscribe_table {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.module-subscribe_table tbody {
    width: 100%;
}

.module-subscribe_form {
    font-size: 0;
}

.module-subscribe_form tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
}

.module-subscribe_form tr:nth-child(even) {
    padding-left: 10px;
}

.module-subscribe_form tr:nth-child(odd) {
    padding-right: 10px;
}

.module-subscribe_form tr.module-subscribe_notes-text {
    margin: 0;
}

.module-subscribe_form tr.module-subscribe_notes-text,
.module-subscribe_form tr.module-subscribe_notes-input {
    display: block;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .module-subscribe_form tr {
        width: 100%;
    }
    .module-subscribe_form tr:nth-child(even) {
        padding-left: 0;
    }
    .module-subscribe_form tr:nth-child(odd) {
        padding-right: 0;
    }
}

.module-subscribe_form td {
    display: block;
}

.module-subscribe_form label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 15px;
}

.module-subscribe_mailing-list tr table td {
    padding-bottom: 10px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}

.module-subscribe .module_required {
    font-size: 14px;
    font-size: 0.875rem;
}

.module-subscribe .CaptchaContainer {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-subscribe .CaptchaContainer {
        width: 100%;
    }
}



/* MailingList Unsubscribe Module */

.module-unsubscribe_table {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table {
        width: 100%;
    }
}

.module-unsubscribe_table td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table td {
        padding-right: 0;
    }
}

.module-unsubscribe_table label {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.module-unsubscribe_table .module_input[type="text"] {
    background-color: #fff;
}



/*==================================
 ----------- LAYOUT CSS -----------
==================================*/


/*------- iframe layout CSS ------*/

.layout--iframe .pane--content .module {
    padding: 35px 0;
}

.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}



/*==================================
 ------------ BLANK CSS -----------
==================================*/


/*-------- Layout Specific -------*/

.layout--home .pane--content {
    text-align: center;
}

.layout.js--mobile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.layout_footer {
    background-color: #eeeeee;
    font-family: sans-serif;
    text-align: center;
}



/*--------- Pane Specific --------*/

.pane--header {
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.pane--header .pane_inner {
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 10px;
}

.pane--header .module,
.pane--header .nav {
    vertical-align: middle;
}

.pane--header .layout_toggle {
    display: none;
    font-size: 26px;
    text-align: right;
}

.pane--header .layout_toggle a {
    vertical-align: middle;
    line-height: normal;
}

.pane--header .layout_toggle i {
    margin-left: 10px;
    cursor: pointer;
    line-height: normal;
}

.pane--header .layout_toggle i:focus {
    outline: none;
}

.js--mobile .pane--header .layout_toggle i.q4-icon_menu:before {
    content: "\ed6d";
}

.pane--banner {
    background: rgba(0, 0, 0, 0.1) url('../design/banner/banner-home.jpg');
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 570px;
    display: none;
}

.PageCorporateOverview .pane--banner {
    display: block;
}

.pane--banner .pane_inner {
    position: relative;
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
    padding: 50px 10px;
    top: 50%;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.pane--banner .grid_col {
    vertical-align: middle;
}

.module-page-title-overview h1,
.pane--banner h1 {
    margin: 0 !important;
    text-transform: none;
    color: #fff;
    padding: 0 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
}

.PageCorporateOverview .pane--banner .module-page-title {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .module-page-title-overview h1 {
        font-size: 20px;
    }
    .pane--banner h1 {
        margin-bottom: 32px;
        margin-bottom: 2rem;
    }
    .pane--banner .pane_inner {
        position: static;
        transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -webkit-transform: translate(0, 0%);
    }
    .pane--banner .pane_inner:before {
      content: "";
      display: inline-block;
      height: 170px;
      vertical-align: middle;
      width: 1px;
    }
}

@media only screen and (max-width: 1024px) {
    .pane--banner {
        text-align: center;
        height: 270px;
    }
}

.pane--navigation .nav--secondary .level1,
.pane--navigation .module-stock-header .module_container--outer {
    width: 100%;
    max-width: 1044px;
    padding: 0 10px;
    margin: 0 auto;
    display: block;
}

.pane--navigation .module-search {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .pane--navigation .module-search {
        display: block;
    }
    .pane--navigation .module-search_input {
        width: 100%;
        max-width: none;
        padding: 20px;
        border: none;
        background-color: #005894;
        color: #fff;
        text-transform: uppercase;
    }
    .pane--navigation .module-search_input::-webkit-input-placeholder {
        color: white;
    }
    .pane--navigation .module-search_input::-moz-placeholder {
        color: white;
    }
    .pane--navigation .module-search_input::-ms-input-placeholder {
        color: white;
    }
    .pane--navigation .module-search_button {
        top: 20px;
        right: 20px;
        background-position: 0 -100%;
    }
}

.pane--content .module {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pane--content .module_container--outer {
    width: 100%;
    max-width: 1044px;
    padding: 0 10px;
    margin: 0 auto;
}

.pane--content .module-sitemap {
    padding-bottom: 0;
}

.pane--footer {
    text-align: center;
    padding: 25px 0 0 0;
    font-family: sans-serif;
}

.pane--footer .pane_inner {
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 10px;
}

.pane--footer .module_title {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    text-transform: uppercase;
}

.pane--footer .module_error-container {
    margin-bottom: 20px;
}

.pane--footer .module_error-container p {
    display: none;
}

.pane--footer .module_error-container li {
    line-height: 16px;
    line-height: 1rem;
}

.pane--footer .module_introduction {
    display: none;
}

.pane--footer .module-subscribe_email label,
.pane--footer .module-subscribe_list-header,
.pane--footer .module-subscribe_email .module_required,
.pane--footer .module-subscribe_mailing-list,
.pane--footer .module-subscribe .CaptchaContainer,
.pane--footer .module-subscribe .module_actions {
    display: none;
}

.pane--footer .module-subscribe_form tbody {
    display: block;
}

.pane--footer .module-subscribe_form tr {
    width: 100%;
    margin: 0;
}

.pane--footer .module-subscribe_mailing-list {
    margin: 20px 0 10px;
}

.pane--footer .module-subscribe_list>td {
    padding: 0;
}

.pane--footer .module-subscribe p {
    padding-right: 35px;
    line-height: 19.2px;
    line-height: 1.2rem;
}

.pane--footer .module-subscribe input[type="checkbox"] {
    border-color: #fff;
}

.pane--footer .module-subscribe_mailing-list.js--revealed,
.pane--footer .module-subscribe .module_actions.js--revealed {
    display: block;
}

.pane--footer .module_input[type="text"] {
    max-width: 300px;
}

.pane--footer .button {
    color: #fff;
    border: none;
    background-color: #006fba;
}

.pane--credits {
    text-align: center;
    color: #884954;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    display: block;
}

.pane--credits a {
    color: #494949;
}

.pane--credits a:hover {
    color: #0039a6;
    text-decoration: underline;
}

.pane--credits .pane_inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    .pane--credits .pane_inner {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}



/*--------- Page Specific --------*/

.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}



/*-------- Module Specific -------*/

.module-overview p {
    margin-bottom: 40px;
}

.module-overview_hidden {
    display: none;
}

.module-overview_hidden.js--revealed {
    display: block;
}

.module-overview_button:before {
    content: "Read More";
}

.module-overview_button.js--active:before {
    content: "Show Less";
}



/*--- Blank Demo and Reference ---*/

.module-style-guide {
    /* Just for the demo since we're using alternate colours */
    padding-bottom: 0 !important;
}

.module-style-guide .module_title {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    .module-style-guide .module_title {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.module-style-guide .module_container--outer {
    max-width: none;
    padding: 0;
}

.module-style-guide_item {
    padding: 2rem 20px 2rem 30px;
}

.module-style-guide_item:nth-child(odd) {
    background-color: #f6f6f6;
}

.module-style-guide_item:last-child {
    padding-bottom: 70px;
}

.module-style-guide_wrap {
    position: relative;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    border-left: 3px solid #006fba;
}

@media only screen and (max-width: 1024px) {
    .module-style-guide_wrap {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.module-style-guide_wrap:before {
    position: absolute;
    top: 50%;
    left: -10px;
    content: attr(data-heading);
    text-transform: uppercase;
    color: #006fba;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(-90deg) translate(-50%, -50%);
    transform-origin: left;
}

.module-style-guide_sub-item {
    display: block;
    margin: 1rem 0;
}

.grid_col .module-style-guide_sub-item {
    margin-bottom: 0;
}

.module-style-guide_swatch {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    border: 1px solid #f6f6f6;
    border-radius: 3rem;
    vertical-align: middle;
}

.module-style-guide_space {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    vertical-align: middle;
}

.module-style-guide_space:before,
.module-style-guide_space:after {
    display: block;
    content: "";
    height: 70px;
}

.module-style-guide_space:before {
    border-top: 2px solid #006fba;
}

.module-style-guide_space:after {
    border-bottom: 2px solid #006fba;
}

.module-style-guide_space--thick:before,
.module-style-guide_space--thick:after {
    height: 105px;
}

.module-style-guide_space--thin:before,
.module-style-guide_space--thin:after {
    height: 35px;
}

.module-icon-demo_list {
    margin-top: 2rem;
}

.module-icon-demo_item {
    margin-bottom: 20px;
}

.module-icon-demo_wrap {
    padding: 20px;
    background: #f6f6f6;
}

.module-icon-demo_note {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.module-icon-demo_name,
.module-icon-demo_unicode {
    float: right;
}

.module-grid-demo_table {
    margin-bottom: 2rem;
}

.module-grid-demo_grid .grid_col {
    margin-bottom: 20px;
    text-align: center;
}

.module-grid-demo_grid .grid_col p {
    margin: 0;
    padding: 20px;
    background: #f6f6f6;
}

.module-grid-demo_grid .grid_col p+p {
    padding-top: 0;
}



/*# sourceMappingURL=global.css.map */


/*==============================START HEADER===========================*/

.pane--right {
    display: none;
}

.module-logo {
    padding: 28px 0 21px 0;
    display: inline-block;
}

.module-logo img {
    vertical-align: middle;
}

.module-logo a {
    text-decoration: none !important;
}

.module-change-country {
    text-align: right;
}

.change-country-left {
    float: left;
    width: 13.35%;
    padding-left: 3px;
}
.module-change-country_intro {
    color: #636466;
    font-size: 14px;
    padding-top: 10px;
}

.module-change-country_intro img {
    vertical-align: bottom;
}

.module-change-country_intro i {
    color: #bfbfbf;
}

.module-change-country_links ul li {
    display: inline-block;
    vertical-align: middle;
}

.module-change-country_links ul li a {
    color: #19325F;
    font-size: 14px;
}

.module-change-country_links ul li a:hover {
    color: #72a9d8;
}

.module-change-country_links-separator {
    color: #0039A6;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .module-change-country {
        display: none !important;
    }
    .module-logo {
        padding: 0;
    }
}


/*START MAIN NAV**/

.module-header-navigation {
    vertical-align: bottom !important;
}

.nav--main .level1>li {
    display: inline-block;
    margin-right: 17px;
    position: relative;
}

.nav--main .level1>li>a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    font-family: sans-serif;
    border-bottom: 4px solid #fff;
    padding-bottom: 10px;
}

.nav--main .level1 > li:hover > a {
    text-decoration: none !important;
    display: inline-block;
    border-bottom: 4px solid #fcb539;
}

.nav--main .level2 {
    display: none;
    left: 0;
    padding-top: 5px;
    position: absolute;
    width: 100%;
    z-index: 3;
    background-color: #fcb539;
    padding: 15px 21px 20px 21px;
    width: 770px;
}

@media screen and (min-width: 769px) {
    .nav--main .level1 li.has-children:hover>.level2 {
        display: block;
    }
}

.nav--main .level2 > div {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    width: 215px;
    height: 160px;
    float: left;
}

.nav--main .level2 > div:nth-child(3), 
.nav--main .level2 > div:nth-child(7) {
    width: 125px;
}

.nav--main .level2 > div:nth-child(4), 
.nav--main .level2 > div:nth-child(8) {
    width: 165px;
}

.nav--main .level2 li {
    line-height: 19px;
    display: block;
}

.nav--main .level2 a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    color: #000;
}

.nav--main .level2 li a:before {
    font-family: 'q4-icons';
    content: "\edbe";
    font-size: 6px;
    position: absolute;
    left: 0;
    top: 5px;
}

.nav--main .level2 .has-children ul a {
    padding-left: 13px;
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    line-height: normal;
}

.nav--main .level2 h4 {
    margin: 0 0 4px 0;
}

.nav--main .level2 h4 a {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .pane--header .pane_inner {
        border-bottom: 3px solid #feb624;
    }
    .pane--header .layout_toggle {
        display: inline-block;
        margin: 15px 0;
    }
    .module-search_button,
    .module-search {
        display: none;
        margin: 0;
    }
    .module-search_input[type="text"] {
        width: 100%;
        max-width: 100%;
    }
    .module-search.grid_col {
        vertical-align: top !important;
        margin-bottom: 10px;
        display: none;
    }
    .module-header-navigation {
        position: absolute;
        top: 100%;
        right: -300px;
        width: 100%;
        transition: 0.5s ease-in-out;
    }
    .js--mobile .module-header-navigation {
        right: -0;
    }
    .nav--main {
        display: none;
        position: absolute;
        width: 100%;
        position: absolute;
        background: #feb624;
        top: 100%;
    }
}


/*start mobile main nav*/

.nav--main-mobile {
    display: none;
    position: absolute;
    top: 0;
    width: 300px;
    right: -300px;
    z-index: 99;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    transition: all 600ms ease 0s;
}

.nav--main-mobile .divider {
    border-bottom: solid 1px #dba343;
    clear: both;
    height: 1px;
    width: 100%;
}

.nav--main-mobile.js--active,
.nav--main-mobile.menu-open {
    right: 0;
}

.nav--main-mobile_container {
    background-color: #fcb439;
    width: 300px;
    z-index: 1000;
}

.nav--main-mobile_container a {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 27px 15px 20px;
    display: block;
    font-weight: 400;
    word-wrap: break-word;
    font-family: sans-serif;
    text-transform: none !important;
}

.nav--main-mobile_container .left>li>a {
    border-top: none;
}

.nav--main-mobile_container .left h5 a {
    border-top: 0;
}

.nav--main-mobile_container a:hover {
    color: #ffffff;
}

.nav--main-mobile_container h5 {
    margin: 8px 0 0 0;
}

.nav--main-mobile nav {
    background-color: #fcb539;
    height: 100% !important;
    -webkit-transition: top 0.4s ease-in-out 0s;
    -moz-transition: top 0.4s ease-in-out 0s;
    transition: top 0.4s ease-in-out 0s;
    width: 100%;
    overflow-x: hidden;
}

.nav--main-mobile_container-inner {
    left: 0;
    position: relative;
    -webkit-transition: left 400ms ease-out 0s;
    -moz-transition: left 400ms ease-out 0s;
    transition: left 400ms ease-out 0s;
    width: auto;
}

.nav--main-mobile_container-inner ul {
    background: #fcb539 none repeat scroll 0 0;
    margin: 0 0 25px 0;
    width: 100%;
    list-style-type: none;
}

.nav--main-mobile_container-inner .dropdown {
    display: none;
    position: absolute;
    top: 0;
    right: -300px;
}

.nav--main-mobile_container-inner .moved>.dropdown {
    display: block;
    padding: 0;
    margin: 0;
}

.nav--main-mobile_container-inner ul li {
    background-color: #fcb539;
    position: relative;
}

.nav--main-mobile_container-inner ul li.moved {
    position: static;
}

.nav--main-mobile_container-inner .dropdown .title li a {
    color: #ffffff;
    border-bottom: none;
}

.nav--main-mobile_container-inner .has-dropdown>a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    border-image: none;
    border-style: inset inset inset solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
}

.nav--main-mobile_container-inner .dropdown {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}

.nav--main-mobile_container-inner .dropdown li {
    height: auto;
    width: 100%;
}

.nav--main-mobile_container-inner .dropdown label {
    display: block;
    border-bottom: 1px solid #666;
    color: #020202;
    font-weight: 400;
    margin-bottom: 0;
    padding: 8px 20px 6px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: sans-serif;
}

.nav--main-mobile_container .title a {
    color: #ffffff;
    border: none;
}

.nav--main-mobile_container .left>li:first-child a {
    border-top: none;
}

.nav--main-mobile_container .level2 {
    display: none;
}


@media only screen and (max-width: 1024px) {
    .nav--main-mobile {
        display: inline-block;
    }
}



/*------- Mobile Level Nav -------*/

.level-menu {
    display: none;
    padding-bottom: 20px;
}

.level-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.level-menu ul li {
    width: 100%;
}

.level-menu ul a {
    font-size: 16px;
    display: block;
    padding: 10px;
    text-align: left;
}

.level-menu .level1>li,
.level-menu .level2 {
    display: none;
}

.level-menu .level1>li.selected,
.level-menu .level1>li.expanded {
    display: block;
}

.level-menu .level1>li.expanded>a,
.level-menu .level1>li.selected>a {
    border: 2px solid #feb624
}

.level-menu .level2>li.selected>a,
.level-menu .level2>li.expanded>a {
    display: block;
    font-weight: 700;
    position: relative;
}

.level-menu .level2>li.has-children.selected>a,
.level-menu .level2>li.has-children.expanded>a {
    padding-right: 20px;
    font-size: 18px;
}

.level-menu .level1>li.selected>a:before,
.level-menu .level1>li.expanded>a:before,
.level-menu .level1>li.selected.js--open>a:before,
.level-menu .level1>li.expanded.js--open>a:before {
    font-family: "q4icons";
    content: "\e601";
    ;
    position: absolute;
    top: 14px;
    font-size: 12px;
    right: 10px;
}

.level-menu .level1>li.selected.js--open>a:before,
.level-menu .level1>li.expanded.js--open>a:before {
    content: "\e607";
}

.level-menu .level1 li {
    position: relative;
}

.level-menu .level2 {
    left: 0;
    border-left: 2px solid #feb624;
    border-right: 2px solid #feb624;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.level-menu .level2 li {
    border-bottom: 2px solid #feb624;
}

@media only screen and (max-width: 1024px) {
    .level-menu {
        display: block;
        margin-top: 20px;
    }
    .level-menu li {
        display: none;
    }
    .level-menu .level1 li.expanded .level2>li,
    .level-menu .level1 li.selected .level2>li {
        display: block;
    }
}



/*end mobile main nav*/


/*END MAIN NAV*/


/*START CHANGE COUNTRY NAV*/

.nav--change-country {
    display: none;
    background-color: #63666a;
    border-bottom: 2px solid #000;
    color: #ccc;
}

.nav--change-country .module_container--outer {
    display: inline-block;
    width: 100%;
    padding: 28px 0;
}

.nav--change-country .module_container--inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: block;
}

.tabbable-content .tab-content>div {
    /*! display: none; */
}

.nav-change-country-left {
    float: left;
    width: 13%;
    padding-left: 3px;
}

.tabbable-content {
    border-left: 1px solid #ccc;
    float: left;
    min-height: 169px;
    padding-left: 18px;
    width: 85.76%;
}

.vpclass .nav-tabs li {
    display: inline-block;
}

.vpclass a {
    color: #cccccc;
}

.tab-pane>div {
    width: 122px;
    float: left;
    line-height: 19px;
    display: inline-block;
}

.tabbable-content .nav-tabs {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 9px;
}

.tabbable-content .nav-tabs li {
    margin-right: 11px;
    display: inline-block;
}

.change-country-left .nav-tabs a {
    color: #ffffff;
}

.change-country-left .tab-pane>div {
    line-height: 21px;
}

.change-country-left .nav-tabs a {
    padding-bottom: 8px;
}

.change-country-left .tab-content a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 4px;
}

.nav--change-country a:hover {
    color: #fff;
}

.tabbable-content .nav-tabs li.js--active a {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.nav-tabs a {
    text-transform: uppercase;
    padding: 5px 0;
    display: block;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    color: #cccccc;
    text-decoration: none !important;
}

.tab-content a {
    font-size: 14px;
    color: #cccccc;
}


@media only screen and (max-width: 1024px) {
    .nav--change-country {
        display: none !important;
    }
}


/*start mobile country nav*/


/*-------- Mobile Country --------*/

.nav--change-country_mobile {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
}

.nav--change-country_mobile .toggler-header {
    background-color: #333333;
    border-bottom: 1px solid #7f7f7f;
    color: #a4a5a7;
    cursor: pointer;
    list-style: none;
    margin: 0;
    text-shadow: 1px 1px 0 #212121;
    text-transform: uppercase;
    position: relative;
}

.nav--change-country_mobile .toggler-header span {
    padding: 13px 10px;
}

.nav--change-country_mobile .toggler-header:after {
    position: absolute;
    right: 15px;
    top: 11px;
    font-family: 'q4-icons';
    content: '\edc2';
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 9px;
    text-align: center;
    text-shadow: none;
}

.nav--change-country_mobile .toggler-header span {
    display: block;
    line-height: 14px;
    font-weight: 300;
    font-size: 14px;
}

.nav--change-country_mobile .toggler-content>div {
    padding: 6px 25px 6px 20px;
    background-color: #888888;
    border-bottom: 1px solid #333;
    color: #333333;
    cursor: pointer;
    line-height: 0;
}

.nav--change-country_mobile .toggler-content>div a {
    display: block;
    line-height: 20px;
    color: #cccccc;
    font-size: 14px;
}

.nav--change-country_mobile .toggler-content > div a:hover {
    color: #fff;
}

.nav--change-country_mobile .toggler-content {
    display: none;
}



/*end mobile country nav*/


/*END CHANGE COUNTRY NAV*/


/*START SECONDARY NAV*/

.nav--secondary {
    background: #fdb538;
}

.nav--secondary .level1 {
    position: relative;
}

.nav--secondary .level1 li {
    display: inline-block;
    line-height: 18px;
    margin-right: 8%;
    vertical-align: middle;
    max-width: 80px;
}

.nav--secondary .level1 li a {
    font-size: 14px;
    color: #000000;
    display: block;
    padding: 16px 0;
}

.nav--secondary .level1 li a:hover {
    color: #fff;
}

.nav--secondary .level1 li.selected a {
    font-weight: 900;
}

.nav--secondary .level1 li.selected a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 0;
    margin-left: 18px;
}

@media only screen and (max-width: 1024px) {
    .nav--secondary {
        background: none;
        padding:65px 10px 0 10px;
    }
    .nav--secondary .level1 {
        border: 2px solid #feb624;
        padding: 0 !important;
    }
    .nav--secondary .level1 li {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        display: none;
    }
    .nav--secondary .level1>li:first-child {
        display: block;
        position: relative;
    }
    .nav--secondary .level1 li~li {
        border-top: 2px solid #feb624;
        opacity: 0;
        max-height: 0;
        display: none;
    }
    .nav--secondary .level1.js--active li ~ li {
        opacity: 1;
        max-height: 100%;
        display: block;
    }
    .nav--secondary .level1 li a {
        color: #000000;
        font-size: 16px;
        display: inline-block;
        padding: 10px;
        text-align: left;
        line-height: 1.7;
        line-height: 1.7;
    }
    .nav--secondary .level1 li a:hover {
        color: #000;
    }

    .nav--secondary .level1>li:first-child span:after {
        font-family: 'q4-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\edc2';
        line-height: 1.7;
    }
    .nav--secondary .level1>li:first-child span {
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        padding: 10px;
        height: 100%;
    }

    .nav--secondary .level1>li.js--active:first-child a:after {
        content: '\edba';
    }

    .nav--secondary .level1 li.selected a::before {
        display: none;
    }
}


/*END SECONDARY NAV*/


/*START BREADCRUMB*/

.pane--breadcrumb .pane_inner {
    width: 100%;
    max-width: 1044px;
    padding: 0 10px !important;
    margin: 0 auto;
    display: block;
}

.module-breadcrumb {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
    padding: 25px 0 26px 0;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
}

.module-breadcrumb a {
    color: #72a9d8;
    font-size: 14px;
}

.module-breadcrumb_separator {
    color: #666666;
    padding: 0 8px;
    font-size: 16px;
}
.module-breadcrumb_home-link{
    display:none;
}

.module-share {
    display: inline-block;
    float: right;
    margin-top: 25px;
}

.module-share a {
    cursor: pointer;
    margin-left: 10px;
    color: #cccccc;
    font-size: 16px;
}

.module-share a:hover {
    color: #0039a6;
}

.module-share .chicklets.email {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .pane--breadcrumb {
        display: none;
    }
}


/*END BREADCRUMB*/


/*==============================END  HEADER===========================*/


/*================================START FOOTER========================*/

.module-footer-links li {
    display: inline-block;
}

.module-footer-links a {
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    padding: 0 7px;
    color: #494949;
}

.module-footer-links a:hover {
    text-decoration: underline;
}

.module-socials {
    padding: 21px 0 7px 0;
}

.module-socials li {
    display: inline-block;
}

.module-socials ul li~li {
    padding-left: 8px;
}

.module-socials li a {
    background: #cccccc;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: url('../design/SocialMedia.png') no-repeat;
}

.module-socials li.module-socials_facebook a {
    background-position: 0 0;
}

.module-socials li.module-socials_twitter a {
    background-position: -33px 0;
}

.module-socials li.module-socials_linkedin a {
    background-position: -66px 0;
}

.module-socials li.module-socials_youtube a {
    background-position: -132px 0;
}

.module-socials li.module-socials_facebook a:hover {
    background-position: 0 -35px;
}

.module-socials li.module-socials_twitter a:hover {
    background-position: -33px -35px;
}

.module-socials li.module-socials_linkedin a:hover {
    background-position: -66px -35px;
}

.module-socials li.module-socials_youtube a:hover {
    background-position: -132px -35px;
}

.module-footer-contact {
    font-size: 12px;
    padding-bottom: 9px;
    color: #000000;
}

.module-copyright {
    padding: 15px 0 10px 0;
    border-top: 1px solid #c6c6c6;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.module-copyright a {
    text-decoration: underline;
    color: #494949;
}

.module-copyright a:hover {
    color: #0039a6;
    text-decoration: underline;
}


/*================================END FOOTER========================*/


/*================================START CONTENT========================*/


/*start corporate overview page*/

.module-list ul {
    padding-left: 40px;
}

.module-list ul li {
    margin: 2px;
    position: relative;
    padding-left: 12px;
}

.module-list ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 11px;
}

.module-corporate-overview ul {
    padding-left: 20px;
}

.module-corporate-overview p:last-of-type {
    margin: 0;
}

.module-corporate-overview img {
    width: 100%;
}

.module-corporate-overview .grid--no-gutter .grid_col:first-child {
    padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .module-list ul {
        padding-left: 0;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .module-list ul {
        padding-right: 0;
    }
    .module-corporate-overview .grid--no-gutter .grid_col:first-child {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .module-corporate-overview img {
        width: auto;
    }
}
@media only screen and (max-width: 480px){
    .pane--content .module.module-facts-images{
        padding-top: 0;
    }
}

.pane--content .module.module-facts-images .custom-grid_col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 20%;
    }

/*end corporate overview page*/


/*start strategy page*/

.module-strategy .grid_col {
    text-align: left;
    padding-left: 20px;
}

.module-strategy.module-list ul {
    padding-left: 0;
}

.module-strategy img {
    max-width: 400px;
    width: 100%;
}

.module-strategy .module_title {
    margin: 0;
}

.module--mobile-only {
    display: none;
}
@media only screen and (min-width: 769px) {
    .grid_col.spacer--left-desktop{
        padding-left:35px;
    }
}
@media only screen and (max-width: 768px) {
    .module--desktop-only {
        display: none !important;
    }
    .module--mobile-only {
        display: block;
    }
}


/*end strategy page*/


/*start values page*/

.module-values {
    display: inline-block;
    width: 100%;
}
.module-list.module-values ul{
    padding-left: 80px;
}

.module-values .module_title {
    margin-bottom: 0;
}

.module-values img {
    max-width: 600px;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
}
.module-values_list{
    position: relative;
}
.module-values .module-values_list img{
    max-width: 65px;
    position: absolute;
    left: 0;
    top: 55px;
}
.module-values_list strong {
    font-size: 18px;
    padding-left:80px;
}
.module-values .grid_col:first-child {
    width: 47%;
    margin-right: 3%;
    float: left;
}

.module-values .grid_col:last-child {
    width: 47%;
    margin-left: 3%;
}

@media only screen and (max-width: 880px) {
    .module-values img {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .module-values .grid_col {
        width: 100% !important;
        margin: 0 !important;
    }
    .module-values .module-values_list img{
        top: auto;
    }
    .module-values_list{
        margin-bottom: 20px;
    }
    .module-values_list strong {
        font-size: 16px;
    }
}


/*end values page*/


/*start trademarks page*/

.module-trademarks-widget .module_item {
    padding: 0;
    border: none;
}

.module-trademarks-widget .module_item .module_title {
    background-color: #feb624;
    padding: 20px 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    display: block;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    margin: 20px 0;
    text-transform: none;
    text-align: left;
}

.module-trademarks-widget .module_item .module_title:after {
    font-family: 'q4-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\edc2';
    float: right;
    line-height: 1.7;
    font-weight: 900;
    font-size: 12px;
    margin-top: 3px;
}

.module-trademarks-widget .module_item.js--active .module_title:after {
    content: '\edba';
}

.module-trademarks-widget .trademarks_description .grid_col:first-child>img {
    margin-bottom: 20px;
}

.module-trademarks-widget .trademarks_description .grid_col:last-child {
    text-align: right;
    padding-left: 20px;
}

.module-trademarks-widget .trademarks_title {
    font-weight: 700;
    margin-bottom: 22px;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 26px;
}

.module-trademarks-widget .trademarks_item {
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .module-trademarks-widget .trademarks_description .grid_col:last-child {
        text-align: left;
        margin-bottom: 20px;
    }
    .module-trademarks-widget .trademarks_description .grid_col:last-child {
        padding-left: 0;
    }

}
.alert.alert-info {
    background: #053980;
    color: #fff;
    text-align: center;
    border-color: #9ee3f9;
    border-radius: 0;
    margin: 0 !important;
    text-shadow: none !important;
    padding: 8px;
    font-size: 14px;
}
.alert.alert-info .close {
    color: #fff;
    position: absolute;
    opacity: .5;
    font-weight: 600;
    font-size: 18px;
    right: 10px;
    top: 5px;
}
.alert.alert-info a {
    color: #fff;
    cursor: pointer;
}
.js--hidden {
    display: none !important;
}
.module-header-navigation a.cp-btn.module_button--cp {
    padding: 4px 15px;
    background: #0039a6;
    color: #fff;
    text-transform: capitalize;
    border-radius: 8px;
    font-size: 14px;
}
.nav--main .level1>li {
    margin-right: 1.25%;
}
.nav--main .level1>li.module_no-margin {
    margin: 0px
}
@media screen and (min-width: 1025px) {
    .button-cp--mobile {
        display: none;
    }
    .module-search input[type="text"] {
        max-width: 143px;
    }
    .PaneHeader2 .container {
        padding: 25px 0 0 0;
    }
    .module-search {
          margin-bottom: 6px;
    }
}
@media screen and (max-width: 1024px) {
    .MobileToggle {
        height: 75px;
    }
    .module_mobile-cp {
           margin-top: 14px;   
    }
    .button-cp--mobile {
    width: calc(100% - 315px);
    text-align: right;    
	}
}
/*end trademarks page*/


/*================================END CONTENT========================*/