/*==================================
 ------------ RESET CSS -----------
==================================*/

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    font-size: 10px;
}

nav ol,
.list--reset ol,
.list--reset ul,
ol.list--reset,
ul.list--reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    font-size: .6em;
}

sup {
    top: 0;
    vertical-align: super
}

sub {
    bottom: 0;
    vertical-align: sub
}


/*---------- Animations ----------*/

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    50% {
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    50% {
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}


/*==================================
 --------- DEFAULT STYLES ---------
==================================*/

body {
    overflow-x: hidden;
    color: #4b4b4b;
    background: #efefef;
    /* font-family: 'Geogrotesque-Md', sans-serif; */
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
}


/*---------- TYPOGRAPHY ----------*/

h1,
h2,
h3,
h4,
h5 {
    font-family: "Geogrotesque-SmBd";
    margin-top: 0;
    margin-bottom: .75em;
    line-height: 1.25;
    letter-spacing: -.005em;
}

h1 {
    color: #00309c;
    font-size: 6.5rem;
    margin-bottom: 20px;
    line-height: 1.1;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 3.6rem
    }
}

h2 {
    font-family: 'Geogrotesque-SmBd', sans-serif;
    color: #010101;
    font-weight: 400;
    font-size: 3.6rem;
}

h3 {
    font-size: 2.4rem;
    color: #4b4b4b;
}

h4 {
    font-size: 1.8rem;
    color: #333333;
}

a {
    color: #00309c;
    font-weight: 500;
    outline: 0;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
}

a:active,
a:focus,
a:hover {
    /* color: #263a57; */
    text-decoration: underline;
    text-decoration-skip-ink: auto;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.8;
}

i {
    display: inline-block;
    line-height: 1;
}

em {
    font-style: italic;
}

small {
    font-size: 1.2rem;
}


/*------------ COMMON ------------*/

img {
    border: none;
    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;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    vertical-align: top;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #333333;
    position: absolute;
    margin-left: -25px;
    top: 3px;
    background: #fff;
    line-height: 1;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
    border: 1px solid #00309c;
}

input[type="checkbox"]:checked+label:after {
    content: "\ed71";
    color: #00309c;
    font-size: 1.2rem;
    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;
    position: absolute;
    left: 0;
    top: 6px;
    margin-left: 4px;
    z-index: 1;
    height: 10px;
    width: 10px;
}

input[type="radio"]:checked+label:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    margin-left: 5px;
    background: #00309c;
    border-radius: 100%;
    line-height: 1;
}

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 ------------*/

ol,
ul {
    list-style-position: outside;
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
}

li {
    /*! line-height: 1.4; */
}

.list {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.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;
}

ol.list--wysiwyg,
ul.list--wysiwyg {
    list-style: none;
    padding: 0
}

ol.list--wysiwyg li,
ul.list--wysiwyg li {
    border-radius: 3px;
    display: block;
    margin: 0 -1.5rem;
    padding: 1.5rem;
    padding-left: 4.5rem;
    position: relative
}

@media (min-width: 800px) {
    ol.list--wysiwyg li,
    ul.list--wysiwyg li {
        margin: 0 -3rem;
        padding: 1.5rem 3rem;
        padding-left: 7.5rem
    }
}

ol.list--wysiwyg li:nth-child(2n-1),
ul.list--wysiwyg li:nth-child(2n-1) {
    background-color: #e8e8e8
}

ol.list--wysiwyg li:before,
ul.list--wysiwyg li:before {
    color: #002f9d;
    left: 1.5rem;
    position: absolute;
}

@media (min-width: 800px) {
    ol.list--wysiwyg li:before,
    ul.list--wysiwyg li:before {
        left: 3rem
    }
}

@media (min-width: 800px) {
    ol.list--wysiwyg,
    ul.list--wysiwyg {
        margin-bottom: 3rem
    }
}

ul.list--wysiwyg li:before {
    content: "\2022";
    font-size: 2.2rem;
    line-height: 1;
}

@media (min-width: 800px) {
    ul.list--wysiwyg li:before {
        font-size: 2.8rem;
        left: 3rem
    }
}

ol.list--wysiwyg {
    counter-reset: a
}

ol.list--wysiwyg li:before {
    content: counter(a) ". ";
    counter-increment: a;
    font-weight: 700
}

@media (min-width: 800px) {
    ol.list--wysiwyg li:before {
        left: 3rem
    }
}


/*------- BUTTONS / INPUTS -------*/

::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

input::-ms-clear,
textarea::-ms-clear,
select::-ms-clear,
button::-ms-clear,
.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.module_dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear,
.button::-ms-clear {
    display: none;
}

select::-ms-expand,
.dropdown::-ms-expand,
.module_dropdown::-ms-expand {
    display: none;
}

input[type="submit"],
input[type="email"],
input[type="password"],
input[type="text"],
input[type="file"],
input,
textarea,
select,
button,
.input,
.textarea,
.dropdown,
.module_dropdown,
.upload,
.submit,
.button {
    appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus,
.textarea:focus {
    border-color: #00309c;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="file"],
input,
textarea,
select,
button,
.input,
.textarea,
.dropdown,
.module_dropdown,
.upload,
.submit,
.button {
    display: inline-block;
    max-width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
    border-radius: 0;
    font-family: "Geogrotesque-Md", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
}

.submit,
.button,
.upload,
.dropdown,
.module_dropdown {
    cursor: pointer;
}

input[type="email"],
input[type="password"],
input[type="text"],
textarea,
.textarea {
    background: #fff;
}

textarea,
.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

select,
.dropdown,
.module_dropdown {
    font-weight: 400;
    background: url('../design/svg/q4-icon_chevron-down-grey.svg');
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 14px 14px;
    padding: 10px 45px 10px 40px;
    color: #4b4b4b;
    border-radius: 20px;
    border-width: 2px;
    min-width: 180px;
    text-align: center;
    line-height: normal;
    text-align-last: center;
}

select > option {
    text-align: center;
}

.dropdown--white {
    background-image: url('../design/svg/q4-icon_chevron-down-white.svg');
    border-color: #fff;
    color: #fff;
}

.submit,
.button {
    padding: 10px 50px 10px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, background-position 0.3s cubic-bezier(0, -2, 0, 3);
    border-width: 2px;
    border-color: #00309c;
    color: #00309c;
    position: relative;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    font-size: 1.8rem;
    text-transform: none;
    text-decoration: none;
    border-radius: 20px;
    background-image: url('../design/svg/arrow_right-blue.svg');
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 14px 14px;
}

@media only screen and (max-width: 768px) {
    .submit,
    .button {
        font-size: 1.6rem
    }
}

.button:hover {
    box-shadow: 0 10px 2px -10px rgba(0, 0, 0, .5);
    background-image: url('../design/svg/arrow_right-white.svg');
    background-position: right 25px center;
    background-color: #00309c;
    border-color: #00309c;
    color: #fff;
    text-decoration: none;
}

.button--inverted {
    background-image: url('../design/svg/arrow_right-white.svg');
    background-color: #00309c;
    border-color: #00309c;
    color: #fff;
}

.button--inverted:hover {
    background-image: url('../design/svg/arrow_right-blue.svg');
    background-color: transparent;
    border-color: #00309c;
    color: #00309c;
}

.button--dark {
    background-image: url('../design/svg/arrow_right-white.svg');
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.button--dark:hover {
    background-image: url('../design/svg/arrow_right-blue.svg');
    background-color: #fff;
    border-color: #fff;
    color: #00309c;
}

.button--grey {
    background-color: transparent;
    border-color: #4b4b4b;
    color: #4b4b4b;
}

.button--grey:hover {
    background-color: #4b4b4b;
    border-color: #4b4b4b;
    color: #fff;
}

.button--long {
    min-width: 288px
}


/*------------ TABLES ------------*/

.table {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}

.table thead {
    background: #e3e3e3;
}

.table th,
.table td,
.table tr>.grid_col {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    color: #333333;
}

.table tr {
    /*border-bottom: 1px solid #ccc;*/
}

.table th {
    text-align: left;
    font-family: "Geogrotesque-SmBd";
    padding: 15px 20px;
}

.table td {
    font-weight: 400;
    padding: 15px 20px;
}

.table--headless tr {
    /*border-bottom: 1px solid #ccc;*/
}

.table--headless tr:first-child {
    background: #e3e3e3;
}

.table--headless tr:first-child td {
    color: #333333;
    font-family: "Geogrotesque-SmBd";
    text-align: left;
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .table--responsive thead {
        display: none;
    }
    .table tr {
        padding: 15px 20px;
        display: block;
    }
    .table tr:nth-child(odd) {
        background: #e3e3e3;
    }
    .table--responsive td {
        display: block;
        padding: 10px 0;
    }
    .table--responsive td[data-heading]:before {
        content: attr(data-heading) ": ";
        font-family: "Geogrotesque-SmBd";
        color: #333333;
        text-align: left;
        padding: 10px 0;
        margin-right: 5px;
    }
}

.table--custom {
    overflow-x: auto;
}


/*--------- SPECIAL BOXES --------*/

.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(0, 111, 186, 0.5);
    font-family: monospace, serif;
    font-size: 14px;
    font-size: 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: 14px;
    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 ---------
==================================*/

.module_q4-icon-links .module_link>i {
    display: none;
}

.module_q4-icon-links .module_link {
    position: relative;
    padding-left: 23px;
}

.dark .module_q4-icon-links .module_link {
    color: #fff;
}

.dark .module_q4-icon-links .module_link:hover {
    color: #00309c;
}

.dark .module_q4-icon-links .module_link:before {
    color: #bed73b;
}

.module_q4-icon-links .module_link: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: "\e9bb";
    font-size: 1.6rem;
    top: 0;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    margin-left: -23px;
    content: "\eecd";
}

.module_q4-icon-links .module_add-to-calendar-reveal:before {
    content: "\ea5f";
    margin-top: -2px;
}

.module_q4-icon-links .module_link[href$=".mp3"]:before,
.module_q4-icon-links .module_link[href$=".wmv"]:before,
.module_q4-icon-links .module_link[href$=".MP3"]:before,
.module_q4-icon-links .module_link[href$=".WMV"]:before {
    content: "\e952";
}

.module_q4-icon-links .module_link[href$=".xls"]:before,
.module_q4-icon-links .module_link[href$=".csv"]:before,
.module_q4-icon-links .module_link[href$=".XLS"]:before,
.module_q4-icon-links .module_link[href$=".CSV"]:before {
    content: "\eeae";
}

.module_q4-icon-links .module_link[href$=".mp4"]:before,
.module_q4-icon-links .module_link[href$=".flv"]:before,
.module_q4-icon-links .module_link[href$=".avi"]:before,
.module_q4-icon-links .module_link[href$=".MP4"]:before,
.module_q4-icon-links .module_link[href$=".FLV"]:before,
.module_q4-icon-links .module_link[href$=".AVI"]:before {
    content: "\e95e";
}

.module_q4-icon-links .module_link[href$=".pdf"]:before,
.module_q4-icon-links .module_link[href$=".PDF"]:before {
    margin-top: 6px;
    content: "\ef3e";
}

.module_q4-icon-links .module_link.module_link-webcast:before,
.module_q4-icon-links .module_webcast-link:before {
    content: "\e989";
    margin-top: -1px;
}

.module_q4-icon-links .module_link.module_link-news:before,
.module_q4-icon-links .module_link.module_link-transcript:before {
    content: "\e90f";
}

.module_q4-icon-links .module_link.module_link-presentation:before {
    content: "\e90d";
}

.module_q4-icon-links .module_link.module_link-file:before {
    content: "\e926";
}

.module_q4-icon-links .module_link.module_link-sec:before {
    content: "\e9bb";
    position: static;
    transform: none;
    margin-top: 0;
}

.module_q4-icon-links .module_link.module_link-sec[href$=".pdf"]:before {
    content: "\ef3e";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".rtf"]:before {
    content: "\ef40";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".xls"]:before {
    content: "\ef41";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".zip"]:before {
    content: "\e9b9";
}


/*==================================
 ----------- TOAST GRID -----------
==================================*/

.grid {
    list-style: none;
    margin-left: -30px;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.3333333333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
    width: 66.6666666667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
    width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
    width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
    margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
    margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
    margin-left: 33.3333333333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
    margin-left: 66.6666666667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
    margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
    margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
    margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
    margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
    margin-left: -33.3333333333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
    margin-left: -66.6666666667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
    margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.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_col--push-5-of-6 {
    margin-left: 83.3333333333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.3333333333%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.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_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_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_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_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_col--push-11-of-12 {
    margin-left: 91.6666666667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.6666666667%;
}

.grid--no-gutter .grid .grid_col,
.grid_col {
    padding-left: 30px;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    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: -.24em;
    }
    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lg-1-of-3 {
        width: 33.3333333333%;
    }
    .grid_col.grid_col--lg-2-of-3 {
        width: 66.6666666667%;
    }
    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lc-1-of-3 {
        width: 33.3333333333%;
    }
    .grid_col.grid_col--lc-2-of-3 {
        width: 66.6666666667%;
    }
    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--md-1-of-3 {
        width: 33.3333333333%;
    }
    .grid_col.grid_col--md-2-of-3 {
        width: 66.6666666667%;
    }
    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--sm-1-of-3 {
        width: 33.3333333333%;
    }
    .grid_col.grid_col--sm-2-of-3 {
        width: 66.6666666667%;
    }
    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid_col--d-last {
    float: right;
}

.grid--no-gutter {
    margin-left: 0;
}

.grid .grid--no-gutter .grid_col,
.grid--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}


/*==================================
 --------- UTILITY CLASSES --------
==================================*/

.hidden {
    display: none !important;
}

.disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.background--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background--brand {
    background-color: #00309c;
}

.background--alt-brand {
    background-color: #f1af0f;
}

.background--dark {
    background-color: #222;
}

.background--light {
    background-color: #fff;
}

.background--grey {
    background-color: #f6f6f6;
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #d40202;
}

.color--brand {
    color: #00309c;
}

.color--dark {
    color: #222;
}

.color--grey {
    color: #f6f6f6;
}

.color--success {
    color: #23a217;
}

.color--error {
    color: #d40202;
}

.dark,
.dark a:not(.button) {
    color: #fff;
}

.dark .module_title {
    color: #fff;
}

a[data-section],
a.anchor--scroll-to {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin-top: -50px;
    overflow: hidden;
    border: 0;
    opacity: 0;
}


/*==================================
 --------- ACCESSIBILITY ----------
==================================*/

*:focus {
    outline: none;
}

a:focus {
    text-decoration: underline !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;
}


/*---------- 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: 50px;
    font-size: 5rem;
    animation: spin 0.8s infinite linear;
}

.js--hidden {
    display: none;
}

.js--visible {
    display: block;
}

.js--disabled {
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed;
    opacity: .4;
}

.js--invalid input[type="text"],
.js--invalid select {
    border: 1px solid #d40202 !important;
}

.js--invalid input[type="checkbox"] {
    border-color: #d40202 !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 {
    margin-bottom: 20px;
}

.module_body {
    display: block;
}

.module_not-found:not(:empty) {
    padding: 15px 20px;
    margin-bottom: 20px;
}

.module_location {
    font-size: 1.3rem;
    color: #4b4b4b;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.2;
}

.module_error-container {
    margin-bottom: 20px;
    color: #d40202;
}

.module_add-to-calendar-reveal {
    cursor: pointer;
}

.module_add-to-calendar-reveal:focus {
    text-decoration: underline;
}

.module_add-to-calendar-list {
    display: none;
}

.module_add-to-calendar-list:after {
    content: "Select your Calendar";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.module_reminder-intro-text {
    margin-bottom: 20px;
}

.fancybox-container .module_add-to-calendar-list {
    padding: 70px;
}

.module_add-to-calendar-item {
    display: inline-block;
    margin: 0 10px;
    line-height: 0;
}

.module_add-to-calendar-item--ics {
    display: none;
}

.module_add-to-calendar-link {
    font-size: 24px;
    font-size: 2.4rem;
}

.module_add-to-calendar.js--hidden {
    display: none!important;
}

.module_actions,
.module_pager {
    margin-top: 20px;
}

.module_date-time {
    margin: 0;
    font-size: 1.8rem;
    color: #4b4b4b;
    font-weight: 500;
}

.module_date {
    text-align: center;
    line-height: 1.2;
}

.module_time {
    font-size: 1.3rem;
    color: #4b4b4b;
    font-weight: 400;
    margin-bottom: 15px;
    padding-right: 10px;
}

.module_date-text > i {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #00309c;
    margin-bottom: 5px;
}

.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-family: "Geogrotesque-SmBd";
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

.module_headline-link {
    color: #333333;
    font-family: "Geogrotesque-SmBd";
}

.module_headline-link:visited {
    color: #551A8B;
}

.module_headline:hover,
.module_headline-link:hover,
.module_headline-link:visited:hover {
    color: #00309c
}

.module_headline-link.module_link--arrow:after {
    color: #00309c
}

.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: 20px;
}

.module_dots:not(:empty) {
    text-align: center;
    margin-top: 15px;
}

.module_item {
    padding: 30px 0 10px;
}

.module_label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.8rem;
}

.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 30px 10px 0;
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
    color: #00309c;
    text-decoration: none;
}

.module_link:hover {
    text-decoration: none;
}

.module-print_link {
    cursor: pointer
}

.module_link>.module_link-text,
.module_link>i,
.module_link>span {
    /*vertical-align: middle;*/
}

.module_link>i:before {
    display: block;
}

.module_link[style="DISPLAY:block;"],
.module_link[style="display: block;"] {
    display: inline-block !important;
}

.module_link--arrow {
    position: relative;
    padding-right: 20px;
    display: inline-block;
}

.module_presentation .module_link--arrow {
    min-width: 150px;
}

.module_link--arrow:focus,
.module_link--arrow:hover {
    text-decoration: none!important;
}

.module_link--arrow:after {
    content: "\e926";
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    margin-top: 1px;
    margin-left: 0;
    transition: margin .2s cubic-bezier(0, -2, 0, 3);
}

.module_link--arrow:hover:after {
    margin-left: 5px;
}

.module_link--arrow.module_link--arrow-down:after {
    top: 4px;
    right: 0;
    transition: transform .2s cubic-bezier(0, -2, 0, 3);
}

.module_link--arrow.module_link--arrow-down:hover:after {
    -webkit-animation: upDown .2s cubic-bezier(0, -2, 0, 3) forwards;
    animation: upDown .2s cubic-bezier(0, -2, 0, 3) forwards;
}

.module_loader {
    display: inline-block;
    animation: spin 1s linear infinite;
    margin: 10px 20px;
}

.module_message {
    display: block;
    margin-bottom: 10px;
}

.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-activation .module_message--success,
.module-deactivation .module_message--success,
.module-subscribe .module_message--success,
.module-unsubscribe .module_message--success {
    font-weight: 600;
}

.module_message--error {
    color: #d40202;
}

.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: 15px 20px;
    border: 2px solid #00309c;
    color: #333333;
    font-weight: normal;
}

.module_nav-link.selected,
.module_nav-link.selected:visited,
.module_nav .ModuleYearLink.selected,
.module_nav .ModuleYearLink.selected:visited,
.module_nav-link:visited.selected,
.module_nav-link:visited.selected:visited,
.module_nav .ModuleYearLink:visited.selected,
.module_nav .ModuleYearLink:visited.selected:visited {
    background-color: #00309c;
    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;
}

.module_options-label {
    font-family: "Geogrotesque-SmBd";
}

@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 ----------*/

.module_pager {
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0;
    padding: 0;
    font-size: 1.8rem;
    color: #333;
}

.module_pager .pager-page,
.module_pager .pager-next,
.module_pager .pager-prev,
.module_pager .pager-last,
.module_pager .pager-first {
    font-size: 1.8rem;
    color: #00309c;
    cursor: pointer;
    font-weight: 700;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.module_pager .pager-next,
.module_pager .pager-prev,
.module_pager .pager-last,
.module_pager .pager-first {
    color: #00309c;
    font-size: 0;
}

.module_pager .pager-first,
.module_pager .pager-prev {
    margin: 0 15px 0 0;
}

.module_pager .pager-last,
.module_pager .pager-next {
    margin-left: 0;
}

.module_pager .pager-next:before,
.module_pager .pager-prev:before,
.module_pager .pager-first:before,
.module_pager .pager-last:before {
    font-size: 1.6rem;
    font-weight: 500;
}

.module_pager .pager-prev:before {
    content: "\2039" " Previous"
}

.module_pager .pager-next:before {
    content: 'Next ' '\203A';
}

.module_pager .pager-first:before {
    content: "\00AB" " First"
}

.module_pager .pager-last:before {
    content: "Last " "\00BB";
}

.module_pager .pager-disabled {
    cursor: text;
    display: none;
}

.module_pager .pager-page:not(.pager-active) {
    cursor: pointer;
}

.module_pager .pager-active {
    color: #000;
    /* font-weight: 400; */
    cursor: default;
}


/*--------- Module Pager Search----------*/

.module_pager a {
    display: inline-block;
    font-size: 1.8rem;
    color: #000000;
    cursor: default;
    font-weight: 300;
    padding: 0;
    position: relative;
    margin-left: 10px;
    text-align: center;
    font-weight: 700;
}

.module_pager a:hover {
    text-decoration: none;
}

.module_pager a[href] {
    color: #00309c;
    cursor: pointer;
}

.module_pager a[href]:after {
    display: none;
}

.module_button {
    margin-top: 20px;
}

.module_reminder .module_input.module_reminder-period,
.module_reminder .module_input.module_reminder-email {
    margin-right: 10px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required {
    color: #d40202;
}

.module_required-text {
    color: #d40202;
    font-size: 1.6rem;
}

.module_required-text>span {
    color: #4b4b4b;
}

.module_rss {
    float: right;
}

.module_rss--top {
    margin-top: 13px;
}

.module_speakers li {
    margin-bottom: 5px;
}

h2.module_title {
    font-size: 3rem;
    color: #101010;
}

h2.module_title .module_subtitle {
    font-size: 3.6rem;
    font-weight: 300;
    font-family: 'Geogrotesque-Md';
}

@media screen and (max-width: 480px) {
    h2.module_title .module_subtitle {
        font-size: 2.4rem;
    }
}

.module_view-all-link {
    font-size: 1.5rem;
}

.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"],
.module_dropdown,
.module textarea.module_input {
    width: 100%;
}

.module textarea.module_input {
    resize: vertical;
}

.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;
    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-details .module_date-time {
    margin-bottom: 15px;
}


/*------- Captcha Component ------*/

.CaptchaContainer {
    display: none;
}

.CaptchaContainer table tr:nth-child(1) {
    display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
    padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

.CaptchaContainer table tr:nth-child(3) td span {
    display: none !important;
}

.CaptchaContainer table tr:nth-child(4) span {
    display: none !important;
}

.CaptchaContainer table tr td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .CaptchaContainer table tr td {
        padding-right: 0;
    }
}

.CaptchaContainer input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    max-width: none;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    background-color: #f6f6f6;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}

.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
    padding-bottom: 20px;
}

.fancybox-container .CaptchaContainer table tr td {
    padding-right: 0;
}


/*- Investment Calculator Widget -*/

.module-calculator .module_container--wrap {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .module-calculator .module_container--wrap {
        display: block;
    }
}

.module-calculator .module_actions {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .module-calculator .module_actions,
    .module-calculator .module_actions .button {
        display: block;
    }
    .module-calculator .module_actions .button {
        display: block;
        width: 100%;
    }
}

.module-calculator-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .module-calculator-label {
        display: block;
        margin-right: 0;
    }
}

.module-calculator_input {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

@media screen and (max-width: 768px) {
    .module-calculator_input {
        display: block;
        margin: 0 0 10px;
    }
}

.module-calculator_input h4 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}

.module-calculator_input label {
    margin-bottom: 0;
    display: none;
}

.module-calculator_start-date input[type="text"],
.module-calculator_end-date input[type="text"] {
    font-weight: 400;
    background: url("../design/svg/q4-icon_chevron-down-grey.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 14px 14px;
    padding: 10px 45px 10px 20px;
    font-size: 1.8rem;
    color: #4b4b4b;
    border-radius: 20px;
    border-width: 2px;
    max-width: 180px;
    text-align: center;
    cursor: pointer;
    height: 46px;
}

.module-calculator_start-date input[type="text"]:focus,
.module-calculator_end-date input[type="text"]:focus {
    border-color: #4b4b4b;
}

.module-calculator_amount input[type="text"] {
    font-size: 1.8rem;
    border-width: 2px;
    color: #4b4b4b;
    border-radius: 50px;
    outline: none;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
    .module-calculator_start-date input[type="text"],
    .module-calculator_end-date input[type="text"] {
        max-width: none;
    }
}

.module-calculator_compare {
    display: block;
    display: none;
}

.module-calculator_reinvest-dividends {
    display: none;
}

.module-calculator_input input[type="checkbox"]+label {
    margin: 0;
}

.module-calculator_input-row--other input[type="checkbox"]+label {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.module-calculator_input-row--other input[type="checkbox"]+label {
    margin-right: 10px;
}

.module-calculator_input-row {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    .module-calculator_input-row {
        display: block;
        margin-right: 0;
        margin-top: 10px;
    }
    .module-calculator_input-row--other {
        margin-top: 0;
    }
}

.module-calculator_input-row input[type="text"] {
    max-width: 160px;
    margin: 0;
}

.module-calculator_input-row--other input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
}

.module-calculator_input-row--other input[type="text"].js--revealed {
    visibility: visible;
    opacity: 1;
}

@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 #00309c;
        border-bottom: 2px solid #00309c;
    }
    .module-calculator_popup-container .table td {
        display: block;
    }
    .module-calculator_popup-container .table td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}

.module-calculator_info td:first-child:before {
    content: none;
}


/*- Committee Composition Widget -*/

@media only screen and (max-width: 768px) {
    .module-committee .module_container--desktop {
        display: none;
    }
}

.module-committee .module_container--tablet {
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-committee .module_container--tablet {
        display: block;
    }
}

.module-committee .module_header {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    font-weight: normal;
}

.module-committee .module_item {
    padding: 0;
}

.module-committee .module_item~.module_item {
    border: 0;
}

.module-committee .module_item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.module-committee .grid_col {
    padding: 20px 15px;
    text-align: center;
}

.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee_category.js--active .module_header i:before {
    content: "\e924";
}

.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 i {
    margin-right: 5px;
}


/*----- Download List Module -----*/

.module-downloads .module_nav {
    display: none;
}

.module-downloads .module_item {
    padding: 15px 0;
}

.module-downloads_thumbnail,
.module-downloads_description,
.module-downloads_date {
    display: none;
}

.module-downloads_title {
    position: relative;
}

.module-downloads_title-link {
    margin: 0 20px 0 0;
}


/* ------ Events and presentation latest------ */

@media screen and (max-width: 1024px) {
    .layout--home .module-events-presentations-latest.module .module_container--outer {
        /* padding-left: 0; */
        /* padding-right: 0; */
        /* overflow: hidden; */
    }
    .module-events-presentations-latest .module_title {
        display: none;
    }
}


/*--------- Event Module ---------*/

.module-event .module_location,
.module-event .module_speakers h4,
.module-event .module_body {
    display: none;
}

.module-event .module_options {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.module-event-details .module_speakers h4 {
    display: none;
}

.module-event-details .module_links>*,
.module-event-details .module_attachment,
.module-event-details .module_attachment > li {
    display: block;
    margin: 0;
    padding: 0;
}

.module-event-list .module_container--content {
    position: relative;
}

.module-event-list .module_item {
    margin-bottom: 10px;
    border: none;
    text-align: left;
    padding: 25px 15px;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    .module-event-list .module_item {
        padding: 15px 10px;
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    .module-events-presentations_button {
        text-align: center;
        margin-top: 30px;
    }
}

.module-event-list .module_item:nth-child(even) {
    background: #e8e8e8;
}

.module-event-list .module_item-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-event-list .module_date-time {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    background-image: url('../design/svg/dot-divider--vertical.svg');
    background-repeat: no-repeat;
    background-position: right 0;
}

@media screen and (max-width: 768px) {
    .module-event-list .module_date-time {
        width: 55px;
    }
}

.module-event-list .module_date {
    width: 60px;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .module-event-list .module_date {
        width: 45px;
    }
}

.module-event-list .module_time {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .module-event-list .module_time {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.module-event-list .module_item-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .module-event-list .module_item-info {
        padding-left: 15px;
    }
}

.module-event-list .module_location {
    display: inline-block;
/*    margin-left: 10px;
    padding-left: 7px;
    border-left: 1px solid #4b4b4b;*/
}

@media screen and (max-width: 768px) {
    .module-event-list .module_location {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        margin-bottom: 5px;
        display: block;
    }
}

.module-event-list .module_body h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.module-event-list .module_body {
    font-size: 1.6rem;
}

.module-event-list .module_links {
    margin: 0;
}

.module-event-list .module_links>*,
.module-event-list .module_attachments,
.module-event-list .module_attachments > li {
    display: block;
    margin: 0;
    padding: 0;
}

.module-event-list .module_links-more {
    width: 100%;
}

.module-event-latest .module_dots:not(:empty) {
    margin-top: 10px;
    margin-bottom: 20px;
}

.module-event-latest .module_title {
    display: none;
}

@media screen and (max-width: 1024px) {
    .module-event-latest .module_title {
        display: block;
    }
}

.module-event-latest .module_links {
    margin-left: 100px;
}

@media screen and (max-width: 1024px) {
    .module-event-latest .module_link {
        margin-right: 5px;
        font-size: 1.5rem;
    }
    .module-event-latest .module_links>*,
    .module-event-latest .module_attachments,
    .module-event-latest .module_attachments > li {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .module-event-latest .module_links {
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
}

.module-event-upcoming .module_nav {
    display: none;
}

.module-event-upcoming .module_item {
    padding: 30px 0 10px;
}

.module-event-calendar {
    display: table;
    width: 100%;
}

.module-event-calendar_calendar-container,
.module-event-calendar_event-container {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

.module-event-calendar_calendar-container {
    padding-right: 20px;
}

.module-event-calendar_event-container {
    padding: 50px;
    background-color: #f6f6f6;
}

.module-event-calendar_splash i {
    font-size: 40px;
    font-size: 4rem;
    color: #00309c;
}

.module-event-calendar_splash p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
}

.module-event-calendar_controls {
    padding: 20px 15px;
    background-color: #00309c;
    font-weight: bold;
    color: #fff;
}

.module-event-calendar_previous-month,
.module-event-calendar_month,
.module-event-calendar_next-month {
    display: inline-block;
}

.module-event-calendar_previous-month,
.module-event-calendar_next-month {
    cursor: pointer;
}

.module-event-calendar_previous-month {
    float: left;
}

.module-event-calendar_next-month {
    float: right;
}

.module-event-calendar_day-container {
    border-bottom: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day {
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 8px 0 25px;
    border-top: 1px solid rgba(0, 111, 186, 0.2);
    border-left: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day.calendar-dow-6 {
    border-right: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day--name {
    padding: 15px 0 10px;
    border: none;
}

.module-event-calendar_day--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: #00309c;
}

.module-event-calendar_day--selected {
    background-color: #00309c;
    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: 20px;
}

.module-event-calendar .module_add-to-calendar {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .module-event-calendar {
        display: block;
    }
    .module-event-calendar_calendar-container,
    .module-event-calendar_event-container {
        display: block;
        width: 100%;
    }
    .module-event-calendar_calendar-container {
        padding-right: 0;
    }
    .module-event-calendar_event-container {
        margin-top: 20px;
    }
}

.module-event-accordion .module_item {
    position: relative;
    padding-right: 75px;
}

.module-event-accordion .module_headline {
    cursor: pointer;
}

.module-event-accordion .module_headline:after {
    content: "\e924";
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4rem;
    transition: all .2s ease-in-out;
}

.module-event-accordion .module_item:hover .module_headline:after {
    background: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
}

.module-event-accordion .module_item.js--active .module_headline:after {
    content: "\edba";
    background: #00309c;
    color: #fff
}


/*---------- FAQ Module ----------*/

.module-faq .module_item {
    margin: 0;
    padding: 0;
    border-radius: 15px;
}

.module-faq .module_item:nth-child(odd) {
    background: #e3e3e3;
}

.module-faq_question {
    margin: 0;
    cursor: pointer;
    color: #00309c;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 40px 80px 40px 25px;
    position: relative;
}

.module-faq_question:hover:after {
    background: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
}

.module-faq_question:after {
    content: "\e924";
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}

.js--active .module-faq_question:after {
    content: "\edba";
    background: #00309c;
    color: #fff
}

.module-faq_answer {
    padding: 0 25px 20px;
    font-size: 1.8rem;
    color: #4b4b4b;
}

.module-faq_answer a {
    color: #333;
    font-weight: 700
}

.module-faq_answer p {
    margin: 0;
    padding: 0 0 10px;
}

.module-faq .toggle-all a:before {
    content: "Show all";
}

.module-faq .toggle-all.js--active a:before {
    content: "Hide all";
}


/*--- Financial Report Modules ---*/

.module-financial_item {
    text-align: center;
    padding: 0 20px !important;
}

.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #00309c;
}

.module-financial_year {
    font-size: 2.6rem;
    margin-bottom: 20px;
}

.module-financial-year .module_item {
    margin: 0;
    padding: 0;
}

.module-financial-year .module_items-container {
    display: inline-block;
    text-align: left;
}

.module-financial-year .module_links {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
}

.module-financial-year .module_link-container {
    display: block;
}

.module-financial-year .module_link {
    font-size: 1.8rem;
    margin: 0 0 10px;
}

.module-financial-year .module_headline {
    margin: 0;
    cursor: pointer;
    color: #00309c;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 40px 80px 40px 25px;
    position: relative;
}

.module-financial-year .module_headline:after {
    content: "\e924";
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}

.module-financial-year .module_item:hover .module_headline:after {
    background: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
}

.module-financial-year .module_item.js--active .module_headline:after {
    content: "\edba";
    background: #00309c;
    color: #fff
}

.module-financial-quarter .module_item {
    padding: 0;
}

.module-financial-quarter .module_item~.module_item {
    border: none;
}

.module-financial-quarter .module_item.js--active h3:after {
    content: "\ed5e";
}

.module-financial-quarter .module_links {
    margin: 0;
    padding: 15px;
}

.module-financial-quarter .module_links>div {
    display: block;
}

.module-financial-quarter .module_link {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: none;
}

.module-financial-quarter .module-financial_year-text {
    padding: 20px 15px;
    margin-bottom: 10px;
    background-color: #00309c;
    color: #fff;
    font-size: 16px;
    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_header {
    background-color: #00309c;
    color: #fff;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_body-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module-financial-table_body-row:nth-child(even) {
    background-color: #f6f6f6;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}

.module-financial-table_item~.module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    opacity: 0.1;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_item {
        margin: 5px;
    }
}

.module-financial-table .slick-slider {
    display: inline-block;
    padding: 0;
}

.module-financial-table .slick-slide:focus {
    outline: none;
}

.module-financial-table .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.module-financial-table .slick-prev {
    left: 10px;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}

.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 .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: 10px;
    font-size: 1rem;
    margin-left: 5px;
}


/* Latest Quarterly Result Widget */

.module.module-latest-quarter .module_container--outer {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../design/banner/Girl-at-Drinking-Fountain.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .5);
    padding: 60px 50px;
    max-width: 1360px;
}

@media only screen and (max-width: 1024px) {
    .module.module-latest-quarter .module_container--outer {
        padding: 30px 30px;
    }
}

.module.module-latest-quarter .module_container--outer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #272727;
    opacity: 0.5;
}

.module-latest-quarter .module_item {
    margin: 0;
    padding: 0;
    position: relative;
}

.module-latest-quarter h5 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
    .module-latest-quarter h5 {
        margin-bottom: 20px;
    }
}

.module-latest-quarter .module_links {
    margin-bottom: 0;
    display: inline-block;
}

.module-latest-quarter .module_links>div {
    display: inline-block;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_links>div {
        display: block;
        text-align: left;
    }
}

.module-latest-quarter .module_link {
    margin: 0 50px 15px 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.module-latest-quarter .module_link:before {
    display: inline-block;
    font-size: 55px;
    font-size: 5.5rem;
    padding: 0;
}

.module-latest-quarter .module_link-text {
    /* display: block; */
    margin: 0;
}

.module-latest-quarter .module-financial_title {
    font-family: "Geogrotesque-SmBd";
    font-size: 3.6rem;
    font-weight: 400;
    margin-bottom: 35px;
    padding-top: 20%;
    line-height: 1.25;
}

@media only screen and (max-width: 1024px) {
    .module-latest-quarter .module-financial_title {
        margin-bottom: 20px;
        padding-top: 0;
    }
}

.module-latest-quarter_button {
    margin-top: -10px;
}

@media only screen and (max-width: 1024px) {
    .module-latest-quarter_button {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter_button {
        text-align: center;
    }
}


/*------ 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: 14px;
    font-size: 1.4rem;
    color: #d40202;
}

.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: 10px;
    font-size: 1.6rem;
}

.module-form_item legend {
    float: left;
    margin-bottom: 10px;
    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: #d40202;
}

.module-form_error-text[style="visibility:hidden;"] {
    display: none;
}

.module-form .CaptchaContainer {
    display: block;
}

.module-form .CaptchaContainer input[type="text"] {
    width: 100%;
}

.module-glossary .module_header {
    display: block;
}

.module-glossary .module_header table {
    width: 100%;
    table-layout: fixed;
}

.module-glossary .module_header table a {
    color: #333333;
    font-weight: normal;
}

.module-glossary .module_header table a[href] {
    color: #00309c;
}


/*---------- Job Modules ---------*/

.module-job-details_description-container {
    margin-bottom: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description label {
    font-weight: normal;
}

.module-job-details_description input {
    width: auto;
    max-width: none;
    padding: 0;
    border: none;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 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: 16px;
    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: 14px;
    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: 14px;
    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;
}

@media screen and (max-width: 1024px) {
    .module-slideshow_viewer:not(.grid_col) {
        max-width: none;
    }
}

.module-slideshow_title {
    margin-bottom: 10px;
    display: none;
}

.module-slideshow .module_links>*+* {
    margin-top: 15px;
}

.module-slideshow_link {
    display: none;
}

.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 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav_close {
    display: none;
}

.nav--main {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 30px;
    margin-right: 30px;
}

.nav--main .level2,
.nav--main .level3 {
    display: none;
    position: absolute;
    width: 235px;
    background: transparent;
    z-index: 1;
    padding: 33px 0 15px 0;
    text-align: left;
}

.nav--main li {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav--main .level1>li {
    margin-right: 19px;
    line-height: 1.8;
}

@media screen and (max-width: 1300px) {
    .nav--main .level1>li {
        margin-right: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .nav--main .level1>li {
        /*! margin-right: 14px; */
    }
}

.nav--main .level2>li,
.nav--main .level3>li {
    display: block;
}

.nav--main li.has-children {
    position: relative;
}

.nav--main li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 1.5rem;
    font-family: "Geogrotesque-SmBd";
    background: #fff;
}

.nav--main li a:focus,
.nav--main li a:visited {
    text-decoration: none!important;
}

.nav--main li.selected>a,
.nav--main li.expanded>a,
.nav--main .level1 li.has-children:hover >a,
.nav--main li a:hover,
.nav--main li a:focus {
    color: #002f9d;
    outline: none;
}

.nav--main .level1>li>a {
    text-align: center;
    color: #333333;
    font-size: 1.6rem;
    position: relative;
    padding: 0;
}

@media screen and (max-width: 1300px) {
    .nav--main .level1>li>a {
        font-size: 1.2rem;
        /*! padding: 0 12px 0 0; */
    }
}

@media screen and (max-width: 1200px) {
    .nav--main .level1>li>a {
        /*! font-size: 1.1rem; */
        /*! padding: 0 10px 0 0; */
    }
}

.js--shrink .nav--main .level1>li>a {
    padding: 28px 10px 25px;
}

.nav--main .level1>li.js--active-link>a,
.nav--main .level1>li.sfHover>a,
.nav--main .level1>li:hover>a {
    color: #002f9d;
}

.nav--main .level1>li>a:after {
    font-size: 1rem;
    color: #002f9d;
    text-decoration: none;
    content: "\e925";
    font-family: Icomoon;
    font-weight: 700;
    display: inline-block;
    font-family: Icomoon;
    margin-left: 5px;
    transition: -webkit-transform .2s cubic-bezier(0, -2, 0, 3);
    transition: transform .2s cubic-bezier(0, -2, 0, 3);
    transition: transform .2s cubic-bezier(0, -2, 0, 3), -webkit-transform .2s cubic-bezier(0, -2, 0, 3);
    vertical-align: middle;
    will-change: transform;
}

@media screen and (max-width: 1300px) {
    .nav--main .level1>li>a:after {
        /*! font-size: 0.75rem; */
        /*! right: 0; */
        /*! top: 6px; */
    }
}

.nav--main .level1>li.sfHover>a:after,
.nav--main .level1>li:hover>a:after {
    webkit-animation: upDown .2s cubic-bezier(0, -2, 0, 3) forwards;
    animation: upDown .2s cubic-bezier(0, -2, 0, 3) forwards;
}

.nav--main .level1>li.sfHover>a:after,
.nav--main .level1>li:hover>a:after {
    visibility: visible;
    opacity: 1;
}

.nav--main .level1>li.js--active-link .level2,
.nav--main .level1>li.sfHover .level2 {
    display: block;
}

.nav--main .level2 > li > a {
    color: #333333;
}

.nav--main .level2>li.sfHover>a,
.nav--main .level2>li:hover>a {
    color: #002f9d;
}

.nav--main li a,
.nav--main li a:focus,
.nav--main li a:visited {
    text-decoration: none!important;
}

.nav--secondary {
    position: relative;
    z-index: 10;
    background: transparent;
    padding-left: 30px;
    margin-top: 20px;
}

.nav--secondary .level1 {
    background: #e3e3e3;
    padding: 35px 35px 10px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.nav--secondary .level1:before {
    content: "Investor Relations";
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #4b4b4b;
    font-weight: 700;
    letter-spacing: -.005em;
    display: block;
}

.nav--secondary .level1:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 180px;
    left: 35px;
    height: 1px;
    background: #cccccc;
}

.nav--secondary a {
    color: #002f9d;
    font-size: 1.8rem;
    font-family: "Geogrotesque-SmBd";
    margin: 0;
    text-decoration: none;
}

.nav--secondary .level1 > li {
    display: none;
}

.nav--secondary .level1 > li.has-children:last-of-type {
    display: block;
}

.nav--secondary .level1>li.selected,
.nav--secondary .level1>li.expanded {
    display: block;
}

.nav--secondary .level1>li.selected>a,
.nav--secondary .level1>li.expanded>a {
    display: none;
}

.nav--secondary .level2 {
    display: table;
    width: 100%;
}

.nav--secondary .level2>li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.nav--main li.has-children,
.nav--secondary .level2 > li > a {
    position: relative;
}

.nav--secondary .level2>li.sfHover:hover>ul .nav--secondary .level2>li:hover>ul {
    display: block;
}

.nav--secondary .level2>li a,
.nav--secondary .level1>li a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.nav--secondary .level1>li.has-children > a {
    display: none;
}

.nav--secondary .level1>li a:after {
    content: "\e926";
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    /* bottom: 0; */
    margin-left: 0;
    transition: margin .2s cubic-bezier(0, -2, 0, 3);
}

.nav--secondary .level1>li a:hover:after {
    margin-left: 5px;
}

.nav--secondary .level3 {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    min-width: 250px;
    padding: 10px 0;
    border: 1px solid #002f9d;
    background: #fff;
}

.nav--secondary .level3>li {
    text-align: left;
}

.nav--secondary .level3>li a {
    background: #fff;
    padding: 10px 20px;
}

.nav--secondary .level3>li.selected > a,
.nav--secondary .level3>li:hover > a,
.nav--secondary .level3>li.sfHover > a {
    color: #002f9d;
}

@media only screen and (max-width: 1024px) {
    .nav--secondary {
        text-align: left;
        background: #fff;
        display: block;
        padding: 0;
        margin-top: 0;
    }
    .nav--secondary .level1 {
        padding: 0;
        background: #fff;
        border-radius: 0;
    }
    .nav--secondary .level1:after,
    .nav--secondary .level1:before {
        display: none;
    }
    .nav--secondary li.has-children>a {
        position: relative;
    }
    .nav--secondary .level1 li.has-children>a:before {
        font-family: Icomoon;
        content: "\e925";
        position: absolute;
        right: 30px;
        top: 20px;
        font-size: 1rem;
        transition: transform .2s cubic-bezier(0, -2, 0, 3);
    }
    .nav--secondary .level1 li.has-children.sfHover>a:before,
    .nav--secondary .level1 li.has-children.js--expanded>a:before {
        content: "\e924";
        ;
    }
    .nav--secondary .level1 li.has-children:hover>a:before {
        -webkit-animation: upDown .2s cubic-bezier(0, -2, 0, 3) forwards;
        animation: upDown .2s cubic-bezier(0, -2, 0, 3) forwards;
    }
    .nav--secondary a {
        display: block;
        font-family: "Geogrotesque";
        font-size: 1.3rem;
        color: #424242;
    }
    .nav--secondary a:hover {
        text-decoration: underline;
    }
    .nav--secondary .level1>li {
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .nav--secondary .level1>li.has-children > a {
        display: block;
    }
    .nav--secondary .level1>li>a {
        display: block;
        padding: 15px 30px;
        font-size: 1.8rem;
        background: #fff;
        color: #424242;
    }
    .nav--secondary .level1>li>a:after,
    .nav--secondary .level2>li>a:after {
        display: none;
    }
    .nav--secondary .level1>li.selected a,
    .nav--secondary .level1>li.expanded a {
        display: block;
    }
    .nav--secondary .level2 {
        display: none;
        padding: 0;
    }
    .nav--secondary .js--expanded > .level2 {
        display: block;
    }
    .nav--secondary .level2>li {
        display: block;
        margin-bottom: 0;
    }
    .nav--secondary .level2>li:hover,
    .nav--secondary .level2>li.selected,
    .nav--secondary .level2>li.expanded {
        background: #fff;
    }
    .nav--secondary .level2>li>a {
        padding: 10px 30px;
        font-size: 1.8rem;
        background: #efefef;
        color: #424242;
        display: block;
    }
    .nav--secondary .level2>li.selected>.level3,
    .nav--secondary .level2>li.expanded>.level3,
    .nav--secondary .level2>li.js--expanded>.level3 {
        display: block;
    }
    .nav--secondary .level3 {
        position: static;
        border: none;
        padding: 0 0 10px;
    }
    .nav--secondary .level3>li {
        display: block;
    }
    .nav--secondary .level3>li>a {
        padding: 10px 25px 10px 45px;
        font-size: 1.3rem;
        background: #fff;
    }
    .nav--secondary .level3>li a:hover,
    .nav--secondary .level3>li a:focus {
        background: #fff;
    }
    .nav--secondary .level3>li.selected>a,
    .nav--secondary .level3>li.expanded>a,
    .nav--secondary .level3>li.js--expanded>a {
        color: #002f9d;
        background: #fff;
    }
}


/* CORPORATE MEGA NAV */

.mega-nav {
    box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #002f9d;
    color: #fff;
    left: 50%;
    opacity: 0;
    padding: 55px 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .1s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 10;
    letter-spacing: normal;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    display: none;
}

.mega-nav.open {
    opacity: 1;
    visibility: visible;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .mega-nav.open {
        display: none;
    }
}

.mega-nav .module_container--outer {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.mega-nav--inner {
    display: none;
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    transition: all .3s ease-out .1s;
    visibility: hidden;
    z-index: 1
}

.mega-nav--inner.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible
}

.mega-nav__heading {
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 7px;
    font-family: 'Geogrotesque', sans-serif;
}

.mega-nav__heading:focus {
    outline: 0
}

.mega-nav .button,
.mega-nav__heading {
    color: #fff
}

.mega-nav .feature,
.mega-nav .links {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.mega-nav .feature {
    padding-right: 6rem;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    font-size: 1.8rem;
}

.mega-nav .feature .button {
    padding: 9px 70px 9px 55px;
    background-position: right 52px center;
    line-height: 1.2;
    margin-top: 38px;
    margin-bottom: 18px;
    font-family: Geogrotesque, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

.mega-nav .feature .button:hover {
    background-position: right 47px center;
}

.mega-nav .feature .button:focus,
.mega-nav .feature .button:hover {
    background-color: #fff;
    color: #002f9d
}

.mega-nav .links {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin-top: 5px;
}

.mega-nav .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mega-nav .links li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    padding-right: 3rem;
    position: relative;
}

.mega-nav .links a {
    color: #fff;
    font-size: 1.8rem;
    font-family: Geogrotesque, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.mega-nav .links a:after {
    content: "\e927";
    font-family: Icomoon;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    margin-left: 5px;
    transition: margin .2s cubic-bezier(0, -2, 0, 3);
    font-size: 10px;
    margin-left: 9px;
    font-weight: 700;
}

.mega-nav .links a:hover:after {
    margin-left: 13px;
}

.mega-nav .links p {
    font-size: 1.5rem;
    margin-bottom: 15px;
}


/* ------------ Site Map --------------- */

.nav--sitemap {
    margin-top: -20px;
    margin-bottom: 50px;
}

.nav--sitemap a {
    display: inline-block;
    color: #00309c;
}

.nav--sitemap a:hover {
    color: #00309c;
}

.nav--sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav--sitemap .level1>li:not(:last-of-type) {
    margin-bottom: 10px;
}

.nav--sitemap .level2>li:not(:last-of-type) {
    margin-bottom: 7px;
}

.nav--sitemap .level1 {
    margin-bottom: 15px;
}

.nav--sitemap .level1>li>a {
    font-size: 1.8rem;
}

.nav--sitemap .level1>li.has-children>a {
    margin-bottom: 10px;
}

.nav--sitemap .level2 {
    margin-bottom: 10px;
    padding-left: 20px;
}

.nav--sitemap .level2>li>a {
    font-size: 1.6rem;
}

.nav--sitemap .level2>li.has-children>a {
    margin-bottom: 10px;
}

.nav--sitemap .level3 {
    padding-left: 20px;
}

.nav--sitemap .level3>li>a {
    font-size: 1.6rem;
}

.nav--sitemap .level3>li.has-children>a {
    margin-bottom: 10px;
}

.nav--sitemap .level3>li:not(:last-of-type) {
    margin-bottom: 10px;
}

.nav--sitemap .level4 {
    padding-left: 20px;
}

.nav--sitemap .level4>li>a {
    font-size: 1.2rem;
}

.module-sitemap h2.module_title {
    font-family: Geogrotesque, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
    color: #333;
    margin-bottom: 50px;
}


/*-------- News Module CSS -------*/

.module-news-grid .module_item {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}

.module-news-grid .module_item-wrap {
    padding: 0;
    background: transparent;
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .module-news-grid .module_item-wrap {
        margin-bottom: 0;
    }
    .module-news-grid .module_item-wrap:hover {
        box-shadow: none;
    }
}

.module-news-grid .module_headline-text {
    display: inline-block;
}

.module-news-grid .module_headline-text:after {
    color: #00309c;
}

.module-news-grid .module_item-wrap:visited .module_headline-text {
    color: #551A8B;
}

.module-news-grid .module_headline:hover {
    color: #4b4b4b;
}

.module-news-grid .module_item-wrap:focus,
.module-news-grid .module_item-wrap:hover {
    text-decoration: none!important;
    background: transparent;
}

.module-news-grid .module_item-wrap .module_image {
    max-width: none;
    margin: 0;
    float: none;
    display: block;
    overflow: hidden;
}

.module-news-grid .module_item-wrap .module_image-wrap {
    transition: transform .25s ease-in-out;
    max-width: none;
    margin: 0;
    display: block;
    padding-top: 50%;
    position: relative;
    background-image: url('../design/banner/bg_news-1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0;
}

.module-news-grid .module_item-wrap:hover .module_image-wrap {
    transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.module-news-grid .module_item-info {
    display: block;
    max-width: calc(100% - 30px);
    padding: 20px 0;
    transition: all .25s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .module-news-grid .module_item-info {
        max-width: 100%;
    }
}

.module-news-grid .module_item-wrap:hover .module_item-info {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

@media screen and (max-width: 1024px) {
    .module-news-grid .module_item-wrap:hover .module_item-info {
        transform: none;
    }
}

.module-news-grid .module_date-time {
    margin-bottom: 15px
}

.module-news-grid .module_headline {
    margin-bottom: 20px
}

.module-news-grid .module_body {
    color: #4b4b4b;
    font-size: 1.8rem;
    margin-bottom: 0;
}

.shaddow--grey-hover {
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
}

.shaddow--grey-hover:hover {
    box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5);
    background-color: #fff;
    text-decoration: none;
}

.module-news-latest h2.module_title {
    margin-bottom: 80px
}

@media screen and (max-width: 1024px) {
    .module-news-latest h2.module_title {
        margin-bottom: 50px
    }
}

.module-news-latest .module_date-time {
    display: block;
    color: #4b4b4b;
    text-align: left;
    font-size: 1.3rem;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}

.module-news-latest .module_headline {
    display: block;
    color: #4b4b4b;
    font-family: "Geogrotesque-SmBd";
    font-size: 1.8rem;
}

.module-news-latest .module_headline-link {
    color: #4b4b4b;
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .module_link {
    color: #00309c;
}

@media screen and (max-width: 1024px) {
    .module-news-latest .module_button {
        text-align: center;
        margin-top: 30px
    }
}

.module-news-list .module_item {
    margin-bottom: 10px;
    border: none;
    text-align: left;
    padding: 25px 15px;
    border-radius: 15px;
}

.module-news-list .module_item:nth-child(odd) {
    background: #e8e8e8;
}

.module-news-list .module_headline {
    margin-bottom: 0
}

.module-news-list .module_headline-link:hover {
    text-decoration: none!important;
    color: #00309c;
}

.module-news-list .module_date-time {
    margin-bottom: 10px;
}

.module-news-details h2.module_title {
    font-size: 3rem;
    margin: 0 0 30px;
}

.module-news-details h3.module-details_title {
    font-size: 2.4rem;
    margin: 0 0 20px;
}

.module-news-details .module_view-all-link {
    margin-bottom: 25px;
    padding: 10px 60px 10px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, background-position 0.3s cubic-bezier(0, -2, 0, 3);
    border: 2px solid #00309c;
    color: #00309c;
    position: relative;
    text-align: center;
    line-height: normal;
    font-family: "Geogrotesque-SmBd";
    font-size: 1.8rem;
    text-transform: none;
    text-decoration: none;
    border-radius: 20px;
    background-image: url('../design/svg/arrow_right-blue.svg');
    background-position: right 40px center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 14px 14px;
    float: none;
    display: inline-block;
    font-family: "Geogrotesque-Md", sans-serif;
}

.module-news-details .module_view-all-link:hover {
    box-shadow: 0 10px 2px -10px rgba(0, 0, 0, .5);
    background-image: url('../design/svg/arrow_right-white.svg');
    background-position: right 35px center;
    background-color: #00309c;
    border-color: #00309c;
    color: #fff;
    text-decoration: none;
}

.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;
}


/*------ 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;
    text-align: center;
}

.module-person .module-person_photo-container {
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #ccc;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.module-person .module-person_photo-container img {
    width: 100%;
    margin-bottom: -4px;
}

.module-person .module-person_name-container {
    margin-top: 20px;
}

.module-person .module-person_name-container h3 {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
}

.module-person .module-person_name-container a {
    color: #fff;
}

.module-person .module-person_name {
    display: block;
    font-size: 2rem;
    color: #3b3fd8;
    font-family: "Geogrotesque-SmBd";
}

.module-person .module-person_suffix,
.module-person_title {
    font-size: 1.6rem;
    color: #333333;
    font-weight: 400;
}

.fancybox-container .module-person .module_item {
    max-width: 1000px;
    padding: 50px;
}

@media screen and (max-width: 768px) {
    .fancybox-container .module-person .module_item {
        padding: 20px;
    }
}

.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;
    cursor: initial;
}

.fancybox-container .module-person_name-container h3 {
    position: static;
    transform: none;
}

.fancybox-container .module-person_name-container a {
    color: #2ea3f2;
}

.fancybox-container .module-person_photo-container {
    max-width: 160px;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 15px;
    }
}

@media 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: 5px;
    font-size: 3.6rem;
    text-transform: none;
    color: #3b3fd8;
    font-family: "Geogrotesque-SmBd";
}

.fancybox-container .module-person_title {
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .fancybox-container .module-person_name {
        font-size: 2.7rem;
        margin: 0;
    }
    .fancybox-container .module-person_title {
        font-size: 1.4rem;
    }
}

.fancybox-container .module-person_description-container {
    margin-top: 30px;
    display: block;
}

.fancybox-container .module-person_description {
    display: block;
}

.module-person-accordion .module-person_name-container {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 15px 40px 15px 20px;
    color: #224e7e;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.module-person-accordion .module-person_name-container h3 {
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    color: inherit;
    font-weight: 400;
}

.module-person-accordion .js--active .module-person_name-container h3 {
    color: #00309c;
}

.module-person-accordion .module_item {
    padding: 0;
    margin: 0;
    width: 100%;
}

.module-person-accordion .module_item~.module_item {
    border-top: 1px solid #d7d7d7;
}

.module-person-accordion .module-person_name {
    padding-right: 10px;
    margin: 0;
    font-size: 1.4rem;
}

.module-person-accordion .module-person_title {
    font-size: 1.4rem;
    display: inline;
    color: inherit;
}

.module-person-accordion .module-person_description-container {
    padding: 20px;
}

.module-person-accordion .js--active .module-person_description-container {
    border-top: 1px solid #d7d7d7;
}

.module-person-accordion .module-person_name-container:after {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e924";
    font-size: 1.4rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #abb9c5;
}

.module-person-accordion .js--active .module-person_name-container {
    color: #466979;
}

.module-person-accordion .js--active .module-person_name-container:after {
    content: "\edba";
    color: #00309c;
}

.module-person-accordion .module-person_photo-container {
    display: inline-block;
    margin: 0 0 15px;
    vertical-align: top;
    padding-right: 25px;
}

.module-person-accordion .module-person_box-description {
    display: inline-block;
    width: calc(100% - 200px);
}

@media screen and (max-width: 650px) {
    .module-person-accordion .module-person_photo-container {
        display: block;
        padding-right: 0;
        text-align: left;
        margin: 0 auto 15px;
    }
    .module-person-accordion .module-person_box-description {
        display: block;
        width: 100%;
    }
}

.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;
}

.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: 36px;
    font-size: 3.6rem;
    color: #00008f;
}

.module-person-details_title {
    display: block;
    font-size: 24px;
    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: 24px;
    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: 16px;
    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: "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    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: #00309c;
    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 Page Not Found */

.pane--content .module.module-search--not-found .module_container--outer {
    box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5);
    background-color: #fff;
    padding: 30px 30px 50px;
    max-width: 1390px;
}

.page-not-found .pane--banner {
    background-image: url(../design/banner/t10-hero.jpg);
}

@media screen and (max-width: 768px) {
    .module-search--not-found .module_container--outer {
        text-align: center;
    }
}

.module-search--not-found h2.module_title {
    color: #4b4b4b;
    font-family: Geogrotesque, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
}

.module-search--not-found .module-search_input[type="text"] {
    border: 0;
    border-bottom: 1px solid #4b4b4b;
    border-radius: 0;
    margin-bottom: 0;
    padding: 1.5rem 1.5rem 1.5rem 0;
    width: 50%;
    display: inline-block;
    background: transparent;
}

@media screen and (max-width: 768px) {
    .module-search--not-found .module-search_input[type="text"] {
        width: 100%;
    }
}

.module-search--not-found .module-search_input[type="text"]:placeholder {
    color: transparent;
}

.module-search--not-found .module-search_button {
    float: right;
    background-color: #002f9d;
    border-radius: 3rem;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin-top: -15px;
    margin-right: 40px;
    max-width: 250px;
    padding: 10px;
    transition: background-color .3s ease;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .module-search--not-found .module-search_button {
        float: none;
        margin: 50px auto 0;
    }
}

.module-search--not-found .module-search_button:hover {
    background-color: #1f2937;
}

.module-search--not-found .module-search_input::-webkit-input-placeholder {
    color: transparent;
}

.module-search--not-found .module-search_input::-moz-placeholder {
    color: transparent;
}

.module-search--not-found .module-search_input::-ms-input-placeholder {
    color: transparent;
}


/*-------- Search Desktop --------*/

.module-search_input::-webkit-input-placeholder {
    font-weight: 400;
    color: #747474;
}

.module-search_input::-moz-placeholder {
    font-weight: 400;
    color: #747474;
}

.module-search_input::-ms-input-placeholder {
    font-weight: 400;
    color: #747474;
}

.module-search_input[type="text"] {
    font-size: 1.5rem;
    color: #333;
    padding: 10px 16px;
}

.module-search--desktop .module_title {
    font-size: 0;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 15px;
    margin-top: 4px;
    margin-right: -1px;
}

@media screen and (max-width: 1300px) {
    .module-search--desktop .module_title {
        padding-left: 10px;
        margin-top: 9px;
    }
}

.module-search--desktop {
    float: right;
    margin-right: 0;
}

.module-search--desktop .module_title .module-search_button:before {
    display: block;
    cursor: pointer;
    content: "\e908";
    font-family: Icomoon;
    font-style: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
    color: #002f9d;
    font-size: 1.8rem;
}

.module-search--desktop .module_title .module-search_button:hover {
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
    .module-search--desktop .module_title .module-search_button:before {
        font-size: 1.4rem;
    }
}

.module-search--desktop .module_container--inner {
    position: absolute;
    right: 0px;
    bottom: -99px;
    background: #e8e8e8;
    left: 0;
    display: none;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    border-bottom: 2px solid rgba(75, 75, 75, .1);
    padding: 28px 0;
    box-shadow: inset 0 5px 5px -5px rgba(75, 75, 75, .15);
}

.module-search--desktop .module_container--inner.js--revealed {
    display: block;
}

.module-search--desktop .module_container--inner .module_container--wrap {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 30px;
}

.module-search--desktop .module_container--inner .module-search_input[type="text"] {
    border: 2px solid #e3e3e3;
    height: 42px;
    border-radius: 5px;
    font-size: 16.2px;
    font-family: "Arial";
    color: #4b4b4b;
}

.module-search--desktop .module_container--inner .module-search_input[type="text"]:focus {
    border-color: rgba(0, 47, 157, .25);
}

.module-search--desktop .module_container--inner .module-search_button {
    display: none;
}

.module-search-result .module_item {
    margin-bottom: 25px;
    padding: 0;
}

.module-search-result_summary {
    margin-bottom: 20px;
}

.module-search-result_link {
    margin: 0 0 10px;
    font-size: 1.8rem;
    font-family: "Geogrotesque-SmBd";
}

.module-search-result_description {
    display: block;
    margin-bottom: 15px;
}

.module-search-result_description:after {
    content: "...";
}

.module-search-result_description>p {
    display: inline;
}

.module-search-result_description>p:before {
    content: "";
    display: table;
    clear: both;
}

.module-search-result_url {
    display: none;
}

.module-search-result .module_pager > strong {
    font-family: "Geogrotesque-SmBd";
}


/*-------- SEC Module CSS --------*/

.module-sec .module_options-select,
.module-sec .module_options-label {
    margin-bottom: 10px;
}

.module-sec .module_options-select {
    min-width: 120px
}

@media screen and (max-width: 768px) {
    .module-sec .module_options-label:last-of-type:before {
        content: "";
        display: table;
    }
}

@media screen and (max-width: 480px) {
    .module-sec .module_rss--top {
        margin-top: 0
    }
}

.module-sec .module_container--content {
    border: none;
}

.module-sec .module_header {
    display: block;
    font-size: 1.8rem;
    font-family: "Geogrotesque-SmBd";
    background: #e3e3e3;
    padding: 0 20px;
}

.module-sec .module_header-text.grid_col {
    padding: 15px 0;
    color: #333333;
    text-transform: none;
}

.module-sec .module_item {
    padding: 0 20px;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_item:nth-child(odd) {
        background-color: #e3e3e3;
    }
    .module-sec .module_item {
        padding: 15px 20px;
    }
}

.module-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 10px 20px 10px 0;
    margin: 0;
    font-size: 1.8rem;
}

.module-sec .module_item .module-sec_filing {
    font-family: "Geogrotesque-SmBd";
    color: #00309c;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_header {
        display: none;
    }
}

.module-sec_download-list {
    font-size: 0;
}

.module-sec_download-list-item {
    display: inline-block;
}

.module-sec_download-list-item:not(:last-child) {
    /* margin-right: 5px; */
}

.module-sec_download-list .module_link {
    margin: 0;
    color: #00309c;
}

.module-sec .module-sec_download-list .module_link:before {
    margin-top: 0;
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .module-sec_date,
    .module-sec_filer,
    .module-sec_filing,
    .module-sec_description {
        margin-bottom: 15px;
    }
    .module-sec_date-text:before,
    .module-sec_filing:before,
    .module-sec_description:before,
    .module-sec_download-list:before {
        content: "";
        display: inline-block;
        margin-right: 4px;
        font-weight: 700;
        color: #333333;
        text-transform: none;
    }
    .module-sec_date-text:before {
        content: "Filing Date: ";
    }
    .module-sec_filing:before {
        content: "Form: ";
    }
    .module-sec_description:before {
        content: "Description: ";
    }
    .module-sec_download-list:before {
        content: "View: ";
    }
    .module-sec_download-list-item:not(:last-of-type) {
        margin-right: 0;
    }
    .module-sec .module_item .grid_col {
        display: inline-block;
        padding: 10px 0;
    }
}

.module-sec_date,
.module-sec-details_date {
    /* text-transform: uppercase; */
}

.module-sec-details_date,
.module-sec-details_description {
    margin-bottom: 15px;
}

.module-sec-details_download-list {
    font-size: 0;
}

.module-sec-details_download-list-item {
    display: inline-block;
}

.module-sec-details_download-list-item:not(:last-child) {
    /*     margin-right: 5px; */
}

.module-sec-details_download-list .module_link {
    margin: 0;
}

.module-sec-details_download-list .module_link:before {
    margin-top: 0;
    font-size: 1.8rem;
}

.module-sec .module_pager .pager-page {
    display: none;
}

.module-sec .module_pager-message {
    float: right;
    margin-top: -18px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_pager-message {
        float: none;
        display: block;
        margin-top: 10px;
        font-size: 1.5rem;
    }
}


/*---- Accessibility Skip Link ---*/

.module-skip .module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    padding: 10px 60px 10px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    text-align: left;
    line-height: normal;
    font-family: "Geogrotesque-SmBd";
    font-size: 1.8rem;
    text-transform: none;
    text-decoration: none;
    border-radius: 20px;
    background-image: url('../design/svg/arrow_right-blue.svg');
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #00309c;
    background-size: 14px 14px;
    text-decoration: none!important;
}

.module-skip .module-skip_link:focus,
.module-skip .module-skip_link:active,
.module-skip .module-skip_link:hover {
    top: 0;
    background-image: url('../design/svg/arrow_right-white.svg');
    background-color: #00309c;
    border-color: #00309c;
    color: #fff;
    outline: 0;
    text-decoration: none!important;
}


/*------ Stock Chart Widget ------*/

.module-stock-chart .module_container--content {
    background: #fff;
    box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, .5);
}

.module-stock-chart .highcharts-legend-item:first-child path {
    stroke: #00309c;
}

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
}

.module-stock-chart .highcharts-series-0 {
    stroke: #00309c;
}

.module-stock-chart .highcharts-series-0 path:first-child {
    stroke: #00309c;
}

.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
    stroke: #00309c;
}

.module-stock-chart .highcharts-navigator rect {
    fill: #787e84;
    fill-opacity: 0.5;
}

.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: #787e84;
}

.module-stock-chart .highcharts-navigator-handle-right path,
.module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #787e84;
}

.module-stock-chart .highcharts-highcharts-scrollbar g:first-of-type rect {
    fill: #787e84;
    stroke: #787e84;
}

.module-stock-chart .highcharts-highcharts-scrollbar g:first-of-type path {
    stroke: #787e84;
}

.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: transparent;
}

.highcharts-range-selector-buttons text,
.module-stock-chart .highcharts-button text,
.module-stock-chart .highcharts-input-group text {
    fill: #00309c!important;
}

.module-stock-chart .highcharts-container>svg>.highcharts-button {
    display: none;
}

.highcharts-markers path {
    fill: #00309c;
    stroke: #00309c;
}

.highcharts-legend-item rect {
    fill: #00309c;
}

.module-stock-chart .highcharts-legend>rect {
    height: 26px;
}

.module-stock-chart .highcharts-legend>rect .highcharts-legend-item {
    width: auto;
    height: auto;
}

.module-stock-chart input[type="text"] {
    background-color: #fff;
    border-radius: 0;
    box-sizing: content-box;
    min-width: 0;
    width: 0;
    height: 0;
}

.highcharts-tooltip > span {
    color: #fff!important;
    font-family: "Geogrotesque-Md", sans-serif!important;
    font-size: 1.2rem!important;
    padding: 5px 5px 0
}


/*------ Stock Header Module -----*/

.module-stock-header {
    text-align: right;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .module-stock-header {
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #00309c;
        width: 100%;
    }
}

.module-stock-header .module_container--outer {
    display: inline-block;
    padding: 30px;
    background: #00309c;
    text-align: center;
    margin-top: 35px;
}

@media only screen and (max-width: 1024px) {
    .module-stock-header .module_container--outer {
        margin-top: 0;
    }
}

.module-stock-header_description1 {
    display: block;
    font-family: "Geogrotesque-SmBd";
    font-size: 2.4rem;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_description1 {
        font-size: 1.8rem;
    }
}

.module-stock-header_stock-price {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 6rem;
    font-family: "Geogrotesque-SmBd";
    color: #fff;
    position: relative;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_stock-price {
        font-size: 4.5rem;
        padding-left: 10px;
    }
}

.module-stock-header_stock-price:before {
    content: '$';
    font-size: 3.5rem;
    position: absolute;
    top: 3px;
    margin-left: -20px;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_stock-price:before {
        font-size: 2.5rem;
        margin-left: -15px;
    }
}

.module-stock-header_change {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-left: 30px;
}

.module-stock-header_change:before {
    content: "";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    margin-left: -25px;
    font-size: 2.4rem;
}

.module-stock-header_up:before {
    content: "\e922";
}

.module-stock-header_down:before {
    content: "\e920";
}

@media only screen and (max-width: 768px) {
    .module-stock-header_change {
        font-size: 1.4rem;
    }
}

.module-stock-header_percent-change {
    display: block;
}

.module-stock-header_number-change {
    display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_number-change {
        margin-bottom: 7px;
    }
}

.module-stock-header_volume {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: right;
    border-top: 1px solid #fff;
    padding-top: 15px;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_volume {
        font-size: 1.4rem;
    }
}

.module-stock-header_volume-label {
    float: left;
    font-weight: 300;
}

.module-stock-header_marketcap {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_marketcap {
        font-size: 1.4rem;
    }
}

.module-stock-header_marketcap-label {
    float: left;
    font-weight: 300;
}

.module-stock-header_description3 {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

.module-stock-header_volume-text,
.module-stock-header_date {
    display: none;
}

.module-stock-header_date {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_date {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .module-stock-header .button {
        background-position: right 22px center;
    }
    .module-stock-header .button:hover {
        background-position: right 17px center;
    }
}


/*------ Stock Quote Module ------*/

.module-stock-quote_side {
    display: inline-block;
    vertical-align: top;
}

.module-stock-quote_side--left {
    width: 215px;
}

@media only screen and (max-width: 768px) {
    .module-stock-quote_side--left {
        width: 100%;
        margin-bottom: 30px
    }
}

.module-stock-quote_side--right {
    width: calc(100% - 215px);
    padding-left: 50px;
}

@media only screen and (max-width: 768px) {
    .module-stock-quote_side--right {
        width: 100%;
        padding-left: 0;
    }
}

.module-stock-quote .module-stock_lookup-title {
    padding: 0;
    font-family: "Geogrotesque-SmBd";
    color: #00309c;
    margin-bottom: 15px;
}

.module-stock-quote .module-stock_price {
    font-size: 6rem;
    color: #4b4b4b;
    font-family: "Geogrotesque-SmBd";
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #778fc5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.module-stock-quote .module-stock_price:before {
    content: "$";
    font-size: 3rem;
    position: absolute;
    top: 2px;
    left: 0;
}

.module-stock-quote .module-stock_label {
    min-height: 50px;
    position: relative;
}

.module-stock-quote .module-stock_label>span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.module-stock-quote .module-stock_label>span,
.module-stock-quote .module-stock_value>span {
    padding: 15px 5px
}

.module-stock-quote .module-stock_value {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .module-stock-quote .module-stock_value {
        margin-bottom: 0;
    }
}

.module-stock-quote .module-stock_item:nth-child(4n+1) .module-stock_label > span,
.module-stock-quote .module-stock_item:nth-child(4n+1) .module-stock_value > span {
    padding-left: 15px;
}

@media only screen and (max-width: 1024px) {
    .module-stock-quote .module-stock_label>span,
    .module-stock-quote .module-stock_value>span,
    .module-stock-quote .module-stock_item:nth-child(4n+1) .module-stock_label > span,
    .module-stock-quote .module-stock_item:nth-child(4n+1) .module-stock_value > span {
        padding: 15px 14px;
    }
}

.module-stock-quote .module-stock_date {
    margin-top: 20px;
    font-size: 1.2rem;
    text-align: left;
    color: #4b4b4b;
}

.module-stock-quote .module-stock_date-text {
    display: block;
    margin-bottom: 10px;
}

.module-stock-quote .module-stock_volume {
    display: block;
    margin-bottom: 15px;
    text-align: right;
    color: #4b4b4b;
    font-size: 1.8rem;
}

.module-stock-quote .module-stock_volume-label {
    float: left;
}

.module-stock-quote .module-stock_marketcap {
    text-align: right;
    display: block;
    color: #4b4b4b;
    font-size: 1.8rem;
}

.module-stock-quote .module-stock_marketcap-label {
    float: left;
}

.module-stock .module_options {
    margin-bottom: 30px;
}

@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-historical .dropdown {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    .module-stock-historical .module_options-label {
        display: block;
        margin-bottom: 10px;
    }
}

.module-stock-historical .module-stock_label {
    min-height: 50px;
    position: relative;
}

.module-stock-historical .module-stock_label>span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.module-stock-historical .module-stock_lookup-title {
    display: none;
}

.module-stock_label {
    background: #e3e3e3;
    font-family: "Geogrotesque-SmBd";
}

.module-stock_label>span,
.module-stock_value>span {
    display: block;
    padding: 15px 20px;
    font-size: 1.8rem;
    color: #333333;
}

.module-stock_up {
    color: #23a217;
}

.module-stock_down {
    color: #d40202;
}

.module-stock_value .module-stock_price:before,
.module-stock_value .module-stock_high:before,
.module-stock_value .module-stock_low:before,
.module-stock_value .module-stock_open:before,
.module-stock_value .module-stock_close:before,
.module-stock_value .module-stock_week-low:before,
.module-stock_value .module-stock_week-high:before,
.module-stock_value .module-stock_previous-close:before {
    content: "$";
}


/*- MailingList Subscribe Module -*/

.module-subscribe input[type="checkbox"]+label:before,
.module-subscribe input[type="radio"]+label:before {
    top: 6px;
}

.module-subscribe input[type="checkbox"]+label:after,
.module-subscribe input[type="radio"]+label:after {
    top: 8px;
}

.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: 100%;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 1.8rem;
    max-width: 300px;
}

.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;
}

.module-subscribe_form td {
    display: block;
}

.module-subscribe_form label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 10px;
    font-size: 1.6rem;
}

.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;
}

.module-subscribe .CaptchaContainer {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-subscribe .CaptchaContainer {
        width: 100%;
    }
}


/* MailingList Unsubscribe Module */

.module-unsubscribe_table tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 1.8rem;
    max-width: 300px;
}

.module-unsubscribe_table label {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.module-unsubscribe_table .module_input[type="text"] {
    background-color: #fff;
}


/*==================================
 ----------- LAYOUT CSS -----------
==================================*/


/*------- iframe layout CSS ------*/

.layout--iframe .pane--content .module {
    padding: 35px 0;
}

.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}

.layout--home .layout_content h2.module_title {
    font-size: 3.6rem;
}

@media screen and (max-width: 480px) {
    .layout--home h2.module_title {
        font-size: 2.4rem;
    }
}


/*==================================
 ------------ BLANK CSS -----------
==================================*/


/*-------- Layout Specific -------*/

.layout_header {
    overflow: hidden;
    padding-top: 118px;
    line-height: 1.8;
}

@media screen and (max-width: 1024px) {
    .layout_header {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .layout.js--mobile {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
}

.layout_footer {
    background: #1f1f1f;
    line-height: 1.8;
}

.layout_footer li {
    line-height: 1.8;
}

.layout_toggle {
    display: none;
}

.layout_content--outer {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-left: 100px;
    padding-right: 30px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .layout_content--outer {
        padding-top: 10px;
        padding-left: 30px;
        padding-bottom: 10px;
    }
}


/*--------- Pane Specific --------*/

.pane--header {
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 12;
    padding: 0;
    font-family: Geogrotesque, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

.pane--header .pane_inner {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 63px;
}

@media only screen and (max-width: 1024px) {
    .pane--header .pane_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.menu-toggle {
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: block;
    margin-top: -2px;
    overflow: visible;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity .15s ease-out;
    will-change: opacity;
}

.menu-toggle:hover {
    opacity: .75
}

.menu-toggle:focus {
    outline: 0;
    background-color: #efefef
}

.menu-toggle-box {
    width: 24px;
    height: 14px;
    display: inline-block;
    position: relative
}

.menu-toggle-inner {
    display: block;
    top: 50%;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0, -2, 0, 3)
}

.menu-toggle-inner,
.menu-toggle-inner:after,
.menu-toggle-inner:before {
    width: 24px;
    height: 2px;
    background-color: #002f9d;
    border-radius: 2px;
    position: absolute;
    will-change: transform, opacity
}

.menu-toggle-inner:after,
.menu-toggle-inner:before {
    content: "";
    display: block
}

.menu-toggle-inner:before {
    top: -6px
}

.menu-toggle-inner:after {
    bottom: -6px
}

.js--mobile .menu-toggle .menu-toggle-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.js--mobile .menu-toggle .menu-toggle-inner:before {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0
}

.js--mobile .menu-toggle .menu-toggle-inner:after {
    -webkit-transform: translateY(-6px) rotate(-90deg);
    -ms-transform: translateY(-6px) rotate(-90deg);
    transform: translateY(-6px) rotate(-90deg)
}

.pane--header .layout_toggle i:focus {
    outline: none;
}

.js--mobile .pane--header .layout_toggle i:before {
    content: "\ed6d";
}

@media only screen and (max-width: 1024px) {
    .pane--header .layout_toggle {
        display: inline-block;
        text-align: right;
        font-size: 3rem;
        vertical-align: middle;
        padding-right: 5px;
        color: #00309c;
    }
    .pane--header .nav,
    .pane--header .module-search {
        display: none;
    }
}

.pane--banner {
    background-image: url('../design/banner/banner_young-boy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    line-height: 1;
}

.SectionInvestorsAnnualReportsampProxy .pane--banner {
    background-image: url('../design/banner/banner_girl-at-drinking-fountain.jpg');
}

.SectionInvestorsFinancialSchedules .pane--banner {
    background-image: url('../design/banner/banner_school-children.jpg');
}

.page--sec-filings-details .pane--banner,
.SectionInvestorsSECFilings .pane--banner {
    background-image: url('../design/banner/banner_baby-girl.jpg');
}

.page--event-details .pane--banner,
.Sectionevents-and-news .pane--banner,
.page--press-release-details .pane--banner,
.SectionInvestorsEventsampNews .pane--banner {
    background-image: url('../design/banner/banner_couple.jpg');
}

.SectionInvestorsStockInformation .pane--banner {
    background-image: url('../design/banner/banner_couple-with-iPhone.jpg');
}

.SectionInvestorsResourcesampFAQs .pane--banner {
    background-image: url('../design/banner/banner_mother-and-daughter.jpg');
}

.page--email-alert-activation .pane--banner,
.page--email-alert-unsubscribe .pane--banner,
.SectionInvestorsEmailAlerts .pane--banner {
    background-image: url('../design/banner/banner_girl-glance.jpg');
}

@media only screen and (max-width: 1024px) {
    .page--investor-relations .pane--banner {
        margin-bottom: 330px;
    }
}

@media only screen and (max-width: 768px) {
    .page--investor-relations .pane--banner {
        margin-bottom: 300px;
    }
}

.pane--banner:before {
    background-image: url(../design/banner/baxter-headerX-crop.png);
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, .2);
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.pane--banner .pane_inner {
    /* position: relative; */
    height: 350px;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.layout--home .pane--banner .pane_inner {
    height: 419px;
}

@media only screen and (max-width: 1024px) {
    .pane--banner .pane_inner,
    .layout--home .pane--banner .pane_inner {
        height: 140px
    }
}

.pane--banner h1 {
    margin: 0;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .pane--banner h1 > br {
        display: none;
    }
}

.pane--navigation .module-links_list {
    display: none;
    margin: 0;
    list-style: none;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .pane--navigation ul.module-links_list {
        display: block;
        background: #002f9d;
        padding: 30px 0 50px;
    }
    .pane--navigation ul.module-links_list > li {
        border-bottom: none;
        padding: 15px 30px
    }
}

.pane--navigation .module-links_list-item-link {
    padding: 15px 30px;
    font-size: 1.8rem;
    background: #002f9d;
    display: block;
    color: #fff;
    font-family: "Geogrotesque";
}

@media only screen and (max-width: 1024px) {
    .pane--navigation .module-links_list-item-link {
        padding: 0;
        display: inline-block;
    }
    .pane--navigation .module-links_list-item-link:hover {
        text-decoration: none;
    }
    .pane--navigation .module-links_list-item-link:after {
        content: "\e927";
        font-family: Icomoon;
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        bottom: 5px;
        transition: margin .2s cubic-bezier(0, -2, 0, 3);
        font-size: 10px;
        margin-left: 5px;
        font-weight: 700;
    }
    .pane--navigation .module-links_list-item-link:hover:after {
        margin-left: 10px;
    }
}

.pane--navigation .module-search {
    display: none;
}

.layout--one-column .pane--navigation {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .layout--one-column .pane--navigation {
        display: block;
    }
    .pane--navigation {
        background: #fff;
        position: fixed;
        top: 63px;
        left: 100%;
        right: -100%;
        bottom: 0;
        transition: 0.5s ease-in-out;
        overflow-y: scroll;
        z-index: 11;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .js--mobile .pane--navigation {
        right: 0;
        left: 0;
    }
    .pane--navigation .module-search {
        display: block;
        padding: 30px 15px;
        background: #00309c;
        width: 100%;
        float: none;
    }
    .pane--navigation .module-search_input {
        width: 100%;
        max-width: none;
        background-color: #fff;
        color: #4b4b4b;
        text-transform: none;
        border: 2px solid #00309c;
        border-radius: 5px;
        font-size: 1.6rem;
        padding: 10px 16px;
    }
    .pane--navigation .module-search_input::-webkit-input-placeholder {
        color: #969696;
    }
    .pane--navigation .module-search_input::-moz-placeholder {
        color: #969696;
    }
    .pane--navigation .module-search_input::-ms-input-placeholder {
        color: #969696;
    }
    .pane--navigation .module-search .module_container--inner .module-search_button {
        position: absolute;
        top: 26px;
        background-position: center center;
        font-size: 0;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent url('../design/svg/search-blue.svg') no-repeat center center;
        background-size: 18px 18px;
        width: 24px;
        height: 24px;
        right: 25px;
        bottom: 30px;
        cursor: pointer;
        display: none;
    }
}

.pane--left .module,
.pane--content .module {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .pane--left .module,
    .pane--content .module {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.layout--one-column .pane--content .module_container--outer,
.layout--home .pane--content .module_container--outer {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .layout--one-column .pane--content .module_container--outer,
    .layout--home .pane--content .module_container--outer {
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
}

.pane--left .module--thin,
.pane--content .module--thin {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pane--left .module--thin-top,
.pane--content .module--thin-top {
    padding-top: 35px;
}

.pane--left .module--thin-bottom,
.pane--content .module--thin-bottom {
    padding-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .pane--left .module--thin,
    .pane--content .module--thin {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pane--left .module--thin-top,
    .pane--content .module--thin-top {
        padding-top: 15px;
    }
    .pane--left .module--thin-bottom,
    .pane--content .module--thin-bottom {
        padding-bottom: 15px;
    }
}

.pane--left .module--thick,
.pane--content .module--thick {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pane--left .module--thick-top,
.pane--content .module--thick-top {
    padding-top: 70px;
}

.pane--left .module--thick-bottom,
.pane--content .module--thick-bottom {
    padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
    .pane--left .module--thick,
    .pane--content .module--thick {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pane--left .module--thick-top,
    .pane--content .module--thick-top {
        padding-top: 40px;
    }
    .pane--left .module--thick-bottom,
    .pane--content .module--thick-bottom {
        padding-bottom: 40px;
    }
}

.pane--left .module--no-padding,
.pane--content .module--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.pane--left .module--no-padding-top,
.pane--content .module--no-padding-top {
    padding-top: 0;
}

.pane--left .module--no-padding-bottom,
.pane--content .module--no-padding-bottom {
    padding-bottom: 0;
}

.pane--content .module-sitemap {
    padding-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .pane--content .module-sitemap {
        padding-bottom: 20px;
    }
}

.pane--footer {
    position: relative;
    background-image: url('../design/banner/banner_footer-email-alerts.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .pane--footer {
        padding: 30px 5px;
    }
}

.pane--footer:before {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pane--footer .pane_inner {
    position: relative;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pane--footer .module_title {}

.pane--footer2 {
    padding-top: 60px;
    background: #1f1f1f;
}

.pane--footer2 .pane_inner {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pane--credits {
    padding-top: 32px;
    padding-bottom: 34px;
    font-size: 1.2rem;
    background: #1f1f1f;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    letter-spacing: normal;
}

.pane--credits a {
    color: #b3b3b3;
    font-weight: 400;
}

.pane--credits a:hover {
    color: #fff;
}

.pane--credits .pane_inner {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


/*--------- Page Specific --------*/

.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}

.page--stock-info h2.module_title {
    font-size: 3rem;
}


/*-------- Module Specific -------*/

.module-overview .module-overview_items {
    margin-top: 40px;
}

.module-overview .module-overview_headline-text {
    color: #00309c;
    font-size: 9rem;
    font-family: "Geogrotesque-SmBd";
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
    .module-overview .module-overview_headline-text {
        font-size: 6rem;
    }
}

@media screen and (max-width: 1200px) {
    .module-overview .module-overview_headline-text {
        font-size: 4.5rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .module-overview .module-overview_headline-text {
        font-size: 9rem;
    }
}

.module-overview .module-overview_headline-text span {
    font-size: 4.5rem;
}

@media screen and (max-width: 1200px) {
    .module-overview .module-overview_headline-text span {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .module-overview .module-overview_headline-text span {
        font-size: 4.5rem;
    }
}

.module-overview_item-wrap {
    padding: 30px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.module-overview_item:last-of-type .module-overview_item-wrap {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .module-overview_item:last-of-type .module-overview_item-wrap,
    .module-overview_item-wrap {
        margin: 10px;
        padding: 10px 20px;
        min-height: 220px;
    }
}

@media screen and (max-width: 768px) {
    .module-overview_item:last-of-type .module-overview_item-wrap,
    .module-overview_item-wrap {
        margin: 10px;
        padding: 10px 20px;
        min-height: auto;
    }
}

.module-overview .slick-arrow:before {
    color: #00309c;
}

.module-overview .module_dots {
    margin-top: 5px;
}

.module-why_invest h3 {
    color: #333333;
}

.module-why_invest h4 {
    font-size: 60px;
    font-size: 6rem;
    color: #00309c;
    font-weight: 300;
    margin-top: 0;
}

.module-why_invest .grid {
    padding-top: 25px;
    padding-bottom: 25px;
}

.module-why_invest .grid_col {
    padding-bottom: 15px;
    padding-right: 20px;
}

@media (min-width: 480px) {
    .module-why_invest .grid_col+.grid_col {
        border-left: 1px solid #dddddd;
    }
}

.module-why_invest .grid_col p {
    margin-bottom: 0;
}

.module-social .module_tabs {
    margin-bottom: 10px;
}

.module-social .module_tabs .button {
    display: block;
}

.module-social .module_tabs .button.js--selected {
    background: #00309c;
    color: #fff;
}

.module-social .module_tab {
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 5px;
}

@media (max-width: 640px) {
    .module-social .module_tab {
        width: 50%;
    }
}

.module-social .module_container--content {
    padding: 0;
}

@media (max-width: 767px) {
    .module-social .module_container--content {
        padding: 0 20px;
        margin: 0;
    }
}

.module-social .module_container--content .slick-arrow {
    color: #00309c;
}

.module-social .module_headline-link {
    color: #00309c;
}

.module-social .module_item.grid_col {
    padding: 0 0 0 20px;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .module-social .module_item.grid_col {
        padding-left: 0;
    }
}

.module-social .module_item-wrap {
    padding: 30px;
    background-color: #f6f6f6;
}

.module-social .module_item+.module_item {
    border-top: none;
}

.module-social .module_date {
    text-align: left;
    margin-bottom: 15px;
}

.module-social .module_headline {
    text-align: left;
    margin: 0;
    line-height: 1.5;
}

.module-social .module_icon {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
}

.module-social .module_icon .q4-icon_twitter {
    color: #1da1f2;
}

.module-social .module_icon .q4-icon_facebook {
    color: #365899;
}

.module-social .module_icon .q4-icon_youtube {
    color: #cc181e;
}


/* ---------- Quick Links Main Nav --------- */

.module-quick-links-main-nav {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .module-quick-links-main-nav {
        display: none;
    }
}

.module-quick-links-main-nav ul.module-links_list {
    display: inline-block;
}

.module-quick-links-main-nav ul.module-links_list > li {
    display: inline-block;
    margin-right: 12px;
}

.module-quick-links-main-nav .module-links_list-item-link {
    color: #333333;
    font-size: 1.6rem;
    position: relative;
    padding: 0 20px 0 0;
    font-family: "Geogrotesque-SmBd";
}

@media screen and (max-width: 1400px) {
    .module-quick-links-main-nav .module-links_list-item-link {
        font-size: 1.4rem;
        padding: 0 15px 0 0;
    }
}

@media screen and (max-width: 1300px) {
    .module-quick-links-main-nav .module-links_list-item-link {
        font-size: 1.2rem;
        padding: 0 12px 0 0;
    }
}

.module-quick-links-main-nav .module-links_list-item-link:hover {
    color: #00309c;
    text-decoration: none;
}

.module-quick-links-main-nav .module-links_list-item-link:after {
    content: "\e924";
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    position: absolute;
    top: 7px;
    right: 3px;
    transition: transform .2s cubic-bezier(0, -2, 0, 3);
    color: #00309c;
}

@media screen and (max-width: 1400px) {
    .module-quick-links-main-nav .module-links_list-item-link:after {
        font-size: 1rem;
        right: 0;
    }
}

@media screen and (max-width: 1300px) {
    .module-quick-links-main-nav .module-links_list-item-link:after {
        font-size: 0.75rem;
        right: 0;
        top: 6px;
    }
}

.module-quick-links-main-nav .module-links_list-item-link:hover:after {
    -webkit-animation: upDown .2s cubic-bezier(0, -2, 0, 3);
    animation: upDown .2s cubic-bezier(0, -2, 0, 3);
}


/*----------- Quick links Header ----------*/

.module-quick-links-header {
    padding: 16px 0 8px;
}

@media screen and (max-width: 1300px) {
    .module-quick-links-header {
        padding: 15px 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    .module-quick-links-header {
        display: none;
    }
}

.module-quick-links-header .module-links_list {
    text-align: right;
}

.module-quick-links-header ul.module-links_list > li {
    display: inline-block;
    padding: 0 8px 0 9px;
    border-left: 1px solid #ccc;
    vertical-align: top;
}

.module-quick-links-header ul.module-links_list > li:first-child {
    border-left: none;
}

.module-quick-links-header ul.module-links_list > li:last-child {
    padding-right: 0;
}

.module-quick-links-header .module-links_list-item-link {
    font-size: 1.2rem;
    color: #757575;
    font-weight: 400;
    padding: 0;
    margin: 0;
    display: block;
}

.module-quick-links-header .module-links_list-item-link:hover {
    color: #002f9d;
    text-decoration: underline;
}


/* ---------- product Catalog ----------- */

.module-quick-links-product-catalog {
    float: right;
    margin-top: 1px;
}

@media screen and (max-width: 1300px) {
    .module-quick-links-product-catalog {
        margin-top: 7px;
    }
}

.module-quick-links-product-catalog li {
    border-right: 1px solid #757575;
    padding: 0 12px 0;
    line-height: 1.6;
}

@media screen and (max-width: 1300px) {
    .module-quick-links-product-catalog li {
        padding: 0 10px 4px;
        line-height: 1;
    }
}

@media screen and (max-width: 1024px) {
    .module-quick-links-product-catalog {
        display: none;
    }
}

.module-quick-links-product-catalog .module-links_list-item-link {
    color: #333333;
    font-size: 1.6rem;
    font-family: Geogrotesque, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1300px) {
    .module-quick-links-product-catalog .module-links_list-item-link {
        font-size: 1.2rem;
    }
}

.module-quick-links-product-catalog .module-links_list-item-link:hover {
    color: #00309c;
    text-decoration: none;
}

@media screen and (max-width: 1024px){
    .pane--navigation .module-links_list > li:last-child .module-links_list-item-link{
        padding-top: 30px;
    }
}
/* ------------ Module Logo ------------ */

.module-logo--header {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 55px;
}

@media screen and (max-width: 1400px) {
    .module-logo--header {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .module-logo--header {
        position: static;
        width: 75%;
        display: inline-block;
        margin: 15px 0 5px;
        transform: none;
        left: auto;
        bottom: auto;
    }
}

.module-logo--header a {
    position: relative;
    display: inline-block;
}

.module-logo--header .logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

/* .module-logo--header a:hover img {
    opacity: 0;
    visibility: hidden;
}
 */
/* .module-logo--header a:hover .logo-hover {
    opacity: 1;
    visibility: visible;
} */


/* -----------Module Bookmark--------- */

.module-page-title.module-bookmark {
    position: relative;
    left: -100px;
}

@media screen and (max-width: 1024px) {
    .module-page-title.module-bookmark {
        display: none
    }
}

.module-page-title.module-bookmark .module_container--outer {
    transform: rotate(90deg);
    transform-origin: left;
    height: 15px;
    position: absolute;
    left: 25px;
    top: 30px;
    padding-right: 95px;
}

.module-page-title.module-bookmark .module_container--outer:after {
    background-image: url('../design/svg/slashes.svg');
    background-position: 0 0;
    width: 75px;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 3px;
}

.module-page-title.module-bookmark h4.module_title {
    margin: 0;
    line-height: 1;
    font-size: 1.5rem;
    color: #010101;
    font-family: "Roboto";
    font-weight: 400;
}

.module-page-title.module-bookmark h4.module_title br {
    display: none;
}


/* --------- Module right links -------- */

.module-investor-toolkit {
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    .module-investor-toolkit {
        /* display: none; */
        padding-left: 0;
    }
}

.module-investor-toolkit .module_container--inner {
    background: #e3e3e3;
    padding: 15px 35px 35px;
    border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1024px) {
    .module-investor-toolkit .module_container--inner {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }
}

.module-investor-toolkit h4 {
    color: #4b4b4b;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .module-investor-toolkit h4 {
        padding: 15px 30px;
        margin: 0;
        font-size: 1.8rem;
        background: #ffffff;
        color: #4b4b4b;
        cursor: pointer;
        position: relative;
        font-family: "Geogrotesque";
    }
    .module-investor-toolkit h4:before {
        font-family: Icomoon;
        content: "\e925";
        position: absolute;
        right: 30px;
        top: 20px;
        font-size: 1rem;
        transition: transform .2s cubic-bezier(0, -2, 0, 3);
    }
    .module-investor-toolkit .js--active h4:before {
        content: "\e924";
        ;
    }
    .module-investor-toolkit h4:hover:before {
        -webkit-animation: upDown .2s cubic-bezier(0, -2, 0, 3) forwards;
        animation: upDown .2s cubic-bezier(0, -2, 0, 3) forwards;
    }
}

.module-investor-toolkit .module_item {
    padding: 0;
}

.module-investor-toolkit .module_item a {
    font-size: 1.8rem;
    font-family: "Geogrotesque-SmBd";
    margin: 0
}

.module-investor-toolkit .module_item a:hover {
    text-decoration: none;
}

.module-investor-toolkit .module_item li {
    margin-bottom: 5px;
}

.module-investor-toolkit .module_item li:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .module-investor-toolkit .module_item a {
        display: block;
        padding: 10px 30px;
        font-size: 1.8rem;
        background: #efefef;
        color: #424242;
        margin: 0;
        font-family: "Geogrotesque";
    }
    .module-investor-toolkit .module_item ul {
        display: none;
    }
    .module-investor-toolkit .js--active.module_item ul {
        display: block;
    }
    .module-investor-toolkit .module_item li {
        margin-bottom: 0;
    }
}


/* -------Module Box shadow------ */

.module-box-shadow {
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
}


/* -----------Quick Links Footer----------- */

.module-quick-links--footer ul.module-links_list > li {
    border-right: 1px solid #555;
    display: inline-block;
    margin-right: 15px;
    /* padding-top: 4px; */
    /* padding-bottom: 4px; */
    padding-right: 15px;
    float: left;
}

@media screen and (max-width: 600px) {
    .module-quick-links--footer ul.module-links_list > li {
        border-right: none;
        display: block;
        margin-right: 0;
        padding: 0;
        float: none;
        text-align: center;
        margin-bottom: 19px;
    }
}

.module-quick-links--footer ul.module-links_list > li:last-child {
    padding-right: 0;
    border-right: none;
}

.module-quick-links--footer {
    display: inline-block;
    /* margin-top: 2px; */
    font-family: Geogrotesque, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1024px) {
    .module-quick-links--footer {
        width: 100%;
    }
}

.module-copyright {
    text-align: right;
    color: #b3b3b3;
}

.module-copyright .module_container--inner {
    padding: 0;
    margin-top: -2px;
    margin-right: -3px;
}

@media screen and (max-width: 1024px) {
    .module-copyright .module_container--inner {
        margin-top: 20px;
        text-align: right;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .module-copyright .module_container--inner {
        margin-top: 15px;
        text-align: center;
    }
}


/* -------- q4 credits -------- */

.module-q4-credits {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 22px;
    line-height: 0;
}

@media screen and (max-width: 1024px) {
    .module-q4-credits {
        margin-top: 20px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 600px) {
    .module-q4-credits {
        text-align: center;
    }
}


/* --------------- Social Media --------------- */

.module-social-media {
    text-align: right;
    margin-bottom: 97px;
}

@media screen and (max-width: 600px) {
    .module-social-media {
        text-align: center;
        margin-bottom: 35px;
        margin-top: 30px;
        width: 100%;
    }
}

.module-social-media li {
    display: inline-block;
    margin-left: 2px;
}

.module-social-media li > a {
    position: relative;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    transition: all 0.3s ease-in-out;
}

.module-social-media li > a i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.1rem;
}

.module-social-media li > a:hover {
    background-color: #00309c;
}


/* ----------- Dropdown Language ----------- */

.module-button-english {
    margin-bottom: 30px;
}

.module-button-english .button {
    font-size: 1.5rem;
    padding: 10px 40px 10px 15px;
    background-position: right 18px center;
}

.module-button-english .button:hover {
    background-position: right 15px center
}

.module-button-english .button i:before {
    font-size: 1.4rem;
}


/* ------------------- Footer Region Links  ----------------------- */

.pane--footer2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1f1f1f;
    color: #fff;
}

.pane--footer2 li,
.pane--footer2 ul {
    list-style-type: none;
    margin: 0 0 .5em;
    padding: 0;
}

.pane--footer2 a,
.pane--footer2 p {
    color: #b3b3b3;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: Geogrotesque, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

@media (min-width: 600px) {
    .pane--footer2 a,
    .pane--footer2 p {
        font-size: 1.5rem;
    }
}

.pane--footer2 a:focus,
.pane--footer2 a:hover {
    color: #fff
}

.footer--menu {
    display: none
}

@media (min-width: 400px) {
    .footer--menu {
        display: -webkit-box;
        display: flex;
        flex-flow: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

.footer__links {
    text-align: center;
    -webkit-box-flex: 1;
    flex: 1 1 185px
}

@media (min-width: 400px) {
    .footer__links {
        margin-bottom: 3rem;
        padding-right: 1.5rem;
        text-align: left;
    }
}

@media (min-width: 600px) {
    .footer__links {
        /* flex-basis:21rem */
    }
}

.footer__links-heading {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

@media (min-width: 600px) {
    .footer__links-heading {
        font-size: 1.8rem
    }
}


/* ------------  Module Breadcrumb  --------------- */

.module-breadcrumb--header {
    position: absolute;
    padding: 0;
    margin-top: 35px;
    display: block;
    font-size: 1.4rem;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .module-breadcrumb--header {
        display: none;
    }
}

.module-breadcrumb--header {
    font-size: 0;
}

.page--investor-relations .module-breadcrumb_separator,
.page--investor-relations .module-breadcrumb_separator + span,
.page--investor-relations .module-breadcrumb_separator + a {
    display: none;
}

.module-breadcrumb--header .module_container--inner {
    background: #00309c;
    border-radius: 50px;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
}

.module-breadcrumb_separator+a+.module-breadcrumb_separator+a,
.module-breadcrumb_separator+span+.module-breadcrumb_separator+span {
    display: inline-block;
}

.module-breadcrumb_separator:last-of-type {
    display: none;
}

.module-breadcrumb a,
.module-breadcrumb span {
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 400;
}

.page--details .module-breadcrumb {
    /* display: none; */
}

.module_prDetails.page--details .module-breadcrumb a:last-of-type,
.module_prDetails.page--details .module-breadcrumb_separator:nth-last-of-type(2) {
    display: none;
}


/* -------- Module latest Presentation -------- */

.module-presentation-featured {
    padding-left: 40px;
}

@media screen and (max-width: 1024px) {
    .module-presentation-featured {
        padding-left: 0;
    }
}

.module-presentation-featured .module_title {
    display: none;
}

@media screen and (max-width: 768px) {
    .module-presentation-featured .module_title {
        display: block;
    }
}


/* --Page title -- */

.pane--banner .module-page-title {
    position: absolute;
    bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .pane--banner .module-page-title {
        bottom: 50%;
        transform: translateY(50%);
        width: 100%;
    }
}


/* --- Module Language selector bottom --- */

@media screen and (max-width: 768px) {
    .module-language-selector {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.module-language-selector .toggle-language-container {
    display: none;
}

.module-language-selector .toggle-language-container.js--active {
    display: block;
}

.module-language-selector .toggle-language-selctor {
    font-size: 1.8rem;
    padding: 11px 77px 11px 22px;
    border: 1px solid #fff;
    background-position: right 20px center;
    position: relative;
    background-image: none;
    font-family: "Arial";
    text-align: left;
}

.module-language-selector .toggle-language-container {
    padding: 15px 20px;
}

.module-language-selector .toggle-language-container li {
    margin-bottom: 10px;
}

.module-language-selector .toggle-language-container li a {
    font-size: 1.5rem
}

.module-language-selector .toggle-language-selctor i {
    margin-right: 8px;
    vertical-align: middle;
}

.module-language-selector .toggle-language-selctor i:before {
    font-weight: 500;
}

.module-language-selector .toggle-language-selctor:after {
    content: "\e925";
    font-family: Icomoon;
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    font-size: 1.3rem;
}


/* --------- Email footer ----------- */

.module-email-alerts-footer .module_container--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .module-email-alerts-footer .module_container--inner {
        display: block;
    }
}

.module-email-alerts-footer .module_container--content {
    width: 60%;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .module-email-alerts-footer .module_container--content {
        width: 100%;
        padding-right: 0;
    }
}

.module-email-alerts-footer .module_button {
    margin: 0;
    width: 40%;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .module-email-alerts-footer .module_button {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
}

.module-email-alerts-footer .button {
    width: 100%;
    max-width: 350px;
    background-position: right 120px center;
}

.module-email-alerts-footer .button:hover {
    background-position: right 115px center;
    background-image: url('../design/svg/arrow_right-white.svg');
    border-color: #00309c;
    color: #ffffff;
    background-color: #00309c;
}

@media screen and (max-width: 1024px) {
    .module-email-alerts-footer .button {
        background-position: right 95px center;
    }
    .module-email-alerts-footer .button:hover {
        background-position: right 90px center;
    }
}

@media screen and (max-width: 768px) {
    .module-email-alerts-footer .button {
        background-position: right 100px center;
        max-width: 300px;
    }
    .module-email-alerts-footer .button:hover {
        background-position: right 95px center;
    }
}

@media screen and (max-width: 768px) {
    .module-email-alerts-footer .button {
        background-position: right 85px center;
        max-width: 265px;
    }
    .module-email-alerts-footer .button:hover {
        background-position: right 80px center;
    }
}

.module-email-alerts-footer h2.module_title {
    font-size: 3rem;
    font-family: "Geogrotesque-SmBd";
    margin-bottom: 22.5px;
}


/* -------------Module resources info --------------- */

.module-resources-info .module-resources_item {
    margin-bottom: 50px;
}

.module-resources-info .module-resources_item-wrap {
    display: block;
    max-width: calc(100% - 30px);
    padding: 20px 0;
    transition: all .25s ease-in-out;
}

.module-resources-info .module-resources_item-wrap:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.module-resources-info .module_icon {
    margin-bottom: 20px
}

.module-resources-info .module_icon i:before {
    font-size: 4rem;
    color: #00309c;
}

.module-resources-info .module_body {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.module-resources-info .module_button--more {
    font-size: 1.8rem;
}


/* -------------- Module Financial Schedules ---------------- */

.module-schedules_header {
    margin: 0;
    cursor: pointer;
    color: #00309c;
    font-family: "Geogrotesque-SmBd";
    font-size: 1.8rem;
    padding: 40px 80px 40px 25px;
    position: relative;
}

.module-schedules_header:after {
    content: "\e924";
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}

.module-financial-schedules .module-schedules_item {
    margin: 0;
    padding: 0;
    border-radius: 15px;
}

.module-financial-schedules .module-schedules_item:nth-child(odd) {
    background: #e3e3e3;
}

.module-financial-schedules .module-schedules_item:hover .module-schedules_header:after {
    background: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
}

.module-financial-schedules .module-schedules_item.js--active .module-schedules_header:after {
    content: "\edba";
    background: #00309c;
    color: #fff
}

.module-financial-schedules .module_links {
    margin: 0;
    padding: 0 20px 20px;
    font-size: 1.8rem;
}

.module-financial-schedules .module_link-container {
    display: block;
}

.module-financial-schedules .module-downloads_title-link {
    margin: 0 0 10px;
    font-size: 1.8rem;
}


/* -------------Module cost-basis --------------- */

.module-cost-basis .module-cost-basis_item {
    margin-bottom: 50px;
}

.module-cost-basis .module-cost-basis_item-wrap {
    max-width: calc(100% - 30px);
    padding: 25px 0 25px 20px;
    transition: all .25s ease-in-out;
}


/*.module-cost-basis .module-cost-basis_item-wrap:hover {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}*/

.module-cost-basis .module_icon {
    margin-bottom: 20px
}

.module-cost-basis .module_icon i:before {
    font-size: 4rem;
    color: #00309c;
}

.module-cost-basis .module_body {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.module-cost-basis .module_button--more {
    font-size: 1.8rem;
}

.module-cost-basis_link {
    line-height: 1.1
}

.module-cost-basis_item .module_headline-text > i {
    display: block;
    margin-bottom: 10px;
    font-size: 4rem;
    color: #00309c;
}


/* ------------ Module Slider News Events ------------ */

.module-slider .module_container--inner {
    position: relative;
}

.module-slider_item-wrap {
    height: 100%;
}

.module-slider .slick-arrow {
    position: static;
    transform: none;
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .module-slider .slick-arrow {
        margin-bottom: 5px;
    }
}

.module-slider .slick-arrow:before {
    background: #00309c;
    color: #fff;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
    position: static;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1rem;
    transform: none;
    transition: all .2s ease-in-out;
}

@media screen and (max-width: 768px) {
    .module-slider .slick-arrow:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 0.8rem;
    }
}

.module-slider .module-slider-news-events_item-wrap .module_container--content {
    min-height: 300px;
}

@media screen and (max-width: 768px) {
    .module-slider .module-slider-news-events_item-wrap .module_container--content {
        min-height: 200px;
    }
}

.module-slider-news-events .module_headline-link {
    line-height: 1.2
}

.module-slider-news-events .module_link,
.module-slider-news-events .module_headline-link,
.module-slider-news-events .module_headline-link:hover,
.module-slider-news-events .module_headline-link:after {
    color: #fff;
}

.module-slider-news-events .module_headline-link:after {
    margin-top: 2px;
}

.module-slider .module_arrows {
    position: absolute;
    top: 30px;
    left: 30px;
}

@media screen and (max-width: 768px) {
    .module-slider .module_arrows {
        top: 20px;
        left: 25px;
    }
}

.module-slider .module_dots {
    position: absolute;
    top: 110px;
    left: 37px;
}

@media screen and (max-width: 768px) {
    .module-slider .module_dots {
        top: 90px;
        left: 28px;
        margin: 0;
    }
}

.module-slider ul.slick-dots > li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
}

.module-slider ul.slick-dots > li.slick-active button {
    background: rgba(255, 255, 255, 0.5)
}

.module-slider ul.slick-dots > li button:before {
    background: #fff;
}

.module-slider-news-events {
    /*padding: 0 30px;*/
    position: relative;
}

.module-slider-news-events .module_container--inner {
    padding: 0 30px;
}

.module-slider-news-events .module_dots {
    left: 67px;
}

@media screen and (max-width: 1024px) {
    .module-slider-news-events .module_container--inner {
        padding: 0 20px
    }
    .module-slider-news-events .module_dots {
        left: 47px;
    }
}

@media screen and (max-width: 480px) {
    .module-slider-news-events .module_container--inner {
        padding: 0 10px
    }
    .module-slider-news-events .module_dots {
        left: 37px;
    }
}

.module-slider-news-events:before,
.module-slider-news-events:after {
    content: "";
    background-color: transparent;
    background-image: url('../design/svg/dot-grid.svg');
    background-repeat: repeat-x;
    background-position: 0 center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    background-size: 140px 140px;
}

@media screen and (max-width: 1024px) {
    .module-slider-news-events:before,
    .module-slider-news-events:after {
        background-size: 80px 80px;
        width: 20px
    }
}

@media screen and (max-width: 480px) {
    .module-slider-news-events:before,
    .module-slider-news-events:after {
        background-size: 60px 60px;
        width: 15px;
    }
}

.module-slider-news-events:before {
    left: 0;
}

.module-slider-news-events:after {
    right: 0;
}

.module-slider-news-events_item-wrap {
    padding: 30px 30px 30px 100px;
    max-width: 600px;
}

@media screen and (max-width: 768px) {
    .module-slider-news-events_item-wrap {
        padding: 20px 20px 20px 50px;
    }
}

@media screen and (max-width: 480px) {
    .module-slider-news-events_item-wrap {
        padding: 10px 10px 10px 40px;
    }
}

.module-slider-news-events_items {
    background-image: url('../design/banner/banner_laptops-during-meeting.jpg');
    box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, .5);
    margin: 0 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .module-slider-news-events_items {
        margin: 0 15px 20px;
    }
}

@media screen and (max-width: 480px) {
    .module-slider-news-events_items {
        margin: 0 15px 15px;
    }
}

.module-slider .module_headline {
    font-size: 2rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .module-slider .module_headline {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
}

.module-slider .module_date-time {
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .module-slider .module_date-time {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
}

.module-slider .module_link {
    font-size: 1.8rem;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .module-slider .module_link {
        font-size: 1.6rem;
    }
}


/* ----------- Slick grid ------------ */

@media screen and (max-width: 1024px) {
    .grid.slick-initialized .grid_col {
        margin-right: 0;
        padding-left: 0;
    }
    .grid.slick-initialized {
        margin-left: 0;
    }
}


/* ----------- Contact Informations ------------ */

.module-contact-informations .module_box-info {
    margin-bottom: 60px;
}

.module-contact-informations .module-contact-informations_row:first-of-type .module_box-info {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .module-contact-informations .module_box-info,
    .module-contact-informations .module-contact-informations_row:first-of-type .module_box-info {
        margin-bottom: 30px;
    }
}

.module-contact-informations_row-wrap {
    padding-right: 50px;
}

@media screen and (max-width: 1024px) {
    .module-contact-informations_row-wrap {
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .module-contact-informations_row-wrap {
        padding-right: 0;
    }
    .module.module-event-latest,
    .module.module-events-presentations-latest {
        padding-top: 0px;
    }
}

.show-on-mobile,
.show-on-mobile.grid_col {
    display: none;
}

@media screen and (max-width: 1024px) {
    .show-on-mobile,
    .show-on-mobile.grid_col {
        display: block;
    }
    .hide-on-mobile,
    .hide-on-mobile.grid_col {
        display: none;
    }
}

.page--details .module-breadcrumb_separator+a+.module-breadcrumb_separator+a:last-of-type{
    display: none;
}

.page--details .module-breadcrumb_separator:nth-last-of-type(2) {
    display: none;
}
.module-latest-quarter .Conference .module-financial_year-text {
    display: none;
}
/*# sourceMappingURL=global.css.map*/

.js---hidden {
    display: none !important;
}

/* 00072991 disabling captcha button */
.module-subscribe_submit-button--fancy {
    display:none;
}
/* 00072991 end */