/*==================================
 ------------ RESET CSS -----------
==================================*/

html,
body,
applet,
object,
.module-news-banner .module_container--outer 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;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.no-type-list ol,
.no-type-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*Global Links Icon*/

a[target="_blank"]:after {
    content: "";
    background: transparent url(../design/external_link.gif) no-repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
}

a[href*="/files"]:after,
a[href*="/CIK-"]:after,
.module_rss a:after,
.module-rss a[href*="/preview/rss"]:after,
.module-event-archive a:after,
.social-links a:after,
.module_add-to-calendar-list a:after,
.module-add-to-any a:after {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
b {
    font-weight: 700;
}

em {
    font-style: italic;
}


/*---------- Animations ----------*/

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*==================================
 --------- DEFAULT STYLES ---------
==================================*/

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
}

body {
    overflow-x: hidden;
    color: #3d3935;
}


/*---------- TYPOGRAPHY ----------*/

h1 {
    font-size: 48px;
    font-weight: 900;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 40px;
        line-height: 2.5rem;
    }
}

h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 25px;
    }
}

.layout--three-column .pane--content h2,
.layout--two-column .pane--content h2,
.layout--one-column .pane--content h2 {
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #00704a;
    word-break: break-word;
}

a:hover {
    color: #3d3935;
}

p,
.pane--content ul {
    color: #3d3935;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.pane--content .module-faq ul {
    font-size: 13px;
    color: #776e64;
}

i {
    display: inline-block;
}

small {
    font-size: 13px;
    font-weight: 500;
    color: #808080;
}

sub {
    display: inline-block;
    vertical-align: sub;
    font-size: 1rem;
}

sup {
    display: inline-block;
    vertical-align: super;
    font-size: 1rem;
}

h2 sup {
    display: inline-block;
    font-size: 2rem;
}

/*------------ COMMON ------------*/

img {
    max-width: 100%;
}


/*CHECKBOX*/

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
    text-decoration: underline;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #abb9c4;
    border-radius: 2px;
    margin-top: -8px;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -4px;
}

input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after {
    border-radius: 100%;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    width: 8px;
    height: 8px;
    border: 4px solid #3d3935;
    border-radius: 2px;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

iframe {
    width: 100%;
}


/*------- HACKS AND FIXES -------*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
}


/*------------ LISTS ------------*/

.list {
    margin: 16px 0;
    padding-left: 32px;
    padding-left: 2rem;
    list-style-type: disc;
}

.list li {
    line-height: 24px;
    line-height: 1.5rem;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}


/*------- BUTTONS / INPUTS -------*/

.input,
.textarea,
.dropdown,
.upload {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 12px 40px;
    background: transparent;
    border: 2px solid #abb9c4;
    border-radius: 0;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: normal;
}

input[type="submit"],
.submit,
.button,
.module_view-all-link {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    padding: 13.5px 10px;
    background: #208446;
    background: linear-gradient(#5fab40, #208446);
    color: #fff;
    border: none;
    line-height: 15px;
    min-width: 100px;
    text-align: center;
    text-transform: capitalize;
}

.layout .button:hover,
.layout .module_view-all-link:hover {
    color: #fff;
}

.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear,
.button::-ms-clear {
    display: none;
}

.submit,
.button,
.upload,
.dropdown {
    cursor: pointer;
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.button {
    transition: 0.3s ease-in-out;
}

.button:hover {
    /*background: #006fba;*/
    color: #fff;
}

.button--inverted {
    background: #006fba;
    color: #fff;
}

.button--inverted:hover {
    background: transparent;
    color: #006fba;
}

.button--dark {
    border: 2px solid #fff;
    color: #fff;
}

.button--dark:hover {
    background: #fff;
    color: #222;
}

.dropdown {
    padding: 11px 35px 13px 20px;
    background: transparent url('../design/arrow-down.png') no-repeat right 10px center;
    font-size: 13px;
    color: #776e64;
    border: 1px solid #abb9c4;
}

.dropdown::-ms-expand {
    display: none;
}

.module-more-link {
    font-size: 18px;
}


/*------------ TABLES ------------*/

.custom-table {
    overflow: auto;
}

.table_responisve {
    width: 100%;
    overflow-x: auto;
}

.table {
    width: 100%;
    margin: 16px 0;
    border: 1px solid #abb9c4;
}

.table tr {
    border-bottom: 1px solid #abb9c4;
}

.table thead {
    background-color: #00704a;
    font-weight: 700;
}

.table thead th {
    text-align: left;
}

.table th,
.table td,
.table tr > .grid_col {
    margin: 0;
    padding: 15px 8px;
}

.table th {
    color: #fff;
}

.table--headless tr:nth-child(even) {
    background-color: transparent;
}

.table--headless tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.table--headless tr:first-child {
    background-color: #006fba;
    text-align: left;
}

.table--headless tr:first-child td {
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .table--responsive thead {
        display: none;
    }

    .table--responsive td {
        display: block;
        padding: 5px 8px;
    }

    .table--responsive td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}

/*CUSTOM TABLE*/
.module-news-details .bwtextaligncenter,
.module-news-details .bwalignc {
    text-align: center;
}

.module-news-details .bwtextalignleft,
.module-news-details .bwalignl {
    text-align: left;
}

.module-news-details .bwtextalignright,
.module-news-details .bwalignr {
    text-align: right;
}

.module-news-details .bwverticalaligntop,
.module-news-details .bwvertalignt {
    vertical-align: top;
}

.module-news-details .bwverticalalignmiddle,
.module-news-details .bwvertalignm {
    vertical-align: middle;
}

.module-news-details .bwverticalalignbottom,
.module-news-details .bwvertalignb {
    vertical-align: bottom;
}

.module-news-details .bwtablefigurealign,
.module-news-details .bwfigurealign {
    text-align: right;
    vertical-align: bottom;
}

.module-news-details .bwtabletextalign,
.module-news-details .bwtxtalign {
    text-align: left;
    vertical-align: bottom;
}

.module-news-details .bwwhitespacenowrap,
.module-news-details .bwnowrap {
    white-space: nowrap;
}

.module-news-details .bwsinglebottomborder,
.module-news-details .bwsinglebottom {
    border-bottom: solid black 1.0pt;
}

.module-news-details .bwdoublebottomborder,
.module-news-details .bwdoublebottom {
    border-bottom: double black 2.25pt;
}

.module-news-details .bwsingletopborder,
.module-news-details .bwsingletop {
    border-top: solid black 1.0pt;
}

.module-news-details .bwdoubletopborder,
.module-news-details .bwdoubletop {
    border-top: double black 2.25pt;
}

.module-news-details .bwcellpaddingleft0,
.module-news-details .bwpadl0 {
    padding-left: 0.0px;
}

.module-news-details .bwcellpaddingleft1,
.module-news-details .bwpadl1 {
    padding-left: 5.0px;
}

.module-news-details .bwcellpaddingleft2,
.module-news-details .bwpadl2 {
    padding-left: 10.0px;
}

.module-news-details .bwcellpaddingleft3,
.module-news-details .bwpadl3 {
    padding-left: 15.0px;
}

.module-news-details .bwcellpaddingleft4,
.module-news-details .bwpadl4 {
    padding-left: 20.0px;
}

.module-news-details .bwcellpaddingleft5,
.module-news-details .bwpadl5 {
    padding-left: 25.0px;
}

.module-news-details .bwcellpaddingleft6,
.module-news-details .bwpadl6 {
    padding-left: 30.0px;
}

.module-news-details .bwcellpaddingleft7,
.module-news-details .bwpadl7 {
    padding-left: 35.0px;
}

.module-news-details .bwcellpaddingleft8,
.module-news-details .bwpadl8 {
    padding-left: 40.0px;
}

.module-news-details .bwcellpaddingleft9,
.module-news-details .bwpadl9 {
    padding-left: 45.0px;
}

.module-news-details .bwcellpaddingleft10,
.module-news-details .bwpadl10 {
    padding-left: 50.0px;
}

.module-news-details .bwcellpaddingleft11,
.module-news-details .bwpadl11 {
    padding-left: 55.0px;
}

.module-news-details .bwcellpaddingleft12,
.module-news-details .bwpadl12 {
    padding-left: 60.0px;
}

.module-news-details .bwcellpaddingleft13,
.module-news-details .bwpadl13 {
    padding-left: 65.0px;
}

.module-news-details .bwcellpaddingleft14,
.module-news-details .bwpadl14 {
    padding-left: 70.0px;
}

.module-news-details .bwcellpaddingleft15,
.module-news-details .bwpadl15 {
    padding-left: 75.0px;
}

.module-news-details .bwcellpaddingleft16,
.module-news-details .bwpadl16 {
    padding-left: 80.0px;
}

.module-news-details .bwcellpaddingleft17,
.module-news-details .bwpadl17 {
    padding-left: 85.0px;
}

.module-news-details .bwcellpaddingleft18,
.module-news-details .bwpadl18 {
    padding-left: 90.0px;
}

.module-news-details .bwcellpaddingleft19,
.module-news-details .bwpadl19 {
    padding-left: 95.0px;
}

.module-news-details .bwcellpaddingleft20,
.module-news-details .bwpadl20 {
    padding-left: 100.0px;
}

.module-news-details .bwcellpaddingright0,
.module-news-details .bwpadr0 {
    padding-right: 0.0px;
}

.module-news-details .bwcellpaddingright1,
.module-news-details .bwpadr1 {
    padding-right: 5.0px;
}

.module-news-details .bwcellpaddingright2,
.module-news-details .bwpadr2 {
    padding-right: 10.0px;
}

.module-news-details .bwcellpaddingright3,
.module-news-details .bwpadr3 {
    padding-right: 15.0px;
}

.module-news-details .bwcellpaddingright4,
.module-news-details .bwpadr4 {
    padding-right: 20.0px;
}

.module-news-details .bwcellpaddingright5,
.module-news-details .bwpadr5 {
    padding-right: 25.0px;
}

.module-news-details .bwcellpaddingright6,
.module-news-details .bwpadr6 {
    padding-right: 30.0px;
}

.module-news-details .bwcellpaddingright7,
.module-news-details .bwpadr7 {
    padding-right: 35.0px;
}

.module-news-details .bwcellpaddingright8,
.module-news-details .bwpadr8 {
    padding-right: 40.0px;
}

.module-news-details .bwcellpaddingright9,
.module-news-details .bwpadr9 {
    padding-right: 45.0px;
}

.module-news-details .bwcellpaddingright10,
.module-news-details .bwpadr10 {
    padding-right: 50.0px;
}

.module-news-details .bwcellpaddingtop1,
.module-news-details .bwpadt1 {
    padding-top: 10.0px;
}

.module-news-details .bwcellpaddingtop2,
.module-news-details .bwpadt2 {
    padding-top: 20.0px;
}

.module-news-details .bwcellpaddingtop3,
.module-news-details .bwpadt3 {
    padding-top: 30.0px;
}

.module-news-details .bwcellpaddingtop4,
.module-news-details .bwpadt4 {
    padding-top: 40.0px;
}

.module-news-details .bwcellpaddingtop5,
.module-news-details .bwpadt5 {
    padding-top: 50.0px;
}

.module-news-details .bwcellpaddingtop6,
.module-news-details .bwpadt6 {
    padding-top: 60.0px;
}

.module-news-details .bwcellpaddingtop7,
.module-news-details .bwpadt7 {
    padding-top: 70.0px;
}

.module-news-details .bwcellpaddingtop8,
.module-news-details .bwpadt8 {
    padding-top: 80.0px;
}

.module-news-details .bwcellpaddingtop9,
.module-news-details .bwpadt9 {
    padding-top: 90.0px;
}

.module-news-details .bwcellpaddingtop10,
.module-news-details .bwpadt10 {
    padding-top: 100.0px;
}

.module-news-details .bwcellpaddingtop11,
.module-news-details .bwpadt11 {
    padding-top: 110.0px;
}

.module-news-details .bwcellpaddingtop12,
.module-news-details .bwpadt12 {
    padding-top: 120.0px;
}

.module-news-details .bwcellpaddingtop13,
.module-news-details .bwpadt13 {
    padding-top: 130.0px;
}

.module-news-details .bwcellpaddingtop14,
.module-news-details .bwpadt14 {
    padding-top: 140.0px;
}

.module-news-details .bwcellpaddingtop15,
.module-news-details .bwpadt15 {
    padding-top: 150.0px;
}

.module-news-details .bwcellpaddingtop16,
.module-news-details .bwpadt16 {
    padding-top: 160.0px;
}

.module-news-details .bwcellpaddingtop17,
.module-news-details .bwpadt17 {
    padding-top: 170.0px;
}

.module-news-details .bwcellpaddingtop18,
.module-news-details .bwpadt18 {
    padding-top: 180.0px;
}

.module-news-details .bwcellpaddingtop19,
.module-news-details .bwpadt19 {
    padding-top: 190.0px;
}

.module-news-details .bwcellpaddingtop20,
.module-news-details .bwpadt20 {
    padding-top: 200.0px;
}

.module-news-details .bwcellpaddingbottom1,
.module-news-details .bwpadb1 {
    padding-bottom: 2.0px;
}

.module-news-details .bwcellpaddingbottom2,
.module-news-details .bwpadb2 {
    padding-bottom: 3.0px;
}

.module-news-details .bwcellpaddingbottom3,
.module-news-details .bwpadb3 {
    padding-bottom: 4.0px;
}

.module-news-details .bwunderlinestyle,
.module-news-details .bwuline {
    text-decoration: underline;
}

.module-news-details .bwdoubleunderlinestyle,
.module-news-details .bwdbluline {
    text-decoration: underline;
    border-bottom: 1px solid black;
}

.module-news-details .bwcolorred,
.module-news-details .bwred {
    color: red;
}

.module-news-details .bwcolorblack,
.module-news-details .bwblack {
    color: black;
}

.module-news-details .bwmarginleft1,
.module-news-details .bwmarginl1 {
    margin-left: 30.0px;
}

.module-news-details .bwmarginleft2,
.module-news-details .bwmarginl2 {
    margin-left: 60.0px;
}

.module-news-details .bwmarginleft3,
.module-news-details .bwmarginl3 {
    margin-left: 90.0px;
}

.module-news-details .bwmarginleft4,
.module-news-details .bwmarginl4 {
    margin-left: 120.0px;
}

.module-news-details .bwmarginleft5,
.module-news-details .bwmarginl5 {
    margin-left: 150.0px;
}

.module-news-details .bwmarginleft6,
.module-news-details .bwmarginl6 {
    margin-left: 180.0px;
}

.module-news-details .bwmarginleft7,
.module-news-details .bwmarginl7 {
    margin-left: 210.0px;
}

.module-news-details .bwmarginleft8,
.module-news-details .bwmarginl8 {
    margin-left: 240.0px;
}

.module-news-details .bwmarginleft9,
.module-news-details .bwmarginl9 {
    margin-left: 270.0px;
}

.module-news-details .bwmarginleft10,
.module-news-details .bwmarginl10 {
    margin-left: 300.0px;
}

.module-news-details .bwhangingindent,
.module-news-details .bwhangindent {
    text-indent: -30.0px;
}

.module-news-details .bwparagraphindent,
.module-news-details .bwpindent {
    text-indent: 30.0px;
}

.module-news-details .bwliststylenone,
.module-news-details .bwlistnone {
    list-style-image: none;
    list-style-type: none;
}

.module-news-details .bwliststyledisc,
.module-news-details .bwlistdisc {
    list-style-type: disc;
}

.module-news-details .bwliststylesquare,
.module-news-details .bwlistsquare {
    list-style-type: square;
}

.module-news-details .bwliststylecircle,
.module-news-details .bwlistcircle {
    list-style-type: circle;
}

.module-news-details .bwliststyledecimal,
.module-news-details .bwlistdecimal {
    list-style-type: decimal;
}

.module-news-details .bwliststyleloweralpha,
.module-news-details .bwlistlowalpha {
    list-style-type: lower-alpha;
}

.module-news-details .bwliststyleupperalpha,
.module-news-details .bwlistupalpha {
    list-style-type: upper-alpha;
}

.module-news-details .bwliststylelowerroman,
.module-news-details .bwlistlowroman {
    list-style-type: lower-roman;
}

.module-news-details .bwliststyleupperroman,
.module-news-details .bwlistuproman {
    list-style-type: upper-roman;
}

.module-news-details .bwlistitemmarginbottom,
.module-news-details .bwlistitemmargb {
    margin-bottom: 10.0px;
}

.module-news-details .bwcellparagraphmargin,
.module-news-details .bwcellpmargin {
    margin-bottom: 0px;
    margin-top: 0px;
}

.module-news-details .bwtablebottommargin,
.module-news-details .bwtablemarginb {
    margin-bottom: 10.0px;
}

.module-news-details .bwblockaligncenter,
.module-news-details .bwblockalignc {
    margin-left: auto;
    margin-right: auto;
}

.module-news-details .bwblockalignleft,
.module-news-details .bwblockalignl {
    margin-left: 0px;
    margin-right: auto;
}

.module-news-details .bwblockalignright,
.module-news-details .bwblockalignr {
    margin-left: auto;
    margin-right: 0px;
}

.module-news-details .bwwidthpercent1,
.module-news-details .bwwidth1 {
    width: 1%;
}

.module-news-details .bwwidthpercent2,
.module-news-details .bwwidth2 {
    width: 2%;
}

.module-news-details .bwwidthpercent3,
.module-news-details .bwwidth3 {
    width: 3%;
}

.module-news-details .bwwidthpercent4,
.module-news-details .bwwidth4 {
    width: 4%;
}

.module-news-details .bwwidthpercent5,
.module-news-details .bwwidth5 {
    width: 5%;
}

.module-news-details .bwwidthpercent6,
.module-news-details .bwwidth6 {
    width: 6%;
}

.module-news-details .bwwidthpercent7,
.module-news-details .bwwidth7 {
    width: 7%;
}

.module-news-details .bwwidthpercent8,
.module-news-details .bwwidth8 {
    width: 8%;
}

.module-news-details .bwwidthpercent9,
.module-news-details .bwwidth9 {
    width: 9%;
}

.module-news-details .bwwidthpercent10,
.module-news-details .bwwidth10 {
    width: 10%;
}

.module-news-details .bwwidthpercent11,
.module-news-details .bwwidth11 {
    width: 11%;
}

.module-news-details .bwwidthpercent12,
.module-news-details .bwwidth12 {
    width: 12%;
}

.module-news-details .bwwidthpercent13,
.module-news-details .bwwidth13 {
    width: 13%;
}

.module-news-details .bwwidthpercent14,
.module-news-details .bwwidth14 {
    width: 14%;
}

.module-news-details .bwwidthpercent15,
.module-news-details .bwwidth15 {
    width: 15%;
}

.module-news-details .bwwidthpercent16,
.module-news-details .bwwidth16 {
    width: 16%;
}

.module-news-details .bwwidthpercent17,
.module-news-details .bwwidth17 {
    width: 17%;
}

.module-news-details .bwwidthpercent18,
.module-news-details .bwwidth18 {
    width: 18%;
}

.module-news-details .bwwidthpercent19,
.module-news-details .bwwidth19 {
    width: 19%;
}

.module-news-details .bwwidthpercent20,
.module-news-details .bwwidth20 {
    width: 20%;
}

.module-news-details .bwwidthpercent21,
.module-news-details .bwwidth21 {
    width: 21%;
}

.module-news-details .bwwidthpercent22,
.module-news-details .bwwidth22 {
    width: 22%;
}

.module-news-details .bwwidthpercent23,
.module-news-details .bwwidth23 {
    width: 23%;
}

.module-news-details .bwwidthpercent24,
.module-news-details .bwwidth24 {
    width: 24%;
}

.module-news-details .bwwidthpercent25,
.module-news-details .bwwidth25 {
    width: 25%;
}

.module-news-details .bwwidthpercent26,
.module-news-details .bwwidth26 {
    width: 26%;
}

.module-news-details .bwwidthpercent27,
.module-news-details .bwwidth27 {
    width: 27%;
}

.module-news-details .bwwidthpercent28,
.module-news-details .bwwidth28 {
    width: 28%;
}

.module-news-details .bwwidthpercent29,
.module-news-details .bwwidth29 {
    width: 29%;
}

.module-news-details .bwwidthpercent30,
.module-news-details .bwwidth30 {
    width: 30%;
}

.module-news-details .bwwidthpercent31,
.module-news-details .bwwidth31 {
    width: 31%;
}

.module-news-details .bwwidthpercent32,
.module-news-details .bwwidth32 {
    width: 32%;
}

.module-news-details .bwwidthpercent33,
.module-news-details .bwwidth33 {
    width: 33%;
}

.module-news-details .bwwidthpercent34,
.module-news-details .bwwidth34 {
    width: 34%;
}

.module-news-details .bwwidthpercent35,
.module-news-details .bwwidth35 {
    width: 35%;
}

.module-news-details .bwwidthpercent36,
.module-news-details .bwwidth36 {
    width: 36%;
}

.module-news-details .bwwidthpercent37,
.module-news-details .bwwidth37 {
    width: 37%;
}

.module-news-details .bwwidthpercent38,
.module-news-details .bwwidth38 {
    width: 38%;
}

.module-news-details .bwwidthpercent39,
.module-news-details .bwwidth39 {
    width: 39%;
}

.module-news-details .bwwidthpercent40,
.module-news-details .bwwidth40 {
    width: 40%;
}

.module-news-details .bwwidthpercent41,
.module-news-details .bwwidth41 {
    width: 41%;
}

.module-news-details .bwwidthpercent42,
.module-news-details .bwwidth42 {
    width: 42%;
}

.module-news-details .bwwidthpercent43,
.module-news-details .bwwidth43 {
    width: 43%;
}

.module-news-details .bwwidthpercent44,
.module-news-details .bwwidth44 {
    width: 44%;
}

.module-news-details .bwwidthpercent45,
.module-news-details .bwwidth45 {
    width: 45%;
}

.module-news-details .bwwidthpercent46,
.module-news-details .bwwidth46 {
    width: 46%;
}

.module-news-details .bwwidthpercent47,
.module-news-details .bwwidth47 {
    width: 47%;
}

.module-news-details .bwwidthpercent48,
.module-news-details .bwwidth48 {
    width: 48%;
}

.module-news-details .bwwidthpercent49,
.module-news-details .bwwidth49 {
    width: 49%;
}

.module-news-details .bwwidthpercent50,
.module-news-details .bwwidth50 {
    width: 50%;
}

.module-news-details .bwwidthpercent51,
.module-news-details .bwwidth51 {
    width: 51%;
}

.module-news-details .bwwidthpercent52,
.module-news-details .bwwidth52 {
    width: 52%;
}

.module-news-details .bwwidthpercent53,
.module-news-details .bwwidth53 {
    width: 53%;
}

.module-news-details .bwwidthpercent54,
.module-news-details .bwwidth54 {
    width: 54%;
}

.module-news-details .bwwidthpercent55,
.module-news-details .bwwidth55 {
    width: 55%;
}

.module-news-details .bwwidthpercent56,
.module-news-details .bwwidth56 {
    width: 56%;
}

.module-news-details .bwwidthpercent57,
.module-news-details .bwwidth57 {
    width: 57%;
}

.module-news-details .bwwidthpercent58,
.module-news-details .bwwidth58 {
    width: 58%;
}

.module-news-details .bwwidthpercent59,
.module-news-details .bwwidth59 {
    width: 59%;
}

.module-news-details .bwwidthpercent60,
.module-news-details .bwwidth60 {
    width: 60%;
}

.module-news-details .bwwidthpercent61,
.module-news-details .bwwidth61 {
    width: 61%;
}

.module-news-details .bwwidthpercent62,
.module-news-details .bwwidth62 {
    width: 62%;
}

.module-news-details .bwwidthpercent63,
.module-news-details .bwwidth63 {
    width: 63%;
}

.module-news-details .bwwidthpercent64,
.module-news-details .bwwidth64 {
    width: 64%;
}

.module-news-details .bwwidthpercent65,
.module-news-details .bwwidth65 {
    width: 65%;
}

.module-news-details .bwwidthpercent66,
.module-news-details .bwwidth66 {
    width: 66%;
}

.module-news-details .bwwidthpercent67,
.module-news-details .bwwidth67 {
    width: 67%;
}

.module-news-details .bwwidthpercent68,
.module-news-details .bwwidth68 {
    width: 68%;
}

.module-news-details .bwwidthpercent69,
.module-news-details .bwwidth69 {
    width: 69%;
}

.module-news-details .bwwidthpercent70,
.module-news-details .bwwidth70 {
    width: 70%;
}

.module-news-details .bwwidthpercent71,
.module-news-details .bwwidth71 {
    width: 71%;
}

.module-news-details .bwwidthpercent72,
.module-news-details .bwwidth72 {
    width: 72%;
}

.module-news-details .bwwidthpercent73,
.module-news-details .bwwidth73 {
    width: 73%;
}

.module-news-details .bwwidthpercent74,
.module-news-details .bwwidth74 {
    width: 74%;
}

.module-news-details .bwwidthpercent75,
.module-news-details .bwwidth75 {
    width: 75%;
}

.module-news-details .bwwidthpercent76,
.module-news-details .bwwidth76 {
    width: 76%;
}

.module-news-details .bwwidthpercent77,
.module-news-details .bwwidth77 {
    width: 77%;
}

.module-news-details .bwwidthpercent78,
.module-news-details .bwwidth78 {
    width: 78%;
}

.module-news-details .bwwidthpercent79,
.module-news-details .bwwidth79 {
    width: 79%;
}

.module-news-details .bwwidthpercent80,
.module-news-details .bwwidth80 {
    width: 80%;
}

.module-news-details .bwwidthpercent81,
.module-news-details .bwwidth81 {
    width: 81%;
}

.module-news-details .bwwidthpercent82,
.module-news-details .bwwidth82 {
    width: 82%;
}

.module-news-details .bwwidthpercent83,
.module-news-details .bwwidth83 {
    width: 83%;
}

.module-news-details .bwwidthpercent84,
.module-news-details .bwwidth84 {
    width: 84%;
}

.module-news-details .bwwidthpercent85,
.module-news-details .bwwidth85 {
    width: 85%;
}

.module-news-details .bwwidthpercent86,
.module-news-details .bwwidth86 {
    width: 86%;
}

.module-news-details .bwwidthpercent87,
.module-news-details .bwwidth87 {
    width: 87%;
}

.module-news-details .bwwidthpercent88,
.module-news-details .bwwidth88 {
    width: 88%;
}

.module-news-details .bwwidthpercent89,
.module-news-details .bwwidth89 {
    width: 89%;
}

.module-news-details .bwwidthpercent90,
.module-news-details .bwwidth90 {
    width: 90%;
}

.module-news-details .bwwidthpercent91,
.module-news-details .bwwidth91 {
    width: 91%;
}

.module-news-details .bwwidthpercent92,
.module-news-details .bwwidth92 {
    width: 92%;
}

.module-news-details .bwwidthpercent93,
.module-news-details .bwwidth93 {
    width: 93%;
}

.module-news-details .bwwidthpercent94,
.module-news-details .bwwidth94 {
    width: 94%;
}

.module-news-details .bwwidthpercent95,
.module-news-details .bwwidth95 {
    width: 95%;
}

.module-news-details .bwwidthpercent96,
.module-news-details .bwwidth96 {
    width: 96%;
}

.module-news-details .bwwidthpercent97,
.module-news-details .bwwidth97 {
    width: 97%;
}

.module-news-details .bwwidthpercent98,
.module-news-details .bwwidth98 {
    width: 98%;
}

.module-news-details .bwwidthpercent99,
.module-news-details .bwwidth99 {
    width: 99%;
}

.module-news-details .bwwidthpercent100,
.module-news-details .bwwidth100 {
    width: 100%;
}

table.CustomTable {
    border-spacing: 0;
    width: 100%;
}

.CustomTable tr {
    text-align: left;
}

.CustomTable tr td,
.CustomTable th,
.bwtablemarginb tr td,
.bwtablemarginb th {
    background: none transparent;
    border-bottom: 1px solid #D0D0CE;
    padding: 7px 5px;
    text-align: left;
}

.CustomTable th {
    font-weight: bold;
}

.bwtablemarginb,
.table-responsive {
    width: 100%;
    overflow-x: auto;
}

/*END CUSTOM TABLE*?
/*--------- SPECIAL BOXES --------*/

.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(0, 111, 186, 0.5);
    font-family: monospace, serif;
    font-size: 14px;
    font-size: 0.875rem;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    overflow: hidden;
}

.code_comment {
    opacity: 0.5;
}

.quote {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(241, 175, 15, 0.5);
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.quote p:before {
    margin-right: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1b";
}

.quote p:after {
    margin-left: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1c";
}


/*==================================
 ----------- TOAST GRID -----------
==================================*/

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
    width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
    width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
    width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
    margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
    margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
    margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
    margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
    margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
    margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
    margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
    margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
    margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
    margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
    margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.66667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.66667%;
}

.grid_col--5-of-6 {
    width: 83.33333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.33333%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.33333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.33333%;
}

.grid_col--2-of-12 {
    width: 16.66667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.66667%;
}

.grid_col--5-of-12 {
    width: 41.66667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.66667%;
}

.grid_col--7-of-12 {
    width: 58.33333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.33333%;
}

.grid_col--10-of-12 {
    width: 83.33333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.33333%;
}

.grid_col--11-of-12 {
    width: 91.66667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.66667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .grid_col {
        padding-left: 0px;
    }

    .layout--one-column .grid_col {
        padding-left: 0px;
        padding: 0px 10px;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }

    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }

    .grid_col.grid_col--lg-1-of-3 {
        width: 33.33333%;
    }

    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }

    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }

    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }

    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }

    .grid_col.grid_col--lc-1-of-3 {
        width: 33.33333%;
    }

    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }

    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }

    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }

    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }

    .grid_col.grid_col--md-1-of-3 {
        width: 33.33333%;
    }

    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }

    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }

    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }

    .grid_col.grid_col--sm-1-of-3 {
        width: 33.33333%;
    }

    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }

    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }

    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid_col--d-last {
    float: right;
}

.grid--no-gutter {
    margin-left: 0;
}

.grid--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}


/*==================================
 --------- UTILITY CLASSES --------
==================================*/

.hidden {
    display: none !important;
}

.disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.background--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background--brand {
    background-color: #00704a;
}

.background--alt-brand {
    background-color: #3d3935;
}

.background--dark {
    background-color: #222;
}

.background--light {
    background-color: #fff;
}

.background--grey {
    background-color: #776e64;
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #b72121;
}

.color--brand {
    color: #00704a;
}

.color--alt-brand {
    color: #3d3935;
}

.color--dark {
    color: #3d3935;
}

.color--grey {
    color: #776e64;
}

.color--success {
    color: #23a217;
}

.color--error,
.module_required,
.module_required_red {
    color: #b72121;
}

.dark {
    color: #fff;
}

.dark a {
    color: #fff;
}


/*==================================
 --------- ACCESSIBILITY ----------
==================================*/

*:focus {
    outline: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#maincontent:focus {
    outline: 0px;
}


/*---------- Javascript ----------*/

.js--loading:after {
    position: relative;
    left: 50%;
    display: inline-block;
    margin: 16px 0 16px -25px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb27";
    font-size: 50px;
    font-size: 3.125rem;
    animation: spin 0.8s infinite linear;
}

.js--hidden {
    display: none;
}

.js--visible {
    display: block;
}

.js--disabled {
    opacity: 0.3;
    border-color: #333333;
    transition: none;
    pointer-events: none;
}

.js--invalid input[type="text"],
.js--invalid select {
    border: 1px solid red !important;
}

.js--invalid input[type="checkbox"] {
    border-color: #b72121 !important;
}


/*==================================
 ----------- MODULE CSS -----------
==================================*/


/*-------- All Module CSS --------*/

.module_nav a {
    font-weight: 700;
}

.module_header,
.module_back-to-top,
.module_anchor-target,
.module_file-size,
.module_file-type,
.module_file-text,
.module_view-all-link,
.module_more {
    display: none;
}

.module_nav,
.module_headline,
.module_location,
.module_speakers,
.module_links,
.module_body,
.module_options,
.module_not-found {
    margin-bottom: 20px;
}

.module_error-container {
    margin-bottom: 30px;
    color: red;
}

.module_add-to-calendar-reveal {
    color: #00704a;
    cursor: pointer;
}

.module_add-to-calendar-reveal:hover {
    color: #3d3935;
}

.module_add-to-calendar-reveal:focus {
    text-decoration: underline;
}

.module_add-to-calendar-list {
    display: none;
}

.module_add-to-calendar-list:after {
    content: "Select your Calendar";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
}

.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: 1.5rem;
}

.module_add-to-calendar.js--hidden {
    display: none;
}

.module_link.module_add-to-calendar-reveal .module_date-time {
    margin-bottom: 15px;
    color: #3d3935;
    font-size: 18px;
}

.module_error-container {
    display: block;
    font-size: 16px;
}

.module_error-container ul {
    padding-left: 18px;
    list-style-type: disc;
}

.module_error-container ul {
    line-height: 24px;
    color: red;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.module_error-container > br {
    display: none;
}

.module_error-container > span {
    display: block;
    line-height: 24px;
}

.module_error-container > span:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ec6b";
    margin-right: 5px;
}

.module_headline,
.module_headline-link,
.module_headline-link:visited {
    color: #776e64;
    font-size: 18px;
}

.module-event .module_headline,
.module-event .module_headline-link,
.module-event .module_headline-link:visited {
    font-size: 20px;
}

.module_headline-link:hover {
    color: #00704a;
}

.module-news .module_headline-link,
.module-news .module_headline-link:visited {
    color: #00704a;
    font-size: 16px;
    font-weight: 900;
}

.module_image {
    display: inline-block;
    max-width: 30%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.module_image--right {
    float: right;
    margin-left: 32px;
    margin-left: 2rem;
}

.module_image--left {
    float: left;
    margin-right: 32px;
    margin-right: 2rem;
}

.module_introduction {
    margin-bottom: 35px;
}

.module_item {
    padding: 20px 0 20px;
    border-bottom: 1px solid #b7b7b7;
}

.module_label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.module_label + .module_required {
    font-size: 14px;
}

.module_links > *,
.module_links li,
.module_links .module_presentation {
    display: block;
}

.module_links > .js--hidden {
    display: none;
}

.module-event-archive .module_container--widget > .module_title {
    float: left;
}

.module-event-archive .module_options {
    float: right;
    white-space: nowrap;
}

.module-event-archive .module_container--content {
    clear: both;
}

.module-event-archive .module_links .module_attachments,
.module-event-calendar .module_attachments {
    padding: 0;
    margin: 0;
}

.module-event-webcast .module_links .module_attachments {
    padding: 0;
    margin: 0;
}

.module-event-archive .module_links .module_attachments,
.module-event-archive .module_links .module_attachments > li,
.module-event-archive .module_webcast,
.module-event-webcast .module_links .module_attachments,
.module-event-webcast .module_links .module_attachments > li,
.module-event-webcast .module_webcast {
    display: inline;
}

.module-event-archive .module_webcast a,
.module-event-webcast .module_links .module_attachments a.module_link {
    margin-right: 0;
}

.module-event-archive .module_links .module_attachments > li + li:before,
.module-event-webcast .module_links .module_attachments > li + li:before {
    content: "|";
    margin: 0 10px;
}

.module-event-webcast .module_links .module_attachments > li.Presentation {
    display: block;
}

.module-event-archive .module_links .module_attachments > li.Presentation:before {
    display: none;
}

.module-event-archive .module_links .module_attachments + .module_webcast .module-event-webcast .module_links .module_attachments + .module_webcast {
    margin-left: 0;
}

.module-event-archive .module_links .module_attachments > li.Presentation .module_title {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.module-event-archive .module_links .module_attachments > li.Presentation .module_subtitle {
    font-weight: 700;
}

.module_link {
    display: inline-block;
    margin: 0 15px 5px 0;
    font-size: 18px;
}

.module_link i,
.module_link:before {
    display: inline-block;
    padding-right: 2px;
}

.module_link > .module_link-text,
.module_link > i {
    vertical-align: middle;
}

.module-presentation .module_item {
    padding-bottom: 0;
}

.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: 8px;
    margin-right: 0.5rem;
}

.module_message--error {
    color: red;
}

.module_message--error:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed4f";
    margin-right: 8px;
    margin-right: 0.5rem;
}

.module_nav-link,
.module_nav .ModuleYearLink,
.module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
    display: inline-block;
    margin-right: 5px;
    padding: 10px 20px;
    border: 2px solid #00704a;
    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: #00704a;
    color: #fff;
}

.module_options-label,
.module_options-select {
    margin-right: 10px;
}

@media only screen and (max-width: 1024px) {

    .module_nav-link,
    .module_nav .ModuleYearLink,
    .module_nav-link:visited,
    .module_nav .ModuleYearLink:visited {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {

    .module_options-label,
    .module_options-select {
        display: block;
        margin-bottom: 10px;
    }

    .module-event-archive .module_options .module_options-label,
    .module-event-archive .module_options .module_options-select {
        display: inline;
        margin-bottom: 0px;
    }

    .module-event-archive .module_options {
        float: none;
        clear: both;
    }
}

@media only screen and (max-width: 480px) {

    .module_options-select,
    .module_options-submit {
        display: block;
        margin-bottom: 10px;
    }
}

.module_pager a {
    color: #333333;
}

.module_pager a[href] {
    color: #006fba;
}

.module_reminder .module_input.module_reminder-period,
.module_reminder .module_input.module_reminder-email {
    margin-right: 10px;
}

.module_reminder > * {
    margin-top: 10px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required-text {
    font-size: 13px;
}

.module_rss {
    float: right;
}

.module_speakers li {
    margin-bottom: 5px;
    font-size: 14px;
}

.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%;
    padding: 10px;
    border: 1px solid #abb9c4;
    border-radius: 0;
    font-size: 16px;
}

.module_input[type="text"]::-ms-clear,
.module_input[type="email"]::-ms-clear,
.module_input[type="file"]::-ms-clear,
.module_dropdown::-ms-clear,
.module textarea.module_input::-ms-clear {
    display: none;
}

.module textarea.module_input {
    resize: vertical;
}

.module_input[type="file"],
.module_dropdown {
    cursor: pointer;
}

.module_input[type="file"] {
    line-height: 16px;
    line-height: 1rem;
}

.module_input--brand[type="text"] {
    display: inline-block;
    width: auto;
}

.module_dropdown {
    background: #f6f6f6 url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 20px center;
    background-size: 14px 14px;
}

.module_dropdown::-ms-expand {
    display: none;
}

.module-details .module_date-time {
    margin-bottom: 15px;
}


/*------- Captcha Component ------*/

.CaptchaContainer {
    display: none;
}

.CaptchaContainer table tr:nth-child(1) {
    display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
    padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.CaptchaContainer table tr:nth-child(3) td span {
    display: none !important;
}

.CaptchaContainer table tr:nth-child(4) span {
    display: none !important;
}

.CaptchaContainer table tr td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .CaptchaContainer table tr td {
        padding-right: 0;
    }
}

.CaptchaContainer input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    max-width: none;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    background-color: #f6f6f6;
    font-size: 16px;
    font-size: 1rem;
    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 .module_actions {
    margin-top: 25px;
}

.ui-datepicker-prev:before {
    content: "\edca";
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker-next:before {
    content: "\edc8";
    display: inline-block;
    margin-top: 5px;
    margin-left: 4px;
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.module-calculator_input:not(:last-of-type) {
    margin-bottom: 20px;
}

.module-calculator_input h4 {
    margin-bottom: 12px;
}

.module-calculator_input input[type="text"] {
    background-color: rgba(0, 0, 0, 0.05);
}

.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;
}

.module-calculator_info .table tbody tr {
    font-size: 16px;
}

@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 #006fba;
        border-bottom: 2px solid #006fba;
    }

    .module-calculator_popup-container .table td {
        display: block;
    }

    .module-calculator_popup-container .table td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .module-calculator .module_container.module_container--wrap.grid {
        padding-left: 20px;
    }
}

.module-calculator_info td:first-child:before {
    content: none;
}


/*- Committee Composition Widget -*/

.module-committee .module_container--tablet {
    display: none;
}

.module-committee .module_header {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    font-weight: normal;
}

.module-committee .module_item {
    padding: 0;
}

.module-committee .module_item ~ .module_item {
    border: 0;
}

.module-committee .module_item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.module-committee .grid_col {
    padding: 20px 15px;
    text-align: center;
}

.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee_category.js--active .module_header i:before {
    content: "\edc2";
}

.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;
    margin-bottom: 1rem;
}

.module-committee_legend-container {
    padding: 20px 15px;
}

.module-committee_legend {
    display: inline-block;
    margin-right: 30px;
}

.module-committee_legend i {
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .module-committee .module_container--desktop {
        display: none;
    }

    .module-committee .module_container--tablet {
        display: block;
    }
}


/*----- Download List Module -----*/

.module-downloads .module_item {
    padding: 15px 0;
}

.module-downloads .module_nav {
    display: none;
}

.module-downloads_thumbnail,
.module-downloads_description,
.module-downloads_date {
    display: none;
}

.module-downloads_title-link {
    position: relative;
    display: block;
    margin: 0;
    padding-right: 40px;
}

.module-downloads_title-link:after {
    content: "html";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    text-transform: uppercase;
    font-size: 13px;
}

.module-downloads_title-link[href*=".PDF"]:after,
.module-downloads_title-link[href*=".pdf"]:after {
    content: "pdf";
    color: #db0e1a;
}

.module-downloads_title-link[href*=".DOC"]:after,
.module-downloads_title-link[href*=".doc"]:after,
.module-downloads_title-link[href*=".RTF"]:after,
.module-downloads_title-link[href*=".rtf"]:after,
.module-downloads_title-link[href*=".TXT"]:after,
.module-downloads_title-link[href*=".txt"]:after {
    content: "doc";
    color: #095392;
}

.module-downloads_title-link[href*=".XLS"]:after,
.module-downloads_title-link[href*=".xls"]:after {
    content: "xls";
    color: #659e20;
}

.module-downloads_title-link[href*=".ZIP"]:after,
.module-downloads_title-link[href*=".zip"]:after {
    content: "zip";
    color: #DC8128;
}


/*--------- Event Module ---------*/

.module-event-archive.module-event .module_presentation .module_title {
    display: block;
    padding: 0;
    overflow: hidden;
}

.module-event .module_headline {
    margin-bottom: 10px;
}

.module-event .module_date-time {
    margin-bottom: 10px;
}

.module-event.module-event-archive .module_presentation,
.module-event.module-event-webcast .module_presentation {
    padding-top: 10px;
    padding-bottom: 10px;
}

.module-event.module-event-archive .module_presentation .module_title p,
.module-event.module-event-webcast .module_presentation .module_title p {
    font-size: 14px;
    margin: 0;
    line-height: normal;
}

.module-event.module-event-webcast .module_time-text {
    padding: 0;
    margin-left: 5px;
}

.module-event.module-event-archive .module_location:before {
    padding: 0 5px;
    content: "|";
}

.module-event.module-event-archive .module_speakers h4 {
    display: block;
    margin: 0;
}

.module-event.module-event-archive .module_speakers ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.module-event.module-event-archive .module_presentation .module_subtitle {
    float: left;
    font-weight: 700;
    padding-right: 5px;
}

.module-event .module_webcast-title,
.module-event-details .module_webcast-title,
.module-event .module_presentation .module_title,
.module-event-details .module_presentation .module_title,
.module-event .module_news .module_title,
.module-event-details .module_news .module_title {
    display: none;
}

.module-event .module_speakers h4 {
    display: none;
}

.module-event .module_links {
    margin-bottom: 10;
}

.module-event .module_item {
    padding-bottom: 5px;
}

.module-event-latest .module_item {
    margin: 10px 0;
    padding: 0 0 0 20px;
    border: none;
    text-align: left;
}


.module-event-details .module_links .js--link-presentation {
    text-transform: none;
    /* font-size:16px; */
}

.module-event-webcast .module_links {
    margin-bottom: 0;
}

.module-event-archive .module-event_more,
.module-event-webcast .module-event_more {
    display: none;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .module-event-latest .module_item {
        width: 100%;
    }
}

.module-event-latest .module_date-time {
    margin-bottom: 15px;
    font-weight: normal;
}

.module-event-latest .module_headline {
    margin-bottom: 10px;
}

.module-event-latest .module_links {
    margin: 0;
}

.module-event-upcoming .module_nav {
    display: none;
}

.module-event-upcoming .module_item {
    padding: 20px 0 0px;
}

.module-event-upcoming .module_header + .module_item,
.module-event-upcoming .module_item:first-child {
    padding-top: 0;
}

.module-event-upcoming.js--module-event-more .module_item {
    display: none;
}

.module-event-upcoming.js--module-event-more .js--module_items_first .module_item {
    display: block;
}

.module-event_more-link,
.module-event-upcoming .js--module_items_first .more {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
}

.module-event_more-link span,
.module-event-upcoming .js--module_items_first .more span {
    font-size: 10px;
    margin-left: 7px;
}

.module-event-upcoming .module_item ~ .module_item {
    padding: 20px 0 0px;
}

.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: #f6f6f6;
}

.module-event-calendar_splash i {
    font-size: 40px;
    color: #00704a;
}

.module-event-calendar_controls {
    padding: 20px 15px;
    background-color: #00704a;
    font-weight: 900;
    color: #fff;
    font-size: 18px;
}

.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;
    font-size: 15px;
}

.module-event-calendar_next-month {
    float: right;
    font-size: 15px;
}

.module-event-calendar_day-container {
    border-bottom: 1px solid #abb9c4;
}

.module-event-calendar_day {
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 8px 0 25px;
    border-top: 1px solid #abb9c4;
    border-left: 1px solid #abb9c4;
    color: #00704a;
}

.module-event-calendar_day.calendar-dow-6 {
    border-right: 1px solid #abb9c4;
}

.module-event-calendar_day--name {
    padding: 15px 0 10px;
    border: none;
}

.module-event-calendar_day--adjacent-month {
    color: #abb9c4;
}

.module-event-calendar_day--today {
    background: #f6f6f6;
}

.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: #00704a;
}

.module-event-calendar_day--selected {
    background-color: #00704a;
    color: #fff;
}

.module-event-calendar_day--selected:after {
    background-color: #fff;
}

@media only screen and (max-width: 480px) {
    .module-event-calendar_day {
        display: inline-block;
    }
}

.module-event-calendar .module_item {
    padding: 0;
}

.module-event-calendar .module_date-time,
.module-event-calendar .module_headline {
    margin-bottom: 20px;
}

.module-event-calendar .module_links > div:not(:first-of-type) .module_link {
    padding-left: 15px;
}

.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;
    }
}


/*---------- FAQ Module ----------*/

.module-faq_question {
    cursor: pointer;
    margin: 0;
    font-size: 18px;
}

.module-faq .module_item {
    padding: 10px 5px;
    border: 1px solid #b7b7b7;
    color: #776e64;
}

.module-faq .module-faq_answer p {
    color: #776e64;
    font-size: 13px;
    margin: 15px 0;
    padding: 0 20px;
}

.module-faq .toggle-all {
    margin-bottom: 25px;
}

.module-faq_question span:before {
    content: "\edc8";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #776e64;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.js--active .module-faq_question span:before {
    content: "\edc7";
    color: #00704a;
}

.module-faq_answer p {
    margin: 0;
    padding: 0 0 16px;
}

.module-faq .toggle-all a:before {
    content: "Show all";
}

.module-faq .toggle-all.js--active a:before {
    content: "Hide all";
}

.module-faq .module_item.js--active h4 {
    color: #00704a;
}


/*--- Financial Report Modules ---*/

.module-financial-year .q4-icon_pdf {
    display: none;
}

.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #00704a;
}

.module-financial-year .module_item {
    padding: 0;
}

.module-financial-year .module_item {
    border: none;
}

.module-financial-year .module_links {
    margin: 0;
}

.module-financial-year .module_link {
    margin-bottom: 10px;
    font-size: 13px;
}

.module-financial-year .module-financial_year {
    text-align: center;
}

.module-financial-quarter .module_item {
    padding: 0;
}

.module-financial-quarter .module_item ~ .module_item {
    border: none;
}

.module-financial-quarter .module_item.js--active h3:after {
    content: "\ed5e";
}

.module-financial-quarter .module_links {
    margin: 0;
    padding: 15px;
}

.module-financial-quarter .module_links > div {
    display: block;
}

.module-financial-quarter .module_link {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.module-financial-quarter .module-financial_year-text {
    padding: 20px 15px;
    margin-bottom: 10px;
    background-color: #00704a;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}

.module-financial-quarter .module-financial_year-text:after {
    float: right;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed5d";
}

.module-financial-quarter .module_link {
    width: 100%;
    margin-right: 0;
}

.module-financial-quarter .module_link-text {
    float: left;
    width: 84%;
}

.module-financial-quarter .icon {
    vertical-align: middle;
    float: right;
    text-align: right;
    width: 15%;
}

.module-financial-quarter .PDF {
    color: #db0e1a;
}

.module-financial-quarter .DOC,
.module-financial-quarter .RTF,
.module-financial-quarter .TXT {
    color: #095392;
}

.module-financial-quarter .XLS {
    color: #659e20;
}

.module-financial-quarter .ZIP {
    color: #DC8128;
}

.module-financial-quarter .HTML {
    color: #723cb6;
}

.module-financial-table_header {
    background-color: #00704a;
    color: #fff;
    font-size: 18px;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_body {
    border-left: 1px solid #abb9c4;
    border-right: 1px solid #abb9c4;
}

.module-financial-table_body-row {
    border-bottom: 1px solid #abb9c4;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    font-weight: normal;
}

.module-financial-table_item ~ .module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    color: #abb9c4;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_item {
        margin: 5px;
    }
}

.module-financial-table .slick-slider {
    display: inline-block;
    padding: 0;
}

.module-financial-table .slick-slide:focus {
    outline: none;
}

.module-financial-table .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.module-financial-table .slick-prev {
    left: 10px;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}

.module-financial-annual .slick-track .module_item {
    border: none;
    padding: 20px 50px;
    text-align: center;
}

.module-financial-annual .slick-slide img {
    border: 1px solid #00704a;
    margin: 20px auto;
}

.module-financial-annual .q4-icon_chevron-left.slick-prev.slick-arrow {
    position: absolute;
    top: 30%;
    z-index: 100;
    cursor: pointer;
    font-size: 25px;
}

.module-financial-annual .q4-icon_chevron-right.slick-next.slick-arrow {
    position: absolute;
    top: 30%;
    right: 0;
    cursor: pointer;
    font-size: 25px;
}

.module-latest-annual .module_cover img {
    border: 1px solid #00704a;
    margin: 0 auto;
}

.module-latest-annual .module_cover {
    padding-right: 20px;
    padding-left: 0;
}

.module-latest-annual .module_item {
    padding-left: 20px;
}

.disclaimer-fancybox div {
    max-width: 900px;
}

.disclaimer-fancybox h2 {
    margin-bottom: 15px;
}

.module-financial-targets .table tr td:first-child {
    text-indent: 10px;
}

.module-financial-targets .table tr td:empty {
    display: none;
}

.module-financial-targets .table tr.targets-bold td:first-child {
    text-indent: 0;
}

.module-financial-targets .padding td {
    padding: 5px 0;
}

@media screen and (max-width: 480px) {
    .module-latest-annual .module_links {
        padding-left: 0px;
    }
}


/*------ Formbuilder Module ------*/

.module-form--custom .module_container--content {
    display: none;
}

.module-form--custom .module_container--content.js--visible {
    display: block;
}

.module-form .module_container--content {
    margin-left: -20px;
}

@media only screen and (max-width: 768px) {
    .module-form .module_container--content {
        margin-left: 0;
    }
}

.module-form .module_error-container li[style="visibility: hidden;"] {
    display: none;
}

.module-form .module_required {
    margin-left: 3px;
}

.module-form .module_container--captcha > div {
    margin: 0;
    padding: 0;
}

.module-form .module_container--captcha > div .ErrorMessage {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #b72121;
}

.module-form .module_container--captcha > div .ErrorMessage[style="visibility: hidden;"] {
    display: none;
}

.module-form_item {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
}

.module-form_item > label,
.module-form_item legend {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.module-form_item legend {
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
}

.module-form_item legend ~ ul {
    clear: both;
}

.module-form_item ul li:not(:last-of-type) {
    padding-bottom: 5px;
}

.module-form_item--document-request,
.module-form_item--are-you-an-investor {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .module-form_item {
        width: 100%;
        padding-left: 0;
    }
}

.module-form_error-text {
    color: #b72121;
}

.module-form_error-text[style="visibility:hidden;"] {
    display: none;
}

.module-form .CaptchaContainer {
    display: block;
}

.module-form .CaptchaContainer input[type="text"] {
    width: 100%;
}

.module-glossary .module_header {
    display: block;
}

.module-glossary .module_header table {
    width: 100%;
    table-layout: fixed;
}

.module-glossary .module_header table a {
    color: #333333;
    font-weight: normal;
}

.module-glossary .module_header table a[href] {
    color: #006fba;
}


/*---------- Job Modules ---------*/

.module-job-details_description-container {
    margin-bottom: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description label {
    font-weight: normal;
}

.module-job-details_description input {
    width: auto;
    max-width: none;
    padding: 0;
    border: none;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    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: 8px;
    }
}

.module-job-details .grid_col {
    padding: 15px 20px;
}

.module-job-application_table {
    display: block;
    width: 100%;
    margin-left: -20px;
    font-size: 0;
}

.module-job-application_table tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
}

.module-job-application_table tr:last-child {
    margin-bottom: 0;
}

.module-job-application_table tr.module-job-application_cover-letter-text,
.module-job-application_table tr.module-job-application_resume-text {
    width: 100%;
}

.module-job-application_table tr td {
    display: block;
    position: relative;
}

.module-job-application_table tr label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
    .module-job-application_table {
        margin-left: 0;
    }

    .module-job-application_table tr {
        width: 100%;
        padding-left: 0;
    }
}

.module-job-application .module_required {
    font-size: 14px;
    font-size: 0.875rem;
}


/*----- Miscellaneous Modules ----*/

.module-script {
    display: none;
}

.module-slideshow_viewer {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

.module-slideshow .q4-icon_pdf {
    display: none;
}

@media only screen and (max-width: 480px) {
    .module-slideshow_viewer {
        max-width: 100%;
        overflow: hidden;
    }
}

.module-slideshow_link-container {
    margin-top: 25px;
}

.module-slideshow_link {
    font-size: 18px;
}

.module-slideshow iframe {
    width: 100%;
    max-width: 100%;
}

.module-rss p + h2 {
    margin: 40px 0 30px;
}

.module-rss .q4-icon_rss {
    margin-top: 0px;
}

.module-rss .module_link > i {
    vertical-align: top;
}

.nav--sitemap {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
    .nav--sitemap {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.nav--sitemap a {
    display: inline-block;
}

.nav--sitemap .level1 > li:not(:last-of-type) {
    margin-bottom: 35px;
}

.nav--sitemap .level1 > li > a,
.nav--sitemap .level1 > li > a:visited {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #222;
    text-transform: uppercase;
}

.nav--sitemap .level2 > li,
.nav--sitemap .level3 > li {
    padding: 5px 0;
}

.nav--sitemap .level2 > li > a,
.nav--sitemap .level3 > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}

.nav--sitemap .level2 > li > a {
    margin-bottom: 5px;
}

.nav--sitemap .level3 > li {
    padding-left: 15px;
}


/*------ Q4 Preview Toolbar ------*/

body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #222;
    font-size: 0;
    text-align: left;
    color: #fff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #222;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 1.5rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\ed6d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select {
    display: inline-block;
    margin-right: 5px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #fff url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #006fba;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*-------- Search Modules --------*/

.module-search {
    position: relative;
    text-align: right;
}

.module-search_input[type="text"] {
    display: inline-block;
    width: 90%;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    font-size: 14px;
    font-size: 0.875rem;
}

.module-search_button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    background: transparent url('../design/svg/q4-icon_buttons.svg');
    background-size: 300%;
    font-size: 0;
    cursor: pointer;
}

.module-search-result_link {
    margin-bottom: 15px;
}

.module-search-result_description {
    display: block;
    margin-bottom: 15px;
}

.module-search-result_description:after {
    content: "...";
}

.module-search-result_url {
    display: none;
}


/*-------- SEC Module CSS --------*/


/*icons*/

.module-sec_download-list-item a i:before {
    text-transform: uppercase;
    font-size: 13px;
    font-family: Lato, Helvetica, Arial, sans-serif !important;
}

.module-sec_download-list-item .q4-icon_word:before {
    content: "doc";
    color: #095392;
}

.module-sec_download-list-item .q4-icon_excel:before {
    content: "xls";
    color: #659e20;
}

.module-sec_download-list-item .q4-icon_html:before {
    content: "html";
    color: #723cb6;
}

.module-sec_download-list-item .q4-icon_pdf:before {
    content: "pdf";
    color: #db0e1a;
}

.module-sec_download-list-item .q4-icon_xbrl:before {
    content: "xbrl";
    color: #723cb6;
}

.module-sec_download-list-item .q4-icon_zip:before {
    content: "zip";
    color: #DC8128;
}


/*pagination*/

.pagination.sec-pagination .pager-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.module-sec .pager-prev {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #abb9c4;
    border-right: 1px solid #abb9c4;
    cursor: pointer;
}

.module-sec .pager-first {
    padding-right: 5px;
    cursor: pointer;
}

.module-sec .pager-disabled:hover {
    color: #00704a;
}

.module-sec .pager-next:hover {
    color: #00704a;
}

.module-sec .pager-last:hover {
    color: #00704a;
}

.module-sec .module_container.module_container--content {
    margin-bottom: 20px;
}

.module-sec .pager-next {
    padding-right: 5px;
    border-right: 1px solid #abb9c4;
    padding-left: 5px;
    cursor: pointer;
}

.module-sec .pager-last {
    padding-left: 5px;
    cursor: pointer;
}

.pagination.sec-pagination {
    float: right;
}

.module-sec .module_header {
    display: block;
    background-color: #00704a;
    font-size: 18px;
    font-weight: 700;
}

.module-sec .module_header-text {
    padding: 15px 8px;
    color: #fff;
}

.module-sec .module_item {
    padding: 0;
}

.module-sec .pager-last.pager-disabled {
    border-right: none;
}

.module-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 15px 8px;
}

.module-sec .module_item .module-sec_filing {
    font-weight: bold;
}

.module-sec_download-list-item {
    display: inline-block;
    font-size: 18px;
}

.module-sec_download-list-item:not(:last-of-type) {
    margin-right: 10px;
}

.module_options-wrap {
    display: inline-block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_header {
        display: none;
    }

    .module-sec .module_header + .module_item {
        border-top: 2px solid #006fba;
    }

    .module-sec .module_item {
        padding: 15px 0;
    }

    .module-sec .module_item:first-child {
        border-top: 2px solid #00704a;
    }

    .module-sec .module_item:last-child {
        border-bottom: 2px solid #00704a;
    }

    .module-sec .module_item .grid_col {
        padding: 0 5px;
    }

    .module-sec .module_item + .module_footer {
        border-bottom: 2px solid #006fba;
    }

    .module-sec_date,
    .module-sec_filer,
    .module-sec_filing,
    .module-sec_description {
        margin-bottom: 15px;
    }
}


/*Module Sec Details*/

.module-sec-details_date,
.module-sec-details_description {
    margin-bottom: 15px;
}

.module-sec-details_download-list-item {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
}

.module-sec-details_download-list-item:not(:last-of-type) {
    margin-right: 5px;
}

.module-sec-details_downloads-list a i:before {
    text-transform: uppercase;
    font-size: 13px;
    font-family: Lato, Helvetica, Arial, sans-serif !important;
}

.module-sec-details_downloads-list .q4-icon_word:before {
    content: "doc";
    color: #095392;
}

.module-sec-details_downloads-list .q4-icon_excel:before {
    content: "xls";
    color: #659e20;
}

.module-sec-details_downloads-list .q4-icon_html:before {
    content: "html";
    color: #723cb6;
}

.module-sec-details_downloads-list .q4-icon_pdf:before {
    content: "pdf";
    color: #db0e1a;
}

.module-sec-details_downloads-list .q4-icon_xbrl:before {
    content: "xbrl";
    color: #723cb6;
}

.module-sec-details_downloads-list .q4-icon_zip:before {
    content: "zip";
    color: #DC8128;
}


/*---- Accessibility Skip Link ---*/

.module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    padding: 15px 20px;
    background: transparent;
    color: white;
    transform: translate(-50%, 0);
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.module-skip_link:focus,
.module-skip_link:active,
.module-skip_link:hover {
    top: 0;
    background: #0F5CA3;
    outline: 0;
}

.module-skip_link:visited {
    color: #fff;
}


/*---- Add To Any ---*/

.module-add-to-any .a2a_kit a {
    font-size: 20px;
    padding-right: 5px;
}

.module-add-to-any .a2a_kit a:last-child {
    padding-right: 0px;
}


/*------ Stock Chart Widget ------*/

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
}

.module-stock-chart .highcharts-navigator-handle {
    stroke: rgba(0, 0, 0, 0.05);
    fill: #f2f2f2;
    cursor: ew-resize;
}

.module-stock-chart .highcharts-range-input rect {
    stroke: #cccccc;
    fill: #f2f2f2;
}

.module-stock-chart .highcharts-button rect,
.module-stock-chart .highcharts-input-group rect {
    stroke-width: 0;
    fill: rgba(0, 0, 0, 0.05);
}

.module-stock-chart .highcharts-button text,
.module-stock-chart .highcharts-input-group text {
    fill: #333333;
}

.module-stock-chart .highcharts-navigator-handle-right rect,
.module-stock-chart .highcharts-navigator-handle-left rect {
    stroke-width: 0;
    fill: #00704a;
}

.module-stock-chart .highcharts-navigator-handle-right path,
.module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #fff;
}

.module-stock-chart .highcharts-container > svg > .highcharts-button {
    display: none;
}

.highcharts-legend-item rect {
    fill: #00704a;
}

.module-stock-chart .highcharts-legend-item,
.module-stock-chart .highcharts-range-selector-buttons,
.module-stock-chart .highcharts-input-group {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.module-stock-chart .highcharts-markers.highcharts-series-1.highcharts-tracker path {
    fill: #00704a;
    stroke: #00704a;
}


/*------ Stock Header Module -----*/

.module-stock-header {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: absolute;
    font-size: 18px;
}

.module-stock-header .module_container--outer {
    padding: 15px 0;
}

.module-stock-header_description1 {
    font-weight: 900;
    color: #00704a;
    margin-right: 17px;
}

.module-stock-header_stock-price {
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-left: 10px;
    margin-right: 13px;
}

.module-stock-header_stock-price:before {
    content: '$';
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 14px;
}

.module-stock-header_change,
.module-stock-header_percent-change {
    font-weight: 900;
    color: #776e64;
}

.module-stock-header_change {
    padding-left: 13px;
    padding-left: 15px;
    position: relative;
}

.module-stock-header_change::before {
    border-left: 2px solid;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 2px;
}

.module-stock-header_percent-change:before {
    content: '(';
}

.module-stock-header_percent-change .module-stock-header_indicator {
    display: none;
}

.module-stock-header_percent-change:after {
    content: ')';
}

.module-stock-header_volume {
    display: none;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.module-stock-header_volume:before {
    content: 'Volume ';
    font-weight: bold;
}

.module-stock-header_volume-text,
.module-stock-header_date {
    display: none;
}

.module-stock-header .module-stock-header_description3 a:hover {
    color: #00704a;
}

.module-stock-header .module-stock-header_description3 {
    padding-left: 10px;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .module-stock-header {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .module-stock-header .module-stock-header_description3 {
        display: none;
    }
}


/*------ Stock Quote Module ------*/

.module-stock .module_options {
    margin-bottom: 30px;
}

.module-stock .module_container--content {
    border-top: 1px solid rgba(34, 34, 34, 0.2);
}

.module-stock_lookup-title {
    padding-left: 20px;
}

.module-stock_label,
.module-stock_value {
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.module-stock_label > span,
.module-stock_value > span {
    display: block;
    padding: 15px 20px;
}

.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-style: italic;
}

.module-stock_delay-text {
    float: right;
}

@media only screen and (max-width: 768px) {
    .module-stock_lookup-title {
        padding-left: 10px;
    }

    .module-stock_label > span,
    .module-stock_value > span {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-stock_lookup-title {
        padding-left: 5px;
    }

    .table--responsive td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
        display: inline-block;
        width: 35px;
    }

    .module-stock_label > span,
    .module-stock_value > span {
        padding: 15px 0 15px 5px;
    }

    .module-stock_date span {
        display: block;
        float: none;
    }
}


/*- MailingList Subscribe Module -*/

.PageShareholderResourcesEmailAlerts .module-subscribe--footer {
    display: none;
}

.module-subscribe_form {
    display: inline-block;
    vertical-align: middle;
    width: 71%;
    font-size: 0;
}

.module-subscribe_table tbody {
    width: 100%;
    display: block;
}

.module-subscribe_form tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
}

.module-subscribe_form tr:nth-child(even) {
    padding-left: 10px;
}

.module-subscribe_form tr:nth-child(odd) {
    padding-right: 10px;
}

.module-subscribe_form tr.module-subscribe_notes-text {
    margin: 0;
}

.module-subscribe_form tr.module-subscribe_notes-text,
.module-subscribe_form tr.module-subscribe_notes-input {
    display: block;
    width: 100%;
    padding: 0;
}

.module-subscribe h2 {
    color: #3d3935;
}

@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;
    float: right;
    width: 100%;
}

.module-subscribe_form label {
    display: inline-block;
    margin-bottom: 5px;
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 15px;
}

.module-subscribe_mailing-list tr table td {
    padding-bottom: 10px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}

.module-subscribe .module_required {
    font-size: 14px;
}

.module-subscribe .CaptchaContainer {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-subscribe .CaptchaContainer {
        width: 100%;
    }
}


/* MailingList Unsubscribe Module */

.module-unsubscribe_table {
    width: 50%;
}

.module-unsubscribe_email {
    margin-bottom: 25px;
}

@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;
    margin-bottom: 5px;
}

.module-unsubscribe_table .module_input[type="text"] {
    background-color: #fff;
}


/*==================================
 ----------- LAYOUT CSS -----------
==================================*/


/*------- iframe layout CSS ------*/

.layout--iframe .pane--content .module {
    padding: 35px 0;
}

.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}


/*==================================
 ------------ BLANK CSS -----------
==================================*/


/*-------- Layout Specific -------*/

.layout.js--mobile {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.layout_footer {
    background: #222;
}


/*--------- Pane Specific --------*/

.pane_inner {
    max-width: 1320px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.layout--home .pane--content .pane_inner {
    max-width: 100%;
    padding: 0;
}

.layout--home .pane--content .module_container--inner {
    padding: 0 20px;
}

.layout--home .pane--banner {
    background: url("../design/banner/2020-Store-for-Website-Home-Page.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 700px;
    color: #fff;
    position: relative;
}

.pane--banner .pane_inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pane--banner h1 {
    margin: 0;
}

.pane--content .module--thin {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pane--content .module--thick {
    padding-top: 105px;
    padding-bottom: 105px;
}

.pane--content .module-sitemap {
    padding-bottom: 35px;
}


/*Header*/

.pane--header {
    position: relative;
    background-color: #fff;
    z-index: 10;
    padding: 17px 0 0 0;
    box-shadow: 0rem 15px 33px 0rem rgba(0, 0, 0, 0.09);
}

.pane--header .module-logo {
    float: left;
}

.pane--header .module-logo img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pane--header .module-logo a {
    display: inline-block;
}

.pane--header .module-logo .module-logo_linkIR {
    color: #000000;
    font-size: 21px;
    margin-left: 6px;
}

.pane--header .module-logo b {
    color: #3d3935;
    font-size: 21px;
}

.pane--header .module,
.pane--header .nav {
    vertical-align: baseline;
}

.pane--header .layout_toggle i:focus {
    outline: none;
}

.pane--content .module_container--outer {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    .pane--header {
        box-shadow: none;
        padding: 0px;
    }

    .pane--header .pane_inner {
        height: 100px;
        padding-top: 20px;
    }

    .pane--header .module {
        vertical-align: middle;
    }

    .pane--header .module-logo img {
        margin-bottom: 0;
    }

    .module-logo a b {
        display: none;
    }

    .pane--header .layout_toggle {
        display: block;
        float: right;
        color: #007149;
        font-size: 30px;
        padding-top: 10px;
    }

    .pane--header .nav,
    .pane--header .module-search {
        display: none;
    }

    .pane--banner .pane_inner {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pane--banner {
        text-align: center;
    }

    .pane--content .module_container--outer {
        max-width: none;
    }
}

@media only screen and (max-width: 768px) {
    .pane--header .layout_toggle {
        padding-top: 14px;
    }

    .pane--header .module-logo .module-logo_linkIR {
        font-size: 18px;
    }

    .pane--banner h1 {
        margin-bottom: 32px;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .pane--header .module-logo .module-logo_linkIR {
        font-size: 13px;
    }

    .pane--header .nav--main li a {
        padding: 0 4px;
        font-size: 12px;
    }

    .pane--header .nav--main .level2 .has-children > a {
        font-size: 16px;
    }

    .pane--header .nav--main .level2 .level2 li {
        padding-bottom: 15px;
    }
}


/*--------- Page Specific --------*/

.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}


/*-------- Module Specific -------*/

.module-overview p {
    margin-bottom: 40px;
}

.module-overview_hidden {
    display: none;
}

.module-overview_hidden.js--revealed {
    display: block;
}

.module-overview_button:before {
    content: "Read More";
}

.module-overview_button.js--active:before {
    content: "Show Less";
}


/*# sourceMappingURL=global.css.map */


/* GLOBAL */


/*footer*/

.pane--footer {
    padding: 45px 0;
    font-size: 14px;
    background-color: #f2f2f2;
    border-top: 2px solid #00704a;
}

.module-subscribe--footer .module_title {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    width: 26%;
    padding-top: 5px;
    padding-right: 10px;
    text-align: right;
}

.pane--footer .module_error-container {
    margin-bottom: 20px;
}

.pane--footer .module_introduction {
    display: none;
}

.pane--footer .module-subscribe_email label,
.pane--footer .module-subscribe_list-header,
.pane--footer .module-subscribe_email .module_required,
.pane--footer .module-subscribe .CaptchaContainer {
    display: none;
}

.pane--footer .module-subscribe_form tbody {
    display: block;
}

.pane--footer .module-subscribe_form tr {
    width: 100%;
    margin: 0;
}

.pane--footer .module-subscribe_mailing-list {
    margin: 20px 0 10px;
    display: none;
}

.pane--footer .module-subscribe_list > td {
    padding: 0;
}

.pane--footer .module-subscribe p {
    padding-right: 35px;
    line-height: 19.2px;
    line-height: 1.2rem;
}

.pane--footer .module-subscribe_mailing-list.js--revealed,
.pane--footer .module-subscribe .module_actions.js--revealed {
    display: block;
}

.pane--footer .module_input[type="text"] {
    border: none;
    padding: 12px 10px;
}

.pane--footer .module-contact li {
    line-height: 19.2px;
    line-height: 1.2rem;
}

.pane--footer .button {
    width: 100%;
}

.pane--credits {
    background: #f7f7f7;
    border-top: 2px solid #00704a;
    border-bottom: 8px solid #382f2d;
    padding-bottom: 28px;
}

.pane--credits .pane_inner {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.module-subscribe--footer .module_container--inner {
    width: 74%;
    display: inline-block;
    font-size: initial;
    vertical-align: top;
}

.module-subscribe--footer input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    border: none;
}

.module-subscribe--footer {
    float: right;
    font-size: 0;
    width: 70%;
}

.module-subscribe--footer .module_actions {
    display: inline-block;
    width: 19%;
    vertical-align: middle;
    font-size: initial;
}

.module-subscribe--footer .module-subscribe_list tr {
    float: left;
    width: 50%;
    font-size: 14px;
}

.module-subscribe--footer .module-subscribe_table-input.module-subscribe_list {
    width: 100%;
}

.module-subscribe--content .module_container--inner {
    position: relative;
    padding-bottom: 50px;
}

.module-subscribe--content .module_actions {
    width: 25%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
}


/* FOOTER NAV */

.footer {
    color: #00704a;
    font-size: 14px;
    margin-top: 40px;
    position: relative;
    background-image: url('../images/wordmark_footer.png');
    background-position: 98.5% 0;
    background-repeat: no-repeat;
    background-size: 16px auto;
    margin-top: 40px;
    min-height: 166px;
    letter-spacing: -1em;
    line-height: 1.09091;
}

.footer .logo-bg {
    position: absolute;
    right: 0;
    top: 35px;
}

.footer .row {
    min-height: 135px;
    /*background: url(../design/logo-footer.png) no-repeat 100.6% -7px transparent;*/
    background-position: right;
}

.footer .nav-column {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    padding: 0 12px;
    width: 46%;
    margin-bottom: 30px;
    letter-spacing: 0em;
}

.footer .nav-column a {
    display: block;
    color: #3d3935;
}

.footer .nav-column a:hover {
    color: #000;
}

.footer h3 {
    color: #00704a;
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2em;
}

.footer h4 {
    font-size: 1.2em;
    color: #382f2d;
    padding: 18px 0;
}

.footer h4,
.footer h4 a {
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
}

.footer h4 label {
    display: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.footer .js--open h4 label {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.footer_global ol {
    margin-bottom: 1.71429em;
    max-height: none;
    overflow: visible;
    margin: 0;
}

.footer_global li {
    clear: both;
    font-size: 1em;
    margin: 0 0 20px;
    overflow: hidden;
}

.footer_global li:last-child {
    border-bottom: 0 none;
    margin: 0;
    padding: 0;
}

.footer ul {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6em;
}


/* FOOTER LINKS */

.footer-links {
    display: inline-block;
}

.footer-links li {
    margin-right: 8px;
    font-size: 11px;
    display: inline-block;
}


/* COPYRIGHT */

.module-copyright {
    color: #333;
    font-size: 14px;
    margin: 0;
}

.module-copyright .grid {
    margin: 0;
}

.module-copyright .site_selection {
    margin: 10px 0 20px;
    padding: 0;
}

.module-copyright .site_selection li:first-child {
    border-right: 1px solid #b3b3b3;
}

.module-copyright .site_selection li.change::after {
    content: "Â»";
    font-size: 1em;
    line-height: 0.5;
    padding-left: 4px;
}

.module-copyright .site_selection li.language {
    padding-left: 0.75em;
}

.module-copyright .site_selection li {
    display: inline-block;
    font-size: 1em;
    margin: 5px 0;
    padding: 0 0.75em 0 0;
}

.module-copyright .site_selection li a {
    color: #382f2d;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.module-copyright .site_selection li.change a {
    font-weight: bold;
}

.module-copyright .site_selection li a.culture img {
    padding: 0 0.5em 0 0;
    position: static;
    vertical-align: baseline;
}

.module-copyright .footer_sub {
    color: #666;
    display: block;
    margin: 15px 0;
    overflow: hidden;
    padding: 0;
    list-style: none;
}

.module-copyright .footer_sub li {
    border-right: 1px solid #b3b3b3;
    float: left;
    margin-bottom: 0;
    padding: 0 0.5em;
}

.module-copyright .footer_sub li:first-child {
    padding-left: 0;
}

.module-copyright .footer_sub li:last-child {
    border-right: 0 none;
}

.module-copyright .footer_sub a {
    color: #666;
    font-size: 1em;
}

.module-copyright .footer_copyright {
    font-size: 10px;
    color: #666;
}

.module-q4-credits {
    padding-left: 20px;
}

.module-q4-credits-link {
    font-size: 10px;
}

@media only screen and (min-width:320px) {
    .pane--credits .footer .nav-column {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .pane--credits .footer .nav-column {
        width: 33%;
        width: calc(100% * 4 / 12 - 0.01px);
    }
}

@media only screen and (min-width: 1024px) {
    .pane--credits .footer .nav-column {
        width: 16%;
        width: calc(100% * 2 / 12 - 0.01px);
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        background-image: none;
    }

    .pane--credits .footer .nav-column {
        width: auto;
        display: block;
        margin: 0 -10px;
        padding: 0 20px;
        border-bottom: 1px solid #b3b3b3;
    }

    .footer h4 {
        overflow: hidden;
        margin: 0;
        font-size: 1.1em;
    }

    .footer .nav-column a {
        float: left;
    }

    .footer h4 label {
        display: block;
        cursor: pointer;
        float: right;
        font-size: 1rem;
        line-height: 2;
        margin: -15px -20px -15px 0;
        padding: 10px 20px;
        transition: all 0.2s ease-out 0s;
    }

    .footer_global ol {
        margin-bottom: 1.71429em;
        display: none;
    }

    .footer_global .js--open ol {
        display: block;
    }

    .footer_global .nav-column:last-child ol {
        display: block;
    }

    .module-copyright .footer_sub {
        margin: 0 0 30px 0;
    }

    .module-copyright .footer_sub li {
        float: none;
        margin: 0 0 18px 0;
        padding: 0;
        border: 0 none;
    }

    .module-copyright .grid_col {
        padding-left: 10px;
    }
}


/* social links */

.social-links li {
    display: inline-block;
    font-size: 40px;
    padding-right: 10px;
}

.social-links ul {
    width: 100%;
}

.social-links {
    float: left;
    width: 30%;
}

.social-links a {
    color: #776e64;
}

@media only screen and (max-width: 768px) {
    .footer-links li {
        margin: 5px 5px 5px 0;
    }

    .pane--footer .social-links {
        float: none;
        width: 100%;
    }

    .pane--footer .module-subscribe--footer {
        float: none;
        width: 100%;
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 25px;
    }

    .module-subscribe--footer .module_title,
    .module-subscribe--footer .module_container--inner,
    .module-subscribe_form {
        display: block;
        width: 100%;
    }

    .module-subscribe--footer .module_title {
        margin-bottom: 20px;
        padding-left: 0px;
        text-align: left;
    }

    .module-subscribe--footer .module_actions {
        width: 25%;
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .pane--footer .module-subscribe--footer .module-subscribe_list tr {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .social-links li {
        padding-right: 5px;
        font-size: 35px;
    }
}


/*------ Navigation Modules ------*/

.nav_close {
    display: none;
}

.nav--main {
    float: right;
    padding-top: 23px;
}

.pane--header .pane_inner {
    position: relative;
}

.nav--main ul {
    padding: 0;
    margin: 0;
}

.nav--main li {
    display: inline-block;
}


.nav--main li a {
    display: block;
    padding: 0 10px;
    color: #776e64;
    font-weight: normal;
    font-size: 13px;
}

.nav--main .level1 > li:last-child > a {
    padding-right: 0;
}

.nav--main li.selected > a,
.nav--main li.expanded > a,
.nav--main li a:hover {
    color: #00704a;
    outline: none;
    font-weight: 700;
}

.nav--main .level2 li.selected > a,
.nav--main .level2 li.expanded > a,
.nav--main .level2 li a:hover {
    font-weight: 700;
}

.nav--main .nav_dropdown {
    display: none;
    background-color: #00704a;
    position: absolute;
    padding: 30px 25px;
    top: 100%;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    left: 20px;
    right: 20px;
}

@media screen and (max-width: 1300px) {
    .nav--main .nav_dropdown {
        display: none;
        background-color: #00704a;
        position: absolute;
        padding: 30px 25px;
        top: 100%;
        width: 100%;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

.nav--main .nav_dropdown a {
    color: #fff;
}

.nav--main .nav_dropdown a:hover,
.nav--main .nav_dropdown .level2 li.selected > a,
.nav--main .nav_dropdown .level2 li.expanded > a,
.nav--main .nav_dropdown .level2 li a:hover {
    color: #fff;
    font-weight: 700;
}

.nav--main .level1 li:hover .nav_dropdown {
    display: table;
}

.nav--main .level2 {
    display: none;
}

.nav--main .nav_dropdown .level2,
.nav--main .active + .nav_dropdown .level2 {
    display: block !important;
}

.nav--main .level2 .has-children > a {
    font-size: 18px;
    font-weight: 700;
    padding: 30px 5px 25px 5px;
    color: #000;
}

.nav--main .nav_dropdown .level2 > li {
    display: inline-block;
    width: 20%;
    text-align: left;
}

.nav--main .has-children .level2 > li > a {
    position: relative;
    font-size: 15px;
    padding: 10px 0;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-right: 30px;
}

.nav--main .has-children .level2 > li > a:before {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: #66a992;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 5;
    left: 0;
}

.nav--main .has-children .level2 > li:nth-child(5n) > a {
    margin-right: 0;
}

.nav--main .has-children .level2 > li > a:hover:before {
    /*background: #fff;*/
}

.nav--main .level2 .level2 li {
    list-style-type: none;
    padding-bottom: 25px;
}



.nav--main .has-children .nav_dropdown > a {
    font-size: 30px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    width: auto;
    padding-left: 0;
    margin-bottom: 15px;
}

.nav--main .level2 .pane_inner > li {
    display: none;
}

.nav--main .level2 .pane_inner > li.has-children {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

.nav--main .level2 .pane_inner > li.has-children:nth-child(3) {
    width: 18%;
}

.nav--main .level2 .pane_inner > li.has-children:nth-child(4) {
    width: 13%;
}

.nav--main .level2 .pane_inner > li.has-children:nth-child(5) {
    width: 19%;
}

.nav--main .level2 .pane_inner > li.has-children:nth-child(6) {
    width: 20%;
}

.nav--main .level1 > li.has-children:hover > a:before {
    content: "";
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #00704a;
    border-top: 8px solid transparent;
    height: 0;
    width: 0;
}

.nav--main .level1 > li > a {
    position: relative;
    padding-bottom: 37px;
}

.nav--main .level1 > li:hover > a:before {
    content: '';
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #fff;
    top: 100%;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
}

.layout_toggle {
    display: none;
}

.nav--main .level1 > li:hover > a {
    color: #00704a;
    font-weight: bold;
}


/*NAVIGATION MOBILE*/

.pane--navigation {
    background: #fff;
    display: none;
}

.pane--navigation .module-search {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .nav--mobile .level2 {
        display: none;
        background-color: #f2f2f2;
        padding-left: 10px;
    }

    .pane--navigation .nav--mobile .level2 a {
        margin: 5px 20px;
    }

    .nav--mobile .level1 .has-children .active {
        color: #007149;
    }

    .nav--mobile .level2 li {
        padding: 10px 0 10px 0;
    }

    .nav--mobile .level1 > li {
        font-size: 18px;
        border-top: 1px solid #e6e7e8;
    }

    .nav--mobile .level1 > li:last-child {
        border-bottom: 1px solid #e6e7e8;
    }

    .nav--mobile .level1 a {
        color: #776e63;
        display: block;
        margin: 20px 0px 20px 20px;
        position: relative;
    }

    .pane--navigation {
        top: 117px;
        left: 0;
        right: 0;
        transition: 0.5s ease-in-out;
        z-index: 5;
    }

    .js--mobile .pane--navigation {
        display: block;
    }

    .nav--mobile .level1 > li.has-children .active:before {
        content: '';
        position: absolute;
        border: 15px solid #f2f2f2;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 15px solid transparent;
        top: 55%;
    }

    .pane--navigation .pane_inner {
        padding: 0;
    }

    .pane--navigation .module-search {
        display: block;
    }

    .pane--navigation .module-search_input {
        width: 100%;
        max-width: none;
        padding: 20px;
        border: none;
        background-color: #005894;
        color: #fff;
        text-transform: uppercase;
    }

    .pane--navigation .module-search_input::-webkit-input-placeholder {
        color: white;
    }

    .pane--navigation .module-search_input::-moz-placeholder {
        color: white;
    }

    .pane--navigation .module-search_input::-ms-input-placeholder {
        color: white;
    }

    .pane--navigation .module-search_button {
        top: 20px;
        right: 20px;
        background-position: 0 -100%;
    }
}


/*NAV SECONDARY*/

.nav--secondary ul.level2 > li {
    padding: 9px 5px;
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    box-shadow: 0rem 5px 8px 0rem rgba(0, 0, 0, 0.06);
}

.nav--secondary .level2 > li:last-child {
    border-bottom: 1px solid #b7b7b7;
}

.nav--secondary .level1 > li {
    display: none;
}

.nav--secondary .level1 .expanded > a {
    display: none;
}

.nav--secondary .level1 > li:last-child {
    border-bottom: 1px solid #b7b7b7;
}

.nav--secondary .level2 .selected > a {
    color: #00704a;
    font-weight: 900;
}

.nav--secondary .level2 > li > a {
    color: #776e63;
    padding-left: 13px;
    line-height: normal;
    display: inline-block;
    position: relative;
}

.nav--secondary .level1 > li > a:before {
    content: "\edc8";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #776e64;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav--secondary .level1 > li.expanded {
    display: block;
}

.nav--secondary .level2 > li > a:before {
    content: "\edc8";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #776e64;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 1px;
    left: 0;
}

.nav--secondary {
    margin-bottom: 25px;
}

.nav--main .level2 > li > a[target="_blank"]:after,
.nav--mobile .level2 > li > a[target="_blank"]:after,
.nav--secondary .level2 > li > a[target="_blank"]:after {
    content: "";
    background: transparent url(../design/external_link.gif) no-repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
}

.nav--main .level2 > li > a[target="_blank"]:after {
    background: transparent url(../design/external_link-white.png) no-repeat scroll 0 0;
}

@media only screen and (max-width: 768px) {
    .picture_left_side {
        display: none;
    }
}

@media only screen and (min-width: 769px) {

    .layout--three-column .pane--content,
    .layout--two-column .pane--content,
    .layout--one-column .pane--content {
        padding-left: 70px;
    }
}


/*IR HOME*/


/*BANNER*/

.layout--home .pane--banner:before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}


/*MODULE NEWS BANNER*/

.module-news-banner {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.module-news-banner .module_container--outer {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    max-width: 991px;
    margin: auto;
    padding: 30px;
}

.module-news-banner .module_headline-link {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
}

.module-news-banner .module_headline {
    margin: 0;
}

.module-news-banner .module_date {
    margin-top: 15px;
    display: block;
}

.module-news-banner .module_download {
    font-size: 20px;
    margin-top: 15px;
}

.module-news-banner .module_download a:hover {
    color: #fff;
}


/*MODULE STORE LOCATION BANNER*/

.module_store-location {
    position: absolute;
    right: 20px;
    bottom: 65px;
}

@media only screen and (max-width: 768px) {
    .module-news-banner .module_headline-link {
        font-size: 28px;
    }

    .layout--home .pane--banner {
        min-height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .module-news-banner {
        left: 0;
        right: 0;
        position: relative;
        padding: 20px 0 85px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .module-news-banner .module_headline-link {
        font-size: 22px;
    }
}

@media only screen and (max-width: 420px) {
    .module-news-banner .module_headline-link {
        font-size: 18px;
    }
}


/*NEWS-EVENTS-QUARTER(home page)*/

.more_link {
    font-size: 18px;
}

.module-news-latest {
    /*background: url(../design/bg-announcements.png) center no-repeat #f2f2f2;*/
    background: #f2f2f2;
}

.module-news-latest h2.module_title {
    padding-top: 70px;
}

.module-news-latest h2.module_title,
.module-event-latest h2.module_title,
.module-latest-quarter > h2.module_title {
    padding-bottom: 60px;
}

.module-latest-events-quarter .module_item {
    border: none;
}

.module-news-latest .grid_col {
    vertical-align: inherit;
}

.module-latest-events-quarter .module_container--outer {
    position: relative;
    padding-right: 20px;
}

.module-latest-events-quarter .module_container--outer:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    background-color: #00704a;
    left: 0;
    z-index: -3;
}

.module-latest-events-quarter .module_container--inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-right: 0 !important;
    background-color: #fff;
}

.module-event-latest {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    padding: 70px 20px 70px 0;
}

.module-past-event .more_link {
    padding-right: 60px;
    margin-top: 8px;
    display: block;
}

.module-event-latest .more_link {
    padding-right: 40px;
    margin-top: 8px;
    display: block;
}

.module-latest-quarter {
    display: table-cell;
    vertical-align: top;
    width: 39%;
    position: relative;
    padding: 70px 0 70px 30px;
}

.module_time-text {
    padding-left: 6px;
}

.module-event-latest .module_item {
    padding: 15px 0 0 0;
}

.module-event-latest .module_item:first-child {
    padding-left: 0;
    padding-top: 0;
}

.module-latest-quarter .module_item {
    padding: 0;
}

.module-latest-events-quarter .grid_col {
    vertical-align: top;
}

.module-latest-events-quarter ul {
    padding-left: 0px;
    margin-top: 5px;
}

.module.module-latest-events-quarter {
    padding: 0;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {

    .module-event-latest,
    .module-latest-quarter {
        display: block;
        width: 100%;
    }

    .module-latest-quarter:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -20px;
        background-color: inherit;
        bottom: 0;
        width: 20px;
    }

    .module-latest-quarter:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        right: -20px;
        background-color: inherit;
        bottom: 0;
        width: 20px;
    }

    .module-latest-events-quarter .module_container--inner {
        display: block;
    }

    .module-latest-events-quarter .module_container--outer:after {
        display: none;
    }

    .module-latest-events-quarter .module_links li {
        display: block;
    }

    .module-latest-events-quarter .module_item {
        padding: 0;
    }

    .module-event-latest .module_item {
        padding: 0;
    }

    .module-news-latest,
    .module-event-latest {
        position: relative;
    }

    .module-news-latest .more_link {
        position: absolute;
        bottom: 40px;
        left: 20px;
    }

    .module-event-latest .more_link {
        position: absolute;
        bottom: 40px;
        left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .module-latest-quarter .more_link {
        position: absolute;
        bottom: 40px;
        left: 0px;
    }
}


/* INNER PAGES*/

.module-page-title {
    padding-left: 20px;
    margin-top: 30px;
}

.module-page-title h1 {
    font-size: 30px;
    margin-bottom: 25px;
}

.module-page-title a {
    font-weight: 700;
}

.module-breadcrumb .module_container--inner {
    margin-bottom: 20px;
}

.module-breadcrumb-link {
    color: #00704a;
    font-weight: 700;
}

.pane--content {
    line-height: 1.4;
}

.layout--one-column .pane--content .module,
.layout--two-column .pane--content .module,
.layout--three-column .pane--content .module {
    margin-bottom: 50px;
}


/*-- Module Blockquote --*/

.module-blockquote {
    margin-top: 30px;
}

.module-blockquote p {
    color: #fff;
    font-size: 22px;
    width: 130%;
}

.module-blockquote .module-blockquote-container {
    display: table;
    width: 100%;
}

.module-blockquote .module_item {
    display: table-cell;
    vertical-align: middle;
    border: none;
    padding: 0;
}

.module-blockquote .module-quote {
    padding-top: 15px;
    padding-left: 30px;
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
}

.module-blockquote .module-person-iamge {
    width: 160px;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .module-blockquote .module_item {
        display: block
    }

    .module-blockquote .module-quote {
        padding-left: 0;
        width: 100%;
        display: block;
        margin-top: 20px;
        padding-top: 0;
    }
}


/*BOARD OF DIRECTORS*/

.picture_left_side {
    margin-bottom: 25px;
    background-image: url('../design/UK_Express_Store.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 180px;
    position: relative;
}

.stock-info-page .picture_left_side {
    background-image: url('../design/Cold-Pressed_Espresso_flight.jpg');
}

.events-page .picture_left_side {
    background-image: url('../images/20190320-Annual-Meeting-2019-48.jpg');
    display: none;
}

.financial-info-page .picture_left_side {
    background-image: url('../images/Financial-New-image.png');
    height: 265px;
    background-position: bottom center;
}

.press-release-page .picture_left_side {
    background-image: url('../design/Nitro_Cold_Brew_3.jpg');

}

.governance-page .picture_left_side {
    background-image: url('../design/Origin_Trip_Rwanda_2017.JPG');
}

.faq-page .picture_left_side {
    background-image: url('../design/UK_Express_Store_3.jpg');

}

.module-person .module_comma,
.module-person .module-person_suffix {
    display: none;
}

.module-person .module-person_title-text {
    display: block;
    font-size: 18px;
}

.module-person h3 {
    margin: 0;
}

.module-person h3 a {
    color: #3d3935;
}

.module-person .module-person_name {
    display: block;
    margin-bottom: 20px;
}

.module-person-details_name-container {
    font-size: 18px;
    font-size: 1.5rem;
}

.module-person-details h2 {
    margin-bottom: 50px;
}


/*FINANCIAL RELEASES*/

.module-news-latest .module_item {
    margin: 10px 0 20px;
    padding: 0 0 0 20px;
    border: none;
    text-align: left;
}

.module-news-latest .module_item:last-child {
    padding-bottom: 90px;
}

.module-financial-targets table.table tr:nth-child(even) {
    background-color: rgb(226, 239, 218);
}

@media only screen and (max-width: 768px) {
    .module-news-latest .module_item:first-child {
        width: 100%;
    }
}

.module-news-latest .module_item-wrap {
    padding: 0;
    background: #fff;
}

.module-news-latest .module_date-time {
    margin-bottom: 0;
    font-weight: normal;
    color: #ffffff;
    padding: 6px 20px;
    background: #00704a;
    font-size: 18px;
}

.module-news-latest h2.module_title {
    padding-bottom: 30px;
}

.module-news-latest .module_headline {
    line-height: 24px;
    font-weight: 400;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    min-height: 125px;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .module_link {
    color: #006fba;
}

.module-news-details table p {
    font-size: 13px;
}

.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;
    padding-left: 2rem;
    list-style-type: disc;
}

.module-news-details ul li {
    line-height: 24px;
    line-height: 1.5rem;
}

.module-presentation .module_body {
    display: none;
}

.module-news .module_date-text:before,
.module-news-details .module_date-time:before {
    content: "Date:";
    text-transform: uppercase;
    margin-right: 5px;
}

.module-news .module_date-time {
    font-size: 13px;
    margin-bottom: 0;
}

.module-news .module_body,
.module-news .module_date-text {
    font-weight: 700;
    word-break: break-word;
}

.module-news .module_links {
    display: none;
}

.q4-icon_rss {
    margin-top: 5px;
    font-size: 20px;
}

.pane--content .small-title h2 {
    font-size: 18px;
    font-weight: bold;
}

.module-event-archive .module_title {
    display: inline-block;
}

/*
.PageEventsPresentationsCurrentandPastEvents .module-event-upcoming .module_attachments .Document .module_attachment-link{
margin-left: -40px;

} */
.PageEventsPresentationsCurrentandPastEvents .module-event-upcoming .module_attachments {
    margin: 0;
}

/*   156889  */
.events-page .module-event-archive .module_links .module_attachments > li {
    display: block;
}

.events-page .module-event-archive .module_links .module_attachments > li + li:before,
.module-event-webcast .module_links .module_attachments > li + li:before {
    display: none;
}

.module-financial-quarter .module_link[target="_blank"]:after {
    position: absolute;
    left: 65px !important;
    margin-top: 7px !important;
    display: none;
}

.module-event-upcoming .module_speakers h4 {
    display: block;
}

.PageEventsPresentationsCurrentandPastEvents .module-event-upcoming .module_attachments {
    margin: 0 !important;
}


/*UPDATE #205994*/
.PageIRHome .module-event-latest .module_links,
.PageEventsampPresentationsCurrentandPastEvents .module-event-upcoming .AR-2018 .Document,
.PageEventsampPresentationsCurrentandPastEvents .module-event-upcoming .AR-2018 .module_add-to-calendar {
    padding-left: 15px;
}

.module-event-details div.module_attachment > a {
    display: block;
}


/*---------------------------------------*/

.PageIRHome .module-latest-events-quarter h2.module_title {
    padding-bottom: 20px;
}

/* 00195293 */
@media only screen and (min-width: 1024px) {
    .pane--credits .footer .nav-column {
        width: 25%;
    }
}
@media only screen and (max-width: 767px) {
    .social-nav.social-nav--footer {
        margin: 50px 0;
    }
}
.footer_global {
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.social-nav__ul--footer .social-nav__icon {
    background: transparent;
    color: #fff;
    height: 2.8rem;
    padding: .5rem;
    width: 2.8rem;
}
.sb-icon {
    display: block;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}
.social-nav__ul--footer .social-nav__link:active, .social-nav__ul--footer .social-nav__link:focus, .social-nav__ul--footer .social-nav__link:hover {
    background-color: #006241;
}
.social-nav__ul--footer .social-nav__icon {
    background: transparent;
    color: #fff;
    height: 2.2rem;
    padding: .4rem;
    width: 2.2rem;
}
.social-nav__ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 2rem auto;
    max-width: 24rem;
    padding: 0;
    width: 100%;
}
ul.social-nav__ul {
    margin: auto;
}
.social-nav__ul--footer .social-nav__link {
    background: #000;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.social-nav__link {
    background-color: transparent;
    display: block;
    padding: .4rem;
}
.sb-icon {
    display: block;
    fill: white;
    height: 1em;
    width: 1em;
}
.footer .row {
    min-height: auto;
}
.nav-column.bottom-width {
    width: 35%;
}
.nav-column.bottom-width a {
    font-size: 1.2rem;
}
@media only screen and (min-width: 1024px) {
    .pane--credits .footer .nav-column.bottom-width {
        width: 33%;
    }
}
.nav-column.sb-reserved {
    width: 100% !important;
    font-size: 1rem;
    color: rgba(0,0,0,.56);
}
.bottom-links {
    padding-top: 30px;
}
/* 00195293 */

/* 00377855 */
.PageIRHome .module-news-latest .module_item {
  vertical-align: top;
}


/*---00455229---*/

.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-caption .module_file-type, .module-news-details .module_multimedia-caption .module_file-size {
    display: none;
}

.module-news-details .module_multimedia-image {
    width: 100%;
    float: none;
    margin-bottom: 0;
}

.module-news-details .module_multimedia-size {
    margin-top: 10px;
}

.module-news-details .module_multimedia-size .module_link {
    font-size: 12px;
}

/*---00455229---*/

