/*==================================
 ------------ 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;
}

nav ol,
nav ul:not(.list),
.list--reset ol,
.list--reset ul:not(.list) {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------ TABLES ------------*/

.table,
.q4Table {
    width: 100%;
    margin: 16px 0;
}

.table thead,
.q4Table .heading {
    background-color: #292b35;
}


.table th,
.q4Table th {
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-style: normal;
}

.table th,
.table td,
.table tr > .grid_col,
.q4Table td,
.q4Table th {
    margin: 0;
    padding: 16px 20px;
    font-weight: 400;
    font-style: normal;
}

.table td,
.table tr > .grid_col,
.q4Table td {
    padding: 13px 20px;
    font-size: 16px;
}

.table tr,
.q4Table tr {
    border-bottom: 1px solid #ccc;
}
.table small,
.q4Table small {
    color: #a2a2a2;
}
.table--headless tr:nth-child(even) {
    background-color: transparent;
}

.table--headless tr:nth-child(odd) {
    background-color: #eeeeef;
}

.table--headless tr:first-child {
    background-color: #284ed2;
    text-align: left;
}

.table--headless tr:first-child td {
    color: #fff;
}
.table--wrap {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
    .table--responsive thead {
        display: none;
    }
    .table--responsive tbody {
        border-top: 2px solid #292b35;
        border-bottom: 2px solid #292b35;
    }
    .table--responsive td {
        display: block;
    }
    .table th,
    .table td,
    .table tr > .grid_col,
    .q4Table td,
    .q4Table th {
        padding: 16px 8px;
    }
    .table td,
    .table tr > .grid_col,
    .q4Table td {
        padding: 10px 8px;
    }
    .table--responsive td:before {
        content: attr(data-heading) ": ";
        width: 50%;
        display: inline-block;
        vertical-align: top;
        font-weight: 700;
    }
    .table--responsive td span {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

}


strong,
b {
    font-weight: bold;
}

em {
    font-style: italic;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

small {
    font-size: smaller;
}


/*---------- Animations ----------*/

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*==================================
 --------- DEFAULT STYLES ---------
==================================*/

body {
    overflow-x: hidden;
    color: #343638;
    font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}


/*---------- TYPOGRAPHY ----------*/

h1 {
    font-size: 74px;
    line-height: 1.2;
    font-weight: 200;
    letter-spacing: -0.02em;
    margin: 20px 0;
}

h2 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 200;
    margin-bottom: 40px;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 15px 0;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin: 10px 0;
}

h5 {
    font-size: 16px;
    line-height: 1.1;
    margin: 10px 0;
}

a {
    text-decoration: none;
    color: #284ed2;
    transition: color 0.5s ease-in-out 0s;
}

a:hover {
    color: #00bc94;
}

i {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 55px;
        line-height: 1;
    }
    h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}


/*------------ COMMON ------------*/

img {
    max-width: 100%;
}


/*-----------------Custom Checkboxes----------------*/

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
    text-decoration: underline;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}


/*active state styles general*/

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content: "";
    width: 25px;
    height: 25px;
    background: transparent;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #000;
    border-radius: 100%;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    transition: all .1s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after {
    border-radius: 100%;
}


/*active state styles with check sign*/


/*input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    content: "\ed71";
    font-family: 'q4-icons' !important;
    top: calc(50% + 2px);
    left: 2px;
    width: 14px;
    height: 14px;
    color: #2979a4;
}*/


/*active state styles with middle square*/

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 100%;
}


/*active state activation*/

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.js--invalid input[type="checkbox"] + label:before,
.js--invalid input[type="radio"] + label:before {
    border-color: #b72121 !important;
}


/*---------------End Custom Checkboxes--------------*/

input::-ms-clear {
    display: none;
}

iframe {
    width: 100%;
}


/*------- HACKS AND FIXES -------*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*------------ LISTS ------------*/

.list {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}


/*------- BUTTONS / INPUTS -------*/

.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #b7b7b7;
    color: #284ed2;
    border-radius: 0;
    font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.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,
.module_link.button {
    color: #fff;
    font-size: 18px;
    border: none;
    background: #284ED2;
    border-radius: 30px;
    text-align: center;
    padding: 10px 20px;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 120px;
    text-transform: none;
    letter-spacing: 0;
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.submit:hover,
.submit:focus,
.button:hover,
.button:focus {
    color: #fff;
    background: #1737a9;
}

.button--inverted {
    background: #1737a9;
}

.button--inverted:hover,
.button--inverted:focus {
    background: #284ED2;
    color: #fff;
}

.button--inverted.js--disabled {
    background: #fff;
    border-color: #284ED2;
    color: #284ED2;
}

.button.button--dark,
.button--dark {
    background: none;
    border: 1px solid #fff;
}

.button.button--dark:hover,
.button--dark:hover,
.button--dark:focus {
    background: #fff;
    color: #284ed2;
}
.button.button--dark.js--disabled ,
.button--dark.js--disabled {
    border-color: #fff;
    color: #fff;
}

.button--dark.js--disabled:hover,
.button--dark.js--disabled:focus {
    background: transparent;
}

.dropdown {
    padding: 15px 35px 15px 20px;
    background: transparent url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
    background-size: 14px 14px;
    min-width: 130px;
}

.dropdown::-ms-expand {
    display: none;
}

@media only screen and (max-width: 767px) {
    .submit,
    .button {
        font-size: 14px;
    }
}


/*--------- SPECIAL BOXES --------*/

.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #eeeeef;
    border-left: 3px solid rgba(0, 111, 186, 0.5);
    font-family: monospace, serif;
    font-size: 14px;
    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: #eeeeef;
    border-left: 3px solid rgba(241, 175, 15, 0.5);
    font-size: 14px;
    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: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: "\e910";
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 12px;
}

.module_q4-icon-links .module_add-to-calendar-reveal:before {
    content: "\ea5f";
    padding-right: 5px;
}

.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: "\e913";
}

.module_q4-icon-links .module_link[href$=".xls"]:before,
.module_q4-icon-links .module_link[href$=".csv"]:before,
.module_q4-icon-links .module_link[href$=".XLS"]:before,
.module_q4-icon-links .module_link[href$=".CSV"]:before {
    content: "\e916";
}

.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: "\e914";
}

.module_q4-icon-links .module_link[href$=".pdf"]:before,
.module_q4-icon-links .module_link[href$=".PDF"]:before {
    content: "\e912";
}

.module_q4-icon-links .module_link[href$=".doc"]:before,
.module_q4-icon-links .module_link[href$=".DOC"]:before {
    content: "\e90d";
}

.module_q4-icon-links .module_link.module_link-webcast:before,
.module_q4-icon-links .module_webcast-link:before {
    content: "\e915";
}


/*.module_q4-icon-links .module_link.module_link-news:before,
.module_q4-icon-links .module_link.module_link-transcript:before {
    content: "\e99b";
}

.module_q4-icon-links .module_link.module_link-presentation:before {
    content: "\e95c";
}

.module_q4-icon-links .module_link.module_link-file:before {
    content: "\eb81";
}*/

.module_q4-icon-links .module_link.module_link-sec:before {
    content: "\e910";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".pdf"]:before {
    content: "\e912";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".rtf"]:before {
    content: "\e90d";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".xls"]:before {
    content: "\e916";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".zip"]:before {
    content: "\e917";
}


/*==================================
 ----------- TOAST GRID -----------
==================================*/

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.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;
    padding-left: 20px;
    vertical-align: top;
}

@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.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--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}


/*==================================
 --------- UTILITY CLASSES --------
==================================*/

.hidden {
    display: none !important;
}

.disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.background--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background--brand {
    background-color: #284ed2;
}

.background--alt-brand {
    background-color: #f1af0f;
}

.background--dark {
    background-color: #292b35;
}

.background--light {
    background-color: #fff;
}

.background--grey {
    background-color: #eeeeef;
}

.background--grey-dark {
    background: #e4e5e6;
}

.background--black-grey {
    background: rgb(28, 30, 42);
    background: -moz-linear-gradient( 31deg, rgb(28, 30, 42) 0%, rgb(52, 54, 66) 100%);
    background: -webkit-linear-gradient( 31deg, rgb(28, 30, 42) 0%, rgb(52, 54, 66) 100%);
    background: -ms-linear-gradient( 31deg, rgb(28, 30, 42) 0%, rgb(52, 54, 66) 100%);
    background: linear-gradient( 31deg, rgb(28, 30, 42) 0%, rgb(52, 54, 66) 100%);
}

.background--red-purple {
    background: rgb(200, 25, 36);
    background: -moz-linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
    background: -webkit-linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
    background: -ms-linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
    background: linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
}

.background--purple-blue {
    background: rgb(128, 10, 104);
    background: -moz-linear-gradient( 31deg, rgb(128, 10, 104) 0%, rgb(104, 29, 128) 34%, rgb(80, 47, 151) 52%, rgb(40, 78, 199) 100%);
    background: -webkit-linear-gradient( 31deg, rgb(128, 10, 104) 0%, rgb(104, 29, 128) 34%, rgb(80, 47, 151) 52%, rgb(40, 78, 199) 100%);
    background: -ms-linear-gradient( 31deg, rgb(128, 10, 104) 0%, rgb(104, 29, 128) 34%, rgb(80, 47, 151) 52%, rgb(40, 78, 199) 100%);
    background: linear-gradient( 31deg, rgb(128, 10, 104) 0%, rgb(104, 29, 128) 34%, rgb(80, 47, 151) 52%, rgb(40, 78, 199) 100%);
}

.background--blue-green {
    background: rgb(40, 78, 199);
    background: -moz-linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
    background: -webkit-linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
    background: -ms-linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
    background: linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
}

.background--success {
    background-color: #00bc94;
}

.background--error {
    background-color: #b72121;
}

.color--brand {
    color: #284ed2;
}

.color--dark {
    color: #222;
}

.color--grey {
    color: #eeeeef;
}

.color--success {
    color: #00bc94;
}

.color--error {
    color: #b72121;
}

.dark {
    color: #fff;
}

.dark a {
    color: #fff;
}


/*==================================
 --------- ACCESSIBILITY ----------
==================================*/

*:focus {
    outline: none;
}

a:focus {
    text-decoration: underline;
}

.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;
    animation: spin 0.8s infinite linear;
}

.js--hidden {
    display: none;
}

.js--visible {
    display: block;
}

.js--disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.js--invalid input[type="text"],
.js--invalid select {
    border: 1px solid #b72121 !important;
}

.js--invalid input[type="checkbox"] {
    border-color: #b72121 !important;
}


/*===================ANIMATION CSS====================*/

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animate-in {
    0% {
        -moz-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes animate-in {
    0% {
        -moz-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes animate-in {
    0% {
        -moz-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes animate-in {
    0% {
        -moz-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes nav-in {
    0% {
        -moz-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes nav-in {
    0% {
        -moz-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes nav-in {
    0% {
        -moz-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes nav-in {
    0% {
        -moz-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes nav-out {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        opacity: 0;
    }
}

@-moz-keyframes nav-out {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        opacity: 0;
    }
}

@-o-keyframes nav-out {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        opacity: 0;
    }
}

@keyframes nav-out {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        opacity: 0;
    }
}

.animate-in {
    -webkit-animation: animate-in .7s;
    -moz-animation: animate-in .7s;
    -o-animation: animate-in .7s;
    animation: animate-in .7s;
    animation-fill-mode: both;
}


/*=================END ANIMATION CSS==================*/


/*==================================
 ----------- 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:not(:empty),
.module_location:not(:empty),
.module_speakers:not(:empty),
.module_links:not(:empty),
.module_body:not(:empty),
.module_options:not(:empty),
.module_not-found:not(:empty) {
    margin-bottom: 15px;
}

.module_headline:not(:empty) {
    margin-bottom: 5px;
}

.module_error-container:not(:empty) {
    margin-bottom: 30px;
    color: #b72121;
}

.module_add-to-calendar-reveal {
    color: #284ed2;
    cursor: pointer;
    transition: color 0.5s ease-in-out 0s;
}

.module_add-to-calendar-reveal:hover,
.module_add-to-calendar-reveal:focus {
    color: #00bc94;
}

.module_add-to-calendar-reveal:focus {
    text-decoration: underline;
}

.module_add-to-calendar-list {
    display: none;
}

.module_add-to-calendar-list:after {
    content: "Select your Calendar";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}

.fancybox-container .module_add-to-calendar-list {
    padding: 70px;
}

.module_add-to-calendar-item {
    display: inline-block;
    margin: 0 10px;
}

.module_add-to-calendar-item--ics {
    display: none;
}

.module_add-to-calendar-link {
    font-size: 24px;
}

.module_add-to-calendar.js--hidden {
    display: none;
}

.module_actions,
.module_pager {
    margin-top: 20px;
}

.module_date-time {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 28px;
    color: #80828c;
}

.module_time-text:not(:empty):before {
    content: "|";
    display: inline-block;
    padding-right: 7px;
    padding-left: 4px;
}

@media only screen and (max-width: 767px) {
    .module_date-time {
        font-size: 13px;
    }
}

.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-link {
    font-size: 22px;
    line-height: 26px;
    color: #343638;
}

.module_headline-link:hover,
.module_headline-link:focus {
    color: #343638;
}

.module_headline-link--no-hover:hover,
.module_headline-link--no-hover:focus {
    color: #343638;
}

@media only screen and (max-width: 767px) {
    .module_headline-link {
        font-size: 18px;
    }
}

.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: 15px;
}

.module_item {
    padding: 30px 0 10px;
}

.module_item.js--visible {
    display: block !important;
}

.module_label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.module_label + .module_required {
    font-size: 14px;
}

.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,
    .module_financials a,
    .module_attachment a {
        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 12px 5px 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.module_link:not(.button) {
    text-transform: uppercase;
}
.module_link > .module_link-text,
.module_link > i,
.module_link > span {
    vertical-align: middle;
}

.module_link > i:before {
    display: block;
}

.module_link[style="DISPLAY:block;"],
.module_link[style="display: block;"] {
    display: inline-block !important;
}

@media only screen and (max-width: 767px) {
    .module_link {
        font-size: 13px;
    }
}

.module_loader {
    display: inline-block;
    animation: spin 1s linear infinite;
}

.module_message {
    display: block;
    margin: 16px 0;
}

.module_message[style$="hidden;"],
.module_message:empty {
    display: none;
}

.module_message--success,
.MessageSent {
    color: #00bc94;
}

.module_message--success:before,
.MessageSent p:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed71";
    margin-right: 5px;
}

.module_message--error {
    color: #b72121;
}

.module_message--error:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed4f";
    margin-right: 5px;
}

.module_nav-link,
.module_nav .ModuleYearLink,
.module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
    display: inline-block;
    margin-right: 5px;
    padding: 15px 20px;
    border: 2px solid #284ed2;
    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: #284ed2;
    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 a {
    color: #333333;
}

.module_pager a[href] {
    color: #284ed2;
}

.module_reminder .module_input.module_reminder-period,
.module_reminder .module_input.module_reminder-email {
    margin-right: 10px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required,
.module_red-star {
    color: #b72121;
}

.module_required-text {
    font-size: 13px;
    color: #333333;
}

.module_rss {
    float: right;
}

.module_speakers li {
    margin-bottom: 5px;
}

.module_title {
    color: #343642;
    text-align: center;
}

.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"],
.module_dropdown,
.module textarea.module_input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Text area demands width*/
    width: 100%;
    max-width: none;
    padding: 15px 20px;
    border: 1px solid #b7b7b7;
    border-radius: 30px;
    font-family: inherit;
    font-size: 16px;
}

.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: 100px;
}

.module_input[type="file"],
.module_dropdown {
    cursor: pointer;
}

.module_input[type="file"] {
    line-height: 1;
}

.module_input--brand[type="text"] {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    border: 2px solid #284ed2;
    background: transparent;
}

.module_dropdown {
    background: #eeeeef url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 20px center;
    background-size: 14px 14px;
}

.module_dropdown::-ms-expand {
    display: none;
}

.module-details .module_date-time {
    margin-bottom: 15px;
}


/*------- Captcha Component ------*/

.CaptchaContainer {
    display: none;
}

.CaptchaContainer table tr:nth-child(1) {
    display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
    padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
    padding-bottom: 5px;
    font-size: 14px;
}

.CaptchaContainer table tr:nth-child(3) td span {
    display: none !important;
}

.CaptchaContainer table tr:nth-child(4) span {
    display: none !important;
}

.CaptchaContainer table tr td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .CaptchaContainer table tr td {
        padding-right: 0;
    }
}

.CaptchaContainer input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    max-width: none;
    padding: 15px 20px;
    border: 1px solid #b7b7b7;
    border-radius: 30px;
    font-size: 16px;
    font-family: inherit;
}

.CaptchaContainer .button {
    width: 100%;
}

.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
    padding-bottom: 20px;
}

.fancybox-container .CaptchaContainer table tr td {
    padding-right: 0;
}


/*- Committee Composition Widget -*/
.starIcon:after {
    display: inline-block;
    content: "*";
}

.module-committee .module_container--tablet {
    display: none;
}

.module-committee .module_header {
    display: block;
    font-size: 16px;
    font-weight: 500;
    background: #292b35;
    color: #fff;
    font-weight: normal;
}

.module-committee .module_item {
    padding: 0;
    border-bottom: 1px solid #d7d7d7;
}

.module-committee .grid_col {
    padding: 15px 20px;
    text-align: center;
}
.module-committee .module_container--tablet .grid_col {
    vertical-align: middle;
}
.module-committee .module_container--tablet .grid_col:last-of-type,
.module-committee .module_container--tablet .grid_col.module-committee_icon {
    text-align: right;
}
.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee_category {
    margin-bottom: 5px;
}
.module-committee_category .module_header i:before {
    content: "\edc2";
}
.module-committee_category.js--active .module_header i:before {
    content: "\edba";
}

.module-committee_custom-role {
    margin-left: 5px;
}

.module-committee_bio {
    padding: 0 15px 20px;
    text-align: left;
}

.module-committee_bio p {
    margin: 0;
}

.module-committee_bio p:not(:last-of-type) {
    margin-bottom: 16px;
}

.module-committee_legend-container {
    padding: 20px 15px;
}

.module-committee_legend {
    display: inline-block;
    margin-right: 30px;
}

.module-committee_legend i {
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .module-committee .module_container--desktop {
        display: none;
    }
    .module-committee .module_container--tablet {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .module-committee_legend {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/*----- Download List Module -----*/

.module-downloads .module_nav {
    display: none;
}

.module-downloads .module_item {
    padding: 15px 42px 15px 0;
    position: relative;
}

.module-downloads .module_item ~ .module_item {
    border-top: 1px solid #d7d7d7;
}

.module-downloads_thumbnail,
.module-downloads_description,
.module-downloads_date {
    display: none;
}

.module-downloads_title-link.module-downloads_title-link:before {
    position: absolute;
    top: 50%;
    right: 0;
    padding-right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/*--- Financial Report Modules ---*/

.module-financial-quarter_item--non-gapp h3 {
    text-align: center;
}

.module-financial-quarter_item--non-gapp .module-financial-quarter_item-inner {
    padding-top: 30px;
}

.module-gap-quarter {
    color: #fff;
    text-align: center;
    padding: 38px 0;
}

.module-gap-quarter_type-text {
    font-size: 74px;
    line-height: 1;
    font-weight: 200;
    display: inline-block;
}

.module-gap-quarter_year-text {
    font-size: 40px;
    line-height: 1;
    font-weight: 200;
    display: inline-block;
}

.module-gap-box-content.module-gap-box-content {
    padding-left: 60px;
}

.module-gap-table {
    width: 100%;
    font-size: 16px;
}

.module-gap-table thead {
    background: #eeeeef;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.module-gap-table th {
    padding: 10px 25px;
}


.module-gap-table tbody {
    border-bottom: 1px solid #d7d7d7;
}

.module-gap-table tbody > tr:first-child {
    border-bottom: 1px solid #d7d7d7;
}

.module-gap-table td {
    padding: 7px 0;
}

.module-gap-table td:not(:first-child) {
    font-weight: 300;
    text-align: center;
}

.module-gap-table tbody > tr:first-child td {
    font-weight: 400;
}

.module-gap-table td > span {
    display: inline-block;
}

.module-gap-table td > span:first-child {
    margin-right: 60px;
}

.module-legend {
    font-weight: 300;
}

.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #284ed2;
}

.module-financial-year .module_item {
    padding: 0;
}

.module-financial-year .module_item ~ .module_item {
    border: none;
}

.module-financial-year .module_links {
    margin: 0;
}

.module-financial-quarter_item--quarterly-results {
    padding-top: 40px;
}

.module-financial-year .module-financial_year {
    text-align: center;
}

.module-financial-quarter .module_options {
    margin-bottom: 0;
}
.select2-container {
    z-index: 1!important;
}
.module-financial-quarter .select2-container {
    width: 100% !important;
}

.module-financial-quarter .select2-container .select2-selection--single {
    padding: 21px 0;
}

.module-financial-quarter .module-header-wrap.grid_col {
    padding-left: 15px;
}

.module-financial-quarter .module-header {
    background: #eeeeef;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 30px;
}

.module-financial-quarter .module_header-text {
    display: inline-block;
    font-size: 16px;
    padding: 15px 0;
}

.module-financial-quarter .module_item {
    padding: 0;
    margin-top: 25px;
    position: relative;
}

.module-financial-quarter .module_item ~ .module_item:before {
    content: "";
    background: #d7d7d7;
    height: 1px;
    position: absolute;
    top: -15px;
    right: 0;
    width: calc(100% - 12.5% - 15px);
}

.module-financial-quarter .module_links {
    margin: 0;
    padding: 0 30px;
}

.module-financial-quarter .module_links > div {
    display: inline-block;
}

.module-financial-quarter .module_link-wrap.grid_col {
    padding: 14px 0;
}

.module-financial-quarter .module_link {
    font-size: 16px;
    font-weight: 300;
    color: #343642;
    text-transform: none;
    margin: 0;
    letter-spacing: 0;
}

.module-financial-quarter .module_link:hover,
.module-financial-quarter .module_link:focus {
    color: #00bc94;
}

.module-financial-quarter .module_link + .module_link {
    margin-top: 10px;
}

.module-financial-quarter .module_q4-icon-links .module_link:before {
    font-size: 30px;
    padding-right: 12px;
}

.module-financial-quarter .module-financial_year-text {
    font-size: 16px;
    font-weight: 300;
    padding: 18px 10px;
    margin: 0;
    border: 1px solid #284ed2;
    color: #284ed2;
    text-align: center;
}

.module-financial-quarter .module_links-wrap.grid_col {
    padding-left: 15px;
}

.module-latest-annual .module_container--content {
    text-align: center;
}

.module-latest-annual .module_item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 60px 30px;
}

.module-latest-annual .module-financial_year {
    font-size: 22px;
    margin-bottom: 30px;
}

.module-latest-annual .module_links {
    margin-bottom: 0;
}

.module-latest-annual .module_links > * {
    display: block;
}

.module-latest-annual .module_thumbnail {
    margin-bottom: 45px;
}

.module-latest-annual .module_link-wrap {
    text-align: left;
    padding: 6px 0;
}

.module-latest-annual .module_link {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #343638;
    text-transform: none;
    letter-spacing: 0;
}

.module-latest-annual .module_link:hover,
.module-latest-annual .module_link:focus {
    color: #00bc94;
}

.module-latest-annual .module_q4-icon-links .module_link:before {
    font-size: 30px;
    padding-right: 12px;
}

.module-latest-annual .module_link-size {
    display: inline-block;
    padding-left: 3px;
}

.module-latest-annual .module_link-size:not(:empty):before {
    content: "(";
}

.module-latest-annual .module_link-size:not(:empty):after {
    content: ")";
}

.module-latest-annual .module_thumbnail-image {
    display: block;
    width: 100%;
}

.module-annual-reports-archive .module_options {
    float: right;
    margin-top: -92px;
}

.module-annual-reports-archive .module_container--content {
    display: block;
    width: 100%;
    clear: both;
}

.module-annual-reports-archive .module-financial_year-header {
    font-size: 16px;
    font-weight: 500;
    background: #292b35;
    color: #fff;
    padding: 16px 20px;
    text-align: center;
}

.module-annual-reports-archive .module_links {
    text-align: center;
    margin-bottom: 0;
    padding-top: 35px;
}

.module-annual-reports-archive .module_link-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px;
}

.module-annual-reports-archive .module_link {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #343638;
    text-transform: none;
    letter-spacing: 0;
}

.module-annual-reports-archive .module_link:hover,
.module-annual-reports-archive .module_link:focus {
    color: #00bc94;
}

.module-annual-reports-archive .module_link-size {
    display: inline-block;
    padding-left: 3px;
}

.module-annual-reports-archive .module_link-size:not(:empty):before {
    content: "(";
}

.module-annual-reports-archive .module_link-size:not(:empty):after {
    content: ")";
}

.module-financial-table_header {
    background-color: #284ed2;
    color: #fff;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_body-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module-financial-table_body-row:nth-child(even) {
    background-color: #eeeeef;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-weight: normal;
}

.module-financial-table_item ~ .module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    opacity: 0.1;
}

.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%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.module-financial-table .slick-prev {
    left: 10px;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}

.module-financial-mashup .module_body {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.module-financial-mashup .module_body > *:first-child,
.module-financial-mashup .module_body > style + p {
    margin-top: 0;
}

.module-financial-mashup .module_body:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70ffffff', endColorstr='#ffffff', GradientType=0);
}

.module-financial-mashup .module-financial-mashup_documents .module_links + h4 {
    margin-top: 30px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links > div {
    background-color: #eeeeef;
    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;
    margin-left: 5px;
}

@media only screen and (max-width: 1280px) {
    .module-financial-quarter .module_header-text,
    .module-financial-quarter .module_link {
        /*font-size: 18px;*/
    }
    .module-latest-annual .module_item {
        margin: 0 30px 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .module-gap-box,
    .module-gap-box-content.module-gap-box-content {
        width: 100%;
    }
    .module-gap-box-content.module-gap-box-content {
        padding-left: 0;
    }
    .module-gap-table {
        /*font-size: 18px;*/
    }
    .module-gap-table td > span:first-child {
        margin-right: 20px;
    }
    .module-financial-quarter .module_options-wrap {
        margin-bottom: 25px;
        width: 100%;
    }
    .module-financial-quarter .select2-container {
        width: 130px !important;
    }
    .module-financial-quarter .module_item {
        margin-top: 0;
    }
    .module-financial-quarter .module-header-wrap,
    .module-financial-quarter .module_item ~ .module_item:before {
        display: none;
    }
    .module-financial-quarter .module-financial_year-text {
        width: 100%;
    }
    .module-financial-quarter .module_links-wrap.grid_col {
        width: 100%;
        padding-left: 0;
    }
    .module-financial-quarter .module_link-wrap.grid_col {
        display: none;
        width: 100%;
        padding: 14px 0;
    }
    .module-financial-quarter .module_link-wrap.grid_col:not(:empty) {
        display: block;
    }
    .module-financial-quarter .module_link {
        margin-right: 20px;
    }
    .module-financial-quarter .module_link + .module_link {
        margin-top: 5px;
    }
    .module-annual-reports-archive .module_options {
        float: none;
        margin-top: 0;
    }
    .module-financial-quarter .module_links {
        padding: 0 20px; 
    }
    .module-financial-quarter .module-financial_year-text {
        margin-bottom: 10px;
    }
    .module-financial-quarter .module_link-wrap:before {
        content: "";
        display: inline-block;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .module-financial-quarter .module_link-wrap.module_link-news:before {
        content: "Earnings Release:"
    }
    .module-financial-quarter .module_link-wrap.module_link-webcast:before {
        content: "Webcast:"
    }
    .module-financial-quarter .module_link-wrap.module_link-presentation:before {
        content: "Presentation:"
    }
    .module-financial-quarter .module_link-wrap.module_link-transcript:before {
        content: "Transcript:"
    }
}

@media only screen and (max-width: 768px) {
    .module-financial-quarter .module_link-wrap:before {
        display: block;
    }
    .module-financial-table_item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .module-gap-quarter {
        padding: 20px 10px;
    }
    .module-gap-quarter_type-text {
        font-size: 37px;
        display: block;
    }
    .module-gap-quarter_year-text {
        font-size: 20px;
        display: block;
    }
    .module-gap-table {
        font-size: 16px;
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .module-financial-quarter .module_link-wrap.grid_col {
        padding: 10px 0;
    }
    .module-financial-quarter .module_link {
        font-size: 16px;
    }
    .module-annual-reports-archive .module_links {
        padding-top: 15px;
        text-align: left;
    }
    .module-annual-reports-archive .module_link-wrap {
        display: block;
        margin: 0;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_item {
        margin: 5px;
    }
    .module-financial-quarter .select2-container {
        width: 100% !important;
    }
    .module-latest-annual .module_item {
        margin: 0 0 30px;
    }
}


/* Latest Quarterly Result Widget */

.module-latest-quarter .module_item {
    margin: 50px 0;
    padding: 0;
}

.module-latest-quarter .module_item ~ .module_item {
    border: none;
}

.module-latest-quarter .module_links {
    margin: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    text-align: left;
}

.module-latest-quarter .module_links > div {
    display: inline-block;
    text-align: center;
}

.module-latest-quarter .module_link {
    margin: 0;
}

.module-latest-quarter .module_link:before {
    display: inline-block;
    font-size: 55px;
    padding: 0;
}

.module-latest-quarter .module_link-text {
    display: block;
    margin: 15px 0 0;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

.module-latest-quarter .module-financial_type-text,
.module-latest-quarter .module-financial_year-text {
    display: inline-block;
    width: 100%;
}

.module-latest-quarter .module-financial_type-text {
    font-size: 55px;
    font-weight: normal;
}

.module-latest-quarter .module-financial_year-text {
    margin-top: 15px;
    font-size: 24px;
}

.module-latest-quarter .grid_col {
    vertical-align: bottom;
}

@media only screen and (max-width: 1200px) {
    .module-latest-quarter .module_links {
        border-left: 0;
    }
    .module-latest-quarter .module_link {
        margin: 0 0 15px;
    }
    .module-latest-quarter .grid_col {
        vertical-align: middle;
    }
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_item > div:first-child {
        margin-bottom: 30px;
    }
}

.module-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: #284ed2;
}


/*---------- 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: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
    font-size: 16px;
    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;
}

.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;
}

@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;
}


/*----- Miscellaneous Modules ----*/

.module-script {
    display: none;
}

.module-slideshow_ratio {
    padding-bottom: 56.25%;
    /* this should be changed with aspecRatio option in widget */
    position: relative;
}

.module-slideshow_viewer:not(.grid_col) {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

.module-slideshow_viewer:not(.grid_col):not(:last-child) {
    margin-bottom: 25px;
}

.module-slideshow_title {
    margin-bottom: 10px;
    display: none;
}

.module-slideshow .module_links > * + * {
    margin-top: 15px;
}


.module-slideshow iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.module_rss.module_rss--top {
    margin-top: 15px;
}
.module-rss p + h2 {
    margin: 40px 0 30px;
}
@media screen and (max-width: 768px){
    .module_rss.module_rss--top {
        margin-top: 10px;
    }
}


.module--links-divider .module_container--content-events .module_links > .module_attachments:not(:first-child):not(:empty):before {
    display: none;
}
.module-event-calendar ul.module_attachments {
    margin-left: 0;
    padding-left: 0;
}

.module-event-presentations-archive .select2-container:first-of-type {
    width: auto!important;
    min-width: 190px;
}
.module-presentations_slideshow-wrap {
    padding-left: 50px;
}
@media screen and (max-width: 768px){
    .module-presentations_slideshow-wrap {
        padding-left: 0;
    }
}

/*------ Navigation Modules ------*/

.nav_close {
    display: none;
}

.nav--sitemap {
    display: block;
    width: 100%;
    max-width: 1346px;
    margin: 0 auto;
    padding: 0 30px;
    padding-bottom: 70px;
}

.nav--sitemap a {
    display: inline-block;
}

.nav--sitemap .level1 > li:not(:last-of-type) {
    margin-bottom: 35px;
}

.nav--sitemap .level1 > li > a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.nav--sitemap .level2 > li,
.nav--sitemap .level3 > li {
    padding: 5px 0;
}

.nav--sitemap .level2 > li > a,
.nav--sitemap .level3 > li > a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav--sitemap .level2 > li > a,
.nav--sitemap .level3 > li > a {
    margin-bottom: 5px;
}

.nav--sitemap .level4 > li > a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.nav--sitemap .level3 > li,
.nav--sitemap .level4 > li {
    padding-left: 15px;
}

@media only screen and (max-width: 767px) {
    .nav--sitemap {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*-------- News Module CSS -------*/

.module-news-latest .module_container--content {
    margin: -10px -16px 0;
    padding-bottom: 25px;
}

.module-news-latest .module_item-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 16px;
}

.module-news-latest .module_item {
    display: table-cell;
    margin: 0;
    border: none;
    padding: 32px 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.module-news-latest .module_item:first-child {
    background: rgb(28, 30, 42);
    background: -moz-linear-gradient( 31deg, rgb(28, 30, 42) 0%, rgb(52, 54, 66) 100%);
    background: -webkit-linear-gradient( 31deg, rgb(28, 30, 42) 0%, rgb(52, 54, 66) 100%);
    background: -ms-linear-gradient( 31deg, rgb(28, 30, 42) 0%, rgb(52, 54, 66) 100%);
    background: linear-gradient( 31deg, rgb(28, 30, 42) 0%, rgb(52, 54, 66) 100%);
}

.module-news-latest .module_item:nth-child(2) {
    background: rgb(200, 25, 36);
    background: -moz-linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
    background: -webkit-linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
    background: -ms-linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
    background: linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
}

.module-news-latest .module_item:nth-child(3) {
    background-color: rgb(228, 229, 230);
}

.module-news-latest .module_item:nth-child(4) {
    background: rgb(128, 10, 104);
    background: -moz-linear-gradient( 31deg, rgb(128, 10, 104) 0%, rgb(104, 29, 128) 34%, rgb(80, 47, 151) 52%, rgb(40, 78, 199) 100%);
    background: -webkit-linear-gradient( 31deg, rgb(128, 10, 104) 0%, rgb(104, 29, 128) 34%, rgb(80, 47, 151) 52%, rgb(40, 78, 199) 100%);
    background: -ms-linear-gradient( 31deg, rgb(128, 10, 104) 0%, rgb(104, 29, 128) 34%, rgb(80, 47, 151) 52%, rgb(40, 78, 199) 100%);
    background: linear-gradient( 31deg, rgb(128, 10, 104) 0%, rgb(104, 29, 128) 34%, rgb(80, 47, 151) 52%, rgb(40, 78, 199) 100%);
}

.module-news-latest .module_item:hover {
    -moz-transform: scale(1.025) perspective(1px);
    -o-transform: scale(1.025) perspective(1px);
    -ms-transform: scale(1.025) perspective(1px);
    -webkit-transform: scale(1.025) perspective(1px);
    transform: scale(1.025) perspective(1px);
    -webkit-box-shadow: 0 0 30px rgba(28, 30, 42, 0.25);
    -moz-box-shadow: 0 0 30px rgba(28, 30, 42, 0.25);
    box-shadow: 0 0 30px rgba(28, 30, 42, 0.25);
}
.module-news-latest .module_item:nth-child(3) .button {
    color: #fff;
    background: #284ED2;
}
.module-news-latest .module_item:nth-child(3) .button:hover {
    color: #fff;
    background: #1737a9;
}
.module-news-latest .module_date-time,
.module-news-latest .module_headline {
    margin-bottom: 10px;
}

.module-news-latest .module_link {
    margin: 0;
}


.module-news-latest .module_headline-link {
    font-weight: 300;
}

.module-news-latest .module_date-time,
.module-news-latest .module_headline-link {
    color: #fff;
}

.module-news-latest .module_item:nth-child(3) .module_date-time,
.module-news-latest .module_item:nth-child(3) .module_headline-link {
    color: #343642;
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .button {
    min-width: 0;
    margin-top: 20px;
    font-weight: 300;
    padding: 10px 30px;
    font-size: 18px;
}
.module-news-latest .module_wrap-button .button {
    min-width: 220px;
}

.module-news-list .module_item {
    padding-left: 0;
    padding-top: 20px;
}

.module-news-list .module_item + .module_item {
    border-top: 1px solid #dddddd;
}

.module-news .module_tags,
.module-news .module_options {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.module-news .module_tags .select2-container {
    min-width: 235px;
}
.module-news .module_link.button {
    font-weight: 300;
    padding: 9px 30px;
    min-width: 0;
}

.module-news-details .module_title {
    font-size: 42px !important;
    line-height: 1.1 !important;
    font-weight: 200 !important;
    margin-bottom: 40px !important;
}

.module-details_title {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin: 15px 0 !important;
}

.module-news-details .module_view-all-link {
    display: inline-block;
    margin-bottom: 25px;
}

.module-news-details .module_view-all-link--bottom {
    margin-top: 25px;
    margin-bottom: 0;
}

.module-news-details_category {
    display: none;
}

.module-news-details .module_link i {
    font-size: 30px;
}

.module-news-details a {
    word-wrap: break-word;
}
.module-news-details pre {
    overflow: auto;
}
@media only screen and (max-width: 1023px) {
    .module-news-latest .module_container--content {
        margin: 0;
    }
    .module-news-latest .module_item-container,
    .module-news-latest .module_item {
        display: block;
    }
    .module-news-latest .module_item {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .module-news-details .module_title {
        font-size: 32px !important;
        margin-bottom: 20px !important;
    }
    .module-news-details table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}
.module-news .module_links {
    margin-top: 20px;
}
@media only screen and (max-width: 480px) {
    .module-news .module_tags,
    .module-news .module_options {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
        clear: both;
    }
}


/*------ Person List Module ------*/

.module-person .module-person_description,
.module-person .module-person_res-photo-container,
.module-person .module_comma {
    display: none;
}

.module-person .module_item {
    position: relative;
    padding: 0 0 20px 20px;
    border: none;
}

.module-person .module_item:hover .module-person_name-container {
    opacity: 1;
    visibility: visible;
}

.module-person .module-person_photo-container {
    border-radius: 100%;
    overflow: hidden;
}

.module-person .module-person_photo-container img {
    width: 100%;
}

.module-person .module-person_name-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 26px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    cursor: pointer;
}

.module-person .module-person_name-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.module-person .module-person_name-container a {
    color: #fff;
}

.module-person .module-person_name {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.module-person .module-person_suffix,
.module-person_title {
    font-size: 13px;
}

.fancybox-container .module-person .module_item {
    max-width: 940px;
    padding: 70px;
}

.fancybox-container .module-person_photo-container,
.fancybox-container .module-person_name-container {
    display: inline-block;
    vertical-align: middle;
}

.fancybox-container .module-person_name-container {
    position: static;
    background: transparent;
    text-align: left;
    opacity: 1;
    visibility: visible;
    cursor: initial;
}

.fancybox-container .module-person_name-container h3 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fancybox-container .module-person_name-container a {
    color: #333333;
}

.fancybox-container .module-person_photo-container {
    max-width: 30%;
    margin-right: 40px;
}

.fancybox-container .module-person_name-container h3 {
    color: #284ed2;
}

.fancybox-container .module-person_name {
    display: block;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.45;
    color: #284ed2;
}

.fancybox-container .module-person_title {
    font-size: 24px;
}

.fancybox-container .module-person_description-container {
    margin-top: 40px;
}

.fancybox-container .module-person_description {
    display: block;
}

.module-person-accordion .module-person_name-container {
    padding: 20px 15px;
    background-color: #292b35;
    color: #fff;
    cursor: pointer;
}

.module-person-accordion .module-person_name-container h3 {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    margin: 0;
}

.module-person-accordion .module-person_name-container h3:before {
    float: right;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\edc2";
}

.module-person-accordion .module_item {
    padding: 0;
    border: 0 none;
    margin-bottom: 5px;
}

.module-person-accordion .module_item.js--active h3:before {
    content: "\edba";
}

.module-person-accordion .module-person_name {
    margin-right: 10px;
}

.module-person-accordion .module-person_title {
    font-size: 14px;
}

.module-person-accordion .module_comma {
    display: none;
}

.module-person-accordion .module-person_description-container {
    padding: 15px;
}

.module-person-accordion .module-person_photo-container {
    float: left;
    margin: 0 25px 15px 0;
}

.module-person-accordion .module-person_photo-container img {
    display: block;
    margin: auto;
}

.module-person-accordion .module-person_description > *:first-child {
    margin-top: 0;
}

.module-person-accordion .module-person_res-photo-container > span {
    margin-right: 10px;
}

.module-person-details .module_title {
    display: none;
}

.module-person-details .module_comma {
    display: none;
}

.module-person-details_photo-container,
.module-person-details_name-container {
    display: inline-block;
    vertical-align: middle;
}

.module-person-details_photo-container {
    max-width: 30%;
    margin-right: 40px;
}

.module-person-details_name {
    display: block;
    margin-bottom: 10px;
    font-size: 36px;
    color: #284ed2;
}

.module-person-details_title {
    display: block;
    font-size: 24px;
}

.module-person-details_description-container {
    margin-top: 40px;
}

.module-presentation .module_body {
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-person-accordion .module-person_res-photo-container > span {
        display: block;
        margin: 0 0 10px 0;
    }
    .module-person-accordion .module-person_photo-container {
        float: none;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    .fancybox-container .module-person_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
    .fancybox-container .module-person .module_item {
        padding: 40px 15px;
    }
    .module-person-details_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 0;
        max-width: none;
    }
    .fancybox-container .module-person_name {
        font-size: 24px;
        line-height: 1.2;
    }
    .fancybox-container .module-person_title {
        font-size: 18px;
        line-height: 1.125;
    }
    .module-person-details_photo-container {
        margin-right: 0;
        max-width: none;
    }
}


/*------ Q4 Preview Toolbar ------*/

body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #222;
    font-size: 0;
    text-align: left;
    color: #fff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #222;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    font-size: 24px;
    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;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    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: #284ed2;
    color: #fff !important;
}

@media only screen and (max-width: 1200px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*-------- Search Modules --------*/

.module-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 300px;
    padding-top: 20px;
}

.module-search .module_container--inner {
    padding: 1px;
    position: relative;
    border-radius: 30px;
    clear: both;
    height: 44px;
}

.module-search .module_container--inner:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: 1;
    background: #D31924;
    background: -moz-linear-gradient(45deg, #D31924 0%, #800A68 100%);
    background: -webkit-linear-gradient(45deg, #D31924 0%, #800A68 100%);
    background: -o-linear-gradient(45deg, #D31924 0%, #800A68 100%);
    background: -ms-linear-gradient(45deg, #D31924 0%, #800A68 100%);
    background: linear-gradient(45deg, #D31924 0%, #800A68 100%);
}

.module-search_input[type="text"] {
    display: inline-block;
    border: none;
    height: 42px;
    width: 100%;
    padding: 10px 55px 10px 20px;
    outline: none;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.module-search_button {
    font-family: 'q4-icons';
    font-size: 20px;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 32px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
}

.module-search-result_link {
    margin-bottom: 15px;
}

.module-search-result_description {
    display: block;
    margin-bottom: 15px;
}

.module-search-result_description:after {
    content: "...";
}

.module-search-result_url {
    display: none;
}


/*-------- SEC Module CSS --------*/

.module-sec .module_rss--top {
    margin-top: -35px;
}

.module-sec .module_title {
    clear: both;
}

.module-sec .module_options {
    float: right;
    margin-top: -92px;
}

.module-sec .module_options-item {
    display: inline-block;
    vertical-align: top;
}

.module-sec .module_options-item + .module_options-item {
    margin-left: 20px;
}

.module-sec .module_options-item + .module_options-item .select2-container {
    width: 255px !important;
}

.module-sec .module_header {
    display: block;
    background-color: #292b35;
    clear: both;
    padding: 0 30px;
}

.module-sec .module_header-text {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 10px;
    color: #fff;
}

.module-sec .module_item {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 30px;
}

.module-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 15px 10px;
    font-size: 16px;
}

.module-sec .module_item .module-sec_filing a {
    color: #343638;
}

.module-sec .module_item .module-sec_filing a:hover,
.module-sec .module_item .module-sec_filing a:focus {
    color: #00bc94;
}

.module-sec_download-list-item {
    display: inline-block;
}

.module-sec_download-list .module_link {
    margin: 0;
    color: #343638;
}

.module-sec_download-list .module_link:hover,
.module-sec_download-list .module_link:focus {
    color: #00bc94;
}

.module-sec_download-list .module_link:before {
    font-size: 30px;
}

.module-sec-details_date,
.module-sec-details_description {
    margin-bottom: 15px;
}

.module-sec-details_download-list-item {
    display: inline-block;
}

.module-sec-details_download-list .module_link {
    margin: 0;
}

.module-sec-details_download-list .module_link {
    color: #343638;
}

.module-sec-details_download-list .module_link:hover,
.module-sec-details_download-list .module_link:focus {
    color: #00bc94;
}

.module-sec-details_download-list .module_link:before {
    font-size: 30px;
}

.module_pagination.module_pagination--more .pager-next {
    padding: 10px 20px;
    letter-spacing: 0;
    font-weight: 300;
}

.module_pagination-wrap {
    text-align: center;
    margin-top: 40px;
}

.module_pagination-inner {
    display: inline-block;
    padding: 0 50px;
    position: relative;
}

.module_item-number,
.module_pagination--sec {
    display: inline-block;
    vertical-align: top;
}

.module_item-number {
    font-weight: 700;
}

.module_pagination--sec li {
    font-size: 0;
    display: inline-block;
    cursor: pointer;
}

.module_pagination--sec li.pager-disabled {
    cursor: text;
}

.module_pagination--sec .pager-prev:before {
    font-family: 'q4-icons';
    content: "\e91e";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module_pagination--sec .pager-next:before {
    font-family: 'q4-icons';
    content: "\e91f";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1400px) {
    .module-sec .module_rss--top {
        margin-top: 0;
    }
    .module-sec .module_options {
        float: none;
        margin-top: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .module-sec_download-list .module_link:before {
        font-size: 24px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .module-sec .module_options-item {
        display: block;
    }
    .module-sec .module_options-item + .module_options-item {
        margin-left: 0;
        margin-top: 15px;
    }
    .module-sec .module_header {
        display: none;
    }
    .module-sec .module_header + .module_item {
        border-top: 2px solid #292b35;
    }
    .module-sec .module_item {
        padding: 15px 0;
    }
    .module-sec .module_item:first-child {
        border-top: 2px solid #292b35;
    }
    .module-sec .module_item:last-child {
        border-bottom: 2px solid #292b35;
    }
    .module-sec .module_item .grid_col {
        padding: 0 5px;
    }
    .module-sec .module_item + .module_footer {
        border-bottom: 2px solid #292b35;
    }
    .module-sec_date,
    .module-sec_filer,
    .module-sec_filing,
    .module-sec_description {
        margin-bottom: 15px;
    }
    .module-sec .module_item > div:before {
        content: attr(data-before);
        display: inline-block;
        vertical-align: top;
        width: 45%;
        min-height: 1px;
        box-sizing: border-box;
        font-weight: 700;
    }
    .module-sec .module_item > div span,
    .module-sec .module_item > div ul {
        display: inline-block;
        vertical-align: top;
        width: 55%;
        min-height: 1px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 480px) {
    .module-sec .module_options-item + .module_options-item .select2-container {
        width: 100% !important;
    }
    .module_pagination-inner {
        padding: 0 30px;
    }
}


/*---- Accessibility Skip Link ---*/

.module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    padding: 15px 20px;
    background: transparent;
    color: white;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    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: #284ed2;
    outline: 0;
}

.module-skip_link:visited {
    color: #fff;
}

.module-slider .module_container--outer {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-slider .module_container--inner {
    display: table-cell;
    vertical-align: middle;
    height: 390px;
}

.module-slider .slick-slider {
    padding: 0 40px;
}

.module-slider .slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.module-slider .slick-arrow:before {
    font-size: 30px;
}

.module-slider .module_add-to-calendar-reveal {
    color: #fff;
}

.module-slider .module-slider_title h1 {
    margin: 0;
}

.module-slider .module_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-slider_description {
    font-size: 24px;
    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;
}



/*------ Stock Header Module -----*/

.module-stock-header {
    text-align: center;
}

.module-stock-header_description1 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.module-stock-header_stock-price {
    display: block;
    font-size: 48px;
    line-height: 1;
}

.module-stock-header_stock-price:not(:empty):before {
    content: '$';
}

.module-stock-header_change {
    font-size: 20px;
    display: block;
}

.module-stock-header_change-label {
    display: block;
}

.module-stock-header_percent-change .module-stock-header_indicator {
    display: none;
}

.module-stock-header_volume {
    display: block;
    margin-bottom: 32px;
}

.module-stock-header_volume:before {
    content: 'Volume ';
    font-weight: bold;
}

.module-stock-header_description3,
.module-stock-header_date {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

.module-stock-header_volume-text {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .module-stock-header-mobile {
        margin-top: 35px;
        padding: 25px 0;
        border-top: 1px solid #b3b0af;
        border-bottom: 1px solid #b3b0af;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .module-stock-header_description1 {
        font-size: 15px;
    }
    .module-stock-header_stock-price {
        font-size: 36px;
    }
    .module-stock-header_change {
        font-size: 16px;
    }
    .module-stock-header_change-label {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }
}


/*- MailingList Subscribe Module -*/

.module-subscribe_table {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.module-subscribe_table tbody {
    width: 100%;
    display: block;
}

.module-subscribe_form {
    font-size: 0;
}

.module-subscribe_form tr {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 16px;
}

.module-subscribe_form tr:nth-child(even) {
    padding-left: 10px;
}

.module-subscribe_form tr:nth-child(odd) {
    padding-right: 10px;
}

.module-subscribe_form tr.module-subscribe_notes-text {
    margin: 0;
}

.module-subscribe_form tr.module-subscribe_notes-text,
.module-subscribe_form tr.module-subscribe_notes-input {
    display: block;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .module-subscribe_form tr {
        width: 100%;
    }
    .module-subscribe_form tr:nth-child(even) {
        padding-left: 0;
    }
    .module-subscribe_form tr:nth-child(odd) {
        padding-right: 0;
    }
}

.module-subscribe_form td {
    display: block;
}

.module-subscribe_form label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 15px;
}

.module-subscribe_mailing-list tr table td {
    padding-bottom: 10px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}

.module-subscribe .module_required {
    font-size: 14px;
}

.module-subscribe .CaptchaContainer {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-subscribe .CaptchaContainer {
        width: 100%;
    }
}


/* MailingList Unsubscribe Module */

.module-unsubscribe_table {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table {
        width: 100%;
    }
}

.module-unsubscribe_table td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table td {
        padding-right: 0;
    }
}

.module-unsubscribe_table label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}

.module-unsubscribe_table .module_input[type="text"] {
    background-color: #fff;
}


/*==================================
 ----------- LAYOUT CSS -----------
==================================*/


/*------- iframe layout CSS ------*/

.layout--iframe .pane--content .module {
    padding: 35px 0;
}

.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}


/*==================================
 ------------ BLANK CSS -----------
==================================*/


/*-------- Layout Specific -------*/

.layout.js--mobile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.layout_footer {
    background: #282A36;
}

.pane_inner {
    display: block;
    width: 100%;
    max-width: 1346px;
    margin: 0 auto;
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .pane_inner,
    .pane--content .module_container--outer {
        padding: 0 15px;
    }
}


/*--------- Pane Specific --------*/

.pane--content .module {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pane--content .module--thin {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pane--content .module--thin-top {
    padding-top: 35px;
}

.pane--content .module--thin-bottom {
    padding-bottom: 35px;
}

.pane--content .module--thick {
    padding-top: 105px;
    padding-bottom: 105px;
}

.pane--content .module--thick-top {
    padding-top: 105px;
}

.pane--content .module--thick-bottom {
    padding-bottom: 105px;
}

@media only screen and (max-width: 767px) {
    .pane--content .module {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .pane--content .module--thin {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pane--content .module--thin-top {
        padding-top: 20px;
    }
    .pane--content .module--thin-bottom {
        padding-bottom: 20px;
    }
    .pane--content .module--thick {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .pane--content .module--thick-top {
        padding-top: 55px;
    }
    .pane--content .module--thick-bottom {
        padding-bottom: 55px;
    }
}

.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--content .pane_inner {
    max-width: none;
    padding: 0;
}

.pane--content .module_container--outer {
    display: block;
    width: 100%;
    max-width: 1346px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .pane--content .module_container--outer {
        padding: 0 15px;
    }
}


/*--------- Page Specific --------*/

.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}


/*-------- Module Specific -------*/

.module-title-left .module_title {
    text-align: left;
}

.module-title-right .module_title {
    text-align: left;
}


/*# sourceMappingURL=global.css.map */


/*===========================HEADER===========================*/

.pane--header {
    position: relative;
    background-color: #fff;
    z-index: 10;
    text-align: right;
}

.pane--header .pane_inner {
    max-width: none;
    padding: 0;
}

.module-logo {
    float: left;
    display: inline-block;
    margin: 10px auto 10px 30px;
}

.module-logo a {
    display: block;
    background: url('../design/logo/prx-logo.svg') no-repeat center center;
    width: 163px;
    height: 64px;
}

.module-corporate-navigation {
    display: inline-block;
    vertical-align: top;
}

.module-corporate-navigation li {
    float: left;
    position: relative;
    height: 100%;
    margin-right: 40px;
}

.module-corporate-navigation a {
    font-weight: 300;
    font-size: 18px;
    line-height: 84px;
    letter-spacing: 0.02em;
    color: #343642;
}

.module-header-links {
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    padding-right: 30px;
}

.module-header-links ul,
.module-header-links li {
    display: inline-block;
    vertical-align: top;
}

.module-header-links li {
    margin-left: 20px;
}

.module-header-links svg {
    display: block;
    width: 20px;
    height: 20px;
}

.module-header-links .phone {
    fill: none;
    stroke: #343642;
    stroke-width: 2;
    margin-top: 3px;
}

.module-header-links .world {
    fill: #343642;
    margin-top: 2px;
}

.module-header-links .portal {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #343642;
    stroke-width: 1.5;
}

.pane--banner {
    position: relative;
    z-index: 10;
}

.pane--banner .pane_outer {
    border-top: 1px solid #e4e5e6;
    border-bottom: 1px solid #e4e5e6;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 14px;
}

.pane--banner .pane_outer.js--sticky {
    position: fixed;
    left: 0;
    width: 100%;
}

.nav--main {
    display: inline-block;
    vertical-align: middle;
}

.nav--main a {
    display: inline-block;
    text-decoration: none;
    color: #343642;
    font-weight: 300;
    letter-spacing: 0.03em;
}
.nav--main a:focus {
    text-decoration: none;
}
.nav--main .level2,
.nav--main .level2 > li {
    display: inline-block;
    vertical-align: top;
}

.nav--main .level2 > li {
    margin-left: 20px;
    position: relative;
}

.nav--main .level1 > li > a,
.nav--main .level2 > li > a {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 0;
    position: relative;
}
.nav--main .level1 > li.selected > a, 
.nav--main .level2 > li.selected > a {
    position: relative;
}

/*.js--sticky .nav--main .level1 > li > a:hover:before, */
/*.js--sticky .nav--main .level2 > li > a:hover:before, */
.js--sticky .nav--main .level1 > li.selected > a:before, 
.js--sticky .nav--main .level2 > li.selected > a:before, 
.js--sticky .nav--main .level2 > li.expanded > a:before {
    display: none;
}
.js--sticky .nav--main .level1 > li > a:after, 
.js--sticky .nav--main .level2 > li > a:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 10px;
    height: 1px;
    left: 0;
    right: 0;
    background: #343642;
}
/*.js--sticky .nav--main .level1 > li > a:hover:after,
.js--sticky .nav--main .level2 > li > a:hover:after,*/
.js--sticky .nav--main .level1 > li.selected > a:after, 
.js--sticky .nav--main .level2 > li.expanded > a:after, 
.js--sticky .nav--main .level2 > li.selected > a:after {
    display: block;
}

@media screen and (max-width: 1239px){
    .nav--main .level1 > li > a, 
    .nav--main .level2 > li > a,
    .module-add-to-any .module_title {
        font-size: 14px !important;
    }
    .nav--main .level2 > li {
        margin-left: 10px;
    }
}
.nav--main .level1 > li > a:before,
.nav--main .level2 > li > a:before {
    content: "";
    border-bottom: 1px solid #343638;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    display: none;
}
.nav--main .level1 > li.selected > a:before,
.nav--main .level2 > li.selected > a:before,
.nav--main .level2 > li.expanded > a:before {
    display: block;
}

.nav--main .level3 {
    display: none;
    position: absolute;
    top: 101%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    min-width: 170px;
    background: #fff;
    padding: 10px 0;
}
.nav--main li.js--expanded .level3, 
.nav--main li.js--expanded .level4 {
    display: block;
}
.nav--main .level3 > li a {
    font-size: 13px;
    line-height: 1.2;
    display: block;
    padding: 11px 14px;
}

.nav--main .level3 > li > a:hover,
.nav--main .level3 > li > a:focus {
    color: #284ed2;
}

/*.nav--main .level2 > li.sfHover .level3,*/
/*.nav--main .level2 > li.has-children:hover .level3,*/
.nav--main .level2 > li.js--expanded .level3 {
    display: block !important;
}

.nav--main .level4 {
    display: none !important;
}

.module-add-to-any {
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.module-add-to-any .module_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    padding-right: 10px;
}

.module-add-to-any .a2a_kit,
.module-add-to-any ul,
.module-add-to-any li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.module-add-to-any li + li {
    margin-left: 20px;
}
@media screen and (max-width: 1600px){
    .module-add-to-any .module_title {
        padding-right: 5px;
    }
    .module-add-to-any li + li {
        margin-left: 15px;
    }
}
@media screen and (max-width: 1400px){
    .module-add-to-any .module_title {
        padding-right: 0;
    }
    .module-add-to-any li + li {
        margin-left: 9px;
    }
}
.module-add-to-any a {
    float: none !important;
    font-size: 20px;
    line-height: 1 !important;
    padding: 0 !important;
}

.module-add-to-any .q4-icon_facebook {
    color: #1c3994;
}

.module-add-to-any .q4-icon_twitter {
    color: #16a4dd;
}

.module-add-to-any .q4-icon_linkedin {
    color: #006a96;
}

.module-add-to-any .q4-icon_google-plus {
    color: #b3180e;
}

.module-add-to-any .q4-icon_envelope-o {
    color: #0026a8;
}

.module-add-to-any .a2a_svg {
    display: none;
}

.pane--navigation {
    background: url('../design/banner/header-banner.jpg') no-repeat center 0;
    background-size: cover;
    height: 470px;
    position: relative;
}
.pane--navigation:before {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(left, #fff, transparent);
    background:    -moz-linear-gradient(left, #fff, transparent);
    background:      -o-linear-gradient(left, #fff, transparent);
    background:     linear-gradient(to right, #fff, transparent);
    left: 0;
    top: 0;
    bottom: 0;
    right: 30%;
}
@media only screen and (max-width: 1023px) {
    .pane--navigation:before {
        display: none;
    }
}
.layout--home .pane--navigation {
    /*background-image: url('../design/banner/header-banner.jpg');*/
    /*background-image: url('../design/banner/banner-ciena_ir_homepage.jpg');*/
    background-image: url('../design/banner/banner-investors_landing_header.jpg');
    height: 530px;
}

.SectionResources .pane--navigation,
.page--ir-resources .pane--navigation {
    background-image: url('../design/banner/banner-ciena_ir_resources.jpg');
}

.page--ir-contacts .pane--navigation {
    background-image: url('../design/banner/banner-ciena_ir_contacts.jpg');
}
.Sectionevents-and-presentations .pane--navigation,
.page--ir-events .pane--navigation {
    background-image: url('../design/banner/banner-ciena_ir_events.jpg');
}

.Sectionsec-filings .pane--navigation, 
.page--ir-financials .pane--navigation {
    background-image: url('../design/banner/banner-ciena_ir_financials.jpg');
}

.Sectiongovernance .pane--navigation,
.page--ir-governance .pane--navigation {
    background-image: url('../design/banner/banner-ciena_ir_governance.jpg');
}

.page--ir-homepage .pane--navigation {
    background-image: url('../design/banner/banner-ciena_ir_homepage.jpg');
}

.Sectionnews .pane--navigation,
.page--ir-news .pane--navigation {
    background-image: url('../design/banner/banner-ciena_ir_news.jpg');
}

.page--ir-stockinfo .pane--navigation {
    background-image: url('../design/banner/banner-ciena_ir_stockinfo.jpg');
}
.page--press-release-details .pane--navigation {
    background-image: url('../design/banner/banner-ciena_press_release_details.jpg');
    height: 260px;
}


.pane--navigation .pane_inner {
    height: 100%;
}

.module-page-title {
    display: table;
    width: 100%;
    height: 100%;
}

.module-page-title .module_container--outer {
    display: table-cell;
    vertical-align: middle;
}

.module-page-title .module_title {
    margin: 0;
    text-align: left;
}
@media only screen and (max-width: 1023px) {
    .module-page-title .module_container--outer {
        vertical-align: bottom;
    }
    .module-page-title .module_container--inner {
        max-width: none;
        padding: 20px 35px;
        background: rgba(255, 255, 255, 0.6);
    }
}
.pane--left .pane_outer {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    z-index: 2;
}

.pane--left[style="height: 0px;"] .pane_outer,
.pane--left[style="height: 1px;"] .pane_outer {
    border: none;
}

.pane--left .pane_outer.js--sticky {
    position: fixed;
    left: 0;
    width: 100%
}

.nav--secondary {
    display: block;
    text-align: center;
}

.nav--secondary .level2 > li,
.nav--secondary a {
    display: none;
}

.nav--secondary .level2 > li.selected,
.nav--secondary .level2 > li.expanded {
    display: block;
}

.nav--secondary .level3 > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.nav--secondary .level3 li a,
.nav--secondary .level4 li a {
    display: block;
}

.page--ir-events .nav--secondary .level3 > li {
    display: block;
    margin: 0;
}

.page--ir-events .nav--secondary .level3 > li > a {
    display: none;
}

.page--ir-events .nav--secondary .level4 {
    display: none;
}

.page--ir-events .nav--secondary .level3 > li.selected .level4,
.page--ir-events .nav--secondary .level3 > li.expanded .level4 {
    display: block;
}

.page--ir-events .nav--secondary .level4 > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.nav--secondary a {
    font-size: 16px;
    line-height: 40px;
    font-weight: 300;
    color: #343638;
    padding: 10px 5px;
    position: relative;
}
.nav--secondary a:focus {
    text-decoration: none; 
}
.nav--secondary a:hover,
.nav--secondary li.selected > a,
.nav--secondary li.expanded > a,
.nav--secondary .level3 > li.js--active a,
.nav--secondary .level4 > li.js--active a {
}
.nav--secondary .level3 > li a:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 10px;
    height: 1px;
    left: 0;
    right: 0;
    background: #343642;
}
.nav--secondary a:hover:after,
.nav--secondary a:focus:after,
.nav--secondary li.selected > a:after,
.nav--secondary li.expanded > a:after,
.nav--secondary .level3 > li.js--active a:after,
.nav--secondary .level4 > li.js--active a:after {
    display: block;
}

.layout_toggle,
.module-search-toggle,
.module-search_close-button,
.module-toggle,
.nav--main-mobile {
    display: none;
}

.pane--breadcrumb {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .module-corporate-navigation li {
        margin-right: 22px;
    }
    .module-corporate-navigation a {
        font-size: 16px;
        letter-spacing: 0.03em;
    }
}

@media only screen and (max-width: 1400px) {
    .nav--secondary .level3 > li {
        margin: 0 8px;
    }
    .nav--secondary a {
        font-size: 15px;
        padding: 10px 2px;
    }
}

@media only screen and (max-width: 1239px) {
    .module-search-toggle {
        display: inline-block;
        vertical-align: top;
        padding-top: 32px;
    }
    .module-search-toggle button {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        border: none;
        padding: 0;
        font-size: 20px;
        color: #1C1E2A;
        cursor: pointer;
    }
    .module-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1C1E2A;
        z-index: -1;
        margin: 0;
        padding: 0;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    .js--search-active .module-search {
        opacity: 1;
        z-index: 2;
    }
    .module-search_close-button {
        display: inline-block;
        vertical-align: top;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        border: none;
        padding: 0;
        font-size: 28px;
        color: #fff;
        cursor: pointer;
        margin-left: 35px;
        margin-top: 5px;
    }
    .module-search .module_container--outer {
        height: 100%;
        padding: 0 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }
    .module-search .module_container--inner {
        width: 100%;
        max-width: 609px;
    }
}

@media only screen and (max-width: 1024px) {
    .module-search_close-button {
        font-size: 16px;
    }
    .module-corporate-navigation li {
        margin-right: 30px;
    }
    .nav--main .level1 > li > a,
    .nav--main .level2 > li > a {
        font-size: 15px;
    }
    .module-add-to-any a {
        font-size: 16px;
    }
    .module-corporate-navigation,
    .module-header-links {
        display: none;
    }
    .layout_toggle {
        display: inline-block;
        height: 84px;
        padding: 33px 25px;
        background: transparent;
        transition: background 0.25s ease-in-out;
    }
    .js--mobile .layout_toggle {
        background: #1C1E2A;
    }
    .layout_toggle button {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        border: none;
        padding: 0;
        position: relative;
        width: 22px;
        height: 14px;
        cursor: pointer;
    }
    .layout_toggle button:before,
    .layout_toggle button:after,
    .layout_toggle button > span {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #343642;
    }
    .js--mobile .layout_toggle button:before,
    .js--mobile .layout_toggle button:after,
    .js--mobile .layout_toggle button > span {
        background: #fff;
    }
    .layout_toggle button:before {
        top: 0;
    }
    .js--mobile .layout_toggle button:before {
        top: 50%;
    }
    .layout_toggle button:after {
        bottom: 0;
    }
    .js--mobile .layout_toggle button:after {
        bottom: 50%;
    }
    .js--mobile .layout_toggle button:before,
    .js--mobile .layout_toggle button:after {
        opacity: 0;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .layout_toggle button > span {
        top: 50%;
        margin-top: -1px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .layout_toggle button:before,
    .layout_toggle button:after {
        content: '';
        -webkit-transition: all 0.25s ease-in-out 0.2s;
        -moz-transition: all 0.25s ease-in-out 0.2s;
        -ms-transition: all 0.25s ease-in-out 0.2s;
        -o-transition: all 0.25s ease-in-out 0.2s;
        transition: all 0.25s ease-in-out 0.2s;
    }
    .js--mobile .layout_toggle button > span {
        -webkit-transition: all 0.25s ease-in-out 0.2s;
        -moz-transition: all 0.25s ease-in-out 0.2s;
        -ms-transition: all 0.25s ease-in-out 0.2s;
        -o-transition: all 0.25s ease-in-out 0.2s;
        transition: all 0.25s ease-in-out 0.2s;
    }
    .js--mobile .layout_toggle button > span:first-child {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .js--mobile .layout_toggle button > span:last-child {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .pane--breadcrumb {
        display: block;
        position: fixed;
        top: 84px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #1C1E2A;
        z-index: -1;
        overflow-x: hidden;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease-in-out;
    }
    .pane--breadcrumb .pane_inner {
        padding: 0;
    }
    .js--mobile .pane--breadcrumb {
        opacity: 1;
        visibility: visible;
        z-index: 11;
    }
    .js--mobile .module-search-toggle {
        display: none;
    }
    .module-corporate-navigation-mobile a {
        position: relative;
        display: block;
        padding: 25px 15px;
        font-weight: 300;
        font-size: 18px;
        line-height: 1.4em;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        border-bottom: 1px solid #282A36;
    }
    .module-corporate-navigation-mobile svg {
        margin: 0 0 0 10px;
        display: inline-block;
        vertical-align: middle;
    }
    .module-corporate-navigation-mobile .phone {
        width: 20px;
        height: 20px;
        stroke: #545868;
        stroke-width: 1.5px;
        fill: none;
        margin-right: 20px;
    }
    .module-corporate-navigation-mobile .world {
        width: 20px;
        height: 20px;
        fill: #545868;
        margin-right: 20px;
    }
    .module-corporate-navigation-mobile .module_link-alt {
        color: #80828C;
    }
    .module-links-header-mobile {
        margin-top: 35px;
    }
    .module-links-header-mobile li {
        padding-left: 15px;
    }
    .module-links-header-mobile li + li {
        margin-top: 25px;
    }
    .module-links-header-mobile a {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.5em;
        letter-spacing: 0.03em;
        color: #80828C;
    }
    .nav--main,
    .module-add-to-any {
        display: none;
    }
    .pane--banner .pane_outer {
        padding: 0;
    }
    .pane--banner .pane_inner {
        padding: 0;
    }
    .module-toggle {
        display: block;
    }
    .module-toggle button {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 0;
        background: #fff;
        border: none;
        display: block;
        width: 100%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .module-toggle button svg {
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    .js--nav-show .module-toggle button svg {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    .nav--main-mobile {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        display: none;
        background: #fff;
        -webkit-box-shadow: 0 9px 26px rgba(28, 30, 42, 0.1);
        -moz-box-shadow: 0 9px 26px rgba(28, 30, 42, 0.1);
        box-shadow: 0 9px 26px rgba(28, 30, 42, 0.1);
    }
    .js--nav-show .nav--main-mobile {
        display: block;
    }
    .nav--main-mobile .level1 {
        overflow: hidden;
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        padding: 15px 0;
    }
    .nav--main-mobile a {
        font-size: 14px;
        line-height: 1.5em;
        font-weight: 300;
        letter-spacing: 0.03em;
        display: block;
        color: #343638;
        border-top: 1px solid #EEEEEF;
        padding: 10px 12px 10px 0;
        position: relative;
    }
    .nav--main-mobile .level1 > li > a {
        border-top: none;
    }
    .nav--main-mobile .level2 > li.has-children > a:after,
    .nav--main-mobile .level3 > li.has-children > a:after {
        font-family: 'q4-icons';
        content: "\edbe";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .nav--main-mobile .level3,
    .nav--main-mobile .level4 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform 0.25s ease-in-out;
        z-index: 1;
    }
    .nav--main-mobile .js--expanded > .level3,
    .nav--main-mobile .js--expanded > .level4 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav--main-mobile .js--section-title {
        font-weight: 500;
    }
    .nav-back-button {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 0;
        background: none;
        border: none;
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 1.5em;
        color: #b5bac0;
        text-align: left;
        cursor: pointer;
        padding: 10px 0 10px 20px;
        position: relative;
    }
    .nav-back-button:before {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pane--left .pane_outer {
        border: none;
    }
    .nav--secondary {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .module-logo a {
        background: url('../design/prx-logo-mobile.svg') no-repeat center center;
        width: 100px;
        height: 40px;
        margin-top: 8px;
    }
    .module-search-toggle {
        padding-top: 23px;
    }
    .module-search .module_container--outer {
        padding: 0 15px;
    }
    .module-search .module_container--inner {
        height: 40px;
    }
    .module-search_input[type="text"],
    .pane--header .module-search .module_select {
        height: 38px !important;
    }
    .module-search_close-button {
        margin-left: 15px;
    }
    .module-search .module-search_input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .module-search .module-search_input::-moz-placeholder {
        font-size: 12px;
    }
    .module-search .module-search_input::-ms-input-placeholder {
        font-size: 12px;
    }
    .layout_toggle {
        height: 60px;
        padding: 23px 25px;
    }
    .pane--navigation {
        background-position: 76% center;
        height: 400px;
    }
    .pane--breadcrumb {
        top: 60px;
    }
    .module-page-title .module_title {
        font-size: 48px;
    }
}


/*=========================END HEADER=========================*/


/*===========================FOOTER===========================*/

.pane--footer {
    padding-top: 65px;
    padding-bottom: 20px;
}

.pane--footer .FooterPaneDiv {
    display: block;
    padding: 0 100px;
}

.pane--footer .module_title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.pane--footer .module-subscribe {
    padding-left: 30px;
}

.pane--footer .module_error-container {
    margin-bottom: 20px;
}

.pane--footer .module_error-container p {
    display: none;
}

.pane--footer .module_introduction {
    display: none;
}

.pane--footer .module-subscribe_email label,
.pane--footer .module-subscribe_list-header,
.pane--footer .module-subscribe_email .module_required,
.pane--footer .module-subscribe .CaptchaContainer {
    display: none;
}

.pane--footer .module-subscribe_form tbody {
    display: block;
}

.pane--footer .module-subscribe_form tr {
    width: 100%;
    margin: 0;
    padding-right: 0;
}

.pane--footer .module-subscribe_mailing-list {
    margin: 30px 0 10px;
}

.pane--footer .module-subscribe_mailing-list:before,
.pane--footer .module-subscribe_mailing-list:after {
    content: "";
    display: table;
}

.pane--footer .module-subscribe_mailing-list:after {
    clear: both;
}

.pane--footer .module-subscribe_list > td {
    padding: 0;
}

.pane--footer .module-subscribe_list,
.pane--footer .module-subscribe_list td,
.pane--footer .module-subscribe_list table {
    display: block;
    width: 100%;
}

.pane--footer .module-subscribe_list table tr {
    float: left;
    display: inline-block;
    width: 45%;
}

.pane--footer .module-subscribe_list table tr:nth-child(odd) {
    width: 55%;
}

.pane--footer .module-subscribe_mailing-list tr table td {
    padding-bottom: 20px;
}

.pane--footer .module_actions {
    display: inline-block;
    vertical-align: top;
}

.pane--footer .button {
    border: 1px solid #fff;
    background: none;
    min-width: 220px;
}

.pane--footer .button:hover,
.pane--footer .button:focus {
    background: #fff;
    color: #284ed2;
}

.module-subscribe_unsubscribe-link-wrap {
    display: none;
}

.pane--footer .module-subscribe_unsubscribe-link-wrap {
    display: inline-block;
    vertical-align: top;
    padding-top: 33px;
    padding-left: 25px;
}

.pane--footer .module-subscribe_unsubscribe-link {
    font-size: 14px;
    font-weight: 300;
}

.pane--footer .module-subscribe p {
    padding-right: 35px;
    line-height: 1.5;
}

.pane--footer input[type="checkbox"] + label:before,
.pane--footer input[type="radio"] + label:before {
    border-color: #fff;
}

.pane--footer input[type="checkbox"]:not(:checked) + label:after,
.pane--footer input[type="checkbox"]:checked + label:after,
.pane--footer input[type="radio"]:checked + label:after {
    background: #fff;
}

.pane--footer .module:not(.module-embed) {
    padding-bottom: 60px;
}

.pane--footer a:hover,
.pane--footer a:focus {
    color: #00bc94;
}

.pane--footer .module-links li + li {
    margin-top: 25px;
}

.pane--footer .module-links a:after {
    font-family: "q4-icons";
    content: "\e91b";
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.footer-quicklinks {
    padding-right: 30px;
}
.module-links.footer-quicklinks  a {
    display: inline-block;
    padding-right: 32px;
}
.module-links.footer-quicklinks  a:after {
    width: 32px;
    height: 26px;
    margin-right: -32px;
}
@media only screen and (max-width: 1023px) {
    .footer-quicklinks {
        padding-right: 0;
    }
}

.module-contact .module_container--inner > div + div {
    margin-top: 5px;
}

.pane--footer2 {
    padding: 0 30px;
}

.pane--footer2 .pane_inner {
    padding-bottom: 10px;
    position: relative;
}

.pane--footer2 .pane_inner:before {
    content: "";
    border-bottom: 1px solid #1C1E2A;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    display: block;
}

.module-links-middle li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 -2px;
}

.module-links-middle a {
    color: #fff;
    display: inline-block;
    padding: 12px 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0.01em;
}

.module-social-links li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 -2px;
}

.module-social-links a {
    display: block;
    padding: 10px 11px;
    color: #fff;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.module-social-links i {
    font-size: 20px;
}

.module-social-links a:hover {
    background: #fff;
    color: #282A36;
}

.pane--credits {
    padding: 30px;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
}

.module-links-bottom li {
    display: inline-block;
    vertical-align: top;
}

.module-links-bottom a {
    display: inline-block;
    padding: 0 5px 0 0;
    color: #fff;
}

.module-links-bottom a:after {
    content: "|";
    display: inline-block;
    padding: 0 0 0 8px;
}

.module-links-bottom li:last-child a:after {
    display: none;
}

.copyright {
    text-align: center;
    color: #545868;
}

.copyright a {
    display: inline-block;
    color: #545868;
    padding: 0 5px 0 0;
}

.copyright a:after {
    content: "|";
    display: inline-block;
    padding: 0 0 0 8px;
}

.module-q4-credits {
    text-align: center;
    padding-top: 10px;
}

.module-q4-credits a {
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .module-links-bottom,
    .copyright {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1280px) {
    .pane--footer .FooterPaneDiv {
        padding: 0;
    }
    .pane--footer .module-subscribe {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1239px) {
    .pane--footer2 .pane_inner {
        padding-bottom: 30px;
    }
    .module-links-bottom,
    .copyright {
        display: block;
        width: 100%;
    }
    .pane .copyright {
        text-align: left;
    }
}

@media only screen and (max-width: 1200px) {
    .pane--footer2 {
        padding: 0 20px;
    }
    .pane--credits {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 1599px){
    .module-links-middle a {
        font-weight: 300;
        font-size: 18px;
        line-height: 1.4em;
        letter-spacing: 0.02em;
    }
}

@media only screen and (max-width: 1024px) {
    .module-social-links {
        padding-top: 18px;
    }
    .module-social-links li {
        width: auto;
        padding: 0 20px 0 0;
    }
    .copyright .module_container--inner > span {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 1023px) {
    .pane--footer .module-links,
    .module-contact,
    .pane--footer .module-subscribe {
        width: 100%;
    }
    .pane--footer .module-subscribe {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pane--footer {
        padding-top: 25px;
    }
    .pane--footer .module:not(.module-embed) {
        padding-bottom: 30px;
    }
    .pane--footer .module-links li + li {
        margin-top: 15px;
    }
    .pane--footer .module-subscribe_list table tr,
    .pane--footer .module-subscribe_list table tr:nth-child(odd) {
        float: none;
        display: block;
        width: 100%;
    }
    .pane--footer2 {
        padding: 0;
    }
    .pane--credits {
        padding: 30px 0;
        font-size: 12px;
    }
    .module-links-middle li {
        width: 100%;
    }
    .module-links-middle a {
        font-size: 16px;
        line-height: 1.5em;
        letter-spacing: 0.03em;
        padding: 6px 0;
    }
    .module-links-bottom li {
        width: 50%;
        margin: 0 -2px;
        text-align: center;
    }
    .module-links-bottom a {
        font-size: 12px;
        display: block;
    }
    .module-links-bottom a:after {
        float: right;
    }
    .module-links-bottom li:nth-child(even) a:after {
        display: none;
    }
    .copyright {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .pane--footer .module-subscribe_unsubscribe-link-wrap {
        display: block;
        padding-top: 25px;
        padding-left: 0;
    }
    .module-social-links li {
        padding-right: 12px;
    }
}


/*=========================END FOOTER=========================*/


/*=========================INNER PAGES========================*/


/*======================OVERVIEW======================*/

.layout--home .pane--navigation {
    position: relative;
}

.module-banner-text {
    display: table;
    width: 100%;
    height: 100%;
}

.module-banner-text .module_title {
    text-align: left;
    margin: 0;
}

.module-banner-text .module_container--outer {
    display: table-cell;
    vertical-align: middle;
}

.module-banner-text .module_container--inner {
    max-width: 605px;
}

.module-quote-chart {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 25px;
    min-width: 250px;
    text-align: center;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.module-quote-chart .module_container--outer {
    display: table;
    width: 100%;
    height: 530px;
}

.module-quote-chart .module_container--inner {
    display: table-cell;
    vertical-align: middle;
}

.module-quote-chart .module-stock-chart .highcharts-series-0 path:first-child {
    stroke: #959595;
}

.module-new {
    position: relative;
}

.module-new .module_container--outer {
    position: relative;
}

.module-new:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgb(200, 25, 36);
    background: -moz-linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
    background: -webkit-linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
    background: -ms-linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
    background: linear-gradient( 31deg, rgb(200, 25, 36) 0%, rgb(172, 20, 59) 45%, rgb(128, 10, 104) 100%);
}

.module-new:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../design/ciena_ir_whatsnew.jpg') no-repeat center center;
    background-size: cover;
}

.module-new_content {
    font-size: 36px;
    font-weight: 200;
    width: 50%;
    padding-right: 100px;
}

.module-new_content p {
    line-height: 1.1;
    margin: 50px 0;
}

.module-events-quarterly {
    position: relative;
}

.module-events-quarterly:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgb(40, 78, 199);
    background: -moz-linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
    background: -webkit-linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
    background: -ms-linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
    background: linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
}

.module-events-quarterly_item-container {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-events-quarterly_item {
    display: table-cell;
    vertical-align: top;
    padding-top: 50px;
    padding-bottom: 127px;
    position: relative;
}

.module-events-quarterly_item h2 {
    margin-bottom: 15px;
}

.module-events-quarterly_item-events {
    padding-right: 190px;
}

.module-events-quarterly_item-events .module_container--content {
    padding-bottom: 70px;
    position: relative;
}
.module-events-quarterly .slick-arrow {
    width: 15px;
}
.module-events-quarterly .slick-prev {
    left: -25px;
}
.module-events-quarterly .slick-next {
    right: -15px;
}
.module-events-quarterly .slick-arrow:before {
    font-size: 20px;
}
.module-events-quarterly_item .button {
    position: absolute;
    left: 0;
    bottom: 70px;
}
@media screen and (max-width: 1023px){
    .module-events-quarterly_item-events .module_container--content {
        margin: 0 30px;
    }
    .module-events-quarterly .slick-prev {
        left: -30px;
    }
    .module-events-quarterly .slick-next {
        right: -30px;
    }
    .module-events-quarterly .slick-arrow:before {
        font-size: 32px;
    }
}
.module-events-quarterly_item-quarterly .button {
    left: 70px;
}

.module-events-quarterly_item-events .slick-slider {
    padding: 0;
}

.module-events-quarterly_item-events .module_body {
    line-height: 18px;
}

.module-events-quarterly_item-events .module_body > p:first-child {
    margin-top: 0;
}

.module-events-quarterly_item-events .module_links {
    margin-bottom: 5px;
}

.module-events-quarterly_item-events .module_links > div:not(:first-child) .module_link:before {
    content: "|";
    display: inline-block;
    padding-right: 12px;
}

.module-events-quarterly_item-quarterly {
    padding-left: 70px;
}

.module-events-quarterly_item-quarterly .module_item {
    padding-top: 5px;
}

.module-events-quarterly_item-quarterly .module-financial_type-year {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
}

.module-events-quarterly_item-quarterly .module_links {
    padding-top: 25px;
}

.module-events-quarterly_item-quarterly .module_link-wrap {
    display: block;
    padding: 12px 0;
}

.module-events-quarterly_item-quarterly .module_link {
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
}

.module-events-quarterly_item-quarterly .module_link:before {
    font-size: 40px;
    padding-right: 20px;
}

.module-presentations-latest {
    text-align: center;
}

.module-presentations-latest .module_title {
    margin-bottom: 15px;
}

.module-presentations-latest .module_item {
    padding-top: 10px;
}

.module-presentations-latest .module_link {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #343638;
    margin: 0;
    text-transform: none;
}

.module-presentations-latest .module_link:before {
    font-size: 40px;
    padding-right: 20px;
}

.module-presentations-latest .module_link:hover,
.module-presentations-latest .module_link:focus {
    color: #284ed2;
}

.module-presentations-latest .module_link-text {
    margin-right: 3px;
}

.module-presentations-latest .module_button-wrap {
    padding-bottom: 20px;
}

.module-video-slider .module_container--outer {
    max-width: none;
    padding: 0;
}

.module-video-slider .module_item-container {
    padding: 12px 0 0;
}

.module-video-slider .module_item {
    padding: 0;
    margin: 0 45px;
}

.module-video-slider .module_description {
    position: relative;
    padding-bottom: 48%;
}

.module-video-slider .module_description iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-video-slider .module_description-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-video-slider .module_description-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.module-video-slider .slick-arrow:before {
    font-size: 64px;
}

.module-video-slider .slick-prev {
    left: 70px;
}

.module-video-slider .slick-next {
    right: 70px;
}

.module-quote-text {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .module-events-quarterly_item-events {
        padding-right: 20px;
    }
    .module-events-quarterly_item-quarterly {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .pane--navigation .pane_inner {
        padding: 0;
    }
    .layout--home .pane--navigation .pane_inner {
        padding: 0;
    }
    .module-banner-text_description {
        display: none;
    }
    .module-quote-chart {
        visibility: hidden;
        opacity: 0;
        z-index: -1;
    }
    .module-banner-text .module_container--outer {
        vertical-align: bottom;
    }
    .module-banner-text .module_container--inner {
        max-width: none;
        padding: 20px 35px;
        background: rgba(255, 255, 255, 0.6);
    }
    .module-quote-text.module-quote-text {
        display: block;
        padding-bottom: 0;
    }
    .module-quote-text_intro {
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    .module-new:before,
    .module-new:after {
        display: none;
    }
    .module-new_content {
        width: 100%;
        padding-right: 0;
    }
    .module-events-quarterly:after {
        display: none;
    }
    .module-events-quarterly .module_container--outer {
        padding: 0;
    }
    .module-events-quarterly_item-container,
    .module-events-quarterly_item {
        display: block;
    }
    .module-events-quarterly_item-quarterly {
        padding: 0 20px;
        background: rgb(40, 78, 199);
        background: -moz-linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
        background: -webkit-linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
        background: -ms-linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
        background: linear-gradient( 52deg, rgb(40, 78, 199) 0%, rgb(22, 126, 172) 50%, rgb(0, 177, 137) 100%);
    }
    .module-events-quarterly_item-events,
    .module-events-quarterly_item-quarterly {
        padding: 40px 30px;
    }
    .module-events-quarterly_item-events .module_container--content {
        padding-bottom: 30px;
    }
    .module-events-quarterly_item-events .module_item {
        padding-top: 10px;
    }
    .module-events-quarterly_item .button {
        position: static;
    }
    .module-video-slider .module_item {
        margin: 0 30px;
    }
    .module-video-slider .slick-arrow:before {
        font-size: 32px;
    }
    .module-video-slider .slick-prev {
        left: 8px;
    }
    .module-video-slider .slick-next {
        right: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .layout--home .pane--navigation {
        height: 400px;
        background-position: 76% center;
    }
    .module-quote-text_intro {
        font-size: 14px;
    }
    .module-new_content {
        font-size: 22px;
    }
    .module-new_content p {
        margin: 20px 0 30px;
    }
    .module-events-quarterly_item-events,
    .module-events-quarterly_item-quarterly {
        padding: 40px 15px;
    }
    .module-events-quarterly_item-quarterly .module-financial_type-year {
        font-size: 26px;
    }
    .module-events-quarterly_item-quarterly .module_link {
        font-size: 16px;
    }
    .module-events-quarterly_item-quarterly .module_link:before {
        font-size: 30px;
        padding-right: 12px;
    }
    .module-presentations-latest .module_link {
        font-size: 18px;
        line-height: 22px;
    }
    .module-presentations-latest .module_link:before {
        font-size: 30px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .module-events-quarterly_item-events .module_links .module_link:before {
        display: none !important;
    }
}


/*====================END OVERVIEW====================*/


/*=================STOCK SPLIT HISTORY================*/

.module-stock-split .table {
    table-layout: fixed;
}


/*===============END STOCK SPLIT HISTORY==============*/


/*=====================FINANCIALS=====================*/

.module-annual-reports .module_container--outer {
    max-width: none;
    padding: 0;
}

.module-latest-annual {
    padding-top: 70px;
    padding-bottom: 40px;
}

.module-annual-reports-archive {
    padding-top: 70px;
    padding-bottom: 70px;
}

.module-annual-reports .module-latest-annual_inner,
.module-annual-reports .module-annual-reports-archive_inner {
    display: block;
    width: 100%;
    max-width: 1346px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .module-annual-reports .module-latest-annual_inner,
    .module-annual-reports .module-annual-reports-archive_inner {
        padding: 0 15px;
    }
}


/*==============INTERACTIVE ANALYST CENTER============*/

.fundamentals .disclaimer {
    display: block;
    width: 100%;
    clear: both;
    font-size: 12px;
    font-style: italic;
    padding-top: 20px;
}

.l-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#statements.cashflow {
    padding: 0;
}

.helper-header {
    margin: 0;
    border-bottom: 1px solid #ccc;
    *zoom: 1;
}

.helper-header:before,
.helper-header:after {
    content: "";
    display: table;
}

.helper-header:after {
    clear: both;
}

#helper-sheets-menu {
    float: right;
    margin-top: 10px;
}

#helper-sheets-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: -1px !important;
}

#helper-sheets-menu li {
    float: left;
    list-style-type: none;
}

#helper-sheets-menu a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    color: #777;
    position: relative;
    font-size: 14px;
}

#helper-sheets-menu a.active:before {
    top: auto;
    bottom: 0;
    left: 50%;
    position: absolute;
    margin-right: 0;
    margin-left: -5px;
    border-bottom: 5px solid #666666;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
}

#helper-sheets-menu .annualOnly {
    display: none;
}

#main-container .nav ul {
    padding: 0;
    margin: 0;
}

#main-container tr td,
#main-container tr th {
    text-align: left;
}

h1#legend {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.4;
    margin: 0px auto 20px auto;
    text-align: center;
    max-width: 965px;
}

h1#legend:before {
    display: none;
}

h1#legend span {
    margin-left: 6px;
}

h1#legend span.iac {
    display: block;
    margin: 0 auto 15px;
    width: 300px;
    padding-top: 35px;
}

h1#legend span.iac a {
    display: inline-block;
    font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
    color: #fff;
    font-size: 0;
    font-weight: 300;
    border: none;
    background: #284ED2;
    border-radius: 30px;
    text-align: center;
    padding: 15px 45px;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 340px;
}

h1#legend span.iac a:before {
    content: "Open Interactive Analyst Center";
    font-size: 18px;
}

h1#legend span.iac a:hover,
h1#legend span.iac a:focus {
    color: #fff;
    background: #1737a9;
}

#main-container {
    margin: 0 auto;
    text-align: left;
}

.helper-main-nav {
    margin: 1px 0 20px;
}

.helper-main-nav ul {
    display: table;
    width: 100%;
    min-height: 65px;
}

.helper-main-nav li {
    display: table-cell;
    border-right: 1px solid #eeeeef;
    background-color: #eeeeef;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
}

.helper-main-nav li.active {
    width: 50%;
    font-size: 21px;
    background: #dbdcdd;
}

.helper-main-nav li:last-child {
    border-right: none;
}

.helper-secondary-nav {
    display: none;
    margin: 20px 0;
}

.helper-secondary-nav ul {
    *zoom: 1;
}

.helper-secondary-nav ul:before,
.helper-secondary-nav ul:after {
    content: "";
    display: table;
}

.helper-secondary-nav ul:after {
    clear: both;
}

.helper-secondary-nav li {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.helper-secondary-nav li.active {
    background-color: #476a92;
    color: #fff;
}

.helper-secondary-nav li:last-child {
    border-right: none;
}

.highcharts-series.highcharts-tracker rect {
    fill: #284ed2;
    stroke: #284ed2;
}

@media only screen and (max-width: 639px) {
    h1#legend span.iac {
        width: 276px;
    }
    h1#legend span.iac a {
        min-width: 100%;
    }
    h1#legend span.iac a:before {
        font-size: 14px;
    }
    #main-container {}
    .helper-secondary-nav {
        display: none;
    }
    .helper-main-nav li {
        font-size: 90%;
    }
    .helper-main-nav li.active {
        width: 40%;
        font-size: 18px;
    }
    #helper-sheets-menu a {
        padding: 10px 7px;
    }
}

#interactive-table {
    min-height: 100px;
}

#table-progress {
    position: relative;
    text-align: center;
    display: none;
}

.spinner {
    height: 40px;
    width: 40px;
    margin: 100px auto;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 4px solid rgba(125, 125, 125, 0.15);
    border-right: 4px solid rgba(125, 125, 125, 0.15);
    border-bottom: 4px solid rgba(125, 174, 125, 0.15);
    border-top: 4px solid rgba(125, 125, 125, 0.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@media only screen and (min-width: 640px) {
    .phone-view {
        display: none;
    }
    #interactive-table {
        font-size: 12px;
    }
    #interactive-table table {
        width: 100%;
    }
    #interactive-table th {
        max-width: 230px;
        font-weight: normal;
    }
    #interactive-table td,
    #interactive-table th {
        padding: 5px 8px;
        line-height: 18px;
    }
    #interactive-table th.space-above,
    #interactive-table td.space-above {
        padding-top: 15px;
    }
    #interactive-table th.space-below,
    #interactive-table td.space-below {
        padding-bottom: 15px;
    }
    #interactive-table td.indent-1,
    #interactive-table th.indent-1 {
        padding-left: 20px;
    }
    #interactive-table td.indent-2,
    #interactive-table th.indent-2 {
        padding-left: 30px;
    }
    #interactive-table .total td:nth-child(even),
    #interactive-table td:nth-child(even),
    #interactive-table .total th:nth-child(even),
    #interactive-table th:nth-child(even) {
        background-color: #eeeeef;
    }
    #interactive-table thead th {
        text-align: center;
        font-weight: 700;
        font-size: 110%;
    }
    #interactive-table thead th:nth-child(n+2) {
        border-bottom: 1px solid #ddd;
    }
    #interactive-table tbody td {
        text-align: right;
    }
    #interactive-table tr.total td,
    #interactive-table tr.total th {
        border-top: 2px solid #eeeeef;
        /*background-color: rgba(234, 234, 234, 0.8);*/
        background-color: #eeeeef;
        padding-bottom: 10px;
        padding-top: 10px;
        font-weight: 700;
    }
    #interactive-table tr.row-bold td,
    #interactive-table tr.row-bold th {
        font-weight: 700;
        font-size: 110%;
    }
}

@media only screen and (max-width: 639px) {
    .desktop-view {
        display: none;
    }
    #interactive-table .parent-container {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        background-color: #f4f4f4;
    }
    #interactive-table .parent-container .parent-title {
        background-color: #fff;
        padding: 10px 30px 10px 10px;
        font-size: 18px;
        position: relative;
    }
    #interactive-table .parent-container .child-toggle {
        display: none;
    }
    #interactive-table .parent-container .toggle-title {
        position: absolute;
        display: block;
        right: 5px;
        padding: 0 10px;
        color: #999;
        font-size: 21px;
        line-height: 24px;
        top: 50%;
        margin-top: -12px;
        cursor: default;
    }
    #interactive-table .child-container .child-title {
        padding: 5px 10px;
        background-color: #666;
        color: #fff;
    }
    #interactive-table .child-container .reports-container > div:last-of-type {
        border-bottom: none;
    }
    #interactive-table .child-container .reports-container > div:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.6);
    }
    #interactive-table .child-container .report-row {
        display: table;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    #interactive-table .child-container .report-col {
        display: table-cell;
    }
    #interactive-table .child-container .col-1 {
        width: 30%;
        color: #777;
    }
    #interactive-table .child-container .col-2 {
        width: 70%;
        text-align: right;
    }
}

@font-face {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontello.eot?14307221#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?14307221") format("woff"), url("../fonts/fontello.ttf?14307221") format("truetype"), url("../fonts/fontello.svg?14307221#fontello") format("svg");
}

[class^="fontello-"]:before,
[class*=" fontello-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.fontello-pin:before {
    content: '\e800';
}

.fontello-full:before {
    content: '\e801';
}

#interactive-charts .chart-box {
    position: relative;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

#interactive-charts .chart-box .chart-box-wrapper {
    border: 1px solid #dcdcdc;
}

#interactive-charts .box-header .heading {
    padding: 5px 28px 5px 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    position: relative;
}

#interactive-charts .box-header .tabs {
    background-color: #7e7e7e;
    color: #fff;
}

#interactive-charts .box-header .tabs .tab {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

#interactive-charts .box-header .tabs .tab.active {
    background-color: #fff;
    color: #666;
}

#interactive-charts .box-header .box-header-wrapper {
    background-color: #f0f0f0;
    line-height: 25px;
    overflow: hidden;
}

#interactive-charts .chart-wrapper .chart {
    background-color: #fbfbfb;
    height: 180px;
}

#interactive-charts .highcharts-data-labels {
    visibility: hidden;
}

#interactive-charts .highcharts-data-labels[visibility="hidden"] {
    visibility: hidden !important;
}

#type-selector ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0px;
    border-bottom: 1px solid #eeeeef;
}

#type-selector ul li {
    display: table-cell;
    width: 30%;
    background-color: #eeeeef;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

#type-selector ul li:first-child {
    border-right: 1px solid #eeeeef;
}

#type-selector ul li.active {
    width: 70%;
    background: #dbdcdd;
}

#fancyChart {
    position: relative;
}

#fancyChart h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 60px;
    margin: 0;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.9);
    color: #777;
    z-index: 999;
}

@media only screen and (min-width: 1025px) {
    #interactive-charts .chart-box {
        height: 162px;
    }
    #interactive-charts .chart-box .chart-box-wrapper {
        position: absolute;
        border: none;
    }
    #interactive-charts .box-header {
        height: 25px;
    }
    #interactive-charts .box-header .heading {
        padding-top: 0;
        padding-bottom: 0;
    }
    #interactive-charts .box-header .box-header-wrapper {
        position: absolute;
        border-top: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        width: 180px;
        top: 0;
        right: 0;
        height: 25px;
    }
    #interactive-charts .lock {
        color: #999;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        position: absolute;
        right: 0;
        /*line-height: 18px;*/
        top: 0;
        /*margin-top: -20px;*/
    }
    #interactive-charts .locked {
        color: #666;
    }
    #interactive-charts .chart-wrapper {
        position: relative;
        width: 180px;
        height: 140px;
    }
    #interactive-charts .chart-wrapper .chart {
        position: absolute;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        width: 180px;
        height: 140px;
        top: 0;
        right: 0;
    }
    #interactive-charts .chart-wrapper .chart.chart-1 {
        z-index: 4;
    }
    #interactive-charts .chart-wrapper .chart.chart-2 {
        z-index: 3;
    }
    #interactive-charts .chart-wrapper .chart.chart-3 {
        z-index: 2;
    }
    #interactive-charts .chart-wrapper .chart.chart-4 {
        z-index: 1;
    }
    #interactive-charts .fullscreen {
        display: none;
    }
}

@media only screen and (max-width: 639px) {
    #interactive-charts {
        margin-top: 30px;
    }
    .fullscreen {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    #interactive-charts .lock {
        display: none;
    }
    #interactive-charts .fullscreen {
        color: #999;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 18px;
        top: 50%;
        margin-top: -9px;
    }
    #fancyChart h1 {
        line-height: 30px;
    }
    .fancyChartData {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1200px) {
    #interactive-charts {
        margin: 20px 0;
        padding: 5px 0;
        background-color: #eaeaea;
        border: 1px solid #eaeaea;
        *zoom: 1;
    }
    #interactive-charts:before,
    #interactive-charts:after {
        content: "";
        display: table;
    }
    #interactive-charts:after {
        clear: both;
    }
    #interactive-charts .chart-box {
        width: 25%;
        margin: 0;
        float: left;
        padding: 0 5px;
        background: none;
    }
    #interactive-charts .chart-wrapper .chart {
        height: 140px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    #interactive-charts .chart-box {
        width: 50%;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 480px) {
    #main-container {
        padding: 2px;
    }
}

@media only screen and (min-width: 1025px) {
    #statements {
        padding-right: 200px;
        font-size: 15px;
        margin: 20px 0;
        *zoom: 1;
    }
    #statements:before,
    #statements:after {
        content: "";
        display: table;
    }
    #statements:after {
        clear: both;
    }
    #interactive-table {
        position: relative;
        float: left;
        width: 100%;
    }
    #interactive-charts {
        float: right;
        width: 180px;
        margin-right: -200px;
        font-size: 14px;
    }
}



/*------------- search module ---------*/
.pane--header .module-search .module_select {
    position: relative;
    z-index: 2;
    border-radius: 30px 0 0 30px;
    padding: 10px 10px 10px 20px;
    height: 42px;
    border: none;
    border-right: 1px solid #cc182a;
    color: #000;
    min-width: auto;
    width: 120px;
    background-size: 12px 12px;
    background-color: #fff;
    font-size: 16px;
    margin: 0;
    float: left;
}

.pane--header .module-search .module-search_input[type="text"] {
    min-width: 0;
    padding: 10px 55px 10px 20px;
    width: calc(100% - 120px);
    border-radius: 0 30px 30px 0;
    vertical-align: top;
    height: 42px;
    margin: 0;
    border: none;
    float: right;
}



/*=====================================
    END OF STATEMENT TABLE & CHARTS
=====================================*/

.phone-view ul {
    cursor: pointer;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.phone-view ul li {
    padding: 5px;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #eaeaea;
}

.phone-view ul li.toggle {
    margin-bottom: 10px;
}

.phone-view ul > ul {
    display: none;
    margin-bottom: 10px;
}

.phone-view ul li:nth-child(2n) {
    background-color: #F8F7F7;
}

.phone-view ul li:first-child {
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 30px 10px 10px;
    position: relative;
}

.phone-view h2 {
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.phone-view ul li.title {
    background-color: #666;
    color: #fff;
    padding: 5px 10px;
}

.phone-view .quarter {
    display: inline-block;
    color: #777;
    width: 30%;
}

.phone-view .data {
    display: inline-block;
    text-align: right;
    width: 70%;
}

.phone-view .toggle-title {
    color: #999;
    cursor: default;
    display: block;
    font-size: 21px;
    line-height: 24px;
    margin-top: -12px;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    top: 50%;
}

.phone-view .toggle-title.closed:before {
    content: "-";
}

.phone-view .toggle-title.opened:before {
    content: "+";
}


/**Interactive Analyst**/

.l-container {
    *zoom: 1;
    max-width: 64em;
    _width: 64em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    margin-left: auto;
    margin-right: auto;
}

.l-container:after {
    content: "";
    display: table;
    clear: both;
}

.l-container .l-col.bleed-until-small {
    margin-left: -0.625em;
    margin-right: -0.625em;
}

@media (min-width: 37.5em) {
    .l-container .l-col.bleed-until-small {
        margin-left: 0;
        margin-right: 0;
    }
}

.l-container .l-col.bleed-until-medium {
    margin-left: -0.625em;
    margin-right: -0.625em;
}

@media (min-width: 48em) {
    .l-container .l-col.bleed-until-medium {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 37.5em) {
    .l-container {
        max-width: 64em;
    }
    .l-container .l-col {
        width: 100%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-small {
        width: 31.91489%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-large {
        width: 65.95745%;
        float: left;
    }
    .l-container .l-col.l-third {
        width: 31.91489%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-two-thirds {
        width: 65.95745%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-even {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-right {
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 48em) {
    .l-container {
        max-width: 64em;
    }
    .l-container .l-col.l-medium {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-quarter {
        width: 23.40426%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-right {
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 60em) {
    .l-container {
        max-width: 65.25em;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
    }
    .l-container:after {
        content: "";
        display: table;
        clear: both;
    }
    .l-container .l-col {
        width: 100%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-small {
        width: 23.40426%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-large {
        width: 74.46809%;
        float: left;
        margin-right: 2.12766%;
    }
    .l-container .l-col.l-nest-large-even {
        width: 48.71795%;
        float: left;
        margin-right: 2.5641%;
    }
    .l-container .l-col.l-nest-large-quarter {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%;
    }
    .l-container .l-col.l-nest-medium-quarter {
        width: 47.82609%;
        float: left;
        margin-right: 4.34783%;
    }
    .l-container .l-col.l-nest-third {
        width: 48.3871%;
        float: left;
        margin-right: 3.22581%;
    }
    .l-container .l-col.l-right {
        float: right;
        margin-right: 0;
    }
}


/*===========END INTERACTIVE ANALYST CENTER===========*/


/*===================END FINANCIALS===================*/


/*======================RESOURCES=====================*/

.module-shareholder a {
    word-wrap: break-word;
}


/*====================END RESOURCES====================*/


/*====================INVESTOR KIT====================*/

.module-investor-kit-mashup .module_header {
    display: block;
    background-color: #292b35;
}

.module-investor-kit-mashup .module_header-text {
    font-size: 20px;
    font-weight: 500;
    padding: 16px 45px;
    color: #fff;
}

.module-investor-kit-mashup .module_container--content > div {
    border-bottom: 1px solid #d7d7d7;
}

.module-investor-kit-mashup .module_container--content > div .grid_col {
    vertical-align: middle;
    padding: 17px 45px;
    margin: 0;
}

.module-investor-kit-mashup .module_headline:not(:empty) {
    margin-bottom: 0;
}

.module-investor-kit-mashup .module_link {
    margin: 0;
    color: #343638;
}

.module-investor-kit-mashup .module_link:hover,
.module-investor-kit-mashup .module_link:focus {
    color: #00bc94;
}

.module-investor-kit-mashup .module_links li {
    display: inline-block !important;
}

@media only screen and (max-width: 1400px) {
    .module-investor-kit-mashup .module_header-text {
        padding: 16px 8px;
    }
    .module-investor-kit-mashup .module_container--content > div .grid_col {
        padding: 17px 8px;
    }
}

@media only screen and (max-width: 1023px) {
    .module-investor-kit-mashup .module_q4-icon-links .module_link:before {
        font-size: 24px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .module-investor-kit-mashup .module_header {
        display: none;
    }
    .module-investor-kit-mashup .module_container--content > div:first-child {
        border-top: 2px solid #292b35;
    }
    .module-investor-kit-mashup .module_container--content > div:last-child {
        border-bottom: 2px solid #292b35;
    }
    .module-investor-kit-mashup .module_container--content > div .grid_col {
        padding: 15px 5px;
    }
    .module-investor-kit-mashup .module_container--content > div .grid_col:before {
        content: attr(data-before);
        display: inline-block;
        vertical-align: top;
        width: 45%;
        min-height: 1px;
        box-sizing: border-box;
        font-weight: 700;
    }
    .module-investor-kit-mashup .module_container--content > div .grid_col > span,
    .module-investor-kit-mashup .module_container--content > div .grid_col > ul {
        display: inline-block;
        vertical-align: top;
        width: 55%;
        min-height: 1px;
        box-sizing: border-box;
    }
}


/*==================END INVESTOR KIT==================*/


/*=======================END INNER PAGES======================*/



/*----- module events calendar ---------*/
.module-event-calendar_day.module-event-calendar_day--today {
    color: #333;
}
.module-event-calendar_day.module-event-calendar_day--today:after {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    height: 4px;
    width: 43px;
    background-color: #00bc94;
}
.module-event-calendar_day.module-event-calendar_day--event {
    color: #fff;
}
.module-event-calendar_day.module-event-calendar_day--event:after {
    bottom: auto;
    background-color: #00bc94;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    display: block;
    z-index: -1;
    border-radius: 8px;
}
.module-event-calendar_day.module-event-calendar_day--adjacent-month:after {
    opacity: 0;
}
.module-event-calendar_day.module-event-calendar_day {
    padding: 20px 0;
}
.module-event-calendar_legend {
    margin-top: 30px;
}
.module-event-calendar_container-wrap .module-event-calendar_legend:before {
    display: none;
}
.module-event-calendar_container-wrap .module-event-calendar_legend-current:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 3px;
    width: 20px;
    background-color: #00bc94;
    margin-top: -4px;
}
.module-event-calendar_container-wrap .module-event-calendar_legend-event:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    background-color: #00bc94;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: -4px;
}

/*-------- close fancy button ----------*/
.module-event-calendar_container-wrap .q4-icon_close.module_close {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    cursor: pointer;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
    font-size: 12px;
}
.module-event-calendar_container-wrap .q4-icon_close.module_close:hover {
    color: #555;
    background: #eee;
}


/*------- Module ownership  ------*/
.module-ownership .mutual {
    margin-bottom: 50px;
}


/*--------- Module FAQ ---------*/

.module-faq .module-faq_question {
    padding: 15px 50px 15px 25px;
}
.module-faq.module .module-faq_question:after {
    right: 20px
}

.copyright {
    text-align: right;
}

.copyright .module_container--inner > span {
    display: block;
}

/* Add to Calendar https://q4websystems.zendesk.com/agent/tickets/225645*/
.module_add-to-calendar .module_add-to-calendar-list {
    display: block;
}

.module_add-to-calendar .module_link {
    display: none;
}
.module_add-to-calendar .module_add-to-calendar-list:after {
    display: none;
}