/*==================================
 ------------ 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: bold;
}

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;
}


/*---------- Animations ----------*/

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*==================================
 --------- DEFAULT STYLES ---------
==================================*/

body {
    overflow-x: hidden;
    color: #5F6572;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}


/*---------- TYPOGRAPHY ----------*/

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-weight: 300;
}

h1 {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 20px;
    line-height: 1.18;
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.22;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 20px 0 15px 0;
    line-height: 1.2;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.22;
}

h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
}

a {
    text-decoration: none;
    color: #007934;
}

a:not(.button):hover {
    text-decoration: underline;
}

p {
    line-height: 1.87;
}

i {
    display: inline-block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}


/*------------ 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="checkbox"]+label,
input[type="radio"]+label {
    user-select: none;
    cursor: pointer;
    position: relative;
    line-height: 21px;
    vertical-align: middle;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 21px;
    height: 21px;
    border: 1px solid #565A5C;
    background-color: #414141;
    margin-right: 8px;
    line-height: 1;
}

input[type="checkbox"]+label:after,
input[type="radio"]+label:after {
    content: "";
    display: none;
    width: 13px;
    height: 13px;
    background: linear-gradient(180deg, #58A618 0%, #007934 100%);
    position: absolute;
    left: 4px;
    top: 3px;
}

input[type="checkbox"]:checked+label:after,
input[type="radio"]:checked+label:after {
    display: block;
}

input[type="radio"]+label:before,
input[type="radio"]+label:after {
    border-radius: 100%;
}

input::-ms-clear {
    display: none;
}

iframe {
    width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 16px;
    background: #D8D8D8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #58A618;
    border-radius: 10px;
}

/*------- HACKS AND FIXES -------*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*------------ LISTS ------------*/

.list {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}


/*------- BUTTONS / INPUTS -------*/

.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 20px 45px;
    background: transparent;
    border: 1px solid #007934;
    border-radius: 28px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
}

.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear,
.button::-ms-clear {
    display: none;
}

.submit,
.button,
.upload,
.dropdown {
    cursor: pointer;
}

.submit,
.button {
    text-transform: uppercase;
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.button {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    border-radius: 30px;
    z-index: 1;
    color: #fff;
    background: rgb(0, 121, 52);
    background: linear-gradient(rgb(88, 166, 24) 0%, rgb(0, 121, 52) 50%, rgb(88, 166, 24) 100%);
    background-size: 100% 200%;
    background-position: 50% 0;
    transition: 0.3s ease-in-out 0s;
}

.button:hover {
    background-position: 50% 100%;
}

.button--inverted {
    border: 2px solid #007934;
    color: #007934;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, #007934 50%, #007934 100%);
    background-size: 100% 200%;
}

.button--inverted:hover {
    color: #fff;
}

.button--inverted.js--disabled {
    background: #565A5C;
    border: 2px solid #565A5C;
    color: #fff;
}

.button--dark {
    border: 2px solid #fff;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #007934 50%, #007934 100%);
    background-size: 100% 200%;
    color: #fff;
}

.button--arrow {
    position: relative;
    padding: 20px 40px 20px 24px;
    min-width: 225px;
}

.button--arrow:before {
    content: "\e912";
    font-family: 'q4-icons';
    position: absolute;
    right: 20px;
    font-size: 18px;
    transform: rotate(90deg);
    font-weight: 400;
}

.dropdown {
    font-weight: 900;
    letter-spacing: 2px;
    padding: 21px 45px 21px 35px;
    background: transparent url("../design/svg/q4-icon_chevron-down-green.svg") no-repeat right 30px center;
    background-size: 14px 14px;
    min-width: 196px;
    color: #007934;
    text-transform: uppercase;
}

.dropdown>option {
    font-weight: 900;
}

.dropdown::-ms-expand {
    display: none;
}


/*------------ TABLES ------------*/

.table {
    width: 100%;
    margin: 16px 0;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.14);
}

.table--gri {
    box-shadow: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.table thead {
    background-color: #007934;
}

.table thead th {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 900;
    text-align: left;
}

@media only screen and (max-width: 1279px) {
    .table thead th {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.table tr:nth-child(even) {
    background-color: #F9F9F9;
}

.table th,
.table td,
.table tr>.grid_col {
    margin: 0;
    padding: 28px 30px;
}

.table--gri td {
    padding: 25px 20px;
}

.table th {
    color: #fff;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
}

.table--headless tr:nth-child(even) {
    background-color: #fff;
}

.table--headless tr:nth-child(odd) {
    background-color: #F9F9F9;
}

.table--headless tr:first-child {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 900;
    background-color: #007934;
    text-align: left;
}

@media only screen and (max-width: 1279px) {
    .table--headless tr:first-child {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.table--headless tr:first-child td {
    color: #fff;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
}

.table--ownership tr.heading {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 900;
    background-color: #007934;
    text-align: left;
}

@media only screen and (max-width: 1279px) {
    .table--ownership tr.heading {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .table--ownership tr.heading {
        display: none;
    }
}

.table--ownership tr.heading td {
    color: #fff;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
}

.table--ownership tr:nth-child(even) {
    background-color: #fff;
}

.table--ownership tr:not(.heading):nth-child(odd) {
    background-color: #F9F9F9;
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
    .table--responsive thead {
        display: none;
    }

    .table--responsive tbody {
        border-top: 2px solid #007934;
        border-bottom: 2px solid #007934;
    }

    .table--responsive td {
        display: block;
        padding: 15px;
    }

    .table--responsive td[data-heading]:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        min-height: 1px;
        box-sizing: border-box;
        width: 50%;
        padding-right: 10px;
        margin-right: -.25em;
    }

    .table--responsive td[data-heading]>span,
    .table--responsive td[data-heading]>strong {
        display: inline-block;
        vertical-align: top;
        min-height: 1px;
        box-sizing: border-box;
        width: 50%;
        margin-right: -.25em;
    }
}


/*--------- SPECIAL BOXES --------*/

.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #F7F5F5;
    border-left: 3px solid rgba(0, 111, 186, 0.5);
    font-family: monospace, serif;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    overflow: hidden;
}

.code_comment {
    opacity: 0.5;
}

.quote {
    margin: 32px 0;
    padding: 20px 15px;
    background: #F7F5F5;
    border-left: 3px solid rgba(241, 175, 15, 0.5);
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
}

.quote p:before {
    margin-right: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1b";
}

.quote p:after {
    margin-left: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1c";
}


/*==================================
 -------- Q4 Modules Icons ---------
==================================*/

.module_q4-icon-links .module_link:before,
.module_q4-icon-links .module_rss-link:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e924";
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
}

.module_q4-icon-links .module_rss-link:before,
.module_q4-icon-links .module_link.module_link-rss:before {
    content: "\eefa";
}

.module_q4-icon-links .module_add-to-calendar-reveal:before {
    content: "\ea5f";
    padding-right: 5px;
}

.module_q4-icon-links .module_link[href$=".mp3"]:before,
.module_q4-icon-links .module_link[href$=".wmv"]:before,
.module_q4-icon-links .module_link[href$=".MP3"]:before,
.module_q4-icon-links .module_link[href$=".WMV"]:before {
    content: "\e952";
}

.module_q4-icon-links .module_link[href$=".xls"]:before,
.module_q4-icon-links .module_link[href$=".csv"]:before,
.module_q4-icon-links .module_link[href$=".XLS"]:before,
.module_q4-icon-links .module_link[href$=".CSV"]:before {
    content: "\eeae";
}

.module_q4-icon-links .module_link[href$=".mp4"]:before,
.module_q4-icon-links .module_link[href$=".flv"]:before,
.module_q4-icon-links .module_link[href$=".avi"]:before,
.module_q4-icon-links .module_link[href$=".MP4"]:before,
.module_q4-icon-links .module_link[href$=".FLV"]:before,
.module_q4-icon-links .module_link[href$=".AVI"]:before {
    content: "\e95e";
}

.module_q4-icon-links .module_link[href$=".pdf"]:before,
.module_q4-icon-links .module_link[href$=".PDF"]:before {
    content: "\e92c";
}

.module_q4-icon-links .module_link.module_link-webcast:before,
.module_q4-icon-links .module_webcast-link:before {
    content: "\e94d";
}

.module_q4-icon-links .module_link.module_link-news:before {
    content: "\e933";
}

.module_q4-icon-links .module_link.module_link-presentation:before {
    content: "\e932";
}

.module_q4-icon-links .module_link.module_link-file:before {
    content: "\eb81";
}

.module_q4-icon-links .module_link.module_link-tenq:before,
.module_q4-icon-links .module_link.module_link-tenk:before {
    content: "\e945";
}

.module_q4-icon-links .module_link.module_link-sec:before {
    content: "\e9bb";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".pdf"]:before {
    content: "\ef3e";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".rtf"]:before {
    content: "\ef40";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".xls"]:before {
    content: "\ef41";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".zip"]:before {
    content: "\e9b9";
}


/*==================================
 ----------- TOAST GRID -----------
==================================*/

.grid {
    list-style: none;
    margin-left: -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: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-large {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
}

.text-medium {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 30px 0;
}

.text-size-medium {
    font-size: 24px;
    font-size: 2.4rem;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-no-margin {
    margin: 0;
}

.text-no-margin--top {
    margin-top: 0;
}

.text-no-margin--bottom {
    margin-bottom: 0;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.initial {
    text-transform: initial;
}

.background--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background--brand {
    background-color: #007934;
}

.background--alt-brand {
    background-color: #58A618;
}

.background--surfie-green {
    background-color: #00747A;
}

.background--cyan {
    background-color: #00ADD0;
}

.background--yellow {
    background-color: #A3B305;
}

.background--dark {
    background-color: #565A5C;
}

.background--light {
    background-color: #F8F8F8;
}

.background--grey {
    background-color: #F7F5F5;
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #b72121;
}

.background--white {
    background-color: #fff;
}

.color--brand {
    color: #007934;
}

.color--dark {
    color: #565A5C;
}

.color--grey {
    color: #F7F5F5;
}

.color--success {
    color: #23a217;
}

.color--error {
    color: #b72121;
}

.color--white {
    background-color: #fff;
}

.dark {
    color: #fff;
}

.dark a:not(.button) {
    color: #fff;
}

.dark .button--cta {
    color: #fff;
}


/*==================================
 --------- ACCESSIBILITY ----------
==================================*/

*:focus {
    outline: none;
}

input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus,
button:not([disabled]):focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contentEditable=true]:focus,
.module_add-to-calendar-reveal:focus,
a:not([disabled]):focus,
input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
    text-decoration: underline;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

#maincontent:focus {
    outline: 0px;
}


/*---------- Javascript ----------*/

.js--loading:after {
    position: relative;
    left: 50%;
    display: inline-block;
    margin: 10px 0 10px -25px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb27";
    font-size: 50px;
    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.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.js--invalid input[type="text"],
.js--invalid select {
    border: 1px solid #b72121 !important;
}

.js--invalid input[type="checkbox"] {
    border-color: #b72121 !important;
}


/*==================================
 ----------- MODULE CSS -----------
==================================*/


/*-------- All Module CSS --------*/

.module_header,
.module_back-to-top,
.module_anchor-target,
.module_file-size,
.module_file-type,
.module_file-text {
    display: none;
}

.module_nav,
.module_headline,
.module_location,
.module_speakers,
.module_links,
.module_body,
.module_options,
.module_not-found {
    margin-bottom: 15px;
}

.module_error-container {
    margin-bottom: 30px;
    color: #b72121;
}

.module_add-to-calendar-reveal {
    color: #007934;
    cursor: pointer;
}

.module_add-to-calendar-reveal:hover,
.module_add-to-calendar-reveal:focus {
    text-decoration: underline;
}

.module_add-to-calendar-list {
    display: none;
}

.module_add-to-calendar-list:after {
    content: "Select your Calendar";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.fancybox-container .module_add-to-calendar-list {
    padding: 70px;
}

.module_add-to-calendar-item {
    display: inline-block;
    margin: 0 10px;
}

.module_add-to-calendar-item--ics {
    display: none;
}

.module_add-to-calendar-link {
    font-size: 24px;
    font-size: 2.4rem;
}

.module_add-to-calendar.js--hidden {
    display: none;
}

.module_actions {
    padding-top: 20px;
}

.module_pager {
    margin-top: 30px;
}

.module_pager .pager-page {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-size: 2.4rem;
    color: #565A5C;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.module_pager .pager-page.js--hidden+.pager-page {
    margin-left: 10px;
}

.module_pager .pager-page:not(:last-child) {
    margin-right: 10px;
}

.module_pager .pager-page:hover {
    color: #007934;
}

.module_pager .pager-active {
    color: #007934;
    pointer-events: none;
}

.module_date-time {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    color: #565A5C;
    margin-bottom: 5px;
}

.module_error-container {
    display: block;
}

.module_error-container ul {
    padding-left: 18px;
    list-style-type: disc;
}

.module_error-container ul>li {
    line-height: 1.5;
}

.module_error-container>br {
    display: none;
}

.module_error-container>span {
    display: block;
    line-height: 1.5;
}

.module_error-container>span:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ec6b";
    margin-right: 5px;
}

.module_box {
    position: relative;
    padding: 55px 30px 70px;
    background: rgba(255, 255, 255, 0.9);
    max-width: 580px;
}

.module_box-title {
    font-weight: 400;
}

.module_box-description {
    margin-bottom: 0;
}

.module_box-button {
    position: absolute;
    bottom: -25px;
    left: 30px;
}

.module_headline {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.45;
    color: #565A5C;
}

.module_headline-link {
    color: #565A5C;
}

.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:not(:empty) {
    margin-bottom: 35px;
}

.module_item {
    padding: 30px 0 10px;
}

.module_item~.module_item {
    border-top: 1px solid #dddddd;
}

.module_label {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.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;
    }

    .module_links .module_link {
        margin-right: 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 70px 5px 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.module_links--stack .module_link {
    margin-right: 0;
}

.module_links--arrows .module_link:after {
    font-family: 'q4-icons';
    content: "\e957";
    font-size: 7px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1279px) {
    .module_link {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .module_link {
        margin-right: 15px;
    }
}

.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 {
    display: inline-block;
    animation: spin 1s linear infinite;
}

.module_message {
    display: block;
    margin: 16px 0;
}

.module_message[style$="hidden;"],
.module_message:empty {
    display: none;
}

.module_message--success {
    color: #23a217;
}

.module_message--success:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed71";
    margin-right: 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 #007934;
    color: #333333;
    font-weight: normal;
}

.module_nav-link.selected,
.module_nav-link.selected:visited,
.module_nav .ModuleYearLink.selected,
.module_nav .ModuleYearLink.selected:visited,
.module_nav-link:visited.selected,
.module_nav-link:visited.selected:visited,
.module_nav .ModuleYearLink:visited.selected,
.module_nav .ModuleYearLink:visited.selected:visited {
    background-color: #007934;
    color: #fff;
}

@media only screen and (max-width: 480px) {

    .module_nav-link,
    .module_nav .ModuleYearLink,
    .module_nav-link:visited,
    .module_nav .ModuleYearLink:visited {
        margin-bottom: 10px;
    }
}

.module_options-label,
.module_options-select {
    margin-right: 27px;
}

.module_options>*:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {

    .module_options-label,
    .module_options-select,
    .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.module_pager a {
    color: #333333;
}

.module_pager a[href] {
    color: #007934;
}

.module_reminder .grid_col {
    vertical-align: bottom;
}

.module_reminder .module_label {
    margin-bottom: 15px;
    display: block;
    font-weight: 900;
    letter-spacing: 2px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required {
    color: #5F6572;
}

.module_required-text {
    font-size: 14px;
    font-size: 1.4rem;
}

.module_rss {
    float: right;
}

.module_speakers li {
    margin-bottom: 5px;
}

h2.module_title {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 20px;
    line-height: 1.18;
    text-transform: uppercase;
}

h3.module_title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 35px;
    line-height: 1.22;
}

.module-title-left .module_title {
    text-align: left;
}

.module-title-center .module_title {
    text-align: center;
}

.module-title-right .module_title {
    text-align: right;
}

.module-title-smaller .module_title,
.module_title--smaller {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 35px;
    line-height: 1.22;
    color: #565A5C;
}

.module-title-smaller.dark .module_title {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    h2.module_title {
        font-size: 32px;
        font-size: 3.2rem;
    }

    h3.module_title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
    }

    .module-title-smaller .module_title,
    .module_title--smaller {
        font-size: 30px;
        font-size: 3rem;
    }
}

.module_view-all-link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"],
.module_dropdown,
.module textarea.module_input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: none;
    padding: 20px 35px;
    border: 1px solid #007934;
    background: transparent;
    border-radius: 28px;
    font-family: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    font-weight: 900;
}

.module_input[type="text"]::-ms-clear,
.module_input[type="email"]::-ms-clear,
.module_input[type="file"]::-ms-clear,
.module_dropdown::-ms-clear,
.module textarea.module_input::-ms-clear {
    display: none;
}

.module textarea.module_input {
    resize: vertical;
    min-height: 150px;
    overflow: auto;
}

.module_input[type="file"],
.module_dropdown {
    cursor: pointer;
}

.module_input[type="file"] {
    line-height: 1;
}

.module_input--brand[type="text"] {
    display: inline-block;
    width: auto;
    padding: 20px 35px 19px;
    background: transparent;
    color: #5F6572;
}

.module_dropdown {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 21px 45px 21px 35px;
    background: transparent url(../design/svg/q4-icon_chevron-down-green.svg) no-repeat right 30px center;
    background-size: 14px 14px;
    min-width: 196px;
    color: #007934;
    text-transform: uppercase;
}

.module_dropdown::-ms-expand {
    display: none;
}

.module-details .module_date-time {
    margin-bottom: 15px;
}

.module-tab_links {
    text-align: center;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.module-tab_link {
    padding: 26px 30px 20px;
    display: inline-block;
    background-color: #fefefe;
    border-bottom: 3px solid #fff;
    color: #565A5C;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.module-tab_link:hover,
.module-tab_link:focus,
.module-tab_link.js--selected {
    border-color: #58A618;
    background-color: #E3E3E3;
}

.module-tab_item:not(:empty) {
    border: 1px solid #D0D1B4;
    background-color: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.14);
    padding: 50px 80px;
}


@media only screen and (max-width: 1140px) {
    .module-tab_link {
        font-size: 11px;
        font-size: 1.1rem;
    }

    .module-tab_item:not(:empty) {
        padding: 25px 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .module-tab_links {
        border-left: 1px solid #D0D1B4;
        border-top: 1px solid #D0D1B4;
        border-right: 1px solid #D0D1B4;
    }

    .module-tab_link:nth-child(-n + 2) {
        width: 50%;
    }

    .module-tab_link:nth-last-child(-n + 3) {
        width: 33.33%;
    }
}

@media only screen and (max-width: 480px) {

    .module-tab_link:nth-child(-n + 2),
    .module-tab_link:nth-last-child(-n + 3) {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/*------- Captcha Component ------*/

.CaptchaContainer {
    display: none;
}

.CaptchaContainer table tr:nth-child(1) {
    display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
    padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

.CaptchaContainer table tr:nth-child(3) td span {
    display: none !important;
}

.CaptchaContainer table tr:nth-child(4) span {
    display: none !important;
}

.CaptchaContainer table tr td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .CaptchaContainer table tr td {
        padding-right: 0;
    }
}

.CaptchaContainer input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    max-width: none;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    background-color: #F7F5F5;
    font-family: inherit;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}

.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
    padding-bottom: 20px;
}

.fancybox-container .CaptchaContainer table tr td {
    padding-right: 0;
}


/*- Investment Calculator Widget -*/

.module-calculator_input:not(:last-of-type) {
    margin-bottom: 20px;
}

.module-calculator_input h4 {
    margin-bottom: 12px;
}

.module-calculator_input label {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.module-calculator_input input[type="checkbox"]+label {
    margin: 0;
}

.module-calculator_input-row {
    padding-bottom: 10px;
}

.module-calculator_input-row input[type="text"] {
    margin-top: 10px;
    max-width: 300px;
}

.module-calculator_input-row--other input[type="text"] {
    display: none;
}

.module-calculator_input-row--other input[type="text"].js--revealed {
    display: block;
}

@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 #007934;
        border-bottom: 2px solid #007934;
    }

    .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 -*/

.module-committee .module_container--desktop {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.14);
}

@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;
    background-color: #007934;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
}

.module-committee .module_container--tablet .module_header {
    background-color: transparent;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.module-committee .module_container--tablet .module_header .grid_col:first-child {
    padding-left: 0;
}

.module-committee .module_container--tablet .module_header .grid_col:last-child {
    text-align: right;
}

.module-committee .module_header a {
    color: #fff;
}

.module-committee .module_container--tablet .module_header a {
    color: #007934;
}

.module-committee .module_item {
    padding: 0;
    background-color: #fff;
}

.module-committee .module_container--tablet .module_items-container {
    border-top: 1px solid #D8D8D8;
}

.module-committee .module_container--tablet .module_item {
    background-color: #F8F8F8;
}

.module-committee .module_item~.module_item {
    border: 0;
}

.module-committee .module_item:nth-child(even) {
    background-color: #F9F9F9;
}

.module-committee .module_container--tablet .module_item:nth-child(even) {
    background-color: #F8F8F8;
}

.module-committee .module_container--tablet .module_item .grid_col:last-child {
    text-align: right;
}

.module-committee .grid_col {
    padding: 27.5px 30px;
    text-align: center;
}

.module-committee .module_header .grid_col {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
}

.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee_category {
    border-bottom: 1px solid #D8D8D8;
}

.module-committee_category .module_header i {
    font-size: 11px;
    font-size: 1.1rem;
}

.module-committee_category.js--active .module_header i:before {
    content: "\e959";
}

.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;
}

@media only screen and (max-width: 767px) {
    .module-committee_legend {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
}

.module-committee_legend i {
    margin-right: 5px;
}


/*----- Dividends Module -----*/

.module-dividends .highcharts-series-0 rect {
    fill: #007934;
}

.module-dividends .highcharts-series-1 rect {
    fill: #58A618;
}


/*----- Download List Module -----*/

.module-downloads .module_nav {
    display: none;
}

.module-downloads .module_item {
    padding: 25.5px 0;
    text-align: left;
}

.module-downloads .module_item.grid_col {
    padding-left: 20px;
}

.module-downloads--custom .module_container--content.slick-slider {
    padding: 0 70px;
}

.module-downloads--custom .slick-arrow:before {
    font-size: 29px;
    font-size: 2.9rem;
    color: #007934;
}

.module-downloads--custom .slick-initialized .slick-slide {
    display: flex;
}

.module-downloads--custom .module_item {
    padding: 0;
}

.module-downloads--custom .module_item_inner {
    padding: 25.5px 0;
    height: 100%;
    border-top: 1px solid #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-downloads--custom .module_item:nth-last-child(1) .module_item_inner,
.module-downloads--custom .module_item:nth-last-child(2) .module_item_inner,
.module-downloads--custom .module_item.grid_col--1-of-3:nth-last-child(3) .module_item_inner {
    border-bottom: 1px solid #D8D8D8;
}

@media only screen and (max-width: 768px) {
    .module-downloads--custom .module_item:nth-last-child(2) .module_item_inner {
        border-bottom: none;
    }
    .module-downloads--custom .module_container--content.slick-slider {
        padding: 0 30px;
    }
}

.module-downloads .module_item~.module_item {
    border-top: 1px solid #D8D8D8;
}

.module-downloads--custom .module_item~.module_item {
    border: none;
}

.module-downloads_thumbnail,
.module-downloads_description,
.module-downloads_date {
    display: none;
}

.module-downloads_title {
    position: relative;
}

.module-downloads_title-link {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 40px 0 0;
}

.module-downloads--custom .module-downloads_title-link {
    margin-left: 70px;
    margin-right: 0;
}

.module-downloads_title-link.module-downloads_title-link:before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 36px;
    font-size: 3.6rem;
    padding: 0;
}

.module-downloads--custom .module-downloads_title-link.module-downloads_title-link:before {
    left: 10px;
    right: auto;
}


/*--------- Event Module ---------*/

.module-event .module_container--outer {
    position: relative;
}

.module-event .module_location,
.module-event .module_speakers h4,
.module-event .module_body {
    display: none;
}

.module-event .module_options {
    margin-bottom: 0;
    padding-bottom: 15px;
    position: absolute;
    top: 0;
    right: 17px;
}

.module-event .module_options-select--category {
    min-width: 250px;
}

@media only screen and (max-width: 1024px) {
    .module-event .module_options {
        position: static;
    }
}

.module-event .module_item {
    background-color: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid #D0D1B4;
    border-left: 5px solid #007934;
    padding: 25px 30px 35px;
}

.module-event .module_item+.module_item {
    margin-top: 5px;
}

.module-event-details .module_speakers h4 {
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-event-details .module_reminder .grid_col {
        margin-bottom: 20px;
    }
}

.module-event-details .module_links--arrows .module_link:after {
    margin-left: 3px;
}

.module-event-details .module_links--arrows .module_link.module_webcast-link:after,
.module-event-details .module_links--arrows .module_link.module_news-link:after {
    vertical-align: 1px;
}

.module-event-details .module_reminder .button-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.module-event-details .module_reminder .button-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200%;
    background: linear-gradient(180deg, #58A618 0%, #007934 50%, #58A618 100%);
    transition: transform .3s ease-in-out;
    z-index: -1;
}

.module-event-details .module_reminder .button-wrap:hover:after {
    transform: translateY(-50%);
}

.module-event-details .module_reminder .button:after {
    display: none;
}

.module-event-latest .module_item {
    background-color: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid #D0D1B4;
    border-left: 5px solid #007934;
    padding: 25px 30px 35px;
}

.module-event-latest .module_item+.module_item {
    margin-top: 20px;
}

.module-event-latest .module_links {
    margin-top: 35px;
    margin-bottom: 0;
}

.module-event-latest .button {
    margin-top: 45px;
}

.module-event-upcoming .module_nav {
    display: none;
}

.module-event-upcoming .module_date-title {
    border-right: 1px solid #D8D8D8;
    padding-right: 15px;
}

@media only screen and (max-width: 768px) {
    .module-event-upcoming .module_date-title {
        padding-right: 0;
        border: none;
    }
}

.module-event-upcoming .module_links {
    padding-top: 35px;
    padding-left: 30px;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .module-event-upcoming .module_links {
        padding-top: 10px;
        padding-left: 0;
    }
}

.module-event-upcoming .module_link {
    margin-bottom: 20px;
}

.module-event-archive .module_title {
    padding-right: 500px;
}

@media only screen and (max-width: 1024px) {
    .module-event-archive .module_title {
        padding-right: 0;
    }
}

.module-event-archive .module_container--content {
    padding-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .module-event-archive .module_container--content {
        padding-top: 0;
    }
}

.module-event-archive .module_links {
    padding-top: 35px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .module-event-archive .module_links {
        padding-top: 10px;
    }
}

.module-event-archive .module_link {
    margin-bottom: 20px;
}

.module-event-calendar {
    display: table;
    width: 100%;
}

.module-event-calendar_calendar-container,
.module-event-calendar_event-container {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

.module-event-calendar_calendar-container {
    padding-right: 20px;
}

.module-event-calendar_event-container {
    padding: 50px;
    background-color: #F7F5F5;
}

.module-event-calendar_splash i {
    font-size: 40px;
    font-size: 4rem;
    color: #007934;
}

.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: #007934;
    font-weight: bold;
    color: #fff;
}

.module-event-calendar_previous-month,
.module-event-calendar_month,
.module-event-calendar_next-month {
    display: inline-block;
}

.module-event-calendar_previous-month,
.module-event-calendar_next-month {
    cursor: pointer;
}

.module-event-calendar_previous-month {
    float: left;
}

.module-event-calendar_next-month {
    float: right;
}

.module-event-calendar_day-container {
    border-bottom: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day {
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 8px 0 25px;
    border-top: 1px solid rgba(0, 111, 186, 0.2);
    border-left: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day.calendar-dow-6 {
    border-right: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day--name {
    padding: 15px 0 10px;
    border: none;
}

.module-event-calendar_day--today {
    background: #F7F5F5;
}

.module-event-calendar_day--event {
    cursor: pointer;
}

.module-event-calendar_day--event:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    height: 4px;
    background-color: #007934;
}

.module-event-calendar_day--selected {
    background-color: #007934;
    color: #fff;
}

.module-event-calendar_day--selected:after {
    background-color: #fff;
}

.module-event-calendar_day--adjacent-month {
    color: rgba(51, 51, 51, 0.1);
    pointer-events: none;
}

.module-event-calendar_day--adjacent-month:after {
    content: none;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar_day {
        display: inline-block;
    }
}

.module-event-calendar .module_item {
    padding: 0;
}

.module-event-calendar .module_date-time,
.module-event-calendar .module_headline {
    margin-bottom: 20px;
}

.module-event-calendar .module_add-to-calendar {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .module-event-calendar {
        display: block;
    }

    .module-event-calendar_calendar-container,
    .module-event-calendar_event-container {
        display: block;
        width: 100%;
    }

    .module-event-calendar_calendar-container {
        padding-right: 0;
    }

    .module-event-calendar_event-container {
        margin-top: 20px;
    }
}

.module-upcoming-events-presentation_item--events {
    padding-right: 3.4vw;
}

@media only screen and (max-width: 1024px) {
    .module-upcoming-events-presentation_item--events {
        padding-right: 0;
    }
}


/*---------- FAQ Module ----------*/

.module-faq .module_item {
    padding: 0;
    border-bottom: 1px solid #D8D8D8;
}

.module-faq--custom .module_item {
    border-bottom: none;
}

.module-faq .module_item~.module_item {
    border-top: none;
}

.module-faq--custom .module_item~.module_item {
    margin-top: 20px;
}

.module-faq_question {
    padding: 23px 40px 23px 0;
    margin: 0;
    color: #007934;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.23;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}

.module-faq--custom .module-faq_question {
    font-size: 22px;
    background-color: #007934;
    color: #fff;
    padding: 16px 55px 16px 30px;
}

@media only screen and (max-width: 1023px) {
    .module-faq--custom .module-faq_question {
        font-size: 18px;
        font-size: 1.8rem;
        padding-left: 20px;
        padding-right: 45px;
    }
}

.module-faq .module-faq_question:after {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e958";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 11px;
    font-size: 1.1rem;
}

.module-faq--custom .module-faq_question:after {
    content: "\edc2";
    font-size: 34px;
    font-size: 3.4rem;
}

@media only screen and (max-width: 1023px) {
    .module-faq--custom .module-faq_question:after {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.module-faq .module_item.js--active .module-faq_question:after {
    content: "\e959";
}

.module-faq--custom .module_item.js--active .module-faq_question:after {
    content: "\edba";
}

.module-faq_answer {
    padding: 35px 30px;
    background-color: #F8F8F8;
    border-top: 1px solid #D8D8D8;
    text-align: left;
}

.module-faq--custom .module-faq_answer {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 16px 0 rgba(196, 196, 196, 0.5);
}

.module-faq--custom .module-faq_answer .module-faq_answer-padding {
    padding: 35px 30px;
}

.module-faq_answer p {
    margin: 0;
    padding: 0 0 10px;
}

.module-faq_answer>*:first-child {
    margin-top: 0;
}

.module-faq_answer>*:last-child {
    margin-bottom: 0;
}

.module-faq .toggle-all a:before {
    content: "Show all";
}

.module-faq .toggle-all.js--active a:before {
    content: "Hide all";
}


/*--- Financial Report Modules ---*/

.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #007934;
}

.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_links>div+div {
    margin-top: 15px;
}

.module-financial-year .module_link {
    font-size: 20px;
    font-size: 2rem;
    text-transform: none;
    margin: 0;
}

.module-financial-year .module_link:before {
    font-size: 27px;
    font-size: 2.7rem;
    padding-right: 10px;
}

.module-financial-year .module-financial_year {
    text-align: center;
}

.module-financial-quarter .module_item {
    padding: 0;
    border-bottom: 1px solid #D8D8D8;
}

.module-financial-quarter .module_item~.module_item {
    border-top: none;
}

.module-financial-quarter .module_item.js--active h3:after {
    content: "\e959";
}

.module-financial-quarter .module_links {
    margin: 0;
    padding: 35px 30px;
    background-color: #F8F8F8;
    border-top: 1px solid #D8D8D8;
}

.module-financial-quarter .module_links>div {
    display: block;
}

.module-financial-quarter .module_link {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    text-transform: none;
}

.module-financial-quarter .module_link:before {
    font-size: 48px;
    font-size: 4.8rem;
}

.module-financial-quarter .module-financial_year-text {
    padding: 23px 40px 23px 0;
    margin: 0;
    color: #007934;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.23;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.module-financial-quarter .module-financial_year-text: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: "\e958";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 11px;
    font-size: 1.1rem;
}

.module-financial-table .module_container--content {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.14);
}

.module-financial-table_header {
    background-color: #007934;
    color: #fff;
}

.module-financial-table_header-year-container {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_header-year-container {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 18px 15px;
}

@media only screen and (max-width: 768px) {

    .module-financial-table_header-year,
    .module-financial-table_header-category.grid_col {
        padding: 15px 12px;
    }
}

.module-financial-table_body-row {
    background-color: #fff;
}

.module-financial-table_body-row:nth-child(even) {
    background-color: #F9F9F9;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 26px 15px;
}

.module-financial-table_body-category.grid_col {
    padding-left: 40px;
}

@media only screen and (max-width: 1024px) {
    .module-financial-table_body-category.grid_col {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {

    .module-financial-table_body-year,
    .module-financial-table_body-category.grid_col {
        padding: 20px 12px;
    }
}

.module-financial-table_body-category {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_body-category {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #D9D9D9;
}

.module-financial-table_item~.module_item {
    margin-right: 5px;
}

.module-financial-table_item i {
    font-size: 27px;
    font-size: 2.7rem;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_item {
        margin: 5px;
    }
}

.module-financial-table .slick-slider {
    display: inline-block;
    padding: 0;
}

.module-financial-table .slick-slide:focus {
    outline: none;
}

.module-financial-table .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.module-financial-table .slick-arrow:before {
    font-size: 29px;
    font-size: 2.9rem;
}

@media only screen and (max-width: 768px) {
    .module-financial-table .slick-arrow:before {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.module-financial-table .slick-prev {
    left: 10px;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}

.module-financial-mashup .module_container--content>.grid_col:first-child {
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    .module-financial-mashup .module_container--content>.grid_col:first-child {
        padding-right: 0;
    }
}

.module-financial-mashup h3 {
    color: #565A5C;
}

.module-financial-mashup .module_body {
    max-height: 380px;
    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 ul {
    margin: 16px 0;
    padding-left: 32px;
    list-style-type: disc;
}

.module-financial-mashup .module_body ul li {
    line-height: 1.5;
}

.module-financial-mashup h4 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.module-financial-mashup_items {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
    .module-financial-mashup_items {
        padding-top: 20px;
    }
}

.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: #F5F5F5;
    padding: 35px 15px 35px 135px;
    position: relative;
}

.module-financial-mashup .module-financial-mashup_documents .module_links>div:nth-child(even) {
    background-color: #ECECEC;
}

.module-financial-mashup .module-financial-mashup_documents .module_links .module_link {
    font-size: 20px;
    font-size: 2rem;
    text-transform: none;
    margin: 0;
}

.module-financial-mashup .module-financial-mashup_documents .module_link:before {
    font-size: 48px;
    font-size: 4.8rem;
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    width: 60px;
    text-align: center;
}

.module-financial-mashup .q4-icon_chevron-right {
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px;
}

.module-financial-mashup .module_options--desktop {
    max-width: 560px;
}

.module-financial-mashup .button {
    width: 100%;
    border-radius: 0;
    background: #F5F5F5;
    color: #565A5C;
    text-align: center;
    font-weight: 900;
    padding: 21.5px 15px;
    transition: none;
}

.module-financial-mashup .button:after {
    display: none;
}

.module-financial-mashup .button:hover,
.module-financial-mashup .button.js--selected {
    background: #007934;
    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;
    }
}


/* Latest Quarterly Result Widget */

.module-latest-quarter {
    background-image: url('../design/quarterly-results.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.module-latest-quarter .module_container--outer>.module_title {
    display: none;
}

.module-latest-quarter .module_container--content .module_title {
    padding-right: 230px;
}

.module-latest-quarter .module_container--inner {
    position: relative;
    z-index: 1;
}

.module-latest-quarter .module_item {
    padding: 0;
}

.module-latest-quarter .module_item>.grid_col:first-child {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-latest-quarter .module_item>.grid_col:first-child:before {
    content: "";
    position: absolute;
    top: -70px;
    right: 0;
    width: 1000%;
    bottom: -70px;
    background: linear-gradient(180deg, #58A618 0%, #007934 100%);
    transform: skewX(-15deg);
}

.module-latest-quarter .module_item>.grid_col:last-child {
    padding-left: 50px;
}

.module-latest-quarter .module_links {
    margin: 0;
    padding-top: 22px;
    text-align: left;
}

.module-latest-quarter .module_links>div {
    display: inline-block;
    padding-bottom: 15px;
}

.module-latest-quarter .module_link {
    margin: 0;
    position: relative;
    padding-left: 80px;
    padding-right: 20px;
}

.module-latest-quarter .module_link-webcast {
    padding-left: 55px;
}

.module-latest-quarter .module_link:before {
    display: inline-block;
    font-size: 52px;
    font-size: 5.2rem;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.module-latest-quarter .module_link-text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    text-transform: none;
    font-weight: normal;
}

.module-latest-quarter .module-financial_type-year {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.module-latest-quarter .module-financial_type-text,
.module-latest-quarter .module-financial_year-text {
    display: inline-block;
    width: 100%;
}

.module-latest-quarter .module-financial_type-text {
    font-size: 66px;
    font-size: 6.6rem;
}

.module-latest-quarter .module-financial_year-text {
    margin-top: 15px;
    font-size: 26px;
    font-size: 2.6rem;
}

.module-latest-quarter .button {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter {
        text-align: center;
    }

    .module-latest-quarter .module_container--outer>.module_title {
        display: block;
    }

    .module-latest-quarter .module_container--content .module_title {
        display: none;
    }

    .module-latest-quarter .module_item>.grid_col:first-child {
        margin-bottom: 20px;
    }

    .module-latest-quarter .module_item>.grid_col:first-child:before {
        top: 0;
        bottom: 0;
        right: auto;
        transform: none;
        width: 100%;
    }

    .module-latest-quarter .module_item>.grid_col:last-child {
        padding-left: 0;
    }

    .module-latest-quarter .module_links>div {
        padding-bottom: 30px;
    }

    .module-latest-quarter .button {
        position: relative;
        margin-top: 30px;
    }
}


/*------ Formbuilder Module ------*/

.module-form--custom .module_container--content {
    margin-left: -20px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.module-form--custom .module_container--content .grid_col+.grid_col {
    padding-left: 45px;
}

.module-form--custom .module-form_item {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.module-form--custom .module-form_item+.module-form_item {
    padding-top: 20px;
}

.module-form--custom .module-form_item>label,
.module-form--custom .module-form_item legend {
    padding-bottom: 15px;
    margin-bottom: 0;
}

.module-form--custom .module-form_item--message,
.module-form--custom .module-form_item--your-message,
.module-form--custom .module-form_item--comments {
    height: 100%;
}

.module-form--custom .module-form_item--message textarea.module_input,
.module-form--custom .module-form_item--your-message textarea.module_input,
.module-form--custom .module-form_item--comments textarea.module_input {
    height: calc(100% - 30px);
}

.module-form--custom .module_container--captcha {
    display: inline-block;
    padding-top: 30px;
}

.module-form--custom .module-form_label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
    padding-bottom: 15px;
    color: #565A5C;
}

@media only screen and (max-width: 768px) {
    .module-form--custom .module_container--content .grid_col+.grid_col {
        padding-left: 20px;
        padding-top: 20px;
    }
}

.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--custom .module_container--captcha>div .ErrorMessage {
    margin-top: 0;
    padding-top: 10px;
}

.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: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.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,
.module-form_item--message,
.module-form_item--comments {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .module-form_item {
        width: 100%;
        padding-left: 0;
    }
}

.module-form_error-text {
    color: #b72121;
}

.module-form_error-text[style="visibility:hidden;"] {
    display: none;
}

.module-form .CaptchaContainer {
    display: block;
}

.module-form .CaptchaContainer input[type="text"] {
    width: 100%;
}

.module-form .module_input::-webkit-input-placeholder {
    color: #B7B7B7;
    opacity: 1;
    letter-spacing: 2px;
}

.module-form .module_input::-moz-placeholder {
    color: #B7B7B7;
    opacity: 1;
    letter-spacing: 2px;
}

.module-form .module_input::-ms-input-placeholder {
    color: #B7B7B7;
    opacity: 1;
    letter-spacing: 2px;
}

.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;
}

.fancybox-slide--flipbook .fancybox-content {
    padding: 16px;
    background: transparent;
}

.fancybox-slide--flipbook .fancybox-iframe {
    padding: 12px;
    border-radius: 4px;
}

.fancybox-slide--flipbook .fancybox-close-small {
    top: 0;
    right: 0;
    background: #007934;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.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 .grid {
        direction: rtl;
    }

    .module-form--meeting_header .grid .grid_col {
        direction: ltr;
    }
}

.module-form--meeting_header-intro {
    font-size: 13px;
    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: #fff;
    font-size: 26px;
    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: 11px;
    font-size: 1.1rem;
    display: block;
}

.module-form--meeting_header-logo img {
    margin: 5px;
}

.module-form--meeting_footer {
    background-color: #007934;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
}

.module-form--meeting_footer img {
    margin-right: 20px;
    vertical-align: bottom;
}

.module-form--meeting .module_introduction {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
}

.module-form--meeting .module-form_item--namehidden label {
    visibility: hidden;
}

@media only screen and (max-width: 768px) {
    .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: "\e90c";
    position: absolute;
    right: 20px;
    bottom: calc(50% - 19px);
    color: #565A5C;
    opacity: 0.5;
}

.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_itemCaptcha {
    position: relative;
    padding-left: 25px;
}

.module-form--meeting .module-form_itemCaptcha input[type="text"] {
    color: #333333;
}

.module-form--meeting .module_dropdown {
    color: #333333;
}

.module-form--meeting .module_dropdown.module_dropdown--placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.module-form--meeting .module_input {
    color: #333333;
}

.module-form--meeting .module_input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
    opacity: 1;
}

.module-form--meeting .module_input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
    opacity: 1;
}

.module-form--meeting .module_input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
    opacity: 1;
}

.module-form--meeting .module_dropdown--placeholder {
    color: #a9a9a9;
}

.module-form--meeting .module_required {
    display: none;
}

.module-form--meeting .module_actions {
    margin: 0 -20px;
    padding: 20px;
    background-color: #565A5C;
    text-align: right;
}

.module-form--meeting .module_actions .module_link {
    color: #fff;
    margin: 0 15px 0 0;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    font-size: 1.4rem;
}

.module-form--meeting .module_actions .button,
.module-form--meeting .module_actions .button:hover {
    background-color: #58A618;
    border-color: #58A618;
    color: #fff;
}

.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: "\e90d";
    font-size: 46px;
    color: #565A5C;
    display: block;
    margin: auto;
}

.page-contact-the-board .MessageSent .module-form.module-form {
    padding-top: 0;
}

.module-glossary .module_header {
    display: block;
}

.module-glossary .module_header table {
    width: 100%;
    table-layout: fixed;
}

.module-glossary .module_header table a {
    color: #333333;
    font-weight: normal;
}

.module-glossary .module_header table a[href] {
    color: #007934;
}


/*---------- Job Modules ---------*/

.module-job-list_table-wrap {
    overflow-x: auto;
}

.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--home .module_container--content {
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.14);
    min-height: 426px;
    height: 1px;
}

@media only screen and (max-width: 1024px) {
    .module-slideshow--home .module_container--content {
        min-height: auto;
        height: auto;
    }
}

.module-slideshow .module-slideshow_content {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .module-slideshow .module-slideshow_content {
        padding-left: 0;
    }
}

.module-slideshow--home .module-slideshow_content {
    padding-left: 35px;
    padding-right: 30px;
}

.module-slideshow_ratio {
    padding-bottom: 56.25%;
    /* this should be changed with aspecRatio option in widget */
    position: relative;
}

.module-slideshow_viewer:not(.grid_col) {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

@media only screen and (max-width: 768px) {
    .module-slideshow_viewer:not(.grid_col) {
        max-width: none;
    }
}

.module-slideshow_viewer:not(.grid_col):not(:last-child) {
    margin-bottom: 25px;
}

.module-slideshow_date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    color: #565A5C;
}

.module-slideshow_title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    color: #565A5C;
    margin-bottom: 20px;
    line-height: 29px;
}

.module-slideshow--home .module-slideshow_title {
    font-size: 30px;
    font-size: 3rem;
}

.module-slideshow .module_links>*+* {
    margin-top: 15px;
}

.module-slideshow_link i {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.module-slideshow_link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}

.module-slideshow_link-text {
    text-decoration: underline;
}

.module-slideshow iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.module-rss p+h2 {
    margin: 40px 0 30px;
}


/*------ Navigation Modules ------*/

.nav_close {
    display: none;
}

.nav--main-desktop {
    display: inline-block;
    width: calc(100% - 240px);
}

.nav--main-desktop .level1 {
    max-width: 82%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 38px;
}

.nav--main-desktop li {
    display: inline-block;
}

.nav--main-desktop li a {
    display: block;
    color: #007934;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 19px;
}

.nav--main-desktop .level1>li {
    padding: 38px 0 35px;
}

.nav--main-desktop .level1>li.has-children {
    position: relative;
}

.nav--main-desktop .level1>li>a {
    position: relative;
}

.nav--main-desktop .level1>li>a:before {
    content: "";
    width: 0;
    height: 3px;
    background: linear-gradient(270deg, #58A618 0%, #007934 100%);
    position: absolute;
    bottom: -11px;
    left: 0;
    transition: width .3s ease-in-out;
}

.nav--main-desktop li.selected>a,
.nav--main-desktop li.expanded>a,
.nav--main-desktop li a:hover,
.nav--main-desktop li a:focus {
    outline: none;
    text-decoration: none;
}

.nav--main-desktop li.selected>a:before,
.nav--main-desktop li.expanded>a:before,
.nav--main-desktop li a:hover:before,
.nav--main-desktop li a:focus:before {
    width: 100%;
}

.nav--main-desktop .level2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    background: #fff;
    color: #565A5C;
    padding-top: 7px;
    border: 1px solid #979797;
    min-width: 266px;
    z-index: 3;
}

.nav--main-desktop .level1>li.has-children:last-child>.level2 {
    left: auto;
    right: 0;
}

.nav--main-desktop .level2:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(270deg, #58A618 0%, #007934 100%);
}

.nav--main-desktop li:hover>.level2 {
    display: block;
}

.nav--main-desktop .level2 li {
    display: block;
}

.nav--main-desktop .level2>li {
    position: relative;
}

.nav--main-desktop .level2>li+li {
    border-top: 1px solid #D8D8D8;
}

.nav--main-desktop .level2 li a {
    color: #565A5C;
    padding: 20px;
    font-size: 13px;
    font-size: 1.3rem;
}

.nav--main-desktop .level2>li>a:hover,
.nav--main-desktop .level2>li>a:focus,
.nav--main-desktop .level2>li.selected>a,
.nav--main-desktop .level2>li.expanded>a {
    color: #007934;
}

.nav--main-desktop .level3 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 266px;
    background-color: #007934;
}

.nav--main-desktop .level1>li.has-children:last-child .level3 {
    left: auto;
    right: 100%;
}

.nav--main-desktop .level3>li>a {
    color: #fff;
    background-color: #007934;
}

.nav--main-desktop .level3>li>a:hover,
.nav--main-desktop .level3>li>a:focus,
.nav--main-desktop .level3>li.selected>a,
.nav--main-desktop .level3>li.expanded>a {
    background-color: #006A2D;
}

@media only screen and (max-width: 1200px) {
    .nav--main-desktop li a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .nav--main-desktop .level1 {
        max-width: 95%;
    }
}

.nav--main-mobile {
    display: none;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #007934;
}

.js--sticky .nav--main-mobile {
    position: static;
}

.nav--main-mobile .level1 {
    padding-left: 0;
    padding-right: 0;
}

.nav--main-mobile li.has-children>a: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";
}

.nav--main-mobile li.js--expanded>a:before {
    content: "\edba";
}

.nav--main-mobile a {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
}

.nav--main-mobile .level1>li {
    display: block;
}

.nav--main-mobile .level1>li.selected a,
.nav--main-mobile .level1>li.expanded a {
    display: block;
}

.nav--main-mobile .level1>li.expanded>a,
.nav--main-mobile .level1>li.selected>a {
    position: relative;
}

.nav--main-mobile .level1>li.expanded>a:after,
.nav--main-mobile .level1>li.selected>a:after {
    content: "";
    height: 4px;
    width: 84px;
    background: linear-gradient(270deg, #58A618 0%, #007934 100%);
    position: absolute;
    bottom: 5px;
    left: 22px;
}

.nav--main-mobile .level1>li.js--expanded>a {
    display: block;
    background: #006A2D;
}

.nav--main-mobile .level1>li.js--expanded .level2 {
    display: block;
}

.nav--main-mobile .level1>li>a {
    padding: 15px 22px;
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 21px;
    color: #fff;
}

.nav--main-mobile .level2 {
    display: none;
    padding-top: 10px;
    background: #fff;
}

.nav--main-mobile .level2>li {
    display: block;
    border-bottom: 0;
    background: #fff;
}

.nav--main-mobile .level2>li+li {
    border-top: 1px solid #D8D8D8;
}

.nav--main-mobile .level2>li>a:hover,
.nav--main-mobile .level2>li>a:focus,
.nav--main-mobile .level2>li.selected>a,
.nav--main-mobile .level2>li.expanded>a {
    background-color: #D8D8D8;
}

.nav--main-mobile .level2>li.js--expanded .level3 {
    display: none;
}

.nav--main-mobile .level2>li>a {
    padding: 18px 17px 18px 40px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.2;
    font-weight: 600;
}

.nav--main-mobile .level2>li.has-children>a:before {
    display: none;
}

.nav--main-mobile .level3 {
    display: none;
    position: static;
    border: none;
}

.nav--main-mobile .level3>li {
    display: block;
}

.nav--main-mobile .level3>li>a {
    padding: 10px 17px 10px 60px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
    .nav--main-mobile {
        display: block;
    }
}

.nav--secondary-desktop {
    background: #EEEEEE;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.js--sticky .nav--secondary-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
}

.nav--secondary-desktop .level1 {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
    padding-right: 17px;
}

.nav--secondary-desktop .level1>li {
    display: none;
}

.nav--secondary-desktop .level1>li.selected,
.nav--secondary-desktop .level1>li.expanded {
    display: block;
}

.nav--secondary-desktop .level1>li.selected>a,
.nav--secondary-desktop .level1>li.expanded>a {
    display: none;
}

.nav--secondary-desktop .level2 {
    text-align: center;
}

.nav--secondary-desktop .level2>li {
    display: inline-block;
    background: #EEEEEE;
    border-bottom: 3px solid #EEEEEE;
}

.nav--secondary-desktop .level2>li:not(.js--active)>a:hover,
.nav--secondary-desktop .level2>li:not(.js--active)>a:focus {
    color: #007934;
    text-decoration: none;
}

.nav--secondary-desktop .level2>li.js--active,
.nav--secondary-desktop .level2>li.selected,
.nav--secondary-desktop .level2>li.expanded {
    background: #E3E3E3;
    border-color: #58A618;
}

.nav--secondary-desktop .level2>li a {
    display: block;
    padding: 23.5px 12px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #565A5C;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

@media only screen and (max-width: 1330px) {
    .nav--secondary-desktop .level2>li a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1279px) {
    .nav--secondary-desktop .level2>li a {
        font-size: 11px;
        font-size: 1.1rem;
        padding-left: 4px;
        padding-right: 4px;
    }
}

.nav--secondary-desktop .level2>li a:focus {
    outline: none;
}

.nav--secondary-desktop .level3 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
}

@media only screen and (min-width: 1025px) {
    .nav--secondary-desktop .level3 {
        display: none;
    }

    .nav--secondary-desktop .level2>li.selected>.level3,
    .nav--secondary-desktop .level2>li.expanded>.level3 {
        display: block;
    }
}

.nav--secondary-desktop .level3>li {
    display: inline-block;
    text-align: left;
    border-bottom: 3px solid transparent;
}

.nav--secondary-desktop .level3>li:hover,
.nav--secondary-desktop .level3>li:focus,
.nav--secondary-desktop .level3>li.js--active,
.nav--secondary-desktop .level3>li.selected,
.nav--secondary-desktop .level3>li.expanded {
    border-color: #58A618;
}

.nav--secondary-desktop .level3>li a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
}

.nav--secondary-desktop .level3>li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .nav--secondary-desktop {
        display: none;
    }
}

.nav--secondary-mobile {
    display: none;
    background-color: #eee;
}

.nav--secondary-mobile li {
    text-align: center;
}

.nav--secondary-mobile li a {
    color: #565A5C;
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    display: none;
}

.nav--secondary-mobile li.js--visible a {
    display: inline-block;
}

.nav--secondary-mobile li.js--visible>a {
    display: block;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 600;
    color: #565A5C;
    padding: 16px 45px;
    text-transform: uppercase;
    border-bottom: 3px solid #58A618;
    background-color: #E3E3E3;
    position: relative;
}

.nav--secondary-mobile li.js--visible>a:before {
    content: "\edc2";
    font-family: "q4-icons";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: #007934;
}

.nav--secondary-mobile li a > span.hidden {
    display: block !important;
}

.nav--secondary-mobile li.js--visible>ul {
    display: none;
    padding: 35px 0;
    border-bottom: 3px solid #58A618;
}

.nav--secondary-mobile li.js--visible.js--open>ul {
    display: block;
}

.nav--secondary-mobile li.js--visible>a:focus {
    text-decoration: none;
}

.nav--secondary-mobile li.js--visible.js--open>a:before {
    content: "\edba";
}

.nav--secondary-mobile li.selected>ul>li:hover {
    background-color: #d8d8d8;
}

.nav--secondary-mobile li.js--visible>ul ul {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .nav--secondary-mobile {
        display: block;
    }
}

.nav--sitemap {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.nav--sitemap a {
    display: inline-block;
}

.nav--sitemap .level1 {
    column-count: 3;
    column-gap: 20px;
}

.nav--sitemap .level1>li {
    break-inside: avoid;
    display: block;
}

.nav--sitemap .level1>li:not(:last-of-type) {
    margin-bottom: 35px;
}

.nav--sitemap .level1>li>a,
.nav--sitemap .level1>li>a:visited {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #565A5C;
    text-transform: uppercase;
}

.nav--sitemap .level2>li,
.nav--sitemap .level3>li {
    padding: 5px 0;
}

.nav--sitemap .level2>li>a,
.nav--sitemap .level3>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.nav--sitemap .level2>li>a {
    margin-bottom: 5px;
}

.nav--sitemap .level3>li {
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .nav--sitemap .level1 {
        column-count: 2;
    }
}

@media only screen and (max-width: 480px) {
    .nav--sitemap .level1 {
        column-count: auto;
        column-gap: normal;
    }
}


/*-------- News Module CSS -------*/

.module-news .module_nav {
    display: none;
}

.module-news .module_options {
    margin-bottom: 30px;
}

.module-news .module_item {
    padding: 0;
}

.module-news .module_item~.module_item {
    margin-top: 5px;
    border: none;
}

.module-news .module_item-inner {
    display: flex;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
}

.module-news .module_item-left {
    padding: 20px 10px;
    background-color: #007934;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
    height: 100%;
}

.module-news .module_item-right {
    padding: 20px;
}

.module-news .module_date-time {
    color: #fff;
}

.module-news .module_icon>i {
    font-size: 46px;
    font-size: 4.6rem;
}

.module-news-latest .module_container--inner {
    position: relative;
}

.module-news-latest .module_view-all {
    position: absolute;
    top: 0;
    right: 0;
}

.module-news-latest .module_container--content {
    margin-bottom: 20px;
}

.module-news-latest .module_item {
    margin: 10px 0 20px;
    padding: 0 0 0 20px;
    border: none;
    text-align: left;
}

.module-news-latest .module_item-wrap {
    display: flex;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
}

.module-news-latest .module_item-left {
    padding: 20px 10px;
    background-color: #007934;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
    height: 100%;
}

.module-news-latest .module_icon>i {
    font-size: 46px;
}

.module-news-latest .module_date-time {
    color: #fff;
    margin-bottom: 0;
}

.module-news-latest .module_item-right {
    padding: 20px;
}

.module-news-latest .module_headline {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.45;
}

.module-news-latest .module_headline-link,
.module-news-latest .module_headline-link:visited {
    color: #565A5C !important;
}

.module-news-latest .module_headline-link:hover,
.module-news-latest .module_headline-link:focus {
    color: #007934 !important;
    text-decoration: underline;
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .module_link {
    color: #007934;
}

@media only screen and (max-width: 768px) {
    .module-news-latest .module_view-all {
        position: relative;
    }
}

.module-news-list .module_item {
    padding-left: 0;
    padding-top: 20px;
}

.module-news-list .module_item+.module_item {
    border-top: 1px solid #dddddd;
}

.module-news-details .module_view-all-link {
    display: inline-block;
    margin-bottom: 25px;
}

.module-news-details .module_view-all-link--bottom {
    margin-top: 25px;
    margin-bottom: 0;
}

.module-news-details_category {
    display: none;
}

.module-news-details ul {
    margin: 16px 0;
    padding-left: 32px;
    list-style-type: disc;
}

.module-news-details ul li {
    line-height: 1.5;
}

.module-news-details a {
    word-wrap: break-word;
}

.module-news-details .module_multimedia .module_link {
    margin: 0;
    display: block;
    font-weight: normal;
    text-transform: none;
}

.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;
    }
}


/*------ 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-person_photo-container img {
    width: 100%;
}

.module-person .module-person_name-container h3 {
    font-weight: 400;
    cursor: pointer;
    text-transform: none;
    margin-top: 0;
}

.module-person .module-person_name-container a {
    color: #fff;
}

.module-person .module-person_name {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.module-person .module-person_suffix,
.module-person_title {
    font-size: 18px;
    font-size: 1.8rem;
}

.module-person--widget .module-person_details {
    display: none;
}

.fancybox-container .module-person .module_item,
.fancybox-container .module-person_details {
    max-width: 1000px;
    padding: 30px;
}

.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;
    cursor: default;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
}

.fancybox-container .module-person_name-container a {
    color: #333333;
}

.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: #007934;
    font-weight: 700;
    text-transform: uppercase;
}

@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: #007934;
}

@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;
}

.fancybox-container .module-person .fancybox-close-small,
.fancybox-container .module-person_details .fancybox-close-small {
    font-size: 55px;
    color: #000;
    background: none;
    width: 35px;
    height: 35px;
    line-height: 37px;
}

.fancybox-container .fancybox-slide--html>div {
    line-height: 2;
}

.module-person-accordion .module-person_name-container {
    padding: 23px 40px 23px 0;
    color: #007934;
    cursor: pointer;
    position: relative;
}

.module-person-accordion .module-person_name-container h3 {
    margin: 0;
    color: inherit;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.23;
    font-weight: 900;
    text-transform: uppercase;
}

.module-person-accordion .module-person_name-container h3: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: "\e958";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 11px;
    font-size: 1.1rem;
}

.module-person-accordion .module_item {
    padding: 0;
    border-bottom: 1px solid #D8D8D8;
}

.module-person-accordion .module_item~.module_item {
    border-top: none;
}

.module-person-accordion .module_item.js--active h3:before {
    content: "\e959";
}

.module-person-accordion .module-person_name {
    margin-right: 10px;
}

.module-person-accordion .module-person_title {
    font-size: 14px;
    font-size: 1.4rem;
}

.module-person-accordion .module_comma {
    display: none;
}

.module-person-accordion .module-person_description-container {
    padding: 35px 30px;
    background-color: #F8F8F8;
    border-top: 1px solid #D8D8D8;
}

.module-person-accordion .module-person_description>*:first-child {
    margin-top: 0;
}

.module-person-accordion .module-person_description>*:last-child {
    margin-bottom: 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-details .module_title {
    display: none;
}

.module-person-details .module_comma {
    display: none;
}

.module-person-details_photo-container,
.module-person-details_name-container {
    display: inline-block;
    vertical-align: middle;
}

.module-person-details_photo-container {
    max-width: 30%;
    margin-right: 40px;
}

@media only screen and (max-width: 768px) {
    .module-person-details_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .module-person-details_photo-container {
        margin-right: 0;
        max-width: none;
    }
}

.module-person-details_name {
    display: block;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem;
    color: #007934;
}

.module-person-details_title {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
}

.module-person-details_description-container {
    margin-top: 40px;
}

.module-presentation .module_body {
    display: none;
}


/*------ Q4 Preview Toolbar ------*/

body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #565A5C;
    font-size: 0;
    text-align: left;
    color: #fff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #565A5C;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\ed6d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label+input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #fff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #007934;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*-------- Our Locations Module ---------*/

.module-our-locations {
    background-color: #F7F5F5;
}

.module-our-locations--au {
    background-color: #fff;
}

.module-our-locations .module_title--large {
    margin-bottom: 40px;
}

.module-our-locations .module_container--content {
    display: inline-block;
    width: 100%;
}

.module-our-locations .module-our-locations_content {
    position: relative;
}

.module-our-locations .module-our-locations_map {
    display: block;
    width: 100%;
    height: 700px;
}

.module-our-locations .module-our-locations_boxes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 590px;
}

.module-our-locations .module-our-locations_box {
    display: none;
    transition: visbility .3s ease-in-out, opacity .3s ease-in-out;
    width: 100%;
    z-index: 6;
}

.module-our-locations .module-our-locations_box.js--selected {
    display: block;
}

@media screen and (min-width: 1025px) {

    .module-our-locations .module-our-locations_box.js--selected-desktop,
    .module-our-locations .module-our-locations_box:hover {
        display: block;
    }
}

.module-our-locations_box-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: visbility .3s ease-in-out, opacity .3s ease-in-out;
}

.module-our-locations_box--top .module-our-locations_box-arrow {
    border-width: 15px 15px 0 15px;
    border-color: #58a618 transparent transparent transparent;
    bottom: -15px;
}

.module-our-locations_box--bottom .module-our-locations_box-arrow {
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #58a618 transparent;
    top: -15px;
}

.module-our-locations .module-our-locations_box-close {
    display: none;
    position: absolute;
    right: 20px;
    top: 60px;
    font-size: 28px;
    color: #007934;
}

.module-our-locations .module-our-locations_box-inner {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #D0D1B4;
    text-align: left;
}

.module-our-locations .module-our-locations_left,
.module-our-locations .module-our-locations_right {
    display: inline-block;
}

.module-our-locations .module-our-locations_left {
    padding: 20px 30px;
    width: 72%;
    text-align: left;
}

.module-our-locations .module-our-locations_box-inner .module-our-locations_box-title {
    display: inline-block;
    vertical-align: middle;
}

.module-our-locations .module-our-locations_box-inner .module-our-locations_box-legend {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 7px;
    margin: 0;
}

.module-our-locations .module-our-locations_box-inner .module-our-locations_box-legend-item {
    width: 10px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
}

.module-our-locations .module-our-locations_box-inner .module-our-locations_box-legend-item--manufacturing {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #d0d1b4 transparent;
    background-color: transparent;
    border-radius: 0;
}

.module-our-locations .module-our-locations_box-inner .module-our-locations_box-legend-item--converting {
    background-color: #79CABD;
}

.module-our-locations .module-our-locations_box-inner .module-our-locations_box-legend-item--papermaking {
    background-color: #00ADD0;
    border-radius: 0;
}

.module-our-locations .module-our-locations_left p {
    color: #565A5C;
    font-weight: 300;
}

.module-our-locations .module-our-locations_left p:first-of-type {
    margin: 0;
}

.module-our-locations .module-our-locations_left .module_learn-more {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
}

.module-our-locations .module-our-locations_right {
    background-color: #58A618;
    width: 28%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 20px;
}

.module-our-locations .module-our-locations_right .module_link {
    color: #fff;
    margin: 0;
}

.module-our-locations .module-our-locations_right .module_link>i {
    font-size: 53px;
    display: block;
    margin-bottom: 10px;
}

.module-our-locations .module-our-locations_right .module_link-text {
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    text-decoration: underline;
}

.module-our-locations .module-our-locations_right .module_link-text:before {
    content: "\e90f";
    font-family: "q4-icons";
    font-size: 16px;
    margin-right: 12px;
}

.module-our-locations_legend {
    text-align: center;
    padding: 0;
    max-width: 860px;
    margin: -20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.module-our-locations_legend-item {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    margin-right: -.25em;
    margin-bottom: 20px;
}

.module-our-locations--au .module-our-locations_legend-item,
.module-our-locations--careers .module-our-locations_legend-item {
    width: 25%;
}

.module-our-locations_legend-item:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
}

.module-our-locations_legend-item--manufacturing:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 15.6px 9px;
    border-color: transparent transparent #d0d1b4 transparent;
    background-color: transparent;
    border-radius: 0;
}

.module-our-locations_legend-item--converting:before {
    background-color: #79CABD;
}

.module-our-locations_legend-item--papermaking:before {
    background-color: #00ADD0;
    border-radius: 0;
}

.module-our-locations_legend-item--corporate:before {
    background-color: #545859;
}

.module-our-locations_legend-item--regional:before {
    background-color: #58a618;
}

.module-our-locations_legend-item--home:before {
    background-color: #00747a;
}

.module-our-locations_legend-item--default:before {
    background: url('../design/svg/map_pin.svg');
    background-size: contain;
    width: 20px;
    height: 27px;
    border-radius: 0;
}

.module-our-locations_legend-item--headquarters:before {
    background: url('../design/svg/map_pin-darkgrey.svg');
    background-size: contain;
    width: 20px;
    height: 27px;
    border-radius: 0;
}

.module-our-locations_legend-item--office:before {
    background: url('../design/svg/map_pin-alt-brand.svg');
    background-size: contain;
    width: 20px;
    height: 27px;
    border-radius: 0;
}

.module-our-locations_legend-item--industries:before {
    background: url('../design/svg/map_pin-cyan.svg');
    background-size: contain;
    width: 20px;
    height: 27px;
    border-radius: 0;
}

@media screen and (max-width: 1024px) {
    .module-our-locations .module-our-locations_map {
        height: 600px;
    }

    .module-our-locations .module-our-locations_pins {
        position: relative;
    }

    .module-our-locations .module-our-locations_pin:before {
        display: none;
    }

    .module-our-locations .module-our-locations_boxes {
        position: static;
        transform: none;
        max-width: none;
        margin-bottom: 20px;
    }

    .module-our-locations .module-our-locations_box {
        display: none;
        position: relative;
        margin: 0 auto;
    }

    .module-our-locations .module-our-locations_box.js--selected-mobile {
        display: block;
    }

    .module-our-locations .module-our-locations_box-arrow {
        top: -15px;
        bottom: auto;
        left: 50% !important;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #58a618 transparent;
    }

    .module-our-locations .module-our-locations_box-close {
        display: block;
        top: 15px;
    }

    .module-our-locations--pp .module-our-locations_box-close,
    .module-our-locations--careers .module-our-locations_box-close {
        right: calc(28% + 20px);
    }

    .module-our-locations .module-our-locations_right img {
        display: block;
        margin: 0 auto;
    }

    .module-our-locations_legend {
        max-width: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .module-our-locations .module-our-locations_map {
        height: 500px;
    }

    .module-our-locations .module-our-locations_pin {
        background-size: 50%;
        background-position: center bottom;
    }

    .module-our-locations .module-our-locations_box-close {
        right: 20px;
    }

    .module-our-locations .module-our-locations_box-inner {
        display: block;
    }

    .module-our-locations .module-our-locations_left,
    .module-our-locations .module-our-locations_right {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .module-our-locations .module-our-locations_right {
        padding: 25px;
    }

    .module-our-locations .module-our-locations_right .module_link>i {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 35px;
    }

    .module-our-locations_legend {
        justify-content: flex-start;
    }

    .module-our-locations .module-our-locations_legend-item {
        width: 50%;
        text-align: left;
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .module-our-locations .module-our-locations_map {
        height: 350px;
    }

    .module-our-locations .module-our-locations_legend-item {
        width: 100%;
    }
}

/*-------- Bottom Info Module ---------*/

.module-bottom-info {
    background-image: url("../design/banner/banner_sustainability-more.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.module-bottom-info_item {
    margin-bottom: 10px;
}

.module-bottom-info_item h3 {
    margin: 0 0 10px;
}

.module-bottom-info_left {
    border-right: 6px solid #58A618;
    padding-right: 40px;
}

.module-bottom-info_right.grid_col {
    padding-left: 40px;
}

@media screen and (max-width: 1024px) {
    .module-bottom-info_left {
        padding-right: 0;
        padding-bottom: 30px;
        border-right: 0;
        border-bottom: 6px solid #58A618;
    }

    .module-bottom-info_right.grid_col {
        padding-left: 0;
        margin-top: 30px;
    }
}

/*-------- Search Modules --------*/

.module-search {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9;
}

.module-search:before {
    content: "";
    background: linear-gradient(90deg, #58A618 0%, #007934 100%);
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.module-search .module_title {
    margin-bottom: 0;
    position: absolute;
    top: -52px;
    right: 17px;
    font-size: 17px;
    font-size: 1.7rem;
    color: #58A618;
    cursor: pointer;
}

.module-search .module_title.js--active i:before {
    content: "\ed6d";
    font-size: 18px;
}

.module-search .module_container--inner {
    padding: 0 18px;
}

.module-search_input[type="text"] {
    display: block;
    width: 100%;
    padding: 16px;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 300;
    color: #fff;
}

.module-search_button {
    position: absolute;
    top: 16px;
    right: 32px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent url("../design/svg/search-green.svg");
    background-size: 100%;
    font-size: 0;
    cursor: pointer;
}

.module-search-result_link {
    margin-bottom: 15px;
}

.module-search-result_description {
    display: block;
    margin-bottom: 15px;
}

.module-search-result_description:after {
    content: "...";
}

.module-search-result_url {
    display: none;
}

.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: #007934;
    color: #979797;
}

.module-search-results .form_field {
    margin-bottom: 25px;
}

.module-search-results .form_field--date {
    position: relative;
}

.module-search-results .form_field--date:after {
    content: "\ea5f";
    position: absolute;
    bottom: 20px;
    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: #007934;
    clear: both;
    display: table;
    font-size: 20px;
}

.module-search-results .form_field--search {
    margin-bottom: 35px;
}

.module-search-results .form_label {
    color: #565A5C;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-weight: 900;
}

.module-search-results .form_select {
    color: #007934;
    font-size: 14px;
    width: 100%;
    min-width: auto;
    border-color: #007934;
    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 #007934;
    border-radius: 30px;
    box-shadow: none;
    padding: 20px 44px 19px 35px;
    display: block;
    font-weight: 900;
    color: #5F6572;
}

.module-search-results_link {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
}

.module-search-results_item {
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
}

.module-search-results_item+.module-search-results_item {
    margin-top: 5px;
}

.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 {
    line-height: 1.5;
}

.module-search-results_summary {
    color: #565A5C;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0 0 15px;
}

.module-search-results_summary span {
    color: #007934;
}

.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 {
    margin: 1px 0;
    font-weight: 400;
    color: #565A5C;
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
    position: relative;
}

.module-search-results .pager_list-item a {
    display: block;
    color: #565A5C;
    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: #007934;
}

.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;
    text-align: center;
}

.module-search-results .pager_list-item--previous>a:after,
.module-search-results .pager_list-item--next>a:after {
    content: "\edbe";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #007934;
    vertical-align: top;
}

.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;
}

@media only screen and (max-width: 768px) {
    .module-search-results .form-fields-right .grid_col {
        padding-left: 0;
    }

    .module-search-results .form-fields-right .grid_col.form_field--pages {
        padding-left: 20px;
    }

    .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_options-select {
    margin-right: 0;
}

.module-sec .module_header {
    display: block;
    background-color: #007934;
}

.module-sec .module_header-text {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 18.5px 30px;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .module-sec .module_header-text {
        font-size: 20px;
        font-size: 2rem;
    }
}

.module-sec .module_container--content {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.14);
}

.module-sec .module_container--content>p {
    padding: 10px 8px;
    margin: 0;
}

.module-sec .module_item {
    border: none;
    padding: 0;
    background-color: #fff;
}

.module-sec .module_item:nth-child(even) {
    background-color: #F9F9F9;
}

.module-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 22.5px 30px;
}

.module-sec .module_item .module-sec_filing {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_options .grid_col:not(:first-child) {
        margin-top: 20px;
    }

    .module-sec .module_options-label,
    .module-sec .module_options-select,
    .module-sec .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .module-sec .module_header {
        display: none;
    }

    .module-sec .module_header+.module_item {
        border-top: 2px solid #007934;
    }

    .module-sec .module_item {
        padding: 15px 0;
    }

    .module-sec .module_item:first-child {
        border-top: 2px solid #007934;
    }

    .module-sec .module_item:last-child {
        border-bottom: 2px solid #007934;
    }

    .module-sec .module_item .grid_col {
        padding: 0 5px;
    }

    .module-sec .module_item+.module_footer {
        border-bottom: 2px solid #007934;
    }
}

.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: 27px;
    font-size: 2.7rem;
}

@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: 27px;
    font-size: 2.7rem;
}


/*---- Accessibility Skip Link ---*/

.module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    padding: 15px 20px;
    background: transparent;
    color: white;
    transform: translate(-50%, 0);
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.module-skip_link:focus,
.module-skip_link:active,
.module-skip_link:hover {
    top: 0;
    background: #007934;
    outline: 0;
}

.module-skip_link:visited {
    color: #fff;
}

.module-slider .module_container--content {
    position: relative;
}

.module-slider .slick-slider {
    padding: 0;
}

.module-slider .slick-prev {
    left: 30px;
}

.module-slider .slick-next {
    right: 30px;
}

.module-slider .slick-arrow:before {
    font-size: 43px;
}

.module-slider .slick-slide.module_item-outer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 660px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.module-slider .slick-slide.module_item-outer:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.module-slider .module_item {
    max-width: 1440px;
    padding: 40px 80px;
    margin: 0 auto;
    width: 100%;
}

.module-slider .module_item-inner>.text-left .module-slider_content,
.module-slider .module_item-inner>.text-right .module-slider_content {
    display: inline-block;
    max-width: 510px;
}

.module-slider .module_item-inner>.text-center .module-slider_content {
    display: inline-block;
    max-width: 720px;
    text-align: center;
}

.module-slider .module_item-inner>.no-limit .module-slider_content {
    max-width: none;
}

.module-slider_content {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 30px 40px 30px;
    text-align: left;
}

.module-slider_content>*:first-child {
    margin-top: 0;
}

.module-slider_content>*:last-child {
    margin-bottom: 0;
}

.module-slider_content .module-slider_title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    color: #565A5C;
    font-weight: 900;
}

.module-slider_content .module-slider_description {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
    line-height: 24px;
    color: #565A5C;
    font-weight: 500;
}

.module-slider .module-slider_content .button {
    position: absolute;
    left: 30px;
    bottom: -25px;
}

.module-slider .text-center .module-slider_content .button {
    left: 50%;
    transform: translateX(-50%);
}

.module-slider .module-slider_nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.module-slider .module-slider_nav-inner {
    max-width: 1314px;
    padding-left: 17px;
    padding-right: 17px;
    margin: 0 auto;
}

.module-slider_nav-inner .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 3px;
}

.module-slider .module-slider_nav-inner .slick-slide {
    display: inline-block;
    width: auto !important;
    max-width: 175px;
    min-width: 175px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 8px;
    padding-right: 20px;
    position: relative;
    transition: font-size .3s ease;
    cursor: pointer;
}

.module-slider .module-slider_nav-inner .slick-slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    top: 100%;
    height: 1px;
    background-color: #fff;
    transition: height .3s ease;
}

.module-slider .module-slider_nav-inner .slick-slide.slick-current {
    font-size: 18px;
    font-size: 1.8rem;
}

.module-slider .module-slider_nav-inner .slick-slide.slick-current:before {
    height: 3px;
}

.module-slider .module_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
    .module-slider .slick-slide.module_item-outer {
        padding-top: 575px;
        background-size: auto 575px;
        background-position: center top;
        height: auto;
    }

    .module-slider .slick-slide.module_item-outer:before {
        display: none;
    }

    .module-slider .module-slider_nav-inner .slick-slide {
        color: #565A5C;
    }

    .module-slider .module-slider_nav-inner .slick-slide:before {
        background-color: #565A5C;
    }

    .module-slider .module_item {
        padding: 40px 17px;
    }

    .module-slider .module_item-inner>.text-left .module-slider_content,
    .module-slider .module_item-inner>.text-right .module-slider_content,
    .module-slider .module_item-inner>.text-center .module-slider_content {
        max-width: none;
        padding: 0 0 60px 0;
        background: transparent;
        display: block;
        text-align: left;
    }

    .module-slider .slick-slide.module_item-outer[style*="tissue-products"] {
        background-position: 65% top;
    }

    .module-slider .slick-slide.module_item-outer[style*="Facial_Tissue"] {
        background-position: 85% top;
    }

    .module-slider .module-slider_content .button {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .module-slider .text-center .module-slider_content .button {
        left: auto;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {

    .module-slider .module_item-inner>.text-left .module-slider_content,
    .module-slider .module_item-inner>.text-right .module-slider_content,
    .module-slider .module_item-inner>.text-center .module-slider_content {
        padding: 0 0 20px 0;
    }

    .module-slider .module-slider_items .slick-dots {
        position: absolute;
        bottom: 25px;
        left: 17px;
    }

    .module-slider .module-slider_items .slick-dots li.slick-active button {
        background: #007934;
    }

    .module-slider .module-slider_nav {
        display: none;
    }
}


/*------ Stock Chart Widget ------*/

.module-stock-chart [data-highcharts-chart].js--hidden {
    display: block !important;
    max-height: 0;
    overflow: hidden;
}

.module-stock-chart .highcharts-legend-item:first-child path {
    stroke: #565A5C;
}

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
}

.module-stock-chart .highcharts-series-0 {
    stroke: #565A5C;
}

.module-stock-chart .highcharts-series.highcharts-series-3 path {
    stroke: #565A5C;
}

.module-stock-chart .highcharts-series-0 path:first-child {
    stroke: #565A5C;
}

.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
    stroke: #565A5C;
}

.module-stock-chart .highcharts-navigator rect {
    fill: rgba(87, 90, 92, 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: #565A5C;
}

.module-stock-chart .highcharts-navigator-handle-right path,
.module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #fff;
}

.module-stock-chart .highcharts-highcharts-scrollbar g:first-of-type rect {
    fill: #565A5C;
    stroke: #565a5c;
}

.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: #333333;
}

.module-stock-chart .highcharts-container>svg>.highcharts-button {
    display: none;
}


/*------ Stock Header Module -----*/

.module-stock-header {
    text-align: center;
    padding-top: 35px;
}

.module-stock-header .module_container--outer {
    display: inline-block;
    text-align: center;
}

.module-stock-header_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 15px 0;
    border-top: 1px solid rgba(208, 208, 208, .5);
    border-bottom: 1px solid rgba(208, 208, 208, .5);
}

.module-stock-header_description1,
.module-stock-header_change {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
}

.module-stock-header_stock-price {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
    padding: 0 20px;
}

.module-stock-header_stock-price:before {
    content: '$';
}

.module-stock-header_percent-change:before {
    content: '(';
}

.module-stock-header_percent-change .module-stock-header_indicator {
    display: none;
}

.module-stock-header_percent-change:after {
    content: ')';
}

.module-stock-header_volume {
    display: block;
    margin-bottom: 32px;
}

.module-stock-header_volume:before {
    content: 'Volume ';
    font-weight: bold;
}

.module-stock-header_bottom {
    padding-top: 10px;
}

.module-stock-header_description3,
.module-stock-header_date {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.77px;
    color: #FFFFFF;
    display: inline-block;
}

.module-stock-header_date:not(:empty):before {
    content: "|";
    margin: 0 5px;
}

.module-stock-header_volume-text {
    display: none;
}

@media screen and (max-width: 1024px) {

    .module-stock-header_description1,
    .module-stock-header_change,
    .module-stock-header_stock-price,
    .module-stock-header_description3,
    .module-stock-header_date {
        color: #565A5C;
    }
}

@media screen and (max-width: 480px) {

    .module-stock-header_description1,
    .module-stock-header_change,
    .module-stock-header_stock-price {
        width: 100%;
        padding: 0;
    }

    .module-stock-header_description1,
    .module-stock-header_stock-price {
        margin-bottom: 10px;
    }
}


/*------ Stock Quote Module ------*/

.module-stock .module_options {
    margin-bottom: 30px;
}

.module-stock .module_container--content {
    border-top: 1px solid #D8D8D8;
}

@media only screen and (max-width: 768px) {
    .module-stock.module-stock-historical .module-stock_empty {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .module-stock-historical .module_options-label,
    .module-stock-historical .module_options-select,
    .module-stock-historical .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.module-stock .stock-historical-range .module_options>*:not(:last-of-type) {
    margin-bottom: 20px;
}

.module-stock_lookup-title {
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .module-stock_lookup-title {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-stock_lookup-title {
        padding-left: 5px;
    }
}

.module-stock_label,
.module-stock_value {
    border-bottom: 1px solid #D8D8D8;
}

.module-stock_label>span,
.module-stock_value>span {
    display: block;
    padding: 15px 20px;
}

.module-stock_value:nth-child(even) {
    background-color: #F7F5F5;
}

@media only screen and (max-width: 768px) {

    .module-stock_label>span,
    .module-stock_value>span {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 480px) {

    .module-stock_label>span,
    .module-stock_value>span {
        padding: 15px 0 15px 5px;
    }
}

.module-stock_up {
    color: #23a217;
}

.module-stock_down {
    color: #b72121;
}

.module-stock_label {
    font-weight: normal;
}

.module-stock_value .module-stock_price:before,
.module-stock_value .module-stock_high:before,
.module-stock_value .module-stock_low:before,
.module-stock_value .module-stock_open:before,
.module-stock_value .module-stock_close:before,
.module-stock_value .module-stock_week-low:before,
.module-stock_value .module-stock_week-high:before,
.module-stock_value .module-stock_previous-close:before {
    content: "$";
}

.module-stock_date {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
}

.module-stock_date-text {
    margin-left: 20px;
}

.module-stock_delay {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    text-align: right;
}

@media only screen and (max-width: 480px) {
    .module-stock_delay {
        margin-top: 10px;
        margin-left: 20px;
        text-align: left;
    }
}

.module-stock_delay-text {
    margin-right: 20px;
}

@media only screen and (max-width: 480px) {
    .module-stock_delay-text {
        margin-right: 0;
    }
}


/*- 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: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 15px;
}

.module-subscribe_mailing-list tr table td {
    padding-bottom: 10px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}

.module-subscribe .module_required {
    font-size: 14px;
    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: 15px;
    font-weight: 900;
    letter-spacing: 2px;
}

.module-unsubscribe_table .module_input[type="text"],
.module-unsubscribe_table .module_input[type="email"] {
    background-color: #fff;
}


/*==================================
 ----------- LAYOUT CSS -----------
==================================*/


/*------- iframe layout CSS ------*/

.layout--iframe .pane--content .module {
    padding: 35px 0;
}

.layout--iframe .pane--content .module--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}

/*==================================
 ------------ BLANK CSS -----------
==================================*/


/*-------- Layout Specific -------*/

.layout--home .pane--banner {
    height: auto;
    background: #fff;
    padding-top: 0;
}

.layout--home .pane--banner .pane_inner {
    max-width: none;
    display: block;
    padding: 0;
}

.layout {
    position: relative;
    overflow: hidden;
}

.layout .pane--content .module-form--iframe,
.layout .pane--content .module-form--iframe .module_container--outer {
    padding: 0;
}

.layout--iframe .pane--content .module-form--iframe {
    padding-left: 5px;
}

.layout--iframe .pane--content .module-form--iframe .module_container--captcha>div {
    min-height: 178px;
}

.layout_header {
    position: relative;
}

.layout:not(.layout--home):not(.layout--iframe).js--sticky .layout_content {
    padding-top: 63px;
}

.layout_footer {
    background: #565A5C;
}

@media only screen and (max-width: 1024px) {
    .layout.js--mobile {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .layout_header {
        position: static;
    }
}


/*--------- Pane Specific --------*/

.pane--header .pane_inner--wrapper-1 {
    background: linear-gradient(90deg, #58A618 0%, #007934 100%);
}

.pane--header .pane_inner--wrapper-2 {
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(162, 162, 162, 0.5);
}

.pane--header .pane_inner:not(.pane_inner--stock-quote),
.pane--header .pane_inner--stock-quote .module .module_container--outer {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    text-align: right;
}

.pane--header .module-logo {
    display: inline-block;
    padding: 8px 0 18px;
}

.pane--header .module-logo img {
    height: 64px;
}

.pane--header .module,
.pane--header .nav {
    vertical-align: middle;
}

.pane--header .module-search .module_container--inner {
    padding: 10px 0 20px;
    display: none;
    max-width: 955px;
    margin: 0 auto;
    position: relative;
}

.pane--header .module-search .module_container--inner.js--revealed {
    display: block;
}

.pane--header .module-search_input[type="text"] {
    padding: 16px 0;
    margin: 0;
    line-height: 1;
}

.pane--header .module-search_input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.pane--header .module-search_input[type="text"]::-moz-placeholder {
    color: #fff;
}

.pane--header .module-search_input[type="text"]::-ms-input-placeholder {
    color: #fff;
}

.pane--header .module-search_input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: none;
    background: red;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

.pane--header .module-search_button {
    top: auto;
    bottom: 35px;
    right: 0;
    width: 34px;
    height: 34px;
    background: transparent url('../design/svg/search-white.svg');
    background-size: 100%;
}

.pane--header .layout_toggle {
    display: none;
    text-align: right;
}

.pane--header .layout_toggle-bars {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 17px;
    position: relative;
}

.pane--header .layout_toggle-bar {
    background-color: #007934;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    transition: .3s ease-in-out;
}

.pane--header .layout_toggle-bar:nth-child(2) {
    top: 7px;
}

.pane--header .layout_toggle-bar:nth-child(3) {
    top: 14px;
}

.js--mobile .pane--header .layout_toggle-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-4px, 4px);
}

.js--mobile .pane--header .layout_toggle-bar:nth-child(2) {
    opacity: 0;
}

.js--mobile .pane--header .layout_toggle-bar:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -6px);
}

.pane--header .module-header-quicklinks .module_container--inner {
    text-align: right;
}

.pane--header .module-header-quicklinks ul {
    margin: 0;
    padding: 10px 0;
}

.pane--header .module-header-quicklinks li {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.7;
}

.pane--header .module-header-quicklinks li+li {
    padding-left: 48px;
}

.pane--header .module-header-quicklinks li:last-child {
    padding-left: 38px;
}

.pane--header .module-header-quicklinks li a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    vertical-align: top;
    display: inline-block;
}

.pane--header .module-header-quicklinks .button {
    font-size: 10px;
    font-size: 1rem;
    line-height: 0.9;
    letter-spacing: 1.43px;
    padding: 4.5px 27.5px;
    border-width: 1px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 50%, #ffffff 100%);
    background-size: 100% 200%;
}

.pane--header .module-header-quicklinks .button:hover {
    color: #007934;
    background-position: 50% 100%;
}

@media only screen and (max-width: 1024px) {
    .pane--header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8;
    }

    .pane--header .pane_inner--wrapper-1 .pane_inner {
        padding: 0;
    }

    .pane--header .pane_inner {
        padding: 12px 17px 16px;
        text-align: left;
    }

    .pane--header .module {
        vertical-align: middle;
    }

    .pane--header .module-logo {
        padding: 0;
    }

    .pane--header .module-logo img {
        height: 58px;
        vertical-align: top;
    }

    .pane--header .layout_toggle {
        display: inline-block;
        width: calc(100% - 217px);
    }

    .pane--header .nav,
    .pane--header .module-search,
    .pane--header .module-header-quicklinks {
        display: none;
    }
}

.pane--banner {
    background-image: url("../design/banner/banner.jpg");
    background-color: rgba(255, 255, 255, 0.05);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #565A5C;
    height: 410px;
    position: relative;
    z-index: 1;
}

div[class*="Investors"] .layout:not(.layout--home) .pane--banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.pane--banner .pane_inner {
    position: relative;
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
}

.pane--banner .pane_inner>span {
    width: 100%;
}

.pane--banner h1 {
    margin: 0;
}

.pane--banner .module-page-title h1 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 57px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .pane--banner .module-page-title h1 {
        font-size: 38px;
        font-size: 3.8rem;
    }
}

.pane--banner .module-page-title h1:after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
}

.pane--banner .module-banner {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 30px;
}

.pane--banner .module-banner_title {
    font-weight: 700;
}

.pane--banner .module-page-title h1:after,
.pane--banner .module-banner_title:after {
    content: "";
    display: block;
    width: 93px;
    height: 3px;
    background: linear-gradient(270deg, #58A618 0%, #007934 100%);
    margin-top: 20px;
}

.pane--banner .module-banner_description {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 36px;
    margin: 15px 0;
}

.pane--banner .module-banner_slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 575px;
    z-index: -1;
}

.pane--banner .module-banner_slider .module_container--content,
.pane--banner .module-banner_slider .slick-list,
.pane--banner .module-banner_slider .slick-track {
    height: 100%;
    padding: 0;
}

.pane--banner .module-breadcrumb .module_container--inner {
    display: none;
}

.pane--banner .module-breadcrumb {
    display: inline-block;
    padding: 15px 80px 30px 40px;
    background-color: rgba(255, 255, 255, 0.7);
}

.pane--banner .module-breadcrumb .module_title {
    position: relative;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.pane--banner .module-breadcrumb .module_title:before {
    content: "";
    width: 95px;
    height: 3px;
    background: linear-gradient(270deg, #58A618 0%, #007934 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1200px) {
    .pane--banner .module-banner {
        width: 60%;
    }
}

@media only screen and (max-width: 1024px) {
    .pane--banner {
        height: auto;
        padding-top: 575px;
        background-size: cover;
        background-position: top 80px center;
    }

    .pane--banner .pane_inner {
        align-items: flex-end;
        align-content: flex-end;
        background: #F7F5F5;
    }

    .pane--banner .module-page-title h1 {
        color: #565A5C;
    }

    .pane--banner .module-banner {
        width: 100%;
        background-color: transparent;
        padding: 0;
    }

    .pane--banner .module-breadcrumb {
        padding: 0;
        background: transparent;
    }

    .pane--banner .module-breadcrumb .module_title:before {
        content: "";
        display: block;
        width: 93px;
        height: 3px;
        background: linear-gradient(270deg, #58A618 0%, #007934 100%);
        margin-top: 20px;
    }
}

.pane--navigation {
    background: #EEEEEE;
}

.pane--navigation .module-header-quicklinks {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .pane--navigation .pane_inner {
        max-width: none;
    }

    .pane--navigation .module-header-quicklinks {
        display: block;
        padding: 38px 18px;
    }

    .pane--navigation .module-header-quicklinks li {
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .pane--navigation .module-header-quicklinks a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.pane--navigation .module-search {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .pane--navigation {
        position: absolute;
        top: 86px;
        width: 288px;
        right: -288px;
        bottom: 0;
        background: linear-gradient(180deg, #007934 0%, #007934 85%, #58A618 105%);
        transition: 0.5s ease-in-out;
        overflow-y: auto;
        z-index: 120;
    }

    .js--mobile .pane--navigation {
        right: 0;
    }

    .pane--navigation .pane_inner {
        padding: 0;
    }

    .pane--navigation .module-search {
        display: block;
        position: relative;
    }

    .pane--navigation .module-search:before {
        display: none;
    }

    .pane--navigation .module-search_input[type="text"] {
        background: #fff;
        font-size: 17px;
        font-size: 1.7rem;
        border: 1px solid #979797;
        color: #565A5C;
    }
}

.pane--content .module {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pane--content .module_container--outer,
.container {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
    padding-right: 17px;
}

.pane--content .module--no-container .module_container--outer {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.pane--content .module--thin {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pane--content .module--thin-top {
    padding-top: 35px;
}

.pane--content .module--thin-bottom {
    padding-bottom: 35px;
}

.pane--content .module--thick {
    padding-top: 105px;
    padding-bottom: 105px;
}

.pane--content .module--thick-top {
    padding-top: 105px;
}

.pane--content .module--thick-bottom {
    padding-bottom: 105px;
}

.pane--content .module--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.pane--content .module--no-padding-top {
    padding-top: 0;
}

.pane--content .module--no-padding-bottom {
    padding-bottom: 0;
}

.pane--content .module-sitemap {
    padding-bottom: 35px;
}

.pane--footer {
    font-size: 16px;
    font-size: 1.6rem;
    background: #414141;
    font-weight: 300;
}

.pane--footer .pane_inner {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
    padding-right: 17px;
}

.pane--footer .module_title {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.pane--footer .module-contact,
.pane--footer .module-links {
    padding-right: 20px;
}

.pane--footer .module-contact .module_container--inner>p:last-of-type {
    margin-bottom: 0;
}

.pane--footer .module-links_list li+li {
    margin-top: 10px;
}

.pane--footer .module_error-container {
    margin-bottom: 20px;
    color: #fff;
}

.pane--footer .module_error-container p {
    display: none;
}

.pane--footer .module_error-container li {
    margin-bottom: 16px;
}

.pane--footer .module_introduction {
    display: none;
}

.pane--footer .module-subscribe_email label,
.pane--footer .module-subscribe_list-header,
.pane--footer .module-subscribe_email .module_required,
.pane--footer .module-subscribe .CaptchaContainer {
    display: none;
}

.pane--footer .module-subscribe_table-wrap {
    position: relative;
}

.pane--footer .module-subscribe_form {
    width: calc(100% - 195px);
}

.pane--footer .module-subscribe_form tbody {
    display: block;
}

.pane--footer .module-subscribe_form tr {
    width: 100%;
    margin: 0;
}

.pane--footer .module-subscribe_form tr:nth-child(odd) {
    padding-right: 10px;
}

.pane--footer .module-subscribe_mailing-list {
    margin: 20px 0 10px;
}

.pane--footer .module-subscribe_list>td {
    padding: 0;
}

.pane--footer .module-subscribe_mailing-list tr table tr {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.pane--footer .module-subscribe p {
    padding-right: 35px;
    line-height: 1.5;
}

.pane--footer .module-subscribe .module_message--success {
    color: #fff;
}

.pane--footer .module-subscribe input[type="checkbox"]+label:before {
    border: 1px solid #979797;
    background-color: #FFFFFF;
}

.pane--footer .module_input[type="text"],
.pane--footer .module_input[type="email"] {
    border-color: #fff;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
}

.pane--footer .module_input[type="text"]::-webkit-input-placeholder,
.pane--footer .module_input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    letter-spacing: 2px;
}

.pane--footer .module_input[type="text"]::-moz-placeholder,
.pane--footer .module_input[type="email"]::-moz-placeholder {
    color: #fff;
    letter-spacing: 2px;
}

.pane--footer .module_input[type="text"]::-ms-input-placeholder,
.pane--footer .module_input[type="email"]::-ms-input-placeholder {
    color: #fff;
    letter-spacing: 2px;
}

.pane--footer .module_actions {
    display: inline-block;
    position: absolute;
    top: 0;
    padding-top: 0;
    right: 0;
    width: 195px;
}

.pane--footer .module_actions .button {
    width: 100%;
}

.pane--footer .module:not(.module-embed) {
    padding-top: 45px;
    padding-bottom: 35px;
}

.pane--footer .button {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

@media only screen and (max-width: 1024px) {
    .pane--footer .module-subscribe--footer.grid_col {
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) {

    .pane--footer .module-contact,
    .pane--footer .module-links {
        padding-right: 0;
    }

    .pane--footer .module-subscribe--footer.grid_col {
        width: 100%;
    }

    .pane--footer .module-links.grid_col {
        padding-top: 0;
    }
}

@media only screen and (max-width: 480px) {

    .pane--footer .module-subscribe_form,
    .pane--footer .module-subscribe_mailing-list tr table tr {
        width: 100%;
    }

    .pane--footer .module_actions {
        position: static;
        margin-top: 20px;
    }
}

.pane--footer2 {
    padding-top: 45px;
    font-size: 14px;
    font-size: 1.4rem;
    background: #2E2E2E;
}

.pane--footer2 .pane_inner {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
    padding-right: 17px;
}

.pane--footer2 .module_title {
    margin-bottom: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.pane--footer2 .module-contact.grid_col {
    padding-right: 20px;
}

.pane--footer2 .module-contact p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
}

.pane--footer2 .module-links {
    padding-right: 20px;
    text-transform: uppercase;
}

.pane--footer2 .module-links li {
    line-height: 1.4;
    display: inline-block;
    width: 50%;
    margin-right: -.25em;
    padding-right: 20px;
}

.pane--footer2 .module-links li+li+li {
    margin-top: 22px;
}

.pane--footer2 .module-social_item {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 9px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 11px;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
}

.pane--footer2 .module-social_item a {
    color: #58A618;
}

.pane--footer2 .module:not(.module-embed) {
    padding-bottom: 45px;
}

.pane--footer2 .module-fixed-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 118;
}

@media only screen and (max-width: 1024px) {
    .pane--footer2 .module.module-logo-footer {
        padding-bottom: 25px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {

    .pane--footer2 .module-links,
    .pane--footer2 .module-contact.grid_col,
    .pane--footer2 .module.module-logo-footer {
        padding-right: 0;
    }

    .pane--footer2 .module-fixed-button {
        position: absolute;
        top: 86px;
        left: -25px;
        right: -25px;
        padding-bottom: 0;
        bottom: auto;
        z-index: 1;
    }

    .pane--footer2 .module-fixed-button .button {
        display: block;
        text-align: center;
    }
}

.pane--credits {
    padding-top: 15px;
    padding-bottom: 14px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.8;
    background: #414141;
}

.pane--credits a {
    color: #fff;
}

.pane--credits .pane_inner {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
    padding-right: 17px;
}

/*--------- Page Specific --------*/

.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}

div[class*="Careers"] .pane--banner {
    background-image: url('../design/banner/banner_careers.jpg');
    background-position: top 30% center;
    background-size: auto 108%;
}

@media only screen and (min-width: 1025px) {
    div[class*="Careers"] .pane--banner .module-banner {
        width: 47%;
        padding: 20px;
    }

    div[class*="Careers"] .pane--banner .module-banner_description {
        margin-bottom: 0;
    }
}

div[class*="PaperboardProducts"] .pane--banner {
    background-image: url('../design/banner/banner_paperboard-products.png');
    background-position: top right 20%;
}

div[class*="TissueProducts"] .pane--banner {
    background-image: url('../design/banner/banner_tissue-products3.jpg');
    background-position: center right 20%;
}

div[class*="SupplierInformation"] .pane--banner {
    background-image: url('../design/banner/banner_supplier-information.jpg');
    background-position: center;
}

div[class*="COVID-19"] .pane--banner {
    background-image: url('../design/banner/banner_COVID19.png');
    background-position: center;
}

@media only screen and (min-width: 1980px) {
    div[class*="Careers"] .pane--banner {
        background-size: cover;
    }
}

@media only screen and (max-width: 1024px) {
    div[class*="Careers"] .pane--banner {
        background-position: top 20% left 55%;
        background-size: auto 75%;
    }
}

div[class*="ContactUs"] .pane--banner {
    background-image: url('../design/banner/contact-us-banner.jpg');
}

@media only screen and (max-width: 1024px) {
    div[class*="ContactUs"] .pane--banner {
        background-size: auto 500px;
    }
}

.page-with-slider div .pane--banner {
    background-image: none;
}

.page-with-slider .pane--banner .pane_inner {
    position: static;
}

.page-with-slider .pane--banner .module-banner_slider .module_item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left 20%;
}

@media only screen and (max-width: 1024px) {
    .page-with-slider .pane--banner .module-banner_slider .module_item {
        background-position: center;
    }
}

/*-------- Module Specific -------*/


/*-------- CORPORATE LANDING PAGE ---------*/


/*-------- About Clearwater Paper ---------*/

.module-about .module_container--outer {
    position: relative;
}

.module-about .module_container--inner {
    padding-left: 30%;
}

.module-about_image {
    width: 38%;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.5);
}

.module-about_image img {
    width: 100%;
    vertical-align: top;
}

.module-about_text {
    background-color: #F8F8F8;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.19);
    padding: 55px 45px 65px 165px;
    border-bottom: 8px solid #58A618;
    color: #565A5C;
}

@media screen and (max-width: 1024px) {
    .module-about .module_container--inner {
        padding-left: 0;
    }

    .module-about_image {
        width: 70%;
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        margin: 0 45px -120px;
    }

    .module-about_text {
        padding: 160px 45px 65px;
    }
}

@media screen and (max-width: 768px) {
    .module-about_image {
        width: calc(100% - 90px);
        margin: 0 auto -120px;
    }
}


/*-------- Sustainability ---------*/

.module-sustainability {
    background-image: url(../design/banner/banner_sustainability2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.module-sustainability .module_container--inner .module_title {
    max-width: 620px;
}

.module-sustainability .module_container--inner>p {
    font-weight: 400;
    max-width: 490px;
}

.module-sustainability_box {
    width: 55%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 30px;
}

@media only screen and (max-width: 1024px) {
    .module-sustainability_box {
        width: 100%;
    }
}

.module-sustainability_box-title {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.18;
}

@media only screen and (max-width: 1024px) {
    .module-sustainability_box-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

.module-sustainability_box-title:after {
    content: "";
    display: block;
    width: 93px;
    height: 3px;
    background: linear-gradient(270deg, #58A618 0%, #007934 100%);
    margin-top: 20px;
}

.module-sustainability_box-description {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 36px;
    margin: 15px 0;
}

/*-------- Opportunities ---------*/

.module-opportunities {
    background-image: url('../design/banner/banner_careers.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 11px solid #58A618;
}

.module-opportunities .module_box-title {
    color: #565A5C;
    margin-bottom: 15px;
}

.module-opportunities .module_box-description {
    font-weight: 400;
    line-height: 30px;
    color: #565A5C;
}

/*-------- ABOUT US ---------*/


/*-------- Our Vision ---------*/

.module-our-vision {
    background-image: url('../design/banner/banner_our-vision.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-our-vision .module_container--inner {
    max-width: 960px;
    margin: 50px auto 0;
}

.module-our-vision .grid+.grid {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .module-our-vision .grid+.grid {
        margin-top: 0;
    }
}

.module-our-vision .grid_col {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .module-our-vision .grid>.grid_col {
        padding-bottom: 30px;
    }
}

.module-our-vision .grid>.grid_col+.grid_col:before {
    content: "";
    width: 1px;
    height: 84px;
    background-color: rgb(142, 142, 142, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .module-our-vision .grid>.grid_col+.grid_col:before {
        display: none;
    }
}

.module-our-vision .module-our-vision_text {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    max-width: 210px;
    margin: 10px auto 0;
}

.module-our-vision .module-our-vision_icon {
    font-size: 56px;
    display: block;
}


/*-------- Our Values ---------*/

.module-slider.module-our-values .slick-slide.module_item-outer:before {
    display: none;
}

.module-slider.module-our-values .slick-slide.module_item-outer {
    height: auto;
    padding: 0;
}

.module-our-values .module-our-values_title {
    text-align: right;
    padding-right: 30px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .module-our-values .module-our-values_title {
        text-align: left;
        padding-bottom: 25px;
    }
}

.module-our-values .module-our-values_title:before {
    content: "";
    width: 1px;
    height: 190px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #58A618;
}

@media only screen and (max-width: 1024px) {
    .module-our-values .module-our-values_title:before {
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
        transform: none;
        height: 1px;
        width: 190px;
    }
}

.module-our-values .module-slider_items {
    padding-bottom: 40px;
}

.module-slider.module-our-values .module_item,
.module-slider.module-our-values .module-slider_nav {
    padding: 10px 140px;
}

@media only screen and (max-width: 1279px) {

    .module-slider.module-our-values .module_item,
    .module-slider.module-our-values .module-slider_nav {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1024px) {

    .module-slider.module-our-values .module_item,
    .module-slider.module-our-values .module-slider_nav {
        padding-left: 0;
        padding-right: 0;
    }
}

.module-slider.module-our-values .module_item-inner {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
}

.module-slider.module-our-values .module_item-inner>p {
    line-height: 30px;
}

.module-slider.module-our-values .module-slider_nav {
    bottom: 0;
}

.module-slider.module-our-values .module-slider_nav-inner {
    padding: 0;
}

.module-slider.module-our-values .module-slider_nav-inner .slick-slide {
    color: #565A5C;
    max-width: none;
    cursor: pointer;
}

.module-slider.module-our-values .module-slider_nav-inner .slick-slide.slick-slide.slick-current {
    color: #007934;
}

.module-slider.module-our-values .module-slider_nav-inner .slick-slide:before {
    background-color: #007934;
}

.module-slider.module-our-values .slick-arrow {
    color: #58A618;
}

.module-slider.module-our-values .slick-prev {
    left: 85px;
}

.module-slider.module-our-values .slick-next {
    right: 85px;
}

.module-slider.module-our-values .module-slider_items .slick-dots button {
    background: #5F6572;
}

@media only screen and (max-width: 1279px) {
    .module-slider.module-our-values .slick-prev {
        left: 10px;
    }

    .module-slider.module-our-values .slick-next {
        right: 10px;
    }

    .module-slider.module-our-values .slick-arrow:before {
        font-size: 30px;
    }
}


/*-------- COMPANY HISTORY ---------*/


/*-------- History Timeline ---------*/

.module-history-timeline .module_container--content {
    position: relative;
}

.module-history-timeline .module_container--content:before {
    content: "";
    width: 5px;
    position: absolute;
    top: 20px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #007934;
}

.module-history-timeline .module_container--mobile {
    display: none;
}

.module-history-timeline .module_item-outer {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.module-history-timeline .module_item {
    border: 0;
    margin-bottom: 40px;
    position: relative;
    min-height: 250px;
}

.module-history-timeline .module_item-outer--left {
    text-align: right;
}

.module-history-timeline .module_item-outer--right {
    padding-top: 10%;
}

.module-history-timeline .module_item-outer--left .module_item {
    padding: 0 100px 0 0;
}

.module-history-timeline .module_item-outer--right .module_item {
    padding: 0 0 0 100px;
}

.module-history-timeline .module_item-inner {
    max-width: 370px;
    display: inline-block;
}

.module-history-timeline .module_item-outer--left .module_item.js--is-in-viewport .module_item-inner {
    visibility: visible;
    -webkit-animation: bounce-to-left .6s;
    animation: bounce-to-left .6s;
}

.module-history-timeline .module_item-outer--right .module_item.js--is-in-viewport .module_item-inner {
    visibility: visible;
    -webkit-animation: bounce-to-right .6s;
    animation: bounce-to-right .6s;
}

.module-history-timeline .module_item-outer .module_item:before {
    content: "";
    width: 75px;
    height: 1px;
    background-color: #007934;
    position: absolute;
    top: 22px;
}

.module-history-timeline .module_item-outer .module_item.js--is-in-viewport:before {
    visibility: visible;
    -webkit-animation: bounce-scale .6s;
    animation: bounce-scale .6s;
}

.module-history-timeline .module_item-outer .module_item.js--is-in-viewport:after {
    visibility: visible;
    -webkit-animation: bounce-scale .6s;
    animation: bounce-scale .6s;
}

.module-history-timeline .module_item-outer--left .module_item:before {
    right: 9px;
}

.module-history-timeline .module_item-outer--right .module_item:before {
    left: 9px;
}

.module-history-timeline .module_item-outer .module_item:after,
.module-history-timeline .module_container--content:after {
    content: "";
    width: 18px;
    height: 18px;
    background: #007934;
    border-radius: 50%;
    position: absolute;
    top: 14px;
}

.module-history-timeline .module_container--content:after {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
}

.module-history-timeline .module_item-outer--left .module_item:after {
    right: -9px;
}

.module-history-timeline .module_item-outer--right .module_item:after {
    left: -9px;
}

.module-history-timeline .module_item-outer .module-history-timeline_year {
    color: #565A5C;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
    display: inline-block;
}

.module-history-timeline_body>*:last-child {
    margin-bottom: 0;
}

.module-history-timeline_body h5 {
    margin: 10px 0 15px;
}

.module-history-timeline_body img {
    margin: 10px 0;
}

.module-history-timeline_body>p {
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .module-history-timeline .module_container--desktop {
        display: none;
    }

    .module-history-timeline .module_container--mobile {
        display: block;
    }

    .module-history-timeline .module_item-outer {
        width: 100%;
        padding-left: 100px;
    }

    .module-history-timeline .module_item {
        padding: 0;
    }

    .module-history-timeline .module_container--mobile .module_item-inner {
        max-width: none;
    }

    .module-history-timeline .module_item-outer .module_item:after {
        left: -100px;
    }

    .module-history-timeline .module_container--content:before {
        left: 9px;
    }

    .module-history-timeline .module_container--content:after {
        left: 9px;
        bottom: -2px;
    }

    .module-history-timeline .module_item-outer .module_item:before {
        left: -85px;
    }

    .module-history-timeline .module_item.js--is-in-viewport .module_item-inner {
        visibility: visible;
        -webkit-animation: bounce-to-right .6s;
        animation: bounce-to-right .6s;
    }
}

/*-------- TISSUE PRODUCTS ---------*/


/*-------- Private Label ---------*/

.module-private-brands-intro {
    background-image: url("../design/banner/banner_infographic.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.module-overview--large.module-private-brands-intro .grid_col.module-overview_description {
    align-items: flex-start;
    min-height: auto;
    border-color: #fff;
}

.module-overview--large.module-private-brands-intro .grid_col.module-overview_description>p {
    font-weight: 400;
}

.module-private-brands {
    background-image: url("../design/banner/banner_private-label.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.module-private-brands .module_container--content-desktop {
    display: flex;
    flex-wrap: wrap;
}

.module-private-brands .module_container--content-mobile {
    display: none;
}

.module-private-brands_tabs {
    max-width: 415px;
    display: inline-block;
    vertical-align: top;
}

.module-private-brands_tab {
    background: #007934;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    line-height: 19px;
    padding: 24px 60px 24px 28px;
    position: relative;
    cursor: pointer;
}

.module-private-brands_tab+.module-private-brands_tab {
    margin-top: 5px;
}

.module-private-brands_tab:before {
    content: "\e912";
    font-family: 'q4-icons';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 29px;
    color: #58A618;
}

.module-private-brands_tab.js--active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 18px 17.5px 0;
    border-color: transparent #58A618 transparent transparent;
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
}

.module-private-brands_tab:hover,
.module-private-brands_tab.js--active {
    background: linear-gradient(180deg, #58A618 0%, #007934 100%);
}

.module-private-brands_tab:hover:before,
.module-private-brands_tab.js--active:before {
    color: #fff;
}

.module-private-brands_boxes {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 415px);
    padding-left: 45px;
}

.module-private-brands_box {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
    padding: 25px 35px;
    position: relative;
    height: 100%;
}

.module-private-brands_item {
    padding: 0;
    border-bottom: 1px solid #D8D8D8;
}

.module-private-brands_title {
    display: block;
    padding: 23px 40px 23px 0;
    margin: 0;
    color: #007934;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.23;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}

.module-private-brands_title: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: "\e958";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 11px;
    font-size: 1.1rem;
}

.module-private-brands_item.js--active .module-private-brands_title:after {
    content: "\e959";
}

.module-private-brands_description {
    padding: 35px 30px;
    background-color: #F8F8F8;
    border-top: 1px solid #D8D8D8;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .module-private-brands .module_container--content-mobile {
        display: block;
    }

    .module-private-brands .module_container--content-desktop {
        display: none;
    }
}

/*-------- Parent Roll ---------*/

.module-parent-roll {
    background-image: url("../design/banner/banner_parent-roll.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.module-parent-roll:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(247, 245, 245, 0.85);
    z-index: -1;
}

.module-parent-roll ul.module-parent-roll_list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.module-parent-roll_list li {
    display: inline-block;
    padding: 0 10px;
}

.module-parent-roll_list li>i {
    font-size: 70px;
    display: inline-block;
    vertical-align: middle;
}

.module-parent-roll_list li>span {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 20px;
    font-size: 2rem;
}

.module-parent-roll p {
    font-size: 20px;
}

@media screen and (max-width: 1120px) {
    .module-parent-roll_list li>i {
        font-size: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .module-parent-roll_list li {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .module-parent-roll_list li {
        width: 100%;
    }
}

/*-------- Away From Home ---------*/

.module-away-home_list li {
    display: inline-block;
    width: 50%;
    margin-right: -.25em;
    padding: 20px 10px 20px 20px;
    text-transform: uppercase;
    position: relative;
}

.module-away-home_list li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 10px;
    border-color: transparent transparent transparent #58A618;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.module-away-home_image {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .module-away-home_right.grid_col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
        align-content: flex-end;
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .module-away-home_list li {
        width: 100%;
    }

    .module-away-home_image {
        width: 50%;
    }
}

/*-------- Our Locations ---------*/

.module-our-locations--tp .module-our-locations_boxes,
.module-our-locations--au .module-our-locations_boxes {
    width: auto;
}

.module-our-locations--tp .module-our-locations_pin {
    background-image: url('../design/svg/map_pin-grey.svg');
}

.module-our-locations--tp .module-our-locations_box-inner,
.module-our-locations--au .module-our-locations_box-inner {
    display: block;
    padding: 20px 30px;
}

.module-our-locations--tp .module-our-locations_box-descriptions {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}

.module-our-locations--tp .module-our-locations_box-descriptions>p {
    line-height: 22px;
}

/*-------- Sustainable Products and Sourcing ---------*/

.module-sustainable.module-sustainable--tp {
    background-image: url("../design/banner/banner_pp-sustainability.jpg");
}

.module-sustainable--tp .module-sustainable_bottom-content.grid_col {
    padding: 40px;
}

@media screen and (max-width: 1024px) {
    .module-sustainable--tp .module-sustainable_bottom-content.grid_col {
        padding: 25px 15px 35px;
    }
}

/*-------- Bottom Info Module ---------*/

.module-bottom-info--tp .module-bottom-info_left {
    padding-right: 60px;
}

.module-bottom-info--tp .module-bottom-info_right.grid_col {
    padding-left: 60px;
}

@media screen and (max-width: 1024px) {
    .module-bottom-info--tp .module-bottom-info_left {
        padding-right: 0;
    }

    .module-bottom-info--tp .module-bottom-info_right.grid_col {
        padding-left: 0;
    }
}

/*-------- Banner Contact Module ---------*/

.module-banner-contact {
    position: absolute;
    bottom: 63px;
    right: 0;
    background: url("../design/banner/banner_contact.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    z-index: 2;
}

.module-banner-contact .module_title {
    font-size: 21.6px;
    font-size: 2.16rem;
    line-height: 26px;
}

.module-banner-contact li {
    font-size: 21.6px;
    font-size: 2.16rem;
    line-height: 36px;
    font-weight: 300;
}

.module-banner-contact li i {
    width: 23px;
    text-align: center;
    margin-right: 17px;
}

.module-banner-contact .module-banner-contact_phone i {
    font-size: 26px;
}

.module-banner-contact .module-banner-contact_mail i {
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .module-banner-contact {
        display: none;
    }
}

/*-------- PAPERBOARD PRODUCTS ---------*/


/*-------- Sustainable Products and Sourcing ---------*/

.module-sustainable.module-sustainable--pp {
    background-image: url("../design/banner/banner_pp-sustainability.jpg");
}

.module-sustainable--pp .module-sustainable_bottom-content.grid_col {
    padding: 40px;
}

/*-------- Our Services ---------*/

.module-our-services .module_container--content {
    position: relative;
    overflow: hidden;
}

.module-our-services .module-our-services_banner {
    display: block;
    background-image: url('../design/banner/banner_our-services.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    position: relative;
    z-index: 1;
}

.module-our-services .module_container--content .grid--no-gutter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.module-our-services .module_item {
    padding: 0;
    opacity: 0.9;
    transition: opacity .3s ease;
}

.module-our-services .js--selected .module_item {
    opacity: 1;
}

.module-our-services .module_item-inner {
    max-width: 330px;
    margin: 0 auto;
}

.module-our-services .module_title {
    margin-bottom: 0;
    padding: 45px 0 35px;
    color: #fff;
}

.module-our-services_title {
    margin: 0;
    font-weight: 500;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    padding: 30px 0 20px;
    cursor: pointer;
}

.module-our-services_descriptions {
    padding-bottom: 30px;
}

.module-our-services_descriptions>i {
    display: block;
    font-size: 74px;
    margin-bottom: 15px;
}

.module-our-services_link {
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .module-our-services .module_container--content .grid--no-gutter {
        position: static;
    }
    .module-our-services .module-our-services_banner {
        display: none;
    }
}

/*-------- Our Locations ---------*/

.module-our-locations--pp .module-our-locations_left .module-our-locations_box-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 300;
    color: #007934;
    margin-bottom: 10px;
}

.module-our-locations--pp .module-our-locations_person {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.module-our-locations--pp .module-our-locations_email {
    font-size: 18px;
    font-size: 1.8rem;
    color: #58A618;
    display: inline-block;
    margin-bottom: 10px;
}

.module-our-locations--pp .module-our-locations_phone {
    display: block;
}

.module-our-locations--pp .module-our-locations_right-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .module-our-locations--pp .module-our-locations_email {
        word-break: break-word;
    }
}

/*-------- CAREERS ---------*/


/*-------- Overview ---------*/

.module-overview .module-overview_title {
    text-align: right;
    margin: 0;
    padding: 20px 30px 20px 0;
    line-height: 48px;
}

.module-overview--large .module-overview_title {
    padding-right: 40px;
    padding-top: 30px;
}

.module-overview .grid_col.module-overview_description {
    color: #565A5C;
    padding: 15px 35px;
    border-left: 1px solid #D0D1B4;
}

.module-overview--large .grid_col.module-overview_description {
    padding: 30px 40px 25px;
    border-left: 1px solid #58A618;
    min-height: 195px;
}

.module-overview .grid_col.module-overview_description>p {
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 40px;
}

.module-overview--large .grid_col.module-overview_description>p {
    font-size: 24px;
    font-size: 2.4rem;
}

.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-overview_boxes {
    padding-top: 45px;
    text-align: center;
}

.module-overview_boxes .module-overview_box-link:hover {
    text-decoration: none;
}

.module-overview_box-inner {
    padding: 30px;
    background: linear-gradient(180deg, #F7F4F4 0%, rgba(238, 238, 238, 0) 60%, rgba(238, 238, 238, 0) 100%);
}

.module-overview_box-inner>h3 {
    margin: 0;
    padding: 0 35px;
    color: #565A5C;
}

.module-overview_box-inner>img {
    max-height: 100px;
}

.module-overview_box-inner>p {
    font-weight: 300;
    color: #565A5C;
    line-height: 30px;
}

@media screen and (max-width: 1024px) {
    .module-overview .module-overview_title {
        text-align: left;
        padding-right: 0;
        padding-bottom: 25px;
        margin-bottom: 20px;
        position: relative;
    }

    .module-overview .module-overview_title:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 195px;
        height: 1px;
        background-color: #58A618;
    }

    .module-overview .grid_col.module-overview_description {
        padding: 0;
        border-left: 0;
        min-height: auto;
    }

    .module-overview .grid_col.module-overview_description>p {
        max-width: none;
    }

    .module-overview .module-overview_box-inner {
        background: #F7F4F4;
        margin-bottom: 20px;
    }
}


/*-------- Our Value ---------*/

.module-our-value {
    background-image: url('../design/banner/banner_our-values.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.module-our-value:before {
    content: "";
    background: rgba(208, 206, 206, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.module-our-value_content.grid_col {
    padding: 35px 45px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
    color: #565A5C;
}

.module-our-value_title {
    margin-bottom: 20px;
}

.module-our-value_description {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    font-weight: 300;
}

.module-our-value_description>*:first-child {
    margin: 0;
}

.module-our-value_description p {
    line-height: 36px;
}

.module-our-value_video-inner {
    position: relative;
}

.module-our-value_video-inner>a {
    background-image: url("../images/play_button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.module-our-value_video-title {
    padding-left: 0;
    margin: 0;
    color: #565A5C;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
}

.module-our-value_boxes .module_container--outer {
    position: relative;
    z-index: 2;
    padding-bottom: 270px;
}

.module-our-value_boxes .module_container--inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.grid_col.module-our-values_boxes-item {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    cursor: pointer;
}

.module-our-values_boxes-item-inner {
    padding: 50px 20px 60px;
    width: 100%;
    min-height: 270px;
}

.module-our-values_box-title {
    min-height: 158px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}

.module-our-values_box-title>h3 {
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    width: 100%;
}

.module-our-values_box-descriptions {
    text-align: left;
}

.module-our-values_box-descriptions>p:first-child {
    margin: 0;
}

.page-about-us .module-our-values_boxes-item-inner {
    background-color: #fff;
}

.page-about-us .module-our-values_boxes-item:nth-child(odd) .module-our-values_boxes-item-inner {
    background-color: #F7F5F5;
}

.page-about-us .module-our-values_boxes-icon {
    max-width: 88px;
}

.page-about-us .module-our-values_boxes-title {
    color: #007934;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .page-about-us .module-our-values_boxes-item:nth-child(odd) {
        background-color: transparent;
    }

    .page-about-us .module-our-values_boxes-item:nth-child(3n + 1) {
        background-color: #F7F5F5;
    }
}

@media screen and (max-width: 1200px) {
    .module-our-value_boxes .module_container--inner {
        position: static;
    }

    .module-our-value_boxes .module_container--outer {
        padding-bottom: 0;
    }

    .module-our-values_boxes-item-inner {
        min-height: auto;
        height: 100%;
    }

    .module-our-values_box-descriptions {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .module-our-value_content.grid_col {
        order: -1;
        margin-bottom: 0;
    }

    .module-our-value_video {
        text-align: center;
        margin-top: 30px;
    }

    .module-our-values_boxes-item-inner {
        display: block;
        position: relative;
        width: 100%;
    }

    .page-about-us .module-our-values_boxes-icon {
        max-width: 72px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .page-about-us .module-our-values_boxes-item:nth-child(odd) .module-our-values_boxes-item-inner,
    .page-about-us .module-our-values_boxes-item-inner {
        background-color: transparent;
    }
}


/*-------- Testimonials ---------*/

.module-testimonials {
    background-image: url('../design/banner/banner_testimonials.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.module-testimonials_content {
    display: block;
    color: #565A5C;
}

.module-testimonials_slider-arrows,
.module-testimonials_slider-dots {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.module-testimonials_slider-arrows .slick-arrow {
    position: static;
    transform: none;
}

.module-testimonials_slider-arrows .slick-arrow:before {
    font-size: 29px;
    color: #007934;
}

.module-testimonials_slider-dots .slick-dots {
    margin-left: 10px;
}

.module-testimonials_slider .module_item.slick-slide {
    padding: 20px;
}

.module-testimonials_slider .module_item-inner {
    min-height: 330px;
    position: relative;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.17);
    background: #fff;
}

.module-testimonials_slider-descriptions {
    padding: 50px 20px 50px 50px;
    width: 60%;
}

.module-testimonials_quotes {
    font-size: 30px;
    font-size: 3rem;
    font-style: italic;
    font-weight: 300;
    line-height: 34px;
    text-transform: initial;
    margin: 0;
    color: #007934;
}

.module-testimonials_quotes:before {
    content: "\00201C";
}

.module-testimonials_quotes:after {
    content: "\00201D";
}

.module-testimonials_person {
    display: block;
    text-align: right;
    max-width: 80%;
}

.module-testimonials_person>span {
    display: block;
    color: #565A5C;
}

.module-testimonials_person-name {
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 14px;
    font-weight: 600;
}

.module-testimonials_person-title,
.module-testimonials_person-location {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
}

.module-testimonials_slider-thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
}

.module-testimonials_slider-thumb--mobile {
    display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
    .module-testimonials_slider .module_item-inner {
        padding-top: 350px;
    }

    .module-testimonials_slider-descriptions {
        width: 100%;
        padding: 70px 40px 50px;
    }

    .module-testimonials_person {
        max-width: none;
    }

    .module-testimonials_slider-thumb {
        top: 0;
        bottom: auto;
        height: 350px;
        width: 100%;
        background-position: center right;
    }

    .module-testimonials_slider-thumb--mobile {
        display: block;
    }

    .module-testimonials_slider-thumb--desktop {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .module-testimonials .module_container--inner {
        position: relative;
    }

    .module-testimonials .module_container--outer {
        padding: 0;
    }

    .module-testimonials .module-testimonials_title,
    .module-testimonials .module-testimonials_content,
    .module-testimonials .module-testimonials_slider-buttons {
        padding: 0 17px;
    }

    .module-testimonials_slider-buttons {
        display: none;
    }

    .module-testimonials_slider-arrows .slick-arrow {
        top: auto;
        bottom: 50%;
    }

    .module-testimonials_slider {
        position: relative;
    }

    .module-testimonials_slider .slick-arrow {
        padding: 17px 6px;
        background: #007934;
    }

    .module-testimonials_slider .slick-arrow:before {
        font-size: 44px;
        color: #fff;
    }

    .module-testimonials_slider .slick-prev {
        left: 20px;
    }

    .module-testimonials_slider .slick-dots {
        text-align: center;
        padding-top: 20px;
    }

    .module-testimonials_slider .slick-dots li:not(:last-child) {
        margin-right: 16.5px;
    }

    .module-testimonials_slider .slick-dots button {
        width: 7.5px;
        height: 7.5px;
    }

    .module-testimonials_slider .slick-dots li.slick-active button {
        width: 15px;
        height: 15px;
    }

    .module-testimonials_slider .slick-slider {
        padding: 0;
    }

    .module-testimonials_slider .module_item {
        padding: 17px;
    }

    .module-testimonials_slider-thumb {
        background-position: top left;
    }
}

@media screen and (max-width: 768px) {
    .module-testimonials_slider .module_item-inner {
        padding-top: 350px;
    }

    .module-testimonials_slider-descriptions {
        width: 100%;
        padding: 70px 40px 50px;
        text-align: center;
    }

    .module-testimonials_person {
        max-width: none;
        text-align: center;
    }

    .module-testimonials_person-name {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.2;
    }

    .module-testimonials_person-title,
    .module-testimonials_person-location {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 22px;
    }

    .module-testimonials_slider-thumb {
        top: 0;
        bottom: auto;
        height: 350px;
        width: 100%;
        background-position: center right;
    }

    .module-testimonials_slider-thumb--mobile {
        display: block;
    }

    .module-testimonials_slider-thumb--desktop {
        display: none;
    }
}


/*-------- Sustaining Our Business ---------*/

.module-sustainable {
    background-image: url("../design/banner/banner_careers-sustainability.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.module-sustainable_top {
    background-color: rgba(0, 121, 52, 0.9);
}

.module-sustainable_inner {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 17px;
}

.module-sustainable_top .module-sustainable_title {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 225px);
    margin-bottom: 0;
    padding-right: 50px;
}

.module-sustainable_top .module-sustainable_inner>.button {
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em;
    margin-top: 10px;
}

.module-sustainable .module_container--inner.js--active .module-sustainable_top .button:before {
    transform: rotate(270deg);
    top: 16px;
}

.module-sustainable_bottom {
    padding: 45px 0 60px;
}

.module-sustainable_bottom-image {
    padding: 0 60px 0 40px;
}

.module-sustainable_bottom-content.grid_col {
    background-color: #fff;
    padding: 40px;
}

.module-sustainable_bottom-title {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 15px;
}

.module-sustainable_bottom-content>p {
    line-height: 1.5;
}

.module-sustainable_bottom-box {
    padding: 30px;
    text-align: left;
    opacity: 0.9;
}

.module-sustainable_bottom-box+.module-sustainable_bottom-box {
    margin-top: 13px;
}

.module-sustainable_bottom-box>p {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
}

@media screen and (max-width: 1024px) {
    .module-sustainable_top .module-sustainable_title {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .module-sustainable_top .module-sustainable_inner>.button {
        margin-top: 20px;
    }

    .module-sustainable_bottom-content.grid_col {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .module-sustainable_bottom-image {
        padding: 0 0 60px 0;
    }
}


/*-------- Clearwater Paper Giving Back ---------*/

.module-giving-back {
    background-color: #F7F5F5;
}

.module-giving-back_slider .module_container--content {
    max-width: 575px;
}

.module-giving-back_slider .slick-slider {
    padding: 0 50px;
}

.module-giving-back_slider .slick-arrow:before {
    font-size: 29px;
    color: #007934;
}

.module-giving-back_slider .slick-dots {
    margin-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.module-giving-back_slider .module_item {
    padding: 0;
}

.module-giving-back_title {
    margin-bottom: 20px;
}

.module-giving-back_descriptions {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #565A5C;
}

@media screen and (max-width: 1024px) {
    .module-giving-back_content {
        order: -1;
    }

    .module-giving-back_slider {
        padding-top: 75px;
        padding-bottom: 70px;
    }

    .module-giving-back_slider .module_container--content {
        max-width: none;
    }

    .module-giving-back_slider .slick-slide img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .module-giving-back_content .button {
        width: 100%;
        text-align: center;
    }
}


/*-------- Our Business ---------*/

.module-our-business {
    background-image: url("../design/banner/banner_contact-us-tabs.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-our-business_intro {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: 300;
}

.grid_col .module-our-business_title {
    display: none;
}

.module-our-business_title h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 44px;
    margin-bottom: 40px;
    color: #565A5C;
}

.module-our-business_box {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.18);
    height: 100%;
    transition: transform .3s ease;
    cursor: pointer;
    position: relative;
}

.module-our-business_box:hover,
.module-our-business_box:focus {
    transform: translateY(-20px);
}

.module-our-business_box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.module-our-business_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
}

.module-our-business_image--paperboard {
    background-image: url('../images/our-business/paperboard.jpg');
}

.module-our-business_image--tissue {
    background-image: url('../images/our-business/tissue.jpg');
}

.module-our-business_text {
    margin: 0;
    padding: 30px;
    background-color: #fff;
    text-align: left;
}

.module-our-business_content {
    padding: 30px 35px;
    height: 100%;
}

.module-our-business_content>*:first-child {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .grid_col .module-our-business_title {
        display: block;
    }

    .module-our-business_titles--desktop {
        display: none;
    }

    .module-our-business_title h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1;
    }

    .module-our-business_box {
        height: auto;
    }

    .module-our-business .grid_col+.grid_col {
        margin-top: 45px;
    }
}


/*-------- Infographic ---------*/

.module-infographic {
    background-image: url('../design/banner/banner_infographic.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.module-infographic .grid {
    max-width: 965px;
    margin: 0 auto;
}

.module-infographic .grid_col h4 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 45px;
    font-weight: 300;
    color: #fff;
}

.module-infographic .grid_col p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    margin: 15px 0 0;
}

.module-infographic .grid_col+.grid_col {
    border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    .module-infographic {
        background-image: url("../design/banner/banner_infographic-mobile.png");
    }

    .module-infographic .grid_col {
        position: relative;
    }

    .module-infographic .grid_col+.grid_col {
        border-left: 0;
        padding-top: 40px;
        margin-top: 40px;
    }

    .module-infographic .grid_col+.grid_col:before {
        content: "";
        width: 90px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(255, 255, 255, .8);
    }
}


/*-------- Our Benefits ---------*/

.module-our-benefits .module_intro-text {
    max-width: 680px;
    margin: 0 auto 30px;
    line-height: 30px;
}

.module-our-benefits .module_item {
    position: relative;
    padding: 23px 0 26px 68px;
}

.module-our-benefits .grid_col .module_item:nth-child(1) {
    border-top: 1px solid #D8D8D8;
}

.module-our-benefits .grid_col .module_item {
    border-top: 0;
    border-bottom: 1px solid #D8D8D8;
}

.module-our-benefits_intro {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.module-our-benefits_intro>p {
    line-height: 30px;
}

.module-our-benefits_icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    text-align: center;
}

.module-our-benefits_text {
    color: #007934;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
}

.module-our-benefits_footnotes {
    font-weight: 300;
    max-width: 735px;
    margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
    .module-our-benefits .grid_col+.grid_col .module_item:nth-child(1) {
        border-top: 0;
    }
}


/*-------- Our Locations ---------*/

.module-our-locations--careers .module-our-locations_right {
    align-items: center;
    align-content: center;
}

/*-------- Who We Need ---------*/

.module-who-we-need {
    background-color: #F7F5F5;
}

.module-who-we-need .slick-slider {
    padding: 0;
}

.module-who-we-need .slick-arrow:before {
    font-size: 43px;
    color: #007934;
}

.module-who-we-need .module_item {
    padding: 40px 25px;
    position: relative;
}

.module-who-we-need .grid_col+.grid_col>.module_item:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 1px;
    height: 130px;
    background-color: rgba(216, 216, 216, 0.5);
}

.module-who-we-need_icon i {
    font-size: 85px;
    color: #007934;
}

.module-who-we-need_text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-top: 25px;
    display: block;
    text-transform: uppercase;
    color: #007934;
}

@media screen and (max-width: 1024px) {
    .module-who-we-need .slick-slider {
        padding: 0 45px;
    }

    .module-who-we-need .grid_col+.grid_col>.module_item:before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .module-who-we-need .module_item {
        padding: 30px 25px;
    }
}


/*-------- Opportunities Boxes---------*/

.module-open-positions {
    position: relative;
    z-index: 1;
}

.module-open-positions .module_title {
    margin-bottom: 30px;
}

.module-open-positions .module_container--inner h3 {
    margin: 20px 0 30px;
}

.module-open-positions .module-open-positions_desc {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.module-open-positions .module_item {
    border: 0;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px;
    margin-bottom: 20px;
}

.module-open-positions .module_label {
    display: block;
    text-align: left;
}

.module-open-positions .module_input {
    background: rgba(255, 255, 255, 0.9);
}

.module-open-positions .module_input.dropdown {
    background: rgba(255, 255, 255, 0.9) url(../design/svg/q4-icon_chevron-down-green.svg) no-repeat right 30px center;
    background-size: 14px 14px;
    max-height: 58px;
}

.module-open-positions .module_item--submit {
    min-width: 245px;
    margin-bottom: 22px;
}

.module-open-positions .module_item--submit .button {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .module-open-positions {
        background-position: right 28% center;
    }

    .module-open-positions .module_container--content {
        max-width: 500px;
        margin: 0 auto;
    }

    .module-open-positions .module_item {
        display: block;
        margin-bottom: 35px;
    }

    .module-open-positions .module_input.dropdown {
        width: 100%;
    }

    .module-open-positions .module_container--inner h3 {
        margin-top: 65px;
    }

    .module-open-positions .button {
        width: 100%;
        max-width: 480px;
    }
}

.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: "\e90e";
    font-size: 16px;
    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;
}

.fade-from-top {
    -webkit-transition: opacity 700ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 700ms cubic-bezier(.694, 0, .335, 1);
    transition: opacity 700ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 700ms cubic-bezier(.694, 0, .335, 1);
    -o-transition: opacity 700ms cubic-bezier(.694, 0, .335, 1), transform 700ms cubic-bezier(.694, 0, .335, 1);
    transition: opacity 700ms cubic-bezier(.694, 0, .335, 1), transform 700ms cubic-bezier(.694, 0, .335, 1);
    transition: opacity 700ms cubic-bezier(.694, 0, .335, 1), transform 700ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 700ms cubic-bezier(.694, 0, .335, 1);
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

.js--animate .fade-from-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/*# sourceMappingURL=global.css.map */


/*=====================IR OVERVIEW====================*/

.module-corporate-profile {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
}

.module-corporate-profile .module_container--inner {
    max-width: 765px;
    margin-left: auto;
    margin-right: auto;
}

.module-corporate-profile p {
    line-height: 1.666667;
}

.module-why-invest {
    background-image: url('../design/invest-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.module-why-invest h4 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.module-why-invest .grid {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    padding-top: 20px;
}

.module-why-invest .grid_col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    position: relative;
}

.module-why-invest .grid_col+.grid_col {
    border-left: 1px solid #fff;
}

.module-why-invest h4+p {
    margin-top: 10px;
}

.module-why-invest .grid_col p {
    line-height: 1.25;
    margin-bottom: 0;
}

.page-ir-overview .module-news-latest {
    background-image: url('../design/press-releases.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-ir-overview .module-news-latest .module_container--content {
    margin-bottom: 30px;
    padding-top: 10px;
}

.module-latest-events-presentation {
    background-image: url('../design/events-presentation-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

@media only screen and (max-width: 1024px) {
    .module-why-invest .grid_col:nth-child(2n+3) {
        border-left: none;
    }
}

@media only screen and (max-width: 768px) {
    .module-why-invest .grid_col {
        margin-bottom: 0;
    }

    .module-why-invest .grid_col+.grid_col {
        padding-top: 40px;
        margin-top: 40px;
    }

    .module-why-invest .grid_col+.grid_col,
    .module-why-invest .grid_col:nth-child(2n+3) {
        border-left: none;
    }

    .module-why-invest .grid_col+.grid_col:before {
        content: "";
        width: 90px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
    }
}


/*===================END IR OVERVIEW==================*/


/*=================SUPPLIER INFORMATION===============*/

.module-intro-page_title {
    text-align: right;
    padding-right: 40px;
    border-right: 1px solid #58A618;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .module-intro-page_title {
        text-align: left;
        border-right: none;
    }

    .module-intro-page_title:after {
        content: "";
        background-color: #58A618;
        position: absolute;
        bottom: 0;
        width: 195px;
        height: 1px;
        left: 0;
    }
}

.module-intro-page_title h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.18;
    text-transform: uppercase;
    color: #565A5C;
    margin: 0;
}

@media only screen and (max-width: 480px) {
    .module-intro-page_title h2 {
        font-size: 38px;
        font-size: 3.8rem;
    }
}

.module-intro-page_description.module-intro-page_description {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 1024px) {
    .module-intro-page_description.module-intro-page_description {
        padding-left: 0;
        padding-right: 0;
    }
}

.module-intro-page_description p {
    line-height: 1.6667;
}

.module-products-regulations {
    background-image: url('../design/supplier2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.module-products-regulations .module_container--inner {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.module-supplier-diversity {
    position: relative;
}

.module-supplier-diversity:after {
    content: "";
    background-image: url('../design/supplier-image3.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 37.5%;
}

.module-supplier-diversity_list {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
}

.module-supplier-diversity_list li+li {
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .module-supplier-diversity.module-supplier-diversity {
        padding-top: 320px;
    }

    .module-supplier-diversity:after {
        left: 0;
        width: auto;
        bottom: auto;
        height: 300px;
        background-position: center 30%;
    }
}

.module-supplier-diversity .grid_col {
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .module-supplier-diversity .grid_col {
        padding-right: 0;
    }
}

.module-supplier-contact {
    background-image: url('../design/greensection.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.module-supplier-contact .module_container--inner {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.module-downloads--suppliers .module_container--widget {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}


/*===============END SUPPLIER INFORMATION=============*/


/*=====================OUR APPROACH===================*/

.page-our-approach .pane--banner .module-banner {
    width: 55%;
}

.page-our-approach .pane--banner {
    background-image: url('../design/banner/our-approach-banner.jpg');
}

@media only screen and (max-width: 1024px) {
    .page-our-approach .pane--banner {
        background-position: center right 28%;
        background-size: auto 82%;
    }

    .page-our-approach .pane--banner .module-banner {
        width: 100%;
    }
}

.module-message {
    background-image: url('../design/ceo-message-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.module-message .grid_col+.grid_col {
    margin-top: 20px;
}

.module-message h3 {
    text-transform: none;
}

.module_trigger {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
    display: inline-block;
}

.module_trigger:after {
    font-family: 'q4-icons';
    content: "\e958";
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.module_trigger.js--active:after {
    content: "\e959";
}

.module-message .module_trigger {
    margin-top: 20px;
    color: #5F6572;
}

.module-message_hidden {
    display: none;
}

.module-message_hidden.js--revealed {
    display: block;
}

.module_intro {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
}

.module_intro p {
    line-height: 1.6667;
}

.module-sustainability-policy {
    background-color: #56B146;
}

.module-sustainability-policy .module_intro>*:last-child {
    margin-bottom: 0;
}

.module-compliance {
    background-image: url('../design/compliance2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.module-compliance .module_intro {
    max-width: 1170px;
    margin: 0 auto;
}

.module-compliance .slick-list {
    background: rgba(255, 255, 255, 0.63);
}

.module-compliance-slider {
    padding-top: 70px;
    padding-bottom: 70px;
}

.module-compliance .module-compliance-slider {
    margin-top: 70px;
}

.module-compliance-slider .slick-slider {
    padding: 0 110px;
}

@media only screen and (max-width: 1279px) {
    .module-compliance-slider .slick-slider {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .module-compliance-slider .slick-slider {
        padding: 0;
    }
}

.module-compliance-slider .module_item {
    padding: 20px;
}

.module-compliance-slider .module_description {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 30px;
}

@media only screen and (max-width: 768px) {
    .module-compliance-slider .module_description {
        padding-left: 0;
        padding-top: 40px;
    }
}

.module-compliance-slider h3 {
    font-weight: 700;
    margin-top: 0;
    color: #007934;
}

.module-compliance-slider .module_description>p {
    line-height: 1.4;
}

.module-compliance-slider .slick-arrow {
    color: #fff;
}

.module-compliance-slider .slick-arrow:before {
    font-size: 43px;
}

.module-compliance-slider .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.module-compliance-slider .slick-dots button,
.module-compliance-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.module-core-values .module_intro {
    font-size: 30px;
    font-size: 3rem;
    max-width: 870px;
    margin: 0 auto;
}

.module-core-values .module_intro p {
    line-height: 1.3334;
}

.module-core-values .module-information {
    padding-top: 20px;
}

.module-information .module_item {
    padding: 0;
    border: none;
}

.module-information .module_item.grid_col {
    padding-left: 20px;
}

.module-information .module_item_inner {
    padding: 20px 0;
    height: 100%;
    border-top: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    text-align: left;
}

.module-information .module_item:nth-last-child(1) .module_item_inner,
.module-information .module_item:nth-last-child(2) .module_item_inner {
    border-bottom: 1px solid #D8D8D8;
}

@media only screen and (max-width: 768px) {
    .module-information .module_item:nth-last-child(2) .module_item_inner {
        border-bottom: none;
    }

    .module-information .module_item_inner {
        display: block;
    }
}

.module-information .module_item-icon {
    display: inline-block;
    width: 100%;
    max-width: 85px;
    text-align: center;
    padding-right: 10px;
}

.module-information .module_item-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #007934;
    padding-right: 10px;
}

.module-stakeholder-results {
    background-image: url('../design/stakeholder-assessment.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .module-stakeholder-results .grid_col+.grid_col {
        margin-top: 30px;
    }
}

.module-stakeholder-results .grid_col .module_title {
    margin-bottom: 0;
}

.module-stakeholder-results .module_item {
    display: inline-block;
    padding: 0;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}

.module-stakeholder-results .module_item img {
    display: block;
    width: 100%;
}

.module-stakeholder-results .module_item-title {
    background-color: #D0D1B4;
    padding: 23px 25px;
}

.module-stakeholder-results .module_item-title>a {
    color: #565A5C;
    margin-bottom: 0;
}

.module-stakeholder-results .module_link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #565A5C;
    text-transform: uppercase;
    position: relative;
    padding-right: 32px;
}

.module-stakeholder-results .module_link:after {
    font-family: 'q4-icons';
    content: "\e95a";
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #007934;
}

.module-tiles_item {
    padding-top: 20px;
}

.module-tiles_item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px;
    background: linear-gradient(180deg, #F7F4F4 0%, rgba(238, 238, 238, 0) 60%, rgba(238, 238, 238, 0) 100%);
}

.background--grey .module-tiles_item-inner {
    background: #fff;
}

.module-tiles_item-icon img {
    max-height: 100px;
}

.module-tiles_item-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
    color: #565A5C;
    margin: 1em 0;
}

/*-------- Contact Us Tabs ---------*/
.module-tab--contact-us {
    background-image: url('../design/banner/banner_contact-us-tabs.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-tab--contact-us .module-tab_item {
    visibility: visible;
    opacity: 1;
}

.module-tab--contact-us .module-tab_item.js--hidden {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
}

.module-covid {
    position: relative;
    background-color: rgb(21, 21, 21);
    padding: 12px 0;
    color: #fff;
    background-image: url("../design/banner/banner_covid-molecule.jpg");
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: top -20px right;
    border-bottom: 3px solid #b72121;
    text-shadow: 1px 1px 2px #000;
}

.module-covid p {
    margin: 0;
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
}

.module-covid a {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {

    .module-covid:before,
    .module-covid:after {
        display: none;
    }
}

/*===================END OUR APPROACH=================*/

/*===================Animations=================*/

@-webkit-keyframes bounce-to-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-to-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounce-to-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-to-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounce-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ownership: start */

.institutional-ownership {
    font-size: 1.4rem;
    font-weight: 400;
}

.institutional-ownership .visible-legacy,
.institutional-ownership .visible-medium {
    display: none;
}

.institutional-ownership .institutional-ownership_row {
    border-left: 3px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.institutional-ownership .institutional-ownership_row:not(.institutional-ownership_row--header):hover {
    border-left-color: #007934;
    background-color: #F7F5F5;
}

.institutional-ownership .institutional-ownership_row--header {
    border-left: none;
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
}

.institutional-ownership .institutional-ownership_total-dropdown {
    display: none;
    padding: 10px 20px;
}

.institutional-ownership .irwCustomDropDown {
    position: relative;
}

.institutional-ownership .institutional-ownership_toggle {
    margin: 0;
    padding: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #F7F5F5;
    font-family: inherit;
    position: relative;
    width: 100%;
    max-width: 300px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 21px 45px 21px 35px;
    background: transparent url(../design/svg/q4-icon_chevron-down-green.svg) no-repeat right 30px center;
    background-size: 14px 14px;
    color: #007934;
    text-transform: uppercase;
    border: 1px solid #007934;
    background: transparent;
    border-radius: 28px;
    font-family: inherit;
}

.institutional-ownership .institutional-ownership_toggle-carret {
    background-image: url("https://q4sandbox2.q4web.com/files/design/svg/q4-icon_chevron-down-black.svg");
    position: absolute;
    right: 20px;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.institutional-ownership .institutional-ownership_toggle-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    background-color: #fff;
    margin: 5px 0 0 0;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #dddddd;
    list-style-type: none;
}

.institutional-ownership .open .institutional-ownership_toggle-dropdown {
    display: block;
}

.institutional-ownership .institutional-ownership_toggle-dropdown li:not(:last-child) {
    margin-bottom: 15px;
}

.institutional-ownership .institutional-ownership_toggle-dropdown a {
    color: inherit;
    cursor: pointer;
}

.institutional-ownership .institutional-ownership_toggle-dropdown h4 {
    margin: 0 0 5px 0;
    font-weight: normal;
    color: inherit;
    text-transform: none;
    font-size: 1.4rem;
}

.institutional-ownership .institutional-ownership_toggle-dropdown li:not(:last-child) a:hover h4 {
    color: #007934;
}

.institutional-ownership .institutional-ownership_toggle-dropdown li:last-child a {
    pointer-events: none;
    cursor: default;
}

.institutional-ownership .institutional-ownership_toggle-dropdown li:last-child {
    opacity: 0.7;
}

.institutional-ownership .institutional-ownership_toggle-dropdown small {
    margin-right: 5px;
    font-size: 1.2rem;
}

.institutional-ownership .institutional-ownership_row .grid_col {
    padding-left: 15px;
    padding-right: 15px;
    ;
}

.institutional-ownership .table th,
.institutional-ownership .table td {
    text-align: center;
}

.institutional-ownership .table th:first-child,
.institutional-ownership .table td:first-child {
    text-align: left;
}

.institutional-ownership .table th:last-child,
.institutional-ownership .table td:last-child {
    text-align: right;
}

.institutional-ownership .table--hover tbody tr td:first-child {
    border-left: 3px solid transparent;
}

.institutional-ownership .table--hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.institutional-ownership .table--hover tbody tr:hover td:first-child {
    border-left-color: #007934;
}

.institutional-ownership .institutional-ownership_nav li {
    border-left: 3px solid transparent;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
    margin-right: 20px;
}

.institutional-ownership .institutional-ownership_nav li.institutional-ownership_nav-tab--inactive {
    pointer-events: none;
}

.institutional-ownership .institutional-ownership_nav li.active,
.institutional-ownership .institutional-ownership_nav li:not(.institutional-ownership_nav-tab--inactive):hover {
    border-left-color: #007934;
    background-color: #F7F5F5;
}

.institutional-ownership .institutional-ownership_nav a {
    color: inherit;
}

.institutional-ownership .institutional-ownership_nav a:focus {
    text-decoration: none !important;
}

.institutional-ownership .institutional-ownership_nav h4 {
    margin: 0 0 5px 0;
    text-transform: none;
    color: #007934;
    font-size: 1.4rem;
}

.institutional-ownership .institutional-ownership_nav .institutional-ownership_nav-tab--inactive h4 {
    color: inherit;
    opacity: 0.7;
}

.institutional-ownership .institutional-ownership_nav-text {
    display: flex;
    padding: 5px 0 0 0;
    color: inherit;
}

.institutional-ownership .institutional-ownership_nav-connector {
    background-color: #F7F5F5;
    position: absolute;
    width: 21px;
    top: -1px;
    bottom: -1px;
    left: 100%;
    display: none;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.institutional-ownership .institutional-ownership_nav li.active .institutional-ownership_nav-connector,
.institutional-ownership .institutional-ownership_nav li:not(.institutional-ownership_nav-tab--inactive):hover .institutional-ownership_nav-connector {
    display: block;
}

.institutional-ownership .institutional-ownership_nav-text>small:first-child {
    flex-basis: 80px;
}

.institutional-ownership .institutional-ownership_content {
    background-color: #F7F5F5;
    padding: 15px 20px;
    border: 1px solid #dddddd;
    min-height: 610px;
}

.institutional-ownership .institutional-ownership_select {
    background-color: white;
    font-size: 1.4rem;
}

.institutional-ownership .institutional-ownership_table--content thead {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.institutional-ownership .institutional-ownership_table--content th {
    white-space: nowrap;
    color: #007934;
    background-color: transparent;
    font-weight: 700;
}

.institutional-ownership .institutional-ownership_table--content tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.institutional-ownership tr:not(.footable-detail-row) td.footable-first-visible {
    cursor: pointer;
}

.institutional-ownership .footable-detail-row table.footable-details {
    margin: 0;
}

.institutional-ownership .footable-detail-row table.footable-details tr,
.institutional-ownership .footable-detail-row table.footable-details tr:nth-child(even) {
    background-color: white;
}

.institutional-ownership .footable-toggle {
    font-family: 'q4-icons' !important;
    cursor: pointer;
}

.institutional-ownership .fooicon-plus:before {
    content: '\ed5d';
}

.institutional-ownership .fooicon-minus:before {
    content: "\ed5e";
}

.institutional-ownership .fooicon-loader:before {
    font-family: 'q4-icons' !important;
    content: "\eb27";
}

.pagination {
    margin: 20px 0;
}

.pagination button {
    margin-bottom: 5px;
    border: 1px solid #ddd;
    background: transparent;
    padding: 5px 10px;
    margin: 0 3px 5px 3px;
    border-radius: 4px;
    cursor: pointer;
}

.pagination button:hover {
    background-color: #F7F5F5;
}

.pagination button.disabled {
    opacity: 0.3;
}

.pagination button.btn-primary {
    background-color: #007934;
    color: #ffffff;
}

.pagination .pagination_page {
    display: none;
}

.pagination .pagination_prev,
.pagination .pagination_next {
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

@media screen and (max-width: 1024px) {
    .institutional-ownership .visible-legacy {
        display: block;
    }

    .institutional-ownership .hidden-legacy {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .institutional-ownership .visible-medium {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .institutional-ownership .institutional-ownership_table--content {
        font-size: 1.2rem;
    }
}

/* ownership: end */