/*==================================
 ------------ RESET CSS -----------
==================================*/
html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
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;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    font-size: 10px;
}

nav ol,
nav ul:not(.list),
.list--reset ol,
.list--reset ul:not(.list) {
    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: 700;
}

em {
    font-style: italic;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

small {
    font-size: 70%;
    line-height: normal;
}

select:empty {
    display: none;
}

*::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

*::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

/*---------- Animations ----------*/
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*==================================
 --------- DEFAULT STYLES ---------
==================================*/
body {
    overflow-x: hidden;
    overflow-y: scroll;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.53333;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

/*---------- TYPOGRAPHY ----------*/
h1,
.h1 {
    font-size: 7.5rem;
    font-weight: bold;
    margin-bottom: 48px;
    line-height: 1.2;
    letter-spacing: 0.32px;
}

@media only screen and (max-width: 480px) {
    h1,
    .h1 {
        font-size: 3.6rem;
    }
}

h2,
.h2 {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.22581;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
}

h3,
.h3 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.40909;
    margin: 1em 0 0.75em 0;
    color: #000;
    letter-spacing: 0.02em;
}

.dark h3,
.dark .h3 {
    color: #fff;
}

h4,
.h4 {
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

h5,
.h5 {
    font-size: 1.28rem;
    line-height: 1;
    margin-bottom: 12.8px;
    text-transform: uppercase;
}

a {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

/*------------ COMMON ------------*/
img {
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    user-select: none;
    cursor: pointer;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #054959;
    margin-right: 8px;
    line-height: 1;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    width: 12px;
    height: 12px;
    border-width: 4px;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

input::-ms-clear {
    display: none;
}

iframe {
    width: 100%;
}

/*------- HACKS AND FIXES -------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*------------ LISTS ------------*/
.list {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.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 {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 11px 36px;
    background: transparent;
    -webkit-border-image: -webkit-gradient(to left, #f6e082, #df7851);
    -webkit-border-image: -webkit-linear-gradient(to left, #f6e082, #df7851);
    -moz-border-image: -moz-linear-gradient(to left, #f6e082, #df7851);
    -o-border-image: -o-linear-gradient(to left, #f6e082, #df7851);
    border-image: linear-gradient(to left, #f6e082, #df7851);
    border-width: 3px;
    border-style: solid;
    border-image-slice: 1;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    letter-spacing: 0.32px;
    color: #000;
}

.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;
}

.submit,
.button {
    text-transform: none;
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.button {
    border-image: none;
    border-color: #054959;
    color: #054959;
    transition: 0.3s ease-in-out;
    padding: 11px 36px;
    line-height: 20px;
    background-color: #fff;
    text-decoration: none;
}

.button:hover {
    background: #054959;
    color: #fff;
    text-decoration: none;
}

.button--inverted {
    background: #054959;
    color: #fff;
    border: 3px solid #054959;
}

.button--inverted:hover {
    background: transparent;
    color: #054959;
}

.button--inverted.js--disabled {
    background: #fff;
    border-color: #054959;
    color: #054959;
}

.button--dark {
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
}

.button--dark:hover {
    background: #fff;
    color: #000;
}

.button--yellow {
    background-color: #f1af0f;
    border-color: #f1af0f;
    color: #fff;
}

.button--yellow:hover {
    background-color: #f1af0f;
    border-color: #f1af0f;
    color: #fff;
    outline-color: #f1af0f !important;
}

.dropdown {
    padding: 15px 35px 15px 20px;
    background: transparent url("../design/svg/dropdown-arrow.svg") no-repeat right 10px center;
    background-size: 14px 14px;
    min-width: 130px;
}

.dropdown::-ms-expand {
    display: none;
}

/*------------ TABLES ------------*/
.table {
    width: 100%;
    margin: 16px 0;
    border: 1px solid #afafaf;
}

.table thead {
    /* background-color: #054959; */
}

.table thead th {
    text-align: center;
    border-right: 1px solid #afafaf;
    font-weight: 700;
}

/*.table tr:nth-child(even) {
  background-color: #f6f6f6;
}*/
.table th,
.table td,
.table tr > .grid_col {
    margin: 0;
    padding: 15px 8px;
}

.table th {
    color: #000;
}

.table tr {
    border-top: 1px solid #afafaf;
}

.table td {
    border-right: 1px solid #afafaf;
    text-align: center;
}

.table td:first-child {
    text-align: left;
}

.table th[data-sorting="true"]:hover {
    cursor: pointer;
}

.table-wrapper {
    overflow-x: auto;
}

.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: #054959;
    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 #054959;
        border-bottom: 2px solid #054959;
    }

    .table--responsive td {
        display: block;
        text-align: left;
    }

    .table--responsive td:before {
        content: attr(data-heading) ": ";
        font-weight: 700;
    }
}

.table--redesign {
    border: none;
}

.table--redesign tr {
    border: none;
}

.table--redesign thead th {
    border: none;
    background-color: #054959;
    color: #fff;
}

.table--redesign td {
    border: none;
}

.table--redesign tr:nth-child(even) {
    background-color: #ededed;
}

/*--------- 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: 1.4rem;
    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: 1.4rem;
    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";
}

/*==================================
 -------- Q4 Modules Icons ---------
==================================*/
.q4icons .q4icons_icon: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: "\eecd";
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
}

.q4icons .module_rss-link .q4icons_icon:before,
.q4icons .module_link-rss .q4icons_icon:before {
    content: "\eefa";
}

.q4icons .module_add-to-calendar-reveal .q4icons_icon:before {
    content: "\ea5f";
}

.q4icons [href$=".mp3"] .q4icons_icon:before,
.q4icons [href$=".wmv"] .q4icons_icon:before,
.q4icons [href$=".MP3"] .q4icons_icon:before,
.q4icons [href$=".WMV"] .q4icons_icon:before {
    content: "\e952";
}

.q4icons [href$=".xls"] .q4icons_icon:before,
.q4icons [href$=".xlsx"] .q4icons_icon:before,
.q4icons [href$=".csv"] .q4icons_icon:before,
.q4icons [href$=".XLS"] .q4icons_icon:before,
.q4icons [href$=".XLSX"] .q4icons_icon:before,
.q4icons [href$=".CSV"] .q4icons_icon:before {
    content: "\eeae";
}

.q4icons [href$=".mp4"] .q4icons_icon:before,
.q4icons [href$=".flv"] .q4icons_icon:before,
.q4icons [href$=".avi"] .q4icons_icon:before,
.q4icons [href$=".MP4"] .q4icons_icon:before,
.q4icons [href$=".FLV"] .q4icons_icon:before,
.q4icons [href$=".AVI"] .q4icons_icon:before {
    content: "\e95e";
}

.module-companies-video .q4icons .q4icons_icon:before {
    content: "\e95e";
    width: 26px;
    height: 20px;
}

.q4icons [href$=".pdf"] .q4icons_icon:before,
.q4icons [href$=".PDF"] .q4icons_icon:before {
    content: "\e907";
}

.q4icons .module_link-webcast .q4icons_icon:before,
.q4icons .module_webcast-link .q4icons_icon:before {
    content: "\e989";
}

.q4icons .module_link-news .q4icons_icon:before,
.q4icons .module_link-transcript .q4icons_icon:before {
    content: "\e99b";
}

.q4icons .module_link-presentation .q4icons_icon:before {
    content: "\e95c";
}

.q4icons .module_link-download .q4icons_icon:before {
    content: "\e928";
}

.q4icons .module_link-file .q4icons_icon:before {
    content: "\eb81";
}

.q4icons .module_link-sec .q4icons_icon:before {
    content: "\e9bb";
}

.q4icons .module_link-sec[href$=".pdf"] .q4icons_icon:before {
    content: "\ef3e";
}

.q4icons .module_link-sec[href$=".rtf"] .q4icons_icon:before {
    content: "\ef40";
}

.q4icons .module_link-sec[href$=".xls"] .q4icons_icon:before {
    content: "\ef41";
}

.q4icons .module_link-sec[href$=".zip"] .q4icons_icon:before {
    content: "\e9b9";
}

.q4icons [href^="tel:"] .q4icons_icon:before {
    font-size: 1.6rem;
    vertical-align: text-bottom;
    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: "\ea1d";
}

.q4icons [href^="mailto:"] .q4icons_icon:before {
    font-size: 1.6rem;
    vertical-align: text-bottom;
    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: "\ea32";
}

.q4-icon_arrow-right:before {
    content: " " !important;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 2px;
    background-image: url("../design/svg/arrow.svg");
    background-size: cover;
    width: 8px;
    height: 8px;
}

/*==================================
 ----------- TOAST GRID -----------
==================================*/
.grid {
    list-style: none;
    margin-left: -20px;
}

.grid--flex {
    margin-left: -20px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid--flex_column {
    flex-direction: column;
}

.grid--flex_row-reverse {
    flex-direction: row-reverse;
}

.grid--flex_column-reverse {
    flex-direction: column-reverse;
}

.grid--flex_justify-start {
    justify-content: flex-start;
    text-align: start;
}

.grid--flex_justify-center {
    justify-content: center;
    text-align: center;
}

.grid--flex_justify-end {
    justify-content: flex-end;
    text-align: end;
}

.grid--flex_align-top {
    align-items: flex-start;
}

.grid--flex_align-middle {
    align-items: center;
}

.grid--flex_align-bottom {
    align-items: flex-end;
}

.grid--flex_space-around {
    justify-content: space-around;
}

.grid--flex_space-between {
    justify-content: space-between;
}

.grid--flex .grid_col {
    display: block;
    margin-right: 0;
    flex: 0 0 auto;
}

.grid_col--12-of-12,
.grid_col--8-of-8,
.grid_col--7-of-7,
.grid_col--6-of-6,
.grid_col--5-of-5,
.grid_col--4-of-4,
.grid_col--3-of-3,
.grid_col--2-of-2,
.grid_col--1-of-1 {
    width: 100%;
}

.grid_col--6-of-12,
.grid_col--4-of-8,
.grid_col--3-of-6,
.grid_col--2-of-4,
.grid_col--1-of-2 {
    width: 50%;
}

.grid_col--4-of-12,
.grid_col--2-of-6,
.grid_col--1-of-3 {
    width: 33.3333333333%;
}

.grid_col--8-of-12,
.grid_col--4-of-6,
.grid_col--2-of-3 {
    width: 66.6666666667%;
}

.grid_col--3-of-12,
.grid_col--2-of-8,
.grid_col--1-of-4 {
    width: 25%;
}

.grid_col--9-of-12,
.grid_col--6-of-8,
.grid_col--3-of-4 {
    width: 75%;
}

.grid--flex .grid_col--12-of-12,
.grid--flex .grid_col--8-of-8,
.grid--flex .grid_col--7-of-7,
.grid--flex .grid_col--6-of-6,
.grid--flex .grid_col--5-of-5,
.grid--flex .grid_col--4-of-4,
.grid--flex .grid_col--3-of-3,
.grid--flex .grid_col--2-of-2,
.grid--flex .grid_col--1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
}

.grid--flex .grid_col--6-of-12,
.grid--flex .grid_col--4-of-8,
.grid--flex .grid_col--3-of-6,
.grid--flex .grid_col--2-of-4,
.grid--flex .grid_col--1-of-2 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
}

.grid--flex .grid_col--4-of-12,
.grid--flex .grid_col--2-of-6,
.grid--flex .grid_col--1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.grid--flex .grid_col--8-of-12,
.grid--flex .grid_col--4-of-6,
.grid--flex .grid_col--2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.grid--flex .grid_col--3-of-12,
.grid--flex .grid_col--2-of-8,
.grid--flex .grid_col--1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
}

.grid--flex .grid_col--9-of-12,
.grid--flex .grid_col--6-of-8,
.grid--flex .grid_col--3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
}

.grid_col--push-12-of-12,
.grid_col--push-8-of-8,
.grid_col--push-7-of-7,
.grid_col--push-6-of-6,
.grid_col--push-5-of-5,
.grid_col--push-4-of-4,
.grid_col--push-3-of-3,
.grid_col--push-2-of-2,
.grid_col--push-1-of-1 {
    margin-left: 100%;
}

.grid_col--push-6-of-12,
.grid_col--push-4-of-8,
.grid_col--push-3-of-6,
.grid_col--push-2-of-4,
.grid_col--push-1-of-2 {
    margin-left: 50%;
}

.grid_col--push-4-of-12,
.grid_col--push-2-of-6,
.grid_col--push-1-of-3 {
    margin-left: 33.3333333333%;
}

.grid_col--push-8-of-12,
.grid_col--push-4-of-6,
.grid_col--push-2-of-3 {
    margin-left: 66.6666666667%;
}

.grid_col--push-3-of-12,
.grid_col--push-2-of-8,
.grid_col--push-1-of-4 {
    margin-left: 25%;
}

.grid_col--push-9-of-12,
.grid_col--push-6-of-8,
.grid_col--push-3-of-4 {
    margin-left: 75%;
}

.grid_col--pull-12-of-12,
.grid_col--pull-8-of-8,
.grid_col--pull-7-of-7,
.grid_col--pull-6-of-6,
.grid_col--pull-5-of-5,
.grid_col--pull-4-of-4,
.grid_col--pull-3-of-3,
.grid_col--pull-2-of-2,
.grid_col--pull-1-of-1 {
    margin-left: -100%;
}

.grid_col--pull-6-of-12,
.grid_col--pull-4-of-8,
.grid_col--pull-3-of-6,
.grid_col--pull-2-of-4,
.grid_col--pull-1-of-2 {
    margin-left: -50%;
}

.grid_col--pull-4-of-12,
.grid_col--pull-2-of-6,
.grid_col--pull-1-of-3 {
    margin-left: -33.3333333333%;
}

.grid_col--pull-8-of-12,
.grid_col--pull-4-of-6,
.grid_col--pull-2-of-3 {
    margin-left: -66.6666666667%;
}

.grid_col--pull-3-of-12,
.grid_col--pull-2-of-8,
.grid_col--pull-1-of-4 {
    margin-left: -25%;
}

.grid_col--pull-9-of-12,
.grid_col--pull-6-of-8,
.grid_col--pull-3-of-4 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid--flex .grid_col--1-of-5 {
    width: auto;
    flex-basis: 20%;
    max-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--flex .grid_col--2-of-5 {
    width: auto;
    flex-basis: 40%;
    max-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--flex .grid_col--3-of-5 {
    width: auto;
    flex-basis: 60%;
    max-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--flex .grid_col--4-of-5 {
    width: auto;
    flex-basis: 80%;
    max-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.6666666667%;
}

.grid--flex .grid_col--1-of-6 {
    width: auto;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.6666666667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.6666666667%;
}

.grid_col--5-of-6 {
    width: 83.3333333333%;
}

.grid--flex .grid_col--5-of-6 {
    width: auto;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.3333333333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.3333333333%;
}

.grid_col--1-of-7 {
    width: 14.2857142857%;
}

.grid--flex .grid_col--1-of-7 {
    width: auto;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
}

.grid_col--push-1-of-7 {
    margin-left: 14.2857142857%;
}

.grid_col--pull-1-of-7 {
    margin-left: -14.2857142857%;
}

.grid_col--2-of-7 {
    width: 28.5714285714%;
}

.grid--flex .grid_col--2-of-7 {
    width: auto;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%;
}

.grid_col--push-2-of-7 {
    margin-left: 28.5714285714%;
}

.grid_col--pull-2-of-7 {
    margin-left: -28.5714285714%;
}

.grid_col--3-of-7 {
    width: 42.8571428571%;
}

.grid--flex .grid_col--3-of-7 {
    width: auto;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%;
}

.grid_col--push-3-of-7 {
    margin-left: 42.8571428571%;
}

.grid_col--pull-3-of-7 {
    margin-left: -42.8571428571%;
}

.grid_col--4-of-7 {
    width: 57.1428571429%;
}

.grid--flex .grid_col--4-of-7 {
    width: auto;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%;
}

.grid_col--push-4-of-7 {
    margin-left: 57.1428571429%;
}

.grid_col--pull-4-of-7 {
    margin-left: -57.1428571429%;
}

.grid_col--5-of-7 {
    width: 71.4285714286%;
}

.grid--flex .grid_col--5-of-7 {
    width: auto;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%;
}

.grid_col--push-5-of-7 {
    margin-left: 71.4285714286%;
}

.grid_col--pull-5-of-7 {
    margin-left: -71.4285714286%;
}

.grid_col--6-of-7 {
    width: 85.7142857143%;
}

.grid--flex .grid_col--6-of-7 {
    width: auto;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%;
}

.grid_col--push-6-of-7 {
    margin-left: 85.7142857143%;
}

.grid_col--pull-6-of-7 {
    margin-left: -85.7142857143%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid--flex .grid_col--1-of-8 {
    width: auto;
    flex-basis: 12.5%;
    max-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--flex .grid_col--3-of-8 {
    width: auto;
    flex-basis: 37.5%;
    max-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--flex .grid_col--5-of-8 {
    width: auto;
    flex-basis: 62.5%;
    max-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--flex .grid_col--7-of-8 {
    width: auto;
    flex-basis: 87.5%;
    max-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.3333333333%;
}

.grid--flex .grid_col--1-of-12 {
    width: auto;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.3333333333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.3333333333%;
}

.grid_col--2-of-12 {
    width: 16.6666666667%;
}

.grid--flex .grid_col--2-of-12 {
    width: auto;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.6666666667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.6666666667%;
}

.grid_col--5-of-12 {
    width: 41.6666666667%;
}

.grid--flex .grid_col--5-of-12 {
    width: auto;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.6666666667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.6666666667%;
}

.grid_col--7-of-12 {
    width: 58.3333333333%;
}

.grid--flex .grid_col--7-of-12 {
    width: auto;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.3333333333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.3333333333%;
}

.grid_col--10-of-12 {
    width: 83.3333333333%;
}

.grid--flex .grid_col--10-of-12 {
    width: auto;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.3333333333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.3333333333%;
}

.grid_col--11-of-12 {
    width: 91.6666666667%;
}

.grid--flex .grid_col--11-of-12 {
    width: auto;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.6666666667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.6666666667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -0.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: 1025px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -0.24em;
    }

    .grid--flex .grid_col[class*="grid_col--lg-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-2,
    .grid--flex .grid_col.grid_col--lg-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lg-1-of-3 {
        width: 33.3333333333%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-3 {
        width: auto;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid_col.grid_col--lg-2-of-3 {
        width: 66.6666666667%;
    }

    .grid--flex .grid_col.grid_col--lg-2-of-3 {
        width: auto;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--lg-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -0.24em;
    }

    .grid--flex .grid_col[class*="grid_col--lc-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-2,
    .grid--flex .grid_col.grid_col--lc-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lc-1-of-3 {
        width: 33.3333333333%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-3 {
        width: auto;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid_col.grid_col--lc-2-of-3 {
        width: 66.6666666667%;
    }

    .grid--flex .grid_col.grid_col--lc-2-of-3 {
        width: auto;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--lc-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -0.24em;
    }

    .grid--flex .grid_col[class*="grid_col--md-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-2,
    .grid--flex .grid_col.grid_col--md-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--md-1-of-3 {
        width: 33.3333333333%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-3 {
        width: auto;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid_col.grid_col--md-2-of-3 {
        width: 66.6666666667%;
    }

    .grid--flex .grid_col.grid_col--md-2-of-3 {
        width: auto;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--md-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -0.24em;
    }

    .grid--flex .grid_col[class*="grid_col--sm-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-2,
    .grid--flex .grid_col.grid_col--sm-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--sm-1-of-3 {
        width: 33.3333333333%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-3 {
        width: auto;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid_col.grid_col--sm-2-of-3 {
        width: 66.6666666667%;
    }

    .grid--flex .grid_col.grid_col--sm-2-of-3 {
        width: auto;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--sm-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }

    .grid--flex .grid_col {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid--flex .grid_col--d-first {
    float: none;
    order: -1;
}

.grid_col--d-last {
    float: right;
}

.grid--flex .grid_col--d-last {
    float: none;
    order: 1;
}

.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--gutter {
    margin-left: -20px;
}

.grid--gutter .grid_col {
    padding-left: 20px;
}

.grid--gutter-40 {
    margin-left: -40px;
}

.grid--gutter-40 .grid_col {
    padding-left: 40px;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}

/*==================================
 --------- UTILITY CLASSES --------
==================================*/
.hidden:not([role="tabpanel"]) {
    display: none !important;
}

.hidden[role="tabpanel"] {
    display: none;
}

.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: #054959;
}

.background--alt-brand {
    background-color: #f1af0f;
}

.background--dark {
    background-color: #222;
}

.background--light {
    background-color: #fff;
}

.background--grey {
    background-color: #f6f6f6;
}

.background--light-blue {
    background-color: rgba(5, 73, 89, 0.2);
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #b72121;
}

.color--brand {
    color: #054959;
}

.color--dark {
    color: #000;
}

.color--grey {
    color: #f6f6f6;
}

.color--success {
    color: #23a217;
}

.color--error {
    color: #b72121;
}

.dark {
    color: #fff;
}

.dark a {
    color: #fff;
}

.dark .button--cta {
    color: #fff;
}

.no-margin {
    margin: 0;
}

/*==================================
 --------- ACCESSIBILITY ----------
==================================*/
input:focus,
select:focus,
textarea:focus,
button:focus,
[href]:focus,
[tabindex]:focus,
[contentEditable="true"]:focus,
.module_add-to-calendar-reveal:focus,
a:focus,
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before,
.radio--btn input[type="radio"]:focus + label {
    outline-width: 2px;
    outline-style: dotted;
    outline-color: inherit;
}

[disabled],
[aria-disabled="true"],
[tabindex="-1"] {
    outline: none !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

#maincontent:focus {
    outline: 0px;
}

.tooltip {
    position: absolute;
    padding: 5px;
    font-family: Arial;
    color: black;
    background: white;
    line-height: normal;
    transform: translate(0, -50%);
    z-index: 200;
    font-size: 12px;
    white-space: nowrap;
    margin-left: 5px;
}

.tooltip[data-position="left"] {
    transform: translate(-100%, -50%);
    margin-left: -5px;
}

.tooltip[aria-hidden="true"] {
    display: none;
}

.tooltip[aria-hidden="false"] {
    display: block;
}

/*---------- Javascript ----------*/
.js--loading:after {
    position: relative;
    left: 50%;
    display: inline-block;
    margin: 10px 0 10px -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: 5rem;
    animation: spin 0.8s infinite linear;
}

.js--hidden:not([data-accordion]) {
    display: none !important;
}

.js--hidden[data-accordion] {
    display: none;
}

.js--visible {
    display: block;
}

.js--disabled {
    opacity: 0.3;
    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 {
    display: none;
}

.module_nav,
.module_location,
.module_speakers,
.module_links,
.module_body,
.module_options,
.module_not-found {
    margin-bottom: 10px;
}

.module_error-container {
    margin-bottom: 30px;
    color: #b72121;
}

.module_add-to-calendar-reveal {
    color: #000;
    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: 1.4rem;
    text-align: center;
}

.fancybox-container .module_add-to-calendar-list {
    padding: 0 30px;
}

.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: 2.4rem;
    text-decoration: none;
}

.module_add-to-calendar.js--hidden {
    display: none;
}

.module_actions,
.module_pager {
    margin-top: 20px;
}

.module_date-time {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.21429;
    letter-spacing: 0.02em;
}

.module_error-container {
    display: block;
}

.module_error-container ul {
    padding-left: 18px;
    list-style-type: disc;
}

.module_error-container ul > li {
    line-height: 1.5;
}

.module_error-container > br {
    display: none;
}

.module_error-container > span {
    display: block;
    line-height: 1.5;
}

.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-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

.module_headline-link,
.module_headline-link:visited {
    color: #000;
    text-decoration: none;
}

.module_headline-link:hover {
    text-decoration: underline;
}

.module_image {
    display: inline-block;
    max-width: 30%;
    margin-bottom: 16px;
}

.module_image--right {
    float: right;
    margin-left: 32px;
}

.module_image--left {
    float: left;
    margin-right: 32px;
}

.module_introduction {
    margin-bottom: 35px;
}

.module_item {
    padding: 30px 0 10px;
}

.module_item ~ .module_item {
    border-top: 1px solid rgba(55, 55, 55, 0.25);
}

.module_label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.module_label + .module_required {
    font-size: 1.4rem;
}

.module_links > *,
.module_links li,
.module_links .module_presentation {
    display: inline;
}

@media only screen and (max-width: 480px) {
    .module_links > *,
    .module_links li,
    .module_links .module_presentation {
        display: block;
    }
}

.module_links.module_links--stack > *,
.module_links.module_links--stack li,
.module_links.module_links--stack .module_presentation {
    display: block;
}

.module_link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21429;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #054959;
    text-decoration: none;
}

.dark .module_link {
    color: #fff;
}

.module_link:hover {
    text-decoration: none;
}

.module_link:hover .module_link-text {
    text-decoration: underline;
}

.module_link > .module_link-text,
.module_link > i,
.module_link > span {
    vertical-align: middle;
}

.module_link .q4icons_icon {
    display: inline-flex;
}

.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: 5px;
}

.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: 5px;
}

.module_nav-link,
.module_nav .ModuleYearLink,
.module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
    display: inline-block;
    margin-right: 5px;
    padding: 10px 20px;
    border: 2px solid #054959;
    color: #000;
    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: #054959;
    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;
    color: #000;
}

@media only screen and (max-width: 480px) {
    .module_options-label,
    .module_options-select,
    .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.module_pager a {
    color: #333333;
}

.module_pager a[href] {
    color: #054959;
}

.module_reminder .module_label {
    margin-right: 10px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required {
    color: #333333;
}

.module_required-text {
    font-size: 1.3rem;
    color: #333333;
}

.module_rss {
    float: right;
}

.module_speakers li {
    margin-bottom: 5px;
    font-weight: 500;
}

.module_title {
    text-transform: uppercase;
    color: #054959;
}

.dark .module_title {
    color: #fff;
}

.module--title-underline .module_title {
    text-transform: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.40909;
    letter-spacing: 0.02em;
    color: #054959;
    padding-bottom: 7px;
    margin-bottom: 40px;
    position: relative;
}

.module--title-underline .module_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 118px;
    height: 2px;
    background-color: #d9d9d9;
}

.module_view-all-link {
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
}

.module_view-all-link:hover {
    text-decoration: underline;
}

.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-family: inherit;
    font-size: 1.6rem;
    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_input[type="text"]:-ms-input-placeholder,
.module_input[type="email"]:-ms-input-placeholder,
.module_input[type="file"]:-ms-input-placeholder,
.module_dropdown:-ms-input-placeholder,
.module textarea.module_input:-ms-input-placeholder {
    color: #222 !important;
}

.module textarea.module_input {
    resize: vertical;
    min-height: 150px;
}

.module_input[type="file"],
.module_dropdown {
    cursor: pointer;
}

.module_input[type="file"] {
    line-height: 1;
}

.module_input--brand[type="text"] {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    border: 2px solid #054959;
    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 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Start: Highlighted Section */
.highlighted-section {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.18182;
    letter-spacing: 0.02em;
    color: #054959;
    margin-bottom: 28px;
}

.highlighted-section--white {
    color: #fff;
}

.highlighted-section--narrow {
    max-width: 800px;
}

.highlighted-section--underlined::after {
    content: " ";
    display: block;
    width: 118px;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 28px;
}

.highlighted-section--underlined-closer::after {
    margin-top: 16px;
}

.highlighted-section h2 {
    font: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin-bottom: 1em;
}

.highlighted-section p:first-child,
.highlighted-section h2:first-child {
    margin-top: 0;
}

.highlighted-section p:last-child,
.highlighted-section h2:last-child {
    margin-bottom: 0;
}

.highlighted-section_small-text {
    font-size: 16px;
}

/* End: Highlighted Section */
/*- Investment Calculator Widget -*/
.module-calculator_input:not(:last-of-type) {
    margin-bottom: 20px;
}

.module-calculator_input h4 {
    margin-bottom: 12px;
}

.module-calculator_input label {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.module-calculator_input input[type="text"] {
    border: 2px solid #054959;
}

.module-calculator_input input[type="checkbox"] + label {
    margin: 0;
}

.module-calculator_input button {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    right: 10px;
    bottom: 18px;
    color: #054959;
    cursor: pointer;
}

.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;
}

.module-calculator_popup-container h2 {
    margin-top: 0;
    color: inherit;
}

@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 #054959;
        border-bottom: 2px solid #054959;
    }

    .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 -*/
.module-committee .module_container--desktop .module_header {
    display: table-header-group;
}

@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: 15px;
    text-align: center;
}

.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee_category.js--active .module_header .module-committee_trigger:before {
    content: "\edba";
}

.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;
}

.module-committee_legend-container {
    padding: 20px 15px;
}

.module-committee_legend {
    display: inline-block;
    margin-right: 30px;
}

.module-committee_legend [class*="q4-icon_"] {
    margin-right: 5px;
}

/*----- Dividends Module -----*/
.module-dividends .highcharts-series-0 rect {
    fill: #054959;
}

.module-dividends .highcharts-series-1 rect {
    fill: #f1af0f;
}

.highcharts-scrollbar-thumb {
    background-color: #054959;
    fill: #054959;
}

.highcharts-navigator-mask-inside {
    background-color: #054959;
    fill: #054959;
}

.ui-state-active {
    background-color: #054959 !important;
}

/*----- 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 {
    position: relative;
}

.module-downloads_title-link {
    margin: 0 20px 0 0;
}

.module-downloads .q4icons_icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.video-icon .q4icons_icon:before {
    content: "\e95e";
}

/*------- Module Video ----------*/
.module-video-banner::before {
    content: " ";
    position: absolute;
    z-index: 2;
    display: none;
    max-width: 466px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 28%;
    width: 100%;
    height: 122px;
    background-image: url("../design/banner/discovery-logo-banner.png");
}

@media only screen and (max-width: 480px) {
    .module-video-banner::before {
        max-width: 270px;
        height: 70px;
        background-image: url("../design/banner/discovery-logo-banner-mobile.png");
    }

    .video-banner {
        height: 281px;
    }
}

.module-video-banner_play {
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../design/banner/playBtn.svg");
    background-size: cover;
}

.module-video-text {
    position: absolute;
    width: 100%;
    top: 50%;
}

.module-video-banner_content {
    position: absolute;
    top: calc(50% - 140px);
    left: 0;
    max-width: 527px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 26px;
    z-index: 20;
}

.module-video-text .module_container--inner {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
}

.module-video-banner_content h1 {
    margin-top: 0;
    margin-bottom: 18px !important;
}

.module-video-banner_content h1:after {
    display: none !important;
}

.module-video-banner_description {
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

@media only screen and (max-width: 480px) {
    .module-video-banner_content h1 {
        font-size: 22px !important;
        margin-bottom: 0 !important;
    }

    .module-video-banner_content {
        padding: 40px 26px;
    }
}

/* Company Policies */
.module-company-policies {
    padding-top: 52px !important;
    padding-bottom: 117px !important;
}

.module-company-policies_image {
    float: right;
    background-image: url("../images/company-policies/forest.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 483px;
    min-height: 696px;
}

.module-company-policies_description {
    margin: 0;
    margin-bottom: 66px;
}

.module-company-policies .module_item {
    position: relative;
    display: block;
    padding: 18px 0;
    border-color: #d9d9d9;
    text-decoration: none;
}

.module-company-policies .module_item:first-child {
    border-top: 1px solid #d9d9d9;
}

.module-company-policies .module_item:last-child {
    border-bottom: 1px solid #d9d9d9;
}

.module-company-policies .module_item:hover {
    text-decoration: underline;
}

.module-company-policies .module_item-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-company-policies .module_item-text::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 18px;
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("../design/svg/charm_link-external.svg");
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    .module-company-policies_image {
        float: unset;
        margin: 0 auto;
        min-height: 300px;
        margin-top: 60px;
    }
}

.module-about-company p {
    margin-top: 0;
    margin-bottom: 28px;
    flex-grow: 1;
}

.module-about-company .button {
    max-width: 171px;
}

.module-about-company .module-item_wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    min-height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.module-about-company .module-item_wrapper .module-item_background {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #054959;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: transform 0.3s ease;
}

.module-about-company .module-item_wrapper:hover .module-item_background {
    transform: scale(1.2);
}

.module-about-company h4 {
    margin-top: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.module-about-company_description-card {
    color: #fff !important;
    font-size: 15px !important;
}

.module-cards {
    display: flex;
}

.module-cards_item {
    flex: 1 1 0px;
    flex-basis: 0;
    margin-right: 20px;
}

.module-cards_item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 940px) {
    .module-cards {
        flex-direction: column;
    }

    .module-cards_item {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .module-cards_item:last-child {
        margin-right: auto !important;
    }
}

/*--------- Company OverView ------*/
.module-company-overview {
    color: #fff;
}

/*.module-company-overview_box, .module-impact-sustainability_box, .module-impact-sustainability_box {
    max-width: 429px;
    float: left;
}*/
.module-company-overview_image {
    position: relative;
    padding-top: 454px;
    background-size: cover;
    background-position: center;
}

.module-company-overview_image:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(360deg, rgba(5, 73, 89, 0.71) 0%, rgba(5, 73, 89, 0) 100%);
    width: 100%;
    height: 100%;
}

.module-company-overview_wrapper {
    margin-top: 58px;
}

.module-company-overview_content,
.module-impact-sustainability_content {
    padding-left: 50px !important;
    text-align: left;
}

.module-sustainability-background {
    background-image: url("../images/our-impact/Green_background.jpg");
    background-size: cover;
    background-position: center;
}

.module-sustainability-background p,
.module-sustainability-background .module_title {
    color: #fff !important;
}

.module-impact-sustainability_content {
    padding-left: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .module-impact-sustainability_content {
        padding-left: 50px !important;
    }
}

@media only screen and (max-width: 940px) {
    .module-company-overview_content,
    .module-impact-sustainability_content {
        padding-left: 30px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .module-company-overview .grid {
        display: flex;
        align-items: center;
    }
}

.module-company-overview .module_title {
    position: relative;
    line-height: 38px;
    margin-bottom: 39px;
    color: #fff;
}

.module-company-overview p {
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.32px;
}

.module-company-overview .module_title:before {
    content: " ";
    position: absolute;
    top: -56px;
    left: 160px;
    display: block;
    background-image: url("../design/svg/big-square.svg");
    background-size: cover;
    width: 125px;
    height: 125px;
}

@media only screen and (max-width: 768px) {
    .module-company-overview_box,
    .module-impact-sustainability_box {
        display: none !important;
    }

    .module-company-overview_content,
    .module-impact-sustainability_content {
        padding-left: 0 !important;
    }

    .module-company-overview {
        padding-top: 37px !important;
        padding-bottom: 68px !important;
    }
}

/* Result Centre */
.module-result-centre {
    padding: 72px 0 !important;
}

.module-download-centre {
    display: flex;
    margin-left: -15px;
}

.module-download-centre .module_item img {
    display: block;
    margin: 0 auto;
    height: 41px;
}

.module-download-centre .module_item {
    max-width: 266px;
    width: 100%;
    background-color: #054959;
    color: #fff;
    margin: 0 15px;
    text-align: center;
    padding: 25px 10px 4px 10px;
}

.module-result-centre_wrapper {
    position: relative;
    margin-bottom: 30px;
}

.module-result-centre_content {
    position: absolute;
    top: 92px;
    right: 11%;
    background: #d9d9d9;
    padding: 10px;
    padding: 25px;
    max-width: 488px;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 50px;
    padding-left: 26px;
    height: 203px;
}

.module-result-centre .module_document-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.module-result-centre .module_document {
    padding: 25px 10px 14px 10px;
    background-color: #054959;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.module-result-centre .module_document:hover {
    text-decoration: none;
}

.module-result-centre .module_document:focus {
    outline: none;
}

.module-result-centre .module_document:hover .module_document-text,
.module-result-centre .module_document:focus-visible .module_document-text {
    text-decoration: underline;
}

.module-result-centre .module_document-icon {
    display: flex;
    font-size: 40px;
    margin-bottom: 10px;
}

.module-result-centre .module_document-icon::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: "\e99b";
}

.module-result-centre .module_document--news .module_document-icon::before {
    content: "\e92a";
}

.module-result-centre .module_document--webcast .module_document-icon::before {
    content: "\e929";
}

.module-result-centre .module_document--presentation .module_document-icon::before {
    content: "\e92b";
}

.module-result-centre .module_document--tenk .module_document-icon::before,
.module-result-centre .module_document--tenq .module_document-icon::before {
    content: "\e924";
}

@media only screen and (max-width: 1024px) {
    .module-result-centre .module_document-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 940px) {
    .module-result-centre_content {
        position: unset;
        margin-top: 30px;
        display: block;
        height: unset;
    }
}

@media only screen and (max-width: 768px) {
    .module-result-centre .module_document-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 480px) {
    .module-download-centre {
        flex-direction: column;
        margin-left: 0;
    }

    .module-download-centre .module_item {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.module-result-centre p {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000000;
}

.module-result-centre_author {
    font-weight: 300 !important;
    font-size: 1.4rem !important;
}

/* Our aproach */
.module-our-aproach_text {
    margin-top: 0;
    margin-bottom: 51px;
}

.small-description::after {
    content: " ";
    display: block;
    width: 118px;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 14px;
}

.module-our-aproach_wrapper {
    max-width: 849px;
    margin: 0 auto;
    width: 100%;
}

/* Our Priorities */
.module-our-priorities .module-boxes-list {
    margin-top: 40px;
}

.module-our-priorities_image {
    float: right;
    background-image: url("../images/our-priorities/our-priorities-x2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 542px;
    min-height: 236px;
}

.module-our-priorities_text {
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000000;
}

.module-our-priorities_list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 32px;
}

.module-our-priorities_item {
    margin-right: 13px;
    min-width: 0;
    width: 100%;
}

.module-our-priorities_button {
    color: #fff;
    background-color: #054959;
    text-decoration: underline;
    font-weight: 400;
    padding: 14px 24px;
    max-width: 186px;
    width: 100%;
    text-align: center;
}

.module-our-priorities_item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .module-our-priorities_image {
        /* float: unset; */ /* margin-top: 40px; */
    }
}

/*People */
.module-priorities-people {
    padding: 72px 0 !important;
}

.module-priorities-people h3:first-child {
    margin-top: 0 !important;
}

.module-priorities-people_facts {
    max-width: 432px;
    width: 100%;
    display: block;
}

/* People */
.module-priorities-planet {
    padding: 72px 0 !important;
}

.module-priorities-planet a {
    text-decoration: underline;
    color: #054959;
}

.module-priorities-planet h4 {
    margin-top: 25px;
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #054959;
    text-transform: uppercase;
}

.module-priorities-planet h4::after {
    content: " ";
    display: block;
    max-width: 118px;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 8px;
}

/*Products */
.module-products-description {
    padding-top: 72px !important;
}

.module-products-description h3,
.module-priorities-people h3,
.module-priorities-planet h3 {
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-products-description h3:after,
.module-priorities-people h3:after,
.module-priorities-planet h3:after {
    content: " ";
    display: block;
    max-width: 118px;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 9px;
}

.module-products-image_box {
    padding-top: 208px;
    background-size: cover;
    background-position: center;
}

.module-products-description p,
.module-priorities-people p {
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.module-priorities-people h3 {
    margin-top: 11px;
}

.module-priorities-people img + h3 {
    margin-top: 28px;
}

.module-products-slider {
    padding-bottom: 72px !important;
}

.module-products-slider h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000;
}

.module-products-slider h4::after {
    content: " ";
    display: block;
    background: #054959;
    width: 52px;
    height: 1px;
    margin-top: 6px;
}

.module-products-slider p {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.02em;
}

.module-products-slider .module_title {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
}

.module-products-slider .slick-slide {
    margin: 0 20px;
}

.module-products-slider .slick-arrow:before {
    content: " ";
    display: block;
    width: 38px;
    height: 38px;
    background-image: url("../images/our-priorities/arrow-products.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.module-products-slider .slick-next {
    right: -43px;
}

.module-products-slider .slick-prev {
    left: -43px;
}

.module-products-slider .slick-next::before {
    transform: rotate(180deg);
}

.module-products-slider .module_item {
    padding: 0;
    height: 100%;
}

.module-products-slider .module_item-wrapper {
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 9px;
}

@media only screen and (max-width: 1200px) {
    .module-products-slider .slick-next {
        right: -12px;
    }

    .module-products-slider .slick-prev {
        left: -12px;
    }
}

/* Positive Impact */
.module-our-impact {
    padding-top: 52px !important;
    padding-bottom: 140px !important;
}

.module-our-impact .module_column-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.module-our-impact_image {
    max-width: 123px;
}

.module-our-impact_footer {
    display: flex;
}

.module-our-impact_footer img {
    margin-right: 20px;
    width: 42px;
    height: 42px;
}

.module-our-impact_footer-text {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #000000;
}

.module-our-impact_footer-text span {
    display: block;
    color: #054959;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.module-our-impact .module-our-impact_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f5f5f5;
    border-right: 3px solid #dddddd;
    padding: 20px;
    height: 100%;
}

.module-our-impact .module_item {
    display: flex;
    padding: 13px 0;
    border-top: 1px solid #f5f5f5;
}

.module-our-impact .module_item:last-child {
    border-bottom: 1px solid #f5f5f5;
}

.module-our-impact .grid_col {
    padding-left: 16px;
}

.module-our-impact .grid {
    margin-right: -16px;
}

.module_item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
}

.module-our-impact_description {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #000000;
}

@media only screen and (min-width: 1025px) {
    .module-our-impact .module-our-positive_widget .module_column-title {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .module-our-impact .module_item {
        flex-direction: column;
    }

    .module-our-impact .module_item--header {
        display: none;
    }

    .module-our-impact .grid {
        margin-left: 0;
    }

    .module-our-impact .module_item .grid_col:first-child .module-our-impact_card {
        padding-top: 30px;
    }

    .module-our-impact .module_column-title {
        margin-bottom: 10px;
    }

    .module-our-impact .grid_col {
        padding-left: 0;
        width: 100%;
    }
}

/*---- Impact Sustainability --- */
.module-impact-sustainability {
    color: #000;
}

.module-impact-sustainability .module_title {
    color: #054959;
    position: relative;
    line-height: 38px;
    margin-bottom: 42px;
}

.module-impact-sustainability_image {
  /*  background-image: url("../images/Wind_power.jpg");*/
    background-image: url('../images/about-us/John-Curry-pic-3.jpg');
    position: relative;
    padding-top: 488px;
    max-width: 429px;
    background-size: cover;
    background-position: center;
}

.module-impact-sustainability_image:after {
    content: " ";
    position: absolute;
    top: 2px;
    left: -2px;
    display: block;
    background: linear-gradient(360deg, #ffffff 6%, rgba(255, 255, 255, 0.03) 52%);
    width: 102%;
    height: 100%;
}

.module-impact-sustainability_wrapper {
    margin-top: 45px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .module-impact-sustainability .grid {
        display: flex;
        align-items: center;
    }
}

.module-impact-sustainability .module_title {
    position: relative;
    line-height: 38px;
    margin-bottom: 39px;
}

.module-impact-sustainability p {
    margin-bottom: 42px;
    font-size: 18px;
    font-weight: 400;
    /* 00424548 */
    /* line-height: 18px; */
    /* letter-spacing: 0.32px; */
}

@media only screen and (max-width: 768px) {
    .module-impact-sustainability {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

/*--- Module Map ---*/
.module-map .module_container--map {
    position: relative;
    max-width: 1411px;
    margin-left: auto;
    margin-right: auto;
}

.module-map_svg {
    max-width: 1411px;
    width: 100%;
    height: auto;
    display: block;
}

.module_item-slice {
    cursor: pointer;
    fill: rgb(5, 73, 89);
}

.module-map .module_card-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background-color: transparent;
    /* transition: background-color .4s linear, visibility .4s linear; */
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

.module-map .module_card {
    background-color: #fff;
    border-radius: 10px;
    max-width: 364px;
    flex-grow: 1;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.7);
    display: flex;
    padding: 89px 36px 44px;
    position: relative;
    top: 0;
    transform: translateX(100%);
    transition: all 0.4s linear;
    max-height: calc(100vh - 135px);
}

.module-map .module_card a {
    text-decoration: none;
}

.module-map .module_card a:hover {
    text-decoration: underline;
}

.module-map .module_card-content {
    display: flex;
}

.module-map .module_card-description {
    max-width: 270px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #000000;
}

.module-map .module_card-text {
    flex-shrink: 1;
    flex-grow: 1;
    position: relative;
}

.module-map .module_country .module_card-text {
    margin-right: 71px;
}

.module-map .module_country .module_card-text:nth-child(3n + 3) {
    margin-right: 0;
}

.module-map .pager {
    padding-top: 10px;
    padding-bottom: 0;
}

.module-map .module_card-close {
    font-family: "Montserrat", sans-serif;
    appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-map .q4-icon_close-circle:after {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 18px;
    background-image: url("../design/svg/close-map.svg");
    background-size: cover;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 2px;
}

.module-map .module_card-title {
    margin: 0;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #000000;
}

.module-map .module_card-actions {
    position: absolute;
    top: 25px;
    right: 24px;
    flex-shrink: 0;
    flex-grow: 0;
}

.module-map .js--active .module_card-container {
    background-color: rgba(0, 0, 0, 0.3);
    visibility: visible;
}

.module-map .js--active .module_card {
    transform: translateX(0);
}

.module-map .module_pin {
    position: absolute;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 6px;
    height: 10px;
    background-image: url(../design/svg/pin.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    transform-origin: bottom center;
    transition: transform 0.4s linear;
}

.module-map .module_slice {
    position: absolute;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 11.23px;
    height: 15.84px;
    transform: translateX(-50%);
    transform-origin: bottom center;
    transition: transform 0.4s linear;
}

.module-map .module_slice--greenland {
    top: 0;
    left: 36%;
    width: 8vw;
    padding-top: 14%;
}

.module-map .module_slice--brazil {
    bottom: 19%;
    left: 33%;
    width: 4vw;
    padding-top: 10%;
}

.module-map .module_country .module_card {
    max-width: 999px;
    flex-direction: column;
    overflow-y: auto;
}

.module-map .module_pin:hover,
.module-map .module_pin:focus,
.module-map .js--active .module_pin {
    transform: translateX(-50%) scale(1.35);
    z-index: 10;
}

.module-pin-noratel-canada {
    top: 36.5%;
    left: 25.1%;
}

.module-pin-santon-na {
    top: 38.05%;
    left: 23.05%;
}

.module-pin-phoenix {
    top: 38.45%;
    left: 23.7%;
}

.module-pin-noratel-llc {
    top: 43.1%;
    left: 14.6%;
}

.module-pin-noratel-na {
    top: 42%;
    left: 24.7%;
}

.module-pin-control-products {
    top: 38.5%;
    left: 26.7%;
}

.module-pin-hobart-electronics {
    top: 38.3%;
    left: 23%;
}

.module-pin-beacon {
    top: 35.6%;
    left: 21.5%;
}

.module-pin-noratel-international {
    top: 59.2%;
    left: 69.55%;
}

.module-pin-noratel-india {
    top: 58.4%;
    left: 68.9%;
}

.module-pin-noratel2-india {
    top: 55.8%;
    left: 68.9%;
}

.module-pin-foshan {
    top: 49.4%;
    left: 78.3%;
}

.module-pin-myrrahk {
    top: 50%;
    left: 78.6%;
}

.module-pin-zhongshan {
    top: 49.9%;
    left: 78.4%;
}

.module-pin-flux-ltd {
    top: 55.4%;
    left: 74.9%;
}

.module-pin-antenova-china {
    top: 45%;
    left: 80.6%;
}

.module-pin-antenova-asia {
    top: 48.8%;
    left: 80.7%;
}

.module-pin-contour-asia {
    top: 49.9%;
    left: 78.7%;
}

.module-pin-discoverie {
    top: 31.2%;
    left: 47.3%;
}
.module-pin-burster {
    top: 33.3%;
    left: 49.8%;
}

.module-pin-vertec-uk {
    top: 31.1%;
    left: 47.2%;
}

.module-pin-variohm-de {
    top: 30%;
    left: 51%;
}

.module-pin-stortech-electronics {
    top: 30.8%;
    left: 47.5%;
}

.module-pin-variohm-eurosensor {
    top: 30.4%;
    left: 47.2%;
}

.module-pin-noratel-sp {
    top: 29.4%;
    left: 51.5%;
}

.module-pin-santon-bv {
    top: 30.8%;
    left: 48.7%;
}

.module-pin-santon-germany {
    top: 31.2%;
    left: 49.3%;
}

.module-pin-sens-tech {
    top: 30.9%;
    left: 47.25%;
}

.module-pin-noratel-uk {
    top: 30%;
    left: 46.7%;
}

.module-pin-positek {
    top: 30.65%;
    left: 46.8%;
}

.module-pin-noratel-germany {
    top: 33%;
    left: 51.1%;
}

.module-pin-noratel-as {
    top: 24.5%;
    left: 50.2%;
}

.module-pin-noratel-denmark {
    top: 27.8%;
    left: 50.8%;
}

.module-pin-noratel-finland {
    top: 23.7%;
    left: 53.7%;
}

.module-pin-noratel-sweden {
    top: 26.7%;
    left: 51.5%;
}

.module-pin-noratel-sweden2 {
    top: 24.9%;
    left: 51.4%;
}

.module-pin-myrra-power {
    top: 30.4%;
    left: 53.3%;
}

.module-pin-mtc-micro-tech {
    top: 33.3%;
    left: 50.4%;
}

.module-pin-myrra {
    top: 33%;
    left: 48.2%;
}

.module-pin-limitor-hungaria {
    top: 34.8%;
    left: 52.4%;
}

.module-pin-limitor-gmbh {
    top: 33.1%;
    left: 50%;
}

.module-pin-hectronic-ab {
    top: 24.4%;
    left: 52.3%;
}

.module-pin-hectronic {
    top: 24.5%;
    left: 50.4%;
}

.module-pin-antenova-ltd {
    top: 30.8%;
    left: 47.3%;
}

.module-pin-foss-as {
    top: 24.4%;
    left: 50.4%;
}

.module-pin-herga-tech-ltd {
    top: 30.6%;
    left: 47.6%;
}

.module-pin-foss-fibre-optics {
    top: 33.5%;
    left: 52.2%;
}

.module-pin-cursor-controls-ltd {
    top: 30.1%;
    left: 47.15%;
}

.module-pin-nsi-bv {
    top: 31.4%;
    left: 48.9%;
}

.module-pin-contour-electronics-ltd {
    top: 31.2%;
    left: 47.2%;
}

.module-pin-flux-as {
    top: 27.7%;
    left: 50.6%;
}

.module-pin-heason-technology {
    top: 31.4%;
    left: 47.3%;
}

.module-pin-hobart-mexico {
    top: 48.2%;
    left: 19.7%;
}

.module-pin-emc {
    top: 41%;
    left: 82.3%;
}

.module-pin-magnasphere-1 {
    top: 37.3%;
    left: 22.5%;
}

.module-pin-magnasphere-2 {
    top: 37%;
    left: 23.5%;
}

.module-pin-cdt {
    top: 30.9%;
    left: 47.3%;
}

.module-pin-silvertel {
    top: 30.5%;
    left: 46.6%;
}
/*00619829*/
.module-pin-antennas-usa {
    top: 43%;
    left: 16.5%;
}

.module-pin-2j-antennas-slovakia-hq {
    top: 32.8%;
    left: 53%;
}

.module-2j-antennas-uk {
    top: 31.3%;
    left: 47.3%;
}

.module-silvertel-uk {
    top: 30.7%;
    left: 46.6%;
}
/*00619829 end*/
@media only screen and (max-width: 768px) {
    .module-map .module_card-content {
        flex-direction: column;
    }

    .module-map .module_card-content .module_card-text:not(:last-child) {
        margin-bottom: 16px;
    }
}

/* Board of directors */
.module-person-directors .module_item {
    border: 1px solid #dfe3e2;
    margin-bottom: 5px;
    padding: 10px 0;
}

.module-person-directors_comittee {
    display: flex;
    align-items: center;
}

.module-person-directors_comittee img {
    margin-left: 6px;
}

.module-person-directors .js--active {
    background: #f1f2f6;
    border-color: #f1f2f6;
}

.module-person-directors .module_item-header {
    cursor: pointer;
    padding: 26px 60px;
}

.module-person-directors .module_item-header h4 {
    position: relative;
    margin: 0;
}

.module-person-directors .module_item-header h4:after {
    content: "\ed5d";
    display: block;
    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;
    position: absolute;
    right: 0;
    top: -1px;
    color: #054959;
}

.module-person-directors .js--active .module_item-header h4:after {
    content: "\ed5e";
}

.module-person-directors .module_item-content {
    padding: 0 60px 30px;
}

.module-person-comittee .js--active .module_item-bio,
.module-person-directors .js--active .module_item-bio {
    min-height: 300px;
}

.module-person-directors .module_image {
    max-width: 300px;
    width: 100%;
    padding: 0 0 20px 20px;
    float: right;
}

.module-person-directors .module_image img {
    border-radius: 50%;
}

.module-person-directors .module_item-bio {
}

.module-person-directors p {
    margin: 0;
    padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    .module-person-directors .module_image {
        float: none;
        padding: 0;
    }

    .module-person-comittee .js--active .module_item-bio {
        min-height: unset;
    }

    .module-person-directors .module_item-header {
        padding: 14px 20px;
    }

    .module-person-directors .module_item-content {
        padding: 0 20px;
    }

    .module-person-directors .module_item-header h4 {
        padding-right: 20px;
    }
}

/*Module Our Strategy */
.module-priorities_description {
    margin: 5px 0 45px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.module-priorities .module_item {
    border: 0;
    padding-top: 0;
    padding-left: 73px;
}

.module_priority {
    display: flex;
    margin-bottom: 65px;
    align-items: center;
}

.module_priority:last-child {
    margin-bottom: 0;
}

.module-priorities .module_item-content {
    margin-top: 21px;
}

.module-priorities .module_item-icon {
    max-width: 42px;
}

.module-priorities .module_item-image {
    border-right: 2px solid #d9d9d9;
    padding-right: 79px;
    /* height: 194px; */
}

.module-priorities .module_item-background {
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 282px;
}

.module-priorities-page .module_item-image {
    height: 194px;
}

.module-priorities-page .module_item-background {
    height: 194px;
}

.module-priorities .module_item-description {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
}

.module-priorities .module_link {
    margin: 0;
    font: inherit;
    letter-spacing: inherit;
    display: inline;
    vertical-align: inherit;
}

@media only screen and (max-width: 768px) {
    .module_priority {
        flex-direction: column;
        align-items: unset;
    }

    .module-priorities .module_item {
        padding-left: 0;
        margin-top: 40px;
    }

    .module-priorities .module_item-background {
        width: 100%;
    }

    .module-priorities .module_item-image {
        border: 0;
        padding-right: 0;
        height: 194px;
    }
}

.module-case-studies {
    padding: 72px 0 !important;
}

.module-case-studies .grid--flex {
    align-items: center;
}

.module-case-studies .module_logo {
    max-width: 250px;
}

.module-case-studies .module_image-person {
    max-width: 180px;
    border-radius: 50%;
}

/*Our vision */
.module--container-white .module_container--inner {
    background-color: #fff;
    padding: 10px 30px;
}

.module-our-vision_header {
    display: flex;
    align-items: center;
}

.module-our-vision_header div {
    padding-right: 110px;
}

.module-our-vision_text,
.module-our-vision-lists p,
.module-our-vision-lists ul li {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #000;
}

.module-our-vision_text:first-child {
    margin-bottom: 20px;
}

.module-our-vision_text strong {
    color: #054959;
}

.module-our-vision-lists p {
    font-weight: 600;
    line-height: 29px;
}

.module-our-vision-lists ul {
    margin: 0;
}

.module-our-vision-lists ul li {
    line-height: 29px;
}

.module-our-vision-lists h3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #054959;
    text-transform: uppercase;
}

.module-our-vision-lists a {
    margin-top: 22px;
}

.module-our-vision-lists h3::after {
    content: " ";
    display: block;
    margin-top: 8px;
    width: 118px;
    height: 2px;
    background: #d9d9d9;
}

.module-our-vision_sub-item p,
.module-our-vision_sub-item h4 {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #000000;
}

.module-our-vision_sub-item h4 {
    font-weight: 700;
}

.module-our-vision_sub-item {
    margin-top: 45px;
}

@media only screen and (max-width: 768px) {
    .module-our-vision_header div {
        padding-right: 50px;
    }

    .module-our-vision_header img {
        max-width: 250px;
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .module-our-vision_header {
        flex-direction: column;
    }

    .module-our-vision_header div {
        padding-right: 0;
    }

    .module-our-vision_header img {
        margin-top: 30px;
    }
}

/*Our purpose */
.module-our-purpose_item {
    margin-bottom: 57px;
}

.module-our-purpose_content {
    margin-top: 51px;
}

.module-our-purpose h3,
.module-our-purpose h4 {
    margin: 0;
    color: #054959;
}

.module-our-purpose h3 {
    margin-bottom: 38px;
}

.module-our-purpose .module_priority {
    align-items: unset;
}

.module-our-purpose .module_item-description,
.module-our-purpose ul li {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    color: #000;
}

.module-our-purpose ul li {
    margin-bottom: 0;
}

/*Module Our Companies*/
.module-our-companies_disclaimer {
    padding: 104px 0 !important;
}

.module-our-companies_disclaimer h4 {
    font-size: 2.8rem;
    line-height: 40px;
    padding-bottom: 25px;
}

.module-our-companies_disclaimer p {
    margin: 0;
    padding-bottom: 25px;
}

.module-our-companies_category .module_description {
    width: 50%;
}

.module-our-companies_category {
    padding-top: 70px !important;
    padding-bottom: 40px;
}

.module-our-companies_category .module_title {
    position: relative;
    color: #000;
    font-size: 4.6rem;
    line-height: 48px;
    text-transform: none;
}

.module-our-companies_category .module_title:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 20px;
    display: block;
    background-color: #054959;
    margin-top: 20px;
}

.module-our-companies_category .module_title:after {
    content: " ";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #054959;
    margin-top: 20px;
}

.module-our-companies_category .module_list {
    max-width: 260px;
}

.module-our-companies_category .module_item {
    display: flex;
    justify-content: center;
    padding: 40px 18px;
    margin-bottom: 30px;
    border: 0;
    border: 1px solid #ebebeb;
    height: 150px;
}

.module-our-companies_category .module_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    position: relative;
    font-size: 1.6rem;
    color: #054959;
    font-weight: 500;
    text-transform: none;
}

.module-our-companies_category .module_link span {
    display: block;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(10px);
    position: relative;
    bottom: -1px;
}

.module-our-companies_category .module_link img {
    height: 70px;
}

.module-our-companies_category .module_link:hover span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-our-companies_category .module_link span:after {
    content: " ";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../design/svg/dropdown-arrow-blue.svg);
    background-size: cover;
    transform: rotate(270deg);
    margin-left: 11px;
    vertical-align: middle;
}

.module-companies-company img {
    max-width: 150px;
}

.module-companies-company_logo {
    max-width: 250px !important;
}

.module-companies-company_herga {
    height: 107px;
}

.module-companies-company_social {
    display: flex;
}
.module-companies-company_social {
    list-style: none;
}

.module-companies-company_social-item {
    margin-right: 20px;
}

.module-companies-company_social-item a {
    display: block;
    text-decoration: none;
}

.module-companies-company_social-item a:hover {
    text-decoration: none;
}

.module-companies-company_social-item:last-child {
    margin-right: 0;
}

.module-companies-company .module_container--logos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    margin-bottom: 30px;
}

.module-companies-company .module_logo-image {
    display: block;
    max-width: 100%;
    height: 57px;
}

.module-sub-category_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 20px;
    text-transform: none;
}

.module-filter_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f2f6;
    padding: 75px 40px;
    /* margin: 0 0 80px; */
    margin: 0;
    text-align: center;
    border-radius: 10px;
}

.module-filter_text {
    font-weight: bold;
    color: #00272b;
    font-size: 2rem;
}

.module-filter_item {
    position: relative;
    margin-right: 38px;
    margin-left: 33px;
}

.module-filter_list {
    padding: 37px 0 !important;
}

.module-filter_inputs {
    display: flex;
    align-items: center;
    padding: 0 48px !important;
}

.module-filter .js--active {
    box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.6);
}

.module-filter_wrapper {
    display: none;
}

.module-filter .js--active .module-filter_wrapper {
    display: block;
    background-color: #fff;
    padding: 40px 50px !important;
    top: -40px;
    left: -104px;
    z-index: 9;
    margin: auto;
    position: absolute;
    display: block;
    width: 310px;
    box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.6);
}

.module-filter_type {
    cursor: pointer;
    position: relative;
    color: #054959;
    font-size: 1.6rem;
    font-weight: bold;
}

.module-filter_type:after {
    content: " ";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../design/svg/dropdown-arrow-blue.svg);
    background-size: cover;
    margin-left: 11px;
    vertical-align: middle;
}

.module-filter .js--active .module-filter_type:after {
    transform: rotate(180deg);
}

.module-filter_label {
    color: #000;
    font-size: 1.4rem;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    line-height: 24px;
}

.module-filter_checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 17px;
    width: 17px;
    border: 2px solid #054959;
}

.module-filter_checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.module-filter_label input:checked ~ .module-filter_checkmark {
    background-color: #054959;
}

@media only screen and (max-width: 940px) {
    .module-filter_content {
        flex-direction: column;
        padding: 50px 20px;
    }

    .module-filter_text {
        margin-bottom: 20px;
    }

    .module-filter_inputs {
        flex-direction: column;
        margin-bottom: 45px !important;
        width: 100%;
    }

    .module-filter_item {
        margin-bottom: 10px;
        width: 100%;
        padding: 10px 0;
        background-color: #054959;
    }

    .module-filter_type {
        display: block;
        color: #fff;
    }

    .module-filter_wrapper .module-filter_type {
        color: #054959;
    }

    .module-filter_type:after {
        position: absolute;
        background-image: url(../design/svg/dropdown-arrow-white.svg);
        top: 6px;
        right: 20px;
    }

    .module-filter_wrapper .module-filter_type:after {
        background-image: url(../design/svg/dropdown-arrow-blue.svg);
    }

    .module-filter .js--active .module-filter_wrapper {
        width: 100%;
        top: -32px;
        left: 0;
    }

    .module-our-companies_category .module_title:after {
        margin-top: 30px;
    }

    .module-our-companies_category .module_description {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .module-filter .js--active .module-filter_wrapper {
        width: 310px;
        top: -32px;
        left: 0;
    }

    .module-filter_item {
        margin-right: 0;
        margin-left: 0;
    }

    .module-filter_inputs {
        padding: 0 !important;
        max-width: 310px;
        margin-right: auto;
        margin-left: auto;
    }

    .module-our-companies_category .module_title {
        font-size: 3.6rem;
    }
}

/* Featured Release */
.module-featured-release .module_item {
    padding: 25px;
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    border: 1px solid #acacac;
    margin-bottom: 40px;
}

.module-featured-release .module_date-time {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #054959;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 900;
}

.module-featured-release .module_title {
    margin-bottom: 40px;
}

.module-featured-release .module_item img {
    width: 100%;
    margin-bottom: 25px;
}

.module-featured-release .module_short-body {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

/* Module boxes */
.module-boxes .slick-slide {
    padding: 0 10px;
    position: relative;
}

.module-boxes .module_item {
    position: relative;
    padding: 0;
    height: 100%;
}

.module-boxes .slick-arrow:before {
    color: #fff;
}

.module-boxes .module_date-time {
    font-size: 1.2rem;
    font-weight: 300;
}

.module-boxes_title {
    font-size: 2.2rem;
    line-height: 32px;
    margin: 0;
    font-weight: 700;
    word-wrap: break-word;
}

.module-boxes_sub-title {
    font-size: 13px;
    line-height: 19px;
}

.module-boxes_description {
    font-size: 1.8rem;
    line-height: 28px;
    margin-top: 6px;
    font-weight: 300;
}

.module-boxes_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.module-boxes_link:hover {
    text-decoration: none;
}

.module-boxes .module_title {
    color: #fff;
}

.module-boxes_content {
    padding: 20px 30px 30px;
    display: block;
    color: #000;
    /* height: 100%; */
    background-color: #fff;
    transition: all ease 0.4s;
    z-index: 9;
}

.module-boxes_column {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    height: 156px;
}

@media only screen and (max-width: 1024px) {
    .module-boxes .grid_col {
        margin-bottom: 20px;
    }
}

/* Media centre */
.media-center--videos .video_icon,
.media-center--videos .video_icon:hover {
    text-decoration: none;
}

.media-center--videos .video_icon:hover .video_item-title {
    text-decoration: underline;
}

.media-center--videos .video_thumb {
    padding-top: 200px;
    background-size: cover;
    background-position: center;
}

/*Regulatory News */
.module-regulatory-news .module-news_header {
    background: #054959;
    color: #ffffff;
    line-height: 50px;
    display: inline-block;
    width: 100%;
}

.module-regulatory-news .module-news_date {
    float: left;
    width: 20%;
    padding: 0 1%;
}

.module-regulatory-news .module_date-text {
    line-height: 30px;
    text-transform: uppercase;
}

.module-regulatory-news .module_headline,
.module-regulatory-news .module_news-headline {
    float: left;
    width: 60%;
    padding: 0 1%;
    margin: 0;
}

.module-regulatory-news .module-news_download {
    float: left;
    width: 20%;
    padding: 0 1%;
}

.module-regulatory-news .module_options {
    margin-bottom: 35px;
}

.module-regulatory-news .module_item {
    display: inline-block;
    width: 100%;
    padding: 30px 0 20px;
}

.module-regulatory-news .module_headline-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

@media only screen and (max-width: 768px) {
    .module-regulatory-news .module_options-label {
        display: block;
        padding-bottom: 10px;
    }

    .module-regulatory-news .module_options {
        margin-bottom: 10px;
    }

    .module-regulatory-news .module_options-select {
        margin-bottom: 25px;
    }

    .module-regulatory-news .module-news_header {
        display: none;
    }

    .module-regulatory-news .module-news_date,
    .module-regulatory-news .module_headline,
    .module-regulatory-news .module-news_download {
        width: 100%;
        margin-bottom: 5px;
    }
}

.module-news-social {
    padding-bottom: 0 !important;
    padding-top: 72px !important;
}

.module-news-social .module-companies-company_social {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.module-charts {
    padding-bottom: 83px !important;
}

.module-charts .module_title {
    margin-top: 0;
    margin-bottom: 42px;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

.module-charts h4 {
    margin: 0;
    margin-bottom: 71px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.module-charts_element {
    margin-bottom: 71px;
    margin-left: -21px;
}

/*---- Our Markets Module ----*/
.module-our-market {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
}

.module-our-market .module_title {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .module-our-market {
        padding-top: 85px !important;
        padding-bottom: 98px !important;
    }
}

.module-our-market .module_item {
    position: relative;
    padding: 0;
    padding-left: 26px;
}

.module-our-market_wrapper {
    position: relative;
    display: block;
    height: 265px;
    max-width: 265px;
    width: 100%;
}

.module-our-market_wrapper::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    mix-blend-mode: saturation;
}

.module-our-market_wrapper::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 73, 89, 0) 0%, #054959 69.06%);
}

@media only screen and (max-width: 1024px) {
    .module-our-market .module-our-market_wrapper {
        max-width: 265px;
        margin: 0 auto !important;
        margin-bottom: 33px !important;
    }
}

.module-our-market .module_title {
    color: #fff;
    line-height: 38px;
    margin-bottom: 54px;
}

.module-our-market_title {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    height: 44px;
    text-align: left;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.module-our-market_hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border: 17px solid #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.module-our-market_hover:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 10px;
    width: 100%;
    height: 140px;
    background: linear-gradient(258.83deg, rgba(246, 224, 130, 0.8) 0%, rgba(223, 120, 81, 0.8) 38.54%, rgba(218, 101, 75, 0.8) 67.44%, rgba(239, 65, 54, 0.8) 100%);
    mix-blend-mode: normal;
    filter: blur(40px);
    z-index: -1;
    border-radius: 80px;
}

.module-our-market_title .text {
    background-color: #054959;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.module-our-market_title .text:after {
    content: " ";
    display: block;
    background-image: url(../design/svg/small-square.svg);
    background-size: cover;
    width: 41px;
    height: 41px;
    position: absolute;
    top: -23px;
    right: -30px;
}

.module-our-market_wrapper:hover .module-our-market_hover {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.module-our-market_wrapper:hover .module-our-market_title .text:after {
    display: none;
}

.module-our-market_wrapper:hover .module-our-market_title .text {
    padding-top: 11px;
    padding-right: 14px;
}

.module-our-market_wrapper:hover .module-our-market_title {
    left: 0;
    transform: none;
    height: unset;
    transition: 0.3s ease-in-out;
}

/*Our market Page*/
.module-markets {
    background-color: #054959;
}

.module-markets .module-our-market_hover {
    opacity: 1;
    visibility: visible;
}

.module-markets .module-our-market_hover:before {
    top: 50px;
    left: 34px;
    width: 175px;
    height: 77px;
    filter: blur(40px);
}

.module-markets .module_item {
    display: flex;
    border-top: 2px solid #27788b;
    padding: 49px 0;
}

.module-markets .module_item:first-child {
    border-top: 0;
}

.module-markets .module-our-market_wrapper {
    height: 265px;
    width: 265px;
    max-width: unset;
}

.module-markets .module-our-market_wrapper img {
    width: 265px;
    max-width: 265px;
}

.module-markets .module_item-content {
    padding-left: 103px;
}

.module-markets .module_item-content h4 {
    margin: 0;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #fff;
}

.module-markets .module_item-description {
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.module-markets .module-our-market_title {
    left: 0;
    transform: none;
    height: unset;
}

.module-markets .module-our-market_title .text {
    padding-top: 11px;
    padding-right: 14px;
}

.module-markets .module-our-market_title .text:after {
    display: none;
}

.module-markets .info h4 {
    font-size: 23px !important;
}

@media only screen and (max-width: 768px) {
    .module-markets .module_item {
        flex-direction: column;
    }

    .module-our-market_wrapper {
        margin-right: 0;
        margin-left: 0;
        width: 248px;
    }

    .module-markets .module-our-market_wrapper img {
        max-width: 100%;
    }

    .module-markets .module_item-content {
        padding-left: 0;
    }
}

/*Our Business Model */
.module-business-model .module-our-vision-lists {
    margin-top: 74px;
}

.module-business-model_header {
    margin-bottom: 46px;
}

.module-business-model .module-our-vision-lists h3 {
    margin-top: 0;
}

.module-business-model .module-our-vision-lists p {
    font-weight: 400;
    line-height: 1.53333;
}

/*----Module Entrepreneurs ----*/
.module-entrepreneurs {
    position: relative;
    padding-top: 173px !important;
    padding-bottom: 164px !important;
    background-image: url("../images/entrepreneurs/entrepreneurs-background.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: left;
}

.module-entrepreneurs .module_title {
    color: #fff;
    margin-bottom: 42px;
    line-height: 38px;
}

.module-entrepreneurs_description {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33333;
    letter-spacing: 0.02em;
}

.module-entrepreneurs_box {
    position: relative;
    max-width: 440px;
    background: rgba(5, 73, 89, 0.6);
    padding: 23px 28px 27px;
    float: right;
}

.module-entrepreneurs_box::after {
    content: " ";
    position: absolute;
    top: -51px;
    right: -49px;
    display: block;
    width: 101px;
    height: 101px;
    background-image: url("../design/svg/entrepreneurs-square.svg");
    background-size: cover;
}

.module-entrepreneurs_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.module-entrepreneurs_item {
    margin-bottom: 18px;
}

.module-entrepreneurs_item:last-child {
    margin-bottom: 0;
}

.module-entrepreneurs_link {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.32px;
    text-transform: none;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-entrepreneurs_link:hover .module_link-text {
    text-decoration: none;
}

.module-entrepreneurs_link:hover::after {
    content: " ";
    position: absolute;
    bottom: -4px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.module-entrepreneurs_link .q4-icon_arrow-right::before {
    width: 12px;
    height: 12px;
    margin-bottom: 0;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(288deg) brightness(107%) contrast(101%);
}

@media only screen and (max-width: 768px) {
    .module-entrepreneurs {
        background-image: url("../images/entrepreneurs/entrepreneurs-background-mobile.jpg");
        padding-top: 81px !important;
        padding-bottom: 92px !important;
    }

    .module-entrepreneurs_box {
        float: none;
        margin-top: 42px;
    }

    .module-entrepreneurs_box::after {
        display: none;
    }
}

/*----- What we look for */
.module-what-we-look {
    padding: 72px 0 !important;
}

.module-what-we-look .button {
    margin-top: 22px;
    margin-bottom: 43px;
}

.module-what-we-look ul,
.module-how-we-add-value ul {
    list-style: none;
}

.module-what-we-look li,
.module-how-we-add-value li {
    position: relative;
}

.module-what-we-look li:before,
.module-how-we-add-value li:before {
    content: " ";
    display: inline-block;
    background-color: #000;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 8px;
}

.module-what-we-look h3,
.module-what-we-look p,
.module-what-we-look li {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000;
}

.module-what-we-look p {
    margin-bottom: 25px;
}

.module-what-we-look h3 {
    margin-bottom: 25px;
    font-weight: 700;
    margin-top: 0;
}

/*----- How We do Deals */
.module-how-we-do-deals .button {
    margin-top: 5px;
}

.module-how-we-do-deals h3 {
    margin-top: 55px;
    margin-bottom: 31px;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-how-we-do-deals h4,
.module-how-we-add-value h3 {
    margin-top: 25px;
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #054959;
    text-transform: uppercase;
}

.module-how-we-do-deals h4:first-of-type {
    margin-top: 45px;
}

.module-how-we-do-deals h3:after,
.module-how-we-do-deals h4::after,
.module-how-we-add-value h3::after {
    content: " ";
    display: block;
    max-width: 324px;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 8px;
}

.module-how-we-do-deals h4::after,
.module-how-we-add-value h3::after {
    margin-top: 14px;
    max-width: 118px;
}

/*--- How we add Value ---*/
.module-how-we-add-value {
    padding: 72px 0 !important;
}

.module-how-we-add-value h2 {
    margin: 0;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-how-we-add-value .button {
    margin-top: 12px;
    margin-bottom: 17px;
}

.module-how-we-add-value img {
    max-width: 100%;
    margin-top: 14px;
    margin-bottom: 5px;
}

/* Aquisitions */
.module-aquisition .module_item {
    padding-left: 33px;
    padding-bottom: 51px;
    border: 0;
}

.module-aquisition .module_wrapper {
    position: relative;
    padding: 9px;
    padding-bottom: 12px;
    height: 280px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.module-our-priorities .module_wrapper {
    height: 400px;
}

.module-boxes_show,
.module-boxes_hidden {
    margin: 0;
}

.module-aquisition .module_options {
    margin-bottom: 51px;
}

.module-aquisition .module-boxes-list_wrapper {
    margin-left: -33px;
}

.module-aquisition .module-boxes_content {
    padding: 0;
    padding-top: 21px;
}

.module-aquisition .module_date-time {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
}

.module-aquisition .module-boxes_description {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 22px;
}

.module-aquisition .module-boxes_title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.module-our-priorities .module-boxes_title span {
    display: block;
}

.module_pagination-label {
    margin-right: 27px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-boxes_go-to {
    margin: 0;
    margin-top: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #054959;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    padding-bottom: 20px;
    padding-top: 5px;
}

.module-aquisition .module-boxes_title:after {
    content: " ";
    display: block;
    margin-top: 8px;
    width: 100%;
    max-width: 52px;
    height: 1px;
    background-color: #054959;
}

.module-aquisition h2 {
    margin: 0;
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-aquisition .dropdown {
    margin-right: 0;
    width: 100%;
    min-width: unset;
    display: block;
    padding: 11px 68px 11px 14px;
    border: 3px solid #054959;
    background: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-aquisition .dropdown_wrapper {
    position: relative;
}

.module_pagination {
    display: flex;
    align-items: center;
}

.module-aquisition .pager {
    display: inline-block;
}

.module-aquisition .pager_button {
    background: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 33px;
    color: #054959;
}

.module-aquisition .pager_button.js--active,
.module-aquisition .pager_button:not(.js--disabled):focus,
.module-aquisition .pager_button:not(.js--disabled):hover {
    background: none;
    color: #000;
    text-decoration: underline;
}

.module-aquisition .dropdown_wrapper:after {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 21px;
    right: 16px;
    display: block;
    width: 16px;
    height: 8px;
    background-image: url("../design/svg/dropdown-arrow-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.module-boxes_hidden {
    display: none;
}

.module-aquisition .module-boxes_column {
    transition: all 0.25s ease-in-out;
}

.module-boxes_wrapper-link:hover .module-boxes_column {
    height: 0;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

.module-boxes_wrapper-link:hover .module-boxes_hidden {
    display: block;
}

.module-boxes_wrapper-link:hover .module-boxes_description {
    min-height: 200px;
}

/* Module-entrepreneurs-contact */
.module-entrepreneurs-contact {
    padding: 72px 0;
}

.module-entrepreneurs-contact h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-entrepreneurs-contact h3 {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #054959;
}

.module-entrepreneurs-contact p,
.module-entrepreneurs-contact h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.module-entrepreneurs-contact p {
    margin-bottom: 25px;
}

.module-entrepreneurs-contact h4 {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 0;
}

.module-entrepreneurs-contact h3::after {
    content: " ";
    display: block;
    max-width: 118px;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 8px;
}

.module-entrepreneurs-contact img {
    max-width: 432px;
    float: right;
}

@media only screen and (max-width: 940px) {
    .module-entrepreneurs-contact img {
        float: unset;
    }
}

@media only screen and (max-width: 768px) {
    .module-entrepreneurs-contact img {
        margin-top: 40px;
    }
}

/*--------- Event Module ---------*/
.module-event .module_speakers h4,
.module-event .module_body {
    display: none;
}

.module-event .module_options {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(55, 55, 55, 0.25);
}

.module-event-details .module_speakers h4 {
    display: none;
}

.module-event-details .module_reminder-email.module_input {
    padding: 14px 20px;
}

@media only screen and (max-width: 768px) {
    .module-event-details .module_reminder .grid_col {
        margin-bottom: 20px;
    }
}

.module-event-latest .module_title {
    text-align: left;
}

.module-event-latest .module_item {
    margin: 0;
    padding: 0;
    border: none;
}

.module-event-latest .module_item + .module_item {
    margin-top: 30px;
}

.module-event-latest .module_date-time {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-event-latest .module_headline {
    line-height: 1.625;
    margin-bottom: 13px;
}

.module-event-latest .module_headline-link {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-event-latest .module_links {
    margin: 0;
    display: flex;
    gap: 10px 50px;
    flex-wrap: wrap;
}

.module-event-latest .module_link {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0;
}

.module-event-latest .module_item-wrap:hover .module_link,
.module-event-latest .module_item-wrap:hover .module_headline-link,
.module-event-latest .module_item-wrap:hover .module_date-time {
    color: #fff;
}

.module-event-latest.background--grey .module_item-wrap {
    background-color: #fff;
}

.module-event-latest.module-event-list .module_item {
    padding-left: 0;
    padding-top: 20px;
}

.module-event-latest.module-event-list .module_item + .module_item {
    border-top: 1px solid rgba(55, 55, 55, 0.25);
}

.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_legend {
    display: none;
    text-align: left;
}

.module-event-calendar_legend ul {
    padding: 0;
    margin: 15px 0 25px 0;
}

.module-event-calendar_legend li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
    margin-right: 30px;
}

.module-event-calendar_legend li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #054959;
    border-radius: 3px;
}

.module-event-calendar_legend li.module-event-calendar_legend-item--current:before {
    background-color: #f1af0f;
}

.module-event-calendar .module_container--content {
    display: flex;
    width: 100%;
}

.module-event-calendar_calendar-container,
.module-event-calendar_event-container {
    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;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.module-event-calendar .module_item + .module_item {
    border-top: none;
    margin-top: 10px;
}

.module-event-calendar_splash [class*="q4-icon_"] {
    font-size: 4rem;
    line-height: 1;
    color: #054959;
}

.module-event-calendar_splash p {
    font-size: 1.4rem;
    line-height: 1.2;
}

.module-event-calendar_controls {
    padding: 15px;
    background-color: #054959;
    font-weight: bold;
    color: #fff;
}

.module-event-calendar_controls button {
    color: inherit;
    background-color: transparent;
    border: 0;
    padding: 5px 0;
}

.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 #054959;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.module-event-calendar_week {
    display: table-row;
}

.module-event-calendar_days {
    display: table-row-group;
}

.module-event-calendar_days > div[role="row"] {
    display: table-row;
}

.module-event-calendar_day {
    display: table-cell;
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 8px 0 15px;
    border-top: 1px solid #054959;
    border-left: 1px solid #054959;
}

.module-event-calendar_day.calendar-dow-6 {
    border-right: 1px solid #054959;
}

.module-event-calendar_day--name {
    padding: 10px 0;
    border: none;
}

.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: #054959;
}

.module-event-calendar_day--selected {
    background-color: #054959;
    color: #fff;
}

.module-event-calendar_day--selected:after {
    background-color: #fff;
}

.module-event-calendar_day--adjacent-month {
    color: rgba(51, 51, 51, 0.1);
    pointer-events: none;
}

.module-event-calendar_day--adjacent-month:after {
    content: none;
}

@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: 10px;
}

.module-event-calendar .module_add-to-calendar {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .module-event-calendar .module_container--content {
        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-calendar .module_add-to-calendar-reveal {
    color: #054959;
}

/*---------- FAQ Module ----------*/
.module-faq_question {
    margin-top: 0;
    cursor: pointer;
}

.module-faq_answer p {
    margin: 0;
    padding: 0 0 10px;
}

.module-faq .toggle-all .button:before {
    content: "Show all";
}

.module-faq .toggle-all.js--active .button:before {
    content: "Hide all";
}

.module-accordion .module_item {
    position: relative;
    border: 1px solid #dfe3e2;
    margin-bottom: 5px;
    padding: 10px 0;
}

.module-accordion {
    /* padding-top: 0 !important; */
}

.module-accordion .module-faq_question {
    padding: 26px 60px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.module-accordion .module-faq_answer {
    padding: 0 60px;
}

.module-accordion .module-faq_question::after {
    content: "\ed5d";
    display: block;
    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;
    position: absolute;
    right: 58px;
    top: 25px;
    color: #054959;
    z-index: 1;
}

.module-accordion .js--active.module_item {
    background: #f1f2f6;
    border-color: #f1f2f6;
}

.module-accordion .js--active .module-faq_question::after {
    content: "\ed5e";
}

.module-shareholders-faqs .toggle-all {
    margin-bottom: 30px;
}

/*--- Financial Report Modules ---*/
.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #054959;
}

.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: 0;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: none;
}

.module-financial-quarter .module-financial_year-text {
    padding: 20px 15px;
    margin-bottom: 10px;
    background-color: #054959;
    color: #fff;
    font-size: 1.6rem;
    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 .module_container--content {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.module-financial-table {
    padding-top: 0 !important;
}

.module-financial-table a,
.module-financial-table a:hover {
    text-decoration: none;
}

.module-financial-table table {
    width: 100%;
}

.module-financial-table table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
}

.module-financial-table table .module-financial-table_column-year {
    opacity: 0;
    visibility: hidden;
    position: relative;
    transform: translateX(0);
    z-index: 1;
    transition: transform 500ms ease, opacity 600ms ease-in, visibility 600ms ease-in;
}

.module-financial-table table .module-financial-table_column-year.visible-track {
    opacity: 1;
    display: block;
    visibility: visible;
}

.module-financial-table_column {
    font-weight: normal;
    padding: 20px 15px;
    width: 25%;
}

.module-financial-table_column-year {
    text-align: center;
}

.module-financial-table_column-report {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #f1f1f1;
    text-align: left;
}

.module-financial-table_column.doc:not(:last-child) {
    margin-right: 15px;
}

.module-financial-table_container-years {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.module-financial-table .doc-missing {
    opacity: 0.3;
}

.module-financial-table_header {
    display: flex;
    background-color: #054959;
    color: #fff;
    font-weight: normal;
}

.module-financial-table_header-year {
    padding: 20px 15px;
    flex: 0 0 auto;
}

.module-financial-table_header .module-financial-table_track {
    display: inline-flex;
}

.module-financial-table_item-doc:not(:last-child) {
    margin-right: 15px;
}

.module-financial-table_track {
    display: flex;
    will-change: transform;
    transition: transform 500ms ease;
    z-index: 1;
}

.module-financial-table_track-arrow {
    background: transparent;
    box-shadow: none;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.6rem;
    position: absolute;
    top: 23px;
    z-index: 3;
}

.module-financial-table_track-arrow:not(.module-financial-table_track-arrow--disabled) {
    cursor: pointer;
}

.module-financial-table_track-arrow--disabled {
    opacity: 0.3;
}

.module-financial-table_track-arrow--left {
    left: 20px;
}

.module-financial-table_track-arrow--right {
    right: 20px;
}

.module-financial-mashup .module_body {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.module-financial-mashup .module_body > *:first-child,
.module-financial-mashup .module_body > style + p {
    margin-top: 0;
}

.module-financial-mashup .module_body:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#70ffffff", endColorstr="#ffffff", GradientType=0);
}

.module-financial-mashup h4 {
    margin-top: 16px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links + h4 {
    margin-top: 30px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links > div {
    background-color: #f6f6f6;
    padding: 15px;
    margin-bottom: 1px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links .module_link {
    margin: 0;
}

.module-financial-mashup .q4-icon_chevron-right {
    font-size: 1rem;
    margin-left: 5px;
}

.module-financial-mashup .button {
    width: 100%;
}

.module-financial-mashup .button.js--selected {
    background: #054959;
    color: #fff;
    outline-color: #054959;
}

@media only screen and (min-width: 769px) {
    .module-financial-mashup .module_options--mobile {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .module-financial-mashup .module_options--desktop {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_column {
        padding: 20px 10px;
    }

    .module-financial-table_item-doc:not(:last-child) {
        margin-right: 6px;
    }
}

/* 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 .q4icons_icon:before {
    display: inline-block;
    font-size: 5.5rem;
    padding: 0;
}

.module-latest-quarter .module_link-text {
    display: block;
    margin: 15px 0 0;
    font-size: 1.6rem;
    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: 5.5rem;
    line-height: 1;
    font-weight: normal;
}

.module-latest-quarter .module-financial_year-text {
    margin-top: 15px;
    font-size: 2.4rem;
}

.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;
    }
}

.module-latest-quarter .q4icons [href$=".pdf"] .q4icons_icon:before,
.module-latest-quarter .q4icons [href$=".PDF"] .q4icons_icon:before {
    content: " ";
    width: 55px;
    height: 50px;
}

/*------ 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;
}

.module-form .module_container--captcha > div .ErrorMessage {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    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: 1.4rem;
}

.module-form_item legend {
    float: left;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.module-form_item legend ~ ul {
    clear: both;
    padding-left: 10px;
}

.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%;
}

.fancybox-slide--form .fancybox-content {
    margin: 10px auto;
    max-width: 1000px;
    width: 80% !important;
    height: calc(100% - 20px);
    overflow: visible;
}

@media only screen and (max-width: 480px) {
    .fancybox-slide--form .fancybox-content {
        width: 95% !important;
    }
}

.fancybox-slide--form_confirmation .fancybox-content {
    max-width: 700px;
}

.fancybox-slide--form .fancybox-button--close {
    display: none;
}

.fancybox-slide a:hover {
    text-decoration: none;
}

.module-form--meeting {
    padding: 0 20px !important;
    background-color: #fff;
}

.module-form--meeting .module_container--outer {
    padding: 0 !important;
}

.module-form--meeting_header {
    padding: 20px !important;
}

.module-form--meeting_header .module_container--outer {
    padding: 0 !important;
}

@media screen and (min-width: 769px) {
    .module-form--meeting_header {
        padding: 20px !important;
    }

    .module-form--meeting_header .grid {
        direction: rtl;
    }

    .module-form--meeting_header .grid .grid_col {
        direction: ltr;
    }
}

.module-form--meeting_header-intro {
    font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
    .module-form--meeting_header-intro {
        text-align: center;
    }
}

.module-form--meeting_header-intro h3,
.module-form--meeting_header-intro .h3 {
    margin: 0 0 10px 0;
    color: inherit;
    font-size: 2.6rem;
}

.module-form--meeting_header-intro p {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .module-form--meeting_header-logo {
        text-align: center;
        margin-bottom: 10px;
    }
}

.module-form--meeting_header-logo span {
    font-size: 1.1rem;
    display: block;
}

.module-form--meeting_header-logo img {
    margin: 5px;
}

.module-form--meeting_footer {
    background-color: #054959;
    color: #fff;
    font-size: 1.3rem;
}

.module-form--meeting_footer img {
    margin-right: 20px;
    vertical-align: bottom;
}

.module-form--meeting .module_introduction {
    font-size: 1.3rem;
    margin: 0;
}

.module-form--meeting .module_introduction > p:first-child {
    margin-top: 0;
    padding-top: 13px;
}

.module-form--meeting .module-form_item label,
.module-form--meeting .module-form_item legend {
    line-height: 15px;
    vertical-align: top;
}

.module-form--meeting .module-form_item--namehidden .module_input {
    margin-top: 20px;
}

.module-form--meeting .module-form_item--namehidden label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

@media only screen and (min-width: 769px) {
    .module-form--meeting .module-form_item--additional-information-optional {
        width: 75%;
    }
}

.module-form--meeting .module-form_item--date-request-optional {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .module-form--meeting .module-form_item--date-request-optional {
        width: 25%;
    }
}

.module-form--meeting .module-form_item--date-request-optional: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: "?";
    position: absolute;
    right: 20px;
    bottom: calc(50% - 19px);
    color: #616161;
    display: none;
}

.module-form--meeting .module-form_item--date-request-optional .ui-datepicker-trigger {
    position: absolute;
    right: 13px;
    top: 35px;
    background: transparent;
    border: none;
}

.module-form--meeting .module-form_item--current-shareholder {
    display: block;
}

.module-form--meeting .module-form_item--current-shareholder legend {
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
    .module-form--meeting .module-form_item--current-shareholder legend {
        display: block;
        float: none;
    }
}

.module-form--meeting .module-form_item--current-shareholder ul {
    display: inline-block;
    padding-left: 20px;
}

@media only screen and (max-width: 480px) {
    .module-form--meeting .module-form_item--current-shareholder ul {
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }
}

.module-form--meeting .module-form_item--current-shareholder ul li {
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 480px) {
    .module-form--meeting .module-form_item--current-shareholder ul li {
        padding-left: 0;
        padding-right: 20px;
    }
}

.module-form--meeting .module-form_item--consent-checkbox {
    width: 100%;
}

.module-form--meeting .module-form_item--consent-checkbox label {
    padding-left: 30px;
    position: relative;
}

.module-form--meeting .module-form_item--consent-checkbox label:before,
.module-form--meeting .module-form_item--consent-checkbox label:after {
    position: absolute;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%);
}

.module-form--meeting .module-form_item--consent-checkbox label:after {
    left: 3px;
}

.module-form--meeting .module-form_itemCaptcha {
    position: relative;
    padding-left: 25px;
}

.module-form--meeting .module-form_itemCaptcha input[type="text"] {
    color: #333333;
}

.module-form--meeting .module_dropdown {
    color: #333333;
}

.module-form--meeting .module_input {
    color: #333333;
}

.module-form--meeting .module_required {
    display: none;
}

.module-form--meeting .module_actions {
    margin: 0 -20px;
    padding: 20px;
    background-color: #373737;
    text-align: right;
    color: #fff;
}

.module-form--meeting .module_actions .module_link {
    color: #fff;
    margin: 0 15px 0 0;
    text-decoration: none;
    text-transform: none;
    font-size: 1.4rem;
}

.module-form--meeting .module_actions [type="submit"][disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.module-form--meeting .module_actions button {
    color: #fff;
    background-color: #054959;
    border-color: #054959;
}

.module-form--meeting .module_actions button:hover {
    color: #fff;
    background-color: #054959;
    border-color: #054959;
}

.module-form--meeting_confirmation {
    font-size: 1.8rem;
    text-align: center;
    max-width: 520px;
    margin: auto;
}

.module-form--meeting_confirmation .module_container--inner: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: "\e920";
    font-size: 4.6rem;
    color: #222;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .module-form--meeting .module-form_item--namehidden .module_input {
        margin-top: 0;
    }
}

.module-glossary .module_header {
    display: block;
}

.module-glossary .module_header table {
    width: 100%;
    table-layout: fixed;
}

.module-glossary .module_header table a {
    color: #000;
    font-weight: normal;
}

.module-glossary .module_header table a[href] {
    color: #054959;
}

/*---------- Job Modules ---------*/
.module-job-list_table-wrap {
    overflow-x: auto;
}

.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: "Montserrat", sans-serif;
    font-size: 1.6rem;
    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: 5px;
    }
}

.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: 1.6rem;
}

.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: 1.4rem;
}

@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: 1.4rem;
}

/*----- Miscellaneous Modules ----*/
.module-script {
    display: none;
}

.module-slideshow_ratio {
    padding-bottom: 56.25%;
    /* this should be changed with aspecRatio option in widget */
    position: relative;
}

.module-slideshow_viewer:not(.grid_col) {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

.module-slideshow_viewer:not(.grid_col):not(:last-child) {
    margin-bottom: 25px;
}

.module-slideshow_title {
    margin-bottom: 10px;
    display: none;
}

.module-slideshow .module_date-time {
    margin-bottom: 11px;
}

.module-slideshow .module_headline {
    line-height: 1.625;
}

.module-slideshow .module_links > * + * {
    margin-top: 15px;
}

.module-slideshow .module_link {
    font-size: 15px;
    line-height: 1.2;
}

.module-slideshow_link {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.module-slideshow iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.module-rss p + h2 {
    margin: 40px 0 30px;
}

/*------ Navigation Modules ------*/
.nav_close {
    display: none;
}

.nav_guide {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media only screen and (max-width: 1024px) {
    .nav_guide {
        display: none;
    }
}

.nav button.submenu-trigger {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    width: 100%;
}

.nav a[tabindex="-1"]:focus {
    /* navigation needs this for accessibility purpose  */
    outline-width: 2px !important;
    outline-style: dotted !important;
    outline-color: inherit !important;
}

.nav--main {
    line-height: 1;
    text-align: right;
}

.nav--main button.submenu-trigger {
    /* removing default button styling for dropdown menu buttons */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

.nav--main li {
    display: inline-block;
}

.nav--main li a {
    display: block;
    padding: 50px 15px 30px;
    color: #333333;
    font-weight: normal;
}

.nav--main li.selected > a,
.nav--main li.expanded > a,
.nav--main li a:hover,
.nav--main li a:focus {
    padding: 50px 15px 28px;
    border-bottom: 2px solid #054959;
    color: #054959;
}

.nav--secondary {
    background: #054959;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1.6px;
}

.nav--secondary a,
.nav--secondary a:hover {
    text-decoration: none;
}

.nav--secondary .module-investors-dropdown_inner-list-level2 {
    display: flex;
    position: unset;
    background-color: inherit;
}

.nav--secondary .module-investors-dropdown_inner-list-level2 li {
    margin-bottom: 0;
}

.nav--secondary .module-investors-dropdown_inner-list-level2 li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding: 25px 9px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav--secondary .module-investors-dropdown_inner-list-level2 li a:hover {
    background-color: #00262f;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 1024px) {
    .nav--secondary {
        display: none;
    }
}

.nav--secondary .level1 > li > a {
    display: none;
}

.nav--secondary .level2 > li {
    display: none;
}

.nav--secondary .level2 > li.selected,
.nav--secondary .level2 > li.expanded {
    display: block;
}

.nav--secondary .level2 > li.selected > a,
.nav--secondary .level2 > li.expanded > a {
    display: none;
}

.nav--secondary .level3 {
    display: flex;
    justify-content: center;
}

.nav--secondary .level3 > li a {
    display: block;
    padding: 25px 9px;
    font-size: 13px;
    line-height: 1.23077;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}

.nav--secondary .level3 > li:hover > a,
.nav--secondary .level3 > li.selected > a,
.nav--secondary .level3 > li.expanded > a {
    background: #00262f;
    text-decoration: none;
}

.nav--secondary .level3 > li.has-children {
    position: relative;
}

.nav--secondary .level4 {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: max(200px, 100%);
    transform: translateX(-50%);
    background-color: #00262f;
    padding: 10px 0;
    display: none;
}

.nav--secondary .level3 > li.has-children:hover .level4,
.nav--secondary .level3 > li.has-children:focus-within .level4 {
    display: block;
}

.nav--secondary .level4 > li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav--secondary .level4 > li a:hover,
.nav--secondary .level4 > li.selected a {
    background-color: #054959;
}

/* The Investors' section should show a different level */
.nav--secondary .level2 > li:first-child .level3 {
    display: block;
}

.nav--secondary .level2 > li:first-child .level3 > li {
    display: none;
}

.nav--secondary .level2 > li:first-child .level3 > li.selected,
.nav--secondary .level2 > li:first-child .level3 > li.expanded {
    display: block;
}

.nav--secondary .level2 > li:first-child .level3 > li.selected > a,
.nav--secondary .level2 > li:first-child .level3 > li.expanded > a {
    display: none;
}

.nav--secondary .level2 > li:first-child .level4 {
    display: flex;
    justify-content: center;
    position: static;
    padding: 0;
    min-width: auto;
    transform: none;
    background-color: #054959;
}

.nav--secondary .level2 > li:first-child .level3 > li.has-children:hover .level4,
.nav--secondary .level2 > li:first-child .level3 > li.has-children:focus-within .level4 {
    display: flex;
}

.nav--secondary .level2 > li:first-child .level4 > li a {
    display: block;
    padding: 25px 9px;
    font-size: 13px;
    line-height: 1.23077;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav--secondary .level2 > li:first-child .level4 > li:hover a,
.nav--secondary .level2 > li:first-child .level4 > li.selected a,
.nav--secondary .level2 > li:first-child .level4 > li.expanded a {
    background: #00262f;
    text-decoration: none;
}

.nav--sitemap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.nav--sitemap a {
    display: inline-block;
    text-decoration: none;
}

.nav--sitemap a:hover {
    text-decoration: underline;
}

.nav--sitemap .level1 {
    column-count: 3;
    column-gap: 20px;
}

.nav--sitemap .level1 > li {
    break-inside: avoid;
    display: block;
}

.nav--sitemap .level1 > li:not(:last-of-type) {
    margin-bottom: 35px;
}

.nav--sitemap .level1 > li > a,
.nav--sitemap .level1 > li > a:visited {
    margin-bottom: 15px;
    font-size: 2.4rem;
    color: #222;
    text-transform: uppercase;
}

.nav--sitemap .level2 > li,
.nav--sitemap .level3 > li,
.nav--sitemap .level4 > li {
    padding: 5px 0;
}

.nav--sitemap .level2 > li > a,
.nav--sitemap .level3 > li > a,
.nav--sitemap .level4 > li > a {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.nav--sitemap .level2 > li > a {
    margin-bottom: 5px;
}

.nav--sitemap .level3 > li {
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .nav--sitemap .level1 {
        column-count: 2;
    }
}

@media only screen and (max-width: 480px) {
    .nav--sitemap .level1 {
        column-count: auto;
        column-gap: normal;
    }
}

/*==================================
 ---------- NEW NAV START ----------
==================================*/
.nav--mobile {
    flex-direction: column;
    display: none;
    width: 100%;
    padding: 17px 20px 200px 20px;
    background-color: #fff;
    overflow-y: auto;
    position: fixed;
    z-index: 50;
    will-change: transform;
    top: 72px;
    height: calc(100% - 72px);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav--mobile a,
.nav--mobile a:hover {
    text-decoration: none;
}

.nav--mobile--search_container--btn .q4-icon_search::before {
    content: "\e91e";
    font-size: 12px;
}

.nav--mobile .expanded > .button .text,
.nav--mobile .selected > a {
    text-decoration: underline;
}

.nav--mobile::-webkit-scrollbar {
    display: none;
}

.nav--mobile .js--dropdown-open {
    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
    transition: transform 0.5s ease-in-out 0s;
}

.nav--mobile_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav--mobile_footer .module-investors-dropdown_wrapper {
    position: relative;
    padding: 0;
}

.nav--mobile_footer .module-investors-dropdown_link {
    padding: 7.5px 36px 7.5px 11px;
    display: block;
}

.nav--mobile_footer .module-investors-dropdown_container {
    position: unset !important;
}

.nav--mobile_footer .module-investors-dropdown_wrapper::after {
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    color: #000;
}

.nav--mobile_footer .js--investor-open .module-investors-dropdown_wrapper::after {
    content: none;
}

.nav--mobile_footer .module-investors-dropdown_inner-list,
.nav--mobile_footer .level3 {
    position: fixed;
    top: 70px;
    background-color: #fff;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 24px 20px 236px;
    text-align: center;
    overflow-y: scroll;
    display: none;
    list-style: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #000;
}

.nav--mobile_footer .js--investor-open .level3 {
    display: block;
}

.nav--mobile_footer .module-investors-dropdown_inner-list li,
.nav--mobile_footer .level3 li {
    margin-bottom: 29px;
    max-width: 330px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

.nav--mobile_footer .module-investors-dropdown_inner-list li:first-child,
.nav--mobile_footer .level3 li:first-child {
    margin-bottom: 26px;
}

.nav--mobile_footer .module-investors-dropdown_inner-list-level2,
.nav--mobile_footer .level4 {
    display: none;
    position: static;
    padding: 24px 0 0;
    padding-left: 20px;
}

.nav--mobile_footer .module-investors-dropdown_inner-list-level2 li,
.nav--mobile_footer .level4 li {
    margin-bottom: 22px;
}

.nav--mobile_footer .module-investors-dropdown_inner-list-level2 li:last-child,
.nav--mobile_footer .level4 li:last-child {
    margin-bottom: 0;
}

.module-investors-dropdown_back {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #000;
}

.module-investors-dropdown_back::before {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 13px;
    background-image: url("../design/svg/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    vertical-align: middle;
    margin-right: 14px;
    margin-bottom: 2px;
}

.nav--mobile_footer li.js--opened > .level4 {
    display: block;
}

@media only screen and (max-width: 480px) {
    .nav--mobile_footer {
        justify-content: space-between;
        align-items: flex-start;
    }

    .nav--mobile_footer .module-investors-dropdown_inner-list li {
        max-width: unset;
    }

    .nav--mobile_footer .module-investors-dropdown_inner-list {
        text-align: left;
    }
}

.nav--mobile_footer .module-investors-dropdown_container {
    position: relative;
    max-width: 350px;
    width: 100%;
}

.nav--mobile .nav--mobile--inner_toggle_container {
    display: none;
}

.nav--mobile.right {
    right: 0px;
    transform: translateY(-100%);
}

.nav--mobile.left {
    left: 0px;
    transform: translateX(-100%);
}

.js--mobile .nav--mobile {
    transform: translateY(0);
    display: flex !important;
    overflow-y: scroll !important;
}

@media only screen and (min-width: 1024px) {
    .nav--mobile {
        display: none;
    }
}

.nav--mobile--toggle {
    cursor: pointer;
    display: none;
    font-size: 20px;
    color: #fff;
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    outline-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.js--sticky-module .nav--mobile--toggle {
    color: #231f20;
    outline-color: #231f20;
}

.nav--mobile--toggle [class*="q4-icon_"] {
    display: flex;
}

.nav--mobile--toggle [class^="q4-icon_"]:focus,
.nav--mobile--toggle [class*=" q4-icon_"]:focus {
    outline: none;
}

.js--mobile .pane--header .q4-icon_hamburger::before {
    content: "" !important;
    background-image: url("../design/svg/close-icon.svg");
    background-size: cover;
    display: block;
    width: 20px;
    height: 20px;
}

.pane--header.js--sticky-module {
    background-color: #fff;
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05);
}

.js--header-small .nav--mobile--toggle {
    color: #222;
}

@media only screen and (max-width: 1024px) {
    .nav--mobile--toggle {
        display: block;
    }
}

.nav--mobile--toggle.right {
    right: 20px;
}

.nav--mobile--inner_toggle_container .nav--mobile--toggle {
    position: static;
    color: #333333;
    float: none;
}

.nav--mobile--inner_toggle_container .nav--mobile--toggle.right {
    margin-left: auto;
}

.nav--mobile--inner_toggle_container .nav--mobile--toggle [class^="q4-icon_"]:before,
.nav--mobile--inner_toggle_container .nav--mobile--toggle [class*=" q4-icon_"]:before {
    font-size: 2.5rem;
    content: "\ed6d";
}

.nav--mobile--search_container {
    padding: 0;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: transparent;
    color: #231f20;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.32px;
    font-family: "Montserrat", sans-serif;
    height: 43px;
}

.nav--mobile--search_container--input {
    border: none;
    /* position: absolute;
    left: 0px; */
    max-width: 307px;
    background-color: #f3f3f3;
    padding: 10px 12px 10px 15px;
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #231f20 !important;
    -webkit-appearance: none;
}

.nav--mobile--search_container--btn {
    /* position: absolute;
    right: 0px; */
    font-size: 15px;
    color: #000;
    background-color: #f3f3f3;
    border: none;
    padding: 0 14px;
    height: 100%;
    margin-left: -2px;
}

.nav--mobile--expand--topMenu--menuItem,
.nav--mobile--panel--topMenu--menuItem {
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.nav--mobile .nav--mobile--expand--topMenu {
    max-width: 346px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.nav--mobile--expand--topMenu--menuItem .link,
.nav--mobile--expand--topMenu--menuItem .button,
.nav--mobile--panel--topMenu--menuItem .link,
.nav--mobile--panel--topMenu--menuItem .button {
    padding: 0;
    width: calc(100% - 20px);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #231f20;
    text-transform: capitalize;
    text-align: left;
}

.nav--mobile--expand--topMenu--menuItem .button .text,
.nav--mobile--panel--topMenu--menuItem .button .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #231f20;
    text-transform: capitalize;
    text-align: left;
}

.nav--mobile--panel--topMenu--menuItem,
.nav--mobile--expand--topMenu--menuItem {
    margin-bottom: 29px;
}

.nav--mobile--expand--topMenu--menuItem .button,
.nav--mobile--panel--topMenu--menuItem .button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    min-width: auto;
    display: block !important;
}

.nav--mobile--expand--topMenu--menuItem .button:hover,
.nav--mobile--panel--topMenu--menuItem .button:hover {
    background: transparent;
}

.nav--mobile--expand--topMenu--menuItem .button .text,
.nav--mobile--panel--topMenu--menuItem .button .text {
    display: inline-block;
}

.nav--mobile--expand--topMenu--menuItem .button .icon,
.nav--mobile--panel--topMenu--menuItem .button .icon {
    margin-left: 5px;
    display: inline-block;
    font-size: 0.75rem;
}

.nav--mobile--expand--topMenu--menuItem .button .icon,
.nav--mobile--panel--topMenu--menuItem .button .icon {
    display: none;
}

.nav--mobile--expand--innerMenu,
.nav--mobile--panel--innerMenu {
    margin-left: 18px !important;
}

.nav--mobile .nav--mobile--expand--innerMenu {
    float: none;
    text-align: left;
}

.nav--mobile--expand--innerMenu--menuItem {
    margin-top: 22px;
}

.nav--mobile--panel--topMenu--menuItem {
    position: static;
    display: block;
}

.nav--mobile--panel--innerMenu {
    margin-left: 0px !important;
    will-change: transform;
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 0;
    left: 0; */
    padding: 24px 20px 25px !important;
    background-color: #fff;
}

.nav--mobile--panel--innerMenu.right {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: transform 0.5s ease-in-out 0s;
}

.nav--mobile--panel--innerMenu.left {
    left: 0px;
    transform: translateX(-100%);
}

.nav--mobile--panel--innerMenu--menuItem {
    margin-bottom: 22px;
    text-align: left;
}

.panel-control {
    margin-bottom: 0;
}

.nav--mobile--panel--innerMenu .panel-control .button {
    justify-content: end;
    text-align: right;
    display: none !important;
}

.nav--mobile--panel--innerMenu .panel-control .button:hover {
    background: transparent;
}

.nav--mobile--panel--innerMenu .panel-control .button .icon {
    margin-left: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 480px) {
    .nav--mobile--expand--topMenu--menuItem .button,
    .nav--mobile--panel--topMenu--menuItem .button {
        text-align: left;
    }

    .nav--mobile--search_container {
        justify-content: unset;
        background-color: #f3f3f3;
        max-width: 352px;
        width: 100%;
    }

    .nav--mobile--search_container--input {
        max-width: unset;
        padding-right: 30px;
    }

    .nav--mobile--search_container--btn {
        padding: 0;
        height: unset;
        position: absolute;
        right: 14px;
    }

    .nav--mobile--panel--innerMenu--menuItem {
        text-align: left;
    }

    .nav--mobile .nav--mobile--expand--topMenu {
        max-width: none;
    }
}

@media only screen and (max-width: 1024px) {
    .module-navigation {
        display: block;
    }

    .nav--desktop {
        display: none !important;
    }
}

.nav--desktop.hoz {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin: 15px 0 0;
    margin-top: 60px;
}

.nav--desktop.hoz .button {
    display: none;
}

.nav--desktop--search_container {
    position: relative;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #222;
}

.nav--desktop--search_container--input {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 30px #ffffff00 inset !important;
    -webkit-text-fill-color: #222 !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: calc(100% + 10px);
    right: 0px;
    padding: 10px 35px 10px 15px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
}

.nav--desktop--search_container--input:focus {
    outline-color: #222;
}

.nav--desktop--search_container--btn {
    position: relative;
    top: 2px;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.js--sticky-module .nav--desktop--search_container--btn {
    color: #231f20;
}

.nav--desktop--search_container--btn .q4-icon_search::before {
    content: "\e91e";
    font-size: 13px;
}

.nav--desktop li.selected > .button .text,
.nav--desktop li.selected > a,
.nav--desktop li.expanded > .button .text,
.nav--desktop li.expanded > a {
    text-decoration: underline;
}

.nav--desktop--list--topMenu {
    margin: 0px 15px !important;
}

.nav--desktop--list--topMenu--menuItem {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 25px;
}

.nav--desktop--list--topMenu--menuItem:last-child {
    margin-right: 0;
}

.nav--desktop--list--topMenu--menuItem .link,
.nav--desktop--list--topMenu--menuItem .button {
    padding: 10px 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    white-space: nowrap;
    text-decoration: none;
}

.js--header-small .nav--desktop--list--topMenu--menuItem .link,
.js--header-small .nav--desktop--list--topMenu--menuItem .button {
    color: #231f20;
}

.js--sticky-module .nav--desktop--list--topMenu--menuItem > .link,
.js--sticky-module .nav--desktop--list--topMenu--menuItem > .button {
    color: #231f20;
}

@media only screen and (max-width: 1200px) {
    .nav--desktop--list--topMenu--menuItem .link,
    .nav--desktop--list--topMenu--menuItem .button {
        text-align: center;
        padding: 10px 5px;
        margin: 0;
        letter-spacing: 0;
    }
}

.nav--desktop--list--topMenu--menuItem .button {
    border: none;
    font-family: inherit;
    font-style: inherit;
    min-width: auto;
}

.nav--desktop--list--topMenu--menuItem .button:hover {
    background: transparent;
    text-decoration: underline;
}

.nav--desktop--list--topMenu--menuItem .button:hover .text,
.nav--desktop--list--topMenu--menuItem .link:hover {
    background: transparent;
    text-decoration: underline;
}

.nav--desktop--list--topMenu--menuItem .button .text {
    display: inline-block;
}

.nav--desktop--list--topMenu--menuItem .button .icon {
    display: none;
    margin-left: 5px;
    font-size: 0.75rem;
}

.nav--desktop--list--innerMenu {
    display: none;
    color: #231f20;
    background-color: #054959;
    position: absolute;
    z-index: 100;
    min-width: 272px !important;
    padding: 27px 0 35px 38px !important;
    top: 30px !important;
    left: -32px !important;
}

.nav--desktop--list--innerMenu--menuItem {
    line-height: 1.2;
    margin-bottom: 13px;
    position: relative;
}

.nav--desktop--list--innerMenu--menuItem .link,
.nav--desktop--list--innerMenu--menuItem .button {
    text-align: left;
    padding: 0;
}

.nav--desktop--list--innerMenu--menuItem:last-child {
    margin-bottom: 0;
}

.nav--desktop--list--innerMenu.level2 {
    top: -14px !important;
    left: 100% !important;
    padding: 16px 15px !important;
}

.module-investors-dropdown {
    position: absolute;
    top: 20px;
    right: 304px;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .module-investors-dropdown {
        display: none;
    }
}

.module-investors-dropdown_container {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-investors-dropdown_inner-list,
.module-investors-dropdown-desktop .level3 {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 27px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #000;
}

.module-investors-dropdown_inner-list li,
.module-investors-dropdown-desktop .level3 > li {
    position: relative;
    margin-bottom: 15px;
}

.module-investors-dropdown_inner-list li .module-investors-dropdown_button {
    border: none;
    font-family: inherit;
    font-style: inherit;
    min-width: auto;
}

.module-investors-dropdown-desktop .level3 a {
    text-decoration: none;
}

.module-investors-dropdown-desktop .level3 a:hover,
.module-investors-dropdown-desktop .level3 li.sfHover > a {
    text-decoration: underline;
}

.module-investors-dropdown_inner-list li.sfHover > a {
    text-decoration: underline;
}

.module-investors-dropdown_inner-list li a:hover {
    text-decoration: underline;
}

.module-investors-dropdown_inner-list-level2,
.module-investors-dropdown-desktop .level4 {
    display: none;
    z-index: 1;
    position: absolute;
    top: -16px;
    left: calc(100% + 39px);
    width: 100%;
    background-color: #b95a25;
    list-style: none;
    padding: 16px 15px;
    margin: 0;
}

.module-investors-dropdown_inner-list-level2 li a:hover {
    text-decoration: underline;
}

.module-investors-dropdown_inner-list-level2 li,
.module-investors-dropdown-desktop .level4 li {
    margin-bottom: 23px;
}

.module-investors-dropdown_inner-list-level2 li:last-child,
.module-investors-dropdown-desktop .level4 li:last-child {
    margin-bottom: 0;
}

.module-investors-dropdown_wrapper {
    cursor: pointer;
    background-color: #fff;
    border-image: linear-gradient(to left, #f6e082, #df7851);
    border-width: 3px;
    border-style: solid;
    border-image-slice: 1;
    padding: 3px 36px 3px 11px;
}

.module-investors-dropdown_link {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #000;
}

.module-investors-dropdown_wrapper::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: "\e91c";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 14px;
}

.js--sticky-module .module-investors-dropdown_wrapper:not(.sfHover)::after {
    color: #000;
}

.module-investors-dropdown_wrapper.sfHover::after {
    transform: rotate(180deg);
}

.module-investors-dropdown-desktop .module-investors-dropdown_wrapper {
    background-color: transparent;
}

.module-investors-dropdown-desktop .module-investors-dropdown_wrapper.sfHover {
    background-color: #b95a25;
}

.module-investors-dropdown-desktop a {
    color: #fff;
    text-decoration: none;
}

.module-investors-dropdown-desktop .module-investors-dropdown_link {
    color: #fff;
}

.js--sticky-module .module-investors-dropdown-desktop .module-investors-dropdown_wrapper:not(.sfHover) .module-investors-dropdown_link {
    color: #000;
}

/*==================================
 ----------- NEW NAV END -----------
==================================*/
/*-------- News Module CSS -------*/
.module-news .module_nav,
.module-news .module_thumbnail-link,
.module-news .module_more-link {
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-news .module_options .grid_col {
        margin-bottom: 20px;
    }
}

.module-news-latest {
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 1;
}

.module-news-latest--landing {
    padding: 99px 0 91px !important;
    background-image: url("../images/latest-news/latest-news-background2.jpg");
}

.module-news-latest--ir {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/investor-relations/latest-news-ir.jpg");
    background-position: center 59%;
}

.module-news-latest .module_container--content {
    margin-bottom: 51px;
    margin-left: 0;
}

.module-news-latest .module_item {
    margin: 0 0 20px;
    padding: 0;
    padding-right: 50px;
    border: none;
    text-align: left;
}

.module-news-latest .module_container--outer {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 940px) {
    .module-news-latest .module_item {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .module-news-latest .module_item {
        padding-right: 0;
    }

    .module-news-latest--landing {
        padding-top: 53px !important;
    }
}

@media only screen and (max-width: 480px) {
    .module-news-latest--landing {
        background-image: linear-gradient(rgba(255, 255, 255, 0.91), rgba(255, 255, 255, 0.91)), url("../images/latest-news/latest-news-background-mobile.jpg");
    }
}

.module-news-latest .module_item-wrap,
.module-event-latest .module_item-wrap {
    overflow: hidden;
    height: 100%;
    padding: 16px 13px 16px 16px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-news-latest .module_item-wrap::after,
.module-event-latest .module_item-wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #054959;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-news-latest .module_item-wrap:before,
.module-event-latest .module_item-wrap:before {
    content: " ";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #054959;
    position: absolute;
    top: 0;
    left: 0;
}

.module-news-latest--ir .module_item-wrap::before {
    content: none;
}

.module-news-latest .module_item-wrap:hover::after,
.module-event-latest .module_item-wrap:hover:after {
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-news-latest .module_date-time {
    margin-bottom: 16px;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-news-latest--ir .module_date-time {
    color: #fff;
}

.module-news-latest .module_headline {
    margin-bottom: 4px;
    line-height: 1.625;
}

.module-news-latest .module_headline-link {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-news-latest--ir .module_headline-link,
.module-news-latest--ir .module_headline-link:visited {
    color: #fff;
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .module_link {
    margin: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-news-latest .module_link-icon {
    font-size: 8px;
    margin-left: 6px;
}

.module-news-latest--ir .module_link {
    color: #fff;
}

.module-news-latest--landing .module_link {
    color: #000;
}

.module-news-latest .module_link:hover .module_link-text {
    text-decoration: none;
}

.module-news-latest .module_item-wrap:hover .module_link,
.module-news-latest .module_item-wrap:hover .module_headline-link,
.module-news-latest .module_item-wrap:hover .module_date-time {
    color: #fff;
}

.module-news-latest .module_item-wrap .module_link:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-news-latest .module_item-wrap:hover .module_link:after {
    width: 100%;
}

.module-news-latest--ir .module_item-wrap .module_link:after {
    width: 100%;
}

.module-news-latest .module_title {
    color: #054959;
    text-align: left;
    margin-bottom: 48px;
}

.module-news-latest--ir .module_title {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .module-news-latest .module_title {
        margin-bottom: 51px;
    }

    .module-news-latest .module_item {
        margin-bottom: 49px;
    }

    .module-news-latest .module_container--content {
        margin-bottom: 48px;
    }
}

.module-news-list .module_item {
    padding-left: 0;
    padding-top: 20px;
}

.module-news-list .module_item + .module_item {
    border-top: 1px solid rgba(55, 55, 55, 0.25);
}

.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;
    list-style-type: disc;
}

.module-news-details ul li {
    line-height: 1.5;
}

.module-news-details .module_multimedia .module_link {
    margin: 0;
    display: block;
    font-weight: normal;
    text-transform: none;
}

.module-news-details .module_multimedia-caption {
    margin-bottom: 16px;
}

.module-news-details .module_multimedia-caption .module_file-text {
    display: block;
}

.module-news-details .module_multimedia-caption .module_file-resolution {
    display: none;
}

.module-news-details .module_multimedia-image {
    width: 100%;
    float: none;
}

.module-news-details .module_multimedia-size {
    margin-top: 10px;
}

.module-news-details .module_multimedia-size .module_file-size {
    display: inline;
}

.module-news-details .module_multimedia-size .module_file-resolution:before {
    content: "(";
}

.module-news-details .module_multimedia-size .module_file-resolution:after {
    content: ")";
}

@media only screen and (max-width: 1024px) {
    .module-news-details .module_multimedia-item {
        margin-bottom: 30px;
    }
}

/* .module-news-details span.am,
.module-news-details span.ak {
    font-family: "Montserrat", sans-serif !important;
}

p.a,
li.a,
div.a,
span.ab,
span.ae,
.module-news-details .module_body div {
    font-family: "Montserrat", sans-serif !important;
}

.module-news-details span.ap {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.module-news-details p.au {
    background-color: #054959;
    padding: 15px 5px;
}

.module-news-details TABLE.eq {
    margin-left: 0 !important;
}

.module-news-details .fr-view-element {
    max-width: 837px;
    width: 100%;
    padding: 0;
}

.module-news-details .fr-view-element .aa {
    margin: 0;
} */

/*---------- Pager ----------*/
.pager {
    font-family: "Montserrat", sans-serif;
    margin: 15px 0;
}

.pager_list-item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
}

.pager_list-item:not(:last-child) button {
    margin-right: 7px;
}

.pager_dots {
    margin-right: 5px;
    appearance: none;
    border: 1px solid #054959;
    color: #054959;
    background-color: #f6f6f6;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    text-align: center;
    cursor: default;
}

.pager_button {
    font-family: "Montserrat", sans-serif;
    appearance: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #5b5b5b;
    border-radius: 3px;
    width: 26px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
    cursor: pointer;
}

.pager_button:not(.js--disabled):hover {
    color: #fff;
    background-color: #054959;
}

.pager_button:not(.js--disabled):focus {
    color: #fff;
    background-color: #054959;
    outline-color: #054959;
}

.pager_button.js--active {
    color: #fff;
    background-color: #054959;
}

.pager_button.js--disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.pager_button [class^="q4-icon_"],
.pager_button [class*=" q4-icon_"] {
    color: inherit;
    font-size: 1rem;
    pointer-events: none;
}

/*------ Person List Module ------*/
.module-person .module-person_description,
.module-person .module-person_res-photo-container,
.module-person .module_comma {
    display: none;
}

.module-person .module_item {
    position: relative;
    padding: 0 0 20px 20px;
    border: none;
}

.module-person .module_item:hover .module-person_name-container {
    opacity: 1;
    visibility: visible;
}

.module-person .module-person_photo-container {
    border-radius: 100%;
    overflow: hidden;
}

.module-person .module-person_photo-container img {
    width: 100%;
    vertical-align: top;
}

.module-person .module-person_name-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    cursor: pointer;
}

.module-person .module-person_name-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #fff;
}

.module-person .module-person_name-container a {
    color: #fff;
}

.module-person .module-person_name {
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.module-person .module-person_suffix,
.module-person_title {
    font-size: 1.3rem;
}

.fancybox-container .module-person .module_item {
    max-width: 980px;
    padding: 70px;
}

.fancybox-container .module-person_photo-container,
.fancybox-container .module-person_name-container {
    display: inline-block;
    vertical-align: middle;
}

.fancybox-container .module-person_name-container {
    position: static;
    background: transparent;
    text-align: left;
    opacity: 1;
    visibility: visible;
    cursor: initial;
}

.fancybox-container .module-person_name-container h3 {
    position: static;
    transform: none;
}

.fancybox-container .module-person_name-container a {
    color: #333333;
}

.fancybox-container .module-person_photo-container {
    max-width: 30%;
    margin-right: 40px;
}

@media only screen and (max-width: 768px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 0;
        max-width: none;
    }
}

.fancybox-container .module-person_name {
    display: block;
    margin-bottom: 10px;
    font-size: 3.6rem;
    line-height: 1.45;
    color: #054959;
}

@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_name {
        font-size: 2.4rem;
        line-height: 1.2;
    }
}

.fancybox-container .module-person_title {
    font-size: 2.4rem;
    color: #054959;
}

@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_title {
        font-size: 1.8rem;
        line-height: 1.125;
    }
}

.fancybox-container .module-person_description-container {
    margin-top: 40px;
}

.fancybox-container .module-person_description {
    display: block;
}

.module-person-accordion .module-person_name-container {
    padding: 20px 15px;
    margin-bottom: 10px;
    background-color: #054959;
    color: #fff;
    cursor: pointer;
}

.module-person-accordion .module-person_name-container h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: inherit;
    margin: 0;
}

.module-person-accordion .module-person_name-container h3:before {
    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-person-accordion .module_item {
    padding: 0;
    border: 0 none;
}

.module-person-accordion .module_item.js--active h3:before {
    content: "\ed5e";
}

.module-person-accordion .module-person_name {
    margin-right: 10px;
}

.module-person-accordion .module-person_title {
    font-size: 1.4rem;
}

.module-person-accordion .module_comma {
    display: none;
}

.module-person-accordion .module-person_description-container {
    padding: 15px;
}

.module-person-accordion .module-person_photo-container {
    float: left;
    margin: 0 25px 15px 0;
}

@media only screen and (max-width: 768px) {
    .module-person-accordion .module-person_photo-container {
        float: none;
        margin: 0 auto 15px auto;
        text-align: center;
    }
}

.module-person-accordion .module-person_photo-container img {
    display: block;
    margin: auto;
}

.module-person-accordion .module-person_description > *:first-child {
    margin-top: 0;
}

.module-person-accordion .module-person_res-photo-container > span {
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .module-person-accordion .module-person_res-photo-container > span {
        display: block;
        margin: 0 0 10px 0;
    }
}

.module-person-details .module_title {
    display: none;
}

.module-person-details .module_comma {
    display: none;
}

.module-person-details_photo-container,
.module-person-details_name-container {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.module-person-details_photo-container {
    max-width: 30%;
    margin-right: 40px;
}

@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-details_name {
    display: block;
    margin-bottom: 10px;
    font-size: 3.6rem;
    color: #054959;
}

.module-person-details_title {
    display: block;
    font-size: 2.4rem;
}

.module-person-details_description-container {
    margin-top: 40px;
}

.module-presentation .module_body {
    display: none;
}

/*------ 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: 2.4rem;
    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: 1.6rem;
    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: "Montserrat", sans-serif !important;
    font-weight: 300;
    font-size: 1.4rem;
    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: #054959;
    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;
}

.module-search_input[type="text"] {
    display: inline-block;
    width: 90%;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    font-size: 1.4rem;
    margin: 0;
}

.module-search_button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    background: transparent url("../design/svg/q4-icon_buttons.svg");
    background-size: 300%;
    font-size: 0;
    cursor: pointer;
    outline-color: #fff !important;
}

.module-search-results {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.module-search-results .form_fields-right input {
    width: 100%;
    border-color: #054959;
    color: #979797;
}

.module-search-results .form_field {
    margin-bottom: 25px;
}

.module-search-results .form_field--date {
    position: relative;
}

.module-search-results .form_field--date:after {
    content: "\ea5f";
    position: absolute;
    top: 48px;
    right: 15px;
    font-family: "q4-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #df7851;
    clear: both;
    display: table;
    font-size: 20px;
}

.module-search-results .form_field--search {
    margin-bottom: 35px;
}

.module-search-results .form_label {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
}

.module-search-results .form_select {
    color: #000;
    font-size: 14px;
    width: 100%;
    min-width: auto;
    border-color: #054959;
    display: block !important;
}

.module-search-results .form_select + .sbHolder {
    display: none;
}

.module-search-results .form_input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    /* border: 2px solid #054959; */
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
    color: #000;
    display: block;
    -webkit-border-image: -webkit-gradient(to left, #f6e082, #df7851);
    -webkit-border-image: -webkit-linear-gradient(to left, #f6e082, #df7851);
    -moz-border-image: -moz-linear-gradient(to left, #f6e082, #df7851);
    -o-border-image: -o-linear-gradient(to left, #f6e082, #df7851);
    border-image: linear-gradient(to left, #f6e082, #df7851);
    border-width: 3px;
    border-style: solid;
    border-image-slice: 1;
    font-size: 16px;
    font-size: 1.6rem;
}

.module-search-results_link {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    text-shadow: 0 1px 0 #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
}

.module-search-results_link:hover {
    text-decoration: underline;
}

.module-search-results_item {
    box-shadow: inset 0 1px 0 0 rgba(204, 201, 196, 0.3), inset 0 -1px 0 0 rgba(204, 201, 196, 0.3);
    padding: 30px 0;
}

.module-search-results_url,
.module-search-results_result a {
    word-wrap: break-word;
}

.module-search-results_url {
    display: none;
}

.module-search-results_result:after {
    content: "";
    display: table;
    clear: both;
}

.module-search-results_description {
    color: #000;
    font-size: 14px;
    text-shadow: 0 1px 0 #ffffff;
    line-height: 1.5;
    font-weight: 400;
}

.module-search-results_summary {
    color: #545b62;
    font-size: 20px;
    line-height: 21px;
    text-shadow: 1px 1px #ffffff;
    font-weight: 400;
    margin: 0 0 30px;
}

.module-search-results_summary span {
    color: #054959;
}

.module-search-results_pager {
    float: right;
}

.module-search-results .pager_text {
    display: none;
}

.daterangepicker .drp-buttons .button {
    background-color: #054959 !important;
}

.daterangepicker .drp-buttons .button--cancel {
    background-color: #df7851 !important;
}

.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.active:hover {
    background-color: #054959 !important;
}

.daterangepicker,
.ui-datepicker {
    font-family: "Montserrat", sans-serif !important;
}

.ui-datepicker-close {
    color: #000 !important;
}

.ui-widget-content .ui-state-highlight {
    color: #fff !important;
    background-color: #054959 !important;
}

.ui-state-active {
    color: #fff !important;
}

.daterangepicker .calendar-table td.off,
.daterangepicker .calendar-table td.off.in-range,
.daterangepicker .calendar-table td.off.start-date,
.daterangepicker .calendar-table td.off.end-date {
    background-color: #f5f5f5 !important;
}

.daterangepicker .calendar-table td.in-range {
    background-color: rgba(5, 73, 89, 0.3) !important;
}

@media only screen and (max-width: 768px) {
    .module-search-results .form-fields-right .grid_col {
        padding-left: 0;
    }

    .module-search-results .form-fields--pages {
        margin-top: 25px;
        display: block;
        width: 100%;
    }

    .module-search-results .form-fields--search {
        width: 100%;
    }
}

/*@media only screen and (max-width: 500px) {
  .module-search-results .form_field.form_field--date {
    overflow: auto;
  }
}*/
/*-------- SEC Module CSS --------*/
.module-sec .module_options-select {
    margin-right: 0;
}

.module-sec .module_header {
    display: block;
    background-color: #054959;
}

.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: 10px 8px;
}

.module-sec .module_item .module-sec_filing {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_options .grid_col:not(:first-child) {
        margin-top: 20px;
    }

    .module-sec .module_header {
        display: none;
    }

    .module-sec .module_header + .module_item {
        border-top: 2px solid #054959;
    }

    .module-sec .module_item {
        padding: 15px 0;
    }

    .module-sec .module_item:first-child {
        border-top: 2px solid #054959;
    }

    .module-sec .module_item:last-child {
        border-bottom: 2px solid #054959;
    }

    .module-sec .module_item .grid_col {
        padding: 0 5px;
    }

    .module-sec .module_item + .module_footer {
        border-bottom: 2px solid #054959;
    }
}

.module-sec_download-list-item {
    display: inline-block;
}

.module-sec_download-list .module_link {
    margin: 0;
}

.module-sec_download-list .q4icons_icon:before {
    font-size: 2.4rem;
}

@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;
}

.module-sec-details_download-list .module_link {
    margin: 0;
}

.module-sec-details_download-list .q4icons_icon:before {
    font-size: 2.4rem;
}

/*---- 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: #054959;
    outline: 0;
}

.module-skip_link:visited {
    color: #fff;
}

.module-slider .module_container--outer {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-slider .module_container--inner {
    display: table-cell;
    vertical-align: middle;
    height: 390px;
}

.module-slider .slick-slider {
    padding: 0 40px;
}

.module-slider .slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.module-slider .slick-arrow:before {
    font-size: 30px;
}

.module-slider .module_add-to-calendar-reveal {
    color: #fff;
}

.module-slider .module-slider_title h1 {
    margin: 0;
}

.module-slider .module_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.module-slider_description {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 10px;
}

.module-slider_description .module_date-time {
    font-size: inherit;
}

.module-slider_description p {
    margin: 10px 0;
}

.module-slider_description p:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}

.module-slider_description .module_links {
    margin-top: 10px;
    margin-bottom: 0;
}

.module-slider .slick-dots {
    display: inline;
}

.module-slider .slick_autoplay-ctrl button {
    background: none;
    border: none;
    padding: 0;
    color: white;
    margin-right: 10px;
    vertical-align: middle;
}

.module-slider .slick_autoplay-ctrl button: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-slider .slick_autoplay-ctrl--play:before {
    content: "\ed85";
}

.module-slider .slick_autoplay-ctrl--pause:before {
    content: "\ed86";
}

/*------ Stock Chart Widget ------*/
.module-stock-chart [data-highcharts-chart].js--hidden {
    display: block !important;
    max-height: 0;
    overflow: hidden;
}

.module-stock-chart .highcharts-legend > rect {
    fill: none;
}

.module-stock-chart .highcharts-legend-item text[style*="#CCC"] {
    fill: #767676 !important;
    color: #767676 !important;
}

.module-stock-chart .highcharts-legend-item rect[fill="#CCC"] {
    fill: #767676 !important;
}

.module-stock-chart .highcharts-legend-item:first-child path {
    stroke: #054959;
}

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
    color: #054959 !important;
    fill: #054959 !important;
}

.module-stock-chart .highcharts-series-0 {
    stroke: #054959;
}

.module-stock-chart .highcharts-series-0 path:first-child {
    stroke: #054959;
}

.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
    stroke: #054959;
    stroke-width: 2px;
}

.module-stock-chart .highcharts-navigator-handle {
    stroke: rgba(0, 0, 0, 0.05);
    fill: #f2f2f2;
    cursor: ew-resize;
}

.module-stock-chart .highcharts-navigator-handle-right rect,
.module-stock-chart .highcharts-navigator-handle-left rect {
    stroke-width: 0;
    fill: #054959;
}

.module-stock-chart .highcharts-navigator-handle-right path,
.module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #fff;
}

.module-stock-chart .highcharts-highcharts-scrollbar g:first-of-type rect {
    fill: #054959;
    stroke: #054959;
}

.module-stock-chart .highcharts-range-selector {
    box-sizing: content-box;
}

.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-container > svg > .highcharts-button {
    display: none;
}

.module-stock-chart .highcharts-table-caption {
    display: none;
}

.module-stock-chart .highcharts-data-table tbody tr > th {
    color: inherit;
    text-align: left;
    border-right: 1px solid #afafaf;
}

@media screen and (max-width: 768px) {
    .module-stock-chart_accessible-datepickers {
        display: none;
    }
}

.module-stock-datatable_accessible-datepicker--from > span {
    margin-left: 0 !important;
}

@media screen and (max-width: 400px) {
    .module-stock-datatable_accessible-datepicker {
        display: block;
    }

    .module-stock-datatable_accessible-datepicker > span {
        margin-left: 0 !important;
    }

    .module-stock-datatable_accessible-datepicker--from {
        padding-top: 10px;
        margin-bottom: 10px;
    }
}

/*------ Stock Header Module -----*/
.module-stock-header {
    position: absolute;
    top: 31px;
    right: 50px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
}

.module-stock-header-mobile {
    display: none;
    margin-top: 29px;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-align: left;
    max-width: 348px;
    width: 100%;
}

.module-stock-header_wrapper-link {
    color: #fff;
    text-decoration: none;
}

.module-stock-header_wrapper-link:hover {
    text-decoration: none;
}

.js--sticky-module .module-stock-header_wrapper-link {
    color: #000;
}

@media only screen and (max-width: 1024px) {
    .module-stock-header {
        text-align: center;
    }

    .module-stock-header {
        display: none !important;
    }

    .module-stock-header-mobile {
        display: inline-block;
    }
}

.module-stock-header .module_container--outer {
    display: block;
}

.module-stock-header_description1 {
    display: inline-block;
    margin-right: 5px;
}

.module-stock-header_stock-price {
    display: inline-block;
    margin-right: 5px;
}

/*.module-stock-header_stock-price:before {
  content: "$";
}*/
.module-stock-header_change,
.module-stock-header_percent-change {
    display: inline-block;
}

.module-stock-header_percent-change:before {
    content: "(";
}

.module-stock-header_percent-change .module-stock-header_indicator {
    display: none;
}

.module-stock-header_percent-change:after {
    content: ")";
}

.module-stock-header_volume {
    display: block;
    margin-bottom: 32px;
}

.module-stock-header_volume:before {
    content: "Volume ";
    font-weight: bold;
}

.module-stock-header_description3,
.module-stock-header_date {
    display: block;
    font-size: 1.2rem;
}

.module-stock-header_volume-text {
    display: none;
}

/*------ 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);
}

@media only screen and (max-width: 768px) {
    .module-stock.module-stock-historical .module-stock_empty {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .module-stock-historical .module_options-label,
    .module-stock-historical .module_options-select,
    .module-stock-historical .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.module-stock .stock-historical-range .module_options > *:not(:last-of-type) {
    margin-bottom: 20px;
}

.module-stock_lookup-title {
    padding-left: 20px;
}

.module-stock_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.module-stock .module-stock_listItem {
    display: inline-flex !important;
}

@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: 10px 20px;
}

@media only screen and (max-width: 768px) {
    .module-stock_label > span,
    .module-stock_value > span {
        padding: 10px;
    }
}

.module-stock_up {
    color: #23a217;
}

.module-stock_down {
    color: #b72121;
}

.module-stock_label {
    font-weight: normal;
}

.module-stock_date {
    margin-top: 25px;
    font-size: 1.4rem;
    font-style: italic;
}

.module-stock_date-text {
    margin-left: 20px;
}

.module-stock_delay {
    margin-top: 25px;
    font-size: 1.4rem;
    font-style: italic;
    text-align: right;
}

.module-stock_delay-text {
    margin-right: 20px;
}

/*- MailingList Subscribe Module -*/
.module-subscribe_table {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.module-subscribe_table tbody {
    width: 100%;
    display: block;
}

.module-subscribe_form {
    font-size: 0;
}

.module-subscribe_form tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 1.6rem;
}

.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: 1.4rem;
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 15px;
}

.module-subscribe_mailing-list tr table td {
    padding-bottom: 5px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}

.module-subscribe .module_required {
    font-size: 1.4rem;
}

/* 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: 1.4rem;
    margin-bottom: 5px;
}

.module-unsubscribe_table .module_input[type="text"],
.module-unsubscribe_table .module_input[type="email"] {
    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--banner {
    background-image: url("../design/banner/banner-home.jpg");
    position: relative;
    padding: 0;
}

.PageAboutUSOurHistory .pane--banner {
    background-image: url("../design/banner/history-banner.png");
}

.layout--home .pane--banner::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(90.12deg, rgba(0, 0, 0, 0.85) 0.1%, rgba(0, 0, 0, 0.357) 60.74%, rgba(0, 0, 0, 0) 90.76%);
}

.layout--home .pane--banner::after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(258.83deg, #f6e082 0%, #df7851 38.54%, #da654b 67.44%, #ef4136 100%);
}

.layout--home .pane--banner .pane_inner {
    max-width: unset;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .layout.js--mobile {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
}

/*--------- Pane Specific --------*/
.pane--header {
    z-index: 100;
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .js--mobile .pane--header:after {
        content: "";
        display: block;
        width: calc(100% - 40px);
        height: 1px;
        background-color: #c4c4c4;
        position: absolute;
        bottom: 0;
        left: 20px;
    }

    .js--mobile .pane--header {
        background-color: #fff;
    }
}

.pane--header .pane_inner {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
}

.pane--header .module-logo img {
    margin-bottom: -2px;
}

.pane--header .module-logo_image--color {
    display: none;
}

.pane--header.js--sticky-module .module-logo_image--color {
    display: block;
}

.pane--header.js--sticky-module .module-logo_image--white {
    display: none;
}

.pane--header .module,
.pane--header .nav {
    vertical-align: baseline;
}

.pane--header .layout_toggle {
    display: none;
    text-align: right;
}

.pane--header .layout_toggle-button {
    font-size: 3.6rem;
    background: transparent;
    padding: 0;
    border: 0 none;
}

.pane--header .layout_toggle [class^="q4-icon_"]:focus {
    outline: none;
}

.js--mobile .pane--header .layout_toggle [class^="q4-icon_"]:before {
    content: "\ed6d";
}

@media only screen and (max-width: 1024px) {
    .pane--header .pane_inner {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .pane--header .module-logo {
        display: block;
    }

    .pane--header {
        box-shadow: unset;
    }

    .pane--header .module {
        vertical-align: middle;
    }

    .pane--header .module-logo a {
        display: flex;
        align-items: center;
        min-height: 27px;
        width: 101px;
    }

    .js--mobile .pane--header .module-logo_image--color {
        display: block;
    }

    .js--mobile .pane--header .module-logo_image--white {
        display: none;
    }

    .pane--header .layout_toggle {
        display: inline-block;
    }

    .pane--header .nav,
    .pane--header .module-search {
        display: none;
    }
}

.pane--banner {
    position: relative;
    background-color: #e6573a;
    background-image: url("../design/banner/wind-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding-top: 98px;
}

.pane--banner::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.pane--banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(258.83deg, #f6e082 0%, #df7851 38.54%, #da654b 67.44%, #ef4136 100%);
    mix-blend-mode: hard-light;
    content: none;
}

@media screen and (max-width: 768px) {
    .pane--banner::before {
        background: rgba(0, 0, 0, 0.35);
    }
}

.pane--banner .pane_inner {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pane--banner .module-page-title .module_container--inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 264px;
}

.pane--banner h1 {
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 31px;
    line-height: 1.22581;
    letter-spacing: 0.08em;
}

.pane--banner h1::after {
    content: " ";
    /*position: absolute;
    top: -116px;
    right: 64px;*/
    display: inline-block;
    background-image: url(../design/svg/banner-square.svg);
    background-size: cover;
    margin-left: -26px;
    width: 147px;
    height: 147px;
}

@media only screen and (max-width: 1024px) {
    .pane--banner {
        padding-top: 72px;
    }

    .pane--banner .module-page-title .module_container--inner {
        min-height: 86px;
    }

    .pane--banner h1::after {
        content: none;
    }
}

.pane--breadcrumb {
    background: #054959;
}

.pane--breadcrumb .pane_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
}

@media only screen and (max-width: 1024px) {
    .pane--breadcrumb .pane_inner {
        max-width: none;
    }
}

.pane--content .module {
    padding-top: 72px;
    padding-bottom: 72px;
}

.PageHome .pane--content .module {
    padding-top: 126px;
    padding-bottom: 126px;
}

@media only screen and (max-width: 768px) {
    .pane--content .module {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}

.pane--content .module_container--outer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
}

.pane--content .module--thin {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pane--content .module--thin-top {
    padding-top: 35px;
}

.pane--content .module--thin-bottom {
    padding-bottom: 35px;
}

.pane--content .module--thick {
    padding-top: 105px;
    padding-bottom: 105px;
}

.pane--content .module--thick-top {
    padding-top: 105px;
}

.pane--content .module--thick-bottom {
    padding-bottom: 105px;
}

.pane--content .module--extra-thick {
    padding-top: 125px;
    padding-bottom: 125px;
}

.pane--content .module--extra-thick-top {
    padding-top: 125px;
}

.pane--content .module--extra-thick-bottom {
    padding-bottom: 125px;
}

.pane--content .module--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.pane--content .module--no-padding-top {
    padding-top: 0;
}

.pane--content .module--no-padding-bottom {
    padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
    .pane--content .module--padding-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pane--content .module--padding-90-top {
        padding-top: 90px;
    }

    .pane--content .module--padding-90-bottom {
        padding-bottom: 90px;
    }

    .pane--content .module--padding-145 {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .pane--content .module--padding-145-top {
        padding-top: 145px;
    }

    .pane--content .module--padding-145-bottom {
        padding-bottom: 145px;
    }
}

.pane--content .module-sitemap {
    padding-bottom: 35px;
}

.pane--content .module-cta {
    background-color: rgba(5, 73, 89, 0.5);
    color: #fff;
}

.pane--content .module-cta .module-cta_intro {
    font-size: 24px;
    line-height: 1.33333;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 20px;
}

.pane--content .module-cta .module-cta_intro p:first-child {
    margin-top: 0;
}

.pane--content .module-cta .module-cta_intro p:last-child {
    margin-bottom: 0;
}

.pane--content .button--meeting {
    background-color: transparent;
    color: #fff;
    text-transform: capitalize;
    outline-color: #054959;
    outline-offset: 3px;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.2;
}

.pane--content .button--meeting:hover {
    background-color: #054959;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .pane--content .button--meeting {
        font-size: 20px;
    }
}

.pane--footer {
    background-color: #f5f5f5;
    padding-top: 91px;
    padding-bottom: 35px;
}

.pane--footer .pane_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
}

.pane--footer .module_title {
    color: #054959;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    text-transform: none;
}

.pane--footer .module_error-container {
    margin-bottom: 20px;
}

.pane--footer .module_error-container li {
    margin-bottom: 16px;
}

.pane--footer .module_introduction {
    display: none;
}

.pane--footer .module-links {
    text-transform: uppercase;
}

.pane--footer .module-links li {
    margin-bottom: 15px;
}

.pane--footer .module-links li:last-child {
    margin-bottom: 0;
}

.pane--footer .module-links li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #231f20;
    text-transform: none;
    text-decoration: none;
}

.pane--footer .module-links li a:hover {
    text-decoration: underline;
}

.module-contact_text {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.33333;
    letter-spacing: 0.02em;
    color: #000;
}

.module-contact_info,
.module-contact_info a {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.33333;
    letter-spacing: 0.02em;
    color: #000;
}

.module-contact_info a {
    text-decoration: none;
}

.module-contact_info a:hover {
    text-decoration: underline;
}

.pane--footer .module-financial_annual-latest img {
    max-width: 103px;
}

.pane--footer .module-financial_annual-latest .q4icons_icon:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url("../design/svg/bi_download.svg");
    margin-left: 10px;
}

.pane--footer .module-financial_annual-latest .module_link {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #231f20;
}

.pane--footer .module-financial_annual-latest_wrapper {
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .module-footer-report {
        margin-bottom: 56px;
    }
}

.module-footer-report .module_title,
.pane--footer .module-contact .module_title {
    margin-bottom: 26px;
}

.module-footer-socials .module_title {
    margin-bottom: 25px;
}

.module-footer-socials_list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.module-footer-socials_item {
    margin-right: 15px;
}

.module-footer-socials_item:last-child {
    margin-right: 0;
}

.module-footer-socials_link,
.module-footer-socials_link:hover {
    text-decoration: none;
}

.module-footer-socials_link img {
    display: block;
    max-width: 38px;
}

.module-footer-socials_icon {
    display: flex;
    font-size: 36px;
    color: #054959;
}

.pane--footer .module-subscribe_email label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.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;
}

.pane--footer .module-subscribe input[type="checkbox"] + label:before {
    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"],
.pane--footer .module_input[type="email"] {
    max-width: 300px;
}

.pane--footer .module:not(.module-embed) {
    padding-bottom: 56px;
}

.pane--footer2 .module-cta {
    width: 100vw;
    position: relative;
    left: calc(-51vw + 50%);
    background-color: #054959;
}

.pane--footer2 .module-cta .button--meeting {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    border-color: #054959;
    background-color: #054959;
    font-weight: 500;
    padding: 23px 35px;
    height: auto;
    border: none;
    text-align: center;
    margin: auto;
}

.pane--footer2 {
    display: none;
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

.Sectioninvestors .pane--footer2 {
    display: block;
}

.pane--credits {
    background-color: #231f20;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.pane--credits .copyright {
    text-align: right;
}

.module-q4-credits {
    text-align: right;
}

.credits-list .module_container--inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.pane--credits .copyright {
    margin-top: 10px;
}

.module-q4-credits {
    text-align: center;
    margin-top: 30px;
}

@media only screen and (max-width: 840px) {
    .pane--credits {
        padding: 55px 0;
    }

    .credits-list .module_container--inner {
        flex-direction: column;
    }

    .pane--credits .copyright {
        margin-top: 0;
        text-align: left;
    }

    .module-q4-credits {
        margin-top: 10px;
        text-align: left;
    }
}

.credits-list ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.credits-list_item::after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #fff;
    margin: 0 16px;
    margin-bottom: -2px;
}

.credits-list_item:last-child::after {
    display: none;
}

@media only screen and (max-width: 840px) {
    .credits-list ul {
        flex-direction: column;
    }

    .credits-list_item::after {
        display: none;
    }

    .credits-list_item {
        margin-bottom: 26px;
    }

    .credits-list_item:last-child {
        margin-bottom: 66px;
    }
}

.credits-list_item a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.pane--credits .pane_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
}

.pane--credits a {
    color: #fff;
    text-decoration: none;
}

.pane--credits a:hover {
    text-decoration: underline;
}

.pane--credits .button {
    color: #fff;
    border: none;
    background-color: #054959;
}

/*--------- Page Specific --------*/
.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}

.page--investors .pane--banner {
    background-color: #054959;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0.073%, rgba(0, 0, 0, 0.357) 43.8%, rgba(0, 0, 0, 0) 65.7%), url("../design/banner/wind-3.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.page--investors .pane--banner::before,
.page--investors .pane--banner::after {
    content: none;
}

[class*="section--about"] .pane--banner {
    background-image: url("../design/banner/smart-city.jpg");
}

[class*="section--about"] .pane--banner::before {
    background-color: rgba(0, 0, 0, 0.35);
}

[class*="section--our-companies"] .pane--banner {
    background-image: url("../design/banner/circuit-board.jpg");
}

[class*="section--sustainability"] .pane--banner {
    background-image: url("../design/banner/agriculture.jpg");
}

[class*="section--entrepreneurs"] .pane--banner {
    background-image: url("../design/banner/solar.jpg");
}

[class*="section--entrepreneurs"] .pane--banner::before {
    background-color: rgba(0, 0, 0, 0.4);
}

[class*="section--news"] .pane--banner {
    background-image: url("../design/banner/fiber-optic.jpg");
}

[class*="section--news"] .pane--banner::before {
    background-color: rgba(0, 0, 0, 0.35);
}

.page--investor-contact .pane--banner {
    background-image: url("../design/banner/wind.jpg");
}

.page--search-results .pane--banner {
    background-image: url("../design/banner/sensing-robotic.jpg");
}

.page--search-results .pane--banner::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.page--why-invest .pane--banner,
.page--not-found .pane--banner {
    background-image: url("../design/banner/satellite.jpg");
}

.page--not-found .pane--banner::before,
.page--why-invest .pane--banner::before {
    background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
    .page--investors .pane--banner {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0.1%, rgba(0, 0, 0, 0.357) 60.74%, rgba(0, 0, 0, 0) 90.76%), url("../design/banner/wind-3.jpg");
    }

    [class*="section--our-companies"] .pane--banner::before {
        background-color: rgba(0, 0, 0, 0.35);
    }

    [class*="section--sustainability"] .pane--banner::before {
        background-color: rgba(0, 0, 0, 0.35);
    }

    .page--investor-contact .pane--banner::before {
        background-color: rgba(0, 0, 0, 0.35);
    }
}

/*-------- Module Specific -------*/
.module-why-invest {
    position: relative;
    padding: 95px 0 !important;
    background-image: url("../images/why-invest/why-invest-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    .module-why-invest {
        padding: 92px 0 139px !important;
    }
}

.module-why-invest::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.module-why-invest_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.module-why-invest .module_container--inner {
    position: relative;
    z-index: 1;
}

.module-why-invest .button {
    margin-top: 44px;
}

.module-why-invest .module_title {
    color: #054959;
    margin-bottom: 56px;
    line-height: 38px;
}

.module-why-invest h4,
.module-why-invest .number {
    position: relative;
    color: #054959;
    font-weight: 700;
    font-size: 31px;
    line-height: 38px;
    letter-spacing: 1.32px;
    margin: 0;
    border-radius: 50%;
    padding: 38px 0;
    width: 143px;
    height: 143px;
    border: 14px solid transparent;
}

.module-key-info h4 {
    font-size: 26px;
}

.module-key-info_unit {
    font-size: 14px;
}

.module-key-info .module-why-invest_description {
    min-height: 54px !important;
}

.module-why-invest h4::after,
.module-why-invest .number::after {
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    left: -14px;
    width: 143px;
    height: 143px;
    /*   background-image: url('../design/svg/gray-elipse.svg'); */
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

.module-why-invest h4::before,
.module-why-invest .number::before {
    content: "";
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -13px;
    left: -14px;
    width: 143px;
    height: 143px;
    background-image: url("../design/svg/gradient-elipse.svg");
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

.module-why-invest_description {
    opacity: 0;
    visibility: hidden;
    min-height: 0;
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    transition: all 0.3s ease-in-out;
}

/* .module-why-invest .module-why-invest_wrapper:hover */
.module-why-invest_description {
    opacity: 1;
    visibility: visible;
    min-height: 100%;
}

.module-why-invest_wrapper {
    cursor: pointer;
}

/* .module-why-invest .module-why-invest_wrapper:hover h4::after, .module-why-invest .module-why-invest_wrapper:hover .number::after {
    opacity: 0;
    visibility: hidden;
} */

/* .module-why-invest .module-why-invest_wrapper:hover h4::before, .module-why-invest .module-why-invest_wrapper:hover .number::before */
.module-why-invest h4::before,
.module-why-invest .module-why-invest_wrapper:hover .number::before {
    opacity: 1;
    visibility: visible;
}

.module-why-invest .grid_col {
    padding-bottom: 15px;
    padding-left: 58px;
    padding-right: 58px;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .module-why-invest .module-why-invest_description {
        opacity: 1;
        visibility: visible;
        min-height: 100%;
    }

    .module-why-invest .module-why-invest_wrapper h4::after {
        opacity: 0;
        visibility: hidden;
    }

    .module-why-invest .module-why-invest_wrapper h4::before {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 940px) {
    .module-why-invest .grid_col {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .module-why-invest .grid_col {
        padding-bottom: 100px;
    }
}

.module-why-invest .grid_col p {
    margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
    .module-why-invest .grid {
        padding: 30px 0;
    }

    .module-why-invest .grid_col {
        padding-bottom: 0;
    }

    .module-why-invest .grid_col p:first-child {
        margin-top: 0;
    }
}

.module-cta [class*="q4-icon_"]:before {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: sub;
}

/* --- Module History Tree ----*/
.module-history-tree {
    position: relative;
    padding: 135px 0 !important;
}

.module-history-tree:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 48px;
    width: 100%;
    height: 179px;
    background: #054959;
    z-index: 4;
    filter: blur(56px);
}

.module-tree-container {
    position: relative;
    width: 100%;
}

.module-tree-container:before {
    content: " ";
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    height: 60px;
    background: #054959;
    z-index: 4;
    filter: blur(14px);
}

.module-tree-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 66px !important;
    max-width: 500px;
    width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 768px) {
    .module-tree-list {
        max-width: 300px;
    }
}

.module-history-tree .slick-slider .slick-track {
    min-height: 42px;
}

.module-tree-list .slick-arrow {
    color: #fff;
}

.module-tree-list .slick-prev {
    left: -20px;
}

.module-tree-list .slick-next {
    right: -20px;
}

.module-tree-list_item {
    text-align: center;
}

/*.module-tree-list_item {
    margin-right: 98px;
}

.module-tree-list_item:last-child {
    margin-right: 0;
}*/
.module-tree-list_link {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #fff;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.module-tree-limit {
    visibility: hidden;
    height: 0;
    opacity: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0;
}

.module-tree-limit:before {
    content: "";
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.module-tree-list_link:hover {
    text-decoration: none;
}

.module-tree-list .js--is-current a {
    color: #054959;
    background-color: #fff;
    border-radius: 30px;
    padding: 5px 14px;
    transition: 0.3s ease-in-out;
}

.module-tree-timeline {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 230px);
}

.module-tree-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px;
    overflow-y: scroll;
    padding-bottom: 110px;
    padding-top: 60px;
}

.module-tree-timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 30px;
}

.module-history-tree .module_item {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    left: 0;
    padding: 0;
    padding-right: 56px;
    border: 0;
}

.module-history-tree .module_item:after {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    right: -13px;
    background-image: url("../design/svg/timeline-elipse.svg");
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.module-history-tree .module_item:nth-of-type(2n):after {
    left: -13px;
}

.module-history-tree .module_item:before {
    content: " ";
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    max-width: 80px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.module-history-tree .module_item:nth-of-type(2n):before {
    left: 12px;
}

.module-history-tree .module_item:nth-of-type(2n) {
    flex-direction: row-reverse;
    left: 50%;
    padding-left: 56px;
    padding-right: 0;
}

.module-history-tree .module_headline {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #fff;
}

.module-history-tree .module_headline h4 {
    margin: 0;
}

.module-history-tree .module_description {
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #fff;
}

.module-history-tree .module_date-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.module-history-tree .module_item-content {
    max-width: 278px;
    width: 100%;
    padding-right: 46px;
}

.module-history-tree .module_item:nth-of-type(2n) .module_item-content {
    padding-right: 0;
    padding-left: 46px;
}

.module_item-box {
    max-width: 218px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .module-history-tree {
        padding-top: 85px !important;
        padding-bottom: 98px !important;
    }

    .module-tree-wrapper {
        right: -18px;
    }

    .module-tree-list {
        margin-bottom: 48px;
    }

    .module-tree-limit {
        visibility: visible;
        height: inherit;
        opacity: 1;
        margin-bottom: 40px;
        padding-left: 56px;
    }

    .module-tree-timeline {
        height: calc(100vh - 76px);
    }

    .module-tree-timeline::after {
        left: 15px;
        margin-left: -3px;
    }

    .module-history-tree .module_item {
        justify-content: flex-end;
        flex-direction: row-reverse;
        margin-bottom: 54px;
        left: 2px;
        padding-right: 0;
        padding-left: 56px;
    }

    .module-history-tree .module_item-content {
        padding-right: 0;
        padding-left: 26px;
        max-width: 300px;
    }

    .module-history-tree .module_item:nth-of-type(2n) .module_item-content {
        padding-left: 26px;
    }

    .module-history-tree .module_item,
    .module-history-tree .module_item:nth-of-type(2n) {
        width: 100%;
    }

    .module-history-tree .module_item,
    .module-history-tree .module_item:nth-of-type(2n) {
        left: 0;
    }

    .module-history-tree .module_item:before {
        left: 12px;
    }

    .module-history-tree .module_item:nth-of-type(2n):after,
    .module-history-tree .module_item:after {
        left: 2px;
    }

    .module-tree-list_item {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .module-history-tree .module_item,
    .module-history-tree .module_item:nth-of-type(2n) {
        flex-direction: column-reverse;
        align-items: unset;
    }

    .module-history-tree .module_item-content,
    .module-history-tree .module_item:nth-of-type(2n) .module_item-content {
        padding-left: 0;
        margin-top: 16px;
        max-width: 250px;
    }

    .module_item-box {
        max-width: unset;
    }

    .module-history-tree .module_item:before {
        top: 40px;
    }

    .module-history-tree .module_item:after {
        top: 40px;
    }
}

.module-basic-template_title {
    margin-bottom: 22px;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 33px !important;
    color: #054959 !important;
}

.module-basic-template_h3 {
    margin-top: 55px;
    margin-bottom: 31px;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-basic-template_h3::after {
    content: " ";
    display: block;
    max-width: 324px;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 8px;
}

.module-basic-template_h4 {
    margin-top: 25px !important;
    margin-bottom: 28px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 23px !important;
    letter-spacing: 0.02em !important;
    color: #054959 !important;
    text-transform: uppercase !important;
}

.module-basic-template_h4::after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 14px;
    max-width: 118px;
}

.module-hyper-link {
    color: #054959;
    text-decoration: underline;
}

.-text-decoration {
    color: #fff;
    text-decoration: underline;
}

.module-agm-info .table td:first-child {
    text-align: center !important;
}

/* Start: Carousel */
.carousel + .carousel {
    margin-top: 40px;
}

.carousel-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    letter-spacing: 0.02em;
    color: #054959;
    margin-top: 0;
    margin-bottom: 17px;
}

.carousel_content:not(.slick-slider) {
    max-width: 950px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 21px;
}

.carousel_content.slick-slider {
    padding: 0 24.5px;
    max-width: 1019px;
}

.carousel .slick-arrow {
    outline-offset: 3px;
}

.carousel .slick-arrow::before {
    font-size: 24px;
    color: #054959;
}

.carousel .slick-prev::before {
    content: "\e922";
}

.carousel .slick-next::before {
    content: "\e920";
}

.carousel_content.slick-slider .carousel_item {
    padding: 0 10.5px;
}

.carousel_link {
    border: 1px solid #ebebeb;
    padding: 40px 18px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #054959;
}

.carousel_link:hover {
    text-decoration: none;
}

.carousel_link:focus {
    outline: none;
}

.carousel_link:focus-visible {
    border-color: #054959;
}

.carousel_image {
    display: block;
    max-height: 70px;
}

.carousel_link-text {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    transform: translateY(10px);
    right: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
    opacity: 0;
}

.carousel_link:hover .carousel_link-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    text-decoration: underline;
}

.carousel_link-text::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: "\e91c";
    display: inline-block;
    margin-left: 11px;
    font-size: 12px;
    transform: rotate(270deg);
}

@media only screen and (min-width: 481px) {
    .carousel_content.slick-slider .slick-track {
        margin-left: 0;
        justify-content: flex-start;
    }

    .carousel_wrapper:not(.has-slider-smartphone) {
        margin: 0 -34.5px;
    }
}

@media only screen and (min-width: 769px) {
    .carousel_wrapper:not(.has-slider-small-tablet) {
        margin: 0 -34.5px;
    }
}

@media only screen and (min-width: 841px) {
    .carousel_wrapper:not(.has-slider-large-tablet) {
        margin: 0 -34.5px;
    }
}

@media only screen and (min-width: 1025px) {
    .carousel_wrapper:not(.has-slider-desktop) {
        margin: 0 -34.5px;
    }
}

/* End: Carousel */
/* Start: Hero Section */
.module-hero-section .module_container--outer {
    max-width: 1000px;
}

.module-hero-section .module_container--inner {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.module-hero-section .module_hero-image {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: -20%;
    object-fit: contain;
}

.module-hero-section .module_container--text {
    max-width: 560px;
    margin-left: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    background-color: #054959;
    color: #fff;
    padding: 30px;
    z-index: 1;
    position: relative;
}

.module-hero-section .module_container--text p:first-child {
    margin-top: 0;
}

.module-hero-section .module_container--text p:last-child {
    margin-bottom: 0;
}

.module-hero-section .module_author-details {
    font-size: 18px;
    margin-top: 2em;
}

@media only screen and (max-width: 1200px) {
    .module-hero-section .module_hero-image {
        left: -10%;
    }
}

@media only screen and (max-width: 1024px) {
    .module-hero-section .module_container--text {
        max-width: 500px;
    }
}

@media only screen and (max-width: 900px) {
    .module-hero-section .module_hero-image {
        left: -20%;
    }
}

@media only screen and (max-width: 768px) {
    .module-hero-section .module_container--inner {
        padding: 0;
    }

    .module-hero-section .module_hero-image {
        position: static;
        width: 100%;
        height: auto;
    }

    .module-hero-section .module_container--text {
        max-width: 500px;
        margin-top: -7%;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .module-hero-section .module_container--text {
        margin-right: auto;
        margin-top: 0;
        max-width: none;
    }
}

@media only screen and (max-width: 480px) {
    .module-hero-section .module_container--text {
        font-size: 18px;
    }

    .module-hero-section .module_author-details {
        font-size: 16px;
    }
}

/* End: Hero Section */
/* Start: Banner Text */
.module-banner-text {
    text-align: left;
    max-width: 475px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-banner-text .module_container--outer {
    min-height: 264px;
    display: flex;
    align-items: center;
}

.module-banner-text .module_page-title {
    text-transform: uppercase;
    margin: 0;
}

.module-banner-text .module_page-title::after {
    content: none;
}

.module-banner-text .module_description {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.73333;
    letter-spacing: 0.02em;
    margin: 15px 0 0 0;
}

@media only screen and (max-width: 1024px) {
    .module-banner-text .module_container--outer {
        min-height: 171px;
        padding-top: 41px;
        align-items: flex-end;
    }
}

/* End: Banner Text */
/* Start: Overview */
.pane--content .module-overview {
    background-color: #054959;
}

.module-overview .module_container--inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.module-overview .module_container--image {
    flex-shrink: 1;
    flex-grow: 1;
    margin-right: 60px;
    max-width: 429px;
}

.module-overview .module_container--overlay {
    position: relative;
}

.module-overview .module_container--overlay::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(5, 73, 89, 0.71) 0%, rgba(5, 73, 89, 0) 100%);
}

.module-overview-image {
    display: block;
    width: 100%;
}

.module-overview .module_container--text {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

.module-overview .module_title {
    color: #fff;
    font-size: 31px;
    line-height: 1.2258;
    margin-bottom: 30px;
    position: relative;
    margin-top: 56px;
    min-height: 76px;
}

.module-overview .module_title::before {
    content: "";
    position: absolute;
    top: -56px;
    left: 160px;
    display: block;
    background-image: url("../design/svg/big-square.svg");
    background-size: cover;
    width: 125px;
    height: 125px;
}

.module-overview .module_content {
    color: #fff;
    font-size: 15px;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.module-overview .module_content p:first-child {
    margin-top: 0;
}

.module-overview .module_content p:last-child {
    margin-bottom: 0;
}

.module-overview .button {
    margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
    .pane--content .module-overview {
        padding-top: 126px;
        padding-bottom: 126px;
    }

    .module-overview .module_content {
        max-width: 550px;
    }
}

@media only screen and (max-width: 1024px) {
    .module-overview .module_container--image {
        display: none;
    }

    .module-overview .module_container--text {
        width: 100%;
    }
}

/* End: Overview */
/* Start: Financial Results */
.module-financial-results {
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url("../images/investor-relations/financial-results.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.module-financial-results .module_title {
    margin-bottom: 15px;
}

.module-financial-results .module_report-title {
    margin: 0 0 56px;
}

.module-financial-results .module_document-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.module-financial-results .module_document {
    min-height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    width: calc(25% - 30px);
    border: 6px solid #fff;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.module-financial-results .module_document:hover {
    text-decoration: none;
}

.module-financial-results .module_document:focus {
    outline: none;
}

.module-financial-results .module_document::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(5, 73, 89, 0.67), rgba(5, 73, 89, 0.67)), url("../images/investor-relations/latest-quarterly-results-item.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.1s linear;
}

.module-financial-results .module_document:hover::before,
.module-financial-results .module_document:focus::before {
    opacity: 1;
}

.module-financial-results .module_document-icon {
    display: flex;
    font-size: 28px;
    margin-right: 21px;
}

.module-financial-results .module_document-icon::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: "\e99b";
}

.module-financial-results .module_document--news .module_document-icon::before {
    content: "\e926";
}

.module-financial-results .module_document--webcast .module_document-icon::before {
    content: "\e927";
}

.module-financial-results .module_document--presentation .module_document-icon::before {
    content: "\e925";
}

.module-financial-results .module_document--tenk .module_document-icon::before,
.module-financial-results .module_document--tenq .module_document-icon::before {
    content: "\e924";
}

.module-financial-results .module_document-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    letter-spacing: 0.02em;
}

.module-financial-results .button {
    margin-top: 65px;
}

@media only screen and (min-width: 1025px) {
    .pane--content .module-financial-results {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 1024px) {
    .module-financial-results .module_document {
        width: calc(33.33333% - 27px);
    }
}

@media only screen and (max-width: 768px) {
    .module-financial-results .module_document {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-results {
        background-image: none;
    }

    .module-financial-results .module_document {
        width: 100%;
        max-width: 240px;
    }
}

/* End: Financial Results */
/* Start: Latest Events and Featured Presentation */
.module-events-and-presentation {
    line-height: 1;
}

.module-events-and-presentation .module_container--inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px;
}

.module-events-and-presentation .module_column {
    display: flex;
    flex-direction: column;
}

.module-events-and-presentation .module_container--content {
    margin-bottom: 30px;
}

.module-events-and-presentation .button {
    margin-top: auto;
    align-self: flex-start;
}

.module-events-and-presentation .module-slideshow_title {
    display: block;
}

@media only screen and (min-width: 1025px) {
    .pane--content .module-events-and-presentation {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 1024px) {
    .module-events-and-presentation .module_container--inner {
        gap: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .module-events-and-presentation .module_container--inner {
        gap: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .module-events-and-presentation .module_container--inner {
        display: block;
    }

    .module-events-and-presentation .module_column + .module_column {
        margin-top: 70px;
    }
}

/* End: Latest Events and Featured Presentation */
/* Start: Corporate Governance Grid */
.module-governance-grid .module_container--grid {
    margin-top: 35px;
}

.module-governance-grid p {
    margin-bottom: 22px;
}

.module-governance-grid .module_grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.module-governance-grid .module_grid-row + .module_grid-row {
    margin-top: 30px;
}

.module-governance-grid .module_grid-item {
    width: calc(50% - 15px);
    border-width: 10px;
    border-style: solid;
    border-image-source: linear-gradient(200deg, #f6e082, #e6573a);
    border-image-slice: 1;
    padding: 15px;
}

.module-governance-grid .module_grid-item h3 {
    margin: 0;
    font-weight: 500;
    color: #054959;
    text-align: center;
}

.module-governance-grid .module_grid-item p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .module-governance-grid .module_grid-item {
        width: 100%;
    }
}

/* End: Corporate Governance Grid */
/* Start: Sustainability */
.module-sustainability {
    background-image: url("../images/our-impact/Green_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.module-sustainability .module_container--grid {
    display: flex;
    align-items: flex-start;
}

.module-sustainability .module_column--image {
    width: 45%;
    margin-top: 10%;
}

.module-sustainability .module_image {
    display: block;
    max-width: 100%;
    margin: 0;
}

.module-sustainability .module_column--text {
    width: calc(55% + 100px);
    margin-left: -100px;
    margin-bottom: 10%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 40px 80px;
    letter-spacing: 0;
}

.module-sustainability .module_title {
    letter-spacing: 0;
}

.module-sustainability .module_column--text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .module-sustainability .module_column--image {
        width: 80%;
    }

    .module-sustainability .module_column--text {
        width: calc(100% - 100px);
        margin-left: calc(-80% + 100px);
    }
}

@media screen and (max-width: 640px) {
    .module-sustainability .module_container--grid {
        display: block;
    }

    .module-sustainability .module_column--image {
        width: 100%;
        margin: 0;
    }

    .module-sustainability .module_column--text {
        width: 100%;
        margin: 0;
        padding: 40px 60px;
    }
}

@media screen and (max-width: 480px) {
    .module-sustainability .module_column--text {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 420px) {
    .module-sustainability .module_title {
        font-size: 22px;
    }

    .module-sustainability .module_column--text {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* End: Sustainability */
/* Start: Metrics and Targets Cards */
.module-metrics-and-targets-cards .module-boxes-list {
    margin-top: 50px;
}

/* End: Metrics and Targets Cards */
/* Start: Contact Us */
@media screen and (min-width: 1025px) {
    .module-contact-us h4 {
        margin-top: 0;
    }
}

/* End: Contact Us */
/* Start: Metrics and Targets Cards */
.module-key-info-intro .module_title {
    color: #054959;
    margin-bottom: 0;
    line-height: 1.22581;
}

.module-key-info-intro p:last-child {
    margin-bottom: 0;
}

/* End: Metrics and Targets Cards */
/* Start: Why Invest (Framed) */
.module-why-invest--framed {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background-image: none;
    background-color: rgba(5, 73, 89, 0.2);
}

.module-why-invest--framed::after {
    content: none;
}

.module-why-invest--framed .module_container--inner {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .module-why-invest--framed .grid_col {
        padding-bottom: 50px;
    }
}

/* End: Why Invest (Framed) */
/* Start: Alternate Articles (Why Invest Page) */
.article {
    display: flex;
    gap: 30px 8.5%;
    justify-content: space-between;
    line-height: 1.33333;
}

.article + .article {
    margin-top: 110px;
}

.article_column {
    flex-shrink: 0;
    flex-grow: 0;
}

.article_column--image {
    width: 34.25%;
}

.article_image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f5f5f5;
}

.article_column--text {
    width: 57.25%;
}

.article_title {
    display: flex;
    gap: 36px;
    align-items: center;
    margin-bottom: 40px;
}

.article_number {
    color: #fff;
    text-shadow: -1px -1px 0 #054959, 1px -1px 0 #054959, -1px 1px 0 #054959, 1px 1px 0 #054959;
    font-size: 56px;
    line-height: 1.21429;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.article_title-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.40909;
    letter-spacing: 0.02em;
    padding-bottom: 13px;
    position: relative;
}

.article_title-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 136px;
    height: 2px;
    background-color: #d9d9d9;
}

.article_title-text--green-underline::after {
    background-color: #054959;
}

.article_description {
    font-size: 15px;
    line-height: 1.33333;
    font-weight: 400;
}

.article p:first-child {
    margin-top: 0;
}

.article p:last-child {
    margin-bottom: 0;
}

.article_info-section {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.article_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article_info + .article_info {
    margin-left: 34px;
    border-left: 2px solid #d9d9d9;
    padding-left: 34px;
}

.background--light-blue .article_info + .article_info {
    border-left-color: #054959;
}

.article_info-heading {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0.86667em 0;
}

.article_info-details {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35714;
    color: #054959;
    margin: 0;
}

.article_info-details--large {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.21429;
}

@media screen and (min-width: 1025px) {
    .article--reversed {
        flex-flow: row-reverse;
    }

    .article_image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1024px) {
    .article {
        flex-direction: column;
    }

    .article + .article {
        margin-top: 80px;
    }

    .article_column {
        width: 100%;
    }

    .article_column--image {
        max-width: 500px;
    }

    .article_title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .article + .article {
        margin-top: 70px;
    }

    .article_info-section {
        flex-direction: column;
    }

    .article_info + .article_info {
        margin-left: 0;
        border-left: none;
        padding-left: 0;
        margin-top: 25px;
        padding-top: 27px;
        position: relative;
    }

    .article_info + .article_info::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 136px;
        background-color: #d9d9d9;
    }
}

@media screen and (max-width: 480px) {
    .article + .article {
        margin-top: 50px;
    }

    .article_title {
        gap: 25px;
    }

    .article_image {
        width: 100%;
    }
}

/* End: Alternate Articles (Why Invest Page) */
/* Start: Custom Table */
.custom-table {
    width: 100%;
    text-align: left;
    margin-top: 16px;
}

.custom-table:first-child {
    margin-top: 0;
}

.custom-table_header {
    background-color: #054959;
    color: #fff;
}

.custom-table_header-cell {
    padding: 12px;
    font-size: 18px;
    line-height: 1.44444;
    vertical-align: middle;
}

.custom-table_header-cell--20 {
    width: 20%;
}

.custom-table_header-cell--60 {
    width: 60%;
}

.custom-table_row + .custom-table_row {
    border-top: 1px solid rgba(55, 55, 55, 0.25);
}

.custom-table_body-cell {
    padding: 30px 12px;
    font-size: 18px;
    line-height: 1.5;
    vertical-align: middle;
}

.custom-table_date {
    text-transform: uppercase;
}

.custom-table .module_headline {
    margin: 0;
}

.custom-table_link {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-decoration: none;
}

.custom-table_link:hover {
    text-decoration: none;
}

.custom-table_icon {
    font-size: 22px;
    display: flex;
    color: #e6573a;
}

@media screen and (max-width: 768px) {
    .custom-table_header {
        display: none;
    }

    .custom-table_row {
        display: block;
        padding: 20px 0;
    }

    .custom-table_body-cell {
        display: block;
        width: 100%;
        padding: 7px 0;
    }
}

/* End: Custom Table */
/* Start: Results Table */
.module-results-table .table th {
    width: 16.66666%;
    text-align: left;
}

.module-results-table .table .module-results-table_document-header {
    text-align: center;
}

.module-results-table td {
    vertical-align: top;
    text-align: left;
}

.module-results-table .module-results-table_document {
    text-align: center;
}

.module-results-table_link {
    text-decoration: none;
    font-size: 30px;
    display: inline-block;
    outline-offset: 3px;
}

.module-results-table_link:hover {
    color: #e6573a;
    text-decoration: none;
}

.module-results-table_icon {
    display: flex;
}

.module-results-table_icon::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: "\e99b";
}

.module-results-table_link[href$=".pdf"] .module-results-table_icon::before,
.module-results-table_link[href$=".PDF"] .module-results-table_icon::before {
    content: "\e92a";
}

.module-results-table_link[href$=".zip"] .module-results-table_icon::before,
.module-results-table_link[href$=".ZIP"] .module-results-table_icon::before {
    content: "\e9b9";
}

.module-results-table .module-results-table_link--presentation .module-results-table_icon::before {
    content: "\e92b";
}

.module-results-table .module-results-table_link--webcast .module-results-table_icon::before {
    content: "\e929";
}

.module-results-table tr .module-results-table_loading-message {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .module-results-table .table thead {
        display: none;
    }

    .module-results-table .table tr {
        display: block;
        padding: 15px 0;
    }

    .module-results-table .table td {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        text-align: left;
    }

    .module-results-table .table .module-results-table_document:before {
        content: attr(data-heading) ": ";
        margin-right: 5px;
    }

    .module-results-table .table .module-results-table_document > * {
        vertical-align: middle;
    }

    .module-results-table .table .module-results-table_document:empty {
        display: none;
    }
}

/* End: Results Table */
/* Start: Custom Module (e.g., used on the Our Performance page) */
.module-custom .module_container--inner {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.53333;
    letter-spacing: 0.02em;
}

.module-custom .module_description {
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.18182;
    letter-spacing: 0.02em;
    color: #054959;
}

.module-custom .module_description::after {
    content: " ";
    display: block;
    width: 118px;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 28px;
}

.module-custom .module_document-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline-offset: 5px;
    max-width: 270px;
}

.module-custom .module_document-link:hover {
    text-decoration: none;
}

.module-custom .module_document-link img {
    vertical-align: top;
}

.module-custom .module_document-link-text {
    display: block;
    margin-top: 0.5em;
}

.module-custom .module_document-link:hover .module_document-link-text {
    text-decoration: underline;
}

.module-custom .module_section-title {
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.53333;
    letter-spacing: 0.02em;
    color: #054959;
    text-transform: uppercase;
}

.module-custom .module_section-title.margin-top {
    margin-top: 50px;
}

.module-custom .module_section-title::after {
    content: " ";
    display: block;
    max-width: 118px;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 9px;
}

.module-custom img + .module_section-title {
    margin-top: 28px;
}

.module-custom p,
.module-custom li {
    margin: 0 0 1.86667em;
}

.module-custom img + p {
    margin-top: 1.86667em;
}

/* End: Custom Module (e.g., used on the Our Performance page) */
/* Start: Cookies */
.module-cookies {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #054959;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 300;
    letter-spacing: 0;
    padding: 10px 0;
    color: #fff;
}

.module-cookies .module_container--outer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
}

.module-cookies p {
    margin: 0;
}

.module-cookies a {
    text-decoration: underline;
    color: #fff;
    outline-offset: 3px;
}

.module-cookies a:hover {
    color: #e6573a;
}

.module-cookies_submit {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 2px 0;
    margin: 0;
    cursor: pointer;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    letter-spacing: 0.02em;
}

.module-cookies_submit:hover {
    color: #e6573a;
}

/* End: Cookies */
/* BUSINESS ETHICS PAGE */
.module-business-ethics-list .module_item {
    display: flex;
    gap: 85px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
}

.module-business-ethics-list .module_item:nth-child(even) {
    flex-direction: row-reverse;
}

.module-business-ethics-list .module_item:not(:last-child) {
    margin-bottom: 70px;
}

.module-business-ethics-list .module_item .text_column {
    max-width: 650px;
}

.module-business-ethics-list .module_item .image_column img {
    min-width: 375px;
}

.module-business-ethics-list .module_item .module_title {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
}

.module-business-ethics-list .module_item .module_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000000;
}

.module-business-ethics-list .module_item .module_link--title {
    font-weight: 600;
    text-transform: uppercase;
}

@media all and (max-width: 1024px) {
    .module-business-ethics-list .module_item,
    .module-business-ethics-list .module_item:nth-child(even) {
        gap: 30px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .module-business-ethics-list .module_item .image_column img {
        min-width: auto;
    }
}

@media all and (max-width: 600px) {
    .module-business-ethics-list .module_item .module_link {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

/* RISK MANAGEMENT PAGE */
.module-custom .custom-btn {
    display: inline-block;
    color: #fff;
    background: #054959;
    padding: 14px 39px;
}

.Sectiontcfd-report .module_title {
    font-size: 22px;
    line-height: 31px;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

.module-bubbles {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(5, 1fr);
}

@media all and (max-width: 1024px) {
    .module-bubbles {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media all and (max-width: 768px) {
    .module-bubbles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 480px) {
    .module-bubbles {
        grid-template-columns: repeat(1, 1fr);
    }
}

.module-bubbles .bubble-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 230px;
    margin: 0 auto;
}

.module-bubbles .bubble-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 144px;
    color: #fff;
    background: #0b3b46;
    border: 10px solid #fff;
    border-radius: 100%;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.module-bubbles .bubble-number::before {
    position: absolute;
    content: "";
    top: -16px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border: 10px solid #0b3b46;
    border-radius: 100%;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    transform: rotate(-45deg);
    z-index: -1;
}

.module-bubbles .bubble-dark-gray {
    background: #054959;
}

.module-bubbles .bubble-dark-gray::before {
    border: 10px solid #054959;
}

.module-bubbles .bubble-red {
    background: #cf483a;
}

.module-bubbles .bubble-red::before {
    border: 10px solid #cf483a;
}

.module-bubbles .bubble-light-gray {
    background: #5b757b;
}

.module-bubbles .bubble-light-gray::before {
    border: 10px solid #5b757b;
}

.module-bubbles .bubble-list-margin-bottom {
    margin-bottom: 20px;
}

.module-bubbles .bubble-list li {
    font-size: 13px;
    font-weight: 500;
}

.module-risks .module_container--inner {
    border-top: 2px solid #d9d9d9;
    padding-top: 30px;
}

.form-disclaimer {
    font-size: 12px;
}

.module-history-tree .module_item-box .module_item-image {
    position: relative;
    z-index: 2;
}

/* 00463431 */
.memberships-logos img {
    width: 85%;
}
/* 00538981 */
.module-news-details p.au {
    background-color: transparent;
}
body .q4default p.av,
body .q4default p.au,
body .q4default p.az,
body .q4default p.at,
body .q4default p.ay,
body .q4default p.aw,
body .q4default p.ax,
p.av {
    background: transparent;
}

.module-news-details .q4default p {
    margin: 0;
}
.module-news-details .q4default .table-wrapper {
    overflow-x: initial;
}

.module-news-details .q4default td {
    vertical-align: middle;
}
/*00743924*/
.module-pin-shape-llc {
    top: 38.5%;
    left: 22.7%;
}
.module-pin-diamond-technology-inc {
    top: 37%;
    left: 27.3%;
}
/*00743924 END*/

/* 00764737 */
.PageInvestorsCapitalMarketsDay .pane--banner {
    background-image: url(../design/banner/Website-banner-2.jpg);
}
.PageInvestorsCapitalMarketsDay .module-page-title h1 {
    display: none;
}
@media (max-width: 1358px) {
    .PageInvestorsCapitalMarketsDay .pane--banner {
        background-position-x: 30%;
    }
}
@media (max-width: 765px) {
    .PageInvestorsCapitalMarketsDay .pane--banner {
        background-position-x: 26%;
    }
}
@media (max-width: 519px) {
    .PageInvestorsCapitalMarketsDay .pane--banner {
        background-position-x: 20%;
    }
}
@media (max-width: 369px) {
    .PageInvestorsCapitalMarketsDay .pane--banner {
        background-position-x: 17%;
    }
}
/* 00764737 end */

.module-pin-hivolt{
   top:28.4%;
    left:45.6%;
}
  
/* 00901852 BILLABLE CASE starts*/

/* Entrepeneurs Overview PAGE*/

.pane--content .module-entrepeneurs-overview.dark-blue {
    background-color: #054959;
    color: #fff;
}

.module-entrepeneurs-overview.dark-blue .module_title, .module-entrepeneurs-overview.dark-blue a {
    color: #fff;
}

.module-entrepeneurs-overview.dark-blue a:hover, .module-entrepeneurs-overview.dark-blue a:active {
    color: #054959;
}

.module-entrepeneurs-overview .flexbox-container {
    display:flex;
    gap: 40px;
    justify-content: space-between;
}

.module-entrepeneurs-overview .module_container--text, 
.module-entrepeneurs-overview .module_container--video {
    flex: 1;
}

.module-entrepeneurs-overview .module_container--video {
    max-width: 480px;
    margin: auto;
}

.module-entrepeneurs-overview .text-justify {
    text-align: justify;
}

.module-entrepeneurs-overview .module_title::before {
    display: none;
}

.module-entrepeneurs-overview.why-join .module_title {
    min-height: 76px;
    margin-top: 56px;
    position: relative
}

.module-entrepeneurs-overview.why-join .module_title::before{
    content: "";
    position: absolute;
    left: 330px;
    top: -56px;
    display: block;
    background-image: url(../design/svg/big-square.svg);
    background-size: cover;
    width: 125px;
    height: 125px
}

@media (max-width: 992px) {
    .module-entrepeneurs-overview .flexbox-container {
        flex-direction: column;
    }
}


@media (max-width: 466px) {
.module-entrepeneurs-overview.why-join .module_title::before {
        left: 160px;
    }
}

/* What we look for module */
.module-entrepeneurs-overview.what-we-look {
    text-align: center;
    background-image: url('../design/banner/Background-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.what-we-look .container-flex {
    display: flex;
    align-items: flex-end;
    margin: 60px 0px;
}

.what-we-look .container-flex img {
    width: 650px;
    height: 350px;
}

.what-we-look .container-flex .container-box-text {
    background-color: #054959;
    padding: 80px 50px;  
    text-align: left;
    width: 550px; 
    position: relative;
    top: -30px;
    right: 20px;
}

@media only screen and (max-width: 990px) {
    .what-we-look .container-flex img {
        display: none;
    }
    
    .what-we-look .container-flex .container-box-text {
    position: static;
}
    
    .what-we-look .container-flex {
    margin: 0px;
}
}

/* How we do deals Module */ 

.module-entrepeneurs-overview.deals p a:hover,  .deals p a:active{
    color:#fff;
}

.module-entrepeneurs-overview.deals .module_container--image {
    align-self: center;
    margin: auto;
}

.module-entrepeneurs-overview.deals .module_container--image img {
    max-width: 432px;
}

/* Acquisition Case Studies Overview Module*/

.module-acquisition-overview .module_title {
    color: #054959;
    margin-bottom: 40px;
    font-size: 3.1rem;
}

.module-acquisition-overview .module_wrapper {
    height: 280px;
}

/* Case Studies Inner Pages*/
.module-case-studies .case-logo{
    margin-bottom: 40px;
}

.module-case-studies .flex-container{
    display: flex;
    gap: 20px;
}

.module-case-studies .case-logo{
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px){
    .module-case-studies .flex-container{
        gap: 40px;
        flex-wrap: wrap;
    }
}   

/* 00901852 BILLABLE CASE ends*/
/*01025538*/
.module-footer-socials_wrapper h3{
    color: #054959;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    text-transform: none;
}
/*01025538 END*/