.q4-preview-open {
    top: 200px !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
ol,
ul,
li,
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;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    /*outline: none;*/
    outline-width: 2px;
    outline-style: dotted;
    outline-color: inherit;
}

*,
*:before,
*:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

object {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

embed {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    font-family: 'ShopifySansBold';
    color: #004c3f;
    cursor: pointer;
    text-decoration: underline;
    -moz-transition: color 300ms ease-in-out 0s;
    -o-transition: color 300ms ease-in-out 0s;
    -webkit-transition: color 300ms ease-in-out 0s;
    transition: color 300ms ease-in-out 0s;
}

a:focus {
    color: inherit;
    outline-width: 2px;
    outline-style: dotted;
    outline-color: inherit;
}

a:hover {
    color: #212b35;
    outline: 0;
}

.newsTitle a,
.Report2LinkRow {
    text-decoration: none;
}

.PreviewToolBar {
    display: none;
}

div.PreviewDateControls input[type=submit] {
    clear: none !important;
}

.PreviewBody {
    margin-top: 0 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    min-height: 100px;
    min-width: 50%;
}

.PageResources textarea {
    min-width: 100%;
}

@media (max-width: 767px) {
    textarea {
        min-width: 100%;
    }
}

/*==================================
 --------- ACCESSIBILITY ----------
==================================*/
input:focus, select:focus, textarea:focus, button:focus,
[href]:focus, [tabindex]:focus, [contentEditable=true]:focus,
.module_add-to-calendar-reveal:focus, a:focus,
input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before,
input[type=file]:focus, input[type=checkbox]:focus {
    outline-width: 1px;
    outline-style: auto;
    outline-color: inherit;
}
a:focus {
    outline-offset: 0;
}

.button:not(.button--cta):focus,
button:focus,
.contact-ir-link .QuickLinkRow > a:focus,
input[type=submit]:focus,
button[type=submit]:focus,
.ModuleMoreLink:focus,
.TitleRight > a:focus,
.ButtonCell input:focus,
.ModuleFooter > a:focus,
.lookup:focus,
#event-box .eventBox .body .EventLink:focus,
.search-module-box .ModuleButton.SearchButton:focus,
.view-stock-button a:focus,
.quarter-reading-btn a:focus,
a.fancyButtons:focus,
input.formstyle:focus {
    outline: none !important;
    box-shadow: 0 0 0.1875em 0.1875em rgba(0, 128, 96, 0.5) !important;
}

[disabled],
[aria-disabled="true"],
[tabindex="-1"] {
    outline: none !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}
.js--hidden:not([data-accordion]) {
    display: none !important;
}

/*************************** Fonts ***************************/
@font-face {
    font-family: 'brandon_text_regularregular';
    src: url('../client-fonts/Brandon_txt_reg-webfont.eot');
    src: url('../client-fonts/Brandon_txt_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../client-fonts/Brandon_txt_reg-webfont.woff2') format('woff2'), url('../client-fonts/Brandon_txt_reg-webfont.woff') format('woff'), url('../client-fonts/Brandon_txt_reg-webfont.ttf') format('truetype'), url('../client-fonts/Brandon_txt_reg-webfont.svg#brandon_text_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_textmedium';
    src: url('../client-fonts/Brandon_txt_med-webfont.eot');
    src: url('../client-fonts/Brandon_txt_med-webfont.eot?#iefix') format('embedded-opentype'), url('../client-fonts/Brandon_txt_med-webfont.woff2') format('woff2'), url('../client-fonts/Brandon_txt_med-webfont.woff') format('woff'), url('../client-fonts/Brandon_txt_med-webfont.ttf') format('truetype'), url('../client-fonts/Brandon_txt_med-webfont.svg#brandon_textmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_textbold';
    src: url('../client-fonts/Brandon_txt_bld-webfont.eot');
    src: url('../client-fonts/Brandon_txt_bld-webfont.eot?#iefix') format('embedded-opentype'),
        url('../client-fonts/Brandon_txt_bld-webfont.woff2') format('woff2'), url('../client-fonts/Brandon_txt_bld-webfont.woff') format('woff'), url('../client-fonts/Brandon_txt_bld-webfont.ttf') format('truetype'), url('../client-fonts/Brandon_txt_bld-webfont.svg#brandon_textbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ShopifySansBold;
    src: url('../fonts/shopify/ShopifySans-bold.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ShopifySansExtraBold;
    src: url('../fonts/shopify/ShopifySans-extrabold.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ShopifySansLight;
    src: url('../fonts/shopify/ShopifySans-light.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ShopifySans;
    src: url('../fonts/shopify/ShopifySans-regular.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ShopifySansMedium;
    src: url('../fonts/shopify/ShopifySans-medium.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ShopifySansBlack;
    src: url('../fonts/shopify/ShopifySans-black.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}

/*************************** Fonts ***************************/

body {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: "ShopifySans", sans-serif;
    font-size: 16px;
    /*color: #212b35;*/
    color: #212b35;
}

.PageDefaultInner {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1600px;
}

h1, .head1,
h2, .head2,
h6, .head6 {
    font-family: 'ShopifySansBold';
}

h1, .head1 {
    font-size: 48px;
    color: #000;
    padding-bottom: 25px;
}

h2, .head2 {
    font-size: 24px;
    margin: 0px 0 20px;
    font-family: ShopifySansBold;

    text-align: left;
}

h3, .head3 {
    font-family: 'ShopifySansBold';
    font-size: 24px;
    margin: 0;
}

h4, .head4 {
    font-family: 'ShopifySansBold';
    font-size: 16px;
    color: #212b35;
    margin: 0;
}

.Breadcrumb.pg-title a,
.Breadcrumb.pg-title span,
.latest-quarter-webcast .ModuleLocation {
    display: none;
}

.Breadcrumb.pg-title,
.FinancialWidget h1 {
    text-align: center;
    padding: 60px 0 90px;
    font-size: 60px;
    color: #30373b;
    font-family: 'ShopifySansBold';
}

p {
    line-height: 24px;
}

h1.ModuleTitle,
.stock-chart h1,
.featured-moduletitle h1 {
    text-align: center;
    padding-top: 70px;
}

.why-invest h1 {
    text-align: center;
    padding-top: 40px;
}


.verticalAdjust {
    margin-top: -20px;
}

.PageHome .ModuleDownloadListWithTags .ModuleHeader {
    display: none;
}

.PageHome .BlankModuleContainer h1 {
    text-align: center;
}

.PageHome .ModuleDownloadListWithTags .ModuleContainerInnerTop {
    margin-top: 50px;
    text-align: center;
}

.PageHome .ModuleDownloadListWithTags .ModuleHeadline {
    font-size: 28px;
    vertical-align: top;
}

.PageHome .ModuleDownloadListWithTags .ModuleFileSizeText {
    vertical-align: top;
}


.stockPage .stockvalues h1,
h2.stock-sub-header {
    font-size: 24px;
    color: #30373b;
    padding: 0 0 30px;
}

.stockPage div.stockvalues h1,
.stockvalues div.StockTable-head {
    padding-top: 0;
}

.PaneFooter2 h1 {
    border-bottom: 1px solid #171f49;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.StockPrice {
    text-decoration: none;
}

.footer-email-alerts label,
.email-alert-activate label {
    font-family: "ShopifySans";
    color: #919eab;
    font-size: 16px;
    background-repeat: no-repeat;
    height: 22px;
    padding: 0;
    margin: 8px 10px 10px 0;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: content-box;
    /* Firefox 1 - 28 */
    box-sizing: content-box;
    /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

.icheckbox {
    border: 0 solid #77c043;
}

.icheckbox.checked {
    background: #004c3f;
    border-color: #004c3f;
}

.icheckbox.checked:before {
    content: "\e649";
    font-family: "q4icons";
    color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 9px;

}

.icheckbox {
    /* background-attachment: scroll;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../design/checkbox.png');*/
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    width: 18px;
    margin-top: -3px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}

input[type="checkbox"]:focus + .iCheck-helper,
input[type="radio"]:focus + .iCheck-helper {
    background: transparent !important;
    opacity: 1 !important;
    outline-width: 1px;
    outline-style: auto;
    outline-color: inherit;
}

/* Base for textbox styling */
input:not(.module-stock-chart_accessible-input)[type=text] {
    display: inline-block;
    width: 100%;
    height: 54px;
    font-family: "ShopifySans";
    color: #30373B;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #FFF;
    -webkit-transition: border-color .1s;
    -moz-transition: border-color .1s;
    -o-transition: border-color .1s;
    transition: border-color .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0 0 15px;
    padding: 14px 16px;
}

input:not(.module-stock-chart_accessible-input)[type=text]:focus {
    border: 2px solid #004c3f;
}

/* Base for textbox styling */
.contact-ir-link .QuickLinkRow>a,
input[type=submit],
button[type=submit],
.ModuleMoreLink,
.TitleRight>a,
.ButtonCell input,
.ModuleFooter>a,
.lookup,
#event-box .eventBox .body .EventLink,
.search-module-box .ModuleButton.SearchButton,
.view-stock-button a,
.quarter-reading-btn a,
a.fancyButtons,
input.formstyle {
    background-color: #008060;
    clear: both;
    color: #fff;
    display: block;
    font-family: "ShopifySansBold";
    padding: 0 28px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: auto;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    appearance: none;
}

.contact-ir-link .QuickLinkRow>a:hover,
input[type=submit]:hover,
button[type=submit]:hover,
.ModuleMoreLink:hover,
.TitleRight>a:hover,
.ButtonCell input:hover,
.ModuleFooter>a:hover,
.lookup:hover,
#event-box .eventBox .body .EventLink:hover,
.search-module-box .ModuleButton.SearchButton:hover,
.view-stock-button a:hover,
.quarter-reading-btn a:hover,
a.fancyButtons:hover,
input.formstyle:hover {
    background-color: #90dfd6;
    text-decoration: none;
}

.contact-ir-link .QuickLinkRow>a:focus,
.ModuleMoreLink:focus,
.TitleRight>a:focus,
.ButtonCell input:focus,
.ModuleFooter>a:focus,
.lookup:focus,
#event-box .eventBox .body .EventLink:focus,
.search-module-box .ModuleButton.SearchButton:focus {
    color: #ffffff;
}

.latest-quarter .ModuleMoreLink {
    display: none;
}

.view-stock-button {
    clear: both;
    margin: 40px auto;
    width: 220px;
}

.ModuleMoreLink {
    float: left;
}

.contact-ir-link .QuickLinkRow>a:hover,
.ModuleMoreLink:hover,
.TitleRight>a:hover,
.ModuleFooter>a:hover {
    color: #fff;
}

.ModuleDate {
    font-family: 'ShopifySansBold';
    display: block;
    font-size: 19px;
    color: #30373b;
    padding: 0 0 18px 0;
}

.PaneContentInner {
    padding: 0 0 70px;
}

.ModuleBody {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    clear: both;
    line-height: 25px;
    padding: 10px 0 10px 0;
}

/* Search Page */
.search-second {
    display: none;
}

.SearchResultsPaging a {
    background-color: #f8f8f8;
    border: 1px solid #e1dede;
    cursor: pointer;
    font: 16px "ShopifySansMedium", arial, sans-serif;
    padding: 12px 25px;
    text-decoration: none;
}

.ModuleContainer.ModuleSearch.search-module {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 273px;
}


.ModuleButton.SearchButton {
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    clear: none;
    position: absolute;
    right: 10px;
    width: 20px;
    top: -1px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #004c3f;
    font-size: 16px;
    background-color: transparent !important;
}

input.SearchInput {
    font-family: "ShopifySans";
    float: left;
    height: 25px;
    padding: 0 30px 0 8px;
    margin: 0;
    width: 233px;
    border: 0;
    border-radius: 3px;
}

.SearchText {
    /*   background-image: url('../images/sprite-icons.png');
    background-position: -240px -3.9px;*/
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    z-index: 3;
}

.SearchText:after {
    font-family: "q4icons";
    content: "\e643";
    color: #fff;
    font-size: 16px;
}

.PageHome .SearchText:after {
    color: #212b35;
}

.SearchText.select-search:after {
    /*background-position: -240px -30px;*/
    content: "\e64b";
    font-size: 14px;
}

.search-module .ModuleContainerInner {
    display: none;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 5;
    overflow: hidden;
}

input.SearchInput {
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    width: 100%;
}


input.SearchInput.show-search,
input.ModuleButton.SearchButton.show-search {
    display: block;
}

@media (max-width: 1390px) {
    .ModuleContainer.ModuleSearch.search-module {
        top: 17px;
        right: 7%;
    }
}

@media (max-width: 736px) {
    .ModuleContainer.ModuleSearch.search-module {
        right: calc(7% + 4px);
    }
}

.search-page .TabTableItem a,
.search-page .TabTableItemAlt a {
    text-decoration: none;
}

.search-page .SearchSummary {
    color: #000;
    font-family: "ShopifySansMedium";
    font-size: 18px;
    margin: 0 0 15px 0;
}

.SearchResultsUrl {
    display: none;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}

.SearchResultsContainer .TabTableItem strong a,
.SearchResultsContainer .TabTableItemAlt strong a {
    color: #004c3f;
    display: block;
    font-family: "ShopifySansMedium";
    font-size: 19px;
    padding: 0 0 15px;
}

.SearchResultsContainer .TabTableItem strong a:hover,
.SearchResultsContainer .TabTableItemAlt strong a:hover {
    color: #90dfd6;
}

.SearchResultsContainer .TabTableItem span,
.SearchResultsContainer .TabTableItemAlt span {
    display: block;
    line-height: 25px;
}

.SearchResultsContainer .TabTableItem br,
.SearchResultsContainer .TabTableItemAlt br {
    display: none;
}

/* Press Release Detials */

div.prDetails .PageDefaultInner .PaneContent {
    width: auto;
    padding: 20px;
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display: none;
}

.PaneNavigation .RightColumnBlock {
    display: none;
}

.PaneHeader2 {
    margin: 0 auto;
    max-width: 1600px;
}

.PaneStockQuote {
    background-color: #004c3f;
    clear: both;
    font-family: 'ShopifySansMedium';
    font-size: 14px;
    color: #fff;
}

/*DoTO check and remove this code*/
.stock-tab .StockVolumeText,
.stock-tab .StockDate,
.stock-tab .StockVolume,
.stock-tab .StockChange.StockPriceUp {
    display: none;
}

.PaneStockQuote .StockVolumeText,
.PaneStockQuote .StockDate,
.PaneStockQuote .StockVolume,
.PaneStockQuote .StockPChange.StockPriceUp,
.PaneStockQuote .StockPChange.StockPriceDown {
    display: none;
}

.stock-tab .StockPrice:before {
    content: "$";
    padding-left: 3px;
}

.container.clearfix {
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 690px;
    width: 100%;
}

.HeaderContainer .container.clearfix,
.FooterContainer .container.clearfix,
.home-wrapper .container.clearfix,
.page-financials .PaneContent .container.clearfix,
.PaneRightBottom .container.clearfix {
    clear: both;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1260px;
    width: 100%;
}

.home-wrapper .PaneContent .container.clearfix {
    max-width: 100%;
    padding: 0;
}

.stock-nyse,
.stock-tsk {
    float: left;
    line-height: 30px;
    text-align: right;
}

.stock-nyse {
    padding: 0 55px 0 0;
    width: auto;
}

.stock-tsk {
    width: auto;
}

.PaneStockQuote .StockPrice {
    padding: 0 10px;
}

.twitter-icon:hover {
    text-decoration: none;
}

.PaneStockQuote a {
    font-family: ShopifySans;
}

.PaneStockQuote a:hover {
    text-decoration: none;
}

.PaneStockQuote .StockPrice,
.PaneStockQuote .StockChange,
.PaneStockQuote .StockPChange {
    color: #a9a9a9;
}

.PaneStockQuote .StockPrice:before {
    content: '$';
}

.PaneStockQuote .StockDescription1,
.PaneStockQuote .StockDescription2 {
    font-family: 'ShopifySansBold';
}

.PaneStockQuote .StockDescription2 {
    color: #5e6ebf;
}

/* header */

.PaneNavigation.header-wrapper {
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.fixed {
    position: fixed;
    margin: 0 auto;
    top: 0;
    background-color: white;
    max-width: 1440px;
    z-index: 1;
    left: 0;
    right: 0;
    padding-left: 200px;
}

.PaneNavigation {
    background-color: #002e25;
    position: relative;
    color: #fff;
    position: fixed;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    top: 0;
    z-index: 999;
}

.PageHome .PaneNavigation {
    background-color: #dff7e5;
    color: #212b35;
}

.LayoutDefaultInner {
    padding-top: 81px;
}

@media (max-width: 1390px) {
    .LayoutDefaultInner {
        padding-top: 60px;
    }
}

.LayoutDefault {
    position: relative;
}

.LayoutOverlay.js--active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.PaneNavigation .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px !important;
    padding-left: calc(5% + 4px) !important;
    padding-right: calc(5% + 4px) !important;
}

@media (max-width: 1442px) {
    .PaneNavigation .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 1390px) {
    .PaneNavigation .container {
        padding-left: calc(5% + 4px) !important;
        padding-right: calc(5% + 4px) !important;
    }
}

.ClientLogo {
    float: left;
    padding: 20px 0 0;
}

.ClientLogo img {
    width: 128px;
    height: 36px;
}

.home-logo {
    display: none;
}

.PageHome .home-logo {
    display: block;
}

.PageHome .logo {
    display: none;
}

.navbar-collapse .ClientLogo img {
    width: 103px;
    height: 30px;
}

ul.level3 {
    display: none;
}

/*For mobile menu to show overview and financial reports*/
.navbar-collapse .ClientLogo {
    display: none;
}

.navbar-collapse .level3 li a>span,
.navbar-collapse .mobile-menu {
    display: none;
}

nav.navbar-collapse.collapse.dr-navbar-collapse {
    float: left;
    padding: 0 0 0 40px;
}

.navbar-collapse ul.level1>li:first-child>a {
    display: none;
}

nav.navbar-collapse ul.level1 li {
    float: left;
}

nav.navbar-collapse ul.level2 li {
    float: left;
}

nav.navbar-collapse ul.level2 > li + li {
    margin-left: 26px;
}

nav.navbar-collapse ul.level2 li:last-child {
    padding-right: 0;
}

nav.navbar-collapse ul.level2 li ul.level3 li {
    padding: 3px 0;
    width: 100%;
}

nav.navbar-collapse ul.level2 li a {
    font-family: 'ShopifySansMedium';
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding-bottom: 32px;
    display: inline-block;
    letter-spacing: 0.32px;
}

nav.navbar-collapse ul.level2 > li > a {
    padding: 32px 2px 32px;
}
@media screen and (min-width: 1391px) {
    nav.navbar-collapse ul.level2 > li:first-child > a {
        margin-left: -2px;
    }
}
.PageHome nav.navbar-collapse ul.level2 li a {
    color: #212b35;
}

nav.navbar-collapse ul.level2 li.has-children.js--open .dropdown-wrap,
nav.navbar-collapse ul.level2 li.has-children.js--open .dropdown-menu {
    display: inline-block;
}

nav.navbar-collapse ul.level2 li a:hover,
nav.navbar-collapse ul.level2 li.open a {
    text-decoration: none;
}

nav.navbar-collapse ul.level3.dropdown-menu>li>a {
    font-family: 'ShopifySansBold';
    color: #212b35;
    padding: 9px 21px;
    font-size: 15px;
    border-left: 3px solid transparent;
    display: block;
}

nav.navbar-collapse ul.level3.dropdown-menu>li>a:hover {
    background-color: #f4f6f8;
    color: #004c3f;
    border-left: 3px solid #004c3f;
}

@media (max-width: 1324px) {
    nav.navbar-collapse ul.level2>li+li {
        margin-left: 0;
    }
}

div.contact-ir-link {
    float: right;
    margin: -2px 0 0 10px;
}

.dropdown-wrap {
    display: none;
}

.dropdown-wrap:before {
    content: "";
    display: block;
    position: relative;
    z-index: 8888;
}


nav.navbar-collapse ul.dropdown-menu {
    border: 1px solid #dfe3e8;
    margin: 0;
    padding: 7px 0;
    width: auto;
    margin-top: -15px;
    left: 0;
    z-index: 999;
    box-shadow: 0 5px 30px 5px rgba(69, 79, 91, 0.1);
}

nav.navbar-collapse ul.dropdown-menu>li>a.dropdown-toggle {
    color: #767676;
    font-weight: bold;
}

nav.navbar-collapse ul.dropdown-menu>li>a.dropdown-toggle:focus,
nav.navbar-collapse ul.dropdown-menu>li>a.dropdown-toggle:hover {
    background-color: transparent;
    color: #000;
}

.has-children>a:after {
    font-family: 'q4icons';
    color: #fff;
    content: "\e901";
    display: inline-block;
    height: 7px;
    margin-left: 5px;
    font-size: 12px;
    width: 10px;
    cursor: pointer;
}

.PageHome .has-children>a:after {
    color: #212b35;
}

.nav-close {
    display: none;
}

nav ul li.selected>a,
.expanded>a {
    font-family: 'ShopifySansBold';
}

nav.ThirdLevelNavigation {
    padding: 0;
}

nav.ThirdLevelNavigation ul.level1 {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 950px;
}

.home-wrapper .PaneHeader {
    /*    background-image: url('../images/home-banner.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;*/
    position: relative;
    top: 0;
}

.home-wrapper .PaneHeader h1 {
    padding: 49px 0 52px;
    text-align: center;
    font-size: 60px;
}

@media screen and (max-width: 1024px) {

    .Breadcrumb.pg-title,
    .FinancialWidget h1,
    .home-wrapper .PaneHeader h1 {
        font-size: 36px;
    }
}

button.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
    width: 24px;
}

/* header */

/* footer */
.FooterContainer {
    background-color: #002e25;
    padding-bottom: 20px;
}

.footer-email-alerts {
    clear: both;
    width: 100%;
}

.email-alerts-wrapper .PaneFooter2 {
    display: none;
}

.MailingListSignupContainer .EditSubscriberConfirmation {
    clear: both;
    padding: 0 0 30px;
    display: block;
}

.EditSubscriberConfirmation {
    display: none;
}

.validation-container {
    clear: both;
    padding: 0.61538em 0 0;
    position: relative;
}

.mail-unsubscribe .validation-container span {
    padding: 0;
    position: absolute;
    top: 0;
}

.ErrorContainer,
.mail-unsubscribe .validation-container span,
span.ErrorMessage {
    color: #dd665a;
    font-size: 12px;
    padding: 0.61538em 0 0;
    -webkit-transition: opacity, 0.3s ease;
    -moz-transition: opacity, 0.3s ease;
    transition: opacity, 0.3s ease;
    width: 100%;
    clear: both;
}

.footer-email-alerts .NoBr {
    display: none;
}

.chkbox {
    display: block;
}

.footer-email-alerts .MailingListTable {
    float: right;
    width: 50%;
}

.footer-email-alerts .MailingListListTable {
    float: left;
    width: 50%;
}

.MailingListCol1 {
    display: none;
}

.GridActions {
    float: right;
}

.GridActions input[type=submit] {
    border: 0;
    height: 53px;
    line-height: 53px;
    width: 109px;
}

.MailingListCol2>input[type="text"] {
    width: 405px;
    margin: 0;
    font-family: 'ShopifySans';
    font-size: 16px;
    color: #767676;
}

span.chkbox table tbody tr td {
    width: 250px;
    position: relative;
}

.RequiredField,
.MailingListsHeading {
    display: none;
}

.MailingListListTable tr td table {
    width: 100%;
    position: relative;
}

.MailingListListTable tr td table tr {
    display: block;
    float: left;
    height: 25px;
    margin-bottom: 8px;
    width: 230px;
}

.PaneFooter {
    border-bottom: 1px solid rgba(223, 227, 232, 0.1);
    padding: 50px 0 0;
}

.footer-link-item {
    width: 22%;
    float: left;
    padding: 0 0 44px 0;
    margin-right: 3%;
}

.footer-link-item.Governance-item {
    clear: left;
}

.footer-quick-links .Events-item {
    margin-right: 0;
    width: 25%;
}

.grid-first li {
    padding-bottom: 5px;
}

.footer-heading {
    border-bottom: 1px solid rgba(210,213,217,0.1);
    margin: 0 0 20px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 21px;
}

.footer-link {
    font-family: ShopifySans;
    font-weight: 400;
    padding: 6px 0;
    white-space: nowrap;
    text-decoration: none;
    color: #fff !important;
}

.footer-link:hover,
.footer-link:focus {
    text-decoration: none;
    color: #ffffff;
}

a.footer-social-icon {
    font-family: 'Q4-Default-Icons';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    float: left;
    height: 20px;
    margin: 5px 8px 0 0;
    width: 20px;
    color: #A9A9A9;
    text-decoration: none;
}

a.footer-social-icon span {
    font-size: 0;
}

.icon-social-facebook:before {
    content: "\e670";
}

.icon-social-twitter:before {
    content: "\e675";
}

.icon-social-youtube:before {
    content: "\e676";
}

.icon-social-instagram:before {
    content: "\e672";
}

.icon-social-linkedin:before {
    content: "\e673";
}

.icon-social-pinterest:before {
    content: "\e674";
}

.icon-social-plus:before {
    content: "\e671";
}

.footer-bottom-link .footer-bottom {
    clear: both;
    display: table;
    padding: 20px 0 0;
    width: 100%;
}

.footer-bottom-link .footer-bottom-item {
    float: left;
    width: 25%;
}

.footer-bottom-link div.footer-terms-links {
    width: 53%;
    float: right;
}

.looking-for-me h1 {
    color: #000;
    font-size: 24px;
    text-align: center;
}

.looking-email {
    float: left;
    width: 50%;
}

.looking-email a {
    height: 30px;
    margin: 0 auto;
    padding: 2px 0 0 35px;
    text-decoration: none;
    width: 200px;
    color: #fff;
    font-family: ShopifySans;
}

.looking-email a:before {
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e903";
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    padding-right: 10px;
}

.looking-email a:hover {
    color: #ffffff;
}

.looking-number {
    height: 45px;
    width: 50%;
    float: left;
}

.looking-number a {
    text-decoration: none;
    color: #fff;
    font-family: ShopifySans;
}

.looking-number a:hover {
    color: #ffffff;
}

.looking-number span {
    padding: 3px 0 0 30px;
    width: 250px;
    height: 30px;
    margin: 0 auto;
    display: block;
}

.looking-number span:before {
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e904";
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    padding-right: 10px;
}

.visuallyhidden {
    font-size: 0;
}

.footer-bottom-link i.footer-logo {
    background-image: url('../images/logo.svg');
    display: block;
    height: 30px;
    width: 104px;
}

.footer-bottom-item.footer-country-select {
    background-image: url('../images/country-arrow.jpg');
    background-position: 90px 13px;
    background-repeat: no-repeat;
}

.footer-country-select:after {
    background-image: url('../images/global-icon.jpg');
    background-repeat: no-repeat;
    content: "";
    height: 16px;
    left: 0;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 16px;
    display: inline-block;
}

.footer-bottom-link div.footer-country-select {
    overflow: hidden;
    width: 135px;
    position: relative;
}

.footer-bottom-link .visuallyhidden {
    font-size: 0;
    display: none;
}

.footer-country-select #CountrySelect {
    padding: 0 17px;
    border: medium none;
    text-indent: 1px;
    -ms-text-overflow: "";
    -o-text-overflow: "";
    text-overflow: "";
    width: 170px;
    background-color: transparent;
    margin-top: 5px;
}

.search-module-box .ModuleContainerInner {
    display: none;
}

.quick-link .quick-link {
    width: 100%;
}

.quick-link li {
    padding: 0 0 12px 0;
}

.quick-link li a {
    font-size: 17px;
    color: #30373b;
    text-decoration: none;
}

/********************** footer **********************/
/********************** Home Page start **********************/

.featured-tab {
    clear: both;
}

.stock-nyse-tab,
.stock-tsk-tab,
.tse-historical,
.nyse-historical,
.nyse-chart-tab,
.tse-chart-tab,
.calc-tab,
.tsc-calc-tab {
    width: 50%;
    float: left;
    border: 1px solid #e1dede;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f8f8f8;
    text-align: center;
    cursor: pointer;
    padding: 30px 0;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.featured-tab .news:hover,
.featured-tab .quarter:hover,
.featured-tab .featured-content:hover,
.stock-nyse-tab:hover,
.stock-tsk-tab:hover,
.tse-historical:hover,
.nyse-historical:hover,
.nyse-chart-tab:hover,
.tse-chart-tab:hover,
.calc-tab:hover,
.tsc-calc-tab:hover {
    background-color: #fff;
}

.featured-tab .news,
.featured-tab .quarter,
.featured-tab .featured-content {
    float: left;
    border: 1px solid #e1dede;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f8f8f8;
    text-align: center;
    width: 50%;
    cursor: pointer;
    padding: 30px 0;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.featured-tab div.featured-content {
    width: 50%;
}

.featured-tab .quarter {
    display: none;
}

.featured-tab .news span,
.featured-tab .quarter span,
.featured-tab .featured-content span,
.stock-nyse-tab,
.stock-tsk-tab,
.nyse-historical span,
.tse-historical span,
.nyse-chart-tab span,
.tse-chart-tab span,
.calc-tab span,
.tsc-calc-tab span,
.stock-nyse-tab span,
.stock-tsk-tab span {
    font-family: 'ShopifySansBold';
    color: #212b35;
}

.featured-tab .news.active span,
.featured-tab .quarter.active span,
.featured-tab .featured-content.active span,
.nyse-historical.active span,
.tse-historical.active span,
.nyse-chart-tab.active span,
.tse-chart-tab.active span,
.calc-tab.active span,
.tsc-calc-tab.active span,
.stock-nyse-tab.active span,
.stock-tsk-tab.active span,
.stock-tab.active .stock-data a {
    color: #30373b;
}

.stock-tab .stock-data {
    display: block;
    line-height: 23px;
}

.stock-tab .stock-data a {
    font-family: "ShopifySansBold";
}

.featured-tab .news,
.featured-tab .quarter,
.stock-nyse-tab,
.nyse-historical,
.nyse-chart-tab,
.calc-tab {
    border-right: 0 solid #e1dede;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.featured-tab .featured-content,
.stock-tsk-tab,
.tse-historical,
.tse-chart-tab,
.tsc-calc-tab {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.stock-nyse-tab a {
    text-decoration: none;
}

.stock-tsk-tab a {
    text-decoration: none;
    color: #212b35;
}

.featured-tab .news.active,
.featured-tab .quarter.active,
.featured-tab .featured-content.active,
.stock-nyse-tab.active,
.stock-tsk-tab.active,
.nyse-historical.active,
.tse-historical.active,
.nyse-chart-tab.active,
.tse-chart-tab.active,
.calc-tab.active,
.tsc-calc-tab.active {
    background-color: #fff;
}

.featured-tab .quarter>p,
.featured-tab .news>p,
.featured-tab .featured-content>p {
    display: block;
    width: 50px;
    height: 45px;
    clear: both;
    margin: 0 auto;
    /*    background-image: url('../images/sprite-icons.png');*/
}

.featured-tab .quarter>p {
    background-position: -70px -50px;
}

.featured-tab .news>p {
    background-position: -10px -50px;
}

.featured-tab .news>p:before,
.featured-tab .featured-content>p:before {
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e901";
    color: #767676;
    font-size: 40px;
}

.featured-tab .news>p:before {
    font-size: 37px;
}

.featured-tab .featured-content>p:before {
    content: "\e648";
}

.featured-tab .news.active>p:before,
.featured-tab .featured-content.active>p:before {
    color: #5e6ebf;
}

.featured-tab .featured-content>p {
    background-position: -125px -50px;
}

.featured-tab .quarter.active>p {
    background-position: -70px 0;
}

.featured-tab .news.active>p {
    background-position: -10px 0;
}

.featured-tab .featured-content.active>p {
    background-position: -125px -2px;
}

/*.featured-content-wrapper iframe {
    width: 100%;
}*/

.featured-news.tab-content {
    float: left;
    width: 480px;
}

.featured-news.tab-content.featuredthumbnail {
    display: block;
    float: right;
    width: 440px;
}

.featured-news .moduleitemrow-content {
    float: left;
    width: 490px;
}

.featured-news .ModuleDate {
    display: block;
    clear: both;
}

.latest-quarter,
.featured-content-wrapper {
    display: none;
}

.featured-tab .ContentContainer {
    display: inline-block;
    padding-bottom: 70px;
    width: 100%;
}

.featured-news h1,
.latest-quarter h2,
.featured-content-wrapper h2 {
    font-size: 24px;
    color: #30373b;
    padding-bottom: 40px;
}

.featured-news h1 {
    font-size: 48px;
}

.featured-news a.ModuleHeadlineLink,
.latest-quarter a.ModuleHeadlineLink {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #777;
    display: block;
    padding: 0 0 18px 0;
    line-height: 23px;
    text-decoration: none;
}

.featured-news a.ModuleHeadlineLink a:hover {
    color: #fff;
}

.featured-news .ModuleFooter,
.latest-quarter .ModuleFooter {
    display: none;
}

.featured-moduletitle h1 {
    padding: 70px 0 80px;
}

.featured-event-slider {
    float: left;
    margin: 0 0 0 60px;
    width: 450px;
}

.featured-event-slider img {
    display: block;
}

.featured-event {
    float: left;
}

.featured-event .calendarList {
    clear: both;
    padding: 15px 0;
}

.featured-event .calendarList .apple,
.featured-event .calendarList .google,
.featured-event .calendarList .outlook,
.featured-event .ModuleSpeakers {
    display: none;
}

.latest-quarter.tab-content.latest-quarter-wraper {
    width: 490px;
}

.latest-quarter.tab-content {
    float: left;
}

.latest-quarter.tab-content.latest-quarter-webcast,
.latest-quarter.tab-content.home-financial-report {
    clear: both;
    float: none;
}

.latest-quarter.tab-content.latest-quarter-webcast {
    padding: 25px 0 15px;
}

.ModuleFileLink,
.ModuleFileLink span.webcast_or {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #a9a9a9;
    cursor: text;
    text-decoration: none;
}

.ModuleFileLink span.webcast_or:hover {
    color: #a9a9a9;
    text-decoration: none;
}

.ModuleFileLink:hover,
.ModuleFileLink:focus {
    color: #a9a9a9;
}

.ModuleFileLink span {
    color: #78b657;
    text-decoration: underline;
    cursor: pointer;
}

.ModuleFileLink span:hover {
    color: #78b657;
    text-decoration: none;
    cursor: pointer;
}

.latest-quarter .AnnualReportLatestColumn li {
    padding: 0 0 18px 0;
}

.latest-quarter.tab-content.home-financial-report .FileSize {
    display: none;
}

.ReportLink,
.ics a {
    color: #78b657;
    text-decoration: underline;
}

.ReportLink:hover,
.ics a:hover {
    color: #78b657;
    text-decoration: none;
}

.home-financial-report .Title:before {
    content: "Download the";
    padding-right: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #a9a9a9;
    cursor: text;
    text-decoration: none;
}


.why-invest .ContentContainer h2 {
    font-family: 'ShopifySans';
    text-align: center;
    padding-top: 30px;
}

.why-invest .inv-container {
    display: table;
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0 0 0;
}

.why-invest .inv-container .inv-container-pane {
    float: left;
    width: 49%;
    padding: 0 10px 30px 10px;
    min-height: 120px;
}

.why-invest .inv-container .inv-container-pane span {
    font-family: 'ShopifySansBold';
    font-size: 13px;
    color: #a1abb0;
    text-transform: uppercase;
}

.why-invest p {
    padding: 60px 0 0;
}

.why-invest .inv-container .inv-container-pane p {
    font-family: 'ShopifySans';
    font-size: 24px;
    color: #767676;
    padding-top: 7px;
}

.home-wrapper .PaneMiddle {
    background-color: #2F373A;
    /*padding-bottom: 70px;*/
    /*DOTO*/
}

.featured-moduletitle h1 {
    color: #FFFFFF;
}

.featured-event .ModuleYearNavContainer,
.featured-event .ModuleTime {
    display: none;
}

.featured-event .ModuleDate,
.featured-event a.ModuleHeadlineLink {
    font-family: 'ShopifySansMedium';
    color: #78b657;
    font-size: 24px;
    float: left;
    padding: 0 0 30px 0;
    text-decoration: none;
}

.featured-event .ModuleDate {
    padding-right: 10px;
}

.featured-event .ModuleLocation {
    display: none;
}

.featured-event {
    width: 430px;
}

.featured-event .ModuleBody {
    color: #a9a9a9;
}

.featured-event .ModuleNotFound {
    text-align: center;
    width: 100%;
}

.featured-event .ModuleBody h4 {
    font-size: 19px;
    color: #a9a9a9;
    padding-bottom: 17px;
}

.featured-event .document-text,
.featured-event .rel-document {
    float: left;
    padding: 25px 0 0 0;
    color: #a9a9a9;
}

.featured-event .grp.last {
    clear: both;
}

.events-mod .ModuleItem .grp a.ModuleHeadlineLink {
    text-decoration: none;
}

.featured-event .Document:before {
    content: "download the ";
    padding: 0 0 0 5px;
}

.featured-event .rel-document .FileType {
    text-decoration: underline;
    color: #78b657;
}

.featured-event .rel-document .FileType:hover {
    text-decoration: none;
    color: #78b657;
}

.rel-document .separator,
.document-text .ModuleDownloadText,
.rel-document .FileSize,
.rel-document .ModuleLinks li a .ModuleDownloadText {
    display: none;
}

.PaneMiddle .ModuleFooter {
    margin: 0 auto;
    width: 160px;
    padding: 64px 0;
    clear: both;
}

.PaneMiddle .ModuleFooter a.ModuleViewAllLink {
    height: auto;
    padding: 6px 28px;
}

.PaneRight h1,
.PaneRight .head1 {
    text-align: center;
    padding: 70px 0 40px;
}

.home-wrapper .PaneRight h1,
.home-wrapper .PaneRight .head1 {
    padding-top: 0;
    font-size: 36px;
    margin: 0;
}

@media (min-width: 1025px) {
    .home-wrapper .PaneRight .ContentContainer .head1 {
        margin-left: -30px;
    }
}

.stock-chart,
.home-stock-quote {
    clear: both;
    margin: 0 auto;
    width: 650px;
}

.home-stock-quote .StockQuoteLookup {
    display: none;
}

.home-stock-quote .StockTableFeed,
.home-stock-quote .Changevalue1,
.list-group .list-group-item .text {
    font-family: 'ShopifySansBold';
    font-size: 18px;
    color: #30373b;
}

.home-stock-quote .StockTable-head {
    display: table;
    width: 100%;
    padding: 45px 0 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 36px;
}

.StockTableItem {
    display: table;
    width: 100%;
}

.clearfix {
    clear: both;
}

.stocktable-left {
    float: left;
    width: 50%;
    font-size: 30px;
    color: #008060;
}

.stocktable-right {
    float: left;
    text-align: right;
    width: 50%;
}

.stocktableitem-left {
    float: left;
    margin-right: 20%;
    width: 45%;
}

.stocktableitem-right>p:first-child,
.stocktableitem-left>p:first-child {
    float: left;
    width: 51%;
}

.stocktableitem-right>p:last-child,
.stocktableitem-left>p:last-child {
    float: left;
    width: 49%;
}

.stocktableitem-right {
    float: left;
    width: 35%;
}

.stock-value-right,
.stocktable-right,
.list-group .list-group-item .badge {
    font-family: 'ShopifySans';
    font-size: 18px;
    color: #30373b;
    text-align: right;
}

.stock-value-right a {
    color: #30373b;
    text-decoration: none;
}

.StockQuoteContainer a {
    font-family: ShopifySans;
}

.stock-value-right a span:before {
    content: "$";
}

.stock-value-right a span.Volume:before {
    content: " ";
}

.stocktable-left a {
    color: #008060;
    text-decoration: none;
}

.stocktable-left a span.Price {
    font-family: 'ShopifySans';
    text-decoration: none;
}

.stocktable-left a span.Price:before {
    content: "$";
}

.home-stock-quote .StockTableText {
    display: none;
}

@media (max-width: 420px) {

    .stocktableitem-right>p:first-child,
    .stocktableitem-left>p:first-child {
        width: 50%;
    }
}

/********************** Home Page end **********************/
/********************** Stock Information Start **********************/
.home-stock-quote.stockvalues {
    width: auto;
    padding: 40px 0 0 0;
}

/*****
.stockvalues, .stock-quote-historical, .stk-chart {
    padding: 0px 0px 45px;
}
***/
.module-stock-chart,
.module-stock-historical,
.module-investment-calculator {
    padding-top: 30px;
}

.stockPage .PaneContent,
.stockPage .PaneLeft,
.stockPage .PaneMiddle {
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 0;
}

.stockPage .PaneRight {
    padding: 80px 0 0;
}

.stockPage .PaneContent {
    padding-top: 0;
}

.stock-selects .stock-quote-historical {
    padding: 0 0 10px;
}

.stock-tab .StockVolumeText,
.stock-tab .StockVolumeText,
.stock-tab .StockVolume,
.stock-tab .StockDate {
    display: none;
}

.stock-selects {
    clear: both;
    padding: 30px 0;
    display: table;
    width: 100%;
}

.stock-table .list-group-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}

.list-group .list-group-item>.badge {
    background: none;
    font-weight: normal;
}

.stock-chart-page {
    clear: both;
    padding-top: 20px;
}

.module-stock-chart .module-stock-chart_accessible-datepickers {
    top: 87px !important;
}

.module-stock-chart_accessible-datepickers > span {
    font-size: 12px;
}

.stock-quote-historical .sbHolder {
    float: left;
    margin: 0 0 0 10px;
    height: 40px;
    width: 100px;
}

.stock-quote-historical .sbHolder .sbOptions {
    top: 39px !important;
    width: 100%;
}

.stock-quote-historical .sbSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
}

.stock-quote-historical .sbSelector:link,
.stock-quote-historical .sbSelector:visited,
.stock-quote-historical .sbSelector:hover {
    margin: 5px 2px;
}

.stock-quote-historical .sbToggle {
    right: 5px;
    top: 5px;
}


.sbHolder.year {
    width: 90px;
}

.sbHolder.year .sbOptions {
    width: 88px;
}

.stock-quote-historical .stock-selects .text {
    float: left;
    line-height: 45px;
    margin-right: 10px;
}

.lookup {
    clear: none;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.inv-calculator .inv-container {
    overflow: hidden;
    width: 100%;
    padding: 30px 0 0;
}

nav.ThirdLevelNavigation.fixed {
    border-bottom: 1px solid #e5e5e5;
}

.menu-levelthree {
    border-bottom: 1px solid #e5e5e5;
}

nav.ThirdLevelNavigation .level1>li {
    float: left;
    padding-right: 30px;
}

nav.ThirdLevelNavigation .level1 a {
    font-family: 'ShopifySansBold';
    display: block;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    text-decoration: none;
    color: #767676;
    border-bottom: 3px solid transparent;
}

nav.ThirdLevelNavigation .level1 li.activeSec a,
li.activeSec a.active,
nav.ThirdLevelNavigation ul.level1 .selected>a {
    color: #000;
    border-bottom: 3px solid #212b36;
}

nav.ThirdLevelNavigation .level1 a:hover {
    color: #000000;
}

.stock-quote-historical .month,
.stock-quote-historical .module_options-select--month {
    margin-left: 0;
}

.stock-quote-historical select,
.inv-calculator select {
    width: 100px;
    height: 40px;
    margin-left: 15px;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 650px) {
    .stock-quote-historical select,
    .inv-calculator select {
        width: 75px;
        margin-left: 10px;
    }
}

/********************** Stock Information End **********************/

/** Email alert unsub confirmation page**/
.email-unsub span {
    margin-top: 75px;
    text-align: center;
    display: block;
}

/** Email alert unsub confirmation page ends**/

/** Email alert subscribe confirmation page**/
.email-conf span {
    margin-top: 75px;
    text-align: center;
    display: block;
    color: #5e6ebf;
}

/** Email alert subscribe confirmation page ends**/

/*** board of directors page starts**/
.bod-mod .PersonContainer h3 .PersonComma,
.bod-mod .PersonContainer .head3 .PersonComma,
.commaName {
    display: none;
}

.bod-mod .PersonContainer .PersonPhoto {
    height: 263px;
    overflow: hidden;
    box-sizing: content-box;
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 30px;
    width: 210px;
}

.bod-mod .PersonContainer .PersonDescription {
    display: inline-block;
    line-height: 24px;
    padding: 10px 0;
    width: 63%;
}

.bod-mod .PersonContainer {
    display: block;
    width: 100%;
    clear: both;
    zoom: 1;
    padding-bottom: 30px;
}

.bod-mod .PersonContainer h3,
.bod-mod .PersonContainer .head3 {
    font-family: 'ShopifySansMedium';
    font-size: 19px;
    color: #30373b;
    line-height: initial;
}

.bod-mod .commaSuffix {
    display: none;
}

.bod-mod .HighResolutionPhotoLink {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 10px 0 0 0;
    width: 55%;
    color: #78b657;
    border-bottom: 1px solid #78b657;
    padding-bottom: 5px;
    text-decoration: none;
}

.bod-mod .HighResolutionPhotoLink:hover {
    border-bottom: none;
}

/*** board of directors page ends**/

/** page not found page**/
.page-not-found p {
    line-height: 25px;
    margin-bottom: 10px;
}

.page-not-found ul {
    line-height: 20px;
}

.page-not-found {
    width: 100%;
}

/** page not found page ends**/

/*** analyst coverage starts**/
.ana-cov-mod table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.ana-cov-mod thead {
    background: none;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.ana-cov-mod th,
.ana-cov-mod td {
    padding: 20px 15px;
}

.ana-cov-mod th {
    color: #30373b;
    font-family: "ShopifySansMedium", sans-serif;
    font-size: 19px;
    letter-spacing: 2.5px;
}

.ana-cov-mod td {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}

.ana-cov-mod p {
    font: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

/*** analyst coverage ends**/

/** committee composition page starts**/

.com-comp-wrapper .webOnly {
    display: block;
}

.com-comp-wrapper .mobOnly {
    display: none;
}

.com-comp-wrapper .webOnly,
.com-comp-wrapper .mobOnly {
    margin-bottom: 20px;
}

.com-comp-wrapper .CCheaderTable td {
    line-height: 18px;
    text-align: left;
}

.comm-comp-page .com-comp-wrapper .CCheaderTable {
    margin: 35px 100px;
    border: 1px solid #e5e5e5;
    width: 55%;
}

.comm-comp-page .com-comp-wrapper .CCheaderTable caption.sr-only,
.comm-comp-page .com-comp-wrapper .CCheaderTable thead.sr-only {
    display: none;
}

.CCheaderTable img {
    float: left;
    margin-right: 5px;
}

.com-comp-wrapper .CCtable {
    width: 100%;
}

.com-comp-wrapper .CCtable th {
    font-size: 18px;
    padding: 15px 5px;
    text-transform: uppercase;
    background: none;
    text-align: center;
    color: #30373b;
    font-family: 'ShopifySansBold';
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}


.com-comp-wrapper .CCtable,
.com-comp-wrapper .CCtable tr td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    font-size: 16px;
}

.com-comp-wrapper .CCtable tr td {
    text-align: center;
}

.com-comp-wrapper .CCtable th a {
    color: #78b657;
}

.com-comp-wrapper .CCheaderTable,
.com-comp-wrapper .CCtable {
    margin: 10px 0;
}

.com-comp-wrapper .accordion {
    line-height: 20px;
    display: none;
    padding: 15px 10px;
}

.com-comp-wrapper .CCtable tr.accTitle td {
    background: none;
    padding: 20px 0;
}

.com-comp-wrapper .CCheaderTable td,
.com-comp-wrapper .CCtable tr td {
    padding: 15px 10px;
}

.com-comp-wrapper .CCheaderTable tr td {
    width: 33.333%;
    line-height: 3;
}

.com-comp-wrapper .icon {
    display: inline-block;
    background-image: url('../icons/icon-sprite.png');
    margin: 5px 5px 0 0;
    float: left;
}

.com-comp-wrapper .CCtable .icon {
    float: none;
}

.com-comp-wrapper .icon.member {
    background-position: 1154px 1164px;
    height: 35px;
    width: 35px;
}

.com-comp-wrapper .icon.lead {
    background-position: 1153px 1162px;
    height: 33px;
    width: 35px;
}

.com-comp-wrapper .icon.chair {
    background-position: 1153px 1124px;
    height: 35px;
    width: 35px;
}

/** committee composition page ends**/

/********************** Signup **********************/
.signup h1,
.email-alert-activate h1,
.unsubscribe-signup h1,
.mail-unsubscribe .MailingListUnsubscribeTable h1,
.rss-feed-module h1 {
    font-size: 24px;
    margin: 60px 0 20px 0;
    padding: 0;
    width: 100%;
}

.signup h1 {
    margin-top: 0;
}

.signup,
.unsubscribe-signup,
.rss-feed-module {
    border-top: 1px solid #e5e5e5;
    margin: 0 auto 0;
}

.signup {
    border-top: none;
}

.mail-unsubscribe.email-unsubs {
    position: relative;
}

.mail-unsubscribe .MailingListUnsubscribeTable {
    width: 100%;
}

.mail-unsubscribe .MailingListUnsubscribeTable tr:first-child {
    float: none;
    width: 100%;
}

.mail-unsubscribe .MailingListCol2 input,
.email-alert-activate .MailingListCol2 input {
    margin-right: 10px;
    float: left;
}

.mail-unsubscribe .ButtonCell,
.email-alert-activate .ButtonCell {
    float: left;
}

.mail-unsubscribe .ButtonCell input {
    height: 54px;
}

.mail-unsubscribe .MailingListUnsubscribeMessage {
    margin: 15px 0;
    display: block;
}

.PaneContent .MailingListSignupContainer {
    position: relative;
}

.PaneContent .MailingListSignupContainer .EditSubscriberConfirmation {
    clear: both;
    padding: 50px 0;
}

.PaneContent .MailingListSignupContainer .GridActions {
    float: left;
}

.email-alert-activate .chkbox {
    display: block;
    margin: 15px 0 0;
    width: 100%;
}

/*** Events & Presentations ***/
.clndr-mod {
    padding-top: 70px;
}

.clndr-mod h1 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0;
}

#event-box .eventBox.open {
    height: 300px;
}

#event-box .eventBox .events-doc-links {
    display: none;
}

#event-box .eventBox .ModuleLocation,
#event-box .eventBox .date {
    font-size: 19px;
    color: #8dbd75;
    margin-bottom: 5px;
    /*font-family: "brandon_textmedium";*/
}

#event-box .eventBox .body {
    margin: 13px 0;
}

#event-box .eventBox .body .EventLink {
    color: #fff;
    font-size: 0;
    width: 190px;
}

#event-box .eventBox .body .EventLink:before {
    content: "View Event Details";
    display: block;
    font-size: 16px;
}

#event-box .eventBox .body .desc {
    margin: 15px 0;
    line-height: 25px;
}

#event-box {
    float: left;
    padding: 0 25px 25px 0;
    width: 300px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.hide-cal .AddToCalendar {
    display: none;
}

/*** Events & Presentation Page - Events calender***/

#clndr {
    font-family: Helvetica;
    position: relative;
    top: -40px;
}

#clndr h1 {
    width: 500px;
    font-size: 22px;
    padding-bottom: 15px;
}

#clndr h2 {
    font-family: Helvetica;
    font-size: 16px;
    margin: 0;
    padding: 10px;
}

#clndr.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

#clndr .clndrContainer {
    position: relative;
    display: inline-block;
    color: #fff;
    font: 14px "MyriadBold", Helvatica, sans-serif;
    background-color: #FFF;
    width: 100%;
}

#clndr {
    float: right;
    width: 358px;
}

#clndr .controls {
    background-color: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 3px 3px 0 0;
    font-family: "ShopifySansMedium";
}

#clndr .controls .month {
    width: 70%;
    font-size: 21px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    display: inline;
    zoom: 1;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #78b657;
}

#clndr .controls .clndr-next-button,
#clndr .controls .clndr-previous-button {
    width: 15%;
    color: #78b657;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

#clndr .controls .clndr-next-button:hover,
#clndr .controls .clndr-previous-button:hover {
    color: #edb201;
}

#clndr .days-container {
    position: relative;
    width: 100%;
    display: inline-block;
    display: inline;
    zoom: 1;
}

#clndr .days-container.show-events .days {
    left: -294px;
}

#clndr .days-container.show-events .events {
    left: 0;
}

#clndr .days-container .days {
    width: 100%;
}

#clndr .days-container .days .day,
#clndr .days-container .days .empty {
    width: 52px;
    height: 40px;
    display: inline-block;
    margin: -1px 0 0 -1px;
    text-align: center;
    color: #838383;
    border: 1px solid #e6e7e8;
    border-collapse: collapse;
    font-size: 11px;
    padding: 8px 15px;
    background-color: #f8f8f8;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#clndr .days-container .days .day.last-month,
#clndr .days-container .days .day.next-month {
    background-color: #fff;
    border-color: #fff;
    visibility: hidden;
}

#clndr .days-container .days .day.event,
#clndr .days-container .days .empty.event {
    cursor: pointer;
    padding: 0;
}

#clndr .days-container .days .day.event .event-sel {
    border: 1px solid #78b657;
    display: block;
    height: 38px;
    padding: 7px;
    width: 50px;
}

#clndr .days-container .days .day.today {
    background-color: #78b657;
    color: #fff;
}

#clndr .day.event.active {
    border-bottom: 5px solid #edb201;
}

#clndr .days-container .days .headers {
    padding: 0;
    background: #fff;
    color: #000;
    font-family: "ShopifySansMedium";
    border: 1px solid #e6e7e8;
    border-top: none;
}

#clndr .days-container .days .headers .day-header {
    border: none;
    color: #000;
    display: inline-block;
    margin: -1px 0 0 -1px;
    text-align: center;
    width: 51px;
    padding: 10px 0;
}

#clndr .events {
    display: none;
    border-bottom: 5px solid #A48D6E;
    background-color: #E6E4E0;
    width: 350px;
    height: 360px;
}

#clndr .events ul {
    list-style-type: none;
    padding: 20px;
    margin: 0;
}

#clndr .events ul li {
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #A48D6E;
    line-height: 21px;
    min-height: 21px;
    padding: 7px 0 7px 30px;
}

#clndr .events ul li:first-child {
    border-top: 1px dotted #A48D6E;
}

#clndr .events ul li.webcast {
    background-image: url(../images/ico-webcast.png);
}

#clndr .events ul li.presentation {
    background-image: url(../images/ico-pdf.png);
}

#clndr .events .headers {
    border-bottom: 5px solid #fff;
}

#clndr .events .event-header,
#clndr .events .x-button {
    width: 80%;
    display: inline-block;
    display: inline;
    zoom: 1;
    font-size: 20px;
    background-color: #A48D6E;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}

#clndr .events .x-button {
    width: 20%;
}

#clndr .events .x-button:hover {
    background-color: #DAD1C2;
    cursor: pointer;
}

#clndr .events .events-details {
    height: 320px;
    overflow-y: scroll;
    border-bottom: 5px solid #fff;
}

/*** Events & Presentation Page - Events calender END***/

/*** Upcoming & Past-Events ***/
.events-mod {
    padding-bottom: 70px;
}

.event-toggle-wrap {
    width: 100%;
    padding: 70px 0;
    display: inline-block;
}


.events-mod .ModuleNotFound {
    line-height: 25px;
}

.event-toggle-wrap div {
    float: left;
    border: 1px solid #e1dede;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f8f8f8;
    text-align: center;
    width: 50%;
    cursor: pointer;
    padding: 30px 0px;
    display: block;
}

.event-toggle-wrap .tab {
    cursor: pointer;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.event-toggle-wrap .tab:hover {
    background-color: #FFF;
}

.event-toggle-wrap .tab.active {
    background-color: #fff;
}

.event-toggle-wrap div a {
    font-family: 'ShopifySansBold';
    padding: 65px 0 0;
    width: 100%;
    text-decoration: none;
    color: #767676;
}

.event-toggle-wrap div.active a {
    color: #30373b;
}

.event-toggle-wrap div.active span {
    background-position: -187px -5px;
}

.event-toggle-wrap div span {
    /*    background: url('../images/sprite-icons.png') no-repeat;*/
    display: block;
    width: 50px;
    background-position: -187px -54px;
    height: 50px;
    clear: both;
    margin: 0 auto;
}

.event-toggle-wrap div span:before {
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e902";
    color: #767676;
    font-size: 40px;
}

.event-toggle-wrap div.active span:before {
    color: #5e6ebf;
}

.event-toggle-wrap div.tab-future {
    border-right: none;
}

.events-mod .ModuleYearNavContainer,
.events-mod .ModuleTime {
    display: none;
}

.events-mod.event-future .ModuleTime,
.events-mod.eve-details-mod .ModuleTime {
    display: block;
}

.events-mod .ModuleItem .ModuleBody,
.events-mod .ModuleItem .ModuleSpeakers,
.events-mod .ModuleItem .RelatedDocuments,
.events-mod .ModuleItem .grp .rel-document .ModuleLinks .Video,
.events-mod .ModuleItem .grp .rel-document .ModuleLinks .Audio,
.events-mod .ModuleItem .grp .document-text .WebcastLink,
.events-mod .ModuleFooter,
.events-mod .calendarList li {
    display: none;
}

.events-mod .ModuleItem {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

.events-mod .ModuleFileLink span,
.events-mod .FileType {
    border: none;
}

.events-mod .ModuleItem:first-child {
    border-top: 0 none;
}

.events-mod .ModuleItem .ModuleLocation {
    margin-bottom: 5px;
    line-height: 20px;
    display: block;
}

.events-mod .ModuleDateContainer {
    margin-right: 10px;
}

.events-mod .ModuleItem .ModuleDateContainer .ModuleDate {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #767676;
    padding: 0;
    line-height: 20px;
}

.events-mod .ModuleItem .grp .rel-document .ModuleLinks .Document:before {
    content: 'Download the';
    display: block;
    float: left;
    margin-right: 5px;
}

.events-mod .calendarList li.ics {
    display: block;
}

.events-mod .calendarList li.ics:before {
    content: 'Add to';
    display: inline-block;
}

.events-mod .ModuleItem .grp .rel-document a,
.events-mod .calendarList li.ics a {
    color: #78b657;
}


.events-mod .ModuleLinks {
    display: inline-block;
    margin-bottom: 3px;
}

.events-mod .ModuleItem .grp {
    float: left;
    width: 33%;
}

.events-mod .ModuleItem .grp.last {
    text-align: right;
}

.events-mod .ModuleItem .grp .ModuleBody {
    line-height: 20px;
    padding-top: 0;
}

.events-mod .ModuleItem .ModuleHeadlineLink,
.events-mod .ModuleItem .grp .ModuleBody p,
.events-mod .ModuleItem .grp .ModuleBody h4 {
    font: 16px helvetica, sans-serif;
    color: #777777;
    text-decoration: underline;
}

/*** Events & News page news section ***/

.eve-present-page .PaneMiddleBottom {
    border-top: 1px solid #E5E5E5;
    padding-top: 90px;
}

.inv-news-wid .ModuleHead h1 {
    text-align: center;
}

.inv-news-wid .ModuleHead .st_rss {
    position: relative;
    top: -52px;
}

/*** Events Details Page ***/

.events-mod.eve-details-mod .ModuleItem {
    border: none;
}

.events-mod.eve-details-mod .ModuleItem .grp .ModuleBody {
    display: block;
}

.events-mod.eve-details-mod .ModuleItem .ModuleLinks .Video,
.events-mod.eve-details-mod .ModuleItem .ModuleLinks .Audio,
.events-mod.eve-details-mod .ModuleItem .WebcastLink {
    display: none;
}

.events-mod.eve-details-mod .ModuleItem .ModuleLinks li a,
.events-mod.eve-details-mod .ModuleItem .AddToCalendar button {
    color: #5e6ebf;
    font: 15px helvetica, sans-serif;
    background: transparent;
    border: none;
    border-bottom: 1px solid #5e6ebf;
    margin-bottom: 5px;
    padding: 0;
    text-decoration: none;
}

.events-mod.eve-details-mod .ModuleItem .ModuleLinks li a:hover,
.events-mod.eve-details-mod .ModuleItem .AddToCalendar button:hover {
    border-bottom-color: transparent;
}

.eve-details-mod h1.ModuleDetailHeadline {
    font-size: 24px;
    text-align: left;
    padding: 30px 0 0;
}

.events-mod.eve-details-mod .ModuleItem .grp {
    width: 100%;
    margin: 5px 0;
}

.events-mod.eve-details-mod .ModuleItem .grp.last {
    text-align: left;
}


.events-mod.eve-details-mod .ModuleSpeakers {
    display: block;
    margin: 10px 0;
}

.events-mod.eve-details-mod .ModuleSpeakers h3,
.events-mod.eve-details-mod .PresentationItem h3 {
    color: #000;
    font-family: "ShopifySansMedium";
    margin-bottom: 10px;
    font-size: 20px;
}

.events-mod.eve-details-mod .ModuleItem .WebcastLink,
.events-mod.eve-details-mod .RelatedDocuments {
    display: block;
}

.events-mod.eve-details-mod .ModuleItem .WebcastLink a,
.events-mod.eve-details-mod .PressRelease a,
.events-mod.eve-details-mod li.Presentation a {
    color: #5e6ebf;
    font: 15px helvetica, sans-serif;
    margin-bottom: 5px;
    border-bottom: 1px solid #5e6ebf;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.events-mod.eve-details-mod .PresentationItem h3 {
    margin-top: 25px;
    display: inline-block;
}

.events-mod.eve-details-mod .ModuleItem .WebcastLink a:hover,
.events-mod.eve-details-mod .PressRelease a:hover,
.events-mod.eve-details-mod li.Presentation a:hover {
    border-bottom-color: transparent;
    color: #5e6ebf;
}


/*** Financial Reports ***/

.annual-current h1,
.sec-fillings h1,
.sedar-fill h1,
.annual-latest h2,
.financialWidget h1 {
    font-size: 24px;
    padding: 0;
    width: 100%;
    margin: 0px 0 20px;
    font-family: ShopifySansBold;
    display: inline-block;
    text-align: left;
}

.sedar-fill {
    display: inline-block;
    width: 100%;
}

.sedar-fill p a {
    color: #5d6cc1;
}

.sedar-fill p a:hover {
    color: #202e78;
}

.FinancialWidget {
    text-align: center;
}

.FinancialWidget .financial-years {
    border: 1px solid #e1dede;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    margin-bottom: 60px;
}

.FinancialWidget .financial-years li:first-child {
    border-left: none;
}

.FinancialWidget .financial-years li {
    float: left;
    padding: 12px 25px;
    font: 16px "ShopifySansMedium", arial, sans-serif;
    background-color: #f8f8f8;
    border-left: 1px solid #e1dede;
    cursor: pointer;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.FinancialWidget .financial-years li:hover {
    background-color: #fff;
}

.FinancialWidget .financial-years li.active {
    color: #000;
    background-color: #fff;
}

.financial-table {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 40px;
}

.financial-table .title li {
    color: #000;
    font: 19px "ShopifySansMedium", helvetica, sans-serif;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
}

.financial-table .title li:first-child {
    border-top: 1px solid #e5e5e5;
}

.financial-table .title {
    display: inline-block;
    float: left;
    width: 25%;
}

.financial-table .content li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    line-height: 20px;
    padding: 30px 0;
    width: 100%;
    height: 81px;
}

.financial-table .content li:first-child {
    padding: 0;
    height: 0;
}

.financial-table .content li a {
    color: #7db461;
    display: none;
}

.financial-table .content li a:first-child {
    display: block;
}

.financial-table .content {
    display: inline-block;
    float: left;
    text-align: center;
    width: 18%;
    position: relative;
}

.financial-table .content h3 {
    color: #000;
    font: 19px/20px "ShopifySansMedium", helvetica, sans-serif;
    padding: 0 25px 15px;
    position: absolute;
    top: -55px;
    border-bottom: 1px solid #e8e8e8;
}


#sec_financial .yearHeading h4 {
    color: #fff;
}

.quarterly h1 {
    text-align: center;
}

.sedar-fill {
    margin-top: 30px;
}

.sec-fillings {
    padding-top: 30px;
}

.quarterly p a {
    color: #7db461;
    text-decoration: none;
    border-bottom: 1px solid #7db461;
}

.quarterly p a:hover {
    border-bottom-color: transparent;
}

/*** SEC Fillings ***/

.sec-fillings p {
    margin-bottom: 40px;
}

.sec-fillings .sec-years,
.sec-fillings .pageNum {
    border: 1px solid #e1dede;
    border-radius: 2px;
    display: inline-block;
}

.sec-fillings .pageNum {
    border-left: none;
}

.sec-fillings .sbHolder {
    margin-bottom: 30px;
}

.sec-fillings .PaginationCont .showing {
    display: none;
}

.sec-fillings .sec-years li.active,
.sec-fillings .pageNum li.active {
    background-color: #fff;
    color: #000;
}

.sec-fillings .sec-years li,
.sec-fillings .pageNum li {
    background-color: #f8f8f8;
    border-left: 1px solid #e1dede;
    cursor: pointer;
    float: left;
    font: 16px "ShopifySansMedium", arial, sans-serif;
    padding: 12px 25px;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.sec-fillings .sec-years li:hover,
.sec-fillings .pageNum li:hover {
    background-color: #FFF;
}

@media (max-width: 572px) {
    .sec-fillings .sec-years li {
        width: 50%;
    }
}

.sec-fillings .pageNum {
    display: inline-block;
    margin-top: 30px;
}

.sec-fillings .PaginationCont {
    display: block;
    text-align: center;
}

.sec-fillings .pageNum li {
    padding: 10px 25px;
}

.sec-fillings .pageNum li:first-child {
    display: none;
}

.sec-fillings .sec-years li:first-child {
    border-left: medium none;
}

.sec-fillings .secModule {
    text-align: center;
}

.sec-fillings .sec-header {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.sec-fillings .sec-header span {
    color: #000;
    display: block;
    float: left;
    font: 19px "ShopifySansMedium", sans-serif;
    margin: 15px 0;
    text-transform: uppercase;
}

.sec-fillings .date {
    width: 20%;
}

.sec-fillings .type {
    width: 15%;
}

.sec-fillings .description {
    width: 40%;
}

.sec-fillings .description {
    line-height: 19px;
}

.sec-fillings .download {
    float: left;
    width: 25%;
}

.sec-fillings .SECItemRow .date,
.sec-fillings .SECItemRow .type {
    font: 19px "ShopifySans", sans-serif;
    color: #30373b;
}

.sec-fillings .sec-list .SECItemRow {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}

.sec-fillings .sec-list .SECItemRow:first-child {
    border-top: 1px solid #e5e5e5;
}

.sec-fillings .sec-list span {
    display: block;
    float: left;
    text-align: left;
}

.sec-fillings .sec-list .SECItemRow .download {
    text-align: left;
}


/*** Governance Documents Page ***/

.gov-doc-mod span.TabTableFileSize,
.gov-doc-mod td.Report2LinkRowDate {
    display: none;
}

.governance-terms-link {
    line-height: 25px;
    padding-top: 30px;
}

.governance-terms-link a {
    text-decoration: none;
}

.gov-doc-mod td.Report2LinkRow a {
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
}

.gov-doc-mod td.Report2LinkRow a:before {
    content: "\e90e";
    font-family: "q4icons";
    display: block;
    float: left;
    width: 24px;
    position: absolute;
    left: 0;
}

.gov-doc-mod td.Report2LinkRow {
    padding: 9px 0;
}

/*** Governance Documents Page END ***/


/*** SEC Filings***/

.sec-list .download li {
    display: inline-block;
    margin-right: 10px;
}

.sec-list i.q4 {
    font-size: 23px;
}

.sec-list i.q4-doc-pdf {
    color: #f55a48;
}

.sec-list i.q4-doc-presentation {
    color: #f9ac00;
}

.sec-list i.q4-doc-word {
    color: #0087a5;
}

.sec-list i.q4-doc-html {
    color: #fc832a;
}

.sec-list i.q4-doc-link {
    color: #e2e1dd;
}

.sec-list i.q4-doc-graph {
    color: #4fa74b;
}

.module-sec_type-select {
    display: none;
}

.module-sec_html a:before,
.module-sec_zip a:before {
    color: #fc832a;
    font-family: "q4icons" !important;
    content: "\e628" !important;
}

.module-sec_word a:before,
.q4-doc-word:before {
    content: "\e91b" !important;
    font-family: "q4icons" !important;
    color: #0087a5;
}

.module-sec_PDF a:before,
.module-sec_pdf a:before,
.q4-doc-pdf:before {
    content: "\e90e" !important;
    font-family: "q4icons" !important;
    color: #f55a48;
}

.module-sec_excel a:before,
.q4-doc-presentation:before {
    content: "\e91a" !important;
    font-family: "q4icons" !important;
    color: #f9ac00;
}

.module-sec_years-container,
.module_pager-container {
    text-align: center;
}

.module-sec .module-sec_years,
.module-sec .module_pager {
    border: 1px solid #e1dede;
    border-radius: 2px;
    display: inline-flex;
    flex-wrap: wrap;
    text-align: center;
}

.module-sec .module_pager {
    border-left: none;
}

.module-sec .module-sec_years li.js--selected,
.module-sec .pager-page.pager-active {
    background-color: #fff;
    color: #000;
}

.module-sec .module-sec_years li,
.module-sec .pager-page {
    background-color: #f8f8f8;
    border-left: 1px solid #e1dede;
    cursor: pointer;
    font: 16px "ShopifySansMedium", arial, sans-serif;
    padding: 12px 25px;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    display: inline-block;
}

.module-sec .module-sec_years li:hover,
.module-sec .pager-page:hover {
    background-color: #FFF;
}

@media (max-width: 572px) {
    .module-sec .module-sec_years li {
        width: 50%;
    }
}

.module-sec .module_pager {
    display: inline-block;
    margin-top: 30px;
}

.module-sec .pager-page {
    padding: 10px 25px;
}

.module-sec_years li:first-child {
    border-left: medium none;
}

.module-sec_download-list li {
    display: inline-block;
    margin-right: 3px;
}

.module-sec_download-list li a:before {
    font-size: 22px !important;
}

.module_header-text {
    color: #000;
    display: block;
    float: left;
    font: 19px "ShopifySansMedium", sans-serif;
    margin: 15px 0;
    text-transform: uppercase;
}

.module-sec .module_item {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}

.module-sec_date-text,
.module-sec_filing-text {
    font: 19px "ShopifySans", sans-serif;
    color: #30373b;
}

@media (max-width: 768px) {
    .module-sec .module_header {
        display: none;
    }

    .module-sec .module_item {
        padding: 30px 0 10px;
    }

    .module-sec_date-text,
    .module-sec_filing-text,
    .module-sec_description-text,
    .module-sec_download-list {
        padding-bottom: 20px;
        display: block;
    }

    .module-sec_date-text:before {
        background-color: #004c3f;
        clear: both;
        color: #fff;
        content: "Date: ";
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 5px;
    }

    .module-sec_filing-text:before {
        background-color: #004c3f;
        clear: both;
        color: #fff;
        content: "Filing: ";
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 5px;
    }

    .module-sec_description-text:before {
        background-color: #004c3f;
        clear: both;
        color: #fff;
        content: "Filing description: ";
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 5px;
    }

    .module-sec_download-list:before {
        background-color: #004c3f;
        clear: both;
        color: #fff;
        content: "Download File: ";
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 5px;
    }

}

/*** SEC Filings END***/
/*** Investor News Details Page ***/

.inv-news-dt-mod b {
    font-weight: bold;
}

.inv-news-dt-mod p {
    margin: 10px 0;
}

.inv-news-dt-mod h1.ModuleTitle.ModuleDetailHeadline {
    padding: 30px 0 15px 0;
    text-align: left;
    font-size: 28px;
}

.inv-news-dt-mod span.ModuleDownloadText {
    color: #7db461;
    padding-right: 5px;
}


.inv-news-dt-mod .ModuleFileText,
.inv-news-dt-mod .ModuleFileText span {
    text-decoration: none;
    color: inherit;
    display: none;
}

.inv-news-dt-mod .ModuleFileText:hover,
.inv-news-dt-mod .ModuleFileText span:hover {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

.inv-news-det-page .inv-news-dt-mod table {
    width: 100%;
}

.inv-news-dt-mod .ModuleLinks {
    float: right;
}

.inv-news-dt-mod .ModuleDateContainer {
    float: left;
}

/*** Investor News Details Page END ***/

/*** Investor News Page ***/
.inv-news-wid .NewsListContainer {
    padding: 30px 0 0;
}

.inv-news-wid span.newsDate {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: block;
    padding-left: 10px;
    float: left;
    color: #767676;
}

.inv-news-wid span.ModuleBody,
.inv-news-wid span.docDownload,
.inv-news-wid span.newsMore {
    display: none;
}

.inv-news-wid .NewsItemRow {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 20px 0;
    width: 100%;
}

.inv-news-wid a.Next {
    float: right;
    display: inline-block;
    margin: 15px 0 0 5px;
    text-decoration: none;
    color: #777777;
}

.inv-news-wid span.newsTitle {
    float: right;
    width: 75%;
    padding-left: 20px;
}

.inv-news-wid span.newsTitle a {
    color: #777777;
    font-family: ShopifySans;
}

.inv-news-wid p.PaginationCont {
    text-align: center;
    width: 100%;
    font-family: 'ShopifySansBold';
    margin: 15px 0 0 0;
}

.inv-news-wid a.Previous {
    display: inline-block;
    float: left;
    margin: 15px 5px 0 0;
    text-decoration: none;
    color: #777777;
}

.inv-news-wid .news-year span {
    font-family: 'ShopifySansBold';
    color: #78b657;
    margin: 0 10px 0 0;
    display: none;
}

.inv-news-wid .news-year {
    font-family: 'ShopifySansBold';
}

.inv-news-wid option {
    background-color: #f8f8f8;
    border-color: #e1dede;
}

select#Years {
    border-color: #e1dede;
}

a.st_rss {
    /*    background: url('../icons/Social-Icon/DefaultIcons_rss_transparent.png') no-repeat;*/
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: 40px;
    float: right;
    margin: -4px 0 0 0;
    text-decoration: none;
}

a.st_rss:before {
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e642";
    color: #5e6ebf;
    font-size: 22px;
}

/*** Investor News Page END ***/
/*** Investor FAQ's Page ***/

.faq-mod .FaqQuestionList {
    display: none;
}

.FaqAnswer a,
.faq-mod a {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
}

.faq-mod .head3 {
    font-size: 18px;
    margin: 10px 0 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.faq-mod .BackToTopLink {
    margin: 0 0 25px;
    display: block;
    color: #78b657;
    display: none;
}

.FaqAnswer {
    display: block;
    padding-bottom: 15px;
}

/*** Investor FAQ's Page END ***/

/*** Contact IR page ***/
.faq-mod address {
    line-height: 24px;
    padding: 18px 0 18px;
}

.faq-mod h6, 
.faq-mod .head6 {
    font-size: 20px;
}

/*** Contact IR page END ***/

/*** Overview Tabs ***/

.latest-quarter,
.FinancialReportLatestContainer.latest-quarter .TitleContainer,
.FinancialReportLatestContainer.latest-quarter .MiddleColumnSpacer,
.ModuleEvent.latest-quarter .ModuleHeadlineLink,
.ModuleEvent.latest-quarter .ModuleDateContainer,
.ModuleEvent.latest-quarter .ModuleYearNavContainer {
    display: none;
}

/*** Request Information Page ***/
.request-info .Item {
    padding: 0 0 15px;
}

.request-info span.RedStar {
    float: right;
    color: red;
    padding: 15px 0;
}

span.MessageSent {
    color: #004c3f;
}

.label-wrap {
    padding-bottom: 10px;
}

.request-info textarea,
.request-info input.FormTextBox,
.CaptchaContainer input {
    width: 98%;
    margin: 15px 0 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 14px 16px;
    resize: none;
}

.request-info input.FormTextBox:focus,
.request-info textarea:focus {
    border: 2px solid #5d6cc1;
}

.req-info-page p {
    padding: 0 0 8px;
    text-align: left;
}

.request-info {
    background-color: #f9fafa;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    padding: 30px;
    resize: none;
    width: 100%;
}

.request-info textarea {
    height: 105px;
}

.request-info input.Button.SubmitButton {
    margin: 15px 0;
    display: block;
}

/*** Request Information Page END ***/
/*** Financial Report tabs ***/

.quick-nav-tab li.QuickLinkRow,
.quick-nav-tab li.QuickLinkRowAlt {
    float: left;
    margin: 25px 25px -8px 0;
    padding: 0 0 31px 0;
}

.quick-nav-tab li.QuickLinkRow a,
.quick-nav-tab li.QuickLinkRowAlt a {
    font: 16px "ShopifySansBold", helvetica, sans-serif;
    text-decoration: none;
}

/*** Financial Report tabs END ***/
/*** Financial Report Page - Annual Report modules END ***/

.annual-latest h2,
.annual-archive h2 {
    font-family: 'ShopifySansBold';
    color: #30373b;
    font-size: 22px;
}

.annual-latest span.year,
.annual-latest .AnnualReport {
    display: none;
}

.annual-latest .ProxyDoc {
    float: right;
    margin: 8px 0 25px;
}

.annual-latest .fin-item {
    display: inline-block;
    width: 100%;
}

.annual-latest .ProxyDoc a {
    color: #7db461;
}

.annual-archive div.fin-item:first-child {
    display: none;
}

.annual-archive .fin-item {
    display: inline-block;
    float: left;
    margin: 0 25px 0 0;
}

.annual-archive .CoverImagePane {
    background-repeat: no-repeat;
    display: block;
    height: 62px;
    width: 92px;
}

.annual-archive span.year {
    display: none;
    padding: 22px 25px;
    color: #fff;
    font-size: 19px;
    font-family: 'ShopifySansBold';
}

.annual-archive .AnnualReport a,
.ProxyDoc a {
    color: #7db461;
    margin: 10px 0;
    display: block;
}

.annual-archive .AnnualReport {
    margin: 20px 0 0 0;
}

.annual-latest .CoverImagePane {
    width: 100%;
    display: block;
}

.con-ir-mod a,
.gov-doc-mod a,
.sec-list a,
.pageNum a {
    text-decoration: none;
    position: relative;
}

.fin-rep-mod a {
    color: #5d6cc1;
}

.fin-rep-mod a:hover {
    color: #202e78;
}

/*** Financial Report Page - Annual Report modules END ***/

/*** Home Board Charter Start ***/

.board-character {
    position: relative;
}

.board-character .character-image {
    clear: both;
    margin: 70px auto 0;
    width: 250px;
}

.character-content {
    clear: both;
    width: 100%;
    padding: 30px 0px 0px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
}

.character-content:before {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff 60%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 60%);
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
}

.character-content.js-active {
    max-height: none;
}

.character-content.js-active:before {
    display: none;
}

.continuereading-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.continuereading-div button {
    display: inline;
    float: none;
}

.js-active .continuereading-div {
    display: none;
}

.board-character h3,
.board-character .head3  {
    font-family: 'ShopifySans';
    font-size: 20px;
    color: #212b35;
}

.board-character .character-content p {
    padding-bottom: 15px;
}

.board-character h3,
.board-character .head3,
.board-character h1,
.board-character .head1 {
    text-align: center;
}

/* Live-Clean Up */

.SocialFeedOverview h1 {
    text-align: center;
}

.board-character h1 {
    padding: 20px 0 40px;
}

.board-character .character-content h4 {
    line-height: 35px;
}

.board-character .character-content div,
.board-character .character-content ul {
    padding-left: 20px;
}

.stock-data-title h1 {
    text-align: center;
}

/*** Home Board Charter End ***/

/*** RSS feed starts ***/
.rss-feed-module h1 {
    margin: 30px 0 0;
}

.rss-feed-module h3 {
    font-family: 'ShopifySansMedium';
    font-size: 18px;
    margin: 10px 0 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.rss-feed-module li a {
    background-image: url('../icons/Social-Icon/DefaultIcons_rss_transparent.png');
    background-repeat: no-repeat;
    background-size: 30px auto;
    display: block;
    padding: 0 0 10px 35px;
    text-decoration: none;
}

.rss-feed-module p {
    display: block;
    padding-bottom: 15px;
}

.rss-feed-module .rssList {
    padding: 15px 0;
    line-height: 30px;
}

.mail-unsubscribe .MailingListCol2 {
    padding-bottom: 30px;
}

/*** Financial Widget***/

.quarterlyFinancials .quarter-container {
    display: inline-block;
    width: 25%;
    padding: 2em 1em;
    vertical-align: top;
}

.quarterlyFinancials .yearHeading {
    background-image: url('../images/header-bg.png');
    color: #fff;
    padding: 0.75em;
    margin-top: 1em;
    cursor: pointer;
}

.quarterlyFinancials .yearHeading h4 {
    margin-left: 5px;
}

.quarterlyFinancials .quarter-container h5 {
    font-size: 15px;
    font-weight: 400;
    color: #337ab7;
}

.quarterlyFinancials .quarter-container li a {
    color: #595959;
    font-size: 14px;
    text-decoration: none;
}

.quarterlyFinancials .financial-container {
    border: 1px solid #595959;
    margin-bottom: 2em;
    display: none;
}

.quarterlyFinancials .deactive-item {
    cursor: default;
}

.quarterlyFinancials a.deactive-item:hover {
    text-decoration: none;
}

.quarterlyFinancials ul,
.quarterlyFinancials ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: disc;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/********  RSS feed Ends ********/

/******** Social Stream Ends ********/
.slick-slider .SocialFeedOverview .ss-facebook,
.slick-slider .SocialFeedOverview .ss-facebook {
    background-position: center 220px;
}

/******** Social Stream Ends ********/

.navigation-overlap {
    display: none;
}

/* media screens ----------- */
@media screen and (max-width: 1100px) {

    /*    .HeaderContainer .container.clearfix,
    .FooterContainer .container.clearfix,
    .home-wrapper .container.clearfix,
    .PaneRightBottom .container.clearfix {
        padding: 0 15px;
        max-width: 1000px;
    }*/

    nav.navbar-collapse ul.level2 li {
        padding-right: 10px;
    }

    nav.navbar-collapse ul.level2>li {
        padding-right: 15px;
    }

    nav.navbar-collapse ul.level2 li a {
        font-size: 15px;
    }

    .has-children.dropdown:before {
        right: 5px;
    }

    .MailingListCol2>input[type="text"] {
        width: 370px;
    }
}

@media screen and (max-width: 1025px) {
    div {
        border: 0 solid red;
    }

    .latest-quarter.tab-content.latest-quater-img {
        float: right;
        width: 440px;
    }

    nav.ThirdLevelNavigation ul.level1 {
        width: 940px;
    }

    .ThirdLevelNavigation.fixed {
        padding-left: 10px;
    }

    .home-wrapper .PaneHeader {
        background-size: cover;
    }

    /*    .HeaderContainer .container.clearfix,
    .FooterContainer .container.clearfix,
    .home-wrapper .container.clearfix,
    .PaneRightBottom .container.clearfix {
        padding: 0 15px;
        max-width: 960px;
    }
*/
    nav.navbar-collapse.collapse.dr-navbar-collapse {
        padding: 34px 0 0 25px;
    }

    .has-children.dropdown.last-child {
        padding: 0;
    }

    div.contact-ir-link {
        /* padding: 14px 0 0 0px; */
    }

    .featured-event-slider {
        width: 440px;
    }

    .MailingListCol2>input[type="text"] {
        width: 350px;
    }
}

@media screen and (max-width: 1024px) {
    .featured-news h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1390px) {
    div {
        border: 0 solid green;
    }

    h1 {
        font-size: 35px;
    }

    h2,
    .featured-event .ModuleDate,
    .featured-event a.ModuleHeadlineLink {
        font-size: 22px;
    }

    .navbar-collapse .level3 li a>span,
    .navbar-collapse .mobile-menu {
        display: block;
    }

    .featured-news.tab-content,
    .latest-quarter.tab-content.latest-quarter-wraper {
        width: 350px;
    }

    .featured-news.tab-content.featuredthumbnail {
        width: 360px;
    }

    .PaneNavigation {
        padding-bottom: 11px;
        height: 61px;
    }

    .js--nav-open .PaneNavigation:before {
        content: "";
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        z-index: 2;
    }

    nav.fixed ul.level1 {
        padding-left: 10px;
    }

    .ThirdLevelNavigation.fixed {
        padding-left: 0;
    }

    .featured-event .ModuleBody h4 {
        font-size: 17px;
    }

    .featured-moduletitle h1 {
        padding: 40px 0 30px;
    }

    .Breadcrumb.pg-title,
    .FinancialWidget h1 {
        font-size: 35px;
        padding-bottom: 35px;
        padding-top: 35px;
    }

    nav.ThirdLevelNavigation ul.level1 {
        width: 740px;
    }

    div.contact-ir-link {
        /* padding: 6px 0 0; */
    }

    .home-wrapper .PaneMiddle {
        /* display: none; */
    }

    .home-wrapper .PaneLeft {
        margin-top: 0;
    }

    .featured-event {
        width: 320px;
    }

    .featured-event-slider {
        margin-left: 30px;
        width: 260px;
    }

    .featured-tab .ContentContainer {
        padding-bottom: 30px;
    }

    .home-wrapper .PaneLeft {
        margin-top: 40px;
    }

    .why-invest h1,
    h1.ModuleTitle,
    h2.stock-sub-header {
        padding-top: 40px;
    }

    /*    .HeaderContainer .container.clearfix,
    .FooterContainer .container.clearfix,
    .home-wrapper .container.clearfix,
    .PaneRightBottom .container.clearfix {
        max-width: 950px;
    }*/

    .nav-close {
        cursor: pointer;
        display: block;
        padding: 22px 0 17px;
        height: 60px;
        float: right;
    }

    .nav-close:before {
        font-family: 'Q4-Default-Icons';
        content: "\e900";
        color: #212b35;
        display: inline-block;
        font-size: 18px;
    }

    .device-nav-open {
        position: fixed;
        width: 100%;
        overflow-x: hidden;
    }

    .device-nav-open body {
        position: relative;
        overflow-x: hidden;
    }

    .navbar-collapse .ClientLogo {
        display: inline-block;
        padding-bottom: 15px;
        padding-top: 15px;
        height: auto;
    }

    .top-nav-span {
        background-color: #fff;
        display: block;
        height: 100%;
        right: 0;
        margin-right: -300px;
        padding: 0;
        position: fixed;
        top: 0;
        width: 300px;
        z-index: 9999;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 90px;
        transition: margin 0.3s ease-in-out;
    }

    .js--nav-open .top-nav-span {
        margin-right: 0;
    }

    nav.navbar-collapse.collapse.dr-navbar-collapse {
        padding: 0 30px;
        width: 100%;
        display: block;
        height: 100%;
    }

    nav.navbar-collapse ul.level2 li a {
        color: #000;
        font-size: 16px;
        border-left: none;
    }

    nav.navbar-collapse ul.level3.dropdown-menu>li>a {
        color: #212b36;
        padding: 0;
    }

    .navbar-header {
        float: left;
    }

    button.navbar-toggle {
        display: block;
        margin: 19px 0 0;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        /*background-image: url('../images/hamburger.svg');*/
        height: 24px;
        width: 24px;
    }

    button.navbar-toggle:after {
        font-family: "q4icons";
        content: "\e908";
        color: #fff;
        font-size: 20px;
    }

    .PageHome button.navbar-toggle:after {
        color: #212b35;
    }

    button.navbar-toggle span {
        display: none !important;
    }

    .dropdown-menu {
        border-radius: initial;
    }

    .top-nav-span nav.navbar-collapse .level1 {
        border-top: 1px solid #e5e5e5;
        clear: left;
        padding-top: 15px;
    }

    nav.navbar-collapse ul.dropdown-menu {
        box-shadow: initial;
    }

    nav.navbar-collapse ul.level2 {
        background-color: #fff;
        display: none;
    }

    .js--nav-open nav.navbar-collapse ul.level2 {
        display: block;
    }

    li.selected.home.first-child {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
    }

    nav.navbar-collapse ul.level2>li+li {
        margin-left: 0;
    }

    nav.navbar-collapse ul.level2>li {
        padding: 0 0 0;
        width: 100%;
        cursor: pointer;
    }

    nav.navbar-collapse ul.level2>li>a {
        background-color: #FFFFFF;
        color: #212b36;
        padding: 15px 0;
        display: block;
        position: relative;
        font-size: 18px;
    }

    nav.navbar-collapse ul.level2 li.has-children.dropdown>a.dropdown-toggle:after {
        font-family: 'q4icons';
        color: #212b35;
        content: "\e901";
        display: inline-block;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 18px;
    }

    nav.navbar-collapse ul.level2>li>a:hover,
    nav.navbar-collapse .level2>li.selected>a,
    nav.navbar-collapse .level2>li.expanded>a {
        border-bottom: none;
    }

    nav.navbar-collapse ul.level2 li.has-children.dropdown.open>a.dropdown-toggle:after,
    nav.navbar-collapse ul.level2 li.has-children.dropdown.open-nav>a.dropdown-toggle:after {
        color: #212b35;
        transform: rotate(180deg);
        top: 17px;
    }

    nav.navbar-collapse ul.level2>li>a:hover,
    nav.navbar-collapse ul.level1>li>a:focus {
        color: #212b36;
    }

    .has-children.dropdown:after {
        content: none;
    }

    /*    nav.navbar-collapse ul.level2 li.has-children:hover .dropdown-wrap,
    nav.navbar-collapse ul.level2 li.has-children:hover .dropdown-menu {
        display: none;
    }*/

    .has-children.dropdown.open:after {
        content: none;
    }

    nav.navbar-collapse ul.dropdown-menu {
        margin-bottom: 15px;
    }

    nav.navbar-collapse ul.level2 li ul.level3 li {
        padding: 10px 17px;
        width: 100%;
        border-left: 1px solid #e5e5e5;
    }

    /*nav.navbar-collapse ul.level2 li ul.level3 li.activeSec,*/
    nav.navbar-collapse ul.level2 li ul.level3 li.selected {
        border-left: 3px solid #000000;
    }

    nav.navbar-collapse ul.level2 li ul.level3 li.selected a {
        color: #000000;
    }

    nav.navbar-collapse ul.level3.dropdown-menu>li.selected>a,
    nav.navbar-collapse ul.level3.dropdown-menu>li.selected>a:hover {
        border-left: none;
    }

    nav.navbar-collapse ul.level3.dropdown-menu>li.activeSec>a,
    nav.navbar-collapse ul.level3.dropdown-menu>li.activeSec>a:hover {
        border-left: 3px solid transparent;
    }

    nav.navbar-collapse ul.level3.dropdown-menu>li>a:hover {
        border-left: 3px solid transparent;
    }

    .navbar-header {
        float: right;
    }

    .ClientLogo {
        padding: 12px 0 0;
        width: auto;
    }

    .ClientLogo br {
        display: none;
    }

    .ClientLogo>a {
        display: block;
        margin: 0 auto;
        overflow: hidden;
        width: 110px;
    }

    .navbar-collapse .ClientLogo>a {
        width: 105px;
        height: 30px;
    }

    .dropdown-wrap {
        padding-top: 0;
        background-image: none;
        height: auto;
    }

    .dropdown-wrap:before {
        padding-top: 0;
        background-image: none;
    }

    .level3.dropdown-menu>li {
        padding: 10px 0;
        width: 100%;
    }

    nav.navbar-collapse ul.dropdown-menu>li>a.dropdown-toggle {
        padding: 0;
    }

    nav.navbar-collapse ul.dropdown-menu,
    .dropdown-wrap {
        left: 0;
        position: relative;
        width: 100%;
        padding: 0;
        display: none;
        /* border-top: 1px solid #e5e5e5; */
    }

    nav.navbar-collapse li.open-nav ul.dropdown-menu,
    nav.navbar-collapse li.open-nav .dropdown-wrap {
        display: block !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: 0;
        margin-top: 0;
    }

    nav.navbar-collapse ul.level3.dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #212b36;
    }

    .level3.dropdown-menu>li {
        padding-left: 10px;
    }

    .footer-quick-links .investor-item,
    .footer-quick-links .Stock-item,
    .footer-quick-links .Financial-item,
    .footer-quick-links .Governance-item,
    .footer-quick-links .Events-item,
    .footer-quick-links .Resources-item {
        float: left;
        padding: 0 0 38px 0;
    }

    .MailingListCol2>input[type="text"] {
        width: 245px;
    }

    .MailingListListTable tr td table tr {
        font-size: 14px;
        width: 180px;
    }

    .featured-news .moduleitemrow-content {
        width: 370px;
    }

    .featuredthumbnail,
    .latest-quarter.tab-content.latest-quater-img {
        width: 350px;
    }

    .navigation-overlap {
        background-color: #000;
        opacity: 0.8;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: visibility 0.4s linear, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: visibility 0.4s linear, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: visibility 0.4s linear, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 11;
    }

    .footer-email-alerts label,
    .email-alert-activate label {
        font-size: 13px;
    }

    .footer-bottom-link div.footer-terms-links {
        float: right;
    }

    .looking-number span {
        width: 149px;
        padding-left: 0;
    }

    .stockPage .PaneContent,
    .stockPage .PaneLeft,
    .stockPage .PaneMiddle,
    .stockPage .PaneRight {
        padding: 50px 0;
    }

    h2.stock-sub-header {
        padding-top: 0;
    }

    .fin-report-page .PaneLeftBottom {
        padding: 70px 0 10px;
    }

    .footer-email-alerts label {
        width: 75%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width:980px) {
    .ThirdLevelNavigation {
        display: none;
    }
}

@media screen and (max-width:776px) {
    div {
        border: 0 solid blue;
    }

    .stock-nyse {
        padding: 0 20px 0 0;
    }

    .mail-unsubscribe.email-unsubs,
    .signup h1,
    .email-alert-activate h1,
    .unsubscribe-signup h1,
    .mail-unsubscribe .MailingListUnsubscribeTable h1 {
        margin: 40px 0;
    }

    .mail-unsubscribe .ButtonCell {
        width: 100%;
    }

    .mail-unsubscribe .ButtonCell input {
        float: none;
    }

    .mail-unsubscribe .validation-container span {
        top: 0;
    }

    .email-alert-activate .chkbox {
        width: 100%;
    }

    /*** Calendar ***/

    #clndr .days-container .days .headers .day-header {
        width: 14%;
    }

    #clndr .days-container .days .day,
    #clndr .days-container .days .empty {
        width: 51px;
    }

    #clndr {
        width: 300px;
    }

    #clndr .days-container .days .day.event .event-sel {
        width: 49px;
    }

    .events-mod .ModuleItem .grp {
        float: none;
        width: 100%;
        margin: 15px 0;
    }

    .events-mod .ModuleItem .grp.last {
        text-align: left;
    }

    .events-mod .ModuleYearNavContainer {
        width: 100%;
    }

    .FinancialWidget {
        text-align: center;
        width: 100%;
    }

    .sec-fillings {
        text-align: left;
        width: 99%;
    }

    #financials,
    .sec-fillings .secModule {
        width: auto;
        padding-bottom: 30px;
    }

    .PaneContentInner {
        padding: 0 0 30px;
    }

    h1.ModuleTitle {
        padding: 30px 0 15px;
    }

    .why-invest h1 {
        padding: 30px 0 55px;
    }

    .stockPage .PaneContent,
    .stockPage .PaneLeft,
    .stockPage .PaneMiddle,
    .stockPage .PaneRight {
        padding: 30px 0;
    }

    h2.stock-sub-header {
        padding: 0 0 15px;
    }

    .com-comp-wrapper .webOnly {
        display: none;
    }

    .com-comp-wrapper .mobOnly {
        display: block;
    }

    .com-comp-wrapper .mobOnly .mobile-committee .header {
        padding: 10px 0;
        line-height: 3;
    }

    .mobile-committee .header>div {
        display: inline-block;
        padding: 15px 0;
        width: 50%;
        float: left;
        color: #30373b;
        font-size: 16px;
        font-family: 'ShopifySansBold';
    }

    .com-comp-wrapper .mobile-committee .trigger {
        border-bottom: 1px solid #e5e5e5;
        display: block;
        position: relative;
        text-decoration: none;
    }

    .com-comp-wrapper .mobile-committee .trigger>span:first-child {
        background: #e1dede;
        color: #004c3f;
        display: block;
        font-weight: 600;
        line-height: 30px;
        padding: 10px 20% 10px 10px;
    }

    .mobile-committee a:hover,
    .mobile-committee a:focus {
        text-decoration: none;
    }

    .mobile-committee .trigger>span.drop-icon {
        background: url('../images/q-plus-normal.png') no-repeat scroll right;
        height: 100%;
        position: absolute;
        right: 8%;
        top: 0;
        width: 100%;
    }

    .mobile-committee .trigger>span.drop-icon.active {
        background: url('../images/q-minus-normal.png') no-repeat scroll right;
    }

    .mobile-committee .item-person {
        display: none;
        position: relative;
        width: 100%;
    }

    .mobile-committee .item-person>span {
        background: none repeat scroll 0 0;
        border-bottom: 1px solid #e5e5e5;
        display: block;
        float: left;
        line-height: 35px;
        padding: 7px;
        width: 81%;
        margin-right: 0;
        font-size: 18px;
        padding-bottom: 19px;
    }

    .mobile-committee .item-person>span.icon {
        background: none repeat scroll 0 0;
        text-align: center;
        width: 19%;
        height: 62px;
    }

    .com-comp-wrapper .mobile-committee .item-person .icon {
        display: inline-block;
        float: none;
        margin: 0;
        vertical-align: middle;
    }

    .mobile-committee .trigger>span.drop-icon:hover {
        background: url('../images/q-plus-hover.png') no-repeat scroll right;
    }

    .mobile-committee .trigger>span.drop-icon.active:hover {
        background: url('../images/q-minus-hover.png') no-repeat scroll right;
    }

    .bod-mod .PersonContainer .PersonDescription {
        width: auto;
        margin-bottom: 20px;
    }

    .bod-mod .PersonContainer h3,
    .bod-mod .PersonContainer .head3 {
        float: none;
        margin-left: 10px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

    .bod-mod .PersonContainer .PersonPhoto {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .bod-mod .HighResolutionPhotoLink {
        display: block;
        margin: 10px auto 30px;
        width: 110px;
    }

    .bod-mod .PersonContainer {
        width: 100%;
    }

    .stock-tab .stock-data,
    .stock-tab .stock-data a {
        font-size: 16px;
    }

    .featured-event-slider {
        width: 240px;
    }

    .Breadcrumb.pg-title,
    .FinancialWidget h1 {
        padding: 28px 0;
    }

    .stock-chart,
    .home-stock-quote {
        width: 100%;
    }

    .why-invest .inv-container {
        padding-top: 0;
        width: 80%;
    }

    .why-invest .inv-container .inv-container-pane {
        width: 49%;
        min-height: auto;
    }

    .verticalAdjust {
        margin-top: 0;
    }

    .container.clearfix,
    .HeaderContainer .container.clearfix,
    .FooterContainer .container.clearfix,
    .home-wrapper .container.clearfix,
    .PaneRightBottom .container.clearfix {
        max-width: 620px;
    }


    .footer-quick-links .ecommerce-item,
    .footer-quick-links .Point-item {
        margin-right: 0;
        width: 100%;
        padding: 0 0 35px 0;
        display: table;
    }

    .footer-quick-links .help-item {
        clear: left;
        float: right;
        width: 50%;
    }

    .footer-quick-links .quicklinks-item,
    .footer-quick-links .investor-item,
    .footer-quick-links .Stock-item,
    .footer-quick-links .Financial-item,
    .footer-quick-links .Governance-item,
    .footer-quick-links .Events-item,
    .footer-quick-links .Resources-item {
        width: 50%;
        margin: 0;
    }

    .footer-quick-links .Governance-item .footer-section,
    .footer-quick-links .Financial-item .grid-first,
    .footer-quick-links .quicklinks-item .footer-section {
        padding-right: 30px;
    }

    .footer-link-item.shopify-item {
        clear: both;
        width: 100%;
    }

    .MailingListCol2>input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .MailingListListTable tr td table tr {
        font-size: 16px;
        width: 100%;
    }

    .featured-news.tab-content,
    .latest-quarter.tab-content.latest-quarter-wraper {
        width: 100%;
    }

    .featured-news.tab-content.featuredthumbnail,
    .latest-quarter.tab-content.latest-quater-img {
        clear: both;
        float: none;
        margin: 0 auto;
        padding-top: 15px;
        width: 300px;
    }

    .featured-tab .ContentContainer {
        padding-bottom: 20px;
    }

    .featured-news .moduleitemrow-content {
        width: 100%;
    }

    .featured-news .ModuleMoreLink {
        margin: 0 auto;
    }

    .home-wrapper .PaneLeft {
        margin-top: 35px;
    }

    .looking-for-me {
        margin-top: 20px;
    }

    .board-character .character-image {
        position: relative;
        display: block;
        padding-bottom: 20px;
    }

    .board-character .character-content {
        display: block;
        margin: 0;
        width: 100%;
    }

    .event-toggle-wrap {
        padding: 40px 0;
    }

    .event-toggle-wrap div {
        padding: 20px 0;
    }
}

@media screen and (max-width: 776px) {

    .footer-bottom-link .footer-bottom-item,
    .footer-bottom-link div.footer-terms-links {
        width: 100%;
        padding: 0 0 8px 0;
    }

    .looking-number span {
        width: auto;
    }

    div.contact-ir-link {
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .contact-ir-link .QuickLinkRow>a {
        display: inline-block;
    }

    .footer-bottom-link div.footer-terms-links a {
        width: 100%;
        padding-left: 0;
    }

    .looking-email {
        float: none;
        width: 100%;
        padding-bottom: 18px;
    }
}

@media screen and (max-width:650px) {
    div {
        border: 0 solid pink;
    }

    .fin-report-page .PaneLeftBottom {
        padding: 30px 0 0;
    }

    .fin-item:last-child {
        margin: 0;
    }

    .annual-archive .fin-item {
        margin: 0 10px 20px 0;
    }

    .annual-archive .CoverImagePane {
        width: 81px;
    }

    .FinancialWidget .financial-years li {
        font-size: 12px;
        padding: 12px;
    }

    .sec-fillings .sec-list .SECItemRow {
        padding: 30px 0 10px;
    }

    .annual-current h1,
    .sec-fillings h1,
    .sedar-fill h1,
    .annual-latest h2 {
        margin: 0 0 15px;
    }

    .financial-table .content a {
        text-decoration: none;
    }

    .financial-table .content a span {
        text-decoration: underline;
    }

    .financial-table .content a span:hover {
        text-decoration: none;
    }

    .financial-table .content li:first-child {
        height: auto;
        padding: 40px 0 0;
    }

    .financial-table .content>li:nth-child(2) a:before {
        content: "Earnings Releases: ";
        cursor: text;
        text-decoration: none;
        color: #000;
        font-size: 16px;
    }

    .financial-table .content>li:nth-child(3) a:before {
        content: "Transcript: ";
        cursor: text;
        text-decoration: none;
        color: #000;
        font-size: 16px;
    }

    .financial-table .content>li:nth-child(4) a:before {
        content: "SEC Filings: ";
        cursor: text;
        text-decoration: none;
        color: #000;
        font-size: 16px;
    }

    .financial-table .content li {
        height: auto;
        padding: 10px 0;
        width: 100%;
    }

    .financial-table .content h3 {
        border-bottom: 0 solid #e8e8e8;
        position: static;
        top: 0;
    }

    .financial-table .title {
        display: none;
    }

    .financial-table .content {
        clear: both;
        float: none;
        width: 100%;
    }

    .FinancialWidget .financial-years {
        margin-bottom: 0;
    }

    .financial-table {
        margin-top: 10px;
    }

    #financials,
    .sec-fillings .secModule {
        width: auto;
    }

    .sec-fillings .sec-header {
        display: none;
    }

    .sec-fillings .SECItemRow .date,
    .sec-fillings .SECItemRow .type,
    .sec-fillings .SECItemRow .description,
    .sec-fillings .SECItemRow .download {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 0 20px;
    }

    .sec-fillings .SECItemRow .date:before {
        background-color: #004c3f;
        clear: both;
        color: #fff;
        content: "Date: ";
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 5px;
    }

    .sec-fillings .SECItemRow .type:before {
        background-color: #004c3f;
        clear: both;
        color: #fff;
        content: "Filing: ";
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 5px;
    }

    .sec-fillings .SECItemRow .description:before {
        background-color: #004c3f;
        clear: both;
        color: #fff;
        content: "Filing description: ";
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 5px;
    }

    .sec-fillings .SECItemRow .download:before {
        background-color: #004c3f;
        clear: both;
        color: #fff;
        content: "Download File: ";
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 5px;
    }

    .PaneRight h1,
    .PaneRight .head1 {
        padding: 35px 0 20px;
    }

    .board-character h1 {
        padding-top: 0;
    }

    .why-invest h1 {
        padding: 50px 0 55px;
    }

    h1 {
        font-size: 26px;
    }

    h2,
    .featured-event .ModuleDate,
    .featured-event a.ModuleHeadlineLink {
        font-size: 18px;
    }

    .stockPage .PaneContent,
    .stockPage .PaneLeft,
    .stockPage .PaneMiddle,
    .stockPage .PaneRight {
        padding: 20px 0;
    }

    h2.stock-sub-header {
        padding: 0 0 10px;
    }

    .inv-news-wid span.newsDate {
        clear: both;
        float: none;
        padding: 0 0 15px;
    }

    .inv-news-wid span.newsTitle {
        float: none;
        padding-left: 0;
        width: 100%;
    }

    .featured-tab .news,
    .featured-tab .quarter,
    .featured-tab .featured-content {
        min-height: 139px;
    }

    .stock-nyse-tab,
    .stock-tsk-tab {
        min-height: 131px;
    }

    .Breadcrumb.pg-title,
    .FinancialWidget h1 {
        padding: 22px 0;
        font-size: 26px;
    }



    .featured-tab .news span,
    .featured-tab .quarter span,
    .featured-tab .featured-content span {
        display: block;
        margin: 0 auto;
        width: 90px;
    }

    #chart .highcharts-input-group {
        display: none;
    }

    .featured-event-slider {
        clear: both;
        float: none;
        padding: 20px 0 0 0;
        margin: 0 auto;
        width: 260px;
    }

    .latest-quarter.tab-content.latest-quarter-wraper {
        width: 100%;
    }

    .featured-event {
        width: 100%;
    }

    .ModuleFooter {
        padding-top: 20px;
    }

    .stocktable-left {
        font-size: 25px;
    }

    .home-stock-quote .StockTableFeed,
    .home-stock-quote .Changevalue1,
    .stock-value-right,
    .stocktable-right,
    .featured-event .ModuleBody h4 {
        font-size: 16px;
    }

    .why-invest .inv-container .inv-container-pane p {
        font-size: 17px;
    }

    .why-invest .inv-container .inv-container-pane {
        width: 100%;
        padding-bottom: 15px;
        min-width: 140px;
    }

    .home-wrapper .PaneHeader h1 {
        padding: 50px 0;
    }

    .footer-country-select:after {
        margin-top: -10px;
    }

    .footer-bottom-link .footer-bottom-item {
        float: none;
        clear: both;
    }

    .footer-bottom-link .footer-bottom-item,
    .footer-bottom-link div.footer-terms-links {
        width: 100%;
        padding: 0 0 8px 0;
    }

    .footer-bottom-link div.footer-terms-links a {
        width: 100%;
    }

    .footer-bottom-link div.footer-country-select {
        clear: both;
    }

    .container.clearfix,
    .HeaderContainer .container.clearfix,
    .FooterContainer .container.clearfix,
    .home-wrapper .container.clearfix,
    .PaneRightBottom .container.clearfix {
        padding: 0 15px;
    }

    .ClientLogo {
        padding: 12px 0 0;
        z-index: 1;
    }

    button.navbar-toggle {
        z-index: 2;
    }

    div.contact-ir-link {
        padding: 0;
        size: 0;
    }

    .contact-ir-link .QuickLinkRow>a {
        margin: 8px 0 0;
        padding: 8px 13px;
        line-height: normal;
        font-size: 15px;
        height: auto;
        text-align: center;
        width: auto;
    }

    .looking-email {
        float: none;
        width: 100%;
        padding-bottom: 18px;
    }

    .looking-number {
        clear: both;
        float: none;
        width: 100%;
    }

    .looking-for-me {
        padding: 40px 10px;
        width: 100%;
    }

    .featuredthumbnail,
    .latest-quarter.tab-content.latest-quater-img {
        width: 350px;
    }

    .stocktableitem-left {
        margin-right: 0;
        width: 50%;
    }

    .stocktableitem-right {
        width: 50%;
    }

    .stocktableitem-left>p.stock-value-right {
        width: 35%;
    }

    .stock-selects {
        clear: both;
        width: 360px;
        margin: 0 auto;
    }

    .lookup {
        clear: both;
        float: none;
        margin: 0 auto;
    }

    .stock-quote-historical .sbHolder {
        margin-bottom: 20px;
    }

    .PaneMiddle .ModuleFooter {
        padding: 30px 0;
    }

    .inv-news-dt-mod h1.ModuleTitle.ModuleDetailHeadline {
        font-size: 22px;
        padding: 15px 0;
    }

    .board-character .character-image {
        margin: 30px auto 0;
        width: 180px;
    }

    #clndr {
        clear: both;
        float: none;
        margin: 0;
        top: 0;
        width: 300px;
    }

    #event-box {
        clear: both;
        display: table;
        float: none;
        margin: 0;
        padding: 0 0 15px;
        width: 300px;
    }

    #event-box .eventBox.open {
        height: auto;
    }
}

@media screen and (max-width:420px) {
    div {
        border: 0 solid yellow;
    }

    .request-info textarea,
    .request-info input.FormTextBox {
        width: 97%;
    }

    .why-invest .inv-container {
        padding-top: 40px;
        width: 100%;
    }

    .footer-email-alerts .MailingListTable {
        clear: both;
        float: none;
        width: 100%;
    }

    .footer-email-alerts .MailingListListTable {
        clear: both;
        float: none;
        width: 100%;
    }

    .featured-event .Document:before {
        padding-left: 0;
    }

    .featured-event .rel-document,
    .featured-event .calendarList {
        padding-top: 5px;
    }

    .stock-selects {
        width: 260px;
    }

    .why-invest h1,
    h1.ModuleTitle,
    h2.stock-sub-header {
        text-align: center;
    }

    .Breadcrumb.pg-title,
    .FinancialWidget h1 {
        padding: 30px 0;
    }

    .request-info {
        padding: 10px;
    }

    .quick-nav-tab li.QuickLinkRow,
    .quick-nav-tab li.QuickLinkRowAlt {
        float: none;
        margin: 0;
        padding: 5px 0;
    }

    .inv-container iframe {
        height: 590px;
    }

    .stocktableitem-left>p.stock-value-right {
        width: 50%;
    }

    .stockclearfix {
        clear: both;
        line-height: 1px;
    }

    .stock-value-left,
    .stock-value-right {
        padding: 0 0 8px 0;
    }

    .stocktableitem-left,
    .stocktableitem-right {
        margin-right: 0;
        width: 90%;
        margin: 0 auto;
        clear: both;
        float: none;
    }

    .rel-document {
        clear: both;
        line-height: 35px;
    }

    .featured-news h1,
    .latest-quarter h2,
    .featured-content-wrapper h2 {
        text-align: left;
    }

    h1,
    .quick-link li {
        text-align: center;
    }

    .lookup {
        clear: none;
        float: none;
        margin: 0 auto;
    }

    .stock-quote-historical .stock-selects .text {
        clear: both;
        display: block;
        float: none;
        line-height: 45px;
    }

    .stock-quote-historical .sbHolder {
        height: 40px;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 8px;
    }

    .quick-link .quick-link {
        padding-bottom: 40px;
    }

    .container.clearfix,
    .HeaderContainer .container.clearfix,
    .FooterContainer .container.clearfix,
    .home-wrapper .container.clearfix {
        width: auto;
    }

    .quick-link,
    .footer-email-alerts {
        width: 100%;
    }

    .footer-quick-links .investor-item,
    .footer-quick-links .Stock-item,
    .footer-quick-links .Financial-item,
    .footer-quick-links .Governance-item,
    .footer-quick-links .Events-item,
    .footer-quick-links .Resources-item,
    .footer-quick-links .quicklinks-item {
        width: 100%;
    }

    .footer-quick-links .investor-item .footer-section,
    .footer-quick-links .Financial-item .footer-section,
    .footer-quick-links .Governance-item .footer-section,
    .footer-quick-links .quicklinks-item .footer-section,
    .footer-quick-links .Financial-item .grid-first {
        padding-right: 0;
    }

    .shopify-item .grid-first,
    .shopify-item .grid-second,
    .shopify-item .grid-third,
    .shopify-item .grid-last {
        width: 100%;
    }

    .looking-for-me .ContentContainer {
        margin: 0 auto;
        width: 220px;
    }

    .featured-news.tab-content.featuredthumbnail,
    .latest-quarter.tab-content.latest-quater-img {
        width: 100%;
    }

}

/* media screens ----------- */

.ModulePressReleaseDetails ul li {
    margin-left: 20px;
    list-style-type: circle;
}

.ModulePressReleaseDetails i {
    font-style: italic;
}

.ModulePressReleaseDetails .ModuleDate {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

.ModuleContainer.ModulePressRelease.featured-news.tab-content .ModuleHeadline {
    font-weight: bold;
}

/*.ModuleContainer.ModulePressRelease.featured-news.tab-content .ModuleBody {
  font-style: italic;
} */



.PaneFooter2 .MailingListSignupContainer .CaptchaContainer {
    float: right;
    width: 50%;

}

.PaneFooter2 .MailingListSignupContainer .CaptchaContainer input {
    width: 200px;
}

.IpoVideoPage .pg-title {
    display: none;
}

.IpoVideoPage .HtmlTextContainer {
    clear: both;
}

.IpoVideoPage h1 {
    text-align: center;
    padding: 70px 0 50px;
    font-size: 42px;
    color: #30373b;
    font-family: 'ShopifySansMedium';
}

.IpoVideoPage .PaneFooter2 h1 {
    padding-bottom: 18px;
    padding-top: 0;
    color: #e5e5e5;
    font-size: 16px;
    text-align: left;
}

.blog .ModuleHeadlineLink {
    color: #767676;
    font-family: ShopifySans;
}

.sbHolder {
    border: 1px solid #dddddd;
    height: 43px;
    text-align: left;
}

.sbHolder a {
    font-family: ShopifySans;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.sbSelector {
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #000;
}

.sbOptions {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    top: 43px !important;
}

.sbToggle {
    border-left: 1px solid #dddddd;
    top: 8px;
    height: 25px;
}

.sbOptions a:link,
.sbOptions a:visited {
    font-size: 14px;
}

.sbOptions a {
    font-size: 14px;
    font-family: ShopifySans;
}

.MailingListForm .ErrorContainer+.ErrorContainer {
    display: none !important;
}

.event-past h1,
.event-future h1,
.inv-news-wid .ModuleHead h1 {
    font-size: 60px;
}

@media screen and (max-width: 1024px) {

    .event-past h1,
    .event-future h1,
    .inv-news-wid .ModuleHead h1 {
        font-size: 36px;
    }
}

.blog .ModuleHeadlineLink,
.blog span.ModuleDate {
    line-height: 24px;
}

/*
Shopify - Sustainability/Value Creation Page Redesign
*/
.value-creation-page .loading {
    display: none;
}

.value-creation-page .module_title {
    font-family: inherit;
    color: #202a36;
}

.value-creation-page .button {
    border-radius: 3px;
    border: 1px solid #5c6ac4;
    background-color: #ffffff;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    padding: 3px 15px;
    display: inline-block;
}

.constrained {
    max-width: 92%;
    margin: 0 auto;
}

.align-right {
    text-align: right;
}

.value-creation-page .PaneContent,
.value-creation-page .PaneContent p,
.value-creation-page .PaneContent h2,
.value-creation-page .PaneContent h3 {
    line-height: 1.6em;
}

.value-creation-page h2:not(.footer-heading) {
    color: #30373b;
}

.value-creation-page p {
    margin: 1em 0;
}

.value-creation-page h2:not(.footer-heading) {
    margin: 1.6em 0 1em;
    padding: 0;
}

.module-value-linked-picture h2 {
    text-align: center;
}

/*.module-value-linked-picture-1 h2{
    font-size: 30px;
}*/
.module-value-linked-picture .module_thumb {
    display: block;
    width: 100%;
}

.module-value-linked-picture .module_description {
    margin-bottom: 30px;
}

.module-value-linked-grid-2 .module_title {
    text-align: center;
}

.module-value-linked-grid-2 .module_intro .module_description {
    text-align: center;
}

.module-value-linked-grid-2 .module_item {
    min-height: 340px;
    background-size: cover;
    background-position: center center;
}

.module-value-linked-grid .grid_items {
    margin-left: -20px;
}

.module-value-linked-grid .grid_items .module_item {
    margin-bottom: 20px;
    width: 33.33%;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
}

.module-value-linked-grid .module_intro,
.module-value-linked-tabview .module_intro {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    font-size: 18px;
}

.module-value-linked-grid .module_description {
    color: #212b35;
}

.module-value-linked-grid a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}

.module-value-linked-grid a:hover .module_description,
.module-value-linked-grid a:hover .module_title {
    color: #202e78;
}

.module-value-linked-picture a .module_thumb {
    transition: 0.2s opacity;
}

.module-value-linked-picture a:hover .module_thumb {
    opacity: 0.8;
}

.module-value-linked-tabview .thumb,
.module-value-linked-tabview .tabbed-items {
    display: inline-block;
    vertical-align: top;

}

.module-value-linked-tabview .thumb {
    width: 40%;
}

.module-value-linked-tabview .thumb-mobile {
    display: none;
}

.module-value-linked-tabview .tabbed-items {
    width: 60%;
    padding-left: 35px;
}

.module-value-linked-tabview .tabs {
    margin-bottom: 30px;
}

.module-value-linked-tabview .tab {
    cursor: pointer;
    display: inline-block;
    padding: 3px 15px;
}

.module-value-linked-tabview .tab.active {
    color: #fff;
    box-shadow: 0 1px 0 rgba(22, 29, 37, 0.1), inset 0 1px 0 1px rgba(255, 255, 255, 0.06);
    border-radius: 3px;
    border: 1px solid #4f5dba;
    background-image: linear-gradient(180deg, #606fc7 0%, #5865c1 100%);
}

.module-value-linked-tabview .module_item-body {
    display: none;
}

.module-value-linked-tabview .module_item-body.active {
    display: block;
}

.module-value-linked-tabview .learn-more {
    text-align: right;
}

@media screen and (max-width:980px) {
    .value-creation-page h2.module_title {
        font-size: 30px;
        margin: 1em 0 0.5em;
    }
}

@media screen and (max-width: 992px) {
    .module-value-linked-tabview .thumb {
        display: none;
    }

    .module-value-linked-tabview .thumb-mobile {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        padding-right: 35px;
    }

    .module-value-linked-tabview .module_items-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .module-value-linked-tabview .tabbed-items {
        width: 100%;
        padding-left: 0;
    }

}

@media screen and (max-width: 776px) {
    .module-value-linked-tabview .thumb-mobile {
        width: 100%;
        padding-right: 0;
        margin-bottom: 35px;
    }

    .module-value-linked-tabview .module_items-wrapper {
        width: 100%;
    }

    .module-value-linked-tabview .tabbed-items,
    .module-value-linked-tabview .learn-more {
        text-align: center;
    }

    .module-value-linked-grid .grid_items {
        margin-left: 0px;
    }

    .module-value-linked-grid .grid_items .module_item {
        margin-bottom: 20px;
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .module-value-linked-grid-2 .module_intro .module_description {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .constrained {
        max-width: 100%;
    }
}

.financialWidget li {
    padding-bottom: 10px;
}

/*==================================
 ----------- TOAST GRID -----------
==================================*/

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid--flex {
    margin-left: -20px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid--flex-column {
    flex-direction: column;
}

.grid--flex_row-reverse {
    flex-direction: row-reverse;
}

.grid--flex_column-reverse {
    flex-direction: column-reverse;
}

.grid--flex_justify-start {
    justify-content: flex-start;
    text-align: start;
}

.grid--flex_justify-center {
    justify-content: center;
    text-align: center;
}

.grid--flex_justify-end {
    justify-content: flex-end;
    text-align: end;
}

.grid--flex_align-top {
    align-items: flex-start;
}

.grid--flex_align-middle {
    align-items: center;
}

.grid--flex_align-bottom {
    align-items: flex-end;
}

.grid--flex_space-around {
    justify-content: space-around;
}

.grid--flex_space-between {
    justify-content: space-between;
}

.grid--flex .grid_col {
    display: block;
    margin-right: 0;
    flex: 0 0 auto;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--7-of-7,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
    width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
    width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
    width: 75%;
}

.grid--flex .grid_col--1-of-1,
.grid--flex .grid_col--2-of-2,
.grid--flex .grid_col--3-of-3,
.grid--flex .grid_col--4-of-4,
.grid--flex .grid_col--5-of-5,
.grid--flex .grid_col--6-of-6,
.grid--flex .grid_col--7-of-7,
.grid--flex .grid_col--8-of-8,
.grid--flex .grid_col--12-of-12 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
}

.grid--flex .grid_col--1-of-2,
.grid--flex .grid_col--2-of-4,
.grid--flex .grid_col--3-of-6,
.grid--flex .grid_col--4-of-8,
.grid--flex .grid_col--6-of-12 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
}

.grid--flex .grid_col--1-of-3,
.grid--flex .grid_col--2-of-6,
.grid--flex .grid_col--4-of-12 {
    width: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.grid--flex .grid_col--2-of-3,
.grid--flex .grid_col--4-of-6,
.grid--flex .grid_col--8-of-12 {
    width: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.grid--flex .grid_col--1-of-4,
.grid--flex .grid_col--2-of-8,
.grid--flex .grid_col--3-of-12 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
}

.grid--flex .grid_col--3-of-4,
.grid--flex .grid_col--6-of-8,
.grid--flex .grid_col--9-of-12 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-7-of-7,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
    margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
    margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
    margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
    margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
    margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
    margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-7-of-7,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
    margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
    margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
    margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
    margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
    margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid--flex .grid_col--1-of-5 {
    width: auto;
    flex-basis: 20%;
    max-width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid--flex .grid_col--2-of-5 {
    width: auto;
    flex-basis: 40%;
    max-width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid--flex .grid_col--3-of-5 {
    width: auto;
    flex-basis: 60%;
    max-width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid--flex .grid_col--4-of-5 {
    width: auto;
    flex-basis: 80%;
    max-width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.66667%;
}

.grid--flex .grid_col--1-of-6 {
    width: auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.66667%;
}

.grid_col--5-of-6 {
    width: 83.33333%;
}

.grid--flex .grid_col--5-of-6 {
    width: auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.33333%;
}

.grid_col--1-of-7 {
    width: 14.28571%;
}

.grid--flex .grid_col--1-of-7 {
    width: auto;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
}

.grid_col--push-1-of-7 {
    margin-left: 14.28571%;
}

.grid_col--pull-1-of-7 {
    margin-left: -14.28571%;
}

.grid_col--2-of-7 {
    width: 28.57143%;
}

.grid--flex .grid_col--2-of-7 {
    width: auto;
    flex-basis: 28.57143%;
    max-width: 28.57143%;
}

.grid_col--push-2-of-7 {
    margin-left: 28.57143%;
}

.grid_col--pull-2-of-7 {
    margin-left: -28.57143%;
}

.grid_col--3-of-7 {
    width: 42.85714%;
}

.grid--flex .grid_col--3-of-7 {
    width: auto;
    flex-basis: 42.85714%;
    max-width: 42.85714%;
}

.grid_col--push-3-of-7 {
    margin-left: 42.85714%;
}

.grid_col--pull-3-of-7 {
    margin-left: -42.85714%;
}

.grid_col--4-of-7 {
    width: 57.14286%;
}

.grid--flex .grid_col--4-of-7 {
    width: auto;
    flex-basis: 57.14286%;
    max-width: 57.14286%;
}

.grid_col--push-4-of-7 {
    margin-left: 57.14286%;
}

.grid_col--pull-4-of-7 {
    margin-left: -57.14286%;
}

.grid_col--5-of-7 {
    width: 71.42857%;
}

.grid--flex .grid_col--5-of-7 {
    width: auto;
    flex-basis: 71.42857%;
    max-width: 71.42857%;
}

.grid_col--push-5-of-7 {
    margin-left: 71.42857%;
}

.grid_col--pull-5-of-7 {
    margin-left: -71.42857%;
}

.grid_col--6-of-7 {
    width: 85.71429%;
}

.grid--flex .grid_col--6-of-7 {
    width: auto;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
}

.grid_col--push-6-of-7 {
    margin-left: 85.71429%;
}

.grid_col--pull-6-of-7 {
    margin-left: -85.71429%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid--flex .grid_col--1-of-8 {
    width: auto;
    flex-basis: 12.5%;
    max-width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid--flex .grid_col--3-of-8 {
    width: auto;
    flex-basis: 37.5%;
    max-width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid--flex .grid_col--5-of-8 {
    width: auto;
    flex-basis: 62.5%;
    max-width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid--flex .grid_col--7-of-8 {
    width: auto;
    flex-basis: 87.5%;
    max-width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.33333%;
}

.grid--flex .grid_col--1-of-12 {
    width: auto;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.33333%;
}

.grid_col--2-of-12 {
    width: 16.66667%;
}

.grid--flex .grid_col--2-of-12 {
    width: auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.66667%;
}

.grid_col--5-of-12 {
    width: 41.66667%;
}

.grid--flex .grid_col--5-of-12 {
    width: auto;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.66667%;
}

.grid_col--7-of-12 {
    width: 58.33333%;
}

.grid--flex .grid_col--7-of-12 {
    width: auto;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.33333%;
}

.grid_col--10-of-12 {
    width: 83.33333%;
}

.grid--flex .grid_col--10-of-12 {
    width: auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.33333%;
}

.grid_col--11-of-12 {
    width: 91.66667%;
}

.grid--flex .grid_col--11-of-12 {
    width: auto;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.66667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--lg-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-2,
    .grid--flex .grid_col.grid_col--lg-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lg-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--lg-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--lg-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--lc-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-2,
    .grid--flex .grid_col.grid_col--lc-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lc-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--lc-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--lc-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--md-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-2,
    .grid--flex .grid_col.grid_col--md-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--md-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--md-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--md-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--sm-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-2,
    .grid--flex .grid_col.grid_col--sm-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--sm-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--sm-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--sm-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }

    .grid--flex .grid_col {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid--flex .grid_col--d-first {
    float: none;
    order: -1;
}

.grid_col--d-last {
    float: right;
}

.grid--flex .grid_col--d-last {
    float: none;
    order: 1;
}

.grid--no-gutter {
    margin-left: 0;
}

.grid--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--gutter {
    margin-left: 20px;
}

.grid--gutter .grid_col {
    padding-left: 20px;
}

.grid--gutter-40 {
    margin-left: -40px;
}

.grid--gutter-40 .grid_col {
    padding-left: 40px;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}
/*https://q4websystems.zendesk.com/agent/tickets/295618*/
.module-our-mission {
    background: #dff7e5;
    color: #fff;
    padding-top: 25px;
    padding-left: calc(5% + 4px);
    padding-right: calc(5% + 4px);
    height: 593px;
    margin-bottom: 110px;
}

.PageHome .module-our-mission {
    color: #212b35;
}

.module-our-mission .grid_col:first-child {
    padding-top: 240px;
    padding-right: 50px;
}

.module-our-mission h4,
.module-our-mission .head4 {
    color: #212b35;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
}

.module-our-mission h3,
.module-our-mission .head3 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #004c3f;
}

.module-our-mission p {
    font-size: 22px;
    line-height: 1.2;
    font-family: ShopifySans;
}

.module-our-mission_images-wrap {
    position: relative;
    padding-right: 84px;
/*     max-width: 625px; */
    max-width: 678px;
}

.module-our-mission_featured-name {
    position: absolute;
/*     bottom: 362px; */
    bottom: 200px;
    font-size: 15px;
/* 00108618 - updated right value from -26px */
    right: -30px;
/* right: 25px; */
    transform: rotate(90deg);
    background: #dff7e5;
    font-family: ShopifySansLight;
}


.module-our-mission_images {
    display: flex;
    align-items: end;
/* padding added by taryn*/
    padding-left: 60px;
    padding-top: 0px;

}
/* https://q4websystems.zendesk.com/agent/tickets/295618*/
.module-our-mission_images img {
    margin-bottom: 8px;
    padding-right: 8px;
    display: block;
}

/* .module-our-mission_images1 img  {
    margin-bottom: 5px;
    padding-right: 5px;
    display: block;
} */

@media (max-width: 1510px) {
    .module-our-mission_featured-name {
        right: -2vw;
    }
}

@media (max-width: 1306px) {
    .module-our-mission_images-wrap {
        padding-right: 24px;
    }

    .module-our-mission_featured-name {
        right: -8vw;
    }
}

@media (max-width: 1279px) {
    .module-our-mission .grid_col:first-child {
        padding-top: 80px;
    }
}

@media (max-width: 1162px) {
    .module-our-mission_featured-name {
        right: -100px;
    }
}

@media (max-width: 1024px) {
    .module-our-mission {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 90px;
    }

    .module-our-mission .grid_col:first-child {
        padding-right: 0;
    }

    .module-our-mission_images-wrap {
        padding-right: 0;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .module-our-mission_images {
        padding-top: 20px;
        text-align: center;
        justify-content: center;
        width: 100%;
        order: 2;
        margin-bottom: -145px;
    }

    .module-our-mission_featured-name {
        position: static;
        transform: none;
        padding-top: 30px;
    }

    .module-our-mission_featured-name {
        order: 1;
    }
}

@media (max-width: 767px) {
    .module-our-mission h3,
    .module-our-mission .head3 {
        font-size: 26px;
    }

    .module-our-mission .grid_col:first-child {
        padding-top: 40px;
    }

    .module-our-mission p {
        font-size: 20px;
    }
}

.module_q4-icon-links .module_link {
    font-size: 14px;
    color: #212b35;
    text-decoration: none;
    margin-bottom: 3px;
    display: inline-block;
    font-family: 'ShopifySans';
    padding: 3px 0;
}

.module_q4-icon-links .module_link:hover {
    text-decoration: underline;
    color: #212b35;
}

.module_q4-icon-links .module_link:before,
.module_q4-icon-links .module_rss-link:before {
    font-family: "q4icons";
    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: "\e638";
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
}

.module_q4-icon-links .module_add-to-calendar-reveal:before {
    content: "\e910";
    padding-right: 5px;
}



.module_q4-icon-links .module_link[href$=".xls"]:before,
.module_q4-icon-links .module_link[href$=".xlsx"]:before,
.module_q4-icon-links .module_link[href$=".csv"]:before,
.module_q4-icon-links .module_link[href$=".XLS"]:before,
.module_q4-icon-links .module_link[href$=".XLSX"]:before,
.module_q4-icon-links .module_link[href$=".CSV"]:before {
    content: "\e66e";
}

.module_q4-icon-links .module_link[href$=".pdf"]:before,
.module_q4-icon-links .module_link[href$=".PDF"]:before {
    content: "\e62a";
}

.module_webcast-link:before {
    content: "\e907" !important;
}

.module_q4-icon-links .module_link-Transcript:before {
    content: "\e90c" !important;
}

.module-slideshow_link-container {
    padding-top: 10px;
}

.module-slideshow_ratio {
    padding-bottom: 56.25%;
    /* this should be changed with aspecRatio option in widget */
    position: relative;
}

.module-slideshow_viewer {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

.module-slideshow iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.module_headline {
    margin-bottom: 5px;
}

.module_attachment-link:before,
.module_link-Earnings:before {
    content: "\e90a" !important;
}

.Presentation .module_attachment-link:before {
    content: "\e919" !important;
}

.Audio .module_attachment-link:before {
    content: "\e91c" !important;
}

.Video .module_attachment-link:before {
    content: "\e90b" !important;
}

.module-latest-items {
    padding-top: 30px;
    margin-top: 60px;
    position: relative;
}

.module-latest-items .ModuleInnerContainer {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

.module-latest-items_container {
    padding-top: 50px;
    padding-left: 30px;
}

.module-latest-items:before {
    content: "";
    background: #f0efec;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 934px;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.module-latest-items h2 {
    font-size: 20px;
    color: #212b35;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 2px;
}

.module_headline-link-text,
.module_headline-link {
    color: #212b35;
    text-decoration: none;
    font-size: 14px;
    font-family: ShopifySansBold;
}

.module-latest-items_item {
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .module-latest-items {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 40px;
    }

    .module-latest-items_container {
        padding-top: 0;
        padding-left: 0;
    }

    .module-slideshow {
        margin-top: 40px;
    }

    .module-latest-items:before {
        width: auto;
        right: 0;
        left: 0;
    }
}

.module-letter-ceo {
    text-align: center;
}

.module-letter-ceo_icon {
    height: 15px;
    position: relative;
    display: block;
}

.module-letter-ceo_icon-line {
    width: 2px;
    height: 15px;
    background: #ffcb67;
    display: inline-block;
}

.module-letter-ceo_icon:before,
.module-letter-ceo_icon:after {
    width: 2px;
    height: 15px;
    background: #ffcb67;
    display: inline-block;
    content: "";
}

.module-letter-ceo {
    padding: 90px 0;
}

.module-letter-ceo_icon:before {
    margin-right: 7px;
}

.module-letter-ceo_icon:after {
    margin-left: 7px;
}

.module-letter-ceo h2 {
    color: #212b35;
    font-size: 20px;
    font-family: ShopifySansMedium;
    max-width: 720px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.module-letter-ceo h4,
.module-letter-ceo .head4 {
    font-size: 15px;
    font-family: ShopifySansLight;
}

@media (max-width: 767px) {
    .module-letter-ceo h2 {
        font-size: 16px;
    }
}

.module-stock-data {
    padding: 90px 0 30px;
}

.module-why-invest {
    padding: 90px 0;
}

.module-why-invest .ContentContainer {
    padding-left: 30px;
}

.module-why-invest h3 {
    font-size: 18px;
    color: #212b35;
}

.module-why-invest p {
    font-size: 15px;
}

.module-why-invest_item {
    padding-right: 88px;
    padding-bottom: 15px;
    min-height: 107px;
}

.module-why-invest .grid_col+.grid_col .module-why-invest_item {
    padding-right: 0;
    padding-left: 66px;
}

@media (max-width: 1024px) {
    .module-why-invest_item {
        padding-right: 0;
    }

    .module-why-invest .ContentContainer {
        padding-left: 0;
    }

    .module-why-invest .grid_col+.grid_col .module-why-invest_item {
        padding-left: 0;
    }
}

/*==================================
 ---------    SLICKJS    ----------
==================================*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding: 0 20px;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide.module_item+.module_item {
    border: 0 none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow {
    font-size: 0;
    margin: 0;
    border: 0 none;
    padding: 0;
    background: transparent;
    color: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 110;
}

.slick-arrow:before {
    font-family: 'q4icons' !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;
    font-size: 16px;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: "\e902";
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: "\e903";
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots li:not(:last-child) {
    margin-right: 5px;
}

.slick-dots button {
    font-size: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #ffffff;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    cursor: pointer;
    display: block;
}

.module-financial-table_header {
    background-color: #fff;
    color: #212b35;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 20px 15px;
    display: inline-block;
}

.module-financial-table_body-row:nth-child(odd) {
    background-color: #f1f1f1;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 20px 15px;
    display: inline-block;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
}

.module-financial-table_item--proxy+.module-financial-table_item--empty,
.module-financial-table_item--annual+.module-financial-table_item--empty,
.module-financial-table_item--review+.module-financial-table_item--empty {
    display: none;
}

.module-financial-table_item~.module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    opacity: 0.3;
}

.module-financial-table_item--icon .module-financial-table_item--empty,
.module-financial-table_item--icon a {
    font-size: 0;
}

.module-financial-table_item--icon .module-financial-table_item--empty:before,
.module-financial-table_item--icon a:before {
    content: "\e90e";
    font-family: "q4icons";
    font-size: 16px;
}

@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 60px 0 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 a {
    text-decoration: none;
}

.module-financial-table a:hover {
    text-decoration: underline;
}

.module-financial-table .slick-prev {
    right: 30px;
    left: auto;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}

.module-financial-table {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-media .PaneContent .container {
    max-width: 100%;
}

.module-featured-demos {
    background: #f3fcf4;
    padding: 40px 30px;
    overflow: hidden;
    position: relative;
}

.module-featured-demos:after {
    content: "";
    background: url(../images/narrative_growth.png) no-repeat center center;
    width: 444px;
    height: 401px;
    position: absolute;
    bottom: -206px;
    right: 16%;
    background-size: contain;
}

.module-featured-demos h2,
.module-featured-demos .head2 {
    font-size: 40px;
    color: #000;
    padding-top: 80px;
    padding-bottom: 15px;
}

.module-featured-demos img {
    border-top-right-radius: 90px;
}

.module-featured-demos p {
    font-size: 24px;
    color: #000;
}

.module-featured-demos_button {
    padding-top: 60px;
    padding-bottom: 20px;
}

.button--cta {
    text-decoration: none;
    /* padding-top:60px; */
}
 
.button--cta:hover {
    color: #004c3f;
}

.button--cta:after {
    content: "\e915";
    font-family: "q4icons";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.module-featured-blogs {
    padding: 40px 20px;
}

.module-featured-blogs h2 {
    font-size: 40px;
    color: #000;
    padding-left: 60px;
}

.color--brand {
    color: #004c3f;
}

.module-featured-blogs .module_item {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.module-featured-blogs .module_date-time {
    width: 200px;
    text-align: right;
    padding-right: 20px;
    border-right: 2px solid #e5e5e5;
    font-family: ShopifySansBold;
    color: #30373b;
    padding-top: 3px;
    padding-bottom: 3px;
}

.module-featured-blogs .module_headline {
    width: calc(100% - 200px);
    padding-left: 20px;
}

.module-featured-blogs_resources {
    padding-top: 40px;
}

.module-featured-blogs .module_headline-link {
    color: #212b35;
    text-decoration: underline;
    font-family: ShopifySansLight;
    font-size: 16px;
}

.module-featured-blogs_resources h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-family: ShopifySansBold;
    padding-bottom: 15px;
    padding-top: 20px;
}

.module-featured-blogs_resources h4 {
    color: #000;
    padding-bottom: 10px;
}

.module-featured-blogs_resources a {
    text-decoration: none;
    font-family: ShopifySans;
}

.module-featured-blogs_resources-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .module-featured-demos h2,
    .module-featured-demos .head2 {
        padding-top: 30px;
    }

    .module-featured-demos:after {
        right: auto;
        left: -233px;
    }
}

@media (max-width: 767px) {
    .module-featured-demos {
        padding: 40px 20px;
    }

    .module-featured-demos:after {
        right: auto;
        left: -102px;
    }

    .module-featured-demos:after {
        bottom: -85px;
        height: 200px;
        width: 200px;
    }

    .module-featured-blogs h2 {
        padding-left: 20px;
    }

    .module-featured-demos_button {
        padding-top: 30px;
    }

    .module-featured-demos h2,
    .module-featured-demos .head2,
    .module-featured-blogs h2 {
        font-size: 26px;
    }

    .module-featured-blogs .module_date-time {
        width: 100%;
        border-right: 0;
        padding-right: 0;
        text-align: left;
    }

    .module-featured-blogs .module_headline {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 650px) {
    .module-featured-blogs {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-media .PaneLeft .container {
    max-width: 900px;
}

.module-letters {
    background: #fbf7ed;
    padding: 80px 60px;
}

.module-letters_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.module-letters .module_item {
    box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    width: 40%;
    padding: 20px 15px 50px;
    position: relative;
}

.module-letters i:before {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.module-letters .module_headline {
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
}

.module-letters .module_desc {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.2;
}

.module-letters .module-downloads_title {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.module-letters .module-downloads_title-link {
    font-size: 14px;
    text-decoration: none;
    color: #004c3f;
    font-family: ShopifySansBold;
}

.module-letters .module-downloads_title-link:hover {
    text-decoration: underline;
}

.module-letters .module-downloads_title-link:after {
    content: "\e915";
    font-family: "q4icons";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .module-letters {
        padding: 40px 20px;
    }

    .module-letters .module_item {
        width: 100%;
    }

    .module-letters .module_item+.module_item {
        margin-top: 50px;
    }
}

.js--hidden {
    display: none;
}

.page-demos .PaneContent .container {
    max-width: 100%;
}

.page-resources .PaneLeft .container {
    max-width: 900px;
}

.page-resources .PaneRight .container {
    max-width: 1200px;
    padding: 0 15px;
}

.module-demos {
    padding-bottom: 40px;
}

.module-demos_trigger {
    display: none;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    width: 100%;
}

.js--sticky .module-demos_tabs-inner {
    position: fixed;
}

.module-demos_tabs {
    min-height: auto !important;
}

@media (min-width: 768px) {
    .js--sticky .module-demos_tabs-inner {
        width: 300px;
    }

    .js--sticky .module-demos_content {
        width: 100%;
        padding-left: 320px;
    }
}

.module-demos_tab--plus img {
    display: block;
    margin: 0 auto;
}

.module-demos_tab {
    padding: 30px 0;
}

.module-demos_intro {
    background: #dff7e5;
    padding: 20px 30px;
}

.module-demos_intro h2,
.module-demos_intro .head2 {
    color: #004c3f;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 40px;
}

.module-demos_intro p {
    color: #212b35;
    font-size: 20px;
    font-family: ShopifySansMedium;
}

.module-demos_container {
    display: flex;
    flex-wrap: wrap;
}

.module-demos_button {
    display: block;
    padding: 30px 20px;
    border-left: 5px solid #b5b5b5;
    text-decoration: none !important;
    text-align: center;
    color: #000 !important;
    font-size: 20px;
}

.module-demos_button.js--selected {
    border-color: #004c3f;
    font-family: ShopifySansExtraBold;
}

@media (max-height: 827px) {
    .module-demos_button {
        padding: 12px 20px;
    }
}

.module-demos_tabs {
    width: 20%;
    padding-left: 20px;
    padding-top: 30px;
}

.module-demos_content {
    width: 80%;
    padding-top: 50px;
    padding-right: 10px;
}

.module-demos_content h2 {
    font-size: 40px;
}

.module-demos_content h2 a {
    color: #000;
    text-decoration: none;
}

.module-demos_content h2 a:hover {
    color: #004c3f;
}

.module-demos_content p {
    color: #000;
    font-size: 20px;
    margin-bottom: 40px;
}

.module-demos_content video {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.module-demos_tab--admin video {
    max-width: 440px;
}

.module-demos_tab--shop video:not(.video-big){
    max-width: 400px;
}
.module-demos .module-demos_tab--pos .module-demos_iframe-box--wide{
    max-width: 700px;
}
.module-demos_tab--shop .video-big{
    margin-top: 30px;
}
.module-demos_tab--channels img {
    width: 700px;
    margin: 10px auto 50px auto;
    display: block;
}

.module-demos video + p,
.module-demos .module-demos_iframe-box + p {
    margin-top: 40px;
}
.module-demos_iframe-box {
    max-width: 700px;
    margin: 0 auto;
}
.module-demos_iframe-box h3{
    margin-bottom: 25px;
}
.module_iframe-holder {
    padding-bottom: 100%;
    position: relative; 
}
.module_iframe-holder iframe{
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.module-demos_iframe-box + .module-demos_iframe-box{
    margin-top: 40px;
}

.module-demos_tab--shop .module-demos_iframe-box {
    margin-top: 40px;
    max-width: 1000px;
}

.module-demos_tab--shop .module-demos_iframe-box .module_iframe-holder{
    padding-bottom: 56%;
}

@media (max-width: 1024px) {
    .module-demos_tabs {
        width: 33.33%;
        padding-left: 20px;
        padding-top: 30px;
        padding-right: 20px;
    }

    .module-demos_content {
        width: 66.66%;
        padding: 30px 20px 0;
    }

    .module-demos_trigger {
        display: block;
    }

    .module-demos_panel {
        display: none;
    }

    .js--sticky .module-demos_tabs-inner {
        width: 100%;
        left: 0;
        top: 61px !important;
        z-index: 4;
        background: #fff;
    }

    .js--open-menu .module-demos_panel {
        display: block;
    }

    .module-demos_tabs {
        width: 100%;

    }

    .module-demos_content {
        width: 100%;
    }

    .module-demos_button {
        padding: 15px 10px;
    }

    .module-demos_content h2,
    .module-demos_intro h2,
    .module-demos_intro .head2 {
        font-size: 26px;
    }

    .module-demos_intro p {
        font-size: 16px;
    }
}

@media (max-width: 650px) {
    .module-demos_content {
        padding-left: 0;
        padding-right: 0;
    }
}

.module-faq {
    padding-top: 0;
}

.module-faq > .head2 {
    text-align: center;
    padding: 60px 0 90px;
    font-size: 60px;
    color: #30373b;
}

@media (max-width: 767px) {
    .module-faq > .head2 {
        font-size: 26px;
        padding: 30px 0;
    }
}

.module-disclaimer {
    padding-top: 40px;
}

/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}

.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}

.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}

.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}

.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}

.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e917';
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e918';
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e916';
}


.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}

.module-event .module_date-time {
    font-size: 14px;
    padding-bottom: 15px;
}

.module-upcoming-events {
    padding: 0 0 40px;
}

.module-upcoming-events > h2,
.module-upcoming-events > .head2 {
    text-align: center;
    padding: 60px 0 90px;
    font-size: 60px;
    color: #30373b;

}

@media (max-width: 650px) {
    .module-upcoming-events > h2,
    .module-upcoming-events > .head2 {
        padding: 30px 0;
        font-size: 26px;
    }
}

.page-events .PaneContent .container {
    max-width: 1200px;
    padding: 0 15px;
}

.module-event .module_item {
    padding: 15px 0;
}

.module-event .module_item+.module_item {
    border-top: 1px solid #ccc;
}

.module-event .module_options {
    padding-bottom: 30px;
}

.module-past-events select {
    display: none;
}

.module-learn-more,
.module-investor-contact {
    padding: 40px 0;
}

.module-learn-more .ModuleOuterContainer h2 {
    padding-bottom: 30px;
    text-align: center;
    color: #000;
}

.module-learn-more_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.module-learn-more_item {
    box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    width: 28%;
    padding: 20px 15px 50px;
    position: relative;
}

.module-learn-more_link {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.module-learn-more i:before {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.module-learn-more .module_headline {
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
}

.module-learn-more .module_desc {
    padding-bottom: 20px;
}

.module-learn-more .button--cta {
    font-size: 14px;
    text-decoration: none;
    color: #008060;
    font-family: ShopifySansBold;
}

.module-learn-more .button--cta:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .module-learn-more_item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.highcharts-legend-item path {
    stroke: #004c3f !important;
}

.highcharts-tracker path,
.highcharts-scrollbar rect+rect {
    fill: #004c3f !important;
    stroke: rgb(102, 102, 102);
}

.module-stock-chart .highcharts-legend-item > text {
    color: #212b35 !important;
    fill: #212b35 !important;
}

.module-stock-chart .highcharts-button text,
.module-stock-chart .highcharts-input-group text {
    color: #000 !important;
    fill: #000 !important;
}
.module-stock-chart .highcharts-button text {
    transform: translateY(1px);
}

.highcharts-button.highcharts-button-hover text,
.highcharts-button.highcharts-button-pressed text {
    font-weight: normal !important;
}

input.module-stock-chart_accessible-input {
    font-size: 13px;
    line-height: 1.3;
}
.ui-datepicker-trigger {
    line-height: inherit;
}
.q4-icon_calendar:before {
    font-family: 'q4icons' !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;
    content: "\e630";
    font-size: 13px;
}

.module-stock-data h2 {
    font-size: 36px;
    text-align: center;
    color: #000;
}

.board-character h2:not(.head3) {
    padding-top: 20px;
}

.board-character_spacing {
    display: block;
    padding-left: 10px;
}

.navbar-collapse a[target="_blank"]:after {
    font-family: "q4icons";
    content: "\e91d";
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.sbToggle{
    background: url('../design/select-icons.png') 0 -116px no-repeat;
}
.sbToggleOpen{
    background: url('../design/select-icons.png') 0 -16px no-repeat;
}

.module-our-mission_image-column.one {
    // width: 263px;
}

.module-our-mission_image-column.two {
    // width: 222px;
}

/* @media (max-width: 1024px) {
    .module-our-mission_images  {
          padding-top: 145px;
            text-align: center;
    justify-content: center;
    width: 100%;
    order: 2;
    margin-bottom: -145px;
    }
} */

.ModuleSECFilingDetails h2.ModuleTitle {
    text-align: center;
    padding: 60px 0 90px;
    font-size: 60px;
    color: #30373b;
    font-family: 'ShopifySansBold';
}
.ModuleSECFilingDetails li {
    display: inline-block;
    width: 16px;
    margin: 18px 8px 0 0;
}
.ModuleSECFilingDetails li a i {
    display: none;
}
.ModuleSECFilingDetails .WordIcon a:before {
    content: "\e91b" !important;
    font-family: "q4icons" !important;
    color: #0087a5;
}

.ModuleSECFilingDetails .PdfIcon a:before {
    content: "\e90e" !important;
    font-family: "q4icons" !important;
    color: #f55a48;
}

.ModuleSECFilingDetails .ExcelIcon a:before {
    content: "\e91a" !important;
    font-family: "q4icons" !important;
    color: #f9ac00;
}

.ModuleSECFilingDetails .XBRLIcon a:before {
    content: url('../icons/folder-down_major_monotone.svg') !important;
    width: 22px;
    height: 22px;
    padding-right: 0;
    margin-right: 5px;
}
.ModuleSECFilingDetails .XBRL_HTMLIcon a:before {
    content: url('../icons/domain-new_major_monotone.svg') !important;
    width: 22px;
    height: 22px;
    padding-right: 0;
}
.ModuleSECFilingDetails .ModuleForm, .ModuleSECFilingDetails .ModuleFilingDescription {
    display: inline-block;
    font-family: 'ShopifySansBold';
    font-size: 16px;
    color: #30373b;
}
.ModuleSECFilingDetails .ModuleForm span.ModuleForm:after {
    display: inline;
    content: " - "
}

/* Zendesk #300941 */

/* @media (max-width: 1024px) {
    .module-our-mission_images {
        padding-top: 60px !important;
       align-items: center !important;
       padding-left: 0px !important;
       margin-bottom: -60px !important;
    }
} */
.module_investor-news-details h3.module-details_title,
.module_investor-news-details .head3.module-details_title {
    color: #000;
    font-family: "ShopifySans", sans-serif;
    text-align: center;
    margin-top: 10px;
    padding: 0;
}
.module_investor-news-details .module_date-text {
    margin-bottom: 20px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.module_investor-news-details b, .module_investor-news-details strong {
    font-weight: 600;
    font-family: 'ShopifySansBold';
}
.module_investor-news-details p {
    margin-bottom: 16px;
    font-weight: 400;
}
.module_investor-news-details table {
    color: #000;
    width: 100%;
}
.module_investor-news-details table p {
    padding: 2px 4px;
}
.module_investor-news-details table p {
    margin-bottom: 0px;
}
.module_investor-news-details img[style*="width:0"] {
    display: none !important;
}
.module_investor-news-details {
    margin-top: 60px;
}
.module_investor-news-details .button--cta:after {
    display: none;
}
@media screen and (min-width: 1200px) {
    .module_investor-news-details h3.module-details_title,
    .module_investor-news-details .head3.module-details_title {
        margin-bottom: 60px;
        font-size: 46px;
        font-weight: 400;
        line-height: 60px;
        margin-top: 60px;
    }
}
.module-our-mission .module-our-mission_images {
    // align-items: stretch;
    max-height: 675px;
}
.module-our-mission .module-our-mission_image-column {
    display: flex;
    flex-direction: column;
}
.module-our-mission .module-our-mission_image-column * {
    height: calc(99% / 3);
}
.module-our-mission .module-our-mission_image-column.two *:nth-child(odd) {
    // height: 40%;
}
.module-our-mission .module-our-mission_image-column.two *:nth-child(even) {
    // height: 20%;
}
@media  screen and (max-width: 1023px) {
    .module-our-mission .module-our-mission_images {
        padding: 0px;
    }
}
.bw-release-contact,
.bw-release-contact >* {
    color: #212b35 !important;
}
.module_investor-news-details a {
    color: #004c3f !important;
    text-decoration: underline !important;
}
.module_investor-news-details a:hover {
    color: #212b35 !important;
}

/*---------------00015241-------------------*/

nav.navbar-collapse ul.level2 li ul.level3 li {

    margin-left: 0px !important;
}

/*-----------End of -00015241-------------------*/


.module-our-mission_image-column.two img {
    height: 200px;

}

.module-our-mission_image-column.one img {
    height: 303px;

}
/*---------------00048152-------------------*/
.bwlistdisc { 
  line-height: 24px;
    margin-left: 50px;
    margin-bottom: 15px;
}

.bwlistdisc li {
    margin-bottom: 15px;
}
/*-----------End of  00048152-------------------*/
.module-featured-blogs_news .module-featured-blogs_news-items .module_item > div {
    display: inline-block;
}
.module-featured-blogs_news .slick-arrow {
    position: absolute;
    z-index: 11;
    left: auto;
    right: 10px;
}
.module-featured-blogs_news .slick-arrow:before {
    font-size: 30px;           
}
.module-featured-blogs_news .slick-prev {
    top: -24px;
    transform: rotate(90deg);
}
.module-featured-blogs_news .slick-next {
    bottom: -24px;
    top: auto;
    transform: rotate(90deg);
}
.module-featured-blogs_news .module_item:focus {
    outline: none;
}
/* .module-featured-blogs .module_headline {
     min-height: 30px;
 }*/


 /*Replace Mailing List Sign Up with Mailing List Sign Up 5.45*/
 *::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

*::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

/*Form Builder Module*/
.module-form--custom input[type="text"]::-webkit-input-placeholder,
.module-form--custom input[type="email"]::-webkit-input-placeholder,
.module-form--custom textarea::-webkit-input-placeholder {
    color: inherit;
    font-size: 0;
}
.module-form--custom input[type="text"]::-moz-placeholder,
.module-form--custom input[type="email"]::-moz-placeholder,
.module-form--custom textarea::-moz-placeholder {
    color: inherit;
    font-size: 0
}
.module-form--custom input[type="text"]:-ms-input-placeholder,
.module-form--custom input[type="email"]:-ms-input-placeholder,
.module-form--custom textarea:-ms-input-placeholder  {
    color: inherit;
    font-size: 0
}
.module-form--custom .module-form_item > label,
.module-form--custom .module-form_item legend {
    display: inline-block;
    margin-bottom: 10px;
}
.module-form--custom .button {
    margin-top: 16px;
}
.module-form--custom .module_introduction {
    margin-top: 10px;
}

.module_error-container {
    margin-bottom: 30px;
    color: #dd665a;
}
.module_message--error {
    color: #dd665a;
    margin: 5px 0 10px;
}
.module_error-container ul > li {
    line-height: 1.5;
}
.module-form_error-text {
    color: #dd665a;
}
.module-form .module_error-container li[style="visibility: hidden;"] {
    display: none;
}


.module-subscribe {
    padding-bottom: 32px;
}
.module-subscribe .head1 {
    font-size: 24px;
    margin: 60px 0 20px 0;
    padding: 0;
    width: 100%;
}

.module-subscribe .module_introduction {
    display: none;
}
.module-subscribe .module_error-container {
    color: #dd665a;
    font-size: 12px;
    padding: 0.61538em 0 10px;
    -webkit-transition: opacity, 0.3s ease;
    -moz-transition: opacity, 0.3s ease;
    transition: opacity, 0.3s ease;
    width: 100%;
    clear: both;
}
.module-subscribe .module_error-container p {
    display: none;
}
.module-subscribe.module_confirmation-container .module_message--success {
    padding: 50px 0 28px;
    /* color: #5e6ebf; */
    color: #258060;
}
.MailingListUnsubscribeContainer .MailingListUnsubscribeMessage{
    color: #258060 !important;
}
.module-subscribe .module-subscribe_table-wrap {
    position: relative;
}
.module-subscribe_table {
    display: block;
    width: 100%;
}
.module-subscribe_form {
    font-size: 0;
}
.pane--footer .module-subscribe_form {
    padding-right: 130px;
}
.module-subscribe_table tbody {
    width: 100%;
    display: block;
}
.module-subscribe_form tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
}
.module-subscribe .module-subscribe_form tr {
    width: 100%;
    margin: 0;
    padding: 0;
}
.module-subscribe_form td {
    display: block;
}

.module-subscribe .module-subscribe_email label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}
.module-subscribe .module-subscribe_list-header,
.module-subscribe .module-subscribe_email .module_required {
    display: none;
}

input[type="email"] {
    display: inline-block;
    width: 100%;
    height: 54px;
    font-family: "ShopifySans";
    color: #30373B;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #FFF;
    -webkit-transition: border-color .1s;
    -moz-transition: border-color .1s;
    -o-transition: border-color .1s;
    transition: border-color .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0 0 15px;
    padding: 14px 16px;
}

.module-subscribe input[type="email"] {
    width: 405px;
    margin: 0;
    font-family: 'ShopifySans';
    font-size: 16px;
    color: #767676;
    margin-right: 10px;
}
@media screen and (max-width: 1100px) {
    .module-subscribe input[type="email"] {
        width: 370px;
    }
}
@media screen and (max-width: 1025px) {
    .module-subscribe input[type="email"] {
        width: 350px;
    }
}
@media screen and (max-width: 1390px) {
    .module-subscribe input[type="email"] {
        width: 245px;
    }
}
@media screen and (max-width: 776px) {
    .module-subscribe input[type="email"] {
        width: 100%;
        margin-bottom: 64px;
    }
}
.module-subscribe_mailing-list {
    font-size: 16px;
    margin-top: 15px;
}
.module-subscribe_list > td {
    padding: 0;
}
.module-subscribe_list table {
    display: block;
    width: 100%;
}
.module-subscribe_list table tr {
    display: block;
    float: left;
    height: 25px;
    margin-bottom: 8px;
    width: 230px;
}
.module-subscribe_mailing-list tr table td {
    width: 250px;
    position: relative;
}
.module-subscribe_mailing-list label {
    font-family: "ShopifySans";
    color: #212b35;
    font-size: 16px;
    background-repeat: no-repeat;
    height: 22px;
    padding: 0;
    margin: 8px 10px 10px 0;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
@media screen and (max-width: 1390px) {
    .module-subscribe_list table tr {
        font-size: 14px;
        width: 180px;
    }
}
@media screen and (max-width: 776px) {
    .module-subscribe_list table tr {
        font-size: 16px;
        width: 100%;
    }
}
.module-subscribe .module_actions {
    margin: 0;
    position: absolute;
    left: 415px;
    top: 0;
}
.module-subscribe .module_actions .module-subscribe_submit-button {
    background-color: #008060;
    clear: both;
    color: #fff;
    display: block;
    font-family: "ShopifySansBold";
    padding: 0 28px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    width: auto;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    appearance: none;
    text-align: center;
    width: 109px;
    margin-right: 10px;
}
.module-subscribe .module_actions .module-subscribe_submit-button:hover {
    background-color: #90dfd6;
    text-decoration: none;
}

@media screen and (max-width: 1100px) {
    .module-subscribe .module_actions {
        left: 380px;
    }
}
@media screen and (max-width: 1025px) {
    .module-subscribe .module_actions {
        left: 360px;
    }
}
@media screen and (max-width: 1390px) {
    .module-subscribe .module_actions {
        left: 255px;
    }
}

@media screen and (max-width: 776px) {
   .module-subscribe .module_actions {
        top: 64px;
        left: 0;
    } 
}

/* 00177154 */
@media screen and (max-width: 776px) {
    .module-our-mission_image-column.two img, .module-our-mission_image-column.one img {
        height: unset;
    }
    .module-our-mission_images .module-our-mission_featured-name {
        position: absolute;
        transform: rotate(90deg);
        padding: 0;
        bottom: 240px;
    }
    .module-our-mission .module-our-mission_images {
        padding-top: 20px;
    }
 }


/* 00324005 */
.module-additional-page .ModuleInnerContainer {
    /* margin-top: 50px; */
    line-height: 24px;
}

.text-center {
    text-align: center;
}

.module-additional-page ul {
    padding: 0 50px 20px 50px;
    list-style: disc;
}

.module-additional-page ul.style-checkmark {
    list-style: none;
    padding-left: 0px;
    text-indent: -20px;
    margin-left: 20px; 
}

.module-additional-page ul.style-checkmark li {
    line-height: 24px;
}

.module-additional-page ul.style-checkmark li:before {
    content: '\2713';
    padding-right: 10px;
}

.module-additional-page li > ul {
        padding: 0 50px;
        list-style: circle;
}

.module-additional-page p {
    margin: 20px 0;
}

.module-additional-page  em {
    font-style: italic;
}

.module-additional-page .textbox {
    border: 2px solid black;
    padding: 10px;
    line-height: 24px;
    min-height: 335px;
 /*   height: 520px; */
}

@media (max-width: 1200px) {
    .module-additional-page .textbox {
        min-height: 380px;
    }
}

@media (max-width: 991px) {
    .module-additional-page .textbox {
        min-height: 524px;
    }
}

.module-additional-page .additional-page--banner {
    margin-bottom: 50px;
    margin-top: 50px;
}

/* 00324005 end*/

/* 00336274*/
.module-q122-registration,
.module-q122-livestream {
    padding-top:50px;
}
.module-q122-livestream .ModuleTitle {
    padding-left: 12%;
    font-size: 40px;
}
.module-q122-registration .ModuleTitle {
    padding-left: 12%;
    font-size: 40px;
}

/* 00457127 */
.module-registration,
.module-livestream {
    padding-top:50px;
}
.module-livestream .ModuleTitle {
    padding-left: 12%;
    font-size: 40px;
}
.module-registration .ModuleTitle {
    padding-left: 12%;
    font-size: 40px;
}