/*==================================
 ------------ RESET CSS -----------
==================================*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    font-size: 10px;
}

nav ol, nav ul:not(.list), .list--reset ol, .list--reset ul:not(.list) {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

small {
    font-size: 70%;
    line-height: normal;
}

select:empty {
    display: none;
}

*::-webkit-input-placeholder {
    color: #b7bfc6;
    opacity: 1;
}

*::-moz-placeholder {
    color: #b7bfc6;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #b7bfc6;
    opacity: 1;
}

/*---------- Animations ----------*/
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*==================================
 --------- DEFAULT STYLES ---------
==================================*/
body {
    overflow-x: hidden;
    color: #646F79;
    font-family: "Gordita", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

/*---------- TYPOGRAPHY ----------*/
h1 {
    font-size: 56px;
    font-size: 5.6rem;
    margin-bottom: 60px;
    line-height: 1;
    font-family: "Gordita", serif;
    color: #333333;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 36px;
        font-size: 3.6rem;
    }
}

h2 {
    font-size: 45px;
    font-size: 4.5rem;
    margin-bottom: 30px;
    font-family: "Gordita", serif;
    color: #151B26;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
    }
}

.module-first-heading h2.module_title {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 50px;
}

h3 {
    font-size: 31px;
    font-size: 3.1rem;
    margin: 24px 0 16px 0;
    color: #151B26;
}

h4 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: "Gordita", serif;
    color: #151B26;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 12.8px;
    font-weight: 500;
    font-family: "Gordita", serif;
    color: #151B26;
}

h6 {
    font-size: 12px;
    font-size: 1.2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #151B26;
}

.dark .module_title {
    color: #fff;
}

a {
    background-color: transparent;
    color: #796eff;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s;
    border-bottom: 2px solid transparent;
}

a:hover {
    border-bottom: 2px solid #635ac7;
    color: #635ac7;
    text-decoration: none;
}

p {
    line-height: 1.5;
}

i {
    display: inline-block;
}

strong {
    font-weight: bold;
}

/*------------ COMMON ------------*/
img {
    max-width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input[type="radio"] + label:after {
    border-radius: 100%;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    user-select: none;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
    display: inline-block;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #121212;
    margin-right: 8px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 2px;
}

input[type="checkbox"] + label:after, input[type="radio"] + label:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 5px;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
    border-color: #796EFF;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
    background-color: #796EFF;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

input::-ms-clear {
    display: none;
}

iframe {
    width: 100%;
}

.module-video iframe {
    width: calc(56% - 1px);
    margin: 0 auto;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.14);
}

@media screen and (max-width: 992px) {
    .module-video iframe {
        width: 100%;
    }
}
.module_video-holder{
    max-width: 700px;
    margin: 0 auto;
}
/*------- HACKS AND FIXES -------*/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*------------ LISTS ------------*/
.list {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}

/*------- BUTTONS / INPUTS -------*/
*::-webkit-input-placeholder {
    color: #b7bfc6;
    opacity: 1;
}

*::-moz-placeholder {
    color: #b7bfc6;
    opacity: 1;
}

*::-ms-input-placeholder {
    color: #b7bfc6;
    opacity: 1;
}

.input, .textarea, .dropdown, .upload, .submit, .button {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 13px 20px;
    background: transparent;
    border: 1px solid #121212;
    color: #121212;
    border-radius: 0;
    font-family: "Gordita", serif;
    height: 45px;
    font-size: 17px;
    font-size: 1.7rem;
}

.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;
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.button, button {
    background-color: #796eff;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    letter-spacing: .5px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    transition: background-color .15s,color .15s ease-in-out;
    white-space: nowrap;
    font-family: "Gordita", sans-serif;
}

.button:hover, button:hover {
    background-color: #635ac7;
    border-bottom: none;
    color: #fff;
    text-decoration: none;
}

.button:active, button:active {
    box-shadow: none;
    outline: 0;
}

.button::selection, button::selection {
    background-color: none;
}

.button.-large {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
}

.button.-large.-border {
    line-height: 48px;
}

.button.-border {
    background-color: transparent;
    border: 2px solid #796eff;
    color: #796eff;
    line-height: 34px;
}

.button.-border:focus, .button.-border:hover {
    outline: none;
    background-color: #fff;
    border: 2px solid #fff;
    color: #151b26;
}

.button.-border:not(.-light):active, .button.-border:not(.-light):focus, .button.-border:not(.-light):hover {
    background-color: #635ac7;
    border-color: #635ac7;
    color: #fff;
}

.button.-mobile-full {
    width: 100%;
}

@media (min-width: 30em) {
    .button.-mobile-full {
        width: auto;
    }
}

.button:active {
    box-shadow: none;
    outline: 0;
}

.button::selection {
    background-color: none;
}

.button:hover {
    border-color: #635ac7;
    background: #635ac7;
}

.button--inverted {
    background: #121212;
    border-color: #121212;
    color: #ffffff;
}

.button--inverted:hover {
    border-color: #796EFF;
    background: #796EFF;
    color: #ffffff;
}

.button--inverted.js--disabled {
    background: #ffffff;
    border-color: #796EFF;
    color: #796EFF;
}

.button--dark {
    color: #151B26 !important;
    background: #fff !important;
    border-color: #fff;
}

.button--dark:hover {
    border-color: #fff;
    background: #E0E6E8;
}

.dark .button:hover {
    background: #E0E6E8;
}

.dark .button--cta:hover {
    background: transparent;
}

.button--meeting {
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #796eff;
    color: #fff;
    font-weight: 500;
}

.button--meeting:hover {
    background-color: #796eff;
    color: #000;
}

.button--meeting:focus {
    outline-color: #FF5263 !important;
}

.button--cta {
    border: 0 none;
    padding: 6px 0;
    font-size: 17px;
    font-size: 1.7rem;
    background: transparent;
    color: #796EFF;
    position: relative;
    min-width: auto;
    height: auto;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 0px;
}

.button--cta:after {
    content: '\e90d';
    font-family: 'q4-icons';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 13px;
    transition: .3s ease-in-out;
}

.button--cta:hover:after {
    margin-left: 15px;
    transition: .3s ease-in-out;
}

.button--cta:hover {
    background-color: transparent !important;
    color: #635ac7;
}

.dropdown {
    background: transparent url("../design/svg/dropdown-arrow.svg") no-repeat right 20px center;
    background-size: 14px 8px;
    padding: 0 44px 0 20px;
    min-width: 120px;
    color: #333333;
    font-family: Gordita;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
}

.dark .dropdown {
    background: transparent url("../design/svg/dropdown-arrow-white.svg") no-repeat right 20px center;
    background-size: 14px 8px;
    color: #fff;
    border-color: #fff;
}

.dropdown::-ms-expand {
    display: none;
}

/*------------ TABLES ------------*/
.table {
    width: 100%;
    margin: 16px 0;
}

.table thead {
    background-color: transparent;
    color: #ffffff;
    font-family: "Gordita", serif;
    border-bottom: 4px solid #E0E6E8;
}

.table thead th {
    text-align: left;
    color: #151B26;
    font-family: Gordita;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
}

.table tbody tr {
    border-top: 1px solid #f1f1f1;
}

.table tbody tr:first-child {
    border-top: none;
}

.table th, .table td, .table tr > .grid_col {
    margin: 0;
    padding: 20px 15px;
}

.table th {
    color: #ffffff;
}

.table--headless tr:nth-child(even) {
    background-color: transparent;
}

.table--headless tr:nth-child(odd) {
    background-color: #E0E6E8;
}

.table--headless tr:first-child {
    background-color: #796EFF;
    text-align: left;
}

.table--headless tr:first-child td {
    color: #ffffff;
}

.table-wrapper {
    overflow-x: auto;
}

@media only screen and (max-width: 480px) {
    .table--responsive thead {
        display: none;
    }

    .table--responsive tbody {
        border-top: 2px solid #796EFF;
        border-bottom: 2px solid #796EFF;
    }

    .table--responsive td {
        display: block;
    }

    .table--responsive td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}

.table--analyst thead {
    background-color: transparent;
    color: inherit;
    border-bottom: 1px solid #e0e6e8;
}

.table--analyst thead th {
    color: inherit;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.table--analyst thead th:nth-child(odd) {
    background-color: #ffffff;
}

.table--analyst thead th:nth-child(even) {
    background-color: #E0E6E8;
}

.table--analyst tbody tr:nth-child(odd), .table--analyst tbody tr:nth-child(even) {
    background-color: transparent;
}

.table--analyst tbody th {
    color: #222b37;
}

.table--analyst tbody td {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.table--analyst tbody td:nth-child(odd) {
    background-color: #ffffff;
}

.table--analyst tbody td:nth-child(even) {
    background-color: #E0E6E8;
}

/*--------- SPECIAL BOXES --------*/
.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #E0E6E8;
    border-left: 3px solid rgba(111, 78, 37, 0.5);
    font-family: monospace, serif;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    overflow: hidden;
}

.code_comment {
    opacity: 0.5;
}

.quote {
    margin: 32px 0;
    padding: 20px 15px;
    background: #E0E6E8;
    border-left: 3px solid rgba(18, 18, 18, 0.5);
    font-size: 14px;
    font-size: 1.4rem;
}

.quote p:before {
    margin-right: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1b";
}

.quote p:after {
    margin-left: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1c";
}

/*==================================
 -------- Q4 Modules Icons ---------
==================================*/
.q4icons .q4icons_icon:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91e";
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    min-width: 25px;
    /* min-width because sometimes icons don't align properly */
    text-align: right;
    font-weight: bold;
}

.q4icons .module_rss-link .q4icons_icon:before, .q4icons .module_link-rss .q4icons_icon:before {
    content: "\eefa";
}

.q4icons .module_add-to-calendar-reveal .q4icons_icon:before {
    content: "\ea5f";
    padding-right: 5px;
}

.q4icons [href$=".mp3"] .q4icons_icon:before, .q4icons [href$=".wmv"] .q4icons_icon:before, .q4icons [href$=".MP3"] .q4icons_icon:before, .q4icons [href$=".WMV"] .q4icons_icon:before {
    content: "\e952";
}

.q4icons [href$=".xls"] .q4icons_icon:before, .q4icons [href$=".csv"] .q4icons_icon:before, .q4icons [href$=".XLS"] .q4icons_icon:before, .q4icons [href$=".CSV"] .q4icons_icon:before {
    content: "\eeae";
}

.q4icons [href$=".mp4"] .q4icons_icon:before, .q4icons [href$=".flv"] .q4icons_icon:before, .q4icons [href$=".avi"] .q4icons_icon:before, .q4icons [href$=".MP4"] .q4icons_icon:before, .q4icons [href$=".FLV"] .q4icons_icon:before, .q4icons [href$=".AVI"] .q4icons_icon:before {
    content: "\e95e";
}

.q4icons [href$=".pdf"] .q4icons_icon:before, .q4icons [href$=".PDF"] .q4icons_icon:before {
    content: "\e911";
}

.q4icons .module_link-webcast .q4icons_icon:before, .q4icons .module_webcast-link .q4icons_icon:before {
    content: "\e912";
}

.q4icons .module_link-presentation .q4icons_icon:before {
    content: "\e913";
}

.q4icons .module_link-download .q4icons_icon:before {
    content: "\e910";
}

.q4icons .module_link-sec .q4icons_icon:before {
    content: "\e91e";
}

.q4icons .module_link-sec[href$=".pdf"] .q4icons_icon:before {
    content: "\e911";
}

.q4icons .module_link-sec[href$=".rtf"] .q4icons_icon:before {
    content: "\e91b";
}

.q4icons .module_link-sec[href$=".xls"] .q4icons_icon:before {
    content: "\e919";
}

.q4icons .module_link-sec[href$=".zip"] .q4icons_icon:before {
    content: "\e918";
}

.q4icons [href^="tel:"] .q4icons_icon:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea1d";
    font-size: 1.6rem;
}

.q4icons [href^="mailto:"] .q4icons_icon:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea34";
    font-size: 1.6rem;
    transform: translateY(-2px);
}

/*==================================
 ----------- TOAST GRID -----------
==================================*/
.grid {
    list-style: none;
    margin-left: -20px;
}

.grid--flex {
    margin-left: -20px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid--flex_column {
    flex-direction: column;
}

.grid--flex_row-reverse {
    flex-direction: row-reverse;
}

.grid--flex_column-reverse {
    flex-direction: column-reverse;
}

.grid--flex_justify-start {
    justify-content: flex-start;
    text-align: start;
}

.grid--flex_justify-center {
    justify-content: center;
    text-align: center;
}

.grid--flex_justify-end {
    justify-content: flex-end;
    text-align: end;
}

.grid--flex_align-top {
    align-items: flex-start;
}

.grid--flex_align-middle {
    align-items: center;
}

.grid--flex_align-bottom {
    align-items: flex-end;
}

.grid--flex_space-around {
    justify-content: space-around;
}

.grid--flex_space-between {
    justify-content: space-between;
}

.grid--flex .grid_col {
    display: block;
    margin-right: 0;
    flex: 0 0 auto;
}

.grid_col--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--7-of-7, .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--flex .grid_col--1-of-1, .grid--flex .grid_col--2-of-2, .grid--flex .grid_col--3-of-3, .grid--flex .grid_col--4-of-4, .grid--flex .grid_col--5-of-5, .grid--flex .grid_col--6-of-6, .grid--flex .grid_col--7-of-7, .grid--flex .grid_col--8-of-8, .grid--flex .grid_col--12-of-12 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
}

.grid--flex .grid_col--1-of-2, .grid--flex .grid_col--2-of-4, .grid--flex .grid_col--3-of-6, .grid--flex .grid_col--4-of-8, .grid--flex .grid_col--6-of-12 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
}

.grid--flex .grid_col--1-of-3, .grid--flex .grid_col--2-of-6, .grid--flex .grid_col--4-of-12 {
    width: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.grid--flex .grid_col--2-of-3, .grid--flex .grid_col--4-of-6, .grid--flex .grid_col--8-of-12 {
    width: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.grid--flex .grid_col--1-of-4, .grid--flex .grid_col--2-of-8, .grid--flex .grid_col--3-of-12 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
}

.grid--flex .grid_col--3-of-4, .grid--flex .grid_col--6-of-8, .grid--flex .grid_col--9-of-12 {
    width: auto;
    flex-basis: 75%;
    max-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-7-of-7, .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-7-of-7, .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--flex .grid_col--1-of-5 {
    width: auto;
    flex-basis: 20%;
    max-width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid--flex .grid_col--2-of-5 {
    width: auto;
    flex-basis: 40%;
    max-width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid--flex .grid_col--3-of-5 {
    width: auto;
    flex-basis: 60%;
    max-width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid--flex .grid_col--4-of-5 {
    width: auto;
    flex-basis: 80%;
    max-width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.66667%;
}

.grid--flex .grid_col--1-of-6 {
    width: auto;
    flex-basis: 16.66667%;
    max-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--flex .grid_col--5-of-6 {
    width: auto;
    flex-basis: 83.33333%;
    max-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-7 {
    width: 14.28571%;
}

.grid--flex .grid_col--1-of-7 {
    width: auto;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
}

.grid_col--push-1-of-7 {
    margin-left: 14.28571%;
}

.grid_col--pull-1-of-7 {
    margin-left: -14.28571%;
}

.grid_col--2-of-7 {
    width: 28.57143%;
}

.grid--flex .grid_col--2-of-7 {
    width: auto;
    flex-basis: 28.57143%;
    max-width: 28.57143%;
}

.grid_col--push-2-of-7 {
    margin-left: 28.57143%;
}

.grid_col--pull-2-of-7 {
    margin-left: -28.57143%;
}

.grid_col--3-of-7 {
    width: 42.85714%;
}

.grid--flex .grid_col--3-of-7 {
    width: auto;
    flex-basis: 42.85714%;
    max-width: 42.85714%;
}

.grid_col--push-3-of-7 {
    margin-left: 42.85714%;
}

.grid_col--pull-3-of-7 {
    margin-left: -42.85714%;
}

.grid_col--4-of-7 {
    width: 57.14286%;
}

.grid--flex .grid_col--4-of-7 {
    width: auto;
    flex-basis: 57.14286%;
    max-width: 57.14286%;
}

.grid_col--push-4-of-7 {
    margin-left: 57.14286%;
}

.grid_col--pull-4-of-7 {
    margin-left: -57.14286%;
}

.grid_col--5-of-7 {
    width: 71.42857%;
}

.grid--flex .grid_col--5-of-7 {
    width: auto;
    flex-basis: 71.42857%;
    max-width: 71.42857%;
}

.grid_col--push-5-of-7 {
    margin-left: 71.42857%;
}

.grid_col--pull-5-of-7 {
    margin-left: -71.42857%;
}

.grid_col--6-of-7 {
    width: 85.71429%;
}

.grid--flex .grid_col--6-of-7 {
    width: auto;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
}

.grid_col--push-6-of-7 {
    margin-left: 85.71429%;
}

.grid_col--pull-6-of-7 {
    margin-left: -85.71429%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid--flex .grid_col--1-of-8 {
    width: auto;
    flex-basis: 12.5%;
    max-width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid--flex .grid_col--3-of-8 {
    width: auto;
    flex-basis: 37.5%;
    max-width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid--flex .grid_col--5-of-8 {
    width: auto;
    flex-basis: 62.5%;
    max-width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid--flex .grid_col--7-of-8 {
    width: auto;
    flex-basis: 87.5%;
    max-width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.33333%;
}

.grid--flex .grid_col--1-of-12 {
    width: auto;
    flex-basis: 8.33333%;
    max-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--flex .grid_col--2-of-12 {
    width: auto;
    flex-basis: 16.66667%;
    max-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--flex .grid_col--5-of-12 {
    width: auto;
    flex-basis: 41.66667%;
    max-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--flex .grid_col--7-of-12 {
    width: auto;
    flex-basis: 58.33333%;
    max-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--flex .grid_col--10-of-12 {
    width: auto;
    flex-basis: 83.33333%;
    max-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--flex .grid_col--11-of-12 {
    width: auto;
    flex-basis: 91.66667%;
    max-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: 1025px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--lg-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lg-1-of-2, .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-2, .grid--flex .grid_col.grid_col--lg-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lg-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--lg-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--lg-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--lc-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lc-1-of-2, .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-2, .grid--flex .grid_col.grid_col--lc-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lc-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--lc-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--lc-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--md-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--md-1-of-2, .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-2, .grid--flex .grid_col.grid_col--md-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--md-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--md-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--md-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--sm-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--sm-1-of-2, .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-2, .grid--flex .grid_col.grid_col--sm-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--sm-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--sm-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--sm-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }

    .grid--flex .grid_col {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid--flex .grid_col--d-first {
    float: none;
    order: -1;
}

.grid_col--d-last {
    float: right;
}

.grid--flex .grid_col--d-last {
    float: none;
    order: 1;
}

.grid--no-gutter {
    margin-left: 0;
}

.grid--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--gutter {
    margin-left: -20px;
}

.grid--gutter .grid_col {
    padding-left: 20px;
}

.grid--gutter-40 {
    margin-left: -40px;
}

.grid--gutter-40 .grid_col {
    padding-left: 40px;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}

/*==================================
 --------- UTILITY CLASSES --------
==================================*/
.hidden:not([role=tabpanel]) {
    display: none !important;
}

.hidden[role=tabpanel] {
    display: none;
}

.disabled {
    opacity: 0.1;
    border-color: #222b37;
    color: #222b37;
    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;
}

.heading-right .module_title {
    text-align: right;
}

.heading-left .module_title {
    text-align: left;
}

.heading-center .module_title {
    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--overlay {
    position: relative;
}

.background--overlay .module_container--outer {
    position: relative;
}

.background--overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.background--overlay-half {
    position: relative;
}

.background--overlay-half .module_container--outer {
    position: relative;
    z-index: 2;
}

.background--overlay-half:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .background--overlay-half:after {
        width: 100%;
    }
}

.background--brand {
    background-color: #796EFF;
}

.background--alt-brand {
    background-color: #121212;
}

.background--dark {
    background-color: #000;
}

.background--light {
    background-color: #ffffff;
}

.background--grey {
    background-color: #F6F8F9;
}

.background--success {
    background-color: #15610F;
}

.background--error {
    background-color: #b72121;
}

.background--fixed {
    background-attachment: fixed;
}

@media only screen and (max-width: 1024px) {
    .background--fixed {
        background-attachment: scroll;
    }
}

.background--cover {
    background-size: cover;
}

.color--brand {
    color: #796EFF;
}

.color--dark {
    color: #000;
}

.color--grey {
    color: #E0E6E8;
}

.color--success {
    color: #15610F;
}

.color--error {
    color: #b72121;
}

.pane--footer .color--error {
    color: #fff;
}

.dark {
    color: #ffffff;
}

.dark a {
    color: #ffffff;
}

.dark a:hover {
    color: #635AC7;
}

/*==================================
 --------- ACCESSIBILITY ----------
==================================*/
input:focus, select:focus, textarea:focus, button:focus, [href]:focus, [tabindex]:focus, [contentEditable=true]:focus, .module_add-to-calendar-reveal:focus, a:focus, input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
    outline-width: 2px;
    outline-style: none;
    outline-color: inherit;
}

[disabled], [aria-disabled="true"], [tabindex="-1"] {
    outline: none !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

#maincontent:focus {
    outline: 0px;
}

/*---------- Javascript ----------*/
.js--loading:after {
    position: relative;
    left: 50%;
    display: inline-block;
    margin: 10px 0 10px -25px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb27";
    font-size: 50px;
    font-size: 5rem;
    animation: spin 0.8s infinite linear;
}

.js--hidden:not([role=tabpanel]) {
    display: none !important;
}

.js--hidden[role=tabpanel] {
    display: none;
}

.js--visible {
    display: block;
}

.js--disabled {
    opacity: 0.3;
    transition: none;
    pointer-events: auto;
    cursor: not-allowed;
}

.js--invalid input[type="text"], .js--invalid select {
    border: 1px solid #b72121 !important;
}

.js--invalid input[type="checkbox"] {
    border-color: #b72121 !important;
}

/*==================================
 ----------- MODULE CSS -----------
==================================*/
/*-------- All Module CSS --------*/
.module_header, .module_back-to-top, .module_anchor-target, .module_file-size, .module_file-type, .module_file-text {
    display: none;
}

.module_nav, .module_headline, .module_location, .module_speakers, .module_links, .module_body, .module_options, .module_not-found {
    margin-bottom: 10px;
}

.module_speaker {
    position: relative;
    padding-left: 0;
}

.module_speaker .q4icons_icon {
    position: absolute;
    left: 0;
}

.module_error-container {
    margin-bottom: 30px;
    color: #b72121;
}

.module_add-to-calendar-reveal {
    cursor: pointer;
}

.dark .module_add-to-calendar-reveal {
    color: #fff;
}

.module_add-to-calendar-reveal:hover {
    color: #635AC7 !important;
}

.module_add-to-calendar-list {
    display: none;
}

.module_add-to-calendar-list:after {
    content: "Select your Calendar";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.fancybox-container .module_add-to-calendar-list {
    padding: 0 30px;
}

.module_add-to-calendar-item {
    display: inline-block;
    margin: 0 10px;
}

.module_add-to-calendar-item--ics {
    display: none;
}

.module_add-to-calendar-link {
    font-size: 24px;
    font-size: 2.4rem;
}

.module_add-to-calendar.js--hidden {
    display: none;
}

.module_actions, .module_pager {
    margin-top: 20px;
}

.module_date-time {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Gordita", serif;
}

.module_error-container {
    display: block;
}

.module_error-container ul {
    padding-left: 18px;
    list-style-type: disc;
}

.module_error-container ul > li {
    line-height: 1.5;
}

.module_error-container > br {
    display: none;
}

.module_error-container > span {
    display: block;
    line-height: 1.5;
}

.module_error-container > span:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ec6b";
    margin-right: 5px;
}

.module_headline {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
}

.module_headline a {
    border: none;
}

.module_headline-link {
    /* color: #222b37; */
}

.module_image {
    display: inline-block;
    max-width: 30%;
    margin-bottom: 16px;
}

.module_image--right {
    float: right;
    margin-left: 32px;
}

.module_image--left {
    float: left;
    margin-right: 32px;
}

.module_introduction {
    margin-bottom: 35px;
}

.module_item {
    padding-top: 30px;
    padding-bottom: 10px;
}

.module_item ~ .module_item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.module_label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

.module_label + .module_required {
    font-size: 14px;
    font-size: 1.4rem;
}

.module_links > *, .module_links li, .module_links .module_presentation {
    display: inline;
}

@media only screen and (max-width: 480px) {
    .module_links > *, .module_links li, .module_links .module_presentation {
        display: block;
        margin-bottom: 0;
    }
}

.module_links.module_links--stack > *, .module_links.module_links--stack li, .module_links.module_links--stack .module_presentation {
    display: block;
}

.module_link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    padding-bottom: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Gordita", serif;
}

.module_link {
    border: none;
}

.module_link > .module_link-text {
    border-bottom: 2px solid transparent;
}

.module_link:hover {
    border: none;
}

.module_link:hover .module_link-text {
    /* border-bottom: 2px solid #796EFF; */
}

.module_link:hover {
    color: #635AC7;
}

.module_link > .module_link-text, .module_link > i, .module_link > span {
    vertical-align: middle;
}

.module_link > i:before {
    display: block;
}

.module_link[style="DISPLAY:block;"], .module_link[style="display: block;"] {
    display: inline-block !important;
}

.module_loader {
    margin: 0;
    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: #15610F;
}

.pane--footer .module_message--success {
    color: #fff;
}

.module_message--success:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed71";
    margin-right: 5px;
}

.module_message--error {
    color: #b72121;
}

.module_message--error:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed4f";
    margin-right: 5px;
}

.module_nav-link, .module_nav .ModuleYearLink, .module_nav-link:visited, .module_nav .ModuleYearLink:visited {
    display: inline-block;
    margin-right: 5px;
    padding: 15px 20px;
    border: 2px solid #796EFF;
    color: #222b37;
    font-weight: normal;
}

.module_nav-link.selected, .module_nav-link.selected:visited, .module_nav .ModuleYearLink.selected, .module_nav .ModuleYearLink.selected:visited, .module_nav-link.selected:visited, .module_nav-link.selected:visited:visited, .module_nav .ModuleYearLink.selected:visited, .module_nav .ModuleYearLink.selected:visited:visited {
    background-color: #796EFF;
    color: #ffffff;
}

@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 {
    margin-bottom: 30px;
}

.module_options-label, .module_options-select {
    margin-right: 10px;
}

@media only screen and (max-width: 480px) {
    .module_options-label, .module_options-select, .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.module_pager a {
    color: #222b37;
}

.module_pager a[href] {
    color: #796EFF;
}

.module_reminder .module_label {
    margin-right: 10px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required {
    color: #646F79;
}

.module_required-text {
    font-size: 13px;
    font-size: 1.3rem;
    color: #646F79;
}

.module_rss {
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .module_rss {
        margin-top: 0;
    }
}

.module_speakers li {
    margin-bottom: 5px;
}

.module_view-all-link {
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: capitalize;
}

.module_input[type="text"], .module_input[type="email"], .module_input[type="file"], .module_dropdown, .module textarea.module_input, .CaptchaContainer input[type="text"] {
    background-color: #fff;
    border: 2px solid #e0e6e8 !important;
    border-radius: 3px;
    height: 50px;
    line-height: normal;
    margin: 0;
    padding: 0 0 0 16px;
    transition: border .15s;
    width: 100%;
}

.module_input[type="text"]:active, .CaptchaContainer input[type="text"]:active, .module_input[type="email"]:active, .module_input[type="file"]:active, .module_dropdown:active, .module_input[type="text"]:focus, .CaptchaContainer input[type="text"]:focus, .module_input[type="email"]:focus, .module_input[type="file"]:focus, .module_dropdown:focus, .module textarea.module_input:focus {
    border-color: #aba3ff;
    outline: 0;
}

.module_input[type="text"]:placeholder, .module_input[type="email"]:placeholder, .module_input[type="file"]:placeholder, .CaptchaContainer input[type="text"]:placeholder {
    color: #b7bfc6;
    letter-spacing: .5px;
}

.module_input[type="text"], .module_input[type="email"], .module_input[type="file"], .module_dropdown, .module textarea.module_input, .CaptchaContainer input[type="text"] {
    font-family: gordita,Helvetica Neue,Helvetica,sans-serif;
    box-shadow: none;
    width: 100% !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.module_input[type="text"]::-ms-clear, .module_input[type="email"]::-ms-clear, .module_input[type="file"]::-ms-clear, .module_dropdown::-ms-clear, .module textarea.module_input::-ms-clear {
    display: none;
}

.module_input[type="file"] {
    padding: 10px 20px;
}

.module textarea.module_input {
    resize: vertical;
}

.module_input[type="file"], .module_dropdown {
    cursor: pointer;
}

.module_input[type="file"] {
    line-height: 1;
    height: auto;
}

.module_input--brand-alt[type="text"] {
    display: inline-block;
    width: auto !important;
    border: 1px solid #121212;
    background: transparent;
}

.module_dropdown {
    background: 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;
}

.module-cta {
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
}

.module-cta .button: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: "\e91f";
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
    vertical-align: sub;
}

.module-cta .button--cookie {
    color: black;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    z-index: 1;
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.module-cta .button--cookie: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: "\ed6d";
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    display: block;
}

.module-cta .button--cookie:focus {
    outline-color: #fff;
}

/*------- Captcha Component ------*/
.CaptchaContainer {
    display: none;
}

.CaptchaContainer table tr:nth-child(1) {
    display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
    padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

.CaptchaContainer table tr:nth-child(3) td span {
    display: none !important;
}

.CaptchaContainer table tr:nth-child(4) span {
    display: none !important;
}

.CaptchaContainer table tr td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .CaptchaContainer table tr td {
        padding-right: 0;
    }
}

.CaptchaContainer input[type="text"] {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Text area demands width*/
    width: 100%;
    max-width: none;
    padding: 10px 20px;
    border: 1px solid #121212;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
}

.CaptchaContainer input[type="text"]::-ms-clear {
    display: none;
}

.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 p {
    font-size: 20px;
    font-size: 2rem;
}

.module-calculator .js--loading:after {
    left: auto;
    margin: 10px 0;
}

.module-calculator_input {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .module-calculator_input {
        display: block;
        text-align: left;
    }
}

.module-calculator_input:not(:last-of-type) {
    margin-right: 20px;
    margin-bottom: 20px;
}

.module-calculator_input h4 {
    font-weight: normal;
    display: inline-block;
    margin: 0 25px 10px 0;
}

@media only screen and (max-width: 768px) {
    .module-calculator_input h4 {
        display: block;
    }
}

.module-calculator_input label {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .module-calculator_input label {
        display: block;
    }
}

.module-calculator_input input[type="text"] {
    border: 1px solid #796EFF;
    display: inline-block;
    max-width: 190px;
}

@media only screen and (max-width: 768px) {
    .module-calculator_input input[type="text"] {
        max-width: 100%;
    }
}

.module-calculator_input input.hasDatepicker[type="text"] {
    width: 120px;
}

@media only screen and (max-width: 768px) {
    .module-calculator_input input.hasDatepicker[type="text"] {
        width: 100%;
    }
}

.module-calculator_input input.module_input--autocomplete[type="text"] {
    display: none;
    margin: auto;
}

.module-calculator_input input.module_input--autocomplete.js--revealed[type="text"] {
    display: block;
}

.module-calculator_input.module-calculator_reinvest-dividends {
    display: block;
}

.module-calculator_input-row {
    padding-bottom: 10px;
    margin-right: 25px;
    display: inline-block;
}

.module-calculator_input-row input[type="text"] {
    margin-top: 10px;
    max-width: 300px;
}

@media screen and (min-width: 1024px) {
    .module-calculator_popup-container {
        min-width: 920px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .module-calculator_popup-container .table thead {
        display: none;
    }

    .module-calculator_popup-container .table tbody {
        border-top: 2px solid #796EFF;
        border-bottom: 2px solid #796EFF;
    }

    .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-weight: normal;
    color: #121212;
    border-bottom: 4px solid #E0E6E8;
}

.module-committee .module_header-text {
    font-family: "Gordita", serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.module-committee .module_item {
    padding: 0;
}

.module-committee .module_item ~ .module_item {
    border: 0;
}

.module-committee .module_item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.module-committee .module_items-container {
    padding: 5px 20px;
    margin: 0 0 15px 0;
}

.module-committee .grid_col {
    padding: 20px 15px;
    text-align: center;
}

.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee .module_container--tablet .grid_col.module-committee_name {
    padding: 10px 0;
}

.module-committee .module_container--tablet .grid_col.module-committee_icon {
    padding: 10px 0 10px 25px;
}

.module-committee .module_container--tablet .module_header {
    border: 0 none;
}

.module-committee .module_container--tablet .module_header > div:first-child {
    font-family: "Gordita", serif;
    font-size: 17px;
    font-size: 1.7rem;
}

.module-committee_category {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.module-committee_category ~ .module-committee_category {
    border-top: none;
}

.module-committee_category .module_item:nth-child(even) {
    background: transparent;
}

.module-committee_category.js--active .module_header {
    color: #796EFF;
}

.module-committee_category.js--active .module_header i:before {
    content: "\edba";
}

.module-committee_custom-role {
    margin-left: 5px;
}

.module-committee_bio {
    padding: 0 15px 20px;
    text-align: left;
}

.module-committee_bio p {
    margin: 0;
}

.module-committee_bio p:not(:last-of-type) {
    margin-bottom: 16px;
}

.module-committee_legend-container {
    padding: 20px 15px;
}

.module-committee_legend {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}

.module-committee_legend i {
    margin-right: 5px;
}

/*----- Download List Module -----*/
.module-downloads .module_nav {
    display: none;
}

.module-downloads .module_item {
    padding: 15px 0;
}

.module-downloads_thumbnail, .module-downloads_description, .module-downloads_date {
    display: none;
}

.module-downloads_title {
    position: relative;
}

.module-downloads_title-link {
    margin: 0 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.module-downloads .q4icons_icon {
    position: absolute;
    top: 50%;
    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 .module_item {
    padding: 0;
    border: 0 none;
}

.module-event .module_item ~ .module_item {
    border-top: 0 none;
}

.module-event .module_item:not(:last-child) {
    margin-bottom: 10px;
}

.module-event .module_item-wrap {
    padding: 30px 30px 10px 30px;
}

.module-event .module_links {
    margin-bottom: 0;
}

.module-event .module_links.module_links--columns > *:not(ul) {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .module-event .module_links.module_links--columns > *:not(ul) {
        display: inline;
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .module-event .module_links.module_links--columns > *:not(ul) {
        display: block;
        width: auto;
    }
}

.module-event .module_links.module_links--columns > ul li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .module-event .module_links.module_links--columns > ul li {
        display: inline;
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .module-event .module_links.module_links--columns > ul li {
        display: block;
        width: auto;
    }
}

.module-event .module_links--separator > *:not(:first-child):before {
    content: '|';
    margin: 0 10px;
    font-size: 14px;
    vertical-align: middle;
}

@media only screen and (max-width: 480px) {
    .module-event .module_links--separator > *:not(:first-child):before {
        content: none;
    }
}

.module-event .module_links--separator .module_link {
    margin-right: 0;
}

.module-event .module_links--separator .module_attachments li:not(:first-child):before, .module-event .module_links--separator .module_financials li:not(:first-child):before {
    content: '|';
    margin: 0 10px;
    font-size: 14px;
    vertical-align: middle;
}

@media only screen and (max-width: 480px) {
    .module-event .module_links--separator .module_attachments li:not(:first-child):before, .module-event .module_links--separator .module_financials li:not(:first-child):before {
        content: none;
    }
}

.module-event-details .module_speakers h4 {
    display: none;
}

.module-event-details .button {
    height: 49px;
}

.module-event-details .module_webcast:empty {
    display: none;
}

.module-event-details .module_links {
    margin-bottom: 0;
}

.module-event-details .module_links.module_links--columns > *:not(ul) {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .module-event-details .module_links.module_links--columns > *:not(ul) {
        display: inline;
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .module-event-details .module_links.module_links--columns > *:not(ul) {
        display: block;
        width: auto;
    }
}

.module-event-details .module_links.module_links--columns > ul li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .module-event-details .module_links.module_links--columns > ul li {
        display: inline;
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .module-event-details .module_links.module_links--columns > ul li {
        display: block;
        width: auto;
    }
}

.module-event-details .module_links--separator > *:not(:first-child):before {
    content: '|';
    margin: 0 10px;
    font-size: 14px;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .module-event-details .module_links--separator > *:not(:first-child):before {
        content: none;
    }
}

.module-event-details .module_links--separator > .js--hidden:first-child + *:before {
    content: none;
}

.module-event-details .module_links--separator .module_link {
    margin-right: 0;
}

.module-event-details .module_links--separator .module_attachments li:not(:first-child):before, .module-event-details .module_links--separator .module_financials li:not(:first-child):before {
    content: '|';
    margin: 0 10px;
    font-size: 14px;
    vertical-align: middle;
}

.module-event-details .module_links--separator .module_add-to-calendar.js--hidden + .module_webcast:before, .module-event-details .module_links--separator .module_add-to-calendar + .module_webcast:empty + *:before {
    content: none;
}

.module-event-details .module_reminder {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .module-event-details .module_reminder .grid_col {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .module-event-details .module_links--separator .module_attachments li:not(:first-child):before, .module-event-details .module_links--separator .module_financials li:not(:first-child):before {
        content: none;
    }
}

.module-event-home {
    height: 100%;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .module-event-home {
        margin-top: 25px;
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
        background: #E0E6E8;
    }
}

.module-event-home .module_container--content {
    margin-bottom: 50px;
}

.module-event-home .module_item {
    padding: 0;
}

.module-event-home .module_item:not(:last-child) {
    margin-bottom: 10px;
}

.module-event-home .module_item ~ .module_item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    margin-top: 20px;
}

.module-event-home.background--grey .module_item-wrap {
    background-color: #ffffff;
}

.module-event-home .button--cta {
    position: absolute;
    bottom: 60px;
}

.module-event-latest {
    padding-left: 40px;
}

.module-event-latest .module_item {
    margin: 0;
    border: none;
    text-align: left;
    padding-top: 0;
    padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .module-event-latest .module_item:first-child {
        width: 100%;
    }
}

.module-event-latest .module_links {
    margin: 0;
}

@media only screen and (max-width: 480px) {
    .dark .module-event-latest .module_link {
        padding-top: 8px;
    }
}

.module-event-latest.background--grey .module_item-wrap {
    background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .module-event-latest {
        padding-left: 0;
    }
}

.module-event-upcoming .module_nav {
    display: none;
}

.module-event-upcoming .module_item ~ .module_item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    margin-top: 20px;
}

.module-event-calendar {
    padding-right: calc( 100% - 500px);
}

.module-event-calendar .module_item {
    padding-bottom: 30px;
}

.module-event-calendar .module_item:last-child {
    padding-bottom: 0;
}

.module-event-calendar_event-container {
    margin-top: 20px;
}

.module-event-calendar_splash i {
    font-size: 40px;
    font-size: 4rem;
    color: #796EFF;
}

.module-event-calendar_splash p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
}

.module-event-calendar_controls {
    padding: 20px 15px;
    background-color: #796EFF;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
}

.module-event-calendar_previous-month, .module-event-calendar_month, .module-event-calendar_next-month {
    display: inline-block;
}

.module-event-calendar_previous-month, .module-event-calendar_next-month {
    cursor: pointer;
}

.module-event-calendar_previous-month {
    float: left;
}

.module-event-calendar_next-month {
    float: right;
}

.module-event-calendar_day-container {
    text-align: center;
    border: 1px solid #E0E6E8;
    padding-bottom: 10px;
}

.module-event-calendar_week {
    background-color: #E0E6E8;
    margin-bottom: 10px;
}

.module-event-calendar_day {
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 15px 0;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar_day {
        padding: 5px 0;
    }
}

.module-event-calendar_day > span {
    display: block;
    max-width: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0;
    text-align: center;
    border-radius: 3px;
}

.module-event-calendar_day--name {
    padding: 15px 0;
    border: none;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar_day--name {
        padding: 10px 0;
    }
}

.module-event-calendar_day--today:not(.module-event-calendar_day--adjacent-month) > span {
    background-color: #121212;
    color: #ffffff;
}

.module-event-calendar_day--event {
    cursor: pointer;
}

.module-event-calendar_day--event > span {
    background-color: #796EFF;
    color: #ffffff;
}

.module-event-calendar_day--adjacent-month {
    color: rgba(51, 51, 51, 0.1);
    pointer-events: none;
}

.module-event-calendar_day--adjacent-month:after {
    content: none;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar_day {
        display: inline-block;
    }
}

.module-event-calendar .module_add-to-calendar {
    margin: 0;
}

.module-event-calendar_legend ul {
    padding: 0;
    margin: 15px 0 25px 0;
}

.module-event-calendar_legend li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
    margin-right: 30px;
}

.module-event-calendar_legend li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #796EFF;
    border-radius: 3px;
}

.module-event-calendar_legend li.module-event-calendar_legend-item--current:before {
    background-color: #121212;
}

@media only screen and (max-width: 1024px) {
    .module-event-calendar {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .module-event-calendar {
        display: block;
    }

    .module-event-calendar_calendar-container, .module-event-calendar_event-container {
        display: block;
        width: 100%;
    }

    .module-event-calendar_calendar-container {
        padding-right: 0;
    }

    .module-event-calendar_event-container {
        margin-top: 20px;
    }
}

/*---------- FAQ Module ----------*/
.module-faq .toggle-all {
    margin-bottom: 30px;
}

.module-faq_question {
    margin-top: 0;
    cursor: pointer;
}

.module-faq_answer {
    padding: 5px 20px;
    margin: 0 0 15px 0;
    color: #646F79;
    font-family: Gordita;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
}

.module-faq_answer p:first-child {
    margin-top: 0;
}

.module-faq_answer p:last-child {
    margin-bottom: 0;
}

.module-faq .module_item {
    padding: 0;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
}

.module-faq .module_item.js--active {
    border: 1px solid #000;
}

.module-faq .module_item > h4 {
    margin: 0;
    padding: 12px 24px;
    color: #646F79;
    font-style: normal;
    font-family: Gordita;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
}

.module-faq .module_item > h4: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: "\edc2";
    float: right;
    margin-left: 10px;
}

.module-faq .module_item.js--active > h4 {
    color: #151B26;
}

.module-faq .module_item.js--active > h4:before {
    content: "\edba";
    color: #000;
    font-weight: bold;
}

.module-faq .toggle-all .button:before {
    content: "Display all";
}

.module-faq .toggle-all.js--active .button:before {
    content: "Hide all";
}

/*--- Financial Report Modules ---*/
.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #9A3324;
}

.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;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.module-financial-quarter .module_item.js--active {
    transition: .3s ease-in-out;
    border-color: #000;
}

.module-financial-quarter .module_item.js--active h3:after {
    content: "\edbe";
    transform: rotate(270deg);
}

.module-financial-quarter .module_links {
    margin: 0;
    padding: 15px;
}

.module-financial-quarter .module_links > .grid_col {
    display: inline-block;
    padding-right: 20px;
}

.module-financial-quarter .module_link {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: none;
}

.module-financial-quarter .module_link:before {
    width: 25px;
    vertical-align: middle;
}

.module-financial-quarter .module-financial_year-text {
    padding: 20px 15px;
    background-color: transparent;
    font-weight: bold;
    margin-top: 0;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 29px;
    text-transform: none;
    position: relative;
    padding-right: 30px;
    color: #646F79;
    font-weight: 500;
}

.module-financial-quarter .js--active .module-financial_year-text {
    color: #151b26;
}

.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: "\edbe";
    transform: rotate(90deg);
}

.module-financial-table_header {
    color: #fff;
    position: relative;
}

.module-financial-table_header-year-container {
    text-align: center;
    /* background: #61615F; */
}

.module-financial-table_header-year, .module-financial-table_header-category.grid_col {
    padding: 20px 15px;
    border-bottom: 4px solid #E0E6E8;
    color: #151B26;
    font-family: Gordita;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}

.module-financial-table_header-category .slider-nav2 {
    right: -410%;
    position: relative;
    display: block;
    width: 100%;
}

.module-financial-table_header-category {
    padding: 34px 15px !important;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year, .module-financial-table_body-category.grid_col {
    padding: 20px 15px;
    font-weight: 500;
    color: #151B26;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}

.module-financial-table_item ~ .module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    color: #646F79;
}

@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;
    position: static;
}

.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: 15px;
    display: block;
    width: fit-content;
}

.module-financial-table .slick-prev:before {
    /*     content: "\e922";
    font-family: 'q4-icons'; */
    color: #333;
    font-weight: bold;
}

.module-financial-table .slick-next:before {
    /*     content: "\e921";
    font-family: 'q4-icons'; */
    color: #796EFF;
    font-weight: bold;
}

.module-financial-latest .grid_col {
    margin-bottom: 25px;
}

.module-financial-latest .q4icons_icon:before {
    display: inline-block;
    font-size: 50px;
    font-size: 5rem;
    padding: 0;
    width: 92px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    border: none;
    transition: background-color 0.25s ease-in-out;
}

.module-financial-latest .module_link {
    font-style: normal;
    margin: 0;
}

.module-financial-latest .module_link:hover .q4icons_icon:before {
    border-color: #796EFF;
}

.module-financial-latest .module_link-text {
    display: block;
    margin: 15px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
}

.module-financial-latest .module-financial_type-text {
    margin-top: 10px;
    font-size: 60px;
    font-size: 6rem;
    font-weight: normal;
}

.module-financial-latest .module-financial_year-text {
    margin-top: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
}

.module-financial-table .slick-next {
    left: 30px;
    display: block;
    width: 30px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}

.module-financial-mashup .module_body {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.module-financial-mashup .module_body > *:first-child, .module-financial-mashup .module_body > style + p {
    margin-top: 0;
}

.module-financial-mashup .module_body:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ffffff', endColorstr='#ffffff', GradientType=0);
}

.module-financial-mashup h4 {
    margin-top: 16px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links + h4 {
    margin-top: 30px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links > div {
    background-color: #F6F8F9;
    padding: 15px;
    margin-bottom: 1px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links .module_link {
    margin: 0;
}

.module-financial-mashup .q4-icon_chevron-right {
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px;
}

.module-financial-mashup .button {
    width: 100%;
}

.module-financial-mashup .button.js--selected {
    background: #635ac7;
    color: #fff;
}

@media only screen and (min-width: 769px) {
    .module-financial-mashup .module_options--mobile {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .module-financial-mashup .module_options--desktop {
        display: none;
    }
}

/*------ 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;
}

.module-form--custom input[type="checkbox"] + label:before, .module-form--custom input[type="radio"] + label:before {
    top: 6px;
}

.module-form--custom input[type="checkbox"] + label:after, .module-form--custom input[type="radio"] + label:after {
    top: 9px;
}

@media only screen and (max-width: 768px) {
    .module-form .module_container--content {
        margin-left: 0;
    }
}

.module-form .module_error-container li[style="visibility: hidden;"] {
    display: none;
}

.module-form .module_required {
    margin-left: 3px;
}

.module-form .module_container--captcha > div {
    margin: 0;
    padding: 0;
}

.module-form .module_container--captcha > div .ErrorMessage {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #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: 1.4rem;
}

.module-form_item legend {
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
}

.module-form_item legend ~ ul {
    clear: both;
    padding-left: 10px;
}

.module-form_item ul li:not(:last-of-type) {
    padding-bottom: 5px;
}

.module-form_item--document-request, .module-form_item--are-you-an-investor {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .module-form_item {
        width: 100%;
        padding-left: 0;
    }
}

.module-form_error-text {
    color: #b72121;
}

.module-form_error-text[style="visibility:hidden;"] {
    display: none;
}

.module-form .CaptchaContainer {
    display: block;
}

.module-form .CaptchaContainer input[type="text"] {
    width: 100%;
}

.fancybox-slide--form .fancybox-content {
    margin: 10px auto;
    max-width: 1000px;
    width: 80% !important;
    height: calc(100% - 20px);
    overflow: visible;
}

.fancybox-slide--form_confirmation .fancybox-content {
    max-width: 700px;
}

.fancybox-slide--form .fancybox-button--close {
    display: none;
}

.module-form--meeting {
    padding: 0 20px !important;
}

.module-form--meeting .module_container--outer {
    padding: 0 !important;
}

.module-form--meeting_header {
    padding: 20px !important;
}

.module-form--meeting_header .module_container--outer {
    padding: 0 !important;
}

@media screen and (min-width: 769px) {
    .module-form--meeting_header {
        padding: 20px !important;
    }

    .module-form--meeting_header .grid {
        direction: rtl;
    }

    .module-form--meeting_header .grid .grid_col {
        direction: ltr;
    }
}

.module-form--meeting_header-intro {
    font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
    .module-form--meeting_header-intro {
        text-align: center;
    }
}

.module-form--meeting_header-intro h3 {
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 2.6rem;
}

.module-form--meeting_header-intro p {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .module-form--meeting_header-logo {
        text-align: center;
        margin-bottom: 10px;
    }
}

.module-form--meeting_header-logo span {
    font-size: 1.1rem;
    display: block;
}

.module-form--meeting_header-logo img {
    margin: 5px;
}

.module-form--meeting_footer {
    background-color: #796EFF;
    color: #ffffff;
    font-size: 1.3rem;
}

.module-form--meeting_footer img {
    margin-right: 20px;
    vertical-align: bottom;
}

.module-form--meeting .module_introduction {
    font-size: 1.3rem;
    margin: 0;
}

.module-form--meeting .module-form_item label, .module-form--meeting .module-form_item legend {
    line-height: 15px;
    vertical-align: top;
}

.module-form--meeting .module-form_item--namehidden .module_input {
    margin-top: 20px;
}

.module-form--meeting .module-form_item--namehidden label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

@media only screen and (min-width: 769px) {
    .module-form--meeting .module-form_item--additional-information-optional {
        width: 75%;
    }
}

.module-form--meeting .module-form_item--date-request-optional {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .module-form--meeting .module-form_item--date-request-optional {
        width: 25%;
    }
}

.module-form--meeting .module-form_item--date-request-optional:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    position: absolute;
    right: 20px;
    bottom: calc(50% - 19px);
    color: #222b37;
}

.module-form--meeting .module-form_item--current-shareholder {
    display: block;
}

.module-form--meeting .module-form_item--current-shareholder legend {
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
    .module-form--meeting .module-form_item--current-shareholder legend {
        display: block;
        float: none;
    }
}

.module-form--meeting .module-form_item--current-shareholder ul {
    display: inline-block;
    padding-left: 20px;
}

@media only screen and (max-width: 480px) {
    .module-form--meeting .module-form_item--current-shareholder ul {
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }
}

.module-form--meeting .module-form_item--current-shareholder ul li {
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 480px) {
    .module-form--meeting .module-form_item--current-shareholder ul li {
        padding-left: 0;
        padding-right: 20px;
    }
}

.module-form--meeting .module-form_item--consent-checkbox {
    width: 100%;
}

.module-form--meeting .module-form_item--consent-checkbox label {
    padding-left: 30px;
    position: relative;
}

.module-form--meeting .module-form_item--consent-checkbox label:before, .module-form--meeting .module-form_item--consent-checkbox label:after {
    position: absolute;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%);
}

.module-form--meeting .module-form_item--consent-checkbox label:after {
    left: 3px;
}

.module-form--meeting .module-form_itemCaptcha {
    position: relative;
    padding-left: 25px;
}

.module-form--meeting .module-form_itemCaptcha input[type="text"] {
    color: #222b37;
}

.module-form--meeting .module_dropdown {
    color: #222b37;
}

.module-form--meeting .module_input {
    color: #222b37;
}

.module-form--meeting .module_required {
    display: none;
}

.module-form--meeting .module_actions {
    margin: 0 -20px;
    padding: 20px;
    background-color: #696969;
    text-align: right;
}

.module-form--meeting .module_actions .module_link {
    color: #ffffff;
    margin: 0 15px 0 0;
    text-decoration: none;
    text-transform: none;
    font-size: 1.4rem;
}

.module-form--meeting .module_actions [type="submit"][disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.module-form--meeting_confirmation {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    max-width: 520px;
    margin: auto;
}

.module-form--meeting_confirmation .module_container--inner:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e920";
    font-size: 4.6rem;
    color: #000;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .module-form--meeting .module-form_item--namehidden .module_input {
        margin-top: 0;
    }
}

/*------ Glossary Module ------*/
.module-glossary .module_header {
    display: block;
}

.module-glossary .module_header table {
    width: 100%;
    table-layout: fixed;
}

.module-glossary .module_header table a {
    color: #222b37;
    font-weight: normal;
}

.module-glossary .module_header table a[href] {
    color: #796EFF;
}

/*---------- 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: "Lato", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 0;
}

@media only screen and (max-width: 480px) {
    .module-job-details_description label:after {
        content: ":";
    }

    .module-job-details_description input {
        display: block;
        float: none;
        margin-top: 5px;
    }
}

.module-job-details .grid_col {
    padding: 15px 20px;
}

.module-job-application_table {
    display: block;
    width: 100%;
    margin-left: -20px;
    font-size: 0;
}

.module-job-application_table tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
}

.module-job-application_table tr:last-child {
    margin-bottom: 0;
}

.module-job-application_table tr.module-job-application_cover-letter-text, .module-job-application_table tr.module-job-application_resume-text {
    width: 100%;
}

.module-job-application_table tr td {
    display: block;
    position: relative;
}

.module-job-application_table tr label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .module-job-application_table {
        margin-left: 0;
    }

    .module-job-application_table tr {
        width: 100%;
        padding-left: 0;
    }
}

.module-job-application .module_required {
    font-size: 14px;
    font-size: 1.4rem;
}

/*----- Miscellaneous Modules ----*/
.module-script {
    display: none;
}

.module-slideshow_ratio {
    padding-bottom: 56.25%;
    /* this should be changed with aspecRatio option in widget */
    position: relative;
}

.module-slideshow_viewer:not(.grid_col) {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

.module-slideshow_viewer:not(.grid_col):not(:last-child) {
    margin-bottom: 25px;
}

.module-slideshow_title {
    line-height: 1.5;
    margin-bottom: 15px;
}

.module-slideshow_date {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-family: "Gordita", serif;
}

.module-slideshow .module_links > * + * {
    margin-top: 15px;
}

.module-slideshow_link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.module-slideshow iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.module-rss p + h2 {
    margin: 40px 0 30px;
}

.pager-page {
    color: #646F79;
    cursor: pointer;
}

.pager-page:not(:last-child) {
    margin-right: 10px;
}

.pager-active {
    color: #796EFF;
    cursor: text;
    pointer-events: none;
}

.pager-disabled {
    display: none;
}

/*------ Navigation Modules ------*/
.nav_close {
    display: none;
}

.nav--main {
    text-align: left;
    font-size: 14px;
    margin-left: 35px;
}

@media only screen and (max-width: 1200px) {
    .js--search-toggle .nav--main .level1 {
        padding-right: 0;
    }
}

.nav--main li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.nav--main li a {
    display: block;
    padding: 10px 0;
    margin: 0 10px;
    color: #646f79;
    font-weight: 500;
    border-bottom-color: transparent;
}

.nav--main li a:hover {
    color: #796eff;
}

.nav--main .level2 li.expanded > a {
    border-bottom: 2px solid #796eff;
}

@media only screen and (max-width: 1200px) {
    .nav--main li a {
        padding: 10px 5px;
        margin: 0 5px;
        letter-spacing: 0;
    }
}

.nav--main .home > a {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    position: relative;
}

.nav--main .level2 {
    display: inline-block;
    vertical-align: top;
}

.nav--main .level2 > li {
    padding: 10px 0;
    margin-bottom: 0;
}

.nav--main .level3 {
    display: none;
    text-align: left;
    padding-top: 10px;
    white-space: nowrap;
    position: absolute;
    z-index: 200;
    left: -10px;
    top: 100%;
    min-width: 200px;
    border-top: none;
    background: #fff;
}

.nav--main .js--expanded .level3 {
    display: block;
}

.js--header-small .nav--main .level3 {
    background-color: #151b26;
}

.nav--main li:last-child > .level3 {
    right: -20px;
    left: auto;
}

.nav--main li:last-child > .level3:before {
    left: auto;
    right: 15px;
}

.nav--main li.sfHover > .level3 {
    display: block;
}

.nav--main .level3 li {
    display: block;
    padding: 0 10px;
}

.nav--main .level3 li:last-child {
    /* border-bottom: 1px solid rgba(181, 176, 172, 0.4); */
    padding-bottom: 10px;
}

.nav--main .level3 li.selected > a, .nav--main .level3 li.expanded > a {
    background-image: none;
    background: #f0f0ff;
}

.js--header-small .nav--main .level3 li.selected > a, .js--header-small .nav--main .level3 li.expanded > a {
    color: #796EFF;
}

.nav--main .level3 a {
    color: #646f79;
    padding: 10px;
    margin: 0;
    text-transform: none;
}

.nav--main .level3 a, .nav--main .level3 a:hover {
    border: none;
}

.nav--main .level3 a:hover {
    background: #f0f0ff;
}

.nav--secondary {
    text-align: center;
    line-height: 1.25;
    letter-spacing: 1px;
    display: none;
}

.js--sticky .nav--secondary {
    /* position: fixed; */
    width: 100%;
    z-index: 200;
    background: rgba(111, 78, 37, 0.9);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px;
}

.nav--secondary .level1 {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .nav--main .level1 {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .nav--secondary .level1 {
        padding-left: 0;
        padding-right: 0;
    }

    .nav--secondary li a {
        color: #646f79;
        border: none;
        padding: 10px;
        display: block;
    }

    .nav--secondary li a:hover {
        background: #f0f0ff;
        color: #796eff;
    }

    .nav--secondary .level1 > li.expanded > a {
        margin-bottom: 10px;
        display: block;
    }

    .nav--secondary li.js--expanded .level3, .nav--secondary li.sfHover .level3 {
        display: block;
        background: #f0f0ff;
        padding: 10px 0;
    }
}

.nav--secondary .level1 > li.selected, .nav--secondary .level1 > li.expanded {
    display: block;
}

.nav--secondary .level2 > li.selected, .nav--secondary .level2 > li.expanded {
    display: block;
}

.nav--secondary .level3 {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    display: none;
}

.nav--secondary .level3 > li {
    display: block;
    text-align: left;
    padding-left: 40px;
}

.js--sticky .nav--secondary .level3 > li a {
    background-image: linear-gradient(to right, rgba(111, 78, 37, 0) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
}

@media only screen and (max-width: 1024px) {
    .nav--secondary {
        display: block;
        text-align: left;
    }

    .nav--main {
        background-color: transparent;
        text-align: left;
        font-size: 13px;
        font-size: 1.3rem;
        height: 0px;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease-in-out;
    }

    .js--mobile .nav--main {
        height: 100%;
        opacity: 1;
        visibility: visible;
        transition: .3s ease-in-out;
        border-top: 1px solid #635ac7;
        margin-top: 20px;
    }

    .nav--main a {
        display: block;
        position: relative;
        padding: 10px 20px;
        text-transform: uppercase;
        padding-left: 0;
        color: #fff;
        text-transform: none;
    }

    .nav--main .level1 > li.expanded, .nav--main .level1 > li.selected {
        display: block;
    }

    .nav--main .level1 > li.expanded > a, .nav--main .level1 > li.selected > a {
        display: block;
        margin-left: 0;
    }

    .nav--main .level2 {
        display: block;
    }

    .nav--main .level2 > li {
        display: block;
        width: 100%;
    }

    .nav--main .level2 > li.has-children > a: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: "\edc2";
        color: #796EFF;
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
    }

    .nav--main .level2 > li.expanded > a, .nav--main .level2 > li.selected > a {
        display: block;
    }

    .nav--main .level2 > li.js--expanded > a:after {
        content: "\edba";
    }

    .nav--main .level2 > li.js--expanded .level3 {
        display: block;
        padding-left: 50px;
        position: static;
        background: #222b37;
    }

    .nav--main .level3 {
        background-color: #222b37;
        position: relative;
        text-align: left;
        padding: 15px 0;
        padding-left: 0;
        display: none;
        transition: none;
        left: 0;
        padding-left: 50px;
    }

    .nav--main .js--expanded .level3 {
        display: block;
    }

    .nav--main .level3 > li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .nav--main .level3 > li.selected a {
        background: transparent;
    }

    .nav--main .level3 > li a {
        color: #ffffff;
        padding: 10px;
        text-transform: none;
        border-bottom: 0 none;
        margin-left: 0;
        padding-left: 0;
    }

    .nav--main .level3 > li a:hover, .nav--main .level3 > li a:focus {
        background-color: transparent;
    }
}

.nav--sitemap {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.nav--sitemap a {
    display: inline-block;
}

.nav--sitemap .level1 > li:not(:last-of-type), .nav--sitemap .level2 > li:not(:last-of-type) {
    margin-bottom: 35px;
}

.nav--sitemap .level1 > li > a, .nav--sitemap .level1 > li > a:visited, .nav--sitemap .level2 > li > a, .nav--sitemap .level2 > li > a:visited {
    margin-bottom: 35px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #000;
    text-transform: uppercase;
}

.nav--sitemap .level3 > li {
    padding: 5px 0;
}

.nav--sitemap .level3 > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.nav--sitemap .level2 > li > a {
    margin-bottom: 5px;
}

.nav--sitemap .level3 > li {
    padding-left: 15px;
}

/*-------- News Module CSS -------*/
.module-news .module_nav, .module-news .module_thumbnail-link, .module-news .module_more-link {
    display: none;
}

.module-news-latest .module_container--content {
    padding: 0;
}

.module-news-latest .module_container--content .slick-track {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

.module-news-latest .module_item {
    margin: 0;
    padding: 0 0 40px;
    border: none;
}

.module-news-latest .module_item-wrap {
    border-bottom: 1px solid #dddddd;
    height: 100%;
}

.module-news-latest .module_item.slick-slide {
    float: none;
    height: auto;
}

.module-news-latest.dark .button--cta:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .module-news-latest {
        margin-bottom: 50px;
    }
}

.module-news-details .module_view-all-link {
    margin-bottom: 10px;
}

.module-news-details .module_view-all-link--bottom {
    margin-top: 25px;
    margin-bottom: 0;
}

.module-news-details a {
    word-break: break-all;
}

.module-news-details_category {
    display: none;
}

.module-news-details ul {
    margin: 16px 0;
    padding-left: 32px;
    list-style-type: disc;
}

.module-news-details ul li {
    line-height: 1.5;
}

.module-news-details .module_multimedia-item > a {
    background: none;
    padding: 0;
}

.module-news-details .module_multimedia .module_link {
    margin: 0;
    display: block;
}

.module-news-details .module_multimedia-caption {
    margin-bottom: 16px;
}

.module-news-details .module_multimedia-caption .module_file-text {
    display: block;
}

.module-news-details .module_multimedia-caption .module_file-resolution {
    display: none;
}

.module-news-details .module_multimedia-image {
    width: 100%;
    float: none;
}

.module-news-details .module_multimedia-size {
    margin-top: 10px;
}

.module-news-details .module_multimedia-size .module_file-size {
    display: inline;
}

.module-news-details .module_multimedia-size .module_file-resolution:before {
    content: "(";
}

.module-news-details .module_multimedia-size .module_file-resolution:after {
    content: ")";
}

@media only screen and (max-width: 1024px) {
    .module-news-details .module_multimedia-item {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .module-news .module_rss {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

/*------ Person List Module ------*/
.module-person .module-person_description, .module-person .module-person_res-photo-container, .module-person .module_comma {
    display: none;
}

.module-person .module_item {
    position: relative;
    padding: 0 0 20px 20px;
    border: none;
}

.module-person .module_item:hover .module-person_name-container {
    opacity: 1;
    visibility: visible;
}

.module-person .module-person_photo-container {
    border-radius: 100%;
    overflow: hidden;
}

.module-person .module-person_photo-container img {
    width: 100%;
}

.module-person .module-person_name-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    cursor: pointer;
}

.module-person .module-person_name-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.module-person .module-person_name-container a {
    color: #ffffff;
}

.module-person .module-person_name {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.module-person_suffix, .module-person_title {
    font-size: 13px;
    font-size: 1.3rem;
}

.fancybox-container .module-person .module_item {
    max-width: 1190px;
    padding: 70px;
}

.fancybox-container .module-person_photo-container, .fancybox-container .module-person_name-container {
    display: inline-block;
    vertical-align: middle;
}

.fancybox-container .module-person_name-container {
    position: static;
    background: transparent;
    text-align: left;
    opacity: 1;
    visibility: visible;
    cursor: initial;
}

.fancybox-container .module-person_name-container h3 {
    position: static;
    transform: none;
}

.fancybox-container .module-person_name-container a {
    color: #222b37;
}

.fancybox-container .module-person_photo-container {
    max-width: 30%;
    margin-right: 40px;
}

@media only screen and (max-width: 768px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 0;
        max-width: none;
    }
}

.fancybox-container .module-person_name {
    display: block;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.45;
    color: #796EFF;
}

@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_name {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.2;
    }
}

.fancybox-container .module-person_title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #796EFF;
}

@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.125;
    }
}

.fancybox-container .module-person_description-container {
    margin-top: 40px;
}

.fancybox-container .module-person_description {
    display: block;
}

.module-person-accordion .module-person_name-container {
    padding: 20px;
    color: #121212;
    cursor: pointer;
}

.module-person-accordion .module-person_name-container h3 {
    font-size: 18px;
    font-size: 1.8rem;
    color: inherit;
    font-family: "Gordita", serif;
    margin: 0;
}

.module-person-accordion .module-person_name-container h3:before {
    float: right;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\edc2";
}

.module-person-accordion .module_item {
    padding: 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.module-person-accordion .module_item.js--active {
    border-color: #000;
}

.module-person-accordion .module_item.js--active h3 {
    color: #000 !important;
}

.module-person-accordion .js--active .module-person_name, .module-person-accordion .js--active .module-person_title {
    color: #000;
}

.module-person-accordion .module_item.js--active h3:before {
    content: "\edba";
}

.module-person-accordion .module-person_name {
    margin-right: 10px;
    color: #646F79;
    font-style: normal;
    font-family: Gordita;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
}

.module-person-accordion .module-person_title {
    font-size: 14px;
    font-size: 1.4rem;
    color: #646F79;
    font-style: normal;
    font-family: Gordita;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
}

.module-person-accordion .module_comma {
    display: none;
}

.module-person-accordion .module-person_description-container {
    padding: 5px 20px;
    margin: 0 0 15px 0;
}

.module-person-accordion .module-person_photo-container {
    float: left;
    margin: 0 25px 15px 0;
}

@media only screen and (max-width: 768px) {
    .module-person-accordion .module-person_photo-container {
        float: none;
        margin: 0 auto 15px auto;
        text-align: center;
    }
}

.module-person-accordion .module-person_photo-container img {
    display: block;
    margin: auto;
}

.module-person-accordion .module-person_description > *:first-child {
    margin-top: 0;
}

.module-person-accordion .module-person_res-photo-container > span {
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .module-person-accordion .module-person_res-photo-container > span {
        display: block;
        margin: 0 0 10px 0;
    }
}

.module-person-accordion .module-person_res-photo-container a {
    padding-bottom: 6px;
    display: inline-block;
    margin-top: 8px;
    background-image: linear-gradient(to right, #222b37 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
}

.module-person-accordion .module-person_res-photo-container a:hover {
    background-image: linear-gradient(to right, #796EFF 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
}

.module-person-carousel_list.slick-slider {
    padding: 0;
}

.module-person-carousel_list .slick-list {
    margin: 0 40px;
}

.module-person-carousel_list .slick-arrow {
    padding: 0px 9px;
    color: #796EFF;
    border: 1px solid #796EFF;
    border-radius: 100%;
}

.module-person-carousel_list h3 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

.module-person-carousel_list .module-person_name {
    display: block;
    margin-bottom: 5px;
}

.module-person-carousel_details.slick-slider {
    padding: 0;
}

.module-person-carousel_person {
    padding: 0 20px;
    cursor: pointer;
}

.module-person-carousel_person img {
    margin: 5px;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 100%;
}

.module-person-carousel_person.js--selected img {
    border-color: #796EFF;
}

.module-person-carousel .module-person_suffix .module_comma {
    display: none;
}

.module-person-carousel .module-person_suffix:empty + .module-person_title .module_comma {
    display: none;
}

.module-person-carousel .module_item .module-person_name {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
}

.module-person-carousel .module_item .module-person_suffix, .module-person-carousel .module_item .module-person_title {
    font-size: 16px;
    font-size: 1.6rem;
}

.module-person-carousel .module_item ~ .module_item {
    border-top: 0 none;
}

.module-person-carousel .module-person_photo-container {
    text-align: center;
}

.module-person-carousel .module-person_photo-container img {
    display: inline-block;
    vertical-align: top;
}

.module-person-carousel .module-person_res-photo-container {
    display: none;
}

.module-person-details .module_title {
    display: none;
}

.module-person-details .module_comma {
    display: none;
}

.module-person-details_photo-container, .module-person-details_name-container {
    display: inline-block;
    vertical-align: middle;
}

.module-person-details_photo-container {
    max-width: 30%;
    margin-right: 40px;
}

@media only screen and (max-width: 768px) {
    .module-person-details_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }

    .module-person-carousel .module-person_photo-container {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .module-person-details_photo-container {
        margin-right: 0;
        max-width: none;
    }
}

.module-person-details_name {
    display: block;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem;
    color: #796EFF;
}

.module-person-details_title {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
}

.module-person-details_description-container {
    margin-top: 40px;
}

/*------ Presentation Module ------*/
.module-presentation .module_body {
    display: none;
}

.module-presentation .module_item {
    padding: 0;
    border: 0 none;
}

.module-presentation .module_item ~ .module_item {
    border-top: 0 none;
}

.module-presentation .module_item:not(:last-child) {
    margin-bottom: 10px;
}

.module-presentation .module_item-wrap {
    padding: 30px 30px 10px 30px;
}

/*------ 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: #000;
    font-size: 0;
    text-align: left;
    color: #ffffff;
    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: #000;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\ed6d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft, body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before, body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"], body.PreviewBody .PreviewToolBar label, body.PreviewBody .PreviewToolBar input[type="text"], body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"], body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #ffffff 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: #796EFF;
    color: #ffffff !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 h2 {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.module-search_input[type="text"] {
    opacity: 0;
    visibility: hidden;
    border: none;
    background: #151b26;
    border-color: #151b26 !important;
    color: #ffffff;
    width: 100%;
    max-width: 215px;
    padding: 2px 0;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Gordita", serif;
    position: absolute;
    top: 67px;
    height: auto;
    right: 30px;
    transition: 0.3s ease-in-out;
    padding: 5px;
}

.js--header-small .module-search_input[type="text"] {
    color: #fff;
    border-color: #222b37;
}

@media only screen and (max-width: 1200px) {
    .module-search_input[type="text"] {
        max-width: 130px;
        top: 100%;
        right: 25px;
    }

    .module-search h2 {
        right: 10px;
    }
}

.module-search_input.js--revealed[type="text"] {
    opacity: 1;
    visibility: visible;
}

.module-search_button {
    display: none;
}

.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;
}

.module-search-results {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.module-search-results .form_fields-right input {
    width: 100%;
    border-color: #006fba;
}

.module-search-results .form_field {
    margin-bottom: 25px;
}

.module-search-results .form_field--date {
    position: relative;
}

.module-search-results .form_field--date:after {
    content: "\e921";
    position: absolute;
    top: 45px;
    right: 15px;
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #796EFF;
    clear: both;
    display: table;
    font-size: 16px;
}

.module-search-results .form_field--search {
    margin-bottom: 35px;
}

.module-search-results .form_label {
    color: #222b37;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
}

.module-search-results .form_select {
    font-size: 14px;
    width: 100%;
    border-color: #979797;
    display: block !important;
}

.module-search-results .form_select + .sbHolder {
    display: none;
}

.module-search-results .form_input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 0;
    padding: 13px 20px;
    display: block;
    font-family: "Gordita", serif;
    font-size: 1.4rem;
}

.module-search-results_link {
    text-transform: uppercase;
    color: #796eff;
    font-size: 14px;
    text-shadow: 0 1px 0 #FFFFFF;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.module-search-results_item {
    box-shadow: inset 0 1px 0 0 rgba(204, 201, 196, 0.3), inset 0 -1px 0 0 rgba(204, 201, 196, 0.3);
    padding: 30px 0;
}

.module-search-results_url, .module-search-results_result a {
    word-wrap: break-word;
}

.module-search-results_url {
    display: none;
}

.module-search-results_result:after {
    content: '';
    display: table;
    clear: both;
}

.module-search-results_description {
    color: #222b37;
    font-size: 14px;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 1.5;
    font-weight: 400;
}

.module-search-results_summary {
    color: #222b37;
    font-size: 20px;
    line-height: 21px;
    text-shadow: 1px 1px #FFFFFF;
    font-weight: 400;
    margin: 0 0 30px;
}

.module-search-results_summary span {
    color: #796eff;
}

.module-search-results_pager {
    float: right;
}

.module-search-results .pager_list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
}

.module-search-results .pager_list-item {
    background-color: #EEEEEE;
    margin: 1px 0;
    font-weight: 400;
    color: #939BA0;
    font-size: 13px;
    line-height: 17px;
    cursor: pointer;
    position: relative;
}

.module-search-results .pager_list-item a {
    display: block;
    color: #939BA0;
    transition: .3s ease-in-out;
    padding: 11px 6px;
}

.module-search-results .pager_list-item a.active, .module-search-results .pager_list-item a:hover {
    color: #105CA3;
}

.module-search-results .pager_list-item--previous, .module-search-results .pager_list-item--next {
    position: relative;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.module-search-results .pager_list-item--previous > a, .module-search-results .pager_list-item--next > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 39px;
    background-color: #EEEEEE;
    text-align: center;
}

.module-search-results .pager_list-item--previous > a:after, .module-search-results .pager_list-item--next > a:after {
    content: "\e90d";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #796EFF;
}

.module-search-results .pager_list-item--previous {
    transform: rotate(180deg);
}

.module-search-results .pager_list-item--next {
    margin-right: 25px;
}

.module-search-results .pager_text {
    display: none;
}

.module-search-results .daterangepicker .calendar-table .prev span {
    top: 5px;
}

.module-search-results .daterangepicker .calendar-table .prev span:before {
    content: '\e90f';
    font-size: 16px;
}

.module-search-results .daterangepicker .calendar-table .next span {
    top: 5px;
}

.module-search-results .daterangepicker .calendar-table .next span:before {
    content: '\e90d';
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .module-search-results .form-fields-right .grid_col {
        padding-left: 0;
    }

    .module-search-results .form-fields--pages {
        margin-top: 25px;
        display: block;
        width: 100%;
    }

    .module-search-results .form-fields--search {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .module-search-results .form_field.form_field--date {
        overflow: auto;
    }
}

/*-------- SEC Module CSS --------*/
.module-sec .module_header {
    display: block;
    background-color: transparent;
    border-bottom: 4px solid #E0E6E8;
}

.module-sec .module_header-text {
    padding: 20px 15px;
    color: #151B26;
    font-family: Gordita;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
}

.module-sec .module_item {
    padding: 0;
}

.module-sec .module_item:nth-child(even) {
    background: #F6F8F9;
}

.module-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 20px 15px;
}

.module-sec .module_item .module-sec_filing {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_header {
        display: none;
    }

    .module-sec .module_header + .module_item {
        border-top: 2px solid #796EFF;
    }

    .module-sec .module_item {
        padding: 15px 0;
    }

    .module-sec .module_item:first-child {
        border-top: 2px solid #796EFF;
    }

    .module-sec .module_item:last-child {
        border-bottom: 2px solid #796EFF;
    }

    .module-sec .module_item .grid_col {
        padding: 0 5px;
    }

    .module-sec .module_item + .module_footer {
        border-bottom: 2px solid #796EFF;
    }
}

@media only screen and (max-width: 768px) {
    .module-sec .module_options select {
        display: block;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .module-sec .module_rss {
        margin-bottom: 10px;
    }
}

.module-sec_download-list-item {
    display: inline-block;
}

.module-sec_download-list .module_link {
    margin: 0;
}

.module-sec_download-list .module_link:before {
    font-size: 24px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
    .module-sec_date, .module-sec_filer, .module-sec_filing, .module-sec_description {
        margin-bottom: 15px;
    }
}

.module-sec-details_date, .module-sec-details_description {
    margin-bottom: 15px;
}

.module-sec-details_download-list-item {
    display: inline-block;
}

.module-sec-details_download-list .module_link {
    margin: 0;
}

.module-sec-details_download-list .module_link:before {
    font-size: 24px;
    font-size: 2.4rem;
}

/*---- Accessibility Skip Link ---*/
.module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    padding: 15px 20px;
    background: transparent;
    color: white;
    transform: translate(-50%, 0);
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.module-skip_link:focus, .module-skip_link:active, .module-skip_link:hover {
    top: -25px;
    background: #796EFF;
    outline: 0;
}

.module-skip_link:visited {
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .module-skip_link:focus, .module-skip_link:active, .module-skip_link:hover {
        top: 0;
    }
}

/*------ Slider ------*/
.module-slider {
    position: relative;
}

.module-slider .module_container--outer {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-slider .module_container--inner {
    display: table-cell;
    vertical-align: middle;
    height: 330px;
}

.module-slider .slick-slider {
    padding: 0 40px;
    position: static;
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.module-slider .slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border-top: none;
}

.module-slider .module-inner-item {
    text-align: center;
    font-family: "Gordita", serif;
}

.module-slider .module-inner-item .module-slide-title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
}

.module-slider .slick-arrow:before {
    font-size: 30px;
}

.module-slider .module_add-to-calendar-reveal {
    color: #ffffff;
}

.module-slider .module-slider_title h1 {
    margin: 0;
}

.module-slider .module_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.module-slider ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.module-slider_description {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 10px;
}

.module-slider_description .module_date-time {
    font-size: inherit;
}

.module-slider_description p {
    margin: 10px 0;
}

.module-slider_description p:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}

.module-slider_description .module_links {
    margin-top: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .module-slider .module_item {
        padding: 0 20px;
    }

    .module-slider ul.slick-dots {
        bottom: 0;
    }
}

/*------ Stock Chart Widget ------*/
.module-stock-chart .js--hidden[data-highcharts-chart] {
    display: block !important;
    max-height: 0;
    overflow: hidden;
}

.module-stock-chart .highcharts-legend-item:first-child path {
    stroke: #796EFF;
}

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
}

.module-stock-chart .highcharts-series-0 {
    stroke: #796EFF;
}

.module-stock-chart .highcharts-series-0 path:first-child {
    stroke: #796EFF;
}

.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
    stroke: #796EFF;
    stroke-width: 2px;
}

.module-stock-chart .highcharts-navigator rect {
    fill: rgba(121, 110, 255, 0.6);
}

.module-stock-chart .highcharts-navigator-handle {
    stroke: rgba(0, 0, 0, 0.05);
    fill: #f2f2f2;
    cursor: ew-resize;
}

.module-stock-chart .highcharts-navigator-handle-right rect, .module-stock-chart .highcharts-navigator-handle-left rect {
    stroke-width: 0;
    fill: #796EFF;
}

.module-stock-chart .highcharts-navigator-handle-right path, .module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #ffffff;
}

.module-stock-chart .highcharts-highcharts-scrollbar g:first-of-type rect {
    fill: #796EFF;
    stroke: #796EFF;
}

.module-stock-chart .highcharts-range-selector {
    box-sizing: content-box;
}

.module-stock-chart .highcharts-range-input rect {
    stroke: #cccccc;
    fill: #f2f2f2;
}

.module-stock-chart .highcharts-button rect, .module-stock-chart .highcharts-input-group rect {
    stroke-width: 0;
    fill: rgba(0, 0, 0, 0.05);
}

.module-stock-chart .highcharts-button text, .module-stock-chart .highcharts-input-group text {
    fill: #222b37;
}

.module-stock-chart .highcharts-container > svg > .highcharts-button {
    display: none;
}

/*------ Stock Header Module -----*/
.module-stock-header {
    text-align: right;
    color: #fef5fb;
    font-family: "Gordita", serif;
}

@media only screen and (max-width: 768px) {
    .module-stock-header {
        text-align: left;
        margin: 0;
    }
}

.module-stock-header .module_container--outer {
    text-align: center;
    width: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    position: relative;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .module-stock-header .module_container--outer {
        max-width: none;
        min-height: auto;
        display: block;
        text-align: left;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 480px) {
    .module-stock-header .module_container--outer {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .module-stock-header .grid_col {
        padding: 0 0 0 10px;
    }
}

.module-stock-header_link {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.module-stock-header_link:hover {
    border: none;
}

.module-stock-header_description1 {
    display: block;
    font-size: 1.7rem;
    margin: 15px 0;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_description1 {
        text-align: center;
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .module-stock-header_description1 {
        margin-bottom: 5px;
    }
}

.module-stock-header_stock-price {
    display: block;
    font-size: 37px;
    font-size: 3.7rem;
}

.module-stock-header_stock-price:before {
    content: '$';
    vertical-align: top;
    font-size: 75%;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_stock-price {
        text-align: center;
    }
}

.module-stock-header_change, .module-stock-header_percent-change {
    display: inline-block;
    margin: 10px 0;
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .module-stock-header_change, .module-stock-header_percent-change {
        margin: 0;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .module-stock-header_change, .module-stock-header_percent-change {
        margin-bottom: 5px;
    }
}

.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: none;
    margin-bottom: 32px;
}

.module-stock-header_volume:before {
    content: 'Volume ';
    font-weight: bold;
}

.module-stock-header_footer {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px !important;
}

.module-stock-header_description3, .module-stock-header_date {
    font-size: 1.4rem;
    margin: 10px 0;
}

.module-stock-header_volume-text {
    display: none;
}

@media screen and (max-width: 768px) {
    .module-stock-header_footer {
        text-align: center;
        margin-top: 30px;
        width: 100%;
    }
}

/*------ Stock Quote Module ------*/
@media only screen and (max-width: 768px) {
    .module-stock.module-stock-historical .module-stock_empty {
        display: none;
    }
}

.module-stock-historical .button {
    height: 45px;
    transform: translateY(-1px);
}

.module-stock-quote .module_container--content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.module-stock .grid_col:nth-child(even) {
   /* background: #E0E6E8;*/
    text-align:left;
}
.module-stock_label {text-align: left;}
.module-stock_lookup-title {
    display: none;
}

.module-stock_up {
    color: #15610F;
}

.module-stock_down {
    color: #b72121;
}

.module-stock_label, .module-stock_value {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module-stock_label:empty, .module-stock_value:empty {
    border-bottom: 0 none;
}

.module-stock_label:empty:nth-child(even), .module-stock_value:empty:nth-child(even) {
    background: transparent;
}

.module-stock_label > span, .module-stock_value > span {
    display: block;
    padding: 15px 20px;
}

.module-stock .module-stock_value .module-stock_price:before, .module-stock .module-stock_value .module-stock_high:before, .module-stock .module-stock_value .module-stock_low:before, .module-stock .module-stock_value .module-stock_open:before, .module-stock .module-stock_value .module-stock_close:before, .module-stock .module-stock_value .module-stock_week-low:before, .module-stock .module-stock_value .module-stock_week-high:before, .module-stock .module-stock_value .module-stock_previous-close:before {
    content: "$";
}

.module-stock_date {
    margin-top: 25px;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
    .module-stock_date-text > span {
        display: block;
        padding-bottom: 5px;
    }
}

.module-stock-historical {
    font-size: 14px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .module-stock-historical .module_options-label, .module-stock-historical .module_options-select, .module-stock-historical .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.module-stock .stock-historical-range .module_options > *:not(:last-of-type) {
    margin-bottom: 20px;
}

/*- MailingList Subscribe Module -*/
.module-subscribe_table {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.module-subscribe_table tbody {
    width: 100%;
    display: block;
}

.module-subscribe_form {
    font-size: 0;
}

.module-subscribe_form tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
}

.module-subscribe_form tr:nth-child(even) {
    padding-left: 10px;
}

.module-subscribe_form tr:nth-child(odd) {
    padding-right: 10px;
}

.module-subscribe_form tr.module-subscribe_notes-text {
    margin: 0;
}

.module-subscribe_form tr.module-subscribe_notes-text, .module-subscribe_form tr.module-subscribe_notes-input {
    display: block;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .module-subscribe_form tr {
        width: 100%;
    }

    .module-subscribe_form tr:nth-child(even) {
        padding-left: 0;
    }

    .module-subscribe_form tr:nth-child(odd) {
        padding-right: 0;
    }
}

.module-subscribe_form td {
    display: block;
}

.module-subscribe_form label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

.module-subscribe_mailing-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1;
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 15px;
}

.module-subscribe_mailing-list tr table td {
    padding-bottom: 10px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}

.module-subscribe_unsubscribe {
    font-size: 10px;
    font-size: 1rem;
    display: none;
}

.module-subscribe .module_required {
    font-size: 14px;
    font-size: 1.4rem;
}

.module-subscribe .CaptchaContainer {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-subscribe .CaptchaContainer {
        width: 100%;
    }
}

/* MailingList Unsubscribe Module */
.module-unsubscribe_table {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table {
        width: 100%;
    }
}

.module-unsubscribe_table td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table td {
        padding-right: 0;
    }
}

.module-unsubscribe_table label {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.module-unsubscribe_table .module_input[type="email"] {
    background-color: #ffffff;
}

/*==================================
 ----------- LAYOUT CSS -----------
==================================*/
/*------- iframe layout CSS ------*/
.layout--iframe .pane--content .module {
    padding: 25px 0;
}

.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}

/*==================================
 ------------ BLANK CSS -----------
==================================*/
/*-------- Layout Specific -------*/
.layout--home .pane--content {
    text-align: center;
}

.layout .layout_inner {
    position: relative;
    overflow: hidden;
}

.layout_header {
    position: relative;
}

@media only screen and (max-width: 1120px) {
    .-no-scroll {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
}

/*--------- Pane Specific --------*/
@media only screen and (max-width: 1024px) {
    .pane--header {
        padding: 0;
    }
}

.pane--header .module-logo img {
    vertical-align: top;
    margin-bottom: 5px;
}

.pane--header .module-logo a {
    border: none;
    position: relative;
    z-index: 100;
}

.pane--header .module-logo a:hover {
    border: none;
}

.pane--header .module-logo .background-light {
    display: none;
}

.js--header-small .pane--header .module-logo .background-light {
    display: block;
}

.js--header-small .pane--header .module-logo .background-dark {
    display: none;
}

.pane--header .module, .pane--header .nav {
    vertical-align: middle;
}

.pane--header .layout_toggle {
    display: none;
    text-align: right;
}

.pane--header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
}

.pane--header .pane_inner {
    position: relative;
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.pane--header .layout_toggle-button {
    font-size: 3.4rem;
    color: #796eff;
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    outline-color: #ffffff;
}

.pane--header .layout_toggle-button [class^="q4-icon_"]:focus, .pane--header .layout_toggle-button [class*=" q4-icon_"]:focus {
    outline: none;
}

.js--mobile .pane--header .layout_toggle-button [class^="q4-icon_"]:before, .js--mobile .pane--header .layout_toggle-button [class*=" q4-icon_"]:before {
    font-size: 25px;
    font-size: 2.5rem;
    content: "\ed6d";
}

@media only screen and (max-width: 1024px) {
    .pane--header .pane_inner {
        height: 65px;
        padding-top: 15px;
    }

    .pane--header .module {
        vertical-align: middle;
    }

    .pane--header .module-logo img {
        margin-bottom: 0;
    }

    .pane--header .layout_toggle {
        display: inline-block;
        width: 100%;
        transform: translateY(-28px);
    }

    .pane--header .nav, .pane--header .module-search {
        display: none;
    }
}

.pane--banner {
    background: rgba(255, 255, 255, 0.05) url("../design/banner/banner-2.jpg") center;
    background-size: cover;
    color: #fff;
    padding-top: 60px;
    background-position: bottom;
}

.PageDefault:not(.PageOverview) .pane--banner {
    background: #222B37;
}

.PageDefault:not(.PageOverview) .pane--banner .pane_inner {
    padding-bottom: 70px;
    padding-top: 50px;
}

.PageDefault:not(.PageOverview) .background--overlay:before {
    content: none;
}

@media only screen and (max-width: 1024px) {
    .PageDefault:not(.PageOverview) .pane--banner .pane_inner {
        padding-top: 100px;
    }
}

.pane--banner .pane_inner {
    position: relative;
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
    padding: 130px 0;
}

.pane--banner .module-page-title {
    min-height: 180px;
    height: 1px;
    /* IE11 Fix */
    display: flex;
    text-align: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.layout--home .pane--banner .module-page-title {
    min-height: auto;
    text-align: left;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .pane--banner .module-page-title {
        min-height: 105px;
    }

    .layout--home .pane--banner .module-page-title {
        margin-bottom: 50px;
    }
}

.pane--banner h1 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-size: 5rem;
}

.pane--banner h1 a {
    color: #fff;
}

.pane--banner .module_link {
    color: #fff;
    border-bottom: 2px solid transparent;
}

.pane--banner .module_link:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 1024px) {
    .pane--banner h1 {
        max-width: none;
        font-size: 40px;
        font-size: 4rem;
    }
}

@media only screen and (max-width: 1024px) {
    .pane--banner {
        padding-top: 0;
    }
}

.pane--navigation .module-search {
    display: none;
}

.pane--navigation .module-desktop--search {
    display: block;
}

.pane--navigation .pane_inner {
    width: 100%;
    max-width: 1312px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative;
}

.js--sticky .pane--navigation {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 300;
}

@media only screen and (max-width: 1024px) {
    .pane--navigation {
        position: fixed;
        top: 65px;
        right: 0;
        bottom: 0;
        transition: 0.5s ease-in-out;
        overflow-y: scroll;
        z-index: 120;
        width: 75%;
        max-width: 380px;
        transform: translateX(100%);
        padding: 20px 30px 20px 20px;
        background-color: #ffffff;
        border-top: 2px solid #f1f1f1;
        visibility: hidden;
    }

    .js--mobile .pane--navigation {
        box-shadow: 0px 17px 27px 0px rgba(0, 0, 0, 0.23);
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        top: 65px;
        height: 100%;
    }

    .pane--navigation .pane_inner {
        padding: 0;
    }

    .pane--navigation .module-search {
        display: block;
        position: relative;
        margin: 25px 0;
    }

    .pane--navigation .module-search_input {
        visibility: visible;
        opacity: 1;
        position: static;
        padding: 10px 35px 10px 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .pane--navigation .module-search_button {
        display: block;
        border: 0 none;
        font-size: 15px;
        font-family: 'q4-icons';
        position: absolute;
        right: 15px;
        top: 50%;
        padding: 0;
        transform: translateY(-50%);
        color: white;
        background: transparent;
    }
}

@media screen and (max-width: 765px) and (orientation: landscape) {
    .pane--navigation {
        padding-bottom: 85px;
    }
}

@media only screen and (max-width: 1024px) {
    .layout_content {
        padding-top: 60px;
    }

    .pane--navigation .layout_toggle {
        display: block;
        position: relative;
    }

    .pane--navigation .layout_toggle p {
        color: #fff;
        text-align: left;
        margin: 0;
        position: absolute;
        top: 7px;
    }

    .pane--navigation .pane_inner {
        padding: 0;
    }

    .pane--navigation .module-search {
        display: none;
        position: relative;
        margin-top: 0;
    }

    .js--mobile .pane--navigation .module-search {
        display: block;
        padding-bottom: 30px;
    }

    .pane--navigation .module-desktop--search {
        display: none !important;
    }

    .pane--navigation .module-search_input {
        visibility: visible;
        opacity: 1;
        position: static;
        padding: 10px 35px 10px 15px;
        max-width: none;
        /* background-color: #796EFF; */
        font-size: 14px;
        font-size: 1.4rem;
        border-color: #fff !important;
    }

    .pane--navigation .module-search_button {
        display: block;
        background: transparent;
        border: 0 none;
        font-size: 15px;
        font-family: 'q4-icons';
        position: absolute;
        right: 15px;
        top: 22px;
        padding: 0;
        transform: translateY(-50%);
        color: white;
    }

    .pane--navigation span.module-search_button {
        position: absolute;
        top: 19px;
        right: 19px;
        width: 16px;
        height: 16px;
        padding: 0;
        border: 0;
        background: transparent url("../design/svg/q4-icon_buttons.svg");
        background-position: 0 -100%;
        background-size: 300%;
        font-size: 0;
        cursor: pointer;
    }
}

.pane--content .module {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pane--content .module_container--outer {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 769px) {
    .module-container-padding .module_container--outer {
        padding-left: calc(25px + 5%);
        padding-right: calc(25px + 5%);
    }
}

.pane--content .module--thin {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pane--content .module--thin-top {
    padding-top: 25px;
}

.pane--content .module--thin-bottom {
    padding-bottom: 25px;
}

.pane--content .module--thick {
    padding-top: 75px;
    padding-bottom: 75px;
}

.pane--content .module--thick-top {
    padding-top: 75px;
}

.pane--content .module--thick-bottom {
    padding-bottom: 75px;
}

.pane--content .module--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.pane--content .module--no-padding-top {
    padding-top: 0;
}

.pane--content .module--no-padding-bottom {
    padding-bottom: 0;
}

.pane--content .module-sitemap {
    padding-bottom: 25px;
}

.pane--footer {
    padding: 40px 0 20px 0;
    background-color: #222b37;
    color: #ffffff;
}

.pane--footer .pane_inner {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.pane--footer .module_title {
    margin-bottom: 25px;
    font-family: "Gordita", serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: normal;
    color: #fff;
}

.pane--footer .module_error-container {
    margin-bottom: 20px;
    color: #fff;
}

.pane--footer .module_error-container p {
    display: none;
}

.pane--footer .module_error-container p, .pane--footer .module_error-container ul li {
    color: #fff;
}

.pane--footer .module_introduction {
    display: none;
}

.pane--footer .module-links {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
}

.pane--footer .module-links li:not(:last-child) {
    margin-bottom: 10px;
}

.pane--footer .module-subscribe_list-header, .pane--footer .module-subscribe_email .module_required, .pane--footer .module-subscribe .CaptchaContainer {
    display: none;
}

.pane--footer .module-subscribe_email label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.pane--footer .module-subscribe_form {
    padding-right: 180px;
}

@media only screen and (max-width: 480px) {
    .pane--footer .module-subscribe_form {
        padding-right: 0;
    }
}

.pane--footer .module-subscribe_form tbody {
    display: block;
}

.pane--footer .module-subscribe_form tr {
    width: 100%;
    margin: 0;
    padding: 0;
}

.pane--footer .module-subscribe_table-wrap {
    position: relative;
}

.pane--footer .module-subscribe_mailing-list {
    margin: 20px 0 10px;
}

.pane--footer .module-subscribe_list > td {
    padding: 0;
}

.pane--footer .module-subscribe_list table {
    display: block;
    width: 100%;
}

.pane--footer .module-subscribe_list table tr {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .pane--footer .module-subscribe_list table tr {
        width: auto;
        display: block;
    }
}

.pane--footer .module-subscribe input[type="checkbox"] + label:before {
    border-color: #ffffff;
}

.pane--footer .module-subscribe input[type="checkbox"]:checked + label:before {
    border-color: #796EFF;
    background-color: #121212;
}

.pane--footer .module-subscribe input[type="checkbox"]:checked + label:after {
    background-color: #796EFF;
}

.pane--footer .module-subscribe input[type="text"], .pane--footer .module-subscribe input[type="email"] {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
}

.pane--footer .module-subscribe .module_actions {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 165px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .pane--footer .module-subscribe .module_actions {
        position: static;
        margin-top: 20px;
    }
}

.pane--footer .module-subscribe .module_actions .button {
    width: 100%;
    background: #ffffff;
    border-color: #ffffff;
    height: 50px;
    color: #121212;
}

.pane--footer .module-subscribe_unsubscribe {
    display: block;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .pane--footer .module-subscribe {
        width: 100%;
    }
}

.pane--footer .module-contact [class^="q4-icon_"], .pane--footer .module-contact [class*=" q4-icon_"] {
    margin-right: 5px;
}

.pane--footer .module-contact .module_container--outer {
    padding-left: 40px;
}

@media only screen and (max-width: 768px) {
    .pane--footer .module-contact .module_container--outer {
        padding-left: 0;
    }
}

.pane--footer .module-contact p a i {
    margin-right: 5px;
}

.pane--footer .module-logo--footer {
    min-height: 160px;
    border-right: 1px solid #222b37;
    position: relative;
}

.pane--footer .module-logo--footer a:hover {
    border: none;
}

.pane--footer .dark h4 {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .pane--footer .module-logo--footer {
        min-height: auto;
        border-right: none;
        padding-bottom: 40px;
    }
}

.pane--footer .module-social-links {
    position: absolute;
    bottom: 0;
}

.pane--footer .module-social-links ul {
    margin-left: -5px;
}

.pane--footer .module-social-links li {
    display: inline-block;
    margin: 0 5px;
}

.pane--footer .module-social-links a {
    font-size: 17px;
    font-size: 1.7rem;
}

@media only screen and (max-width: 768px) {
    .pane--footer .module-social-links {
        position: relative;
    }
}

.pane--footer .module:not(.module-embed) {
    padding-bottom: 40px;
}

.pane--footer2 {
    background-color: #151b26;
}

.pane--footer2 .module-logo--footer img {
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .pane--footer2 .module-logo--footer {
        float: none;
        text-align: center;
    }
}

.pane--footer2 .module-links {
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .pane--footer2 .module-links {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .pane--footer2 .module-links {
        float: none;
    }
}

.pane--footer2 .module-links_list {
    font-size: 12px;
    font-size: 1.2rem;
}

.pane--footer2 .module-links_list li {
    display: inline;
}

.pane--footer2 .module-links_list li:not(:first-child):before {
    content: '|';
    margin: 0 6px;
}

.pane--footer2 .module-links_list li a:hover {
    color: #5a5a5a;
}

.pane--footer2 .module-q4-credits {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
    .pane--footer2 .module-q4-credits {
        text-align: center;
    }
}

.pane--footer2 .copyright {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.2;
}

.pane--credits .pane_inner {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/*--------- Page Specific --------*/
.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 25px;
    padding-bottom: 25px;
}

/*-------- Module Specific -------*/
.module-overview {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
}

.module-overview .module_title {
    position: relative;
}

/* .module-overview .module_title:after {
    content: "";
    height: 1px;
    width: 100px;
    position: absolute;
    background-color: #222b37;
    bottom: -15px;
    left: 55px;
    transform: translateX(-50%);
}
 */
.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";
}

.module-why-invest h4 {
    font-size: 60px;
    font-size: 6rem;
    color: #796EFF;
    font-weight: 300;
    margin-top: 0;
}

.module-why-invest_column {
    padding: 0 20px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .module-why-invest .grid_col:not(:first-child) .module-why-invest_column {
        border-left: 1px solid #dddddd;
    }
}

.module-why-invest .slick-arrow:before {
    font-size: 20px;
    color: #796EFF;
}

/*HOME: Latest News and Events*/
.module-news-and-events {
    background-color: #222b37;
    position: relative;
}

.module-news-and-events:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #151b26;
}

@media only screen and (max-width: 768px) {
    .module-news-and-events:before {
        width: 100%;
    }
}

/* HOME: Latest Presentation & Events */
.module-presentation-events {
    background: -moz-linear-gradient(left, #ffffff 66.66667%, #E0E6E8 66.66667%);
    background: -webkit-linear-gradient(left, #ffffff 66.66667%, #E0E6E8 66.66667%);
    background: linear-gradient(to right, #ffffff 66.66667%, #E0E6E8 66.66667%);
}

@media only screen and (max-width: 1024px) {
    .module-presentation-events {
        background: transparent;
    }
}

.module-presentation-events .module_container--inner > .grid {
    background: -moz-linear-gradient(left, #ffffff 66.66667%, #E0E6E8 66.66667%);
    background: -webkit-linear-gradient(left, #ffffff 66.66667%, #E0E6E8 66.66667%);
    background: linear-gradient(to right, #ffffff 66.66667%, #E0E6E8 66.66667%);
}

@media only screen and (min-width: 1025px) {
    .module-presentation-events .module_container--inner > .grid {
        display: flex;
        justify-content: stretch;
        align-items: stretch;
    }
}

@media only screen and (max-width: 1024px) {
    .module-presentation-events .module_container--inner > .grid {
        background: transparent;
    }
}

.module-presentation-events .module-presentation-latest {
    height: 100%;
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .module-presentation-events .module-presentation-latest .module_container--content {
        padding-right: 25px;
    }

    .module-presentation-events .module-presentation-latest .module_container--content > .grid {
        display: flex;
        justify-content: stretch;
        align-items: stretch;
    }

    .module-presentation-events .module-presentation-latest .module_container--content > .grid > .grid_col {
        position: relative;
    }
}

.module-presentation-events .module-presentation-latest .button--cta {
    position: absolute;
    bottom: 10px;
}

.module-presentation-events .module-slideshow_link-container {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .module-presentation-events .module-slideshow_link-container {
        margin-bottom: 25px;
    }
}

/* HOME:  */
.module-home-cta .module-inner-item {
    min-height: 350px;
    background-size: cover;
    transition: 0.3s ease-in-out;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1025px) {
    .module-home-cta .module-inner-item {
        background-size: 133%;
    }

    .module-home-cta .module-inner-item:hover {
        background-size: 160%;
    }
}

@media only screen and (max-width: 768px) {
    .module-home-cta .module-inner-item {
        margin-bottom: 20px;
    }
}

.module-home-cta .module-slide-title {
    font-size: 44px;
    font-size: 4.4rem;
    font-family: "Gordita", serif;
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 40px 50px;
    color: #ffffff;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    line-height: 48px;
}

.module-home-cta .module-slide-title:hover {
    color: #796EFF;
}

.module-home-cta .module-slide-title:focus {
    outline-color: #796EFF !important;
}

@media only screen and (max-width: 1200px) {
    .module-home-cta .module-slide-title {
        font-size: 34px;
        font-size: 3.4rem;
    }
}

@media only screen and (max-width: 1024px) {
    .module-home-cta .module-slide-title {
        padding: 40px 20px;
        font-size: 30px;
        font-size: 3rem;
    }
}

/*------ Corporate Navigation ------*/
img, svg {
    vertical-align: middle;
}

img {
    border-style: none;
}

svg {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

[tabindex], a, button, label, select {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

[aria-controls] {
    cursor: pointer;
}

.sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

a.-large {
    font-size: 1.375rem;
}

a.-white {
    border-bottom: 2px solid #edf1f2;
    color: #fff;
}

a.-white:hover {
    border-bottom-color: #fff;
}

h3, h4 {
    color: #151b26;
    font-weight: 400;
    margin-bottom: 32px;
    margin-top: 0;
}

h3 {
    font-size: calc(33.75px + 11.25 * ((100vw - 480px) / 800));
    line-height: 1.244;
    margin-bottom: 16px;
}

@media (min-width: 70em) {
    h3 {
        font-size: 2.8125rem;
    }
}

h4 {
    font-size: calc(23.25px + 7.75 * ((100vw - 480px) / 800));
    line-height: 1.387;
    margin-bottom: 16px;
}

@media (min-width: 70em) {
    h4 {
        font-size: 1.9375rem;
    }
}

ul {
    list-style-type: disc;
}

ul {
    margin-bottom: 32px;
    padding-left: 32px;
}

ul li {
    margin-bottom: 8px;
    position: relative;
}

ul ul {
    margin-bottom: auto;
}

html .hidden-device-mobile, html .hidden-logged-in {
    display: block;
}

html .visible-device-mobile, html .visible-logged-in {
    display: none;
}

html:not(.is-logged-in) .hidden-logged-out {
    display: none;
}

.tag {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-bottom: 16px;
    transition: transform 0.3s cubic-bezier(0.19, 0.01, 0.04, 1), background-color 0.3s cubic-bezier(0.19, 0.01, 0.04, 1);
    color: #646f79;
    background-color: #edf1f2;
    margin-bottom: 0;
}

.tag:hover {
    border: 0;
}

.tag.-purple {
    background-color: #796eff;
    color: #fff;
}

@media (prefers-color-scheme: dark) {
    .-purple {
        color: #fff;
    }
}

.icon--green {
    color: #25e8c8;
}

.icon--teal {
    color: #14aaf5;
}

.icon--purple {
    color: #796eff;
}

.icon--gold {
    color: #fcbd01;
}

.icon--orange {
    color: #ff7f00;
}

.icon--coral {
    color: #ff5263;
}

.icon--gray {
    color: #b7bfc6;
}

.icon {
    font-family: asanaIcons,monospace;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon:before {
    content: "\e659";
}

.icon--x:before {
    content: "\e624";
}

.mobileNav-wrapper {
    cursor: pointer;
    height: 100%;
    right: 0;
    top: 0;
    width: 66px;
    position: absolute;
    z-index: 800;
    background-color: transparent;
    padding: 0;
}

.mobileNav-wrapper:focus, .mobileNav-wrapper:hover {
    background-color: transparent;
    outline: none;
}

.mobileNav-wrapper {
    cursor: pointer;
    height: 100%;
    right: 0;
    top: 0;
    width: 66px;
    position: absolute;
    z-index: 800;
    background-color: transparent;
    padding: 0;
}

.mobileNav-wrapper:focus, .mobileNav-wrapper:hover {
    background-color: transparent;
    outline: none;
}

@media (min-width: 70em) {
    .mobileNav-wrapper {
        display: none;
    }
}

.mobileNav-wrapper.-active .mobileNav-toggle {
    transition-delay: .2s;
    transform: translate(-50%, -50%) rotate(135deg);
}

.mobileNav-wrapper.-active .mobileNav-toggle:before {
    animation: k 0.8s cubic-bezier(0, 1.02, 1, 1.01) forwards;
}

.mobileNav-wrapper.-active .mobileNav-toggle:after {
    animation-delay: .8s;
    animation: l 0.8s cubic-bezier(0, 1.02, 1, 1.01) forwards;
}

.mobileNav-toggle {
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
}

.mobileNav-toggle, .mobileNav-toggle:after, .mobileNav-toggle:before {
    border-radius: 1px;
    height: 2px;
    width: 16px;
    background-color: #b7bfc6;
    display: block;
    position: absolute;
    transition: all 225ms ease-in-out;
}

.mobileNav-toggle:after, .mobileNav-toggle:before {
    content: "";
    top: 0;
    left: 0;
}

.mobileNav-toggle:before {
    animation: m 0.8s cubic-bezier(0, 1.02, 1, 1.01) forwards;
}

.mobileNav-toggle:after {
    animation: n 0.8s cubic-bezier(0, 1.02, 1, 1.01) forwards;
}

@media (min-width: 70em) {
    .mobileNav-wrapper {
        display: none;
    }
}

.mobileNav-toggle {
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
}

.mobileNav-toggle, .mobileNav-toggle:after, .mobileNav-toggle:before {
    border-radius: 1px;
    height: 2px;
    width: 16px;
    background-color: #b7bfc6;
    display: block;
    position: absolute;
    transition: all 225ms ease-in-out;
}

.mobileNav-toggle:after, .mobileNav-toggle:before {
    content: "";
    top: 0;
    left: 0;
}

.mobileNav-toggle:before {
    animation: m 0.8s cubic-bezier(0, 1.02, 1, 1.01) forwards;
}

.mobileNav-toggle:after {
    animation: n 0.8s cubic-bezier(0, 1.02, 1, 1.01) forwards;
}

.language-select {
    position: relative;
    height: 47.5px;
    border: none;
}

.language-select:after {
    content: "";
    position: absolute;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='41' fill='white' preserveAspectRatio='xMinYMin' role='img' stroke='none'><path d='M28 12.5l-2.5-2.5-8.914 8.914-9.086-8.914-2.5 2.5 11.5 11.5z'></path></svg>");
    top: 2px;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

@media (min-width: 60em) {
    .language-select:after {
        right: 10px;
    }
}

.language-select:before {
    width: 30px;
    position: absolute;
    top: 12px;
    left: -16px;
    bottom: 1px;
    content: "";
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='41' fill='white' preserveAspectRatio='xMinYMin' role='img' stroke='none'><path d='M31,15.6L31,15.6C31,7,24.1,0.1,15.5,0.1C6.9,0.1,0,7,0,15.6c0,4.7,2.1,8.8,5.3,11.7l0.2,0.4c0,0,0.1,0,0.1-0.1c2.7,2.2,6.1,3.6,9.9,3.6c7.9,0,14.4-5.9,15.4-13.6H31V15.6z M29.1,15.6C29.1,15.6,29.1,15.6,29.1,15.6l-4.8,0c0-2.9-0.4-5.6-1.2-7.9c0.1-0.1,0.2-0.1,0.3-0.2c0.2-0.1,1.2-0.7,1.4-0.9c0.2-0.1,0.4-0.2,0.6-0.4C27.7,8.7,29.1,12,29.1,15.6z M23,25.8c0.3,0.2,0.6,0.4,0.9,0.5c-1,0.7-2,1.4-3.2,1.8c0.6-0.8,1.2-1.7,1.6-2.7C22.5,25.5,22.8,25.7,23,25.8z M8.9,25.7c0.4,0.9,0.9,1.7,1.5,2.4c-1-0.4-2-1-2.8-1.6c0.4-0.2,1-0.6,1.2-0.7C8.8,25.8,8.8,25.7,8.9,25.7z M8.7,15.6c0-2.5,0.4-4.9,1-6.9c1.5,0.5,3.1,0.8,4.8,0.8v6.1L8.7,15.6C8.7,15.6,8.7,15.6,8.7,15.6z M8.1,5.9C7.6,5.6,7.2,5.4,6.9,5.1c1-0.9,2.2-1.6,3.5-2.1C9.7,3.9,9.1,5,8.6,6.1C8.4,6.1,8.2,6,8.1,5.9z M22.3,5.8c-0.5-1.1-1-2-1.7-2.8c1.2,0.5,2.2,1.1,3.2,1.9c0,0-0.1,0-0.1,0.1C23.5,5.1,22.6,5.7,22.3,5.8C22.3,5.8,22.3,5.8,22.3,5.8z M16.5,2.2c1.6,0.5,3.1,2.1,4.1,4.5c-1.2,0.5-2.4,0.7-4.1,0.8V2.2z M14.5,2.2v5.4c-1.5,0-2.9-0.3-4.2-0.7C11.4,4.4,12.9,2.7,14.5,2.2z M14.5,17.5v4.6c-1.9,0.1-3.3,0.4-4.7,0.9c-0.5-1.6-0.9-3.5-1.1-5.5H14.5z M14.5,24.1V29c-1.5-0.5-2.9-2-3.9-4.1C11.7,24.4,12.9,24.2,14.5,24.1z M16.5,29v-4.9c1.4,0,2.8,0.2,4,0.6C19.4,27,18,28.5,16.5,29z M16.5,22.1v-4.6h5.7c-0.1,2-0.5,3.8-1,5.4C19.7,22.4,18.2,22.2,16.5,22.1z M16.5,15.6V9.5c2-0.1,3.4-0.4,4.8-0.9c0.6,2.1,1,4.5,1,7.1c0,0,0,0,0,0H16.5z M5.5,6.5c0.5,0.3,1,0.7,1.7,1.1C7.4,7.7,7.6,7.8,7.9,8c-0.7,2.3-1.1,4.9-1.1,7.6H1.9c0,0,0,0,0,0C1.9,12.1,3.3,8.9,5.5,6.5z M2.1,17.5h4.8C7,19.9,7.5,22,8.1,23.9C8,24,7.8,24.1,7.7,24.1c-0.2,0.1-1.2,0.7-1.4,0.9c-0.1,0.1-0.2,0.1-0.4,0.2C3.9,23.2,2.5,20.5,2.1,17.5z M25.3,25c-0.4-0.3-0.9-0.6-1.4-0.9c-0.3-0.2-0.6-0.3-0.9-0.5c0.6-1.8,1-3.9,1.2-6.1h4.8C28.5,20.4,27.2,23,25.3,25z'></path></svg>");
    pointer-events: none;
}

.language-select select {
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 35px;
    padding-left: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.language-select select:hover {
    text-decoration: underline;
}

.language-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.language-select select::-ms-expand {
    display: none;
}

.language-select select:focus {
    background: #222a36;
    border-color: #161d28;
    color: #fff;
}

.language-selector-wrapper {
    height: 20px;
    width: 20px;
    position: relative;
    overflow: inherit;
    margin: 0 12px;
}

.language-selector-wrapper .language-select {
    height: 26px;
}

.language-selector-wrapper .language-select:after, .language-selector-wrapper .language-select:before {
    display: none;
}

.language-selector-wrapper svg {
    pointer-events: none;
    position: absolute;
    border: 3px solid transparent;
    border-right: 4px;
    border-left: 4px;
    top: -4px;
    right: -4px;
    border-color: transparent;
    background: transparent;
    border-radius: 3px;
}

.language-selector-wrapper svg:hover #globe {
    fill: #7673f7;
    transition: fill .5s;
}

.language-selector-wrapper .dropdown-component:hover {
    cursor: pointer;
}

.language-selector-wrapper:hover #globe {
    fill: #7673f7;
    transition: fill .3s ease-in-out;
}

.language-selector-wrapper select {
    opacity: 0;
}

.language-selector-wrapper select:focus + svg {
    border-color: #edf1f2;
    background: #edf1f2;
    transition: border .2s ease-in-out,background .2s ease-in-out;
}

.language-selector-wrapper select:focus + svg #globe {
    fill: #7673f7;
    transition: fill .3s ease-in-out;
}

.language-selector-wrapper select:focus {
    background: none;
    border-color: none;
    color: inherit;
}

.language-select-separator {
    margin: 0 12px;
    border-left: 1px solid #e0e6e8;
    height: 24px;
    width: 0;
}

@media (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .language-select select {
        padding-right: 0;
    }

    .language-select:after, .language-select:before {
        display: none;
    }
}

.siteHeader {
    justify-content: space-between;
    transition: padding 225ms,transform .3s ease-out;
    width: 100%;
    z-index: 900;
    box-shadow: none;
    top: 0;
    position: fixed;
}

.siteHeader.-is-scrolling {
    background-color: #fff;
}

.siteHeader.-dropdown-active .siteHeader__row {
    color: inherit;
}

.siteHeader.-dropdown-active .siteHeader__row:before {
    opacity: 1;
}

.siteHeader a {
    border: none;
}

@media (max-width: 69.9375em) {
    .siteHeader {
        background-color: #fff;
        box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.075);
    }
}

.siteHeader__wrapper {
    height: 100%;
    max-width: 1440px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 64px;
    overflow: hidden;
}

.siteHeader__row {
    height: 56px;
    width: 100%;
    position: relative;
    z-index: 10;
    background: #fff;
}

.siteHeader__row:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.075);
    background-color: #fff;
    transition: opacity .3s ease-in-out;
}

.siteHeader__nav-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}

.siteHeader__logo {
    display: block;
    position: relative;
}

.siteHeader__logo:before {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background: #edf1f2;
    z-index: -1;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
}

.siteHeader__logo:hover {
    border-bottom: none;
}

.siteHeader__logo:focus {
    outline: none;
    border-bottom: none;
}

.siteHeader__logo:focus:before {
    opacity: 1;
    transform: scale(1);
}

.siteHeader__logo svg {
    display: block;
    height: 22px;
    width: 111px;
    overflow: visible !important;
}

.siteHeader__logo svg #dots {
    transform-origin: 10.9% 60%;
}

.siteHeader .horizontalNavigation {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0 32px;
}

.siteHeader .horizontalNavigation__list {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.siteHeader .horizontalNavigation__list-item {
    margin: 0;
    padding: 0;
}

.siteHeader .horizontalNavigation__list-item:last-of-type {
    margin-right: 0;
}

.siteHeader .horizontalNavigation__mobile-buttons {
    display: none;
}

.siteHeader .navigation__link-icon, .siteHeader .navigation__link-text {
    position: relative;
    pointer-events: none;
    /* width: auto; */
    /* display: block; */
}

.siteHeader .navigation__link-text img {
    display: none;
}

.siteHeader button .navigation__link-text:after {
    content: '\e91a';
    font-family: 'q4-icons';
    font-size: 7px;
    width: 10px;
    vertical-align: top;
    display: inline-block;
    margin-left: 0px;
    transform: rotate(180deg);
    transition: .3s ease;
    color: #b7bfc6;
    margin-top: 1px;
}

.siteHeader .-active > .navigation__link-text:after {
    transform: rotate(0);
    transition: .3s ease;
    color: #796eff;
    margin-right: 2px;
}

.siteHeader .navigation__link-icon:before, .siteHeader .navigation__link-text:before {
    /* content: ""; */
    position: absolute;
    border-radius: 3px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    top: -5px;
    left: -10px;
    background: #edf1f2;
    z-index: -1;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
}

.siteHeader .navigation__link {
    padding: 0 13px;
    margin: 0;
    background: none;
    border-radius: 0;
    border: 0;
    color: #646f79;
    position: relative;
    display: inline-block;
    height: 100%;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 56px;
    font-weight: 500;
}

.siteHeader .navigation__link img {
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    width: 10px;
    overflow: hidden;
}

.siteHeader .navigation__link:hover {
    border: 0;
}

.siteHeader .navigation__link:focus .navigation__link-icon:before, .siteHeader .navigation__link:focus .navigation__link-text:before {
    opacity: 1;
    transform: scale(1);
}

.siteHeader .navigation__link:active .navigation__link-icon:before, .siteHeader .navigation__link:active .navigation__link-text:before {
    transform: scale(0.9);
}

.siteHeader .navigation__link-toggle:focus:before {
    display: none;
}

.siteHeader .navigation__link-toggle.-active .navigation__link-text {
    color: #796eff;
}

.siteHeader .navigation__link-toggle.-active .navigation__link-text svg {
    color: #796eff;
    transform: rotate(180deg);
}

.siteHeader .navigation__link-toggle:focus, .siteHeader .navigation__link-toggle:hover, .siteHeader .navigation__link:focus, .siteHeader .navigation__link:hover {
    outline: none;
    background: none;
    color: #796eff;
}

.siteHeader .navigation__link-indicator {
    height: 2px;
    width: 100px;
    background: #796eff;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0, 0, 0.16, 0.96);
    transform: translateX(0) scale(0);
}

.siteHeader .navigation__contact-sales, .siteHeader .navigation__sign-in {
    padding: 0 12px;
    margin: 0;
}

.siteHeader .navigation__dropdown {
    display: flex;
    pointer-events: none;
    width: 100%;
    max-height: calc(100vh - 101px);
    max-width: 1440px;
    padding: 0 64px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    position: fixed;
    overflow: auto;
    left: 50%;
    z-index: 8;
    transform: translateX(-50%);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.siteHeader .navigation__dropdown::-webkit-scrollbar {
    display: none;
}

.siteHeader .navigation__dropdown.-active {
    visibility: visible;
    pointer-events: all;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.siteHeader .navigation__dropdown.-active::-webkit-scrollbar {
    display: initial;
}

.siteHeader .navigation__dropdown__wrapper {
    opacity: 0;
    height: 200vh;
    min-height: 500px;
    box-shadow: 0 50px 60px 0 rgba(36, 50, 66, 0.15);
    position: fixed;
    background: #fff;
    will-change: transform;
    transition: transform 0.35s cubic-bezier(0, 0, 0.16, 0.96), opacity 0.35s cubic-bezier(0, 0, 0.16, 0.96);
    width: 100%;
    left: 0;
    bottom: 100%;
    z-index: 5;
}

.siteHeader .navigation__dropdown__wrapper.-active {
    opacity: 1;
}

.siteHeader .navigation__dropdown__featured-background {
    position: absolute;
    background: #f6f8f9;
    border-left: 1px solid #e0e6e8;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 100vw;
    transform-origin: left;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0, 0, 0.16, 0.96);
}

.siteHeader .navigation__dropdown__section {
    padding-bottom: 20px;
    margin: 40px 75px 0 0;
    opacity: 0;
    transition: opacity 0.45s cubic-bezier(0, 0, 0.16, 0.96), transform 0.4s cubic-bezier(0, 0, 0.16, 0.96);
}

.siteHeader .navigation__dropdown__section.-active {
    opacity: 1;
    padding-bottom: 3px;
}

.siteHeader .navigation__dropdown__section.-hovered {
    opacity: .6;
}

.siteHeader .navigation__dropdown__section.-hovered:hover {
    opacity: 1;
}

.siteHeader .navigation__dropdown__section.-hovered:hover .navigation__dropdown__section-label:after {
    transform: scaleX(1);
}

.siteHeader .navigation__dropdown__section-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 18px;
    margin-bottom: 32px;
    position: relative;
}

.siteHeader .navigation__dropdown__section-label:after, .siteHeader .navigation__dropdown__section-label:before {
    background: #e0e6e8;
    top: 32px;
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0, 0, 0.16, 0.96);
}

.siteHeader .navigation__dropdown__section-label:after {
    opacity: .8;
    background: #b7bfc6;
    transform: scaleX(0);
}

.siteHeader .navigation__dropdown__section-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    min-width: 700px;
    margin: 0;
    padding: 0;
}

.siteHeader .navigation__dropdown__featured-section-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
}

.siteHeader .navigation__dropdown__featured-section-list .navigation__dropdown__card--icon {
    width: 260px;
}

.siteHeader .navigation__dropdown__featured-section-list .navigation__dropdown__card:before {
    background: #fff;
    border: 1px solid #edf1f2;
}

.siteHeader .navigation__dropdown__featured-section-list .navigation__dropdown__section {
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 10px;
}

.siteHeader .navigation__dropdown__featured-section-list .navigation__dropdown__section:first-of-type {
    margin-top: 40px;
}

.siteHeader .navigation__dropdown__column-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.siteHeader .navigation__dropdown__column {
    list-style: none;
    margin: 0;
    padding: 0;
}

.siteHeader .navigation__dropdown__column + .navigation__dropdown__column {
    margin-left: 56px;
}

.siteHeader .navigation__dropdown__column.-resource-card-column {
    scroll-snap-type: x mandatory;
}

.siteHeader .navigation__dropdown__item {
    /* margin: 0; */
}

.siteHeader .navigation__dropdown__item.-first {
    padding: 0;
}

.siteHeader .navigation__dropdown__item.-first .navigation__dropdown__resource-card {
    margin-top: -16px;
}

.siteHeader .navigation__dropdown__card {
    display: block;
    width: 200px;
    position: relative;
    margin-bottom: 40px !important;
    z-index: 1;
    border: none;
}

.siteHeader .navigation__dropdown__card:before {
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    top: -16px;
    left: -16px;
    transition: opacity 80ms linear,transform 80ms ease-in;
}

.siteHeader .navigation__dropdown__card:before {
    content: "";
    position: absolute;
    border-radius: 3px;
    background: #f0f0ff;
    z-index: -1;
    opacity: 0;
    transform: scale(1.1);
}

.siteHeader .navigation__dropdown__card:focus, .siteHeader .navigation__dropdown__card:hover {
    border: none;
    outline: none;
}

.siteHeader .navigation__dropdown__card:focus:before, .siteHeader .navigation__dropdown__card:hover:before {
    opacity: 1;
    transform: scale(1);
    transition: opacity .2s linear,transform .2s ease-out;
}

.siteHeader .navigation__dropdown__card:focus .navigation__dropdown__card-label, .siteHeader .navigation__dropdown__card:hover .navigation__dropdown__card-label {
    color: #796eff;
}

.siteHeader .navigation__dropdown__card--green:hover .navigation__dropdown__card-label {
    color: #00bf9c;
}

.siteHeader .navigation__dropdown__card--green:before {
    background: #e2fffa;
}

.siteHeader .navigation__dropdown__card--coral:hover .navigation__dropdown__card-label {
    color: #ed4758;
}

.siteHeader .navigation__dropdown__card--coral:before {
    background: #ffedef;
}

.siteHeader .navigation__dropdown__card--teal:hover .navigation__dropdown__card-label {
    color: #008ce3;
}

.siteHeader .navigation__dropdown__card--teal:before {
    background: #edf8ff;
}

.siteHeader .navigation__dropdown__card--gold:hover .navigation__dropdown__card-label {
    color: #f2a100;
}

.siteHeader .navigation__dropdown__card--gold:before {
    background: #fffede;
}

.siteHeader .navigation__dropdown__card--orange:hover .navigation__dropdown__card-label {
    color: #ff7f00;
}

.siteHeader .navigation__dropdown__card--orange:before {
    background: rgba(249, 220, 0, 0.15);
}

.siteHeader .navigation__dropdown__card--gray:hover .navigation__dropdown__card-label {
    color: #646f79;
}

.siteHeader .navigation__dropdown__card--gray:before {
    background: #e0e6e8;
}

.siteHeader .navigation__dropdown__card--icon {
    width: 230px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.siteHeader .navigation__dropdown__card--arrow .navigation__dropdown__card-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.siteHeader .navigation__dropdown__card--arrow:hover .navigation__dropdown__card__arrow {
    animation: s 1s infinite ease-in-out;
}

.siteHeader .navigation__dropdown__card > .icon-svg {
    margin-top: 1px;
    max-width: 18px;
    max-height: 18px;
    margin-right: 12px;
    height: auto;
    display: block;
    width: 100%;
}

.siteHeader .navigation__dropdown__card__arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 1;
    margin-left: 10px;
    opacity: .5;
}

.siteHeader .navigation__dropdown__card__arrow img {
    margin: 0;
    max-width: 14px;
    max-height: 14px;
}

.siteHeader .navigation__dropdown__resource-card {
    display: flex;
    width: 420px;
    height: 145px;
    padding: 8px;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #edf1f2;
    margin-bottom: 10px !important;
    transition: transform .2s ease-in-out,box-shadow .2s ease-in-out;
    box-shadow: 0 0 0 0 rgba(36, 50, 66, 0);
    scroll-snap-align: center;
}

.siteHeader .navigation__dropdown__resource-card:focus, .siteHeader .navigation__dropdown__resource-card:hover {
    border: 1px solid #edf1f2;
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(36, 50, 66, 0.075);
}

.siteHeader .navigation__dropdown__resource-card:focus .navigation__dropdown__resource-card-cta, .siteHeader .navigation__dropdown__resource-card:hover .navigation__dropdown__resource-card-cta {
    color: #796eff;
}

.siteHeader .navigation__dropdown__resource-card-category {
    order: -1;
    font-size: 10px;
    letter-spacing: 1px;
    color: #9ca6af;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 1;
}

.siteHeader .navigation__dropdown__resource-card-image {
    display: block;
    width: 165px;
    height: 100%;
    object-fit: cover;
    border: 1px solid #edf1f2;
}

.siteHeader .navigation__dropdown__resource-card-description {
    padding: 8px 8px 0 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.siteHeader .navigation__dropdown__resource-card-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #646f79;
    font-size: 12px;
    line-height: 21px;
    justify-self: flex-end;
}

.siteHeader .navigation__dropdown__template {
    display: block;
    width: 230px;
    position: relative;
    margin-bottom: 22px !important;
    z-index: 1;
}

.siteHeader .navigation__dropdown__template:before {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 80ms linear,transform 80ms ease-in;
}

.siteHeader .navigation__dropdown__template:focus, .siteHeader .navigation__dropdown__template:hover {
    border: none;
    outline: none;
}

.siteHeader .navigation__dropdown__template:focus:before, .siteHeader .navigation__dropdown__template:hover:before {
    opacity: 1;
    transform: scale(1);
    transition: opacity .2s linear,transform .2s ease-out;
}

.siteHeader .navigation__dropdown__template--icon {
    width: 260px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.siteHeader .navigation__dropdown__template img {
    max-width: 22px;
    max-height: 22px;
    margin-right: 12px;
    height: auto;
    display: block;
    width: 100%;
}

.siteHeader .navigation__dropdown__template img + span {
    margin-bottom: 0;
}

.siteHeader .navigation__dropdown__card-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    flex-grow: 1;
    color: #151b26;
    margin-bottom: 5px;
    line-height: 18px;
    transition: color .2s ease-in-out;
}

.siteHeader .-last .navigation__dropdown__card-label {
    margin-bottom: 5px;
}

.siteHeader .navigation__dropdown__card-label .tag {
    margin-left: 4px;
}

.siteHeader .navigation__dropdown__card-summary {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    color: #222b37;
    border: none;
}

.siteHeader .navigation__dropdown__footer {
    z-index: 10;
    background: #fbfdfe;
    width: 100%;
    border-top: 1px solid #e0e6e8;
    padding: 0 20px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.siteHeader .navigation__dropdown__footer-list {
    max-width: 1365px;
    margin: 0 auto;
    height: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.siteHeader .navigation__dropdown__footer-list-item {
    margin: 0;
    padding: 0 30px;
    border-right: 1px solid #e0e6e8;
}

.siteHeader .navigation__dropdown__footer-list-item:last-of-type {
    border-right: none;
}

.siteHeader .navigation__dropdown__footer-link {
    display: block;
    height: 100%;
    color: #848f99;
    font-size: 12px;
}

.siteHeader .navigation__dropdown__footer-link:hover {
    border: none;
    color: #796eff;
}

.siteHeader .navigation__scrim {
    height: 100vh;
    width: 100vw;
    background-color: #000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .3s linear;
    pointer-events: none;
}

.siteHeader .navigation__scrim.-active {
    opacity: .1;
    pointer-events: all;
}

@media screen and (max-width: 1120px) {
    .siteHeader button .navigation__link-text:after {
        float: right;
        color: #b7bfc6;
        margin-right: 5px;
    }

    .siteHeader :last-child {
        margin-bottom: 0 !important;
    }
}

.siteHeader-buttons {
    margin-left: 12px;
}

.siteHeader .contact-sales__icon {
    display: none;
}

.siteHeader .contact-sales__icon img {
    vertical-align: text-top;
}

.siteHeader .contact-sales:hover .contact-sales__icon svg path {
    fill: #796eff;
}

@media (max-width: 1350px) {
    .siteHeader .contact-sales__text {
        display: none;
    }

    .siteHeader .contact-sales__icon {
        display: inline;
    }
}

.topbar {
    background-color: #222b37;
    display: none;
    justify-content: center;
    padding: 16px;
    position: relative;
    z-index: 800;
}

.topbar-text {
    padding: 0 50px;
    color: #fff;
    font-size: .875rem;
    text-align: center;
}

.topbar-text a.-white:hover {
    color: #9ca6af;
    border-bottom: 2px solid #9ca6af;
}

.topbar-icon {
    color: #fff;
    font-size: 1rem;
    position: absolute;
    right: 32px;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}

.topbar-icon:hover {
    border-bottom: 0;
    color: #9ca6af;
}

#cookies-topbar {
    padding: 12px;
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border: 2px solid #222b37;
    border-radius: 3px;
}

@media (min-width: 30em) {
    #cookies-topbar {
        width: 460px;
        left: 12px;
        transform: none;
    }
}

#cookies-topbar .topbar-text {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    padding: 0;
    text-align: left;
    margin-right: 16px;
}

#cookies-topbar .topbar-text a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400;
    border-bottom: 0;
}

#cookies-topbar .topbar-icon {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    color: #b7bfc6;
    height: 100%;
}

#cookies-topbar .topbar-icon:hover {
    border-bottom: 0;
    color: #fff;
}

@media (min-width: 70em) {
    .mobileNav-wrapper {
        display: none;
    }
}

@media screen and (min-width: 60em) {
    #basic-radio[type=radio]:checked ~ .-basic.plan-title .plan-title__header {
        margin-bottom: 0;
    }

    #basic-radio[type=radio]:checked ~ .-basic.plan-title .plan-title__header:after {
        content: "";
    }

    #premium-radio[type=radio]:checked ~ .-premium.plan-title .plan-title__header {
        margin-bottom: 0;
    }

    #premium-radio[type=radio]:checked ~ .-premium.plan-title .plan-title__header:after {
        content: "";
    }

    #business-radio[type=radio]:checked ~ .-business.plan-title .plan-title__header {
        margin-bottom: 0;
    }

    #business-radio[type=radio]:checked ~ .-business.plan-title .plan-title__header:after {
        content: "";
    }

    #enterprise-radio[type=radio]:checked ~ .-enterprise.plan-title .plan-title__header {
        margin-bottom: 0;
    }

    #enterprise-radio[type=radio]:checked ~ .-enterprise.plan-title .plan-title__header:after {
        content: "";
    }
}

@media (min-width: 60em) {
    .language-select:after {
        right: 10px;
    }
}

@media (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .language-select select {
        padding-right: 0;
    }

    .language-select:after, .language-select:before {
        display: none;
    }
}

@media (max-width: 69.9375em) {
    .siteHeader {
        background-color: #fff;
        box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.075);
    }
}

@media (max-width: 1380px) {
    .siteHeader .navigation__dropdown__section {
        margin-right: 50px;
    }

    .siteHeader .navigation__dropdown__section:last-of-type {
        margin-right: 40px;
    }

    .siteHeader .navigation__dropdown__section-list {
        min-width: 600px;
    }

    .siteHeader .navigation__dropdown__featured-section-list .navigation__dropdown__section {
        margin-right: 0;
    }

    .siteHeader .navigation__dropdown__card {
        width: 180px;
    }

    .siteHeader .navigation__dropdown__resource-card {
        width: 280px;
        height: auto;
        flex-direction: column;
    }

    .siteHeader .navigation__dropdown__resource-card-description {
        padding: 8px 0 0;
    }

    .siteHeader .navigation__dropdown__resource-card-image {
        width: 100%;
        height: 120px;
    }

    .siteHeader .navigation__dropdown__item.-last .navigation__dropdown__resource-card {
        display: none;
    }
}

@media (max-width: 69.9375em) {
    .siteHeader {
        position: relative;
    }

    .siteHeader .horizontalNavigation {
        width: 100%;
        top: 56px;
        left: 0;
        height: calc(100% - 104px);
        position: fixed;
        flex-direction: column;
        padding: 0;
        visibility: hidden;
        transition: transform 0.4s cubic-bezier(0, 1.15, 1, 1);
        transform: translateY(0);
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .siteHeader .horizontalNavigation.-active {
        visibility: visible;
    }

    .siteHeader .horizontalNavigation.-active .horizontalNavigation__mobile-buttons, .siteHeader .horizontalNavigation.-active .navigation__link {
        opacity: 1;
        transform: none;
    }

    .siteHeader .horizontalNavigation__mobile-buttons {
        display: flex;
        flex-direction: column;
        flex: 10 0 auto;
        position: relative;
        padding: 24px;
        text-align: center;
        background: #fff;
        transition-delay: 0.4s !important;
    }

    .siteHeader .horizontalNavigation__mobile-buttons .button {
        margin-bottom: 16px;
    }

    .siteHeader .horizontalNavigation .horizontalNavigation__mobile-buttons, .siteHeader .horizontalNavigation .navigation__link {
        opacity: 0;
        transform: translateY(-10px);
        transition: transform 0.4s cubic-bezier(0, 0, 0.16, 0.96), opacity 0.4s linear;
    }

    .siteHeader .horizontalNavigation__list {
        flex: 1 0 auto;
        flex-direction: column;
        margin-top: 30px;
        width: 100%;
    }

    .siteHeader .horizontalNavigation__list-item {
        width: 100%;
        background-color: #fff;
    }

    .siteHeader .horizontalNavigation__list-item:first-of-type .navigation__link {
        transition-delay: .2s;
    }

    .siteHeader .horizontalNavigation__list-item:nth-of-type(2) .navigation__link {
        transition-delay: .25s;
    }

    .siteHeader .horizontalNavigation__list-item:nth-of-type(3) .navigation__link {
        transition-delay: .3s;
    }

    .siteHeader .horizontalNavigation__list-item:nth-of-type(4) .navigation__link {
        transition-delay: .35s;
    }

    .siteHeader .horizontalNavigation__list-item:first-of-type .navigation__link {
        border-top: 1px solid #e0e6e8;
    }

    .siteHeader .siteHeader__row {
        height: 54px;
    }

    .siteHeader .siteHeader__wrapper {
        padding: 0 24px;
    }

    .siteHeader .siteHeader__nav-group:nth-of-type(2) {
        display: none;
    }

    .siteHeader .navigation__link {
        display: block;
        padding: 0;
        margin: 0 24px;
        width: calc(100% - 48px);
        border-bottom: 1px solid #e0e6e8;
        text-align: left;
        height: 52px;
        line-height: 52px;
        z-index: 10;
    }

    .siteHeader .navigation__link:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100vw;
        top: 0;
        left: -24px;
        opacity: 0;
        transition: opacity .2s ease-in-out;
        background: #f0f0ff;
    }

    .siteHeader .navigation__link:hover {
        border-bottom: 1px solid #e0e6e8;
    }

    .siteHeader .navigation__link.-active {
        border: none !important;
        position: sticky;
        position: -webkit-sticky;
        top: -2px;
    }

    .siteHeader .navigation__link.-active:before {
        opacity: 1;
    }

    .siteHeader .navigation__link.-preceding {
        border-bottom: none;
    }

    .siteHeader .navigation__link-toggle.-active .navigation__link-text svg {
        transform: translateY(-50%) rotate(180deg);
    }

    .siteHeader .navigation__link-text {
        font-size: 16px;
        display: inline-block;
        width: 100%;
        color: #151b26;
        transition: transform .2s ease-in-out;
    }

    .siteHeader .navigation__link-text svg {
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
    }

    .siteHeader .navigation__link-indicator {
        display: none;
    }

    .siteHeader .navigation__dropdown {
        max-height: none;
        position: relative;
        top: 0;
        padding: 0;
        flex-direction: column;
        display: none;
    }

    .siteHeader .navigation__dropdown.-active {
        display: flex;
    }

    .siteHeader .navigation__dropdown__item.-first .navigation__dropdown__resource-card {
        margin-top: 0;
    }

    .siteHeader .navigation__dropdown__item.-last .navigation__dropdown__resource-card {
        display: flex;
    }

    .siteHeader .navigation__dropdown__section-list {
        flex-direction: column;
        min-width: 0;
        padding: 23px 24px 0 23.5px;
    }

    .siteHeader .navigation__dropdown__featured-section-list {
        background: #f6f8f9;
        padding: 30px 24px 0;
    }

    .siteHeader .navigation__dropdown__featured-section-list .navigation__dropdown__section:first-of-type {
        margin-top: 0;
    }

    .siteHeader .navigation__dropdown__featured-section-list .navigation__dropdown__card--icon {
        width: 100%;
    }

    .siteHeader .navigation__dropdown__column, .siteHeader .navigation__dropdown__column + .navigation__dropdown__column {
        margin: 0;
    }

    .siteHeader .navigation__dropdown__column.-resource-card-column {
        margin: 0 -30px;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .siteHeader .navigation__dropdown__column.-resource-card-column .navigation__dropdown__item {
        flex: 1 0 calc(100% - 66px);
        padding: 0 5px;
    }

    .siteHeader .navigation__dropdown__column.-resource-card-column > li:first-child {
        margin-left: 30px;
    }

    .siteHeader .navigation__dropdown__column.-resource-card-column > li:last-child {
        margin-right: 30px;
    }

    .siteHeader .navigation__dropdown__column.-resource-card-column > li:last-child:after {
        content: "";
        display: block;
        position: absolute;
        right: -30px;
        width: 30px;
        height: 1px;
    }

    .siteHeader .navigation__dropdown__section {
        padding: 8px 0;
        width: 100%;
    }

    .siteHeader .navigation__dropdown__section, .siteHeader .navigation__dropdown__section:last-of-type {
        margin: 0;
    }

    .siteHeader .navigation__dropdown__section-label {
        padding-bottom: 12px;
        margin-bottom: 24px;
        margin-top: 3px;
    }

    .siteHeader .navigation__dropdown__card, .siteHeader .navigation__dropdown__card--icon {
        width: 100%;
        padding-right: 20px;
        margin-bottom: 34px !important;
        margin-top: 2px;
    }

    .siteHeader .navigation__dropdown__item:last-child .navigation__dropdown__card, .siteHeader .navigation__dropdown__item:last-child .navigation__dropdown__card--icon {
        /* margin-bottom: 26px !important; */
    }

    .siteHeader .navigation__dropdown__card--icon:before, .siteHeader .navigation__dropdown__card:before {
        display: none;
    }

    .siteHeader .navigation__dropdown__resource-card {
        width: 100%;
    }

    .siteHeader .navigation__dropdown__footer {
        height: 48px;
    }

    .siteHeader .navigation__dropdown__footer-list-item {
        width: 50%;
        text-align: center;
    }

    .siteHeader .navigation__dropdown__footer-link, .siteHeader .navigation__dropdown__wrapper {
        height: 100%;
    }
}

@media (max-width: 1350px) {
    .siteHeader .contact-sales__text {
        display: none;
    }

    .siteHeader .contact-sales__icon {
        display: inline;
    }
}

@media only screen and (max-width: 361px) {
    .siteHeader .navigation__dropdown__section-list {
        min-width: 360px;
        padding-left: 24px;
    }

    .siteHeader .navigation__dropdown__card-summary {
        margin-top: 4px;
    }

    .siteHeader .navigation__dropdown__card, .siteHeader .navigation__dropdown__card--icon {
        margin-bottom: 25px !important;
    }

    .siteHeader .navigation__dropdown__section.-active {
        /* padding-bottom: 12px; */
    }

    .horizontalNavigation__list-item:nth-child(2) li.-first a {
        margin-bottom: 34px !important;
    }

    .siteHeader .navigation__dropdown__item:nth-child(3) .navigation__dropdown__card {
        margin-bottom: 34px !important;
    }
}

/*! CSS Used keyframes */
@keyframes k {
    0% {
        transform: translateY(6px);
    }

    30% {
        transform: translateY(0);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes l {
    0% {
        transform: translateY(-6px);
    }

    30% {
        transform: translateY(0);
    }

    to {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes m {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(0);
    }

    to {
        transform: translateY(6px);
    }
}

@keyframes n {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    30% {
        transform: translateY(0);
    }

    to {
        transform: translateY(-6px);
    }
}

@keyframes s {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(8px);
    }

    to {
        transform: translateX(0);
    }
}

/*------ Corporate Footer ------*/
.container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    transition: width 0.15s;
    width: calc(100% - 64px);
}

.container.-wide {
    max-width: 1312px;
    width: calc(100% - 128px);
}

@media (max-width: 48em) {
    .container.-wide {
        width: calc(100% - 96px);
    }
}

@media (max-width: 30em) {
    .container.-wide {
        width: calc(100% - 32px);
    }
}

[class*="col-"] {
    flex: 0 1 auto;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}

[class*="col-"] {
    box-sizing: border-box;
}

#basic-radio[type="radio"]:checked ~ .-basic.plan-title .plan-title__header {
    padding-bottom: 0;
    margin-bottom: 8px;
}

#basic-radio[type="radio"]:checked ~ .-basic.plan-title .plan-title__header:after {
    content: "-";
    font-size: 36px;
    color: #151b26;
    top: calc(10px + 50%);
}

#basic-radio[type="radio"]:checked ~ .-basic.plan-cta, #basic-radio[type="radio"]:checked ~ .-basic.plan-features, #basic-radio[type="radio"]:checked ~ .-basic.plan-price, #basic-radio[type="radio"]:checked ~ .-basic.plan-title .plan-title__short-desc {
    display: block;
}

#premium-radio[type="radio"]:checked ~ .-premium.plan-title .plan-title__header {
    padding-bottom: 0;
    margin-bottom: 8px;
}

#premium-radio[type="radio"]:checked ~ .-premium.plan-title .plan-title__header:after {
    content: "-";
    font-size: 36px;
    color: #151b26;
    top: calc(10px + 50%);
}

#premium-radio[type="radio"]:checked ~ .-premium.plan-cta, #premium-radio[type="radio"]:checked ~ .-premium.plan-features, #premium-radio[type="radio"]:checked ~ .-premium.plan-price, #premium-radio[type="radio"]:checked ~ .-premium.plan-title .plan-title__short-desc {
    display: block;
}

#business-radio[type="radio"]:checked ~ .-business.plan-title .plan-title__header {
    padding-bottom: 0;
    margin-bottom: 8px;
}

#business-radio[type="radio"]:checked ~ .-business.plan-title .plan-title__header:after {
    content: "-";
    font-size: 36px;
    color: #151b26;
    top: calc(10px + 50%);
}

#business-radio[type="radio"]:checked ~ .-business.plan-cta, #business-radio[type="radio"]:checked ~ .-business.plan-features, #business-radio[type="radio"]:checked ~ .-business.plan-price, #business-radio[type="radio"]:checked ~ .-business.plan-title .plan-title__short-desc {
    display: block;
}

#enterprise-radio[type="radio"]:checked ~ .-enterprise.plan-title .plan-title__header {
    padding-bottom: 0;
    margin-bottom: 8px;
}

#enterprise-radio[type="radio"]:checked ~ .-enterprise.plan-title .plan-title__header:after {
    content: "-";
    font-size: 36px;
    color: #151b26;
    top: calc(10px + 50%);
}

#enterprise-radio[type="radio"]:checked ~ .-enterprise.plan-cta, #enterprise-radio[type="radio"]:checked ~ .-enterprise.plan-features, #enterprise-radio[type="radio"]:checked ~ .-enterprise.plan-price, #enterprise-radio[type="radio"]:checked ~ .-enterprise.plan-title .plan-title__short-desc {
    display: block;
}

@media screen and (min-width: 60em) {
    #basic-radio[type="radio"]:checked ~ .-basic.plan-title .plan-title__header {
        margin-bottom: 0;
    }

    #basic-radio[type="radio"]:checked ~ .-basic.plan-title .plan-title__header:after {
        content: "";
    }

    #premium-radio[type="radio"]:checked ~ .-premium.plan-title .plan-title__header {
        margin-bottom: 0;
    }

    #premium-radio[type="radio"]:checked ~ .-premium.plan-title .plan-title__header:after {
        content: "";
    }

    #business-radio[type="radio"]:checked ~ .-business.plan-title .plan-title__header {
        margin-bottom: 0;
    }

    #business-radio[type="radio"]:checked ~ .-business.plan-title .plan-title__header:after {
        content: "";
    }

    #enterprise-radio[type="radio"]:checked ~ .-enterprise.plan-title .plan-title__header {
        margin-bottom: 0;
    }

    #enterprise-radio[type="radio"]:checked ~ .-enterprise.plan-title .plan-title__header:after {
        content: "";
    }
}

.i18n-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.i18n-modal svg {
    fill: #fff;
}

.siteFooter {
    position: relative;
    background-color: #151b26;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

@media print {
    .siteFooter {
        display: none !important;
    }
}

.siteFooter li {
    list-style-type: none;
}

.siteFooter a.-white {
    color: #fff;
    border-bottom: none;
    font-weight: 400;
}

.siteFooter a.-white:hover {
    border-bottom: 1px solid #fff;
}

.siteFooter__row {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
}

.siteFooter__logo {
    flex-basis: 100%;
    padding: 0 15px;
}

@media only screen and (max-width: 768px) {
    .siteFooter__row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width: 60em) {
    .siteFooter__logo {
        width: 8.33333%;
        display: inline-block;
        vertical-align: top;
    }
}

.siteFooter__logo-icon {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 25px;
    border-bottom: 0;
}

.siteFooter__logo-icon img {
    max-width: 24px;
    position: relative;
    z-index: 100;
}

.siteFooter__logo-icon:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    background: #222b37;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 0;
    border: 3px solid transparent;
    transition: opacity 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}

.siteFooter__logo-icon:hover {
    border: none;
}

.siteFooter__logo-icon:hover:before {
    opacity: 1;
    z-index: 0;
}

.siteFooter__logo-icon:focus {
    outline: none;
}

.siteFooter__logo-icon:focus:before {
    opacity: 1;
    border-color: #fff;
}

.siteFooter__logo-icon svg {
    height: 24px;
    width: 24px;
    position: relative;
    z-index: 1;
}

.siteFooter__list {
    flex-basis: 50%;
    padding: 0 15px;
    margin-bottom: 64px;
}

@media only screen and (max-width: 768px) {
    .siteFooter__list, .siteFooter__logo {
        padding: 0 15px;
        margin-top: 0;
    }
}

@media (min-width: 48em) {
    .siteFooter__list {
        flex-basis: 33.33333%;
    }
}

@media (min-width: 60em) {
    .siteFooter__list {
        flex-basis: 25%;
    }

    .siteFooter__list:nth-of-type(4) {
        margin-left: 8.33333%;
    }
}

@media (min-width: 70em) {
    .siteFooter__list {
        width: 16.66667%;
        margin-bottom: 0;
        margin-top: 0;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }

    .siteFooter__list:nth-of-type(4) {
        margin-left: 0;
    }
}

.siteFooter__title {
    color: #9ca6af;
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 24.5px;
}

.siteFooter__item {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    word-wrap: break-word;
    margin-bottom: 14px;
    line-height: 24.5px;
}

.siteFooter__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 59.9375em) {
    .siteFooter__item {
        margin-bottom: 12px;
    }

    .siteFooter__item a {
        font-size: 12px;
        line-height: 21px;
    }
}

.siteFooter__main__wrapper {
    background-color: #151b26;
}

.siteFooter__secondary__wrapper {
    background-color: #222b37;
    color: #fff;
    padding-bottom: 32px;
    padding-top: 32px;
}

.siteFooter__secondary__col-wrapper {
    flex-basis: 100%;
    padding: 0px 9.1%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.siteFooter__secondary__col-wrapper > div:not(:first-child) {
    transform: translateX(7px);
}

.siteFooter__secondary__col-wrapper > div:nth-child(3) {
    transform: translate(13px, 2px);
}

.siteFooter__secondary__col-wrapper > div:last-child {
    transform: translateX(20px);
}

.siteFooter__secondary__col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    flex-basis: 100%;
}

@media (min-width: 60em) {
    .siteFooter__secondary__col {
        margin-bottom: 0;
        flex-basis: auto;
    }
}

.siteFooter__secondary__col--terms {
    align-items: center;
}

.siteFooter__secondary__col--social a {
    font-size: 1.375rem;
    border-bottom: none;
    width: 32px;
    margin: 0 1.5px;
}

.siteFooter__secondary__col--social a:hover {
    border-bottom: none !important;
    filter: invert(1) contrast(2);
}

.siteFooter-mobile-button {
    display: block;
    margin-right: 5px;
}

.siteFooter-mobile-button:last-child img {
    max-width: 135px;
    height: 100%;
}

.siteFooter-mobile-button:hover {
    border-bottom: none;
}

.siteFooter-mobile-button img {
    height: 40px;
    opacity: 0.6;
    transition: opacity 225ms;
}

.siteFooter-mobile-button img:hover {
    opacity: 1;
}

@media (min-width: 960px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

.py-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.mb-3 {
    margin-bottom: 48px !important;
}

@media (min-width: 768px) {
    .py-sm-5 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

/*# sourceMappingURL=global.css.map */


.PageFinancialsQuarterlyResults .q4default .bwalignc {
    text-align:left!important
}

.module-subscribe_submit-button:hover,
.PageOverview .button--dark:hover {
    border-color: #fff !important;
    background-color: #796eff !important;
    color: #fff !important;
}

/* quick links foter module - case 00173193 */
.pane--footer .module-quick-links {
    text-transform: none;
}

.pane--footer .module-quick-links .module_container--outer {
    padding-left: 40px;
}

@media only screen and (max-width: 768px) {
    .pane--footer .module-quick-links .module_container--outer {
        padding-left: 0;
    }
}

.pane--footer .module-quick-links ul {
    list-style-type: none;
    padding-left: 0;
}

.pane--footer .module-quick-links a {
    font-weight: inherit;
}