@font-face {
    font-family: "Slate";
    src: url("../js/slateFont/slate-med.eot");
    src: url("../js/slateFont/slate-med.eot?#iefix") format("embedded-opentype"), url("../js/slateFont/slate-med.woff2") format("woff2"), url("../js/slateFont/slate-med.woff") format("woff"), url("../js/slateFont/slate-med.ttf") format("truetype"), url("../js/slateFont/slate-med.svg#svgFontName") format("svg");
    /*font-weight: 400;*/
    font-style: normal;
}

@font-face {
    font-family: "Slate-med";
    src: url("../js/slateFont/slate.eot");
    src: url("../js/slateFont/slate.eot?#iefix") format("embedded-opentype"), url("../js/slateFont/slate.woff2") format("woff2"), url("../js/slateFont/slate.woff") format("woff"), url("../js/slateFont/slate.ttf") format("truetype"), url("../js/slateFont/slate.svg#svgFontName") format("svg");
    /*font-weight: 400;*/
    font-style: normal;
}

/*-*/

@font-face {
    font-family: "std-medium";
    src: url("../js/RambusFonts/2E8D7B_0_0.eot");
    src: url("../js/RambusFonts/2E8D7B_0_0.eot?#iefix") format("embedded-opentype"), url("../js/RambusFonts/2E8D7B_0_0.woff2") format("woff2"), url("../js/RambusFonts/2E8D7B_0_0.woff") format("woff"), url("../js/RambusFonts/2E8D7B_0_0.ttf") format("truetype"), url("../js/RambusFonts/2E8D7B_0_0.svg#svgFontName") format("svg");
    /*font-weight: 400;*/
    font-style: normal;
}

@font-face {
    font-family: "std-light";
    src: url("../js/RambusFonts/2E8D7B_1_0.eot");
    src: url("../js/RambusFonts/2E8D7B_1_0.eot?#iefix") format("embedded-opentype"), url("../js/RambusFonts/2E8D7B_1_0.woff2") format("woff2"), url("../js/RambusFonts/2E8D7B_1_0.woff") format("woff"), url("../js/RambusFonts/2E8D7B_1_0.ttf") format("truetype"), url("../js/RambusFonts/2E8D7B_1_0.svg#svgFontName") format("svg");
    /*font-weight: 400;*/
    font-style: normal;
}

@font-face {
    font-family: "std-regular";
    src: url("../js/RambusFonts/2E8D7B_2_0.eot");
    src: url("../js/RambusFonts/2E8D7B_2_0.eot?#iefix") format("embedded-opentype"), url("../js/RambusFonts/2E8D7B_2_0.woff2") format("woff2"), url("../js/RambusFonts/2E8D7B_2_0.woff") format("woff"), url("../js/RambusFonts/2E8D7B_2_0.ttf") format("truetype"), url("../js/RambusFonts/2E8D7B_2_0.svg#svgFontName") format("svg");
    /*font-weight: 400;*/
    font-style: normal;
}


/*==================================
 ------------ RESET CSS -----------
==================================*/

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    font-family: "Roboto", "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/*---------- Animations ----------*/

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*==================================
 --------- DEFAULT STYLES ---------
==================================*/

body {
    overflow-x: hidden;
    color: #494949;
    /*color: #000000;*/
}


/*---------- TYPOGRAPHY ----------*/

h1 {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    line-height: 56px;
    line-height: 3.5rem;
    color: #49495b;
    font-weight: normal;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 40px;
        line-height: 2.5rem;
    }
}

h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    font-weight: normal;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 24px 0 16px;
    color: #006fba;
    font-weight: normal;
}

h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-weight: normal;
    /*font-weight: bold;*/
    /* text-transform: uppercase; */
}

h5 {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-bottom: 12.8px;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    font-weight: normal;
}

a {
    text-decoration: none;
    /*color: #006fba;*/
    color: #1d57cc;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 27px;
    font-size: 22px;
}

i {
    display: inline-block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/*------------ COMMON ------------*/

img {
    max-width: 100%;
}

input[type="checkbox"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    margin: 0 5px 0 0;
    border: 1px solid;
    border-color: #333333;
    vertical-align: baseline;
    cursor: pointer;
    outline: none;
    border: 0;
    background: #fff;
    border: 1px solid #f4f4f4;
}

input[type="checkbox"]:checked {
    border: 3px solid;
}

input[type="checkbox"]:focus {
    outline: none;
}

input[type="radio"] {
    margin: 0 5px 0 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: baseline;
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

iframe {
    width: 100%;
}


/*START CHECK CUSTOM*/
/* Base for label styling */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d2d2d2;
    background: #fff;
}

/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    content: "\ed71";
    
    /*display: inline-block;*/
    font: normal normal normal 14px/1 q4-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left:0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #d2d2d2;
    transition: all .2s;    
    font-size: 12px;
    color: #4d4d4d;
    padding: 1px 0 0 0;
}

/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    /*transform: scale(0);*/
    transition: 250ms;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
    /*transform: scale(1);*/
    transition: 250ms;
}

/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

input[type="checkbox"]:disabled + label {
    color: #aaa;
}
/*END CHECKBOX CUSTOM*/


/*------- HACKS AND FIXES -------*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*------------ LISTS ------------*/

.list {
    margin: 16px 0;
    padding-left: 32px;
    padding-left: 2rem;
    list-style-type: disc;
}

.list li {
    line-height: 24px;
    line-height: 1.5rem;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}


/*------- BUTTONS / INPUTS -------*/

.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.dropdown.white {
    border-color: #fff;
    color: #fff;
    background: transparent url('../design/svg/q4-icon_chevron-down-white.svg') no-repeat right 10px center;
    background-size: 14px 14px;
}

.dropdown.white option {
    color: #000;
}

.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear,
.button::-ms-clear {
    display: none;
}

.submit,
.button,
.upload,
.dropdown {
    cursor: pointer;
}

.submit,
.button {
    text-transform: uppercase;
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.button {
    transition: 0.3s ease-in-out;
    padding: 6px 30px 7px 30px;
    border-radius: 6px;
    background: #1753CF;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #1753CF;
}

/*.button:hover {
    background: #fff;
    color: #1753CF;
}*/

.button--inverted {
    background: #006fba;
    color: #fff;
}

/*.button--inverted:hover {
    background: transparent;
    color: #006fba;
}*/

.button--dark {
    border: 2px solid #fff;
    color: #fff;
}

/*.button--dark:hover {
    background: #fff;
    color: #222;
}*/

.dropdown {
    padding: 10px 35px 10px 15px;
    /*background: transparent url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 12px center;*/
    background: transparent url('../design/svg/dropdown-arrow.png') no-repeat right 12px center;
    position: relative;
    background-size: 10px 10px;
}

.dropdown::-ms-expand {
    display: none;
}


/*------------ TABLES ------------*/

.table {
    width: 100%;
    margin: 16px 0;
}

.table thead {
    /*background-color: #1d57cc;*/
    background-color: #f2f2f2;
}

.table thead th {
    text-align: left;
}

.table tbody tr:nth-child(2n+2) {
    /* border-bottom: 1px solid rgba(34, 34, 34, 0.1); */
    background: #f9f9f9; 
}

@media only screen and (max-width: 480px) {
    .table tbody tr {
        background: none;
        /*border-bottom: 1px solid rgba(34, 34, 34, 0.1);*/
    }
}

.table th {
    margin: 0;
    padding: 20px 15px;
    vertical-align: middle;
    font-size: 18px;
}

.table td,
.table tr > .grid_col {
    margin: 0;
    padding: 15px;
    vertical-align: middle;
    font-size: 18px;
}

.table th {
    /*color: #fff;*/
    color: #000;
}

.table--headless tr:nth-child(even) {
    background-color: transparent;
}

.table--headless tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.table--headless tr:first-child {
    background-color: #006fba;
    text-align: left;
}

.table--headless tr:first-child td {
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .table--responsive thead {
        display: none;
    }
    .table--responsive tbody {
        border-top: 1px solid rgba(34, 34, 34, 0.1);
    }
    .table--responsive td {
        display: block;
    }
    .table--responsive td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}


/*--------- SPECIAL BOXES --------*/

.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(0, 111, 186, 0.5);
    font-family: monospace, serif;
    font-size: 14px;
    font-size: 0.875rem;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    overflow: hidden;
}

.code_comment {
    opacity: 0.5;
}

.quote {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(241, 175, 15, 0.5);
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.quote p:before {
    margin-right: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1b";
}

.quote p:after {
    margin-left: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1c";
}


/*==================================
 ----------- TOAST GRID -----------
==================================*/

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
    width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
    width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
    width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
    margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
    margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
    margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
    margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
    margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
    margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
    margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
    margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
    margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
    margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
    margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.66667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.66667%;
}

.grid_col--5-of-6 {
    width: 83.33333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.33333%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.33333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.33333%;
}

.grid_col--2-of-12 {
    width: 16.66667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.66667%;
}

.grid_col--5-of-12 {
    width: 41.66667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.66667%;
}

.grid_col--7-of-12 {
    width: 58.33333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.33333%;
}

.grid_col--10-of-12 {
    width: 83.33333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.33333%;
}

.grid_col--11-of-12 {
    width: 91.66667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.66667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    //vertical-align: top;
}

@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lg-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lc-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--md-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--sm-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid_col--d-last {
    float: right;
}

.grid--no-gutter {
    margin-left: 0;
}

.grid--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}


/*==================================
 --------- UTILITY CLASSES --------
==================================*/

.hidden {
    display: none !important;
}

.disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.background--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background--brand {
    background-color: #006fba;
}

.background--alt-brand {
    background-color: #f1af0f;
}

.background--dark {
    background-color: #222;
}

.background--light {
    background-color: #fff;
}

.background--grey {
    background-color: #f4f4f4;
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #b72121;
}

.color--brand {
    color: #006fba;
}

.color--dark {
    color: #222;
}

.color--grey {
    color: #f6f6f6;
}

.color--success {
    color: #23a217;
}

.color--error {
    color: #b72121;
}

.dark {
    color: #000;
}

.dark a {
    color: #000;
}


/*==================================
 --------- ACCESSIBILITY ----------
==================================*/

*:focus {
    outline: none;
}

a:focus {
    text-decoration: underline !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#maincontent:focus {
    outline: 0px;
}


/*---------- Javascript ----------*/

.js--loading:after {
    position: relative;
    left: 50%;
    display: inline-block;
    margin: 16px 0 16px -25px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb27";
    font-size: 50px;
    font-size: 3.125rem;
    animation: spin 0.8s infinite linear;
}

.js--hidden {
    display: none;
}

.js--visible {
    display: block;
}

.js--disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.js--invalid input[type="text"],
.js--invalid select {
    border: 1px solid #b72121 !important;
}

.js--invalid input[type="checkbox"] {
    border-color: #b72121 !important;
}


/*==================================
 ----------- MODULE CSS -----------
==================================*/


/*-------- All Module CSS --------*/

.module_header,
.module_back-to-top,
.module_anchor-target,
.module_file-size,
.module_file-type,
.module_file-text,
.module_view-all-link,
.module_more {
    display: none;
}

.module_nav,
.module_headline,
.module_location,
.module_speakers,
.module_links,
.module_body,
.module_add-to-calendar,
.module_options,
.module_not-found {
    /* margin-top: 10px; */
}

.module_error-container {
    margin-bottom: 30px;
    color: #b72121;
}

.module_add-to-calendar-reveal {
    color: #006fba;
    cursor: pointer;
}

.module_add-to-calendar-reveal:focus {
    text-decoration: underline;
}

.module_add-to-calendar-list {
    display: none;
}

.module_add-to-calendar-list:after {
    content: "Select your Calendar";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
}

.module_add-to-calendar-list.js--revealed::after {
    text-align: right;
}

.fancybox-container .module_add-to-calendar-list {
    padding: 70px;
}

.fancybox-container .module_headline-link {
    display: inline;
    text-decoration: none !important;
}

.fancybox-container .module_headline-link:hover {
    text-decoration: underline !important;
}

.fancybox-container .module_location,
.fancybox-container .module_date-time {
    margin-bottom: 10px;
}

.fancybox-container .module_links {
    text-align: right;
}

.fancybox-container .module_links > div {
    /*display: inline-block;*/
    width: 100%;
}

.fancybox-container  .module_link {
    background: #2c6df0;
    border: 1px solid #2c6df0;
    color: #fff;
    font-weight: 400;
    padding: 4px 15px 7px 15px;
    border-radius: 6px;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    max-width: 180px;
    text-decoration: none;
}

.fancybox-container  .module_link:hover {
    text-decoration: none;
}

@media only screen and (min-width: 450px) {
    .fancybox-container .module_headline {
        min-width: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .fancybox-container  .module_links {
        margin-top: 20px;
        text-align: left;
    }

    .module_add-to-calendar-list.js--revealed::after {
        text-align: left;
    }
}

.module_add-to-calendar-item {
    display: inline-block;
    margin: 0 10px;
}

.module_add-to-calendar-item--ics {
    display: none !important;
}

.module_add-to-calendar-link {
    font-size: 24px;
    font-size: 1.5rem;
}

.module_add-to-calendar.js--hidden {
    display: none;
}

.module_actions,
.module_pager {
    margin-top: 20px;
}

.module_date-time {
    font-size: 16px;
}

.module_error-container {
    display: block;
}

.module_error-container ul {
    padding-left: 18px;
    padding-left: 1.125rem;
    list-style-type: disc;
}

.module_error-container ul > li {
    line-height: 24px;
    line-height: 1.5rem;
}

.module_error-container > br {
    display: none;
}

.module_error-container > span {
    display: block;
    line-height: 24px;
    line-height: 1.5rem;
}

.module_error-container > span:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ec6b";
    margin-right: 5px;
}

.module_headline {
    font-weight: normal;
    font-size: 26px;
    font-family: "Roboto";
    margin-bottom: 15px;
    line-height: normal;
}

.module_headline-link,
.module_headline-link:visited {
    color: #494949;
    font-size: 20px;
    font-family: "Roboto";
    display: inline-block;
}

.module_headline-link:hover {
    color: #2c6df0;
}

.module_image {
    display: inline-block;
    max-width: 30%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.module_image--right {
    float: right;
    margin-left: 32px;
    margin-left: 2rem;
}

.module_image--left {
    float: left;
    margin-right: 32px;
    margin-right: 2rem;
}

.module_introduction {
    margin-bottom: 35px;
}

.module_item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.blue-bg .module_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

/*.module_item ~ .module_item {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.blue-bg .module_item ~ .module_item {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}*/

.module_label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.module_label + .module_required {
    font-size: 14px;
    font-size: 0.875rem;
}

.module_links > *,
.module_links li,
.module_links .module_presentation {
    display: inline;
}

.module_link {
    display: inline-block;
    margin: 0 0 5px 5px;
    font-size: 16px;
    /*color: #494949;*/
    line-height: normal;
}

.module_link:hover {
    text-decoration: underline;
}

.module_link:focus {
    /*color: #2c6df0;*/
    text-decoration: none !important;
}

.module_webcast-link:before {
    margin-right: 8px;
}

.module_link .q4-icon_pdf:before,
.module_presentations .q4-icon_pdf:before {
    content: "\e90f";
}

.module_link i,
.module_link:before {
    display: inline-block;
    margin-right: 8px;
}

.q4-icon_pdf::before {
    content: "\e90f";
    margin-right: 8px;
}

.module_link > .module_link-text,
.module_link > i {
    vertical-align: middle;
    width: 20px;
}

.module_link > i:before {
    display: block;
    margin-right: 0;
}

.module_link[style="DISPLAY:block;"],
.module_link[style="display: block;"] {
    display: inline-block !important;
}

.module_loader {
    display: inline-block;
    animation: spin 1s linear infinite;
}

.module_message {
    display: block;
    margin: 16px 0;
}

.module_message[style$="hidden;"],
.module_message:empty {
    display: none;
}

.module_message--success {
    color: #23a217;
}

.module_message--success:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed71";
    margin-right: 8px;
    margin-right: 0.5rem;
}

.module_message--error {
    color: #b72121;
}

.module_message--error:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed4f";
    margin-right: 8px;
    margin-right: 0.5rem;
}

.module_nav-link,
.module_nav .ModuleYearLink,
.module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
    display: inline-block;
    margin-right: 5px;
    padding: 15px 20px;
    border: 2px solid #006fba;
    color: #333333;
    font-weight: normal;
}

.module_nav-link.selected,
.module_nav-link.selected:visited,
.module_nav .ModuleYearLink.selected,
.module_nav .ModuleYearLink.selected:visited,
.module_nav-link:visited.selected,
.module_nav-link:visited.selected:visited,
.module_nav .ModuleYearLink:visited.selected,
.module_nav .ModuleYearLink:visited.selected:visited {
    background-color: #006fba;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .module_nav-link,
    .module_nav .ModuleYearLink,
    .module_nav-link:visited,
    .module_nav .ModuleYearLink:visited {
        margin-bottom: 10px;
    }
}

.module_options-label,
.module_options-select {
    margin-right: 10px;
    min-width: 100px;
}

@media only screen and (max-width: 768px) {
    .module_options-label,
    .module_options-select {
        display: block;
        margin-bottom: 10px;
    }
    .module_headline,
    .module_headline-link {
        font-size: 18px;
        line-height: normal;
    }
}

@media only screen and (max-width: 480px) {
    .module_options-select,
    .module_options-submit {
        display: block;
        margin-bottom: 10px;
    }
}

.module_pager a {
    color: #333333;
    font-weight: bold;
}

.module_pager a[href] {
    color: #006fba;
    font-weight: 300;
}

.module_reminder .module_input.module_reminder-period,
.module_reminder .module_input.module_reminder-email {
    margin-right: 10px;
    height: 40px;
    margin-top: 10px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required {
    color: red;
}

.module_required-text {
    font-size: 1rem;
    color: red;
}

.module_rss {
    float: right;
    margin-top: 15px;
}

.blue-bg .module_rss a {
    color: #fff;
}

.module_speakers li ~ li {
    margin-top: 10px;
}

.module_title {
    text-align: left;
    font-size: 36px;
    font-family: "Roboto";
}

.module_view-all-link {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"],
.module_dropdown,
.module textarea.module_input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Text area demands width*/
    width: 100%;
    max-width: none;
    /*padding: 15px 20px;*/
    padding: 7px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background-color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.module_input[type="text"]::-ms-clear,
.module_input[type="email"]::-ms-clear,
.module_input[type="file"]::-ms-clear,
.module_dropdown::-ms-clear,
.module textarea.module_input::-ms-clear {
    display: none;
}

.module textarea.module_input {
    resize: vertical;
}

.module_input[type="file"],
.module_dropdown {
    cursor: pointer;
}

.module_input[type="file"] {
    line-height: 16px;
    line-height: 1rem;
}

.module_input--brand[type="text"] {
    display: inline-block;
    width: auto;
    background: transparent;
}

.module_dropdown {
    background: #fff 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 input.button {
    padding: 6px 30px 7px 30px;
    border-radius: 6px;
    background: #1753CF;
    font-size: 16px;
    text-transform: capitalize;
    height: 35px;
    color: #fff;
    border: 1px solid #1753CF;
    width: 100%;
}

/*.CaptchaContainer input.button:hover {
    color: #1753CF;
    background: #fff;
}*/

.CaptchaContainer table tr:nth-child(1) {
    display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
    padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.CaptchaContainer table tr:nth-child(3) td span {
    display: none !important;
}

.CaptchaContainer table tr:nth-child(4) span {
    display: none !important;
}

.CaptchaContainer table tr td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .CaptchaContainer table tr td {
        padding-right: 0;
    }
}

.CaptchaContainer input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    max-width: none;
    border: none;
    border-radius: 0;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    padding: 7px 10px;
    width: 100%
}

.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
    padding-bottom: 20px;
}

.fancybox-container .CaptchaContainer table tr td {
    padding-right: 0;
}


/*- Investment Calculator Widget -*/

.module-calculator_input {
    margin-bottom: 20px;
    display: inline-block;
}

.module-calculator_input h4 {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.module-calculator_input:not(:last-of-type) > label {
    font-size: 1rem;
    margin-bottom: 0;
    width: 100%;
    max-width: 200px;
    font-weight: 600;
    float: left;
    line-height: 35px;
    text-align: right;
    padding-right: 10px;
}

.module-calculator_input input[type="checkbox"]:not(:checked) + label::before,
.module-calculator_input input[type="checkbox"]:checked + label::before {
    border: 1px solid #d2d2d2;
}

.module-calculator_input input[type="text"] {
    border: 1px solid #d2d2d2;
    width: 50%;
    display: inline-block;
    max-width: 400px;
}

.module-calculator_input input[type="text"].ui-autocomplete-input {
    width: auto;
}

.module-calculator_input input[type="checkbox"] + label {
    margin: 0;
}

.module-calculator_input-row {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.module-calculator_input-row input[type="text"] {
    margin-top: 10px;
    max-width: 300px;
}

.module-calculator_input-row--other input[type="text"] {
    display: none;
}

.module-calculator_input-row--other input[type="text"].js--revealed {
    display: block;
}

.module-calculator_input.module-calculator_reinvest-dividends {
    padding-left: 220px;
}

.ui-widget-content.ui-autocomplete .ui-menu-item-wrapper {
    padding: 5px 10px !important;
    font-family: "Roboto" !important;
    font-weight: normal;
}

.ui-widget-content.ui-autocomplete {
    max-width: 500px !important;
    background: #f4f4f4 !important;
}

.ui-autocomplete .ui-state-active {
    background: none !important;
    color: #2c6df0 !important;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next: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: "\edc6";
    line-height: 30px;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    text-align: center;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:before {    
    content: "\edbe";
}

@media screen and (min-width: 1024px) {
    .module-calculator_popup-container {
        min-width: 920px;
    }
}

@media screen and (min-width: 820px) {
    .module-calculator_input input.ui-autocomplete-input[type="text"] {
        position: absolute;
        left: 110%;
        top: -18px;
        z-index: 1;
    }
}

@media screen and (max-width: 820px) {
    .module-calculator_input:not(: last-of-type) > label {
        max-width: 100%;
    }

    .module-calculator_input input[type="checkbox"] + label {
        display: block;   
    }

    .module-calculator_input.module-calculator_reinvest-dividends {
        margin-left: 0;
    }

    .module-calculator_input input[type="text"] {
        width: 100%;
        clear: both;
        float: left;
    }

    .module-calculator_input-row {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .module-calculator_input-row {
        display: inline-block;
        margin-right: 0;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .module-calculator_popup-container .table thead {
        display: none;
    }
    .module-calculator_popup-container .table tbody {
        border-top: 2px solid #006fba;
        border-bottom: 2px solid #006fba;
    }
    .module-calculator_popup-container .table td {
        display: block;
    }
    .module-calculator_popup-container .table td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}

.module-calculator_info td:first-child:before {
    content: none;
}

/*- Committee Composition Widget -*/

@media only screen and (max-width: 768px) {
    .module-committee .module_container--desktop {
        display: none;
    }
}

.module-committee .module_container--tablet {
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-committee .module_container--tablet {
        display: block;
    }
}

.module-committee .module_header {
    display: block;
    font-size: 18px;
    color: #000;
    background: #f2f2f2;
}

.module-committee .module_item {
    padding: 0;
    border: none;
}

.module-committee .module_item:nth-child(2n+2) {
    background: #f4f4f4;
}

.module-committee .module_item i.q4-icon_star-fill {
    color: #006fba;
}

.module-committee .module_item ~ .module_item {
    border: 0;
}

.module-committee .grid_col {
    padding: 15px;
    /*text-align: center;*/
}

.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee .module_header .grid_col:first-child:before {
    content: "Member";
}

@media only screen and (max-width: 768px) {
    .module-committee .module_header .grid_col:first-child:before {
        display: none;
    }
}

.module-committee_category .module_header i:before {
    content: "\edc9";
    position: absolute;
    right: 18px;
    top: calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    top: -ms-calc(50% - 8px);
    cursor: pointer;
}

.module-committee_category.js--active .module_header i:before {
    content: "\edc7";
}

.module-committee_custom-role {
    margin-left: 5px;
}

.module-committee_bio {
    padding: 15px;
    text-align: left;
}

.module-committee_bio > div {
    margin-top: 10px;
}

.module-committee_bio > div > a {
    display: inline-block;
    margin: 5px 0 5px 10px;
}

.module-committee .module_item > div:first-child {
    /*background: #f4f4f4;*/
}

.module-committee_bio p {
    margin: 0;
    font-size: 18px;
    line-height: normal;
}

.module-committee_bio p:not(:last-of-type) {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.module-committee_legend-container {
    padding: 20px 15px;
}

.module-committee_link {
    font-size: 18px;
}

.module-committee_legend {
    display: inline-block;
    margin-right: 30px;
}

.module-committee_legend i {
    margin-right: 5px;
}

.module-committee_legend i.q4-icon_star-line:before {
    color: #006fba;
}

.module-committee .module_header > div {
    vertical-align: middle;
    padding: 15px 15px;
    text-align: left;
}

.module-committee .module_header > div a {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .module-committee .grid_col {
        text-align: right;
    }

    .module-committee .module_header {
        text-align: right;
        position: relative;
    }

    .module-committee .module_header > div {
        padding: 15px;
    }
}

@media only screen and (max-width: 520px) {
    .module-committee_legend {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
}

/*committee comp subpag*/
.dlwt .module_link span:first-child {
    font-size: 0;
}

.dlwt .module_link span:first-child::before {
    content: 'Download PDF';
    font-size: 16px;
    padding-right: 10px;
}

.dlwt .module_item {
    display: inline-block;;
}

.Board-of-directories .person-item {
    margin-bottom: 10px;
    font-size: 18px;
}

.Board-of-directories .person-item a { 
   color: #333;  
}

.Board-of-directories .person-item a:hover { 
   color: #2c6df0;  
}

.Board-of-directories i {
    font-size: 18px;
    margin-right: 10px;
}

/*----- Download List Module -----*/

.module-downloads .module_nav {
    display: none;
}

.module-downloads .module_item {
    padding: 15px 0;
    border-bottom: 0;
}

.module-downloads_thumbnail,
.module-downloads_description,
.module-downloads_date {
    display: none;
}

.module-downloads_title-link {
    position: relative;
    margin: 0;
    padding-right: 20px;
    float: left;
}

.module-downloads_title-link:after {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    position: absolute;
    top: 45%;
    right: 0;
    transform: translate(0, -50%);
}


/*--------- Event Module ---------*/

.module-event .module_location,
.module-event .module_speakers h4,
.module-event .module_body {
    /*display: none;*/
}

.module-event-latest .module_container--content {
    margin-bottom: 40px;
}

.module-event-latest .module_item {
    margin: 10px 0;
    padding: 0 0 0 20px;
    border: none;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .module-committee .module-committee_category {
        margin-bottom: 5px;
    }

    .module-event-latest .module_item:first-child {
        width: 100%;
    }
}

.module-event-latest .module_date-time {
    margin-bottom: 20px;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
}

.module-event-latest .module_speakers,
.module-event-latest .module_location {
    margin-bottom: 10px;
}

.module-event-latest .module_headline {
    line-height: 150%;
    font-weight: 200;
}

.module-event-latest .module_links {
    margin: 0;
}

.module-event-upcoming .module_nav {
    display: none;
}

.module-event-upcoming .module_item {
    padding: 0 0 10px;
}

.module-event-upcoming .module_item ~ .module_item {
    padding: 30px 0 10px;
}

.module-event-calendar {
    display: table;
    width: 100%;
}

.module-event-calendar_calendar-container,
.module-event-calendar_event-container {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.module-event-calendar_event-container {
    padding: 50px;
    background-color: #f6f6f6;
    display: none;
}

.module-event-calendar_splash i {
    font-size: 40px;
    font-size: 2.5rem;
    color: #006fba;
}

.module-event-calendar_splash p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19.2px;
    line-height: 1.2rem;
}

.module-event-calendar_day-container {
    background: #f7f7f7;
    min-height: 350px;
}

.module-event-calendar_controls {
    padding: 20px 15px;
    background-color: #2c6df0;
    font-family: "Roboto";
    color: #fff;
    font-size: 28px;
    line-height: normal;
}

.module-event-calendar_previous-month,
.module-event-calendar_month,
.module-event-calendar_next-month {
    display: inline-block;
}

.module-event-calendar_previous-month,
.module-event-calendar_next-month {
    cursor: pointer;
}

.module-event-calendar_previous-month {
    float: left;
}

.module-event-calendar_next-month {
    float: right;
}

.module-event-calendar_day {
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 8px 0 25px;
}

.module-event-calendar_day--name {
    padding: 20px 0 15px;
    border: none;
    background: #e1e1e2;
    font-size: 20px;
    color: #8f9396;
}

.module-event-calendar_day--adjacent-month {
    opacity: 0;
}

.module-event-calendar_day--today {
    background: #f6f6f6;
}

.module-event-calendar_day--event {
    cursor: pointer;
}

.module-event-calendar_day--event:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    display: block;
    height: 4px;
    background-color: #f78e1e;
    width: 4px;
    margin: auto;
    padding: 4px;
    border-radius: 50%;
    ;
}

.module-event-calendar_day--selected {
    background-color: #2c6df0;
    color: #fff;
}

.module-event-calendar_day--selected:after {
    background-color: #fff;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar_day {
        display: inline-block;
    }
}

.module-event-calendar .module_item {
    padding: 0;
}

.module-event-calendar .module_date-time,
.module-event-calendar .module_headline {
    margin-bottom: 20px;
}

.module-event-calendar .module_links > div:not(:first-of-type) .module_link {
    padding-left: 15px;
    border-left: 1px solid #006fba;
}

.module-event-calendar .module_add-to-calendar {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .module-event-calendar {
        display: block;
    }
    .module-event-calendar_calendar-container  {
        display: block;
        width: 100%;
    }
    .module-event-calendar_calendar-container {
        padding-right: 0;
    }
    .module-event-calendar_event-container {
        margin-top: 20px;
    }
}

.module-event .module_link[href$=".mp3"] i:before,
.module-event .module_link[href$=".wmv"] i:before,
.module-event-details .module_link[href$=".mp3"] i:before,
.module-event-details .module_link[href$=".wmv"] i:before,
.module-event-latest .module_link[href$=".mp3"] i:before,
.module-event-latest .module_link[href$=".wmv"] i:before,
.module-event-upcoming .module_link[href$=".mp3"] i:before,
.module-event-upcoming .module_link[href$=".wmv"] i:before,
.module-event-archive .module_link[href$=".mp3"] i:before,
.module-event-archive .module_link[href$=".wmv"] i:before,
.module-event-calendar .module_link[href$=".mp3"] i:before,
.module-event-calendar .module_link[href$=".wmv"] i:before {
    content: "\e952";
}

.module-event .module_link[href$=".xls"] i:before,
.module-event .module_link[href$=".csv"] i:before,
.module-event-details .module_link[href$=".xls"] i:before,
.module-event-details .module_link[href$=".csv"] i:before,
.module-event-latest .module_link[href$=".xls"] i:before,
.module-event-latest .module_link[href$=".csv"] i:before,
.module-event-upcoming .module_link[href$=".xls"] i:before,
.module-event-upcoming .module_link[href$=".csv"] i:before,
.module-event-archive .module_link[href$=".xls"] i:before,
.module-event-archive .module_link[href$=".csv"] i:before,
.module-event-calendar .module_link[href$=".xls"] i:before,
.module-event-calendar .module_link[href$=".csv"] i:before {
    content: "\eeae";
}

.module-event .module_link[href$=".mp4"] i:before,
.module-event .module_link[href$=".flv"] i:before,
.module-event .module_link[href$=".avi"] i:before,
.module-event-details .module_link[href$=".mp4"] i:before,
.module-event-details .module_link[href$=".flv"] i:before,
.module-event-details .module_link[href$=".avi"] i:before,
.module-event-latest .module_link[href$=".mp4"] i:before,
.module-event-latest .module_link[href$=".flv"] i:before,
.module-event-latest .module_link[href$=".avi"] i:before,
.module-event-upcoming .module_link[href$=".mp4"] i:before,
.module-event-upcoming .module_link[href$=".flv"] i:before,
.module-event-upcoming .module_link[href$=".avi"] i:before,
.module-event-archive .module_link[href$=".mp4"] i:before,
.module-event-archive .module_link[href$=".flv"] i:before,
.module-event-archive .module_link[href$=".avi"] i:before,
.module-event-calendar .module_link[href$=".mp4"] i:before,
.module-event-calendar .module_link[href$=".flv"] i:before,
.module-event-calendar .module_link[href$=".avi"] i:before {
    content: "\e95e";
}

.module-event .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".com"]:not(.module_webcast-link) i:before {
    content: "\eecd";
}


/*---------- FAQ Module ----------*/

.module-faq_question {
    padding: 30px 15px;
    margin: 0;
    /*background-color: #1753CF;*/
    background-color: #f2f2f2;
    /*color: #fff;*/
    color: #000;
    position: relative;
    padding-right: 35px;
    font-size: 18px;
    cursor: pointer;
}

.module_item .module-faq_question:after {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\edc9";
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    top: -ms-calc(50% - 8px);
}

.module_item.js--active .module-faq_question:after {
    content: "\edc7";
}

.module-faq_answer {
    padding: 15px;
    background: #f9f9f9;
    /*border-top: 1px solid #e2e2e2;*/
}

.module-faq_answer p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
}

.module-faq .toggle-all a:before {
    content: "Show all";
}

.module-faq .toggle-all.js--active a:before {
    content: "Hide all";
}

.module-faq .module_item {
    padding: 0;
    border: none;
    margin-bottom: 5px;
}

.module-faq .toggle-all {
    margin-bottom: 20px;
}

.module-faq .toggle-all a {
    background: none;
    color: #494949;
    text-transform: capitalize;
    border: none;
    padding: 0;
    text-align: right;
    display: block;
    margin-bottom: 5px;
}

.module-faq .toggle-all a:hover {
    color: #2c6df0;
}

.module-faq .module_item ul {
    margin: 1em 0;
}

.module-faq .module_item ul li {
    list-style-type: disc;
    margin: .4em 0 .4em 2em;
}
/*--- Financial Report Modules ---*/

.module-financial-quarter .q4-icon_news:before {
    content: "\eecd";
}

.module-financial-quarter a[href$=".Pdf"] i:before,
.module-financial-quarter a[href$=".PDF"] i:before,
.module-financial-quarter a[href$=".pdf"] i:before {
    content: "\e90f";
}
.module-financial-quarter a[href$=".Pdf"] i.q4-icon_briefcase-line:before,
.module-financial-quarter a[href$=".PDF"] i.q4-icon_briefcase-line:before,
.module-financial-quarter a[href$=".pdf"] i.q4-icon_briefcase-line:before {
    content: "\e909";
}
.module-financial-quarter a[href$=".Pdf"] i.q4-icon_briefcase-fill:before,
.module-financial-quarter a[href$=".PDF"] i.q4-icon_briefcase-fill:before,
.module-financial-quarter a[href$=".pdf"] i.q4-icon_briefcase-fill:before {
  content: "\ec03";
}

.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #006fba;
}

.module-financial-year .module_item {
    padding: 0;
}

.module-financial-year .module_item ~ .module_item {
    border: none;
}

.module-financial-year .module_links {
    margin: 0;
}

.module-financial-year .module-financial_year {
    text-align: center;
}

.module-financial-quarter .module_item {
    padding: 0;
}

.module-financial-quarter .module_item ~ .module_item {
    border: none;
}

.module-financial-quarter .module_item.js--active h3:after {
    content: "\edc7";
}

.module-financial-quarter .module_links {
    margin: 0;
    padding: 15px;
    background: #f9f9f9;
}

.module-financial-quarter .module_item {
    border-bottom: 0;
}

.module-financial-quarter .module_links > div {
    display: block;
}

.module-financial-quarter .module_link {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
}

.module-financial-quarter .module_link:not(:first-child) {
    /*margin-top: 10px;*/
}

.module-financial-quarter .module_options {
    margin-bottom: 20px;
}

.module-financial-quarter  .module_item {
    margin-bottom: 5px;
}

.module-financial-quarter  .module_container p.module_loader {
    padding: 10px;
}

.module-financial-quarter .module-financial_year-text {
    padding: 30px 15px;
    margin: 0;
    /*background-color: #1d57cc;*/
    background-color: #f2f2f2;
    /*color: #fff;*/
    color: #494949;
    font-size: 18px;
    cursor: pointer;
}

.module-financial-quarter .module-financial_year-text:after {
    float: right;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\edc9";
}

.module-financial-quarter .module-briefcase_link i.q4-icon_briefcase-line:before {
    content: "\e909";
}

.module-financial-table_header {
    background-color: #006fba;
    color: #fff;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_body-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module-financial-table_body-row:nth-child(even) {
    background-color: #f6f6f6;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
}

.module-financial-table_item ~ .module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    opacity: 0.1;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_item {
        margin: 5px;
    }
}

.module-financial-table .slick-slider {
    display: inline-block;
    padding: 0;
}

.module-financial-table .slick-slide:focus {
    outline: none;
}

.module-financial-table .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.module-financial-table .slick-prev {
    left: 10px;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}


/* Latest Quarterly Result Widget */

.module-latest-quarter .module_item {
    margin: 50px 0;
    padding: 0;
}

.module-latest-quarter .module_item ~ .module_item {
    border: none;
}

.module-latest-quarter .module_links {
    margin: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    text-align: left;
}

.module-latest-quarter .module_links > div {
    display: inline-block;
    text-align: center;
}

.module-latest-quarter .module_link {
    margin: 0;
}

.module-latest-quarter .module_link i {
    display: block;
    font-size: 55px;
    font-size: 3.4375rem;
}

.module-latest-quarter .module_link-text {
    display: inline-block;
    margin: 15px 0 0;
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
}

.module-latest-quarter .module-financial_type-text,
.module-latest-quarter .module-financial_year-text {
    display: inline-block;
    width: 100%;
}

.module-latest-quarter .module-financial_type-text {
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: normal;
}

.module-latest-quarter .module-financial_year-text {
    margin-top: 15px;
    font-size: 24px;
    font-size: 1.5rem;
}

.module-latest-quarter .grid_col {
    vertical-align: bottom;
}

@media only screen and (max-width: 1024px) {
    .module-latest-quarter .module_links {
        border-left: 0;
    }
    .module-latest-quarter .module_link {
        margin: 0 0 15px;
    }
    .module-latest-quarter .grid_col {
        vertical-align: middle;
    }
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_item > div:first-child {
        margin-bottom: 30px;
    }
}


/*------ Formbuilder Module ------*/

.module-form--custom .module_container--content {
    display: none;
}

.module-form--custom .module_container--content.js--visible {
    display: block;
}

.module-form .module_container--content {
    margin-left: -20px;
}

@media only screen and (max-width: 768px) {
    .module-form .module_container--content {
        margin-left: 0;
    }
}

.module-form .module_error-container li[style="visibility: hidden;"] {
    display: none;
}

.module-form .module_required {
    margin-left: 3px;
}

.module-form .module_container--captcha > div {
    margin: 0;
    padding: 0;
}

.module-form .module_container--captcha > div .ErrorMessage {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #b72121;
}

.module-form .module_container--captcha > div .ErrorMessage[style="visibility: hidden;"] {
    display: none;
}

.module-form_item {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
}

.module-form_item > label,
.module-form_item legend {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.module-form_item legend {
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
}

.module-form_item legend ~ ul {
    clear: both;
}

.module-form_item ul li:not(:last-of-type) {
    padding-bottom: 5px;
}

.module-form_item--document-request,
.module-form_item--are-you-an-investor {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .module-form_item {
        width: 100%;
        padding-left: 0;
    }
}

.module-form_error-text {
    color: #b72121;
}

.module-form_error-text[style="visibility:hidden;"] {
    display: none;
}

.module-form .CaptchaContainer {
    display: block;
}

.module-form .CaptchaContainer input[type="text"] {
    width: 100%;
}

.module-glossary .module_header {
    display: block;
}

.module-glossary .module_header table {
    width: 100%;
    table-layout: fixed;
}

.module-glossary .module_header table a {
    color: #333333;
    font-weight: normal;
}

.module-glossary .module_header table a[href] {
    color: #006fba;
}


/*---------- Job Modules ---------*/

.module-job-details_description-container {
    margin-bottom: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description label {
    font-weight: normal;
}

.module-job-details_description input {
    width: auto;
    max-width: none;
    padding: 0;
    border: none;
    float: right;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0;
}

@media only screen and (max-width: 480px) {
    .module-job-details_description label:after {
        content: ":";
    }
    .module-job-details_description input {
        display: block;
        float: none;
        margin-top: 8px;
    }
}

.module-job-details .grid_col {
    padding: 15px 20px;
}

.module-job-application_table {
    display: block;
    width: 100%;
    margin-left: -20px;
    font-size: 0;
}

.module-job-application_table tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
}

.module-job-application_table tr:last-child {
    margin-bottom: 0;
}

.module-job-application_table tr.module-job-application_cover-letter-text,
.module-job-application_table tr.module-job-application_resume-text {
    width: 100%;
}

.module-job-application_table tr td {
    display: block;
    position: relative;
}

.module-job-application_table tr label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
    .module-job-application_table {
        margin-left: 0;
    }
    .module-job-application_table tr {
        width: 100%;
        padding-left: 0;
    }
}

.module-job-application .module_required {
    font-size: 14px;
    font-size: 0.875rem;
}


/*----- Miscellaneous Modules ----*/

.module-script {
    display: none;
}

.module-slideshow_viewer {
    display: inline-block;
    width: 100%;
    /*max-width: 480px;*/
}

@media only screen and (max-width: 480px) {
    .module-slideshow_viewer {
        max-width: 100%;
        overflow: hidden;
    }
}

.module-slideshow_link-container {
    display: inline-block;
    padding-top: 10px
}

.module-slideshow_link {
    font-size: 16px;
}

.PageHome .module-slideshow iframe {
    width: 100%;
    height: 350px !important;
}
.PageEventsPresentations .module-slideshow iframe {
    width: 100%;
    height: 280px !important;
}

.module-rss .module_link {
    margin: 0;
}

.module-rss .module_link i {
    color: #2c6df0;
}

.module-rss p + h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.module-rss p {
    margin-top: 10px;
    font-size: 18px;
}

.module-rss p.rss-icons {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}


/*------ Navigation Modules ------*/


/*.nav_close {
  display: none;
}
.nav--main {
  text-align: right;
}
.nav--main li {
  display: inline-block;
}
.nav--main li a {
  display: block;
  padding: 50px 15px 30px;
  color: #333;
  font-weight: normal;
}
.nav--main li.selected a, .nav--main li.expanded a,
.nav--main li a:hover, .nav--main li a:focus {
  padding: 50px 15px 28px;
  border-bottom: 2px solid #0F5CA3;
  color: #0F5CA3;
  outline: none;
}
.nav--secondary {
  background: #006fba;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
.nav--secondary .level1 > li {
  display: none;
}
.nav--secondary .level1 > li.selected, .nav--secondary .level1 > li.expanded {
  display: block;
}
.nav--secondary .level1 > li.selected > a, .nav--secondary .level1 > li.expanded > a {
  display: none;
}
.nav--secondary .level2 {
  display: table;
  width: 100%;
}
.nav--secondary .level2 > li {
  position: relative;
  display: table-cell;
}
.nav--secondary .level2 > li:hover, .nav--secondary .level2 > li.selected, .nav--secondary .level2 > li.expanded {
  background: #005894;
}
.nav--secondary .level2 > li a {
  display: block;
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.nav--secondary .level2 > li a:focus {
  outline: none;
}
.nav--secondary .level3 {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  min-width: 200px;
  border-top: 2px solid #fff;
}
.nav--secondary .level3 > li {
  text-align: left;
}
.nav--secondary .level3 > li a {
  background: #005894;
}
.nav--secondary .level3 > li a:hover, .nav--secondary .level3 > li a:focus {
  outline: none;
  background: #006fba;
}
.nav--secondary .level3 > li.selected a {
  background: #006fba;
}
@media only screen and (max-width: 1024px) {
  .nav--secondary {
    text-align: left;
  }
  .nav--secondary li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .nav--secondary li.has-children > a:after {
    float: right;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\edbe";
  }
  .nav--secondary li.js--expanded > a:after {
    content: "\edc2";
  }
  .nav--secondary a {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
  }
  .nav--secondary .level1 > li {
    display: block;
  }
  .nav--secondary .level1 > li.selected a, .nav--secondary .level1 > li.expanded a {
    display: block;
  }
  .nav--secondary .level1 > li.js--expanded {
    background: #005894;
  }
  .nav--secondary .level1 > li.js--expanded a {
    display: block;
  }
  .nav--secondary .level1 > li.js--expanded .level2 {
    display: block;
  }
  .nav--secondary .level1 > li > a {
    padding: 20px;
  }
  .nav--secondary .level2 {
    display: none;
  }
  .nav--secondary .level2 > li {
    display: block;
  }
  .nav--secondary .level2 > li.js--expanded .level3 {
    display: block;
  }
  .nav--secondary .level2 > li > a {
    padding: 20px 20px 20px 48px;
    font-size: 16px;
    font-size: 1rem;
  }
  .nav--secondary .level3 {
    position: static;
    border: none;
  }
  .nav--secondary .level3 > li {
    display: block;
  }
  .nav--secondary .level3 > li > a {
    padding: 20px 20px 20px 72px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 765px) and (orientation: landscape) {
  .nav--secondary {
    padding-bottom: 85px;
  }
}
.nav--sitemap {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .nav--sitemap {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav--sitemap a {
  display: inline-block;
}
.nav--sitemap .level1 > li:not(:last-of-type) {
  margin-bottom: 35px;
}
.nav--sitemap .level1 > li > a, .nav--sitemap .level1 > li > a:visited {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #222;
  text-transform: uppercase;
}
.nav--sitemap .level2 > li, .nav--sitemap .level3 > li {
  padding: 5px 0;
}
.nav--sitemap .level2 > li > a, .nav--sitemap .level3 > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.nav--sitemap .level2 > li > a {
  margin-bottom: 5px;
}
.nav--sitemap .level3 > li {
  padding-left: 15px;
}*/


/*-------- News Module CSS -------*/

.module-news-latest .module_container--content {
    margin-bottom: 20px;
}

.module-news-latest .module_item {
    border: none;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .module-news-latest .module_item:first-child {
        width: 100%;
    }
}

.module-news-latest .module_item-wrap {}

.module-news-latest .module_date-time {
    margin-bottom: 15px;
    font-weight: normal;
}

.module-news-latest .module_headline {
    line-height: 25px;
    font-size: 22px;
}

.module-news-latest .module_headline-link,
.module-news-latest .module_headline-link:visited {
    display: inline-block;
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .module_link {
    color: #006fba;
}

.module-news-details .module_view-all-link {
    display: block;
    margin-bottom: 25px;
}

.module-news-details .module_view-all-link--bottom {
    margin-top: 25px;
    margin-bottom: 0;
}

.module-news-details_category {
    display: none;
}

.module-news-details ul {
    margin: 16px 0;
    padding-left: 32px;
    padding-left: 2rem;
    list-style-type: disc;
}

.module-news-details ul li {
    line-height: 24px;
    line-height: 1.5rem;
}


/*------ Person List Module ------*/

/*.module-person_res-photo-container
.module-person .module_comma
.module-person_photo-container {
    display: none;
}*/

.module-person h3 {
    position: relative;
    /*padding: 15px;*/
    padding: 30px 15px 30px 15px;
    margin: 0;
    padding-right: 35px;
    /*background-color: #1d57cc;*/
    background-color: #f2f2f2;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.module-person h3:after {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\edc9";
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    top: -ms-calc(50% - 8px);
}

.module-person .module_item.js--active h3:after {
    content: "\edc7";
}

.module-person h3 a {
    color: #000;
    text-decoration: none !important;
}

.module-person p {
    margin: 0;
    font-size: 18px;
}

.module-person .module-person_description-container {
    margin: 0;
    /*padding: 15px;*/
    padding: 20px 20px 15px 0;
    background: #f9f9f9;
}

.module-person .module-person_description-container > span > div {
    margin-top: 5px;
}

.module-person .module_item {
    padding: 0;
    border: none;
    width: 100%;
    margin-bottom: 5px;
}

.module-person .module_item:hover .module-person_name-container {
    opacity: 1;
}

.module-person_photo-container img {
    width: 100%;
    margin-bottom: 15px;
}

.module-person_name {
    color: #000;
}

.module-person_suffix,
.module-person_title {
    font-size: 18px;
    font-weight: 400;
}

.module-person-details .module_title,
.module-person-details_photo-container {
    display: none;
}

.module-person-details .module_comma {
    display: none;
}

.module-person-details_name-container {
    display: inline-block;
    vertical-align: middle;
}

.module-person-details_name {
    display: block;
    text-align: left;
    font-size: 36px;
    font-family: "Roboto";
}

.module-person-details_title {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
}

.module-person-details_description-container {
    margin-top: 40px;
}

.module-presentation .module_body {
    display: none;
}

@media screen and (max-width: 767px) {
    .module-person-details_title {
        font-size: 1.3rem;
    }
}

/*------ Q4 Preview Toolbar ------*/

body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #222;
    font-size: 0;
    text-align: left;
    color: #fff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #222;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 1.5rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\ed6d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Roboto", "Open Sans", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #fff url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #006fba;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*-------- Search Modules --------*/

.module-search {
    position: relative;
    text-align: right;
}

.module-search_input[type="text"] {
    display: inline-block;
    width: 186px;
    padding: 4px 40px 3px 9.5px;
    /*border: 1px solid rgba(0, 0, 0, 0.05);*/
    border: none;
    background: #F5F6F6;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: normal;
    /*line-height: 0;*/
    font-family: "Roboto";
    font-weight: 400;
    background: #f2f2f2;
}

.module-search_button {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    background: transparent url('../design/svg/q4-icon_buttons.svg');
    background-size: 300%;
    font-size: 0;
    cursor: pointer;
}

.module-search-result_link {
    margin-bottom: 15px;
}

.module-search-result_description {
    display: block;
    margin-bottom: 15px;
}

.module-search-result_description:after {
    content: "...";
}

.module-search-result_url {
    display: none;
}


/*-------- SEC Module CSS --------*/

.module-sec .module_header {
    display: block;
    /*background-color: #1d57cc;*/
    background-color: #f2f2f2;
}

.module-sec .module_header-text {
    padding: 30px 15px;
    color: #000;
    font-size: 18px;
}

.module-sec .module_options {
    margin-bottom: 20px;
}

.module-sec .module_item {
    padding: 0;
    border-bottom: 0;
}

.module-sec .module_item:nth-child(2n+2) {
    background: #f4f4f4;
}

.module-sec .module_item ~ .module_item {
    border: 0;
}

.module-sec .module_container--content {
    /*background: #f4f4f4;*/
}

.module-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_header {
        display: none;
    }
    .module-sec .module_item {
        padding: 15px 0;
        border-bottom: 1px solid rgba(34, 34, 34, 0.1) !important;
    }
    .module-sec .module_container--content {
        background: none;
    }
    .module-sec .module_item .grid_col {
        padding: 0;
        line-height: normal;        
    }
}

.module-sec_download-list-item {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
}

.module-sec_download-list-item:not(:last-of-type) {
    margin-right: 5px;
}

.module-sec-details .module-sec_html i:before,
.module-sec .module-sec_html i:before {
    content: "\e9bc";
}

.module-sec .module_options-label, 
.module-sec .module_options-select {
    min-width: auto;
}

@media only screen and (max-width: 768px) {
    .module-sec_date,
    .module-sec_filer,
    .module-sec_filing,
    .module-sec_description {
        margin-bottom: 15px;
    }

}

.module-sec .module_pager {
    float: right;
}

.module-sec .pager-disabled {
    display: none;
}

.module-sec .pager-page {
    color: #939598;
    padding: 5px;
}

.module-sec .pager-page:hover {
    cursor: pointer;
    color: #2c6df0;
}

.module-sec .pager-prev,
.module-sec .pager-next {
    font-size: 0;
}

.module-sec .pager-prev::before,
.module-sec .pager-next::before {
    font-size: 20px;
    content: "\edca";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'q4-icons' !important;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.module-sec .pager-next::before {
    content: "\edc8";
}

.module-sec .pager-active {
    color: #494949;
}

.module-sec-details_date,
.module-sec-details_description {
    margin-bottom: 15px;
}

.module-sec-details_download-list-item {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
}

.module-sec-details_download-list-item:not(:last-of-type) {
    margin-right: 5px;
}


/*---- Accessibility Skip Link ---*/

.module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    padding: 15px 20px;
    background: transparent;
    color: white;
    transform: translate(-50%, 0);
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.module-skip_link:focus,
.module-skip_link:active,
.module-skip_link:hover {
    top: 0;
    background: #0F5CA3;
    outline: 0;
}

.module-skip_link:visited {
    color: #fff;
}


/*------ Stock Chart Widget ------*/

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
}

.module-stock-chart .highcharts-navigator-handle {
    stroke: rgba(0, 0, 0, 0.05);
    fill: #f2f2f2;
    cursor: ew-resize;
}

.module-stock-chart .highcharts-range-input rect {
    stroke: #cccccc;
    fill: #f2f2f2;
}

.module-stock-chart .highcharts-button rect,
.module-stock-chart .highcharts-input-group rect {
    stroke-width: 0;
    fill: rgba(0, 0, 0, 0.05);
}

.module-stock-chart .highcharts-button text,
.module-stock-chart .highcharts-input-group text {
    fill: #333333;
}

.module-stock-chart .highcharts-navigator-handle-right rect,
.module-stock-chart .highcharts-navigator-handle-left rect {
    stroke-width: 0;
    fill: #006fba;
}

.module-stock-chart .highcharts-navigator-handle-right path,
.module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #fff;
}

.module-stock-chart .highcharts-container > svg > .highcharts-button {
    display: none;
}


/*------ Stock Header Module -----*/


/*.module-stock-header {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .module-stock-header {
    text-align: center;
  }
}
.module-stock-header .module_container--outer {
  display: inline-block;
  padding: 40px 55px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.module-stock-header_description1 {
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.module-stock-header_stock-price {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
}
.module-stock-header_stock-price:before {
  content: '$';
}
.module-stock-header_change, .module-stock-header_percent-change {
  display: inline-block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.module-stock-header_percent-change:before {
  content: '(';
}
.module-stock-header_percent-change .module-stock-header_indicator {
  display: none;
}
.module-stock-header_percent-change:after {
  content: ')';
}
.module-stock-header_volume {
  display: block;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.module-stock-header_volume:before {
  content: 'Volume ';
  font-weight: bold;
}
.module-stock-header_description3 {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #a9a9a9;
}
.module-stock-header_volume-text, .module-stock-header_date {
  display: none;
}*/


/*------ Stock Quote Module ------*/

.module-stock .module_options {
    margin-bottom: 20px;
}

.module-stock .module_options-submit {
    min-width: 100px;
}

.module-stock .module_container--content {
    /* border-top: 1px solid rgba(34, 34, 34, 0.1); */
}

.stockQ .module_options,
.module-stock .module-stock_lookup-title span {
    display: none;
}

.module-stock .module-stock_lookup-title .module-stock_indice {
        display: inline-block;
}


.module-stock .module-stock_lookup-title:after {
    content: "NASDAQ: RMBS"
}

.stockQ .module-stock_lookup-title:after {
    content: ': RMBS';
    margin-left: -3px;
}

.module-stock_lookup-title {
    font-size: 24px;
    font-weight: normal;
    font-family: "Roboto";
}

.module-stock_value:nth-child(2n) {
    text-align: right;
}

.module-stock .module-stock_value,
.module-stock .module-stock_label {
    width: 24%;
}

.module-stock .module_container--content > div:nth-child(4n+2) {
    margin-right: 2%;
}

.module-stock .module_container--content > div:nth-child(4n+3) {
    margin-left: 2%;
}

.module-stock-historical button:after {
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-stock_lookup-title {
        padding-left: 10px;
    }
    .module-stock .module_options-select {
        display: inline-block;
    }
}

@media only screen and (max-width: 580px) {
    .module-stock_lookup-title {
        padding-left: 5px;
    }
    .module-stock .module-stock_value,
    .module-stock .module-stock_label {
        width: 50%;
        margin: 0 !important;
        float: left;
    }
    .module-stock_date > span {
        display: block;
        text-align: left;
        line-height: normal;
    }
}

@media only screen and (max-width: 340px) {
    .stockQ .module_options-select {
        display: block;
        margin-bottom: 10px;
    }
}

.module-stock_label,
.module-stock_value {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.module-stock_label > span,
.module-stock_value > span {
    display: block;
    padding: 15px 0;
}

@media only screen and (max-width: 768px) {
    .module-stock_label > span,
    .module-stock_value > span {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-stock_label > span,
    .module-stock_value > span {
        padding: 15px 0 15px 5px;
    }
}

.module-stock_label {
    font-weight: normal;
}

.module-stock_value .module-stock_price:before,
.module-stock_value .module-stock_high:before,
.module-stock_value .module-stock_low:before,
.module-stock_value .module-stock_open:before,
.module-stock_value .module-stock_close:before,
.module-stock_value .module-stock_week-low:before,
.module-stock_value .module-stock_week-high:before,
.module-stock_value .module-stock_previous-close:before {
    content: "$";
}

.module-stock_date {
    margin-top: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.module-stock_date-text {
    margin-right: 15px;
}

.module-stock-historical .module_options {
    display: inline-block;
    width: 100%;
}

.module-stock-historical .module_options label {
    line-height: 40px;
}

@media only screen and (max-width: 768px) {
    .module-stock-historical .module_options label {
        width: 100%;
    }
}

.module-stock-historical .module_options label,
.module-stock-historical .module_options select,
.module-stock-historical .module_options button {
    float: left;
}

.module-stock-historical button.BlueButton {
    font-size: 18px;
    height: 36px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    margin-top: 4px;
}

.module-stock-historical button.BlueButton.js--disabled {
    opacity: 0.3;
}
/*- MailingList Subscribe Module -*/

.module-subscribe_table {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.module-subscribe_table tbody {
    width: 100%;
}

.module-subscribe_form {
    font-size: 0;
}

.module-subscribe_form tr {
    display: inline-block;
    /*width: 50%;*/
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
}

.module-subscribe_form tr:nth-child(even) {
    padding-left: 10px;
}

.module-subscribe_form tr:nth-child(odd) {
    padding-right: 10px;
}

.module-subscribe_form tr.module-subscribe_notes-text {
    margin: 0;
}

.module-subscribe_form tr.module-subscribe_notes-text,
.module-subscribe_form tr.module-subscribe_notes-input {
    display: block;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .module-subscribe_form tr {
        width: 100%;
    }
    .module-subscribe_form tr:nth-child(even) {
        padding-left: 0;
    }
    .module-subscribe_form tr:nth-child(odd) {
        padding-right: 0;
    }
}

.module-subscribe_form td {
    display: block;
}

.module-subscribe_form label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1rem;
}

.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 td input[type="checkbox"]:checked + label:after {
    padding: 1px 0 0 1px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}

.module-subscribe .module_required {
    font-size: 1rem;
    color: red;
}

.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: 1rem;
    margin-bottom: 5px;
}

.module-unsubscribe_table .module_input[type="text"] {
    background-color: #fff;
    width: 100%;
    max-width: 270px;
}


/*==================================
 ----------- LAYOUT CSS -----------
==================================*/


/*------- iframe layout CSS ------*/

.layout--iframe .pane--content .module {
    padding: 35px 0;
}

.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}


/*==================================
 ------------ BLANK CSS -----------
==================================*/


/*-------- Layout Specific -------*/

.layout--home .pane--content {
    text-align: center;
}

.layout.js--mobile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.layout_footer {
    background: #fff;
    text-align: center;
}


/*--------- Pane Specific --------*/

.pane--header {
    position: relative;
    background-color: #fff;
    z-index: 10;
    text-align: center;
}

.pane--header .pane_inner {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
    width: 100%;
    position: relative;
}

.pane--header .module-logo img {
    margin-bottom: -10px;
}

.pane--header .module,
.pane--header .nav {
    vertical-align: baseline;
}

.pane--header .layout_toggle {
    display: none;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: right;
}

.pane--header .layout_toggle i:focus {
    outline: none;
}

.js--mobile .pane--header .layout_toggle i:before {
    content: "\ed6d";
}


/*@media only screen and (max-width: 1024px) {
  .pane--header .pane_inner {
    height: 100px;
    padding-top: 20px;
  }
  .pane--header .module {
    vertical-align: middle;
  }
  .pane--header .module-logo img {
    margin-bottom: 0;
  }
  .pane--header .layout_toggle {
    display: inline-block;
  }
  .pane--header .nav, .pane--header .module-search {
    display: none;
  }
}*/


/*.pane--banner {
  background: rgba(0, 0, 0, 0.1) url('../design/banner/q4-tall-banner.jpg') 50% 90%;
  color: #fff;
}
.pane--banner .pane_inner {
  position: relative;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
@media only screen and (max-width: 1024px) {
  .pane--banner .pane_inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pane--banner h1 {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pane--banner h1 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pane--banner {
    text-align: center;
  }
}*/

.pane--navigation {
    /*background: #006fba;*/
}

.pane--navigation .pane_inner {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    .pane--navigation .pane_inner {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .pane--navigation .pane_inner {
        max-width: none;
    }
}

.pane--navigation .module-search {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .js--mobile .pane--navigation {
        top: 100px;
        bottom: 0;
    }
    .pane--navigation .pane_inner {
        padding: 0;
    }
    .pane--navigation .module-search {
        display: block;
    }
    .pane--navigation .module-search_input {
        width: 100%;
        max-width: none;
        padding: 20px;
        border: none;
        background-color: #005894;
        color: #fff;
        text-transform: uppercase;
    }
    .pane--navigation .module-search_input::-webkit-input-placeholder {
        color: white;
    }
    .pane--navigation .module-search_input::-moz-placeholder {
        color: white;
    }
    .pane--navigation .module-search_input::-ms-input-placeholder {
        color: white;
    }
    .pane--navigation .module-search_button {
        top: 20px;
        right: 20px;
        background-position: 0 -100%;
    }
}

.pane--content .module {
    padding-top: 50px;
    padding-bottom: 70px;
}

.pane--content .module_container--outer {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.PageStockInvestmentCalculator .pane--content .module_container--outer {
    margin-left: 18%;
}

.pane--content .module--thin {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pane--content .module--thick {
    padding-top: 105px;
    padding-bottom: 105px;
}

.pane--content .module-sitemap {
    padding-bottom: 35px;
}

.pane--footer {
    padding-top: 40px;
    font-size: 14px;
    font-size: 0.875rem;
}

.pane--footer .pane_inner {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.pane--footer .module_title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
    text-transform: capitalize;
    text-align: left;
    font-weight: normal;
    font-family: "Roboto";
}

.pane--footer .module_error-container {
    margin-bottom: 20px;
    text-align: left;
}

.pane--footer .module_error-container p {
    display: none;
}

.pane--footer .module_error-container li {
    line-height: 16px;
    line-height: 1rem;
}

.pane--footer .module_introduction {
    display: none;
}

.pane--footer .module-links {
    text-transform: uppercase;
}

.pane--footer .module-links li {
    line-height: 19.2px;
    line-height: 1.2rem;
}

.pane--footer .module-subscribe_email label,
.pane--footer .module-subscribe_list-header,
.pane--footer .module-subscribe_email .module_required,
.pane--footer .module-subscribe_mailing-list,
.pane--footer .module-subscribe .CaptchaContainer,
.pane--footer .module-subscribe .module_actions {
    /*display: none;*/
}

.pane--footer .module-subscribe_form tbody {
    display: block;
}

.pane--footer .module-subscribe_form tr {
    width: 100%;
    margin: 0;
}

.pane--footer .module-subscribe_mailing-list {
    margin: 20px 0 10px;
}

.pane--footer .module-subscribe_list > td {
    padding: 0;
}

.pane--footer .module-subscribe p {
    padding-right: 35px;
    line-height: 19.2px;
    line-height: 1.2rem;
}

.pane--footer .module-subscribe input[type="checkbox"] {
    border-color: #fff;
}

.pane--footer .module-subscribe_mailing-list.js--revealed,
.pane--footer .module-subscribe .module_actions.js--revealed {
    display: block;
}

.pane--footer .module_input[type="text"] {
    max-width: 300px;
    height: 36px;
    line-height: 36px;
}

.pane--footer .module-contact li {
    line-height: 19.2px;
    line-height: 1.2rem;
}

.pane--footer .module-contact li a:hover {
    text-decoration: underline;
}

.pane--footer .module:not(.module-embed) {
    padding-bottom: 40px;
}

.pane--footer .button {
    color: #fff;
    border: none;
    background-color: #006fba;
}

.pane--credits {
    padding-bottom: 50px;
    text-align: center;
    color: #707070;
    font-size: 12px;
    font-size: 0.75rem;
}

.pane--credits a {
    /*color: #707070;*/
}

.pane--credits .pane_inner {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.pane--credits .module {
    margin-bottom: 10px;
}


/*--------- Page Specific --------*/

.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}


/*-------- Module Specific -------*/

.module-overview p {
    margin-bottom: 40px;
}

.module-overview_hidden {
    display: none;
}

.module-overview_hidden.js--revealed {
    display: block;
}

.module-overview_button:before {
    content: "Read More";
}

.module-overview_button.js--active:before {
    content: "Show Less";
}


/*--- Blank Demo and Reference ---*/

.module-style-guide {
    /* Just for the demo since we're using alternate colours */
    padding-bottom: 0 !important;
}

.module-style-guide .module_title {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.module-style-guide .module_container--outer {
    max-width: none;
    padding: 0;
}

.module-style-guide_item {
    padding: 2rem 20px 2rem 30px;
}

.module-style-guide_item:nth-child(odd) {
    background-color: #f6f6f6;
}

.module-style-guide_item:last-child {
    padding-bottom: 70px;
}

.module-style-guide_wrap {
    position: relative;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    border-left: 3px solid #006fba;
}

@media only screen and (max-width: 1024px) {
    .module-style-guide_wrap {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.module-style-guide_wrap:before {
    position: absolute;
    top: 50%;
    left: -10px;
    content: attr(data-heading);
    text-transform: uppercase;
    color: #006fba;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(-90deg) translate(-50%, -50%);
    transform-origin: left;
}

.module-style-guide_sub-item {
    display: block;
    margin: 1rem 0;
}

.grid_col .module-style-guide_sub-item {
    margin-bottom: 0;
}

.module-style-guide_swatch {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    border: 1px solid #f6f6f6;
    border-radius: 3rem;
    vertical-align: middle;
}

.module-style-guide_space {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    vertical-align: middle;
}

.module-style-guide_space:before,
.module-style-guide_space:after {
    display: block;
    content: "";
    height: 70px;
}

.module-style-guide_space:before {
    border-top: 2px solid #006fba;
}

.module-style-guide_space:after {
    border-bottom: 2px solid #006fba;
}

.module-style-guide_space--thick:before,
.module-style-guide_space--thick:after {
    height: 105px;
}

.module-style-guide_space--thin:before,
.module-style-guide_space--thin:after {
    height: 35px;
}

.module-icon-demo_list {
    margin-top: 2rem;
}

.module-icon-demo_item {
    margin-bottom: 20px;
}

.module-icon-demo_wrap {
    padding: 20px;
    background: #f6f6f6;
}

.module-icon-demo_note {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.module-icon-demo_name,
.module-icon-demo_unicode {
    float: right;
}

.module-grid-demo_table {
    margin-bottom: 2rem;
}

.module-grid-demo_grid .grid_col {
    margin-bottom: 20px;
    text-align: center;
}

.module-grid-demo_grid .grid_col p {
    margin: 0;
    padding: 20px;
    background: #f6f6f6;
}

.module-grid-demo_grid .grid_col p + p {
    padding-top: 0;
}


/*# sourceMappingURL=global.css.map */


/* ///// START GLOBAL ///// */


/* /// START HEADER /// */


/*START TOP-MENU*/

.upper-nav {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .upper-nav {
        display: none;
    }
}

.upper-nav ul {
    float: right;
    line-height: 40px;
    list-style-type: none;
    margin-right: 10px;
}

.upper-nav ul li {
    float: left;
}

.upper-nav ul li + li {
    margin-left: 20px;
}

.upper-nav ul li a {
    font-size: 14px;
    color: #4d4d4d;
    display: inline-block;
}

.upper-nav ul li a:hover {
    text-decoration: underline;
}


/*END TOP-MENU*/


/*START LOGO*/

.mainLogo {
    float: left;
    margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {
    .mainLogo {
        padding-top: 20px;
    }
}

.mainLogo a {
    display: inline-block;
    margin-top: 3px;
}
.mainLogo img{
    width: 130px;
    height: 26.25px;
}

/*END LOGO*/

/*START MOBILE SEARCH BUTTON*/
.mobile-search-toggle {
    font: normal normal normal 14px/1 q4-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    display: none;
    float: right;
    margin-top: 27px;
    margin-right: 10px;
}

@media only screen and (max-width: 800px) {
    .mobile-search-toggle {
        /*display: inline-block;*/
    }
}

.mobile-search-toggle:after {
    content: "\e903";
    font-size: 19px;
    color: #1d57cc;
}
/*END MOBILE SEARCH BUTTON*/

/*START MOBILE BUTTON*/

.mobile-toggle {
    /*position: absolute;
    right: 50px;
    top: 19px;
    display: inline-block;*/
    font: normal normal normal 14px/1 q4-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    display: none;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

@media only screen and (max-width: 800px) {
    .mobile-toggle {
        display: inline-block;
    }
}

.mobile-toggle:after {
    content: "\ec71";
    font-size: 22px;
    color: #1d57cc;
}


/*END MOBILE BUTTON*/


/*START SEARCHMENU*/

.top-nav {
    float: right;
    margin-right: 30px;
    margin-top: 9px;
}
.top-nav a.link--blue{
    color: #1d57cc !important;
}
@media only screen and (max-width: 800px) {
    .top-nav {
        display: inline-block;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        border-top-width: 0;
        border-bottom-width: 0;
        transition: max-height .3s ease-in;
    }
    
    .top-nav.js--revealed {
        width: 100%;
        max-height: 500px;
        visibility: visible;
        overflow: visible;
        -webkit-transition: max-height 1s ease-in;
        transition: max-height .3s ease-in;
    }
}

@media only screen and (min-width: 801px) {
    .top-nav {
        display: inline-block !important;
    }
}

.top-nav ul.top-nav-wrap {
    float: right;
    list-style-type: none;
}

.top-nav ul.top-nav-wrap > li {
    float: left;
}

.top-nav ul.top-nav-wrap > li + li {
    margin-left: 40px;
}

.top-nav ul.top-nav-wrap > li > a {
    font-size: 18px;
    color: #4d4d4d;
    display: inline-block;
    font-family: "Roboto";
    position: relative;
    font-weight: normal;
    width: 100%;
}

.top-nav ul.top-nav-wrap > li > a:focus {
    text-decoration: none !important;
}

.top-nav ul.top-nav-wrap > li > a.js--active {
    color: #1d57cc;
}

.top-nav ul.top-nav-wrap > li > a:hover {
    color: #1d57cc;
}
.top-nav ul.top-nav-wrap > li > a.js--active:after {
    content: "";
    right: -15px;
    position: absolute;
    top: 55%;
    margin-top: -6px;
    display: inline-block;
    content: "";
    background-image: url(../design/svg/down-arrow.svg);
    background-position: right;
    background-repeat: no-repeat;
    width: 10px;
    height: 16px;
}
@media only screen and (max-width: 800px){
    .top-nav ul.top-nav-wrap > li > a.js--active:after {
        content: "";
        background-image: url(../design/svg/close-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 42px;
        width: 42px;
        height: 42px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        margin: 0;
    }
}

/*---*/

.top-nav ul.top-nav-wrap > li > ul,
.top-nav ul.top-nav-wrap > li > div {
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    visibility: hidden;
}

.top-nav ul.top-nav-wrap > li > ul.js--revealed,
.top-nav ul.top-nav-wrap > li > div.js--revealed {
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 1;
    visibility: visible;
}

.top-nav li.tab > div,
.top-nav li.tab > ul {
    display: none;
}

.top-nav li.tab > div.js--revealed,
.top-nav li.tab > ul.js--revealed {
    display: inline-block !important;
}

.top-nav li.tab > ul,
.top-nav li.tab > div {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}

.top-nav .menu-wrap {
    position: absolute;
    background: #f4f4f4;
    left: 15px;
    right: 15px;
    top: 100%;
    height: 509px;
    border-top: 1px solid #1D57CC;
    border-bottom: 1px solid #9F9F9F;
    box-shadow: 0 14px 20px -5px rgba(0, 0, 0, 0.12);
    z-index: 99;
    left: 10px;
    right: 10px;
}

@media only screen and (max-width: 800px) {
    .top-nav .menu-wrap {
        height: auto;
    }
}

.top-nav li.markets .menu-wrap {
    height: 400px;
}

.top-nav li.markets .menu-wrap {
    height: 400px;
}

.top-nav li.resources .menu-wrap,
.top-nav li.about .menu-wrap {
    height: 195px;
}

.top-nav .side-menu {
    width: 20%;
    text-align: left;
    font-size: 15px;
}

.top-nav .side-menu a {
    color: #4d4d4d;
    font-size: 15px;
}

.top-nav .side-menu a:hover {
    color: #939598;
}

.top-nav .side-menu a:focus {
    text-decoration: none !important;
}

.top-nav .side-menu > li > ul,
.top-nav .side-menu > li > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20%;
    padding: 20px;
}

.top-nav .side-menu > li.tab > a {
    padding: 10px 0 10px 20px;
    line-height: 19.5px;
    width: 100%;
    font-family: "Roboto";
    font-weight: normal;
    color: #4a4a4a;
    display: inline-block;
}

.top-nav .side-menu > li.tab > a:hover {
    color: #1d57cc !important;
    text-decoration: none;
}

.top-nav .side-menu > li.tab > a:focus {
    text-decoration: none !important;
}

.top-nav .side-menu > li.tab > a.js--active {
    background: #1d57cc;
    color: #fff !important;
}

.top-nav .side-menu > li.tab > ul > li > ul {
    width: 33.333333%;
    float: left;
}
.top-nav .side-menu > li.tab > ul > li > ul.auto-width{
    width: auto;
}

.top-nav .side-menu > li.tab > ul > li > ul > li > ul > li > a,
.top-nav .side-menu > li.tab > ul > li > ul > li > a,
.top-nav .side-menu > li.tab > ul > li > ul > li > ul > li > span,
.top-nav .side-menu > li.tab > ul > li > ul > li > span,
.top-nav .side-menu > li.tab .ubermenu-content-block,
.top-nav .markets .side-menu li.tab > div > ul + ul > li > ul > li,
.top-nav .markets .side-menu li.tab > div > ul + ul > li > ul > li + li,
.top-nav li.resources .menu-wrap ul li a,
.top-nav li.about .menu-wrap > ul > li a{
    line-height: 19.5px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
}
.top-nav .side-menu > li.tab > ul > li > ul > li > ul > li,
.top-nav .side-menu > li.tab > ul > li > ul > li,
.top-nav .side-menu > li.tab .ubermenu-content-block {
    line-height: 23.4px;
}
.top-nav .side-menu > li.tab .ubermenu-content-block{
    font-size: 18px;
}
.top-nav .side-menu > li.tab > ul > li > ul > li > ul > li > span,
.top-nav .side-menu > li.tab > ul > li > ul > li > span {
    font-weight: 400;
}
.top-nav .side-menu .ubermenu-divider {
    clear: both;
    display: block;
    padding: 19px 0 18px 0;
}
.top-nav .side-menu li.tab-title {
    color: #4d4d4d;
    font-family: "Roboto";
    font-weight: normal;
    cursor: default;
}
.top-nav .side-menu > li.tab .ubermenu-content-block a{
    font-size: 18px !important;
}
.top-nav .side-menu a.ubermenu-target{
    padding-top: 18px !important;
    padding-bottom: 0 !important;
}
.top-nav .side-menu span.ubermenu-target{
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}
.top-nav .side-menu > li > ul,
.top-nav .side-menu > li > div{
    padding: 15px 0 40px 0;
}
.top-nav .side-menu a:hover,
.top-nav .side-menu a.link--blue:hover{
    text-decoration: none;
    color: #939598 !important;
}
.top-nav .side-menu > li.tab > ul > li > ul > li > ul {
    padding-bottom: 10px;
}
.top-nav .side-menu > li.tab.labs > ul > li > ul{
    margin-top: 10px;
}
/*.top-nav .side-menu > li.tab > ul li.tab-title:hover {
    color: #939598;
}*/

.top-nav .side-menu > li.tab > ul li.blue-link > a,
.top-nav .side-menu > li.tab .ubermenu-content-block a {
    color: #1d57cc;
}
.top-nav .side-menu > li.tab .ubermenu-content-block a:hover{
    text-decoration: underline !important;
    color: #1d57cc !important;
}
.top-nav .side-menu > li.tab > ul li.blue-link > a:hover {
    color: #939598 !important;
}

.top-nav .side-menu > li.tab > ul > li > ul > li > ul > li.space-top,
.top-nav .side-menu > li.tab > ul > li > ul > li.space-top {
    margin-top: 24px;
}

.top-nav .side-menu .title-blue > a {
    font-family: "Roboto";
    color: #1d57cc;
    font-weight: normal;
}

.top-nav .side-menu .title-blue > a:hover {
    color: #939598;
}

.top-nav .side-menu hr {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 1px;
    background: 0 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: calc(100% + 40px);
}

.top-nav .side-menu .category-text {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    line-height: 1.3em;
    font-size: 18px;
    font-family: "Roboto";
}

.top-nav .side-menu li.lighting .category-text {
    margin-top: 8px;
}

.top-nav .side-menu li.tab .category-text a {
    color: #1d57cc;
    position: relative;
    line-height: normal;
    display: inline-block;
    padding-right: 12px;
    font-size: 18px;
}

.top-nav .side-menu li.tab .category-text a:after {
    content: "\edbe";
    display: inline-block;
    font: normal normal normal 14px/1 q4-icons;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
top: 8px;
}

.top-nav .side-menu li.tab .category-text a:before {
    content: "\edbe";
    display: inline-block;
    font: normal normal normal 14px/1 q4-icons;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -4px;
    top: 8px;
}

.top-nav .side-menu li.tab .category-text a:hover {
    color: #1d57cc;
    text-decoration: underline;
}

/*.top-nav .side-menu > li.tab.payments > ul > li > ul*/
.top-nav .side-menu > li.tab.lighting > ul > li > ul,
.top-nav .side-menu > li.tab.chips > ul > li > ul,
.top-nav .side-menu > li.tab.services > ul > li > ul,
.top-nav .side-menu > li.tab.ticketing > ul > li > ul {
    margin-top: 12px;
    width: 100%;
    margin-bottom: 20px;
}

.top-nav .side-menu > li.tab.phys > ul > li > ul > li > ul {
    margin-bottom: 20px;
}

.top-nav div.big-title {
    padding: 2px 20px;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 11px;
}

.top-nav .side-menu li.tab > div > ul + ul {
    position: relative;
}
.top-nav .side-menu li.tab > div > ul + ul > li > ul > li + li > a {
    color: #1d57cc;
}

.top-nav .side-menu li.tab > div > ul + ul > li > ul > li + li > a:hover {
    color: #939598;
}

.top-nav .side-menu li.tab li.nav-button {
    position: absolute;
    left: 446px;
    top: 15px;
}

.top-nav .side-menu li.tab li.nav-button a {
    background-color: #1d57cc;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 18px;
    color: #fff;
    padding: 5px 60px 6px 10px;
    border-radius: 4px;
    background-image: url(../design/svg/arrow-white-circle.svg);
}
.top-nav .side-menu li.tab li.nav-button a:hover{
    color: #ffffff !important;
}
.top-nav li.resources .menu-wrap {
    text-align: center;
    background: #fff;
}

.top-nav li.resources .menu-wrap ul {
    width: 100%;
    list-style-type: none;
    text-align: left;
}

.top-nav li.resources .menu-wrap ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: -0.25em;
}

.top-nav li.resources .menu-wrap ul li a {
    color: #4d4d4d;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 400;
}

.top-nav li.resources .menu-wrap ul li a:hover {
    color: #939598;
}

.top-nav li.about .menu-wrap {
    padding-left: 513px;
    background: #fff;
}

.top-nav li.about .menu-wrap > ul > li {
    float: left;
    text-align: left;
}

.top-nav li.about .menu-wrap > ul > li a {
    color: #4d4d4d;
    font-size: 15px;
}

.top-nav li.about .menu-wrap > ul > li a:hover {
    color: #939598;
}
.top-nav .markets .side-menu > li > div{
    padding: 12px 10px;
}
.top-nav .side-menu a.ubermenu-target-text{
    font-weight: 400;
}
.top-nav .resources .menu-wrap{
    padding: 20px 0 100px 228px;
}
.top-nav .about .menu-wrap{
    padding: 30px 0 0 513px;
}
.top-nav li.about .menu-wrap > ul > li:last-child{
    margin-left: 16px;
}
@media only screen and (max-width: 1024px){
    .top-nav li.about .menu-wrap{
        padding-left: 452px;
    }
}
@media only screen and (max-width: 800px) {
    .top-nav .side-menu hr {
        border-top: none;
    }

    .top-nav {
        width: 100%;
        margin: 0;
    }
    .top-nav ul.top-nav-wrap {
        float: none;
        opacity: 0;
        transition: 250ms;
    }
    .top-nav.js--revealed ul.top-nav-wrap {
        opacity: 1;
        transition: 250ms;
    }
    .top-nav ul.top-nav-wrap > li:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }
    .top-nav ul.top-nav-wrap > li {
        margin: 0 !important;
        width: 100%;
        padding: 15px 20px;
        position: relative;
    }
    .top-nav .side-menu > li {
        border-top: 1px solid #4a4a4a;
    }
    .top-nav .side-menu > li.tab > ul > li > ul,
    .top-nav .side-menu {
        width: 100%;
    }
    .top-nav .menu-wrap {
        top: 100%;
    }
    li.tab > ul li.title-blue > ul,
    .top-nav .side-menu .category-text,
    .top-nav .menu-wrap ul.side-menu .all > ul {
        display: none;
    }
    .top-nav li.markets .menu-wrap {
        height: auto;
    }
    .top-nav .side-menu > li > ul,
    .top-nav .side-menu > li > div {
        position: relative;
        left: 0;
        width: 100%;
    }
    .top-nav li.tab > div,
    .top-nav li.tab > ul {
        background: none !important;
    }
    .top-nav li.resources .menu-wrap,
    .top-nav li.about .menu-wrap {
        height: auto;
        padding-bottom: 30px;
        padding-left: 0;
    }
    .top-nav li.about .menu-wrap{
        padding-left: 200px;
    }
    .top-nav li.resources .menu-wrap{
        padding-left: 150px;
    }
    .top-nav li.about .menu-wrap > ul > li {
        width: 50%;
        margin-bottom: 10px;
    }
    .top-nav .menu-wrap{
        border-top: 0;
    }
    .top-nav .resources .menu-wrap,
    .top-nav .about .menu-wrap  {
        top: 116px;
        border-top: 1px solid #1d57cc;
    }
    .top-nav li.about .menu-wrap > ul > li:last-child {
        margin-left: 0;
        width: 100%;
    }
}


/*END SEARCHMENU*/


/*START SEARCH*/

.moduleSearch {
    float: right;
    margin-top: 4px;
}

@media only screen and (max-width: 800px) {
    .moduleSearch {
        display: none;
    }
}

.moduleSearch .module-search_input[type="text"]{
    border-radius: 4px;
}

.moduleSearch input.module_button {
    display: inline-block;
    font: normal normal normal 14px/1 q4-icons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    padding: 0;
    background: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 16px;
    color: #4d4d4d;
    margin-top: -4px;
}
.moduleSearch input.module_button {
    font-size: 0;
    background-image: url('../design/svg/magnifying-glass-new.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    top: 5px;
    right: 8px;
}

/*END SEARCH*/

.pane--banner {
    display: inline-block;
    width: 100%;
    background-image: url('../design/header-image.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 400px;*/
    padding: 20px 0;
    position: relative;
    min-height: 180px;
}

.pane--banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.pane--banner > .pane_inner {
    position: relative;
    z-index: 1;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 236px;
}

@media only screen and (max-width: 550px) {
    .pane--banner > .pane_inner {
        min-height: 260px;
    }
}

/*START BREADCRUMB*/

.mainBreadcrumb {
    font-size: 14px;
    color: #494949;
    font-family: "Roboto";
    font-weight: normal;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

@media only screen and (max-width: 1060px) {
    .mainBreadcrumb {
        padding: 0 20px;
    }
}

.mainBreadcrumb a {
    font-size: 14px;
    color: #494949;
    font-family: "Roboto";
}

.PageInvestorHome .mainBreadcrumb a.module-breadcrumb_home-link {
    font-family: "Roboto";
    font-weight: normal;
}

.mainBreadcrumb span {
    font-family: "Roboto";
}

.mainBreadcrumb a:hover {
    color: #2c6df0;
}

.mainBreadcrumb a.module-breadcrumb_main_home-link:after {
    content: ">";
    display: inline-block;
    margin-left: 3px;
}

.breadcrumbHome {
    padding: 0 !important;
}

/*END BREADCRUMB*/


/*START STOCK QUOTE*/

.stockQuote {
    display: none;
    /* .PageInvestorHome .stockQuote { */
    float: right;
    width: 100%;
    max-width: 250px;
    /*background: rgba(23, 83, 207, 0.8);*/
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px;
    /*margin-right: 30px;*/
    display: inline-block;
    text-align: center;
}

.stockQuote span {
    color: #fff;
}

.stockQuote span.module-stock-header_description1 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    font-family: "Roboto";
}

.stockQuote span.module-stock-header_stock-price {
    display: inline-block;
    width: 100%;
    font-size: 50.14px;
    margin-bottom: 5px;
    font-family: "Roboto";
}

.stockQuote span.module-stock-header_description2,
.stockQuote span.module-stock-header_date {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 13px;
    margin-top: 5px;
}

.stockQuote span.module-stock-header_stock-price:before {
    content: "$";
    position: relative;
    top: -15px;
    right: 3px;
    font-size: 30px;
}

.stockQuote span.module-stock-header_volume-text,
.stockQuote span.module-stock-header_volume {
    display: none;
}

.stockQuote span.button {
    /*padding: 7px 30px 10px 30px;*/
    padding: 3px 30px 7px 30px;;
    border: 1px solid #1753CF;
    border-radius: 6px;
    background: #1753CF;
    font-size: 20px;
}

/*.stockQuote span.button:hover {
    background: #fff;
    color: #1753CF;
    border: 1px solid #fff;
}

.stockQuote span.button:hover a {
    color: #1753CF;
    text-decoration: none;
}*/

.stockQuote span.button a {
    line-height: 0;
    color: #fff;
    font-size: 18px;
}

.stockQuote span.button a:active,
.stockQuote span.button a:focus,
.stockQuote span.button a:hover {
    text-decoration: none !important;
}

.stockQuote span.button a:after {
    /*content: "\e90e";*/
    content: "";
    /*display: inline-block;
    font: normal normal normal 14px/1 q4-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin-left: 10px;
    line-height: 0;
    position: relative;
    top: 2px;*/
}

.stockQuote span.module-stock-header_change,
.stockQuote span.module-stock-header_percent-change {
    font-size: 20px;
    font-weight: normal;
    font-family: "Roboto";
}

.stockQuote span.module-stock-header_percent-change {
    margin-left: 5px;
}

.stockQuote span.module-stock-header_percent-change:before {
    content: "(";
}

.stockQuote span.module-stock-header_percent-change:after {
    content: ")";
}
/*END STOCK QUOTE*/


/*START PAGE TITLE*/

.module-page-title h1 {
    color: #fff;
    font-size: 34px;
    text-transform: capitalize;
    padding: 30px 0 20px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: normal;
    font-family: "Roboto";
    text-align: left;
}

/*END PAGE TITLE*/


/*START HEADER EVENTS*/

.headerEvents {
    display: none;
}

.PageInvestorHome .headerEvents {
    /*padding-left: 281px;*/
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.headerEvents .module_headline {
    margin: 0;
    font-size: 0;
}

.headerEvents .module_location,
.headerEvents .module_location,
.headerEvents .module_nav,
.headerEvents .module_time-text,
.headerEvents .module_speakers,
.headerEvents .module_body,
.headerEvents .module_links {
    display: none;
}

.headerEvents .module_item {
    padding-top: 10px;
    padding-bottom: 7px;
}

.headerEvents .module_date-text {
    color: #1b74e8;
}

.headerEvents a {
    font-size: 20px;
    padding: 0 2px;
    color: #fff !important;
    font-family: "Roboto";
    font-weight: normal;
}


/*--- slider part---*/

.headerEvents h2 {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Roboto";
    font-weight: normal;
    text-align: left;
}

.headerEvents > div {
    padding: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    max-width: 520px;
}

@media only screen and (max-width: 830px) {
    .headerEvents > div {
        max-width: 500px;
    }
}

.headerEvents button,
.headerEvents button.slick-prev,
.headerEvents button.slick-next {
    display: none !important;
}

.headerEvents .slick-dots > li {
    display: inline-block;
    line-height: 10px;
}

.headerEvents .slick-dots > li:before {
    content: "\2022";
    color: #7E7E80;
    font-size: 30px;
    cursor: pointer;
}

.headerEvents .slick-dots > li.slick-active:before {
    color: #fff;
}

.headerEvents .module_not-found {
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .stockQuote .module_container.module_container--outer {
        max-width: 400px;
        margin: auto;
        position: relative;
    }
    .PageInvestorHome .headerEvents {
        padding-left: 0;
    }
    .stockQuote span.module-stock-header_percent-change {
        margin-left: 0;
    }
    .stockQuote span.module-stock-header_change {
        padding-right: 25px;
    }
    .stockQuote span.module-stock-header_description2 {
        width: auto;
        margin: 0
    }
    .stockQuote .module-stock-header_description3 {
        position: absolute;
        left: 190px;
        top: 17px;
    }
    .stockQuote span.module-stock-header_description1,
    .stockQuote span.module-stock-header_change,
    .stockQuote span.module-stock-header_percent-change {
        font-size: 16px;
        display: block;
    }
    .stockQuote span.module-stock-header_stock-price {
        width: auto;
        padding-right: 10px;
        float: left;
        margin-top: 8px;
        font-size: 38px;
    }
    .pane--banner {
        padding-bottom: 280px;
    }
    .stockQuote {
        position: absolute;
        bottom: -280px;
        max-width: 100%;
        left: 0;
        background: #1753cf;
        text-align: left;
    }
}

@media only screen and (max-width: 540px) {
    .PageInvestorHome .headerEvents {
        left: 0;
        right: 0;
        padding: 0 20px !important;
    }
}

@media only screen and (max-width: 425px) {
    .stockQuote .module-stock-header_description3 {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        display: block;
        margin-top: 20px;
    }
    .stockQuote .module_container.module_container--outer {
        max-width: 182px;
    }
}


/*END HEADER EVENTS*/


/*START INVESTOR NAV*/

.nav--main {
    display: inline-block;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.nav--main a {
    font-family: "Roboto";
    font-weight: normal;
    color: #4d4d4d;
    font-size: 16px;
    text-decoration: none !important;
}

.pane--navigation {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0;
    background: #fff;
}

.nav--main ul.level1 > li > a,
.nav--main ul.level2 > li {
    float: left;
}


/*level1*/

.nav--main ul.level1 > li > a {
    padding: 20px 0;
}

@media only screen and (max-width: 1060px) {
    .nav--main ul.level1 > li > a {
        padding: 20px 0 20px 20px;
    }
}

.nav--main ul.level1 > li > a {
    margin-right: 40px;
}

.nav--main ul.level1 > li > a:hover {
    color: #2c6df0;
}

.nav--main ul.level1 > li > span.ir-menu {
    display: none;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
    text-align: center;
}

.nav--main ul.level1 > li > span.ir-menu:after {
    content: "\ec71";
    color: #1d57cc;
    font: normal normal normal 14px/1 q4-icons;
    font-size: 31px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
}

@media only screen and (max-width: 1044px) {
    .nav--main ul.level1 > li > span.ir-menu {
        display: inline-block;
    }
}

/*level2*/

.nav--main ul.level2 > li > a {
    padding: 20px 0;
    display: inline-block;
}

.nav--main ul.level2 > li > a:hover {
    color: #2c6df0;
}

.nav--main ul.level2 > li + li {
    margin-left: 38px;
}

.nav--main ul.level2 > li.has-children {
    position: relative;
}

.nav--main ul.level2 > li.has-children > a:after {
    content: "\edc9";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -18px;
    top: 21px;
}

/*level3*/

@media only screen and (min-width: 1045px) {
    .nav--main ul.level3 {
        display: none !important;
        width: 200px;
        padding: 5px 10px;
        background: #fff;
        border-top: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        box-shadow: 2px 2px 1px -1px #e2e2e2;
    }
    .nav--main ul.level2 > li.has-children:hover > a {
        color: #2c6df0;
    }
    .nav--main ul.level2 > li.has-children:hover > a:after {
        color: #4d4d4d;
    }
    .nav--main ul.level2 > li.has-children:hover > ul.level3 {
        display: inline-block !important;
        position: absolute;
        top: 100%;
        left: -5px;
    }
    .nav--main ul.level2 > li.has-children:last-child:hover > ul.level3 {
        left: auto;
        right: 1px;
    }
    .nav--main ul.level3 > li > a {
        font-family: "Roboto";
        font-weight: normal;
        width: 100%;
        display: inline-block;
        padding: 13px 0;
    }
    .nav--main ul.level3 > li > a:hover {
        color: #939598;
    }
}

/*Fixed nav*/

.pane--navigation.fixedNav {
    left: 0px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;
}

@media only screen and (max-width: 1044px) {
    .pane--navigation.fixedNav {
        /*position: relative;*/
    }
    
    .pane--navigation.fixedNav.nav-up {
        transition: 300ms;
        top: -56px;
    }
    
    .pane--navigation.fixedNav.nav-down {
        transition: 250ms;
        top: 0;
    }
    
    .nav--main ul li a,
    .nav--main ul.level2 > li > a {
        /*display: none;*/
        position: relative;
        margin: 0 !important;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    
    .nav--main ul.level3 > li > a {
        padding: 10px 20px;
    }
    
    .nav--main ul.level2,
    .nav--main ul.level3 {
        display: none;
    }
    
    .nav--main ul li {
        width: 100%;
        margin: 0 !important;
    }
    .nav--main ul.level1 > li > a,
    .nav--main ul li.has-children > ul > li > a {
        display: block;
        position: relative;
    }
    
    .nav--main ul.level1 > li.open > ul.level2 {
        display: block;
    }
    
    /*.nav--main ul.level2 > li.open > ul.level3 {
        display: block;
    }*/
    
    .nav--main ul.level1 > li {
        position: relative;
    }
    
    .nav--main ul.level1 > li > a {
        text-align: left;
    }

    .nav--main ul.level1 > li.open > a {
        border-bottom: 1px solid #e0e0e0;
    }
    
    .nav--main ul.level2 > li.has-children > a:after,
    .nav--main ul.level1 > li > a:after {
        content: "\edc9";
        font-family: 'q4-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 20px;
        top: 21px;
    }
    .nav--main ul.level2 > li.has-children.open > a:after {
        content: "\edc7";
    }
    
    .nav--main ul.level1 > li > a:after,
    .nav--main ul.level1 > li.open > a:after {
        /*content: "\ec71";*/
        content: "";
        font-size: 30px;
        top: 14px;
        color: #2c6df0;
    }
    
    .nav--main .level2 .open .level3 {
        padding: 10px;
        background: #f4f4f4;
    }
    .nav--main .level2 li.open > a {
        border-bottom: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }
}

@media only screen and (min-width: 1045px) {
    .nav--main ul.level1 > li.has-children > ul {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 780px) {
    .pane--navigation.fixedNav {
        /*position: relative;*/
    }
}

@media only screen and (max-height: 720px) {
    .pane--navigation.open {
        overflow-y: scroll;
        bottom: 0;
    }
}

/*END INVESTOR NAV*/
/* /// END HEADER /// */

/* /// START FOOTER /// */
.pane--footer {
    background: #f4f4f4;
    border-top: 2px solid #fff;
    display: inline-block;
    width: 100%;
    margin: auto;
    float: none;
    max-width: 1070px;
    margin: 40px 0;
}


/*START INV-CONTACT*/

.module-contact {
    font-size: 16px;
    text-align: left;
}

.module-contact h2 {
    font-family: "Roboto";
    font-weight: normal;
}

.module-contact i {
    display: none;
}

.module-contact ul {
    list-style-type: none;
}

.module-contact ul li.title {
    font-size: 20px;
    margin-bottom: 3px;
}

.module-contact ul li.mail a span {
    color: #1d57cc;
    text-transform: lowercase;
}

.MessageSent p {
    color: green;
    margin: 0;
}

/*END INV-CONTACT*/


/*START EMAIL-ALERTS*/

.module-subscribe {
    /*n/a*/
}

.PageInvestorResourcesEmailAlerts .pane--footer 
.module-subscribe, .module-subscribe table.module-subscribe_mailing-list span.hide {
    display: none;
}

.module-subscribe--footer span.hide {
    display: none;
}

.module-subscribe .module-subscribe_mailing-list tbody table tbody tr {
    float: left;
    margin-right: 35px;
}

@media only screen and (max-width: 400px) {
    .module-subscribe .module-subscribe_mailing-list tbody table tbody tr {
        width: 100%;
        margin-right: 0;
    }
}

.module-subscribe .module-subscribe_mailing-list tbody table tbody tr:last-child {
    margin: 0;
}

.module-subscribe .module_container {
    position: relative;
}

.module-subscribe input.module_input {
    width: 100%;
    max-width: 270px;
    display: inline-block;
}

.pane--footer .module-subscribe .module_actions {
    position: absolute;
    top: 0;
    margin: 0;
    right: 114px;
}

.module-unsubscribe .module_actions input,
.module-subscribe .module_actions input {
    padding: 5px 30px 7px 30px;
    border-radius: 6px;
    background: #1753CF;
    font-size: 16px;
    text-transform: capitalize;
    height: 36px;
    color: #fff;
    border: 1px solid #1753CF;
}

/*.module-unsubscribe .module_actions input:hover,
.module-subscribe .module_actions input:hover {
    color: #1753CF;
    background: #fff;
}*/

.module-subscribe .module-subscribe_form > tbody > tr > td {
    width: 100%;
    float: left;
    padding-right: 226px;
}

@media only screen and (max-width: 768px) {
    .pane--footer .module-subscribe .module_actions {
        position: relative;
        top: auto;
        margin-top: 20px;
        right: auto;
    }
}
@media only screen and (max-width: 959px){
    .footerLinks {
        display: none;
    }
    .pane--credits .copyright {
        width: 100%;
        margin-top: 30px;
    }
    .pane--credits .socialIcons,
    .pane--credits .copyright{
        float: none;
    }
}
@media only screen and (max-width: 768px) {
    .module-subscribe .module-subscribe_form > tbody > tr > td {
        padding-right: 0;
    }
}

@media only screen and (max-width: 940px) {
    .module-subscribe .module_actions {
        position: relative;
        right: auto;
        margin-top: 20px;
    }
}


/*END EMAIL-ALERTS*/

.pane--footer2 {
    border-top: 1px solid #E4E7E7;
}


/*START FOOTER-LINKS*/

.footerLinks {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 58px;
    color: #000;
}

.footerLinks a {
    color: #333;
    font-size: 16px;
    font-family: "Roboto";
    display: block;
}

.footerLinks a:hover {
    text-decoration: underline;
}

.footerLinks .wrap {
    padding-top: 55px;
    font-size: 0;
    padding-bottom: 34px;
}

.footerLinks .wrap h4 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 23px;
}

.footerLinks .wrap ul li + li {
    margin-top: 12px;
}

.footerLinks .item {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

/*END FOOTER-LINKS*/


/*START COPY*/

.copyright {
    float: left;
    color: #000;
    font-family: "Roboto";
    margin-top: 20px;
}

.copyright a {
    color: #1D57CC;
}

.copyright a:hover {
    text-decoration: underline;
}

.copyright ul {
    list-style-type: none;
}

.copyright ul li {
    display: inline-block;
}

.copyright ul li.bar {
    padding-left: 3px;
    margin-left: 3px;
    border-left: 1px solid #000;
}


/*END COPY*/


/*START SOCIAL*/

.module-social .module_container--content {
    padding: 0 10px;
}

.module-social .tabs-wrap ul li {
    display: inline-block;
}

.module-social .tabs-wrap ul li + li {
    margin-left: 8px;
}

.module-social .tabs-wrap ul li span {
    cursor: pointer;
    color: #f2f2f2;
    background-color: #cccccc;
    border-color: #cccccc;
    border-radius: 50%;
    padding: 6px;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 25px;
    position: relative;
    opacity: 1;
    transition: 300ms;
}

.module-social .tabs-wrap ul li span:hover {
    opacity: 0.8;
    transition: 300ms;
}

.module-social .tabs-wrap ul li span:before {
    display: inline-block;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f4f4f4;
    font-family: 'q4-icons';
}

.module-social .tabs-wrap ul li#facebook span:before {
    content: "\eeef";
}

.module-social .tabs-wrap ul li#twitter span:before {
    content: "\eef5";
}

.module-social .tabs-wrap ul li#youtube span:before{
    content: "\e622";
}

.module-social .tabs-wrap ul li#linkedin span:before{
    content: "\ef29";
    position: relative;
    top: -2px;
    font-size: 26px;
    left: -2px;
}

.module-social .tabs-wrap ul li#rss span:before {
    content: "\eefa";
}
.module-social .tabs-wrap ul li span:hover:after {
    content: "";
    background: #f4f4f4;
    height: 2px;
    width: 60%;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-social-icons li {
    display: inline-block;
    margin-right: 7px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.footer-social-icons li img {
    height: auto;
    vertical-align: top;
    width: 40px;
    height: 40px;
}
.socialIcons {
    float: right;
}
/*END SOCIAL*/


/*START Q4 FOOTER*/

.module-q4-credits-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.module-q4-credits-link a {
    color: #1D57CC;
}


/*END Q4 FOOTER*/


/*START BACK TO TOP*/

.back-to-top span {
    position: fixed;
    bottom: 0px;
    right: 30px;
    background: red;
    width: 48px;
    height: 35px;
    background-color: #333333;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    z-index: 10;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}

.back-to-top span:hover {
    background: #1d57cc;
    transition: 250ms;
}

.back-to-top span.open {
    opacity: 0.9;
    transition: all 0.2s ease-in-out 0s;
}

.back-to-top span:before {
    content: "\edba";
    line-height: 35px !important;
    font-family: 'q4-icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}


/*END BACK TO TOP*/


/* /// END FOOTER /// */

.pane.pane--content {
    width: 100%;
}

.no-pad {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-top-pad {
    padding-top: 0 !important;
}

.no-bottom-pad {
    padding-bottom: 0 !important;
}

.pad {
    padding-top: 70px;
    padding-bottom: 70px;
}

.gray-bg {
    background: #f4f4f4;
}

.blue-bg {
    background: #3672B2;
    color: #fff;
}

.TxtCenter {
    text-align: center;
}

.module-news-details .module_view-all-link,
.BlueButton {
    background: #1753CF;
    border: 1px solid #1753CF;
    color: #fff;
    padding: 4px 15px 7px 15px;
    border-radius: 6px;
    font-size: 20px;
    text-transform: capitalize;
    display: inline-block;
    min-width: 180px;
    text-align: center;
}

.module-news-details .module_view-all-link:hover,
.BlueButton:hover {
    text-decoration: none;
}

/*.module-news-details .module_view-all-link:hover,
.BlueButton:hover {
    background: #fff;
    color: #1753CF;
}*/

.module-news-details .module_view-all-link:after,
.BlueButton:after {
    /*content: "\e90e";*/
    content: "";
    display: inline-block;
    font-family: 'q4-icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin-left: 10px;
    line-height: 0;
    position: relative;
    top: 3px;
}

.clear {
    display: inline-block;
    width: 100%
}


/* ///// END GLOBAL ///// */


/*****START INVESTOR HOME*******/


/*start why invest*/

.whyInvest h2 {
    margin-bottom: 0px;
    text-align: left;
}

.whyInvest .module_container--outer {
    /*max-width: 810px;*/
    max-width: 1030px;
    padding: 0;
}

.whyInvest p {
    display: inline-block;
    width: 100%;
    color: #000;
}

@media only screen and (max-width: 1060px) {
    .whyInvest .module_container--outer {
        padding: 0 20px;
    }
}

.whyInvest ul {
    text-align: left;
    /*list-style-type: disc;*/
    margin-left: -20px;
}

.whyInvest ul li {
    font-size: 22px;
    text-align: left;
    line-height: 36px;
    color: #000;
}

.whyInvest ul li:before {
    content: "\2022";
    margin-right: 10px;
}

/*.whyInvest ul li + li {
    margin-top: 10px;
}

.whyInvest ul li > span:first-child:before {
    content: "\e93c";
    font-family: 'q4-icons' !important;
    font-size: 40px;
    color: #1d57cc;
    background: #f7f7f7;
    padding: 35px;
    border-radius: 50%;
    display: inline-block;
}*/

.whyInvest ul li > span:first-child {
    display: inline-block;
    margin-bottom: 10px;
}

.whyInvest ul li span.block,
.whyInvest ul li > span:last-child {
    display: block;
}

.whyInvest .bottom {
    margin-top: 40px;
    text-align: center;
}

/*.whyInvest .img {
    text-align: right;
    padding: 0 25px;
}*/

@media only screen and (max-width: 480px) {
    .whyInvest .grid_col.grid_col--md-1-of-3 {
        width: 100%;
    }
    .whyInvest ul li {
        /*display: table !important;*/
        text-align: left;
    }
    .whyInvest ul li > span:last-child {
        padding-left: 30px;
        width: 100%;
    }
    .whyInvest ul li > span {
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }
    
    .whyInvest .img {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        padding: 0;
    }
}

/*end why invest*/


/*start video title*/

.pane--content .module.videTitle {
    padding-bottom: 50px;
}

.videTitle h2 {
    text-align: left;
    margin-bottom: 1.25rem;
}

.videTitle img {
    display: block;
}

.videTitle p {
    padding-right: 30px;
}

.videTitle .image {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .videTitle p {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .videTitle .grid > div + div {
        margin-top: 20px;
    }
}

.videTitle ul li {
    font-size: 22px;
    line-height: 2rem;
}

.videTitle ul li:before {
    content: "\2022";
    margin-right: 10px;
}

/*end video title*/


/*start latest quarter*/

.latestQuarter .module_container--outer {
    max-width: 810px;
}

.latestQuarter ul li {
    display: inline-block;
    margin-bottom: 20px;
}

.latestQuarter .TxtCenter > a {
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.latestQuarter .TxtCenter > a:before {
    content: "\ed5e";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -17px;
    top: 4px;
    font-size: 12px;
}

.latestQuarter .TxtCenter > a:after {
    content: "\edbe";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -20px;
    top: 4px;
    font-size: 12px;
}

.latestQuarter ul li a {
    font-size: 14px;
}

.latestQuarter ul li a span {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.latestQuarter ul li span:before {
    content: "\e93c";
    font-family: 'q4-icons' !important;
    font-size: 40px;
    color: #1d57cc;
    background: #f7f7f7;
    padding: 35px;
    border-radius: 50%;
    display: inline-block;
}

.latestQuarter ul li.news a span:before {
    content: "";
    width: 110px;
    height: 110px;
    padding: 0;
    border: none;
    background-image: url('../design/q-press-release.png');
    background-size: cover;
}

.latestQuarter ul li.presentation a span:before {
    content: "";
    width: 110px;
    height: 110px;
    padding: 0;
    border: none;
    background-image: url('../design/q-presentation.png');
    background-size: cover;
}

.latestQuarter ul li.webcast a span:before {
    content: "";
    width: 110px;
    height: 110px;
    padding: 0;
    border: none;
    background-image: url('../design/q-conference-call.png');
    background-size: cover;
}

.latestQuarter ul [class*="10"] a span:before {
    content: "";
    width: 110px;
    height: 110px;
    padding: 0;
    border: none;
    background-image: url('../design/q-quarterly-report.png');
    background-size: cover;
}

.latestQuarter ul li.Fact a span:before {
    content: "";
    width: 110px;
    height: 110px;
    padding: 0;
    border: none;
    /*background-image: url('../design/q-corp-fact-sheet.png');*/
    background-image: url('../design/corp-fact-sheet.png');
    background-size: cover;
}
\
.latestQuarter ul li a:hover {
    text-decoration: underline;
}

.latestQuarter a.quarterButton {
    text-decoration: none;
}

.latestQuarter a.quarterButton:hover {
    text-decoration: underline;
}

/*end latest quarter*/


/*start latest presentation*/

.latestPresentation {
    background: #3672B2;
    display: inline-block;
    width: 60%;
    position: relative;
    text-align: center;
}

.latestPresentation .module_container {
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .latestPresentation .module_container {
        padding-right: 0px;
    }
}

.latestPresentation .module_rss {
    position: absolute;
    top: 70px;
    right: 70px;
}

@media only screen and (max-width: 450px) {
    .latestPresentation .module_rss {
        right: 20px;
    }
}

.latestPresentation:before {
    content: '';
    background: #3672B2;
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
}

.latestPresentation .links > div {
    width: 60%;
    display: inline-block;
}

.latestPresentation .links {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.latestPresentation .links .TxtLeft {
    display: inline-block;
    margin-right: 30px;
    float: left;
    margin-top: 8px;
}

.latestPresentation .module-slideshow_link {
    color: #fff;
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-size: 14px;
}

.latestPresentation .module-slideshow_link i:before {
    content: "\e90f";
}
/*end latest presentation*/

/*start latest event*/

.eventAndPresLand .module_container--outer {
    position: relative;
    z-index: 9;
}

.eventAndPresLand {
    /*background: url('../design/eventBg.jpg');*/
    background-color: #3672B2;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: 100% 0;
    color: #fff;
    position: relative;
}

.eventAndPresLand:before {
    content: '';
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.6);*/
    background-size: 50% 100%;
    background-position: 100% 0;
    position: absolute;
}

.eventAndPresLand h2 {
    color: #fff;
}

.latestEvent {
    width: 100%;
    float: right;
    max-width: 370px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .latestEvent {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 980px) {
    .latestEvent {
        max-width: 280px;
    }
}

.latestEvent .container {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .latestEvent .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.latestEvent .module_item-wrap {
    padding: 30px;
    text-align: center;
}

.latestEvent .module_headline-link {
    color: #fff;
    font-weight: 300;
    font-family: "Roboto";
    line-height: normal;
}

.latestEvent .module_headline-link:hover {
    color: #2c6df0;
}

.latestEvent .module_link {
    background: #2c6df0;
    border: 1px solid #2c6df0;
    color: #fff;
    font-weight: 400;
    padding: 7px 15px 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: left;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.latestEvent .module_link:hover {
    background: #fff;
    color: #2c6df0;
}*/

.latestEvent .module_webcast-link {
    margin-bottom: 15px;
}

.latestEvent .module_link i {
    margin-right: 8px;
}

.latestEvent .module_date-time .time {
    margin-left: 5px;
}

.latestEvent .module_container--content {
    background: rgba(0, 0, 0, 0.6);
}

.latestEvent .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 9;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    bottom: 0;
    display: none !important;
}

.latestEvent .slick-next.slick-arrow {
    right: -40px;
    left: auto;
}

.latestEvent .slick-arrow::before {
    content: '\edca';
    font-family: 'q4-icons';
    font-variant: normal;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.7);
}

.latestEvent .slick-next.slick-arrow::before {
    content: '\edc8';
}

.latestEvent ul.slick-dots {
    position: absolute;
    bottom: -29px;
    text-align: center;
    left: 0;
    right: 0;
}

.latestEvent ul.slick-dots li {
    display: inline-block;
}

.latestEvent ul.slick-dots li + li {
    margin-left: 10px;
}

.latestEvent ul.slick-dots li button {
    display: none;
}

.latestEvent ul.slick-dots li:before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.latestEvent ul.slick-dots li.slick-active:before {
    background: rgba(0, 0, 0, 1);
}

/*end latest event*/

@media only screen and (max-width: 768px) {
    .latestPresentation,
    .latestEvent {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        float: none;
        margin: auto;
        max-width: none;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .latestEvent .module_item-wrap {
        padding: 15px 20px;
    }
    .latestEvent .slick-arrow {
        left: -40px;
    }
    .latestEvent .slick-next.slick-arrow {
        right: -40px;
    }
    .eventAndPresLand .module_container--outer {
        padding: 0;
    }
    .eventAndPresLand::before {
        width: 0;
    }
    .latestEvent {
        /*background: url('../design/eventBg.jpg');*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        padding: 50px 35px;
    }
    .latestEvent > div.container {
        position: relative;
        z-index: 9;
    }
    .latestEvent > div.overlay {
        content: '';
        /*background: rgba(0, 0, 0, 0.6);*/
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 550px) {
    .latestPresentation .links .TxtLeft {
        float: none;
        display: block;
        margin-right: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 440px) {
    .latestPresentation .links > div {
        width: 100%;
        text-align: center;
    }
}


/*start latest news*/

.module_container--content.latestNews {
    position: relative;
    padding: 0 10px;
}

.latestNews .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 35%;
    left: -25px;
    z-index: 9;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.latestNews .slick-next.slick-arrow {
    right: -19px;
    left: auto;
    width: 42px;
    overflow: hidden;
}

.latestNews .slick-arrow::before {
    content: '\edca';
    font-family: 'q4-icons';
    font-variant: normal;
    font-size: 50px;
    color: #4d4d4d;
}

.latestNews .slick-next.slick-arrow::before {
    content: '\edc8';
}

.latestNews .module_item {
    padding: 0 5px;
}

.latestNews .module_link {
    margin: 0;
    /*margin-top: 15px;*/
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}

.latestNews .module_link span {
    vertical-align: inherit;
}

.latestNews .module_headline a {
    color: #fff;
    font-size: 20px;
}

.latestNews .module_item-wrap {
    position: relative;
    /*padding: 100px 10px 10px;*/
    color: #fff;
    height: 250px;
}

.latestNews .module_item .module_item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #734bb2;
    overflow: hidden;
}

.latestNews .module_item:first-child .module_item-image {
    background-repeat: no-repeat;
    background-image: url("../design/iStock_XXXLARGE.jpg");
    background-size: cover;
}

.latestNews .module_item:nth-child(2) .module_item-image {
    background-repeat: no-repeat;
    background-image: url("../design/GettyImages_high.jpg");
    background-size: cover;
}

.module-news-latest .grid_col--1-of-2 + .grid_col--1-of-2 .module_item-image img {
    height: 100%;
    width: auto;
}

@media only screen and (max-width: 800px) {
    .module-news-latest .grid_col--1-of-2 .module_item-image img {
        height: 100%;
        width: auto;
    }
}

@media only screen and (max-width: 579px) {
    .module-news-latest .grid_col--1-of-2 .module_item-image img {
        height: 100%;
        width: 100%;
    }

    .module-news-latest .grid_col--1-of-2 + .grid_col--1-of-2 .module_item-image img {
        height: 100%;
        width: 100%;
    }
}

.latestNews .overlay {
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
/*end latest news*/

/*start social*/
.module-social .tabs-wrap {
    text-align: center;
    padding-top: 30px;
}

.module-social .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 35%;
    left: -28px;
    z-index: 9;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    width: 41px;
}

.module-social .slick-next.slick-arrow {
    right: -19px;
    left: auto;
    overflow: hidden;
}

.module-social .slick-arrow::before {
    content: '\edca';
    font-family: 'q4-icons';
    font-variant: normal;
    font-size: 50px;
    color: #4d4d4d;
}

.module-social .slick-next.slick-arrow::before {
    content: '\edc8';
}

.module-social .module_item {
    border: none;
    padding: 0 3px;
}

.module-social .module_item .module_item-inner {
    background: #284170;
    padding: 20px;
    color: #fff;
    min-height: 280px;
    text-align: left;
}


.module-social .item_title {
    max-height: 200px;
    overflow: hidden;
    font-size: 18px;
    line-height: normal;
    color: #fff;
}

.module-social a {
    color: #1DA1F2;
}

.module-social .module_item .module_item-inner .item_date {
    margin-bottom: 5px;
    font-family: "Roboto";
}

.module-social .module_item .module_item-inner img {
    margin-top: 10px;
}

.module-social .module_item .module_item-inner .module_icon {
    font-size: 22px;
    text-align: left;
    padding-bottom: 5px;
}
/*end social*/
/*****END INVESTOR HOME*******/

/*****START EVENTS AND PRESENTATIONS PAGE******/
/*start upcoming events*/

.upcomingEvent {
    width: 45%;
    float: left;
    padding-bottom: 50px;
}

.calendarEvent {
    width: 45%;
    float: right;
}

.upcomingEvent .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 35%;
    left: -80px;
    z-index: 9;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.upcomingEvent .slick-next.slick-arrow {
    right: -80px;
    left: auto;
}

.upcomingEvent .slick-arrow::before {
    content: '\edca';
    font-family: 'q4-icons';
    font-variant: normal;
    font-size: 50px;
    color: #2c6df0;
}

.upcomingEvent .slick-next.slick-arrow::before {
    content: '\edc8';
}

.upcomingEvent .slick-dots {
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    left: 0;
}

.upcomingEvent .slick-dots li {
    display: inline-block;
}

.upcomingEvent .slick-dots li ~ li {
    margin-left: 10px;
}

.upcomingEvent .slick-dots li button {
    font-size: 0;
    background: #f2f2f2;
    border: none;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    width: 10px;
}

.upcomingEvent .slick-dots li.slick-active button {
    background: #1753CF;
}

.upcomingEvent .module_container--event {
    background: #f7f7f7;
    padding: 40px 50px;
}

@media only screen and (max-width: 1020px) {
    .upcomingEvent .module_container--event {
        padding: 20px 25px;
    }
}

.upcomingEvent .container {
    padding: 0 15%;
    text-align: center;
}

.upcomingEvent .module_link.module_webcast-link {
    margin-bottom: 15px;
}

.module-event-details .module_link,
.upcomingEvent .module_link {
    background: #1753CF;
    border: 1px solid #1753CF;
    color: #fff;
    font-weight: 400;
    padding: 7px 15px 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
    line-height: 1;
    height: 36px;
    margin-left: 0;
}

.module-event-details .module_link {
    max-width: 350px;
    height: 50px;
}

.upcomingEvent .module_link i {
    position: relative;
    top: -1px;
}

/*.module-event-details .module_link:hover,
.upcomingEvent .module_link:hover {
    color: #1753CF;
    background: #fff;
}*/

.upcomingEvent .module_date-time .module_date-text {
    margin-right: 5px;
}

.upcomingEvent .module_headline a {
    font-size: 26px;
    font-weight: 300;
    font-family: "Roboto";
    line-height: normal;
}

.module_add-to-calendar-list.js--revealed {
    display: block;
    padding: 20px 0;
}

@media only screen and (max-width: 890px) {
    .upcomingEvent {
        padding-bottom: 100px;
        width: 100%;
    }
    .calendarEvent {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .upcomingEvent .container {
        padding: 0 30px;
    }
    .upcomingEvent .slick-arrow {
        left: -50px;
    }
    .upcomingEvent .slick-next.slick-arrow {
        right: -50px;
    }
    .upcomingEvent .module_container--event {
        padding: 20px 10px;
    }
}

.module-event-details a.q4-icon_webcast {
    
}

.module-event-details a.q4-icon_webcast:before {
    position: relative;
    top: 2px;
}

/*end upcoming events*/


/*start presentations*/

.presentationsArchive h2 {
    text-align: left;
}

.presentationsArchive .module-slideshow {
    padding-right: 30px;
}

.presentationsArchive .module-slideshow_link-container {
    text-align: right;
    width: 100%;
}

.presentationsArchive .module-slideshow_link {
    color: #fff;
}

.presentationsArchive .module_nav {
    display: none;
}

.presentationsArchive .module_item {
    display: inline-block;
    width: 100%;
}

.presentationsArchive .module_link {
    color: #fff;
}

.presentationsArchive .module_link:hover {
    text-decoration: underline;
}

.presentationsArchive .module_date-time {
    float: left;
}

.presentationsArchive .q4-icon_pdf:before {
    content: "\e90f";
}

@media only screen and (max-width: 768px) {
    .presentationsArchive h2 {
        text-align: center;
    }
    .presentationsArchive .module-slideshow {
        text-align: center;
        padding-right: 0;
        padding-bottom: 50px;
        margin-top: 20px;
    }
    .presentationsArchive .module-slideshow_link-container {
        text-align: center;
        max-width: 480px;
    }
}

.presentationsArchive .pager-prev,
.presentationsArchive .pager-next {
    font-size: 0;
}

.presentationsArchive .pager-prev:before,
.presentationsArchive .pager-next:before {
    font-size: 20px;
    content: "\edca";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'q4-icons' !important;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.presentationsArchive .pager-next:before {
    content: "\edc8";
}

.presentationsArchive .pager-disabled {
    display: none;
}

.presentationsArchive .pager-page {
    color: #e2e2e2;
    padding: 5px;
}

.presentationsArchive .pager-page:hover {
    cursor: pointer;
    color: #fff;
}

.presentationsArchive .pager-active {
    color: #fff;
}

.module-slideshow .module-slideshow_bottomtext {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    float: left;
    font-size: 22px;
    font-family: "Roboto";
    position: relative;
    top: -5px;
}

@media only screen and (max-width: 870px) {
    .module-slideshow .module-slideshow_bottomtext {
        display: block;
    }
}

.module-slideshow .module-slideshow_bottomtext > div {
    padding-left: 0;
}

@media only screen and (max-width: 450px) {
    .module-slideshow .module-slideshow_bottomtext {
        width: 100%;
        text-align: center;
    }
}
/*end presentations*/


/*start archived events*/

.archEv h2 {
    text-align: left;
}

@media only screen and (max-width: 930px) {
    .archEv .module_options span {
        display: inline-block;
        width: 100%;
    }
    
    .archEv .module_options span + span {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .archEv .module_options span {
        display: inline-block;
        width: auto;
    }
    
    .archEv .module_options span + span {
        margin-top: 0px;
    }
}

.archEv .module_options select {
    margin-right: 10px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent url('../design/svg/dropdown-arrow-white.png') no-repeat right 12px center;
}

.archEv .module_options select option {
    color: #494949;
}

.archEv .module_link {
    margin: 0;
}

.archEv ..module_link > i.q4-icon_pdf {
    position: relative;
    top: -2px;
}

.archEv .module-briefcase_link {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.archEv .module_links,
.archEv .module_date-time {
    display: inline-block;
}

.archEv .module_date-time.border {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
}

.archEv .module_date-time.border:before {
    display: none;
}

.archEv .module_speakers {
    display: inline-block;
    line-height: 13px;
}

.archEv .module_item {
    display: inline-block;
    width: 100%;
}

.archEv .module_item a.module_headline-link {
    color: #fff;
}

.archEv .module_item a.module_headline-link:hover {
    text-decoration: underline;
}

.archEv .border {
    display: inline-block !important;
    padding-left: 15px;
    /* border-left: 1px solid rgba(34, 34, 34, 0.1); */
    margin-left: 15px;
    float: left;
    position: relative;
}

.archEv .border::before {
    content: '';
    width: 1px;
    height: 15px;
    background: #e2e2e2;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 2px;
}

.archEv .module_attachments,
.archEv .module_financials li {
    width: 50%;
    display: inline-block;
    line-height: normal;
}

.PageEventsampPresentations .archEv .module_attachments,
.PageEventsampPresentations .archEv .module_financials li {
    width: 45%;
}

.archEv .module_links > div {
    line-height: normal;
    width: 50%;
    float: left;
    margin-bottom: 5px;
}

@media only screen and (max-width: 500px) {
    .archEv .module_links > div {
        width: 100%;
    }
}

.archEv .module_links > div + div {
    margin-left: 0px;
}

@media only screen and (max-width: 768px) {
    .archEv .module_links > div + div {
        margin-left: 0px;
    }
}

.archEv .module_financials {
    width: 100% !important; 
}

.archEv .module_financials .module_link {
    margin-top: 5px;
}

.archEv .module_speakers {
    padding-right: 20px;
    line-height: normal;
}

.archEv .module_info {
    /*width: 60%;
    float: left;*/
    display: inline-block;
}

.archEv .module_attachments li {
    display: block;
    margin-top: 5px;
}

.archEv .module_links {
    /*width: 40%;
    float: left;*/
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.archEv .module_options {
    margin-bottom: 20px;
}

.archEv .module_pager {
    float: right;
}

.archEv .pager-prev,
.archEv .pager-next {
    font-size: 0;
}

.archEv .pager-prev:before,
.archEv .pager-next:before {
    font-size: 20px;
    content: "\edca";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'q4-icons' !important;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.archEv .pager-next:before {
    content: "\edc8";
}

.archEv .pager-disabled {
    display: none;
}

.archEv .pager-page {
    color: #fff;
    padding: 5px;
}

.archEv .pager-page:hover {
    cursor: pointer;
    color: #e2e2e2;
}

.archEv .pager-active {
    color: #e2e2e2;
}

.archEv .module_links > div ~ div {
    margin-bottom: 5px;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 1100px) {
    .archEv .module_info {
        margin-bottom: 10px;
    }

    .archEv .module_speakers {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 5px;
    }

    .archEv .module_links,
    .archEv .module_info {
        width: 100%;
    }

    .archEv .module_speakers:before {
        display: none;
    }
}

@media only screen and (max-width: 780px) {
    .archEv .border::before {
        display: none;
    }

    .archEv .border {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-top: 10px;
    }

    .archEv .module_links > div, 
    .archEv .module_links .module_attachments, 
    .archEv .module_links .module_financials li {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .archEv .module_options select {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .archEv .module_links > div ~ div {
        width: 100%;
    }
}

/*end archived events*/


/*****END EVENTS AND PRESENTATIONS PAGE******/


/*****START PRESS RELEASES PAGE******/

.investNews select.dropdown {
    margin-bottom: 20px;
}

.investNews .module_item {
    display: inline-block;
    width: 100%;
}

.investNews .module_date-time {
    display: inline-block;
    float: left;
}

.investNews .module_links {
    display: inline-block;
    float: right;
}

.module-press-release .module_link-text {
    vertical-align: inherit;
    position: relative;
    top: 1px;
    right: 3px;
}

.investNews .module_nav {
    display: none;
}

.investNews .year-sel,
.investNews .filter-sel {
    float: left;
}

.investNews .year-sel {
    margin-left: 20px;
}

.investNews .module-container {
    display: inline-block;
    width: 100%;
}

.investNews .pager-disabled {
    display: none;
}

/*.investNews .pager-page {
    color: #939598;
    padding: 5px;
}

.investNews .pager-page:hover {
    cursor: pointer;
    color: #2c6df0;
}

.investNews .pager-prev,
.investNews .pager-next {
    font-size: 0;
}

.investNews .pager-prev::before,
.investNews .pager-next::before {
    font-size: 20px;
    content: "\edca";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'q4-icons' !important;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.investNews .pager-next::before {
    content: "\edc8";
}

.investNews .pager-active {
    color: #494949;
}*/

.investNews .module_pager {
    float: right;
}

.investNews .pager-disabled {
    display: none;
}

.investNews .pager-page {
    color: #939598;
    padding: 5px;
}

.investNews .pager-page:hover {
    cursor: pointer;
    color: #2c6df0;
}

.investNews .pager-prev,
.investNews .pager-next {
    font-size: 0;
}

.investNews .pager-prev::before,
.investNews .pager-next::before {
    font-size: 20px;
    content: "\edca";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'q4-icons' !important;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.investNews .pager-next::before {
    content: "\edc8";
}

.investNews .pager-active {
    color: #494949;
}

/*****END PRESS RELEASES PAGE******/


/*****START INVEST CALC PAGE******/

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
    font-weight: normal;
    color: #333;
}

/*****END INVEST CALC PAGE******/


/*****START STOCK SPLIT PAGE******/

.module-dividends {}

@media only screen and (max-width: 480px) {
    .module-dividends td {
        padding-left: 60%;
        padding-right: 0;
        position: relative;
    }
    .module-dividends td:before {
        position: absolute;
        left: 0;
    }
}


/*****END STOCK SPLIT PAGE******/


/*****START ANALYST COBERAGE PAGE******/

.module-analyst-coverage {
    line-height: normal;
}

@media only screen and (max-width: 480px) {
    .module-analyst-coverage .table td span {
        width: 50%;
        float: right;
    }
    .module-analyst-coverage td {
        display: inline-block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


/*****END ANALYST COBERAGE PAGE******/


/*****START FINANCIAL PAGE******/

.financialTable .financial-table-header > div {
    display: inline-block;
    padding: 20px 15px;
}

.financialTable .financial-category-row > div {
    display: inline-block;
    padding: 15px;
}

.financialTable .financial-table-header {
    /*background: #1d57cc;*/
    background: #f2f2f2;
    color: #000;
    font-size: 18px;
}

.financialTable .financial-document-list,
.financialTable .financial-year-list {
    text-align: center;
}

.financialTable .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 9;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    background: #f2f2f2;
}

.financialTable .slick-next.slick-arrow {
    right: 0;
    left: auto;
}

.financialTable .slick-arrow::before {
    content: '\edca';
    font-family: 'q4-icons';
    font-variant: normal;
    font-size: 40px;
    color: #454545;
}

.financialTable .slick-next.slick-arrow::before {
    content: '\edc8';
}

.slick-arrow.slick-disabled {
    opacity: 0.6;
    cursor: default;
    display: none !important;
}

.financialTable .financial-table-content {
    background: #f4f4f4;
    padding: 10px 0;
}

.financialTable .empty {
    color: #939598;
    padding: 10px;
    font-size: 18px;
}

@media only screen and (max-width: 560px) {
    .financialTable .empty {
        padding: 5px;
    }
}

.financialTable .financial-documents > span {
    font-size: 18px;
    padding: 2px 10px;
    display: inline-block;
}

.financialTable > span > a {
    color: #494949;
}

.financialTable .proxy .financial-documents span span,
.financialTable .k10 .financial-documents span span,
.financialTable .annual .financial-documents span span {
    color: #2c6df0;
}

.financialTable .proxy .financial-documents span span:before,
.financialTable .k10 .financial-documents span span:before,
.financialTable .annual .financial-documents span span:before {
    content: "\e90f";
    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;    font-size: 22px;
}

.financialTable .proxy a:hover,
.financialTable .k10 a:hover,
.financialTable .annual a:hover {
    text-decoration: none;
}

.financialTable .proxy .financial-documents span.empty span:before,
.financialTable .k10 .financial-documents span.empty span:before,
.financialTable .annual .financial-documents span.empty span:before {
    color: #939598;
}

/*.financialTable .proxy .financial-documents span span:hover,
.financialTable .k10 .financial-documents span span:hover,
.financialTable .annual .financial-documents span span:hover,
.financialTable a:hover {
    color: #f7a124;
}*/
/*****END FINANCIAL PAGE******/

/*****START SITEMAP PAGE******/
.nav.nav--sitemap {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; 
    margin-bottom: 70px;
}

.nav.nav--sitemap li a {
    color: #494949 !important;
    padding: 5px 0;
    display: inline-block;
}

.nav.nav--sitemap li a:hover {
    color: #2c6df0 !important;
}

.nav.nav--sitemap .level3 li a {
    margin-left: 10px;
}
/*****END SITEMAP  PAGE******/

.module-event-details .module_location {
    margin-bottom: 20px;
}

.table-corp-gov {
    margin: 10px 0;
}

.table-corp-gov a {
    font-size: 16px;
    /*color: #454545;*/
}

.table-corp-gov a:hover {
    /*color: #2c6df0;*/
}

.table-corp-gov a:after {
    /*content: "\eecd";*/
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-right: 9px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

.table-corp-gov a[href*=".pdf"]:after,
.table-corp-gov a[href*=".Pdf"]:after,
.table-corp-gov a[href*=".PDF"]:after {
    /*content: "\e90f";*/
}

.table-corp-gov a:hover:after {
    color: #2c6df0;
}

.table-corp-gov tr th span {
    float: right;
    display: none;
}

.table-corp-gov tr td {
    position: relative;
    padding-right: 50px;
}

.table-corp-gov.table--responsive td:before {
    content: "";
}

/*financial summary update*/

.financialTable .financial-table-content .slick-initialized .slick-slide {
    text-align: left;
    padding: 0 25px;
}

@media only screen and (max-width: 560px) {
    .financialTable .financial-table-content .slick-initialized .slick-slide {
        text-align: center;
        padding: 0;
    }
}

.financialTable .financial-table-content .slick-initialized.form.k10 .slick-slide,
.financialTable .financial-table-content .slick-initialized.annual.report .slick-slide,
.financialTable .financial-table-content .slick-initialized.proxy .slick-slide {
    text-align: center;
    padding: 0 10px;
}

/*analyst coverage update*/

.module-analyst-coverage table tbody tr td {
    padding: 10px 15px;
}

@media only screen and (max-width: 480px) {
    .module-analyst-coverage table tbody,
    .module-analyst-coverage table tbody tr {
        border: none;
    }
}

/*Annual Reports & Proxies update*/

.module-financial-proxy a {
    font-size: 18px;
    display: inline-block;
}

.module-financial-proxy a .module_icon {
    position: absolute;
    top: 15px;
    right: 15px;
}
.module-financial-proxy .module-briefcase_link i {
    position: absolute;
    top: 18px;
    right: 55px;
}

/*.module-financial-proxy .financials li.Proxy,
.module-financial-proxy .proxy li.Annual {
    display: none;
}*/

.module-financial-proxy .financials {
    margin-bottom: 2.5rem;
}

.module-financial-proxy .module_container .module_item {
    padding: 0;
    border-bottom: none;
}

.module-financial-proxy .module_container .module_item ~ .module_item {
    border-top: 0;
}

.module-financial-proxy .module_container .module_item > ul > li {
    position: relative;
    padding-right: 40px;
    padding: 15px;
}

.module-financial-proxy .module_container .module_item:nth-child(2n+2) > ul > li {
    background: #f4f4f4;
}

a.BlueLink {
    display: inline-block;
    position: relative;
}

a.BlueLink:before {
    content: "\ed5e";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -17px;
    top: 3px;
    font-size: 12px;
}

a.BlueLink:after {
    content: "\edbe";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -20px;
    top: 3px;
    font-size: 12px;
}

/*Committee Persons*/
.module-person--compensation .compensation-chair:before,
.module-person--development .development-chair:before,
.module-person--audit .audit-chair:before,
.module-person--nominating .nominating-chair:before {
    color: #006fba;
}

/*Investment Calculator*/

.module-calculator .module_container--outer {
    max-width: 500px;
}

.module-calculator .module-calculator_input {
    margin-bottom: 0;
}

.module-calculator .module-calculator_input + .module-calculator_input {
    margin-top: 20px;
}
 
.module-calculator .module-calculator_input:last-child {
    margin-top: 0;
}

@media only screen and (max-width: 820px) {
   .module-calculator .module-calculator_input:last-child {
        padding-left: 20px;
    } 
}

.module-calculator .compareWrap {
    width: 50%;
    display: inline-block;
}

@media only screen and (max-width: 820px) {
    .module-calculator .compareWrap {
        width: auto;
        display: inherit;
    }
}

.module-calculator .compareWrap .module-calculator_input-row {
    margin-right: 10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 820px) {
    .module-calculator .compareWrap .module-calculator_input-row {
        margin-bottom: 10px;
    }
}

.module-calculator .module_actions {
    text-align: left;
    margin-left: 200px;
}

@media only screen and (max-width: 820px) {
    .module-calculator .module_actions {
        margin-left: 0px;
    }
}

.module-calculator .module_actions .BlueButton:after {
    content: "";
}

.module-calculator input[type="checkbox"]:checked + label:after {
    padding: 1px 0 0 1px;
}

/*Event details update*/

.module-event-details .module_body {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.module-event-details .module_reminder {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {

    .module-news-details table {
        margin-bottom: 10.0px;
        width: 100%;
        overflow-x: scroll;
        display: inline-block;
        overflow-y: hidden;
    }

    .module-news-details table tbody {
        width: 500px;
        display: inline-block;
    }

}

.module-news-details a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/*Landing News Update*/

@media only screen and (min-width: 801px) {
    .module-news-latest .grid_col--1-of-2 {
        width: 50% !important;
    }

    .module-news-latest .grid_col--1-of-2 + .grid_col--1-of-2 {
        width: 25% !important;
    }
    
    /*.latestNews .module_item .module_item-image img {
        width: 100%;
        height: auto;
        max-width: none;
    }*/
}

.latestNews .module_item .module_item-image img {
    display: none;
}

/*Person Detail Page Update*/

.module-person-details div > a {
    display: inline-block;
    margin: 10px 0;
}

.module-person-details div > i {
    margin-right: 10px;
}

/*Contact Update*/
.contactForm .module-form_label {
    margin-bottom: 5px;
}

/*Info Request Form Update*/

.module-form--custom input[type="checkbox"]:checked + label:after {
    padding: 1px 0 0 1px;
}

.pane--footer .module-subscribe_mailing-list tr table td input[type="checkbox"]:checked + label:after {
    padding: 1px 0 0 0px;
}

/*Financial Table Update*/

.financialTable .k10 .financial-documents span span {
    font-size: 0;
}

.financialTable .k10 .financial-documents span span:before {
    font-size: 22px;
}

.financialTable .financial-table-content {
    background: none;
    padding: 0;
}

.financialTable .financial-category-row:nth-child(2n+2) {
    background: #f9f9f9;
}

.financialTable .slick-initialized .slick-slide {
    text-align: left;
    padding: 0 35px;
}

@media only screen and (max-width: 560px) {
    .financialTable .slick-initialized .slick-slide {
        text-align: center;
    }
}

.financialTable .financial-table-content .slick-initialized.form.k10 .slick-slide,
.financialTable .financial-table-content .slick-initialized.annual.report .slick-slide,
.financialTable .financial-table-content .slick-initialized.proxy .slick-slide {
    padding: 0 25px;
    text-align: left;
}

@media only screen and (max-width: 560px) {
    .financialTable .financial-table-content .slick-initialized.form.k10 .slick-slide,
    .financialTable .financial-table-content .slick-initialized.annual.report .slick-slide,
    .financialTable .financial-table-content .slick-initialized.proxy .slick-slide {
        text-align: center;
    }
}

/*Quarterly Results Update*/

.module-financial-quarter .module_link > .module_link-text {
    vertical-align: inherit;
    position: relative;
    top: 1px;
}

/*Module Library Update*/

.module-library .module_item .module-item-type a.module_link:hover {
    text-decoration: none;
}

.module-library .module-pager {
    float: right;
}

/*Latest Events Update*/

.latestEvent .module_link > .module_link-text {
    vertical-align: inherit;
}

/*Code of Business Update*/

.PageCorporateGovernanceCommitteeCompositionCodeofBusinessConductandEthics .module-html a {
    word-wrap: break-word;
}

@media only screen and (max-width: 780px) {
    .layout_header {
        padding-top: 0 !important;
    }
}

/*Title updates*/

/*.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5 {
    color: #fff;
}*/

.latestEvent .module_container--content {
    background-color: #3672B2;
}
.layout_footer .grid_col {
    vertical-align: top;       
}
.icon--double-arrow {
    width: 14px;
    vertical-align: top;
    margin-top: 4px;
}
.top-nav a:hover{
    text-decoration: none !important;
}
.top-nav {
    color: #333333;
}
/*Update navigation mobile style*/
@media only screen and (max-width: 800px){
    .pane--header .pane_inner{
        padding-bottom: 5px;
    }
    .mainLogo{
        padding-top: 12px;
    }
    .mobile-toggle{
        margin-top: 16px;
        margin-right: 3px;
    }
    .top-nav ul.top-nav-wrap > li{
        text-align: left;
        width: 50%;
    }
    .top-nav ul.top-nav-wrap > li:not(:last-child){
        border-bottom: 0;
    }
    .top-nav ul.top-nav-wrap > li{
        padding: 18px 20px;
    }
    .top-nav .tab.all{
        display: none;
    }
    .top-nav ul.top-nav-wrap > li{
        position: static;
    }
    .top-nav{
        position: relative;
    }
    .top-nav .menu-wrap{
        top: 57px;
        left: 0;
        right: 0;
    }
    .top-nav .side-menu > li.tab .ubermenu-content-block{
        display: none;
    }
    li.tab > ul li.title-blue > ul,
    .top-nav .side-menu .category-text,
    .top-nav .menu-wrap ul.side-menu .all > ul{
        display: block;
    }
    .top-nav li.tab > div, .top-nav li.tab > ul{
        background: #ffffff !important;
    }
    .top-nav li.tab > ul > li {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-right: -0.25em;
    }
    .top-nav li.tab > div.js--revealed,
    .top-nav li.tab > ul.js--revealed{
        display: none !important;
    }
    .top-nav li.tab.js--opened{
        position: absolute;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 99;
    }
    .top-nav li.tab.js--opened > div,
    .top-nav li.tab.js--opened > ul,
    .top-nav li.tab.js--opened > div.js--revealed,
    .top-nav li.tab.js--opened > ul.js--revealed{
        display: block !important;
    }
    .top-nav .side-menu > li.tab > a.js--active {
        background: transparent;
        color: #4a4a4a !important;
    }
    .top-nav .side-menu > li.tab.js--opened > a,
    .top-nav .side-menu > li.tab.js--opened > a.js--active{
        background-color: #1d57cc !important;
        color: #fff !important;
        border-bottom: 1px solid #000;
    }
    .top-nav .side-menu > li.tab > a{
        position: relative;
    }
    .top-nav .side-menu > li.tab > a:before{
        content: "";
        background-image: url('../design/svg/close-icon.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 42px;
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 28px;
        text-align: center;
        vertical-align: bottom;
        display: none;
        height: 100%;
    }
    .top-nav .side-menu > li.tab.js--opened > a:before,
    .top-nav .side-menu > li.tab.js--opened > a.js--active:before{
        display: block;
    }
    .top-nav div.big-title{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .top-nav .side-menu li.tab li.nav-button{
        left: auto;
        right: 20px;
    }
}
@media only screen and (max-width: 480px){
    .top-nav .side-menu li.tab li.nav-button{
        margin-top: 22px;
        margin-bottom: 30px;
        position: static;
    }
    .top-nav ul.top-nav-wrap > li{
        width: 100%;
    }
    .top-nav .markets .menu-wrap{
        top: 110px;
    }
    .top-nav .resources .menu-wrap{
        top: 160px;
    }
    .top-nav li.resources .menu-wrap{
        padding-left: 13%;
    }
    .top-nav li.resources .menu-wrap ul li{
        width: 100%;
    }
    .top-nav li.about .menu-wrap{
        padding-left: 13%;
    }
    .top-nav li.about .menu-wrap > ul > li{
        width: 100%;
    }
    .top-nav .about .menu-wrap{
        top: 215px;
    }
    .top-nav li.tab > ul > li{
        width: 100%;
    }
}   