/*==================================
 ------------ 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;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.small, small {
    font-size: 1.3rem;
}

.module-details.module-news-details .module_container--outer sup, .module-details.module-news-details .module_container--outer sub, sub, sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.module-details.module-news-details .module_container--outer sup, sup {
    top: -0.75em;
}

.module-details.module-news-details .module_container--outer sub, sub {
    bottom: -0.25em;
    font-size: 55%;
}

.module-details.module-news-details .module-details_title {
    color: #010065;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4
}


.PagePressReleasesPressReleaseDetails .module-details.module-news-details .module-details_title {
    text-align:center;
}

.module-details.module-news-details .module_date-time {
    margin-bottom: 30px;
}

/*---------- Animations ----------*/
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*==================================
 --------- DEFAULT STYLES ---------
==================================*/
body {
    overflow-x: hidden;
    color: #22272b;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

/*---------- TYPOGRAPHY ----------*/
h1, h2, h3, h4, h5, h6 {
    color: #000066;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: none;
}

h1 {
    font-size: 4.5rem;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 3.2rem;
    }
}

h2 {
    font-size: 3.2rem;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 2.3rem;
    }
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 2rem;
    font-weight: 700;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.4rem;
}

a {
    text-decoration: none;
    color: #000066;
    font-weight: 700;
    cursor: pointer;
}

.layout_content a {
    word-break: break-word;
}

a:hover {
    color: #49a2c6;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

p {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 15px;
}

i {
    display: inline-block;
}

/*------------ COMMON ------------*/
img {
    max-width: 100%;
    border: none;
}

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;
    padding-left: 30px;
    font-size: 16px;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #000066;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
}

input[type="radio"] + label:before, input[type="radio"]:checked + label:after {
    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 ------------*/
ul, ol {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

.layout_content ul, .layout_content ol {
    line-height: 1.6;
}

nav ol, nav ul:not(.list), .list--reset ol, .list--reset ul:not(.list), ol.list--reset, ul.list--reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list {
    list-style-type: disc;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}

/*------- BUTTONS / INPUTS -------*/
.input, .textarea, .dropdown, .upload, .submit, .button {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 1px solid #b7b7b7;
    color: #22272b;
    border-radius: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 20px;
    line-height: 44px;
}

.input::-ms-clear, .textarea::-ms-clear, .dropdown::-ms-clear, .upload::-ms-clear, .submit::-ms-clear, .button::-ms-clear {
    display: none;
}

.submit, .button, .upload, .dropdown {
    cursor: pointer;
}

.submit, .button {
    text-transform: uppercase;
    font-size: 1.4rem;
    border: 1px solid transparent;
    line-height: 38px;
    height: 40px;
    padding: 0 20px;
    font-weight: 700;
    text-align: center;
}

.submit:hover, .button:hover {
    text-decoration: none!important;
}

.textarea {
    width: 100%;
    resize: vertical;
    padding: 15px 20px;
    line-height: inherit;
}

.upload {
    line-height: 0;
}

.button {
    transition: 0.3s ease-in-out;
    background: #000066;
    border-color: #000066;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    min-width: 225px;
}

@media only screen and (max-width: 480px) {
    .button {
        line-height: 38px;
        font-size: 1.2rem;
        min-width: 160px;
    }
}

.button:hover {
    background: #163082;
    border-color: #163082;
    color: #fff;
}

.button.module_link {
    font-size: 1.4rem;
}

.module_q4-icon-links .button.module_link {
    padding-left: 60px;
}

.button--white, .module_link.button--white {
    background: #fff;
    border-color: #fff;
    color: #163082;
    box-shadow: 1px 1px 5px #b7b7b7;
}

.button--white:hover, .module_link.button--white:hover {
    background: #fff;
    border-color: #fff;
    color: #163082;
}

.button--dark {
    background: #000066;
    border-color: #000066;
    color: #ffffff;
}

.button--dark:hover {
    background: #babad1;
    border-color: #babad1;
    color: #010065;
}

.button--inverted {
    background: #fff;
    color: #163082;
}

.button--inverted:hover {
    background: #163082;
    border-color: #163082;
    color: #fff;
}

.button--transparent {
    background: transparent;
    border-color: #49a2c6;
    color: #49a2c6;
}

.button--transparent:hover {
    background: #000066;
    border-color: #000066;
    color: #ffffff;
}

.button--arrow {
    text-align: left;
    position: relative;
    padding-right: 40px;
}

.button--arrow:after {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
    content: '\e92f';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
}

.dropdown {
    padding: 0 40px 0 20px;
    height: 40px;
    line-height: 40px;
    min-width: 115px;
    font-size: 1.8rem;
    font-weight: normal;
    border: 1px solid #000062;
    border-radius: 10px;
    background-color: #fff;
    background-image: url('../design/svg/q4-icon_chevron-down-black.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px 14px;
    color: #000062;
}

select > option {
    background-color: #fff;
    color: #000000;
    line-height: 50px!important;
    height: 50px!important;
}

select > option:hover, select > option:checked {
    background-color: #eef0fd!important;
    color: #000000;
}

.dropdown::-ms-expand {
    display: none;
}

.module-ownership .table td {
    text-transform: uppercase;
    font-size: 1.6rem;
}

/*------------ TABLES ------------*/
.table {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}

.table th, .table td, .table tr > .grid_col {
    margin: 0;
    padding: 15px 20px;
    font-size: 1.6rem;
}

.table th {
    background-color: #000066;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
}

.table tbody > tr {
    border-bottom: 1px solid #b7b7b7;
}

.table--headless tbody > tr:first-child {
    background-color: #000066;
    text-align: left;
    border: none;
}

.table--headless tbody > tr:first-child > td {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .table--responsive.table--headless tbody > tr:first-child, .table--responsive thead {
        display: none;
    }

    .table--responsive tbody {
        border-top: 1px solid #000066;
        border-bottom: 1px solid #000066;
    }

    .table--responsive.table--headless tbody > tr:nth-child(odd), .table--responsive tbody > tr:nth-child(even) {
        background: #000066;
        color: #fff;
    }

    .table--responsive.table--headless tbody > tr:nth-child(even) {
        background: #fff;
        color: #000066;
    }

    .table--responsive tbody > tr:nth-child(even) .module_link, .table--responsive tbody > tr:nth-child(even) a {
        color: #fff;
    }

    .table--responsive tbody > tr {
        display: block;
        padding: 10px 0
    }

    .table--responsive td {
        display: flex;
        padding: 5px 20px;
    }

    .table--responsive td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
        width: 50%;
        text-align: left;
    }

    .table--responsive td span {
        width: 50%;
        padding-left: 5px;
    }
}

.table--custom-container {
    overflow-x: auto;
}

/*--------- SPECIAL BOXES --------*/
.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f1f1f1;
    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: #f1f1f1;
    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 {
    position: relative;
    padding-left: 40px;
}

.module_q4-icon-links .module_link i:before {
    display: none;
}

.module_q4-icon-links .module_link:before, .module_q4-icon-links .module_rss-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: "\e922";
    font-size: 3.2rem;
    vertical-align: middle;
    display: inline-block;
}

.module_q4-icon-links .module_link:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -40px;
    color: #49a2c6;
    content: "";
    background-image: url('../design/svg/icon-html.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.module_q4-icon-links .module_rss-link, .module_q4-icon-links .module_link.module_link-rss {
    padding-left: 25px;
    text-transform: none;
    font-size: 1.6rem;
}

.module_q4-icon-links .module_rss-link:hover, .module_q4-icon-links .module_link.module_link-rss:hover, .module_q4-icon-links .module_rss-link:hover:before, .module_q4-icon-links .module_link.module_link-rss:hover:before {
    color: #49a2c6;
    text-decoration: none;
}

.module_q4-icon-links .module_rss-link:before, .module_q4-icon-links .module_link.module_link-rss:before {
    content: "\eefa";
    font-size: 1.8rem;
    margin-left: -25px;
    margin-top: -2px;
    color: #010065;
    background-image: none;
    height: auto;
    width: auto;
}

.module_q4-icon-links .module_add-to-calendar-reveal:before {
    content: "\e613";
    margin-top: -2px;
    font-size: 3rem;
    background-image: none;
    height: auto;
    width: auto;
}

.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";
    background-image: none;
    height: auto;
    width: auto;
}

.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, .module_q4-icon-links .module_link[href*=".xlsx"]:before, .module_q4-icon-links .module_link[href*=".XLSX"]:before {
    content: "";
    background-image: url('../design/svg/icon-xls.svg');
}

.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";
    background-image: none;
    height: auto;
    width: auto;
}

.module_q4-icon-links .module_link[href$=".pdf"]:before, .module_q4-icon-links .module_link[href$=".PDF"]:before {
    content: "";
    background-image: url('../design/svg/icon-pdf.svg');
}

.module_q4-icon-links .module_link[href$=".zip"]:before, .module_q4-icon-links .module_link[href$=".ZIP"]:before {
    background-image: url('../design/svg/icon-zip.svg');
}

.module_q4-icon-links .module_link.module_link-webcast:before, .module_q4-icon-links .module_webcast-link:before {
    content: "\e911";
    font-size: 3.2rem;
    background-image: none;
    height: auto;
    width: auto;
}

.module_q4-icon-links .module_link.module_link-news:before, .module_q4-icon-links .module_link.module_link-transcript:before {
    content: "";
    background-image: url('../design/svg/icon-html.svg');
}

.module_q4-icon-links .module_link.module_link-sec:before {
    content: "";
    font-size: 3.2rem;
}

.module_q4-icon-links .module_link.module_link-sec[href$=".pdf"]:before {
    content: "";
    background-image: url('../design/svg/icon-pdf.svg');
}

.module_q4-icon-links .module_link.module_link-sec[href$=".rtf"]:before {
    content: "\e920";
    background-image: none;
    height: auto;
    width: auto;
}

.module_q4-icon-links .module_link.module_link-sec[href$=".xls"]:before {
    background-image: url('../design/svg/icon-xls.svg');
}

.module_q4-icon-links .module_link.module_link-sec[href$=".zip"]:before {
    background-image: url('../design/svg/icon-zip.svg');
}

/*==================================
 ----------- 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_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    vertical-align: top;
}

.grid_col, .grid--no-gutter .grid .grid_col {
    padding-left: 30px;
}

@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:not([role=tabpanel]) {
    display: none !important;
}

.hidden[role=tabpanel] {
    display: none;
}

.disabled {
    opacity: 0.1;
    border-color: #22272b;
    color: #22272b;
    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: #000066;
}

.background--alt-brand {
    background-color: #49a2c6;
}

.background--dark {
    background-color: #222;
}

.background--light {
    background-color: #fff;
}

.background--grey {
    background-color: #f1f1f1;
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #ff433e;
}

.color--brand {
    color: #000066;
}

.color--dark {
    color: #222;
}

.color--grey {
    color: #f1f1f1;
}

.color--success {
    color: #23a217;
}

.color--error {
    color: #ff433e;
}

.dark {
    color: #fff;
}

.dark a:not(.button), .dark p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #fff;
}

a[data-section] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin-top: -20px;
    overflow: hidden;
    border: 0;
    opacity: 0;
}

.module--no-padding .module a[data-section] {
    margin-top: -20px;
}

.module--no-padding a[data-section] {
    margin-top: 0;
}

.module--no-padding-top a[data-section] {
    margin-top: 0;
}

.module--thin a[data-section] {
    margin-top: -10px;
}

.module--thin-top a[data-section] {
    margin-top: -10px;
}

.module--thick a[data-section] {
    margin-top: -35px;
}

.module--thick-top a[data-section] {
    margin-top: -35px;
}

/*==================================
 --------- 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:not([role=tabpanel]) {
    display: none !important;
}

.js--hidden[role=tabpanel] {
    display: none;
}

.js--visible {
    display: block;
}

.js--disabled {
    opacity: 0.3;
    transition: none;
    pointer-events: none;
}

.js--invalid input[type="text"], .js--invalid select {
    border: 1px solid #ff433e !important;
}

.js--invalid input[type="checkbox"] {
    border-color: #ff433e !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_headline, .module_location, .module_speakers, .module_links, .module_body, .module_not-found, .module_options {
    margin-bottom: 20px;
}

.module_nav:empty, .module_headline:empty, .module_location:empty, .module_speakers:empty, .module_links:empty, .module_body:empty, .module_not-found:empty, .module_options:empty {
    margin-bottom: 0;
}

.module_button-container {
    margin-top: 20px
}

.module_error-container {
    margin-bottom: 30px;
    color: #ff433e;
}

.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: 1.4rem;
    text-align: center;
}

.fancybox-container .module_add-to-calendar-list {
    padding: 70px;
}

.module_add-to-calendar-item {
    display: inline-block;
    margin: 0 10px;
}

.module_add-to-calendar-item--ics {
    display: none;
}

.module_add-to-calendar-link {
    font-size: 2.4rem;
    color: #010065;
}

.module_add-to-calendar-link:focus, .module_add-to-calendar-link:hover {
    color: #010065;
}

.module_add-to-calendar.js--hidden {
    display: none;
}

.module_actions, .module_pager {
    margin-top: 20px;
}

.module_date-time {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: #010065;
}

@media only screen and (max-width: 480px) {
    .module_date-time {
        font-size: 1.2rem;
    }
}

.module_date-timezone {
    margin-left: 5px;
    text-transform: uppercase;
}

.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-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
}

@media only screen and (max-width: 480px) {
    .module_headline {
        font-size: 1.5rem;
    }
}

.module_headline-link {
    color: #010065;
}

.module_headline-link:hover {
    text-decoration: underline;
    color: #010065;
}

.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_introduction:empty {
    display: none;
}

.module_item {
    padding: 0;
    margin: 0;
}

.module_label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.module_label + .module_required {
    font-size: 1.6rem;
}

.module_links > *, .module_links li, .module_links .module_presentation {
    display: inline;
}

@media only screen and (max-width: 480px) {
    .module_links > *, .module_links li, .module_links .module_presentation {
        /* display: block; */
    }
}

.module_links.module_links--stack > *, .module_links.module_links--stack li, .module_links.module_links--stack .module_presentation {
    display: block;
}

.module_link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px 0;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #010065;
    line-height: 1.2;
}

.module_link:hover {
    color: #010065
}

@media only screen and (max-width: 480px) {
    .module_link {
        font-size: 1.2rem;
    }
}

.module_link:hover {
    text-decoration: underline;
}

.module_link > .module_link-text, .module_link > i, .module_link > span {
    vertical-align: middle;
}

.module_link > i:before {
    display: block;
}

.module_link--arrow {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 15px;
    font-size: 2rem;
}

@media only screen and (max-width: 480px) {
    .module_link--arrow {
        font-size: 1.5rem;
    }
}

.module_link--arrow:hover {
    text-decoration: underline
}

.module_link--arrow:after {
    content: "\e607";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-top: 1px;
}

@media only screen and (max-width: 480px) {
    .module_link--arrow:after {
        font-size: 1rem;
        margin-top: 0;
    }
}

.module_link[style="DISPLAY:block;"], .module_link[style="display: block;"] {
    display: inline-block !important;
}

.module_loader {
    display: inline-block;
    animation: spin 1s linear infinite;
}

.module_message {
    display: block;
    margin-bottom: 15px;
}

.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, .MessageSent {
    font-weight: 700;
}

.module_message--error {
    color: #ff433e;
}

.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-activation .module_message--success, .module-deactivation .module_message--success, .module-subscribe .module_message--success, .module-unsubscribe .module_message--success {
    font-weight: 700;
}

.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 #000066;
    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: #000066;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .module_nav-link, .module_nav .ModuleYearLink, .module_nav-link:visited, .module_nav .ModuleYearLink:visited {
        margin-bottom: 10px;
    }
}

.module_options-label, .module_options-select {
    margin-right: 10px;
}

@media only screen and (max-width: 480px) {
    .module_options-label, .module_options-select, .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.module_pager {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.module_pager > li {
    display: inline-block;
    font-size: 2.4rem;
    color: #b8b8b8;
    margin-right: 10px;
    cursor: pointer;
}

.module_pager > li.pager-active {
    color: #010065;
}

.module_pager > li.pager-disabled {
    display: none;
}

.module_pager a {
    color: #b8b8b8;
}

.module_pager a[href] {
    color: #010065;
}

.module_reminder {
    margin-top: 20px
}

.module_reminder span.module_reminder-period, .module_reminder span.module_reminder-email {
    margin: 13px 0 0;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .module_reminder span.module_reminder-period, .module_reminder span.module_reminder-email {
        margin: 0 0 10px;
        display: block
    }
}

.module_reminder .module_input.module_reminder-period, .module_reminder .module_input.module_reminder-email {
    margin-right: 10px;
    margin-bottom: 15px;
    vertical-align: top;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required {
    color: #ff433e;
}

.module_required-text {
    font-size: 1.6rem;
    color: #ff433e;
}

@media only screen and (max-width: 480px) {
    .module_required-text {
        font-size: 1.2rem;
    }
}

.module_required-text > span {
    color: #22272b;
}

.module_rss {
    float: right;
}

.module_rss--top {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    .module_rss--top {
        margin-top: 3px;
    }
}

.module_speakers li {
    margin-bottom: 5px;
}

.module_title {
    /* text-transform: uppercase; */
}

.layout--home .module_title {
    color: #020052;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.module_view-all-link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.module_input[type="text"], .module_input[type="email"], .module_input[type="file"], .module_dropdown, .module textarea.module_input {
    display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 1px solid #b7b7b7;
    color: #22272b;
    border-radius: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
}

@media only screen and (max-width: 480px) {
    .module_input[type="text"], .module_input[type="email"], .module_input[type="file"], .module_dropdown, .module textarea.module_input {
        line-height: 36px;
        height: 36px;
        font-size: 1.2rem;
    }
}

.module_input[type="text"]::-ms-clear, .module_input[type="email"]::-ms-clear, .module_input[type="file"]::-ms-clear, .module_dropdown::-ms-clear, .module textarea.module_input::-ms-clear {
    display: none;
}

.module textarea.module_input {
    resize: vertical;
    min-height: 130px;
}

.module_input[type="file"], .module_dropdown {
    cursor: pointer;
}

.module_input[type="file"] {
    line-height: 1;
    border: none;
    padding: 0;
}

.module_input--brand[type="text"] {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    /* background: transparent; */
}

.module_dropdown {
    color: #fff;
    padding: 0 40px 0 20px;
    line-height: 50px;
    height: 50px;
    min-width: 115px;
    font-size: 1.8rem;
    font-weight: 700;
    border: none;
    background-color: #010065;
    background-image: url('../design/svg/q4-icon_chevron-down-white.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px 14px;
}

.module_dropdown::-ms-expand {
    display: none;
}

.module-details .module_date-time {
    margin-bottom: 20px;
}

/*------- 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: 10px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
    .CaptchaContainer table tr:nth-child(3) td {
        font-size: 1.2rem;
    }
}

.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"] {
    display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 1px solid #b7b7b7;
    color: #22272b;
    border-radius: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 20px;
    line-height: 48px;
}

.fancybox-container .CaptchaContainer .module-subscribe_submit-button {
    width: 100%
}

.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
    padding-bottom: 20px;
}

.fancybox-container .CaptchaContainer table tr td {
    padding-right: 0;
}

/*--------- Event Module ---------*/
.module-event .module_location, .module-event .module_speakers h4, .module-event .module_body {
    display: none;
}

.module-event .module_links {
    padding: 0;
    margin: 0;
}

.module-event .module_links > *:empty {
    display: none;
}

.module-event-details .module_links > *, .module-event .module_links > * {
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.module-event-details .module_links > *:last-child, .module-event .module_links > *:last-child {
    margin-right: 0;
}

.module-event-details .module_link, .module-event .module_link {
    color: #010065;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #010065;
    border-radius: 9px;
}

.module-event-details .module_link:hover, .module-event .module_link:hover {
    text-decoration: none;
    color: #49a2c6;
    border-color: #49a2c6;
}

.module-event-details .module_speakers h4 {
    display: none;
}

.module-event-latest {
    background-image: url('../design/bg_events.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.module-event-latest .module_container--content {
    padding: 0;
    clear: both;
}

.module-event-latest .module_item {
    margin: 0;
    padding: 0;
    min-height: 250px;
}

@media only screen and (max-width: 1024px) {
    .module-event-latest .module_item {
        min-height: 250px;
    }
}

.module-event-latest ul.slick-dots {
    text-align: left;
    padding-top: 15px;
}

.module-event-latest .module_date-time {
    color: #fff
}

.module-event-latest .module_link {
    color: #fff;
    margin: 0px;
    border: 1px solid #fff;
    height: 28px;
}

.module-event-latest .module_link > .module_link-text {
    vertical-align: baseline;
}

.module-event-latest .module_link:hover {
    text-decoration: none;
    color: #49a2c6;
    border-color: #49a2c6;
}

.module-event-latest .module_headline-link {
    font-weight: normal
}

.module-event-list .module_nav {
    display: none;
}

.module-event-list .module_item {
    padding: 20px;
    border: 1px solid #dcdcdc;
    margin-bottom: 25px;
    background: #fff;
    position: relative;
    padding-right: 35%;
}

.module-event-list .module_item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .module-event-list .module_item {
        position: static;
        padding-right: 20px;
    }
}

.module-event-list .module_links {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    text-align: right;
    padding-right: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .module-event-list .module_links {
        position: static;
        right: auto;
        top: auto;
        transform: none;
        width: auto;
        text-align: left;
        padding-right: 0;
    }
}

/* ------------- Event Calendar ---------------- */
.module-event-calendar {
    text-align: center;
}

.module-event-calendar .module_container--content {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.module-event-calendar .module-event-calendar_legend {
    margin-top: 15px;
    display: block;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar .module-event-calendar_legend {
        margin-top: 20px;
    }
}

.module-event-calendar .module-event-calendar_legend-current, .module-event-calendar .module-event-calendar_legend-event {
    color: #7f7f7f;
    font-size: 1.6rem;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar .module-event-calendar_legend-current, .module-event-calendar .module-event-calendar_legend-event {
        font-size: 1.6rem
    }
}

.module-event-calendar .module-event-calendar_legend-current {
    margin-right: 40px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar .module-event-calendar_legend-current {
        margin-right: 20px;
    }
}

.module-event-calendar .module-event-calendar_legend-current:before, .module-event-calendar .module-event-calendar_legend-event:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    background-color: #f8f8f8;
    margin-top: -3px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.module-event-calendar .module-event-calendar_legend-event:before {
    background-color: #010065;
    border: none;
}

.module-event-calendar_event-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #010065;
    color: #fff;
    text-align: center;
    padding: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.module-event-calendar_event-container.js--visible {
    visibility: visible;
    opacity: 1;
}

.module-event-calendar .module_close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    margin: 0;
    border-width: 0;
    cursor: pointer;
    background: transparent;
}

.module-event-calendar .module_close i:before {
    font-size: 2rem;
    color: #fff;
}

.module-event-calendar_splash i {
    font-size: 40px;
    font-size: 4rem;
    color: #000066;
}

.module-event-calendar_splash p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
}

.module-event-calendar_controls {
    background-color: #000066;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.module-event-calendar_previous-month, .module-event-calendar_month, .module-event-calendar_next-month {
    display: inline-block;
}

.module-event-calendar_month {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    padding: 12px 0;
}

.module-event-calendar_previous-month, .module-event-calendar_next-month {
    cursor: pointer;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.module-event-calendar_previous-month {
    left: calc(50% - 115px);
}

.module-event-calendar_next-month {
    right: calc(50% - 115px);
}

.module-event-calendar_day-container {
    border: 1px solid #e1e3e6;
}

.module-event-calendar_day {
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 9px 0 10px;
    color: #333333;
    text-align: center;
    font-size: 1.7rem;
    position: relative;
}

.module-event-calendar_day > span {
    border: none;
    padding: 5px 15%;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.module-event-calendar_day.calendar-dow-6 {
}

.module-event-calendar_day--name {
    padding: 8px 0;
    border: none;
    background: #f3f4f4;
    text-align: center;
    font-size: 1.5rem;
    color: #58595b;
}

.module-event-calendar_day--today > span {
    background: #f8f8f8;
    border: 1px solid #ccc;
}

.module-event-calendar_day--event > span {
    background: #010065;
    color: #fff;
    cursor: pointer;
}

.module-event-calendar_day--event > span:hover {
    background: #49a2c6;
}

.module-event-calendar_day--selected > span {
    /*     background-color: #000066;
    color: #fff; */
    background: #49a2c6;
}

.module-event-calendar_day--selected:after {
    background-color: #fff;
}

.module-event-calendar_day--adjacent-month {
    color: transparent;
    pointer-events: none;
}

.module-event-calendar_day--adjacent-month > span {
    color: transparent;
    background: none;
    border: none;
}

.module-event-calendar_day--adjacent-month:after {
    content: none;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar_day {
        display: inline-block;
        padding: 10px 0 12px;
    }
}

.module-event-calendar .module_items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
}

.module-event-calendar .module_item {
    padding: 0;
}

.module-event-calendar .module_date-time, .module-event-calendar .module_headline {
    margin-bottom: 20px;
    color: #fff;
}

.module-event-calendar .module_date-time {
    font-size: 1.4rem;
}

.module-event-calendar .module_date-time i {
    margin-left: 5px;
    text-transform: uppercase;
}

.module-event-calendar .module_headline-link {
    color: #fff;
    font-size: 2rem;
}

.module-event-calendar .module_add-to-calendar {
    /* margin: 0; */
}

.module-event-calendar .module_link {
    color: #fff;
    border: 1px solid #fff;
}

@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-archive.module a[data-section] {
    margin-top: -50px;
}

/*---------- FAQ Module ----------*/
.module-faq .toggle-all {
    margin-bottom: 30px;
}

.module-faq a {
    word-break: break-all;
}

.module-faq .module_item {
    margin: 0;
    padding: 0;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
}

.module-faq .module_item:last-of-type {
    border-bottom: 1px solid #b7b7b7;
}

.module-faq_question {
    padding: 15px 50px 15px 20px;
    color: #000066;
    cursor: pointer;
    font-size: 2rem;
    position: relative;
    display: block;
    margin: 0;
    font-weight: 700;
}

.js--active .module-faq_question {
    color: #49a2c6
}

.module-faq_question:after {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\edc2";
    position: absolute;
    right: 20px;
    font-size: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    color: #cccccc;
}

.js--active .module-faq_question:after {
    content: "\edba";
    color: #49a2c6;
}

.module-faq_answer {
    margin: 0;
    padding: 20px 50px 10px 20px;
    border-top: 1px solid #b7b7b7;
    font-size: 1.6rem;
    color: #22272b;
}

.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";
}

.module-financial-table_header {
    background-color: #010065;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year, .module-financial-table_header-category.grid_col {
    padding: 15px 10px;
}

.module-financial-table_body-row {
    border-bottom: 1px solid #b7b7b7;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year, .module-financial-table_body-category.grid_col {
    padding: 20px 10px;
    font-size: 1.6rem;
    color: #000000;
}

.module-financial-table_body-category.grid_col {
    position: relative;
    padding-left: 45px;
    font-weight: 700;
}

.module-financial-table_body-category.grid_col:before {
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-left: -45px;
    font-size: 4rem;
    color: #49a2c6;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url('../design/svg/icon-pdf.svg');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.module-financial-table_body-category[data-title="Press Release"]:before {
    background-image: url('../design/svg/icon-html.svg');
}

.module-financial-table_body-category[data-title="Quarterly Filings"]:before {
    background-image: url('../design/svg/icon-pdf.svg');
}

.module-financial-table_body-category[data-title="Webcast"]:before {
    content: "\e989";
    background-image: none;
    font-size: 3.5rem;
}

.module-financial-table_item {
    display: inline-block;
    padding: 0 6px;
}

.module-financial-table_item--empty {
    color: #b8b8b8;
}

.module-financial-table_link {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
}

@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;
        display: block;
        text-align: center;
    }
}

.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-arrow:before {
    font-size: 2rem;
}

.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: #f1f1f1;
    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;
}

.module-financial-reconciliation .module-financial_link {
    position: relative;
    margin: 0;
    font-size: 2.2rem;
    font-weight: 400;
    text-transform: none;
    color: #000;
}

.module-financial-reconciliation .module-financial_link:hover {
    color: #49a2c6;
    text-decoration: none;
    font-weight: 700;
}

/* Latest Quarterly Result Widget */
.module-latest-quarter.module.background--grey .module_container--outer {
    padding: 35px 40px;
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter.module.background--grey .module_container--outer {
        padding: 30px 20px;
    }
}

.module-latest-quarter .module_item {
    margin: 0;
    padding: 0;
}

.module-latest-quarter .module_item ~ .module_item {
    border: none;
}

.module-latest-quarter .module_links {
    margin-top: 20px;
}

.module-latest-quarter .module_link-container {
    margin-bottom: 20px;
    max-width: 375px;
    width: 33%;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_link-container {
        width: 100%;
    }
}

.module-latest-quarter .module-financial_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px;
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module-financial_links {
        display: block
    }
}

.module-latest-quarter .module_link-container .button {
    border-radius: 2px;
    width: 100%;
    line-height: 48px;
    height: 50px;
    text-transform: none;
    font-size: 1.8rem;
    font-weight: 700;
}

.module-latest-quarter .module_link {
    margin: 0;
}

.module-latest-quarter .module_link-container .button > span {
    display: inline-block;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_link {
        font-size: 1.7rem;
    }
}

.module-latest-quarter .module_link:before {
    content: "\e922";
    display: inline-block;
    font-size: 3.2rem;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -45px;
    color: #49a2c6;
}

.module-financial_title {
    font-size: 1.8rem;
    color: #525252;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .module-financial_title {
        font-size: 2.3rem;
    }
}

.module-latest-quarter-container {
    display: table-cell;
    height: 100%;
    background: transparent;
}

@media only screen and (max-width: 1024px) {
    .module-latest-quarter-container {
        display: block;
    }
}

/*------ Formbuilder Module ------*/
.module-form--custom .module_container--content {
    display: none;
}

.module-form--custom .module_container--content.js--visible {
    display: block;
}

.module-form--custom .module-form_item {
    display: block;
    /* width: 100%; */
    /* max-width: 400px; */
}

.module-form_item .module-downloads_link-container {
    padding-left: 50px;
    display: inline-block;
    padding: 5px 0 5px 50px;
}

.module-form_item.module-form_item--documents-available {
    width: 100%;
}

.module-form_item--documents-available li:last-child .module-downloads_link-container {
    padding-left: 23px;
}

.module-form--custom .module-form_item--document-available, .module-form--custom .module-form_item--email, .module-form--custom .module-form_item--investor-type, .module-form--custom .module-form_item--country, .module-form--custom .module-form_item--shipment-method, .module-form--custom .module-form_item--comments {
    display: block;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-form--custom .module-form_item--email, .module-form--custom .module-form_item--investor-type, .module-form--custom .module-form_item--country, .module-form--custom .module-form_item--shipment-method, .module-form--custom .module-form_item--comments {
        display: block;
        width: 100%;
    }

    .module-form_item--documents-available li:last-child .module-downloads_link-container, .module-form_item .module-downloads_link-container {
        display: block;
        padding-top: 10px;
        padding-left: 0;
    }

    .module-form_item .module-downloads_link {
        font-size: 16px;
    }
}

.module-form--custom .module-form_item--document-available {
    display: block;
    width: 100%;
}

.module-form--custom .module-form_item--document-available ul > li, .module-form--custom .module-form_item--document-available ul > li:last-of-type {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.module-form--custom .module-form_item--document-available .module-downloads_link-container {
    position: absolute;
    left: 150px;
    display: inline-block;
    width: calc(100% - 150px);
}

@media only screen and (max-width: 640px) {
    .module-form--custom .module-form_item--document-available .module-downloads_link-container {
        position: static;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .module-form--custom .module-form_item--document-available .module-downloads_link {
        font-size: 0;
    }
}

.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: #ff433e;
}

.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;
}

@media only screen and (max-width: 480px) {
    .module-form_item > label, .module-form_item legend {
        font-size: 1.2rem;
    }
}

.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: 10px;
}

.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: #ff433e;
}

.module-form_error-text[style="visibility:hidden;"] {
    display: none;
}

.module-form .CaptchaContainer {
    display: block;
}

.module-form .CaptchaContainer input[type="text"] {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .module-form .CaptchaContainer input[type="text"] {
        line-height: 36px;
        font-size: 1.2rem;
    }
}

.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: #000066;
}

/*---------- 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: "Source Sans Pro", 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-container {
    display: table-cell;
    height: 100%;
}

.module-slideshow {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .module-slideshow {
        padding-left: 0;
        padding-right: 0;
    }
}

.module-slideshow_ratio {
    padding-bottom: 56.25%;
    /* this should be changed with aspecRatio option in widget */
    position: relative;
}

.module-slideshow_viewer:not(.grid_col) {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

.module-slideshow_viewer:not(.grid_col):not(:last-child) {
    margin-bottom: 25px;
}

.module-slideshow_title {
    margin-bottom: 10px;
    display: none;
}

.module-slideshow .module_links > * + * {
    margin-top: 15px;
}

.module-slideshow_link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.module-slideshow iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 480px) {
    .module-slideshow--deep .module-slideshow_ratio {
        padding-bottom: 63%!important;
    }
}

.module-event-calendar-slideshow .module-slideshow--featured {
    max-width: 390px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .module-event-calendar-slideshow .module-slideshow--featured {
        max-width: 450px;
    }
}

@media only screen and (max-width: 480px) {
    .module-event-calendar-slideshow .module-slideshow--featured .module-slideshow_ratio {
        padding-bottom: 82.5%!important;
    }
}

/* --------- Corporate responsibility --------- */
.module.module-responsibility .module_container--outer {
    background-image: url('../images/Celgene-Building-L-Summit-East-1-flag.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 50px 40px;
}

@media only screen and (max-width: 768px) {
    .module.module-responsibility .module_container--outer {
        padding: 30px 20px;
    }
}

.module-responsibility .module_title {
    text-transform: none;
    font-weight: normal;
}

.module-responsibility .module_container--inner, .module-responsibility .module_container--outer:before {
    content: "";
    display: table-cell;
    vertical-align: top;
    width: 50%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .module-responsibility .module_container--inner {
        display: block;
        width: 100%;
    }

    .module-responsibility .module_container--outer:before {
        display: none;
    }
}

.module-responsibility-container {
    position: relative;
    padding: 50px;
    background: rgba(255, 255, 255, .8);
}

@media only screen and (max-width: 480px) {
    .module-responsibility-container {
        position: relative;
        padding: 30px;
        background: rgba(255, 255, 255, .8);
    }
}

.module-responsibility .module_container--content {
    font-size: 1.4rem;
    font-weight: normal;
    color: #333333;
}

@media only screen and (max-width: 1024px) {
    .module-responsibility .module_container--content {
        font-size: 1.5rem
    }
}

@media only screen and (max-width: 480px) {
    .module-responsibility .button {
        width: 100%
    }
}

/*------ Navigation Modules ------*/
.nav_close {
    display: none;
}

.nav--main {
    text-align: right;
    margin-right: -20px;
    margin-left: -20px;
}

.nav--main li {
    display: inline-block;
    text-align: left;
}

.nav--main li.has-children {
    position: relative;
}

.nav--main li > a {
    display: block;
    padding: 7px 15px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    color: #020066;
}

.nav--main li > a:focus {
    text-decoration: none!important;
}

.nav--main .level1 > li:first-child > a:before {
    content: "\e904";
    font-family: "q4-icons";
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -7px;
    display: inline-block;
}

.nav--main .level1 > li > a {
    color: #fff;
    font-size: 1.6rem;
    padding: 12px 15px;
}

@media only screen and (max-width: 1200px) {
    .nav--main .level1 > li > a {
        padding: 12px 10px;
    }
}

@media only screen and (max-width: 1140px) {
    .nav--main .level1 > li > a {
        padding: 12px 5px;
        font-size: 15px;
    }
}

.nav--main .level1 > li:hover > a, .nav--main .level1 > li.sfHover > a, .nav--main .level1 > li.expanded > a, .nav--main .level1 > li.selected > a, .nav--main li:hover > a, .nav--main li.sfHover > a {
    color: #49a2c6;
}

.nav--main .level2, .nav--main .level3 {
    display: none;
    position: absolute;
    width: 275px;
    top: 100%;
    left: 0;
    background: #eef0fd;
    text-align: left;
    padding: 15px 0;
}

.nav--main .level3 {
    left: 100%;
    top: -15px;
}

.nav--main li:nth-last-child(-n+2) > .level2 {
    left: auto;
    right: 0;
}

.nav--main li:hover > .level2, .nav--main li.sfHover > .level2, .nav--main li:hover > .level3, .nav--main li.sfHover > .level3 {
    display: block;
}

.nav--main .level2 > li, .nav--main .level3 > li {
    display: block;
}

.nav--mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .nav--mobile {
        display: block;
        position: relative;
        transition: transform .5s ease-out;
    }

    .js--translate.nav--mobile {
        transform: translateX(-100%);
    }
}

.nav--mobile a {
    text-transform: uppercase;
    padding: 17px 45px 17px 20px;
    display: block;
    color: #020052;
    font-size: 1.6rem;
}

.nav--mobile a:focus {
    text-decoration: none!important;
}

.nav--mobile li.has-children {
    overflow: hidden;
}

.nav--mobile li {
    border-bottom: 2px solid #fff;
    display: block;
    background: #eef0fc;
}

.nav--mobile .level1 > li:first-child > a:before {
    content: "\e904";
    font-family: "q4-icons";
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -7px;
    display: inline-block;
}

.nav--mobile .level2 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    display: none;
    background: #eef0fd;
}

.nav--mobile .js--expanded .level2 {
    display: block;
}

.nav--mobile .level2 > li > a {
    padding: 17px 45px 17px 50px;
}

.nav--mobile .nav-link_back-container, .nav--mobile .nav-link_next-container {
    display: block;
    position: relative;
    overflow: hidden;
}

.nav--mobile .nav-link_back-container {
    background: #006;
}

.nav--mobile .nav-link_back-container, .nav--mobile .nav-link_back-container a {
    color: #fff;
}

.nav--mobile .nav-link_next-arrow, .nav--mobile .nav-link_prev-arrow {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    height: 52px;
    width: 45px;
    line-height: 52px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}

.nav--mobile .nav-link_next-arrow {
    right: 0;
    border-left: 2px solid #fff;
    color: #020052;
}

.nav--mobile .nav-link_prev-arrow {
    left: 0;
}

.nav--mobile .nav-link_next-arrow:before, .nav--mobile .nav-link_prev-arrow:before {
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    display: inline-block;
    cursor: pointer;
    font-size: 1.4rem;
}

.nav--mobile .nav-link_next-arrow:before {
    margin-top: 1px;
}

.nav--mobile .nav-link_prev-arrow:before {
    transform: rotate(180deg);
}

/* ------------ Site Map --------------- */
.nav--sitemap {
    margin-top: -30px;
    margin-bottom: 50px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.nav--sitemap a {
    display: inline-block;
}

.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>li:nth-child(5) {
    margin-top: -65px;
}

@media screen and (max-width: 768px) {
    .nav--sitemap .level1>li:nth-child(5) {
        margin-top: 0;
    }
}

.nav--sitemap .level1>li:nth-child(7) {
    margin-top: -35px;
}

@media screen and (max-width: 768px) {
    .nav--sitemap .level1>li:nth-child(7) {
        margin-top: 0;
    }
}

.nav--sitemap .level1 {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.nav--sitemap .level1 > li {
    width: 50%;
}

.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;
}

@media screen and (max-width: 768px) {
    .nav--sitemap .level1 > li {
        width: 100%;
    }
}

/*-------- News Module CSS -------*/
.module-news-list .module_rss--top {
    margin-top: 22px;
}

@media screen and (max-width: 480px) {
    .module-news-list .module_rss--top {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.module-news-list .module_options-wrap {
    display: flex;
    margin-bottom: 20px;
}

.module-news-list .module_options {
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    .module-news-list .module_options-wrap {
        display: block;
    }

    .module-news-list .module_options, .module-news-list .module_tags-select {
        width: 100%;
    }
}

.module-news-list .module_item {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #dddddd;
    background: #fff;
    margin-bottom: 15px;
}

.module-news-list .module_date-time {
    margin-bottom: 8px;
}

.module-news-list .module_links {
    margin-bottom: 0;
}

.module-news-latest .module_container--content {
    padding: 0;
    clear: both;
}

.module-news-latest .module_item {
    margin: 0;
    padding: 0;
    min-height: 250px;
}

@media only screen and (max-width: 1024px) {
    .module-news-latest .module_item {
        min-height: 250px;
    }
}

.module-news-latest-wrap .module_headline-link {
    font-weight: normal
}

/** Press Releases **/
.module-news-list .module_container {
    background: #f1f1f1;
    padding: 10px;
}

.module-news-list .module_link {
    padding-left: 0;
    margin: 0;
}

.module-news-list .module_link:before {
    margin-left: 0;
    position: static;
    transform: none;
}

.module-news-list .module_link > .module_link-text, .module-news-list .module_link > i, .module-news-list .module_link > span {
    display: none;
}

.module-news-list .module_headline {
    padding-right: 40px;
    margin-bottom: 0;
}

.module-news-list .module_headline .module_headline-link {
    font-weight: normal;
}

.module-news-list .module_item {
    position: relative;
}

.module-news-list .module_links {
    position: absolute;
    right: 20px;
    top: 20px;
}

.module-news-latest ul.slick-dots {
    text-align: left;
    padding-top: 15px;
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .module_date-time {
    color: #fff;
    position: absolute;
    bottom: 70px;
}

.module-news-latest .module_link {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 9px;
    height: 28px;
}

.module-news-latest .module_link:hover {
    text-decoration: none;
    color: #49a2c6;
    border-color: #49a2c6;
}

.module-news-details .module_view-all-link {
    display: inline-block;
    margin-bottom: 25px;
}

.page-news-details .pane--content .pane_inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.module-add-to-any {
    margin-top: 3px;
    margin-right: 20px;
    float: right;
}

@media only screen and (max-width: 480px) {
    .module-add-to-any {
        margin-top: -10px;
        margin-right: 0;
        float: right;
    }
}

.module-add-to-any .module_container--outer {
    padding: 0;
}

.module-add-to-any a {
    font-size: 22px;
}

.module-add-to-any .q4-icon_cel-facebook_circle {
    color: #1a5fcc;
}

.module-add-to-any .q4-icon_cel-twitter_circle {
    color: #10aef3;
}

.module-add-to-any .q4-icon_cel-linkedin_circle {
    color: #054689;
}

.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;
}

/*------ 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: "Source Sans Pro", 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: #000066;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft, body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before, body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"], body.PreviewBody .PreviewToolBar label, body.PreviewBody .PreviewToolBar input[type="text"], body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}

/*-------- Search Modules --------*/
.module-search_close {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.module-search_close i {
    font-size: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #666;
    border-radius: 100%;
    position: relative;
}

.module-search_close i:before {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 14px;
    transform: translate(-50%, -50%);
}

.module-search--desktop {
    position: relative;
    text-align: right;
    margin-top: 19px;
}

.module-search--desktop .module-search_text:before {
    content: "Search ir.celgene.com";
    margin: 0 0 10px;
    font-size: 20.8px;
    font-weight: 600;
    display: block;
    text-align: left;
}

.module-search--desktop .module-search_close {
    display: inline-block;
}

.module-search--desktop.module .module_title {
    font-size: 1.4rem;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    color: #373737;
    margin: 0 -3px 0 0;
    line-height: 15px;
    display: inline-block;
}

.module-search--desktop .module_title > span {
    display: inline-block;
}

.module-search--desktop .module_title i {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    margin-top: -3px;
}

.module-search--desktop .module_container--inner {
    display: none;
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    z-index: 121;
    transform: translate(-50%, -50%);
    padding: 40px 30px 30px 30px;
    width: 100%;
    max-width: 400px;
    margin: 0 20px;
}

.js--open-search .module-search--desktop .module_container--inner {
    display: block;
}

.module-search--desktop .module-search_input[type="text"] {
    display: inline-block;
    width: calc(100% - 104px);
    padding: 0 15px;
    border: 1px solid #b7b7b7;
    font-size: 1.4rem;
    line-height: 40px;
    max-width: none;
    vertical-align: top;
}

.module-search--desktop .module-search_button {
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background: #000066;
    border-color: #000066;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    border: none;
    width: 100px;
    text-transform: uppercase;
    line-height: 38px;
    height: 40px;
    padding: 0 20px;
    vertical-align: top;
}

.module-search--desktop .module-search_button:hover {
    background: #163082;
    border-color: #163082;
    color: #fff;
}

.module-search--mobile {
    padding: 15px 20px;
    background: #eef0fc;
    border-bottom: 2px solid #fff;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .module-search--mobile {
        display: block;
    }
}

.module-search--mobile .module_container--outer {
    position: relative;
}

.module-search--mobile .module-search_input {
    border-radius: 5px;
    padding: 0 30px 0 13px;
    line-height: 28px;
    height: 30px;
    background: #fff;
    font-size: 1.6rem;
    border-color: transparent;
}

.module-search--desktop .module-search_input::-webkit-input-placeholder {
    color: #fff;
}

.module-search--desktop .module-search_input::-moz-placeholder {
    color: #fff;
}

.module-search--desktop .module-search_input::-ms-input-placeholder {
    color: #fff;
}

.module-search--mobile .module-search_input::-webkit-input-placeholder {
    color: #757575;
}

.module-search--mobile .module-search_input::-moz-placeholder {
    color: #757575;
}

.module-search--mobile .module-search_input::-ms-input-placeholder {
    color: #757575;
}

.module-search--mobile .module-search_button {
    position: absolute;
    cursor: pointer;
    font-size: 0;
    background-color: transparent;
    background-image: url('../design/svg/search.svg');
    background-size: cover;
    height: 14px;
    width: 14px;
    border: none;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.module-search-result_summary {
    margin-bottom: 20px;
    display: block;
    color: #006;
    font-size: 30px;
}

.module-search-result_summary strong:last-of-type {
    font-style: italic;
    font-weight: 300;
}

.module-search-result_link {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    color: #4aa1c6;
}

.module-search-result_link:hover {
    color: #000066;
}

.module-search-result_description {
    display: none;
    margin-bottom: 15px;
}

.module-search-result_description:after {
    content: "...";
}

.module-search-result_url {
    display: none;
}

/*---- Accessibility Skip Link ---*/
.module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    padding: 15px 20px;
    background: transparent;
    color: white;
    transform: translate(-50%, 0);
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.module-skip_link:focus, .module-skip_link:active, .module-skip_link:hover {
    top: 0;
    background: #000066;
    outline: 0;
}

.module-skip_link:visited {
    color: #fff;
}

.module-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.module-slider .module_container--outer {
    width: 100%;
    height: 100%;
}

.module-slider .module_container--inner {
    width: 100%;
    height: 100%;
}

.module-slider .slick-slider, .module-slider .module_container--content {
    padding: 0;
    width: 100%;
    height: 100%;
}

.module-slider .slick-list, .module-slider .slick-track {
    height: 100%;
}

.module-slider .slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.module-slider .slick-arrow:hover:before {
    background: rgba(255, 255, 255, 0.8);
}

.module-slider .slick-arrow:before {
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.6);
    width: 40px;
    text-align: center;
    color: #49a2c6;
    display: block;
}

.module-slider ul.slick-dots {
    bottom: 20px;
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.module-slider ul.slick-dots > li > button {
    background: #c6c6c6;
    width: 11px;
    height: 11px;
    opacity: 1;
}

.module-slider ul.slick-dots > li.slick-active > button {
    background: #49a2c6
}

.module-slider .module_add-to-calendar-reveal {
    color: #fff;
}

.module-slider .module-slider_item-container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .module-slider .module-slider_item-container {
        background-position: top center;
        background-size: contain;
    }
}

.module-slider .module-slider_item {
    height: 100%;
}

.module-slider .module_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.module-slider_description {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 10px;
}

.module-slider_description .module_date-time {
    font-size: inherit;
}

.module-slider_description p {
    margin: 10px 0;
}

.module-slider_description p:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}

.module-slider_description .module_links {
    margin-top: 10px;
    margin-bottom: 0;
}

/* ----------- Module Banner ------------- */
.module-slider .module-slider_item-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 35px 20px 35px 40px;
    max-width: 660px;
    width: 100%;
}

.module-slider .module_link-container {
    padding-top: 40px;
}

@media only screen and (max-width: 1024px) {
    .module-slider .module-slider_item-wrap {
        top: auto;
        bottom: 0;
        transform: none;
        padding: 50px;
        max-width: none;
    }
}

@media only screen and (max-width: 480px) {
    .module-slider .module-slider_item-wrap {
        padding: 30px;
    }
}

.module-slider_title {
    margin-bottom: 20px;
    color: #000066;
}

.module-slider_subtitle {
    text-transform: none;
    color: #000066
}

.module-slider .module-slider_body {
    font-size: 1.6rem;
    color: #000;
}

@media only screen and (max-width: 480px) {
    .module-slider .module-slider_body {
        font-size: 1.2rem;
    }
}

/*------ Stock Header Module -----*/
.module-stock-header {
    text-align: right;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 2;
    background: #49a2c6;
}

.module-stock-header .module_container--outer {
    display: inline-block;
    padding: 8px 15px;
    text-align: center;
    margin: 0;
}

.module-stock-header_description1 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Open Sans Condensed", sans-serif;
    margin-right: 15px;
}

.module-stock-header_stock-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-left: 8px;
    padding-right: 15px;
    margin-right: 10px;
}

.module-stock-header_stock-price:before {
    content: '$';
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -8px;
}

.module-stock-header_stock-price:after {
    content: "\e915";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.6rem;
    position: absolute;
    right: 8px;
    top: -5px;
    display: inline-block;
    width: 10px;
    color: #020052;
}

.module-stock-header_down:after {
    transform: rotate(180deg);
    /*     color: #ff433e; */
    right: -8px;
}

.module-stock-header_change, .module-stock-header_percent-change {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
}

.module-stock-header_percent-change:before {
    content: '(';
}

.module-stock-header_percent-change .module-stock-header_indicator {
    display: none;
}

.module-stock-header_percent-change:after {
    content: ')';
}

.module-stock-header_indicator {
    margin-right: 5px;
}

.module-stock-header_volume {
    display: block;
    margin-bottom: 32px;
}

.module-stock-header_volume:before {
    content: 'Volume ';
    font-weight: bold;
}

.module-stock-header_date-container {
    border-top: 1px solid #4fa9cd;
    padding-top: 4px;
    margin-top: 7px;
}

.module-stock-header_description3, .module-stock-header_date {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
}

.module-stock-header_description3:after {
    content: "";
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff
}

.module-stock-header_volume-text {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .module.module-stock-header {
        width: 100%;
        display: block;
        text-align: center;
        right: 0;
        bottom: auto;
        top: 100%;
        height: 70px;
    }

    .module-stock-header .module_container--outer {
        display: block;
        padding: 12px 0;
    }

    .module-stock-header .module_container--inner {
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*- MailingList Subscribe Module -*/
.module-subscribe_table {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.module-subscribe_unsubscribe-link-wrap {
    display: none;
}

.module-subscribe--footer .module-subscribe_unsubscribe-link-wrap {
    display: flex;
    margin-top: 25px;
}

.module-subscribe_unsubscribe-link-wrap > div {
    width: 50%;
}

.module-subscribe_unsubscribe-link-wrap > div + div {
    padding-left: 25px;
}

.module-subscribe_unsubscribe-link-wrap a {
    display: inline-block;
    color: #49a2c6;
}

.module-subscribe_table tbody {
    width: 100%;
    display: block;
}

.module-subscribe_form {
    font-size: 0;
}

.module-subscribe_form tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
}

.module-subscribe_form tr:nth-child(even) {
    padding-left: 10px;
}

.module-subscribe_form tr:nth-child(odd) {
    padding-right: 10px;
}

.module-subscribe_form tr.module-subscribe_notes-text {
    margin: 0;
}

.module-subscribe_form tr.module-subscribe_notes-text, .module-subscribe_form tr.module-subscribe_notes-input {
    display: block;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .module-subscribe--footer .module-subscribe_unsubscribe-link-wrap {
        margin-top: 20px;
    }

    .module-subscribe_form tr {
        width: 100%;
    }

    .module-subscribe_form tr:nth-child(even) {
        padding-left: 0;
    }

    .module-subscribe_form tr:nth-child(odd) {
        padding-right: 0;
    }
}

.module-subscribe_form td {
    display: block;
}

.module-subscribe_form label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
    .module-subscribe_form label {
        font-size: 1.2rem;
    }
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 10px;
}

.module-subscribe_mailing-list tr table td {
    padding-bottom: 10px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}

.module-subscribe .module_required {
    font-size: 14px;
    font-size: 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 {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table {
        width: 100%;
    }
}

.module-unsubscribe_table td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table td {
        padding-right: 0;
    }
}

.module-unsubscribe_table label {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .module-unsubscribe_table label {
        font-size: 1.2rem;
    }
}

.module-unsubscribe_table .module_input[type="text"] {
    background-color: #fff;
}

.module-subscribe--footer {
    background-image: url('../design/boudry-labs_03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: relative;
    color: #fff;
}

.module-subscribe--footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, #010037 0%, #010065 70%, #010065 100%);
    background: -webkit-linear-gradient(top, #010037 0%, #010065 70%, #010065 100%);
    background: linear-gradient(to bottom, #010037 0%, #010065 70%, #010065 100%);
    opacity: 0.9;
}

.module-subscribe--footer .module_container--outer {
    position: relative;
    padding: 35px 50px 40px 20px;
    width: 100%;
    margin-left: auto;
    max-width: 590px;
    min-height: 250px;
}

@media only screen and (max-width: 1024px) {
    .module-subscribe--footer .module_container--outer {
        position: relative;
        padding: 30px 20px;
        max-width: none;
    }
}

.module-subscribe--footer .module-subscribe_table-container {
    position: relative;
}

.module-subscribe--footer .module_actions {
    margin: 0;
    width: 175px;
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    .module-subscribe--footer .module_actions {
        width: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .module-subscribe--footer .module_actions {
        width: 120px;
        position: static;
        margin-top: 20px
    }
}

.module-subscribe--footer .module_actions .button {
    line-height: 38px;
    width: 100%;
    background: #fff;
    color: #010065;
    min-width: 0;
    border-radius: 0;
}

.module-subscribe--footer .module_actions .button:hover {
    background: #babad1;
    color: #010065;
}

@media only screen and (max-width: 1024px) {
    .module-subscribe--footer .module_actions .button {
        font-size: 1.2rem;
    }
}

/*==================================
 ----------- LAYOUT CSS -----------
==================================*/
/*------- iframe layout CSS ------*/
.layout--iframe .pane--content .module {
    padding: 35px 0;
}

.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}

@media only screen and (max-width: 480px) {
    body .layout--home {
        font-size: 1.2rem;
    }
}

/*==================================
 ------------ BLANK CSS -----------
==================================*/
/*-------- Layout Specific -------*/
@media only screen and (max-width: 1024px) {
    .layout.js--mobile {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
    }
}

.layout_inner {
    overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
    .js--mobile .layout_inner:before {
        background: rgba(0, 0, 0, 0.7);
        content: "";
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
    }
}

@media only screen and (max-width: 1024px) {
    .layout_header {
        position: relative;
        /*         z-index: 1; */
    }
}

.layout_overlay {
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 120;
    opacity: 0.7;
    display: none;
}

.layout_overlay.js--visible {
    display: block;
}

/*--------- Pane Specific --------*/
.pane--header {
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
    .pane--header {
        position: relative;
        z-index: 2;
    }
}

.pane--header .pane_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .pane--header .pane_inner {
        padding-left: 16px;
        padding-right: 0;
        border: none;
    }
}

.pane--header .layout_toggle {
    display: none;
    text-align: right;
}

.pane--header .layout_toggle i {
    height: 63px;
    line-height: 63px;
    width: 50px;
    text-align: center;
    margin-right: -3px;
    color: #006;
    cursor: pointer;
}

.pane--header .layout_toggle i:before {
    font-size: 1.6rem;
    margin-top: 3px;
    display: inline-block;
}

.js--mobile .pane--header .layout_toggle i:before {
    content: "\ed6d";
    font-weight: 700;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
    .pane--header .layout_toggle {
        display: inline-block;
    }

    .pane--header .nav, .pane--header .module-search {
        display: none;
    }
}

/** Hero Images **/
.pane--banner .pane_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../design/banner/banner_default.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .pane--banner .pane_inner {
        min-height: 0;
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.page--investors .pane--banner .pane_inner {
    background: transparent;
    min-height: 420px;
}

.section-press .pane--banner .pane_inner {
    background-image: url(../design/banner/header-press-page2.jpg);
}

.section-event .pane--banner .pane_inner {
    background-image: url(../design/banner/banner-events.jpg);
    background-position: center bottom;
}

.section-governance .pane--banner .pane_inner {
    /*.page--sec .pane--banner .pane_inner, .page--sec-details .pane--banner .pane_inner*/
    background-image: url(../design/banner/ir-corgovernance-rev01.jpg);
    background-position: center bottom
}

.section-stock .pane--banner .pane_inner {
    background-image: url(../design/banner/ir-stock-information.jpg);
}

.section-resources .pane--banner .pane_inner {
    background-image: url(../design/banner/banner-resources.jpg);
}

.PagePageNotFound .pane--banner .pane_inner {
    background-image: url(../design/banner/header_404-LANDING-PAGE_en.jpg);
}

.PageFinancialInformation .pane--banner .pane_inner, .SectionFinancialInformation .pane--banner .pane_inner, .ParentSection_financial-information .pane--banner .pane_inner {
    background-image: url(../design/banner/header_FINANCIAL-INFORMATION_en.jpg);
}

.PageSearchResults .pane--banner .pane_inner {
    background-image: url(../design/banner/header_SEARCH-RESULTS-PAGE_en.jpg);
}

.pane--navigation {
    position: relative;
    z-index: 120;
}

@media only screen and (max-width: 1024px) {
    .pane--navigation {
        display: none;
    }
}

.pane--navigation .pane_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #006;
}

.pane--breadcrumb {
    display: none;
}

.pane--left .pane_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .pane--banner {
        margin-top: 70px;
    }

    .pane--breadcrumb {
        position: absolute;
        top: 63px;
        left: 0;
        right: 0;
        transition: top 0.5s ease-in-out;
        z-index: 111;
        bottom: 0;
    }

    .js--mobile .pane--breadcrumb {
        display: block;
    }
}

.pane--content .module {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pane--content .module_container--outer {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/*---- General ------*/
.ContentPaneDiv > span:first-child > .module {
    padding-top: 0px;
}

.pane--content .module--thin {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pane--content .module--thin-top {
    padding-top: 10px;
}

.pane--content .module--thin-bottom {
    padding-bottom: 10px;
}

.pane--content .module--thick {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pane--content .module--thick-top {
    padding-top: 35px;
}

.pane--content .module--thick-bottom {
    padding-bottom: 35px;
}

.pane--content .module--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.pane--content .module--no-padding-top {
    padding-top: 0;
}

.pane--content .module--no-padding-bottom {
    padding-bottom: 0;
}

.pane--content .module-sitemap {
    padding-bottom: 35px;
}

.pane--footer {
    font-size: 1.4rem;
}

.PagePageNotFound .pane--footer {
    display: none;
}

.pane--footer .pane_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background: #49a2c6;
}

.pane--footer .module_title {
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .pane--footer .module_title {
        font-size: 1.6rem;
    }
}

.pane--footer h4 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .pane--footer h4 {
        font-size: 1.6rem;
    }
}

.pane--footer a {
    font-weight: 400;
}

.pane--footer a:hover {
    text-decoration: underline;
}

.pane--footer .module_error-container {
    margin-bottom: 15px;
}

.pane--footer .module_error-container p {
    display: none;
}

.pane--footer ul.module_error-container {
    margin-bottom: 10px;
}

.pane--footer .module_error-container ul {
    margin-bottom: 0;
}

.pane--footer .module_introduction {
    display: none;
}

.pane--footer .module-links {
    text-transform: uppercase;
}

.pane--footer .module-links li {
    line-height: 1.4;
}

.pane--footer .module-subscribe_email label, .pane--footer .module-subscribe_list-header, .pane--footer .module-subscribe_email .module_required, .pane--footer .module-subscribe .CaptchaContainer {
    display: none;
}

.pane--footer .module-subscribe_form tbody {
    display: block;
}

.pane--footer .module-subscribe_form tr {
    width: 100%;
    margin: 0;
    padding: 0;
}

.pane--footer .module-subscribe_mailing-list {
    margin: 20px 0 10px;
}

.pane--footer .module-subscribe_list {
    display: block;
    width: 100%;
}

.pane--footer .module-subscribe_list tr {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    float: left;
}

.pane--footer .module-subscribe_list tr:last-child {
    width: 100%;
}

.pane--footer .module-subscribe_list > td {
    padding: 0;
    display: block;
}

.pane--footer .module-subscribe_list > td > span > br {
    display: none;
}

.pane--footer .module-subscribe_list > td > span > label {
    margin-bottom: 15px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.pane--footer .module-subscribe_list > td > span > label:last-child {
    margin-bottom: 0;
}

.pane--footer .module-subscribe_list a {
    color: #fff;
    margin-left: 28px;
}

.pane--footer .module-subscribe_mailing-list tr table td {
    padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .pane--footer .module-subscribe_mailing-list tr table td label {
        font-size: 1.2rem;
        display: inline-block;
        line-height: 1.2;
    }
}

.pane--footer .module-subscribe p {
    padding-right: 35px;
    line-height: 1.5;
}

.pane--footer .module-subscribe input[type="checkbox"] + label:before {
    border-color: #fff;
}

.pane--footer .module_input[type="text"] {
    background: #fff;
    font-size: 1.6rem;
    padding: 0 15px;
    width: calc(100% - 190px);
}

@media only screen and (max-width: 1024px) {
    .pane--footer .module_input[type="text"] {
        font-size: 1.2rem;
        width: calc(100% - 130px);
    }
}

@media only screen and (max-width: 768px) {
    .pane--footer .module_input[type="text"] {
        width: 100%;
    }
}

.pane--footer .module_input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

.pane--footer .module_input[type="text"]::-moz-placeholder {
    color: #000;
}

.pane--footer .module_input[type="text"]::-ms-input-placeholder {
    color: #000;
}

.pane--credits {
    background: #006;
    padding: 30px 0 14px;
    text-align: center;
    text-transform: uppercase;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 768px) {
    .pane--credits {
        padding: 30px 0 19px;
    }
}

.pane--credits a {
    font-weight: 600;
    color: #fff;
}

/*--------- Page Specific --------*/
.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}

/*-------- Module Specific -------*/
/** Logo **/
.module-logo {
    margin: 15px 0 16px;
}

@media only screen and (max-width: 1024px) {
    .module-logo {
        margin: 5px 0 0;
    }
}

.module-logo .module-logo_image--mobile {
    display: none;
    max-height: 53px;
}

@media only screen and (max-width: 1024px) {
    .module-logo .module-logo_image--mobile {
        display: inline-block;
    }

    .module-logo .module-logo_image--desktop {
        display: none;
    }
}

.module-logo--header img {
    max-width: 110px;
}

.module-why-invest h3 {
    color: #333333;
}

.module-why-invest h4 {
    font-size: 60px;
    font-size: 6rem;
    color: #000066;
    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;
}

.module-why-invest .grid_col p {
    margin-bottom: 0;
}

/* ----------- Module Social Media ----------- */
.module_item--social-media ul {
    font-size: 24px;
}

.module_item--social-media ul > li {
    display: inline-block;
    margin-right: 5px;
}

.module_item--social-media .module-social_icon--facebook {
    color: #1a5fcc;
}

.module_item--social-media .module-social_icon--twitter {
    color: #10aef3;
}

.module_item--social-media .module-social_icon--linkedin {
    color: #054689;
}

.module_item--social-media .module-social_icon--google-plus {
    color: #dd4b39;
}

.module_item--social-media .module-social_icon--youtube {
    color: #d11d0b;
}

.module_item--social-media .module-social_icon--pinterest {
    color: #dd4b39;
}

/* ----------- Module Copyright Section ----------- */
.module-copyright-section ul > li {
    border-left: 1px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0px 40px;
    color: #fff;
}

@media only screen and (max-width: 959px) {
    .module-copyright-section ul > li {
        border-left: none;
        border-right: 1px solid #fff;
    }
}

@media only screen and (max-width: 768px) {
    .module-copyright-section ul > li {
        border: none;
        display: block;
        padding-bottom: 15px;
    }
}

.module-copyright-section ul > li:first-child {
    border-left: none;
}

@media only screen and (max-width: 959px) {
    .module-copyright-section ul > li:first-child {
        display: block;
        border-right: none;
    }
}

@media only screen and (max-width: 959px) {
    .module-copyright-section ul > li:last-child {
        border: none;
    }
}

@media only screen and (max-width: 768px) {
    .module-copyright-section ul > li:last-child {
        padding-bottom: 10px;
    }
}

/* ------------------ Module footer items --------------------- */
.pane--footer2 .pane_inner {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background: #eef0fc;
}

@media only screen and (max-width: 768px) {
    .pane--footer2 .pane_inner {
        padding: 30px 15px;
    }
}

.module-footer-items .module_item {
    padding: 0 2.8125%;
    width: 25%;
    border: none;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
}

@media only screen and (max-width: 768px) {
    .module-footer-items .module_item {
        padding: 0;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.module-footer-items .module_title {
    color: #333;
    font-size: 13.6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 13.6px;
}

.module-footer-items .module_container--inner {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .module-footer-items .module_container--inner {
        display: block;
    }
}

.module-footer-items .module_item--menu {
    margin-bottom: 0;
}

.module-footer-items .module_item--menu li {
    padding-bottom: 16px;
}

.module-footer-items .module_item--menu a {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.module-footer-items .module_item-details p {
    color: #333;
    line-height: 1.1;
    margin: 0;
}

.module-footer-items h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .module-footer-items h3 {
        font-weight: 600;
    }
}

.module-footer-items a {
    color: #4aa1c6;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .module-footer-items a {
        font-weight: 600;
    }
}

.module-footer-items a:hover {
    text-decoration: underline;
}

.module-footer-items .module_button-container {
    margin-top: 0
}

@media only screen and (max-width: 768px) {
    .module_item--global-network .module_item-details {
        border: 1px dotted #666;
        border-left: 0;
        border-right: 0;
        padding: 10px 0;
        margin-bottom: 16px;
    }
}

.module_item--global-network a > img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .module_item--global-network a > img {
        width: 230px;
    }
}

/* --------------- Module Popup --------------- */
.fancybox-popup .module-popup_container {
    width: 100%;
    margin: 0;
    padding: 50px;
    overflow: initial;
    max-width: 630px;
}

.fancybox-popup .module-popup_button-container {
    margin-bottom: 10px;
}

/* ------------  Module contact  ------------- */
.module-contact .module_container--outer {
    position: relative;
    padding: 35px 0 10px 80px;
    max-width: 600px;
    margin-right: auto;
}

.module-contact p {
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    .module-contact .module_container--outer {
        position: relative;
        padding: 30px 20px 0;
        max-width: none;
    }
}

@media only screen and (max-width: 768px) {
    .module-contact .module_container--outer {
        padding: 30px 20px 20px;
    }
}

/** Proxyvote **/
.module-proxyvote {
    background: #eef0fc;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-proxyvote {
        text-align: center;
    }
}

.module-proxyvote .module_container--outer {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.module-logo-proxyvote_body {
    position: relative;
    font-size: 2rem;
    font-style: italic;
    color: #010065;
}

@media only screen and (max-width: 768px) {
    .module-logo-proxyvote_body {
        font-size: 1.5rem;
    }
}

.module-logo-proxyvote_body:before {
    content: "";
    background: #010065;
    height: 60px;
    width: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.module-logo-proxyvote_body p {
    margin-bottom: 0;
}

.module-logo-proxyvote_link-container {
    padding-right: 30px;
}

@media only screen and (max-width: 768px) {
    .module-logo-proxyvote_link-container {
        padding-right: 0;
        margin-bottom: 20px
    }
}

.module-logo-proxyvote_button-container {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .module-logo-proxyvote_button-container {
        text-align: center;
        margin-top: 20px
    }
}

.module-logo-proxyvote_button-container > .button {
    width: 100%;
    font-weight: 700;
    max-width: 225px;
}

.module-page-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .module-page-title {
        position: static;
        transform: none;
    }
}

.module-page-title .module_container--outer {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px 15px 55px;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .module-page-title .module_container--outer {
        background: rgba(255, 255, 255, 0.9);
        padding: 10px 20px;
        display: inline-block;
    }
}

.module-page-title h1 {
    margin-bottom: 0;
    text-transform: none;
}

/* -------------- Module Overview ---------------- */
.module-overview {
    text-align: center;
}

.module.module-overview .module_container--outer {
    max-width: 1060px;
}

/* -------------- Module Event News Year ---------------- */
.module-event-news-year .module_container--outer {
    padding-left: 0;
    padding-right: 0;
}

.module-event-news-year .module_container--inner {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .module-event-news-year .module_container--inner {
        display: block;
    }
}

.module-event-news-year .module_container--inner > div {
    margin: 0;
}

.module-event-news-year .module_container--inner .module {
    padding: 25px;
    position: relative;
    min-height: 365px;
}

.module-event-news-year .module_links-bottom-container {
    position: absolute;
    width: 100%;
    bottom: 25px;
    padding: 0 25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-event-news-year .module-news-latest .module_headline, .module-event-news-year .module-event-latest .module_headline {
    position: relative;
    min-height: 55px;
}

.module-event-news-year .module-news-latest .module_headline-link, .module-event-news-year .module-event-latest .module_headline-link {
    /*position: absolute;*/
    position: relative;
    width: 100%;
    bottom: 0;
}

.module-event-news-year .module-event-latest .module_headline-link {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .module-event-news-year .module-news-latest .module_headline, .module-event-news-year .module-event-latest .module_headline {
        position: static;
        min-height: 0
    }

    .module-event-news-year .module-news-latest .module_headline-link, .module-event-news-year .module-event-latest .module_headline-link {
        position: static;
    }
}

.module-event-news-year .module-news-latest .module_links-bottom-container {
}

@media only screen and (max-width: 1024px) {
    .module-event-news-year .module-news-latest .module_links-bottom-container {
        display: block;
    }

    .module-event-news-year .module-news-latest .module_link-container {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .module-event-news-year .module-news-latest .module_links-bottom-container {
        display: flex;
    }

    .module-event-news-year .module-news-latest .module_link-container {
        margin-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .module-event-news-year .module-news-latest .module_links-bottom-container {
        display: block;
    }

    .module-event-news-year .module-news-latest .module_link-container {
        margin-top: 10px;
    }
}

.module-event-news-year .module-event-latest .module_links-bottom-container {
}

@media only screen and (max-width: 1200px) {
    .module-event-news-year .module-event-latest .module_links-bottom-container {
        display: block;
    }

    .module-event-news-year .module-event-latest .module_link-container {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .module-event-news-year .module-event-latest .module_links-bottom-container {
        display: block;
        padding: 0 15px 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .module-event-news-year .module-event-latest .module_links-bottom-container {
        display: flex;
    }

    .module-event-news-year .module-event-latest .module_link-container {
        margin-top: 0
    }
}

@media only screen and (max-width: 480px) {
    .module-event-news-year .module-event-latest .module_links-bottom-container {
        display: block;
    }

    .module-event-news-year .module-event-latest .module_link-container {
        margin-top: 10px
    }
}

.module-event-news-year .module-financial-year-latest .module_links-bottom-container {
    /* bottom: 33px */
}

@media only screen and (max-width: 480px) {
    .module-event-news-year .module-financial-year-latest .module_links-bottom-container {
        display: block;
    }

    .module-event-news-year .module-financial-year-latest .module_link-container {
        margin-top: 10px
    }
}

.module-event-news-year .module_links-bottom-container .module_links {
    margin-bottom: 0;
}

.module-event-news-year .module-event-latest .module_links > * {
    margin-bottom: 0;
}

.module-event-news-year .module-news-latest {
    background-image: url('../images/PR-box.jpg');
    padding-left: 25px;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 center;
}

.module-event-news-year .module-event-latest {
    background-image: url('../images/events-box2.png');
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    .module-event-news-year .module-event-latest {
        background-size: cover;
    }
}

.module-event-news-year .module-event-latest:before {
    background: none;
}

.module-event-news-year .module-financial-year-latest {
    /*background-image: url('../images/annual-report-box.jpg');*/
    background-color: #00759a;
    padding-left: 20px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.module-event-news-year h2.module_title {
    font-weight: normal;
    font-size: 1.8rem;
    background: #ffffff;
    color: #020050;
    padding: 2px 8px;
    border-radius: 10px;
    opacity: .9;
    display: inline-block;
    margin-bottom: 20px;
}

.module-event-news-year .module_button-container .button {
    color: #fff;
}

.module-event-news-year .module_link--arrow {
    font-size: 1.4rem;
}

.module-event-news-year .module_link--arrow:after {
    margin-top: 0;
}

/** Events & Presentations **/
.module-event-upcoming-slideshow .module_title {
    text-transform: none;
    font-weight: normal;
}

.module-event-upcoming-slideshow .module_container--outer {
    background: #f1f1f1;
}

.pane--content .module-event-upcoming-slideshow .module {
    padding-top: 25px;
}

/* -------------- Module Presentation ---------------- */
.module-presentation-list .module_item {
    padding: 20px;
    border: 1px solid #dddddd;
    background: #fff;
    margin-bottom: 20px;
}

.module-presentation-list .module_links {
    margin-bottom: 0;
}

/* -------------- Module Graphs ---------------- */
.module-graphs.module .module_container--outer {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .module-graphs.module .module_container--outer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.module-graphs .module_container--content {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .module-graphs .module_container--content {
        display: block
    }
}

.module-graphs h2.module_title {
    padding-left: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .module-graphs h2.module_title {
        padding-left: 0;
    }
}

.module-graphs .module-graphs_item {
    max-width: 375px;
    width: 33%;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    .module-graphs .module-graphs_item {
        width: 100%;
        padding: 0;
    }
}

.module-graph_header {
    margin-bottom: 20px;
}

.module-graph_header h2 {
    margin-bottom: 5px;
    color: #020052;
    font-size: 2rem;
}

.module-graph_header span {
    font-size: 1.4rem;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
    color: #959595;
}

@media only screen and (max-width: 768px) {
    .module-graphs .module-graphs_item ~ .module-graphs_item {
        margin-top: 50px
    }
}

.module-graphs .module-graphs_item:last-child .module-graph_image {
    padding-right: 0;
}

.module-graph_image > a {
    display: block;
}

.module-graph_legend {
    margin-top: 20px;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .module-graph_legend {
        margin-top: 20px;
        font-size: 1.2rem;
        display: block;
    }
}

.module-graph_legend-item >span {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .module-graph_legend-item {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: 5px
    }
}

.module-graph_legend-item:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.module-graph_item-operating:before {
    background: #951EBE;
}

.module-graph_item-sga:before {
    background: #2EB9F1;
}

.module-graph_item-cogs:before {
    background: #30dcb3;
}

.module-graph_item-rd:before {
    background: #F68C1E;
}

/* -------------- Module Disclaimer Events ---------------- */
.module-disclaimer-events .module_buttons {
    margin-top: 30px
}

.module-disclaimer-events .module_buttons > a {
    margin: 0 15px;
}

/* -------------- Module Corporate Link Mobile ---------------- */
.module-corporate-link-mobile a {
    border-bottom: 2px solid #fff;
    display: block;
    background: #eef0fc;
    text-transform: uppercase;
    padding: 17px 45px 17px 20px;
    display: block;
    color: #020052;
    font-size: 1.6rem;
}

/** Breadcrumbs **/
.module-breadcrumb {
    font-size: 12px;
    padding: 20px 0;
}

.module-breadcrumb a {
    color: #4aa1c6;
    font-weight: 400;
}

.module-breadcrumb a:hover {
    text-decoration: underline;
    font-weight: 400;
}

.module-breadcrumb_separator {
    font-size: 0;
}

.module-breadcrumb_separator:after {
    font-family: "q4-icons";
    content: "\e607";
    font-size: 9px;
}

.page--investors .module-breadcrumb_home-link {
    font-size: 0;
}

.page--investors .module-breadcrumb_home-link:before {
    content: 'Investors';
    font-size: 12px;
}

.page--investors .module-breadcrumb_nonlink {
    font-size: 0;
}

.page--investors .module-breadcrumb_nonlink:before {
    content: 'Home';
    font-size: 12px;
}

a[href*=".rtf"] {
    display: none;
}

/*========================= Ratios Style ========================*/
.module-ratios .module_header {
    display: block;
    background-color: transparent;
    color: #010065;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 10px 20px;
    border-bottom: 1px solid #010065;
}

.module-ratios_item {
    margin-bottom: 15px;
}

.module-ratios_item > div {
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 20px;
}

/*======================= End Ratios Style ========================*/
.module-global-link {
    z-index: 3;
    position: absolute;
    top: 20px;
    right: 155px;
}

@media screen and (max-width: 1024px) {
    .module-global-link {
        top: 22px;
        right: 50px;
    }
}

.module-global-link a {
    height: 16px;
    width: 16px;
    background-image: url('../design/svg/anixter_icons_globe.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    line-height: 1;
    font-size: 0;
}

/* -------------- Module committee member ---------------- */
.module-person .color--brand, .module-committee-member .color--brand {
    color: #49a2c6;
}

.module-person i, .module-committee-member i {
    margin-right: 5px;
}

/*# sourceMappingURL=global.css.map */
/*.module-event-news-year .module-news-latest .module_headline {
    min-height: 114px !important;
}*/
.management-page .module-management-other .module_title {
    padding-top: 20px;
    padding-left: 30px;
}

.management-page .module-management-other .module_item-inner {
    min-height: 200px;
}

/* Leadership */
.module-leadership .module-leadership_introduction {
    margin-bottom: 30px
}

.module-leadership .module-leadership_items {
    margin-top: 20px;
    margin-bottom: 20px
}

.module-leadership .module-leadership_item-image img {
    border-radius: 100%;
}

.module-leadership .module-leadership_item {
    padding: 30px 0;
    border-bottom: 1px solid #b7b7b7;
}

.module-leadership .module-leadership_item:first-child {
    border-top: 1px solid #b7b7b7;
}


.module-leadership h3 {
    font: 600 18px/26px 'Source Sans Pro',Helvetica,Arial,sans-serif;
}

.module-leadership .module_link--arrow {
    font-size: 100%;
    font-weight: 600;
    text-transform: capitalize;
}

.module-leadership-links .module_link-container a {
    background: #f1f1f1;
    padding: 20px 20px;
    display: inline-block;
    width: 100%;
}

.module-leadership-links .module_link-container a span {
    font-weight: normal;
    text-transform: capitalize;
    font: 300 italic 30px/1.1 Source Sans Pro,Helvetica,Arial,sans-serif;
}

.module-leadership-links {
    margin-bottom: 40px;
}


@media all and (max-width: 480px) {
    .module-leadership .module-leadership_item-image {
        margin: 0 0 15px;
    }
}

.module-leadership_item-image-container, .module-leadership_item-details {
    display: inline-block;
    vertical-align: middle
}

.module-leadership_item-image-container {
    width: 200px;
    padding-right: 30px;
}

@media all and (max-width: 480px) {
    .module-leadership_item-image-container {
        padding-right: 0
    }
}

.module-leadership_item-details {
    width: calc(100% - 204px);
}

@media all and (max-width: 480px) {
    .module-leadership_item-details {
        width: 100%;
    }
}

.module-leadership-links .module_link-container {
    margin-top: 0;
}

@media all and (max-width: 480px) {
    .module-leadership-links .module_link-container + .module_link-container {
        margin-top: 10px;
    }
}

.module-event-news-year .module-event .module_date-time {
    margin-top: 100px;
    position: absolute;
    bottom: 70px;
}