@charset "UTF-8";

@font-face {
    font-family: 'Optimistic Text';
    font-style: normal;
    font-weight: 300;
    src:url("../fonts/Optimistic_Text_W_Lt.woff2") format("woff2"), 
    url("../fonts/Optimistic_Text_W_Lt.woff") format("woff"), 
    url("../fonts/Optimistic_Text_W_Lt.eot") format("opentype");
}

@font-face {
    font-family: 'Optimistic Text';
    font-style: normal;
    font-weight: 400;
    src:url("../fonts/Optimistic_Text_W_Rg.woff2") format("woff2"), 
    url("../fonts/Optimistic_Text_W_Rg.woff") format("woff"), 
    url("../fonts/Optimistic_Text_W_Rg.eot") format("opentype");
}

@font-face {
    font-family: 'Optimistic Text';
    font-style: normal;
    font-weight: 600;
    src:url("../fonts/Optimistic_Text_W_Md.woff2") format("woff2"), 
    url("../fonts/Optimistic_Text_W_Md.woff") format("woff"), 
    url("../fonts/Optimistic_Text_W_Md.eot") format("opentype");
}

@font-face {
    font-family: 'Optimistic Text';
    font-style: normal;
    font-weight: 700;
    src:url("../fonts/Optimistic_Text_W_Bd.woff2") format("woff2"), 
    url("../fonts/Optimistic_Text_W_Bd.woff") format("woff"), 
    url("../fonts/Optimistic_Text_W_Bd.eot") format("opentype");
}

@font-face {
    font-family: 'Optimistic Text';
    font-style: normal;
    font-weight: 800;
    src:url("../fonts/Optimistic_Text_W_XBd.woff2") format("woff2"), 
    url("../fonts/Optimistic_Text_W_XBd.woff") format("woff"), 
    url("../fonts/Optimistic_Text_W_XBd.eot") format("opentype");
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #b3d4fc;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    color: #fff;
    text-shadow: none;
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'freightsans_pro', Verdana, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #4e5665;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

nav {
    display: block;
}

/*_____ images _____*/
img {
    border: 0;
    max-width: 100%;
}

/*_____ hyperlinks _____*/
a {
    color: #3c5b9a;
    text-decoration: none;
}

a:hover {
    color: #23355b;
    text-decoration: underline;
}

/*_____ body copy _____*/
p {
    margin: 0 0 28px 0;
}

/*_____ headings _____*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    color: #141924;
}

h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px 0;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 5px;
}

h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

/*_____ text field, checkbox, buttons _____*/
button,
input,
textarea {
    outline: none;
    font-family: 'freightsans_pro', Verdana, sans-serif;
    border: none;
    font-size: 14px;
    line-height: 22px;
    color: #4e5665;
}

button,
input[type="submit"],
.btn {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"] {
    border-radius: 0;
}

.PaneContentInner input[type="submit"],
.PaneFooter input[type="submit"],
.lookup,
.fancybox-inner .Button,
.btn,
.calc-button {
    background-color: #5890ff;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.PaneContentInner input[type="submit"]:hover,
.PaneFooter input[type="submit"]:hover,
.lookup:hover,
.fancybox-inner .Button:hover,
.btn:hover,
.calc-button:hover {
    background-color: #3c5b9a;
    text-decoration: none;
}

.LayoutDefault .btn-white {
    background-color: #fff;
    color: #5890ff !important;
}

.btn-white:hover {
    background-color: #d7dee9;
}

.PaneContentInner input[type="text"],
.PaneFooter input[type="text"] {
    background-color: #e5e5e5;
    padding: 12px 15px;
}

.PaneContentInner input[type="text"],
textarea,
.PaneContentInner .MailingListCol2 .sbHolder {
    width: 95%;
}

.PaneContentInner .MailingListCol2 .sbOptions {
    width: 100%;
}

@media only screen and (min-width: 640px) {
    .PaneContent input[type="text"] {
        max-width: 300px;
    }

    .PaneContentInner .MailingListCol2 .sbHolder {
        width: 300px;
    }
}

textarea {
    color: #4e5665;
    background-color: #e5e5e5;
    resize: vertical;
    padding: 12px 15px;
}

/* custom select */
.LayoutDefault .sbHolder {
    height: 32px;
    line-height: 32px;
    position: relative;
    width: 100px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #878e9b;
    border-radius: 5px;
    margin: 0 10px 10px 0;
}

.LayoutDefault .sbHolder a {
    color: #878e9b;
}

.LayoutDefault .sbHolder a:hover {
    text-decoration: none;
    color: #5890ff;
}

.LayoutDefault .sbSelector {
    display: block;
    height: 30px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 10px;
}

.LayoutDefault .sbToggle {
    display: block;
    height: 30px;
    line-height: 30px;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    text-align: center;
}

.LayoutDefault .sbToggle:before {
    content: "\e64a";
    font-family: 'q4icons-facebook';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 10px;
    display: inline-block;
    margin-right: 10px;
}

.LayoutDefault .sbToggle.sbToggleOpen:before {
    content: "\e650";
}

.LayoutDefault .sbOptions {
    background-color: #fff;
    border: 1px solid #878E9B;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 32px !important;
    right: -1px;
    left: -1px;
    z-index: 1;
    overflow-y: auto;
    border-radius: 5px;
}

.LayoutDefault .sbOptions a {
    display: block;
    outline: none;
    padding: 5px 10px;
    line-height: 1;
}

.selectBox,
.RegulatoryFilingContainer .FormGroupsContainer {
    float: left;
}

@media only screen and (min-width: 768px) {
    .selectBox {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .PaneContentInner .ModulePressRelease .selectBox {
        right: 65px;
    }

    .PaneContentInner .RegulatoryFilingContainer .FormGroupsContainer {
        position: absolute;
        top: 0;
        right: 160px;
    }
}

.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;
}

/* iCheck plugin -> custom checkbox and radio */
.icheckbox,
.iradiobox {
    padding: 0;
    width: 20px;
    height: 20px;
    background: url("../design/checkBtn.png") no-repeat;
    border: none;
    display: inline-block;
    vertical-align: bottom;
    margin: 2px 8px 2px 0;
    cursor: pointer;
}

.icheckbox+label,
.iradiobox+label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0;
    line-height: 18px;
}

.icheckbox {
    background-position: 0 0;
}

.icheckbox.checked {
    background-position: -20px 0;
}

/*_____ rss _____*/
.RssLinkTop img,
.RssLinkBottom img {
    display: none;
}

.RssLinkTop,
.RssLinkBottom {
    display: block;
    margin-left: 10px;
    color: #878E9B;
}

.RssLinkTop:hover,
.RssLinkBottom:hover {
    text-decoration: none;
}

.RssLinkTop:hover:before,
.RssLinkBottom:hover:before {
    color: #5890ff;
    text-decoration: none;
}

.RssLinkTop:before,
.RssLinkBottom:before {
    display: inline-block;
    font-size: 16px;
    font-family: 'q4icons-facebook';
    content: "\e642";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid;
    border-radius: 4px;
    padding: 4px 6px;
}

.rssIcons a {
    display: inline-block;
    margin-bottom: 5px;
}

/*_____ table _____*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-responsive {
    margin-bottom: 20px;
}

.CustomTable,
.CardTable {
    margin-bottom: 20px;
}

.CustomTable th,
.CardTable th {
    border-bottom: 2px solid #E5E5E5;
    padding: 10px;
    font-size: 14px;
    color: #878e9b;
    font-weight: normal;
    text-align: left;
}

.CustomTable td,
.CardTable td {
    border-bottom: 1px solid #FAFAFA;
    padding: 10px;
}

.CustomTable .alt td,
.CardTable .alt td {
    background-color: #fafafa;
}

.CustomTable th[align="left"],
.CustomTable td[align="left"] {
    text-align: left;
}

.CustomTable th[align="center"],
.CustomTable td[align="center"] {
    text-align: center;
}

.CustomTable th[align="right"],
.CustomTable td[align="right"] {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
    }

    .CardTable th {
        border: none;
        display: none;
    }

    .CardTable td {
        display: block;
        width: 100%;
        float: left;
        border: none;
        padding: 0 10px;
    }

    .CardTable td:first-child {
        padding-top: 5px;
        border-top: 1px solid #fafafa;
    }

    .CardTable td:last-child {
        padding-bottom: 5px;
    }

    .CardTable tbody td:before {
        content: attr(data-heading);
        display: inline-block;
        vertical-align: top;
        width: 48%;
        font-weight: bold;
    }

    .CardTable tbody td>span {
        width: 50%;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 480px) {

    .CardTable tbody td:before,
    .CardTable tbody td>span {
        width: auto;
    }
}

/*_____ lists _____*/
.PaneNavigation ul,
.HeaderContainer ul,
.FooterContainer ul,
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.PaneContentInner ul,
.PaneContentInner ol {
    margin: 0 0 28px 0;
}

.PaneContentInner .HtmlTextContainer ul li,
.PaneContentInner .HtmlTextContainer ol li,
.PaneContentInner .FaqAnswer ul li,
.PaneContentInner .FaqAnswer ol li {
    margin-bottom: 8px;
}

.PaneContentInner ul.no-style {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: inherit;
    line-height: inherit;
}

/*_____ containers, helper classes _____*/
.container,
.PaneContentInner .HtmlTextContainer .ContentContainer,
.PaneContentInner .HtmlTextContainer>h1,
.PaneContentInner .ErrorContainer,
.PaneContentInner .EditSubscriberConfirmation {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

.PaneContentInner .HtmlTextContainer>h1 span {
    display: block;
    margin-bottom: 25px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after,
.clear {
    clear: both;
}

.space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space-top {
    padding-top: 50px;
}

.space-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.separator {
    position: relative;
}

.separator:before {
    content: '';
    background-color: #E5E5E5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
}

.NoBr {
    display: none;
}

.hide {
    display: none;
}

.text-center {
    text-align: center;
}

.bg-blue h1 {
    color: #fff;
}

.bg-blue {
    background-color: #3c5b9a;
    color: #fff;
}

.bg-sanmarino {
    background-color: #466ab3;
    color: #fff;
}

.bg-indigo {
    background-color: #5079cc;
    color: #fff;
}

.bg-blue-light {
    background-color: #5a88e6;
    color: #fff;
}

.bg-blue-lighter {
    background-color: #6397ff;
    color: #fff;
}

.bg-gray {
    background-color: #e5e5e5;
}

.bg-white {
    background-color: #fff;
}

.box-bordered {
    border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 768px) {
    .space {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .space-top {
        padding-top: 30px;
    }

    .space-bottom {
        padding-bottom: 30px;
    }
}

/*____________________*/
/*____________________ HEADER ____________________*/
.PaneHeader {
    padding: 19px 0 20px 0;
    border-bottom: 1px solid #E5E5E5;
}

/* logo */
.Logo {
    float: left;
    font-size: 17px;
    line-height: 30px;
    margin-top: 3px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.Logo a {
    display: inline-block;
    vertical-align: bottom;
    color: #6A7180;
    white-space: nowrap;
}

.Logo a:hover {
    text-decoration: none;
}

.Logo img {
    vertical-align: top;
    width: 28px;
    margin-right: 18px;
}

/* like, share */
.Like-and-Share {
    float: right;
    margin-top: 5px;
}

.Like-and-Share .pluginButton {
    background: #22345a !important;
    padding: 2px !important;
}

.Like-and-Share .fb_iframe_widget iframe {
    position: relative;
    z-index: 9999;
}

/* search */
.ModuleSearch .ModuleContainerInner {
    position: relative;
}

.ModuleSearch .SearchInput {
    border-radius: 4px;
    padding: 4px 30px 3px 4px;
    border: 1px solid #e9eaed;
    color: #777;
    font-size: 13px;
    line-height: 16px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ModuleSearch .SearchButton {
    font-family: 'q4icons-facebook';
    background: none;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -9px;
    font-size: 14px;
    width: 20px;
    text-align: center;
    font-weight: bold;
}

.Search_desktop {
    float: right;
    margin: 4px 0 0 10px;
}

.Search_desktop .SearchInput {
    width: 222px;
}

.Search_mobile {
    padding: 15px 0;
    display: none;
}

.Search_mobile .SearchInput {
    width: 100%;
    border: 1px solid #E5E5E5;
    padding: 6px 30px 6px 8px;
}

/* IMP-2734 */
.SearchResultsContainer div[class*="Item"]>span:after {
    content: "...";
}

/* header navigations */
.PaneNavigation {
    position: relative;
    z-index: 999;
}

.PaneNavigation.stuck {
    min-height: 53px;
}

.PaneNavigation.stuck.sub-menu {
    min-height: 93px;
}

.LayoutHomePage .PaneNavigation.stuck {
    min-height: 0;
    min-height: 53px;
}

.PaneNavigation.stuck .wrapper {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}

.no-sticky-sec-nav .SecNav {
    display: none;
}

.MainNav,
.SecNav {
    font-size: 14px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    background-color: #fff;
}

.MainNav .level1,
.SecNav .level1 {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* main nav */
.MainNav {
    border-bottom: 4px solid #e5e5e5;
}

.MainNav a {
    color: #4e5665;
    display: block;
    text-decoration: none;
}

.MainNav .level1>li>a,
.MainNav .level2,
.MainNav .level2>li {
    display: inline-block;
}

.MainNav .level1>li>a {
    padding: 4px 0;
    position: relative;
}

.MainNav .level2>li>a {
    margin: 8px 0 8px 20px;
    padding: 4px 0 4px 20px;
    border-left: 1px solid #e9eaed;
    position: relative;
}

.MainNav .level1>li.selected>a:after,
.MainNav .level1>li>a:hover:after,
.MainNav .level2>li.selected>a:after,
.MainNav .level2>li.expanded>a:after,
.MainNav .level2>li>a:hover:after {
    content: '';
    height: 4px;
    background-color: #3c5b9a;
    position: absolute;
    bottom: -12px;
    left: 21px;
    right: 0;
}

.MainNav .level1>li.selected>a:after,
.MainNav .level1>li>a:hover:after {
    left: 0;
}

.MainNav .level3 {
    display: none;
    background-color: #fff;
    border-top: 4px solid #e5e5e5;
    border-bottom: 1px solid #E5E5E5;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
}

.MainNav .level3>li {
    display: inline-block;
}

.MainNav .level2>li:hover>.level3 {
    display: block;
}

.MainNav .level3 a {
    color: #878e9b;
    display: block;
    padding: 10px 15px;
}

/* secondary nav */
.SecNav {
    border-bottom: 1px solid #E5E5E5;
}

.SecNav a {
    color: #878e9b;
    text-decoration: none;
}

.SecNav .level1>li>a,
.SecNav .level2>li,
.SecNav .level2>li.has-children.expanded>a,
.SecNav .level2>li.has-children.selected>a {
    display: none;
}

.SecNav .level2>li.has-children.expanded,
.SecNav .level2>li.has-children.selected {
    display: block;
}

.SecNav .level3>li {
    display: inline-block;
    position: relative;
}

.SecNav .level3>li>a {
    padding: 10px 15px;
    display: block;
}

.SecNav .level3>li>a.active,
.SecNav .level3>li>a:hover,
.MainNav .level3>li>a:hover {
    color: #5890ff;
}

.SecNav .level3>li>a.active:after {
    content: '';
    height: 2px;
    background-color: #5890ff;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

/*_____ mobile _____*/
.MobileTriggers {
    float: right;
    margin-top: 5px;
    display: none;
}

.search-trigger-mobile,
.menu-trigger-mobile {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 15px;
}

.search-trigger-mobile {
    font-size: 15px;
    display: none;
}

.search-trigger-mobile.selected:before {
    content: "\e64b";
    font-size: 14px;
}

.menu-trigger-mobile {
    font-size: 25px;
}

/* mobile navigation */
.MobileNav {
    padding: 10px 0;
    display: none;
}

.MobileNav a {
    font-size: 16px;
    color: #4e5665;
}

.MobileNav .level1>li>a {
    display: inline-block;
    margin: 10px 0;
}

.MobileNav .level2>li {
    padding: 10px 0;
}

.MobileNav .level2>li.has-children>a:after {
    content: "\e64a";
    font-family: 'q4icons-facebook' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    margin-left: 10px;
}

.MobileNav .level2 li.selected>a {
    color: #5890ff;
}

.MobileNav .level3 {
    display: none;
    padding-top: 10px;
}

.MobileNav .level3>li {
    padding: 5px 0 5px 20px;
}

/* media queries for HEADER */
@media only screen and (max-width: 1250px) {
    .MainNav {
        text-align: center;
    }

    .MainNav .level2>li.selected>a:after,
    .MainNav .level2>li.expanded>a:after,
    .MainNav .level2>li>a:hover:after {
        left: 5px;
    }

    .MainNav .level2>li>a {
        margin-left: 7px;
        padding-left: 7px;
    }
}

@media only screen and (min-width: 1024px) {

    .MobileNav,
    .Search_mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .PaneNavigation {
        min-height: 0 !important;
    }

    .PaneBreadcrumb {
        border-bottom: 1px solid #e5e5e5;
    }

    .Like-and-Share,
    .Search_desktop,
    .MainNav,
    .SecNav {
        display: none;
    }

    .MobileTriggers {
        display: block;
    }

    .MobileTriggers .search-trigger-mobile {
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {
    .Logo img {
        margin-right: 10px;
    }
}

/*____________________ 
  
  
  /*____________________ FOOTER ____________________*/
.PaneFooter2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #e5e5e5;
}

/*_____ boxes _____*/
.FooterBoxes {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    min-height: 305px;
}

.FooterBoxes .box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 35px 40px;
    color: #4e5665;
}

/* latest posts */
.bg-gray .FooterBoxes .box1 {
    border-right: 30px solid #E5E5E5;
}

.bg-blue .FooterBoxes .box1 {
    border-right: 30px solid #3c5b9a;
}

.FooterBoxes .box1 h1 {
    margin: 0;
    color: #141924;
}

.FooterBoxes .box1 h1 a {
    color: #141924;
}

.fb-posts {
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-right: 30px;
}

.FooterBoxes .fb-follow {
    position: absolute !important;
    top: 40px;
    left: 50%;
    margin-left: -120px;
}

.fb-posts .slick-arrow {
    position: absolute;
    bottom: -11px;
    right: -60px;
    z-index: 2;
}

.fb-posts .slick-prev {
    right: -35px;
}

.fb-posts .facebook-item {
    margin-top: 20px;
}

.fb-posts .facebook-item .title {
    font-weight: bold;
}

.fb-posts .facebook-item .ModuleDate {
    margin-bottom: 0px;
    display: block;
}

/*______*/
.bg-gray .FooterBoxes .box2 {
    border-left: 30px solid #E5E5E5;
}

.bg-blue .FooterBoxes .box2 {
    border-left: 30px solid #3c5b9a;
}

.FooterBoxes .module {
    width: 50%;
    float: left;
}

.FooterBoxes .module h1 {
    margin: 0 0 20px 0;
    color: #141924;
}

/* quick links */
.QuickLinks_footer {
    display: none;
    padding-left: 10px;
}

.FooterBoxes .quick-links {
    padding-left: 25px;
}

ul.QuickLinks_footer {
    border-top: 1px solid #e5e5e5;
}

.QuickLinks_footer li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.QuickLinks_footer a {
    color: #4e5665;
}

/* email alerts */
.EmailAlerts_footer {
    display: none;
}

.email-alerts .ErrorContainer {
    padding: 0;
    font-size: small;
}

.EmailAlerts_footer .MailingListCol1 {
    display: none;
}

.EmailAlerts_footer .GridActions>* {
    display: inline-block;
    margin: 5px 10px 0 0;
}

.EmailAlerts_footer .GridActions .btn-unsubscribe {
    color: #878e9b;
}

.no-global-email-alerts .EmailAlerts_footer {
    display: none;
}

.no-global-email-alerts .FooterBoxes .email-alerts {
    padding: 0;
}

/* footer links */
div.FooterLinks {
    margin: 30px 0 0 0;
}

div.FooterLinks li {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    margin: 0 15px;
}

.FooterLinks a {
    color: #898f9c;
}

/* social links */
div.SocialLinks h1 {
    color: #4e5665;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.SocialLinks li {
    display: inline-block;
    margin: 10px 15px;
}

.SocialLinks li a {
    display: block;
}

.SocialLinks a img {
    vertical-align: middle;
    max-height: 30px;
}

/* copyright */
.Copyright {
    font-size: 12px;
    line-height: 30px;
    color: #898f9c;
}

/* powered by */
.Q4FooterContainer {
    color: #898f9c !important;
    font-size: 12px !important;
    padding: 0 !important;
}

.Q4FooterContainer a {
    color: #898f9c !important;
    font-size: 12px !important;
}

.Q4FooterContainer a:hover {
    border-bottom: 1px solid;
}

/* back to top */
.back-to-top {
    background: #878e9b;
    opacity: 0.65;
    bottom: 40px;
    display: none;
    height: 38px;
    position: fixed;
    right: 100px;
    width: 35px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
}

.back-to-top.active {
    display: block;
}

.back-to-top a {
    line-height: 42px;
    display: block;
    color: #fff;
}

/* media queries for FOOTER */
@media only screen and (max-width: 1366px) {
    .FooterBoxes .fb-follow {
        top: 12px;
    }

    .PaneFooter .FooterBoxes .box {
        border-width: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .FooterContainer .FooterBoxes {
        display: inherit;
    }

    .PaneFooter .FooterBoxes .box {
        display: block;
        width: 100%;
        padding: 15px 20px;
        border: none;
    }

    .PaneFooter .FooterBoxes .box1 {
        margin-bottom: 20px;
    }

    .FooterBoxes .box1 .fb-follow {
        right: 20px;
        left: auto;
        top: 20px;
    }

    .FooterBoxes .fb-posts {
        margin: 0;
        border: none;
        padding-bottom: 50px;
    }

    .FooterBoxes .fb-posts .slick-arrow {
        right: 50%;
        bottom: 0;
    }

    .FooterBoxes .fb-posts .slick-prev {
        margin-right: 18px;
    }

    .FooterBoxes .fb-posts .slick-next {
        margin-right: -18px;
    }

    .PaneFooter2 {
        padding-bottom: 60px;
    }

    .back-to-top {
        bottom: 15px;
        right: 50%;
        margin-right: -18px;
    }
}

@media only screen and (max-width: 640px) {
    .FooterContainer .FooterBoxes .box {
        padding: 0;
    }

    .FooterContainer .FooterBoxes .box1 {
        padding: 15px 20px;
        position: relative;
    }

    .FooterBoxes .box1 .fb-follow {
        top: auto;
        bottom: 15px;
    }

    .FooterContainer .FooterBoxes .module {
        width: 100%;
        float: none;
        padding: 15px 20px;
    }

    .FooterContainer .bg-gray .FooterBoxes .email-alerts {
        border-bottom: 20px solid #E5E5E5;
    }

    .FooterContainer .bg-blue .FooterBoxes .email-alerts {
        border-bottom: 20px solid #3c5b9a;
    }

    div.FooterLinks li {
        display: block;
    }
}

/*____________________*/
/*____________________ GLOBALS ____________________*/
span[class*="ContentPaneDiv"] {
    display: block;
}

.ModuleListContainer>.container,
.ModuleContainer>.container {
    position: relative;
}

.ModuleDate {
    display: inline-block;
    color: #878e9b;
    margin-bottom: 5px;
}

.ModuleHeadlineLink,
.ModuleHeadline {
    font-weight: bold;
}

/* carousel */
.carousel {
    position: relative;
    padding: 0 30px;
}

.slick-arrow {
    background-color: transparent;
    font-size: 22px;
    cursor: pointer;
}

.carousel .slick-prev,
.carousel .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.carousel .slick-prev {
    left: -30px;
}

.carousel .slick-next {
    right: -30px;
}

.slick-disabled {
    cursor: text;
    opacity: .2;
    -ms-filter: "alpha(opacity=20)";
    filter: "alpha(opacity=20)";
}

/* download list */
.ModuleDownloadListWithTags .ModuleHeader>*,
.ModuleDownloadListWithTags .ModuleItemRow>* {
    letter-spacing: 0;
    padding: 10px;
    float: none;
}

.ModuleDownloadListWithTags .ModuleHeader * {
    font-size: 14px;
}

.ModuleDownloadListWithTags .ModuleHeaderText2 {
    width: 50%;
}

.ModuleDownloadListWithTags .ModuleHeaderText3 {
    width: 50%;
    text-align: right;
    padding-right: 55px;
}

.ModuleDownloadListWithTags .ModuleHeader .ModuleHeaderDescription {
    display: none;
}

.ModuleDownloadListWithTags .ModuleItemRow {
    letter-spacing: -5px;
    border-bottom: 1px solid #fafafa;
}

.ModuleDownloadListWithTags .ModuleItemAlt {
    background-color: #fafafa;
}

.ModuleDownloadListWithTags .right * {
    display: inline-block;
    vertical-align: middle;
}

.ModuleDownloadListWithTags .ModuleFileSizeText {
    min-width: 45px;
}

.ModuleDownloadListWithTags .icon-html {
    background: url("../icons/icon-html.png") no-repeat center left transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-html.svg);
    background-size: 28px 30px;
    width: 28px;
    height: 30px;
    margin-right: 20px;
}

.ModuleDownloadListWithTags .ModuleIcon a {
    background: url("../icons/icon-pdf.png") no-repeat center left transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-pdf.svg);
    background-size: 28px 30px;
    width: 28px;
    height: 30px;
    margin-right: 5px;
}

@media only screen and (min-width: 641px) {

    .ModuleDownloadListWithTags .ModuleHeader>*,
    .ModuleDownloadListWithTags .ModuleItemRow>* {
        display: inline-block;
        vertical-align: middle;
    }

    .ModuleDownloadListWithTags .left {
        width: 50%;
        float: none;
    }

    .ModuleDownloadListWithTags .right {
        width: 49%;
        text-align: right;
        float: none;
    }
}

@media only screen and (max-width: 640px) {
    .ModuleDownloadListWithTags .left {
        padding-bottom: 0;
    }
}

/* pager */
.pagination-wrapper {
    margin-top: 25px;
}

.pagination-wrapper .showing {
    color: #3c5b9a;
    float: left;
    margin-top: 5px;
}

.PaneContentInner ul.pagination {
    float: right;
    margin: 0 -7px;
}

.pagerItem {
    background-color: #fff;
    border: 1px solid #3c5b9a;
    color: #3c5b9a;
    border-radius: 5px;
    padding: 6px 16px;
    line-height: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin: 0 7px;
}

.pagerItem:hover {
    background-color: #3c5b9a;
    color: #fff;
}

.pagerItem.pager-disabled {
    display: none;
}

.pager-prev:before,
.pager-next:after {
    font-family: 'q4icons-facebook' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 10px;
}

.pager-prev:before {
    content: "\e64c";
    margin-right: 5px;
}

.pager-next:after {
    content: "\e64f";
    margin-left: 5px;
    position: relative;
    bottom: -1px;
}

@media only screen and (max-width: 640px) {
    .PaneContentInner .pagination-wrapper {
        text-align: center;
    }

    .PaneContentInner .pagination-wrapper .showing {
        float: none;
        margin-bottom: 10px;
    }

    .PaneContentInner .pagination-wrapper .pagination {
        float: none;
    }
}

/* share this */
.stBTN {
    cursor: pointer;
    border: 1px solid;
    border-radius: 4px;
    color: #878E9B;
    padding: 2px 7px;
}

.st_sharethis:before {
    content: "\e644";
    font-family: 'q4icons-facebook' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 26px;
    cursor: pointer;
    display: inline-block;
}

.stBTN:hover {
    color: #5890ff;
}

.stButton {
    display: none !important;
}

/*____________________*/
/*____________________ HOME ____________________*/
.Slider {
    visibility: hidden;
}

/* PaneHeader2 BANNER */
.module-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../design/hero-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.module-banner_text {
    margin: 0;
    padding-top: calc(20px + 7%);
    padding-bottom: calc(20px + 7%);
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 480px) {
    .module-banner_text {
        text-align: left;
    }
}

/* Quarterly Results */
.module-latest-quarter {
    background-color: #3C5B9A;
    padding: 43px 0 63px;
    margin-bottom: 75px;
}

.module-latest-quarter .module_container--content {
    position: relative;
}

.module-latest-quarter .module_title {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_title {
        text-align: center;
    }

    .module-latest-quarter .module-financial_year-text {
        display: block;
    }

    .module-latest-quarter .module-financial_type-separator {
        display: none;
    }
}

.module-latest-quarter .module-financial_year-text {
    font-weight: 500;
}

.module-latest-quarter .module_link {
    color: #fff;
    display: block;
}

.module-latest-quarter .module_links {
    text-align: center;
    margin-top: 30px;
    justify-content: space-between;
}

.module-latest-quarter .module_link-text {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-top: 23px;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}

.module-latest-quarter .module_link:before {
    font-family: 'q4icons-facebook' !important;
    color: #3C5B9A;
    font-size: 40px;
    content: "";
    display: block;
    border: solid 1px #fff;
    border-radius: 50%;
    background-color: #fff;
    width: 77px;
    height: 77px;
    margin: 0 auto;
    line-height: 77px;
}

.module-latest-quarter .module_link-Webcast:before {
    content: "\e913";
}

.module-latest-quarter .module_link-Earnings.Release:before {
    content: "\e910";
}

.module-latest-quarter .module_link-Earnings.Slides:before {
    content: "\e911";
}

.module-latest-quarter .module_link-Transcript:before {
    content: "\e912";
}

.module-latest-quarter .module_link-Transcript.Follow.Up:before {
    content: "\e90e";
}

.module-latest-quarter .module_link-Form:before {
    content: "\e90f";
}

.module-financial_button {
    text-align: center;
    margin-top: 30px;
}

@media only screen and (min-width: 769px) {
    .module-latest-quarter .module_title {
        padding-right: 120px;
    }

    .module-financial_button {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        margin-top: 0;
    }
}

.module-financial_button .button,
.module-financial_button .button:hover {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

@media only screen and (max-width: 1200px) {
    .grid-flex {
        flex-wrap: wrap;
    }

    .module-latest-quarter .module_link--box {
        width: 33.33%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_link--box {
        width: 50%;
    }

    .module-latest-quarter .module_link-text {
        max-width: 100%;
        margin-top: 10px;
    }
}

.grid-flex {
    display: flex;
}

/* Latest Events, Latest News*/
.Latest-Events-News {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.Latest-Events-News .box {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding: 15px 20px;
    position: relative;
}

.Latest-Events-News h1 {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 50px 15px 0;
    margin: 0;
}

.Latest-Events-News .view-all_container {
    text-align: center;
    margin-top: 30px;
}

@media only screen and (min-width: 769px) {
    .Latest-Events-News .view-all {
        position: absolute;
        top: 55px;
        right: 60px;
        margin: 0;
        text-align: right;
    }
}

.Latest-Events-News .ModuleItemRow {
    color: #878e9b;
    margin-top: 20px;
}

.bg-gray .Latest-Events-News .box1 {
    border-right: 10px solid #E5E5E5;
}

.bg-blue .Latest-Events-News .box1 {
    border-right: 10px solid #3c5b9a;
}

.latest-events {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.latest-events .icon .links {
    padding-left: 35px;
    position: relative;
}

.latest-events .icon .links:before,
.q4-atc-wrapper:before {
    font-family: 'q4icons-facebook' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    border: 1px solid;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    color: #878e9b;
}

.latest-events .icon .links:before {
    content: "\e908";
}

.latest-events .links a {
    color: #878e9b;
}

.latest-events .links a:hover {
    color: #5890ff;
}

.latest-events .extension {
    text-transform: lowercase;
}

.bg-gray .Latest-Events-News .box2 {
    border-left: 10px solid #E5E5E5;
}

.bg-blue .Latest-Events-News .box2 {
    border-left: 10px solid #3c5b9a;
}

/* Latest events NEW*/
.Latest-Events-NEW .box-bordered {
    padding: 40px 50px;
    position: relative;
}

.Latest-Events-NEW .box {
    padding: 15px 0;
}

.Latest-Events-NEW .view-all {
    color: #fff;
    /* text-align: center; */
}

.Latest-Events-NEW .slick-arrow {
    position: absolute;
    /*top: 50%;
    margin-top: -60px;*/
    bottom: -55px;
    color: #fff;
}

.Latest-Events-NEW .slick-prev {
    /*left: -35px;*/
    right: 50%;
    margin-right: 10px;
}

.Latest-Events-NEW .slick-next {
    /*right: -35px;*/
    left: 50%;
    margin-left: 10px;
}

.Latest-Events-NEW h1 {
    border-bottom: none;
    padding: 0 50px 15px 0;
    margin: 0;
}

.Latest-Events-NEW .box {
    display: block;
}

.Latest-Events-NEW .latest-events {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    padding: 0;
    margin-bottom: 30px;
}

.Latest-Events-NEW .latest-events .slick-track {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

.Latest-Events-NEW .latest-events .slick-list {
    width: 100%;
}

.Latest-Events-NEW .latest-events .ModuleItemRow.slick-slide {
    float: none;
    height: auto;
}

.Latest-Events-NEW .latest-events .ModuleItemRow {
    margin-left: 20px;
}

.Latest-Events-NEW .latest-events .ModuleItemRow:first-child {
    margin-left: 0;
}

.Latest-Events-News .bg-white {
    padding: 30px 35px;
}

@media only screen and (max-width: 1024px) {
    .Latest-Events-NEW .box-bordered {
        padding: 20px 25px 20px 25px;
    }
}

@media only screen and (max-width: 480px) {
    .Latest-Events-NEW .latest-events .ModuleItemRow {
        width: 100%;
    }

    .Latest-Events-NEW .bg-white {
        padding: 20px;
    }

    .Latest-Events-NEW .view-all {
        top: 20px;
        right: 0;
    }

    .Latest-Events-NEW .latest-events .ModuleItemRow {
        margin-top: 20px;
        margin-left: 0;
    }

    /*    .Latest-Events-NEW .latest-events .ModuleItemRow.slick-current{
        margin-left: 0;
    }*/
}

/* Investor Education Center */
.EducationCenter .left {
    padding: 30px 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-bottom: none;
}

.EducationCenter .left h1,
.EducationCenter .left p {
    margin: 0;
}

.EducationCenter .right .boxes {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.EducationCenter .right .box {
    text-align: center;
    font-size: 15px;
    padding: 15px 10px;
}

/*.module--cr-home .right .box {
    padding: 45px 10px;
  }*/
.EducationCenter .box>a,
.EducationCenter .box span.box-icon_wrap {
    color: #fff;
    display: block;
    cursor: pointer;
}

.EducationCenter .box .icon {
    display: block;
    margin-bottom: 10px;
}

.EducationCenter .box .icon img {
    vertical-align: top;
    width: 50px;
}

.EducationCenter .box-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 120%;
    transition-duration: 0.5s;
    transition-property: opacity, visibility, top;
}

.EducationCenter .box:hover>.box-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.EducationCenter .box-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-top: 4px solid #e5e5e5;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.EducationCenter .box-dropdown ul li {
    display: inline-block;
    margin: 0;
}

.EducationCenter .box-dropdown a {
    color: #878e9b;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.EducationCenter .box-dropdown a:hover {
    color: #5890ff;
}

/* Newsroom */
.Newsroom .box-bordered {
    padding: 40px 50px;
    position: relative;
}

.Newsroom h1 {
    float: left;
}

.Newsroom .view-all {
    float: right;
    margin-top: 8px;
}

.Newsroom .slick-arrow {
    position: absolute;
    /*top: 50%;
    margin-top: -60px;*/
    bottom: -30px;
}

.Newsroom .slick-prev {
    /*left: -35px;*/
    right: 50%;
    margin-right: 10px;
}

.Newsroom .slick-next {
    /*right: -35px;*/
    left: 50%;
    margin-left: 10px;
}

.newsroom-posts .slick-list {
    margin: 0 -10px;
}

.newsroom-posts {
    clear: both;
}

.newsroom-item {
    padding: 0 10px;
}

.newsroom-item .thumbnail {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
    height: 220px;
    overflow: hidden;
}

.newsroom-item .thumbnail:before {
    content: '';
    width: 1px;
    margin-left: -1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.newsroom-item .thumbnail img {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

/* Latest Community Stats */
.LatestCommunityStats .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.slick-slide:focus,
.slick-slide *:focus {
    outline: none;
}

.LatestCommunityStats .icon {
    margin-bottom: 15px;
}

.LatestCommunityStats .icon img {
    vertical-align: top;
    margin: 0 auto;
    width: 48px;
}

.LatestCommunityStats .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}

.LatestCommunityStats .slick-slide .item {
    float: left;
    padding: 0 1.5%;
}

.LatestCommunityStats .style2 .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    width: 48px;
}

.LatestCommunityStats .style2 .info {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.LatestCommunityStats .style2 .title {
    font-size: 20px;
    line-height: 26px;
}

.LatestCommunityStats .slick-slide.two-items .item {
    width: 50%;
}

.LatestCommunityStats .slick-slide.three-items .item {
    width: 33.33%;
}

.LatestCommunityStats .slick-slide.four-items .item {
    width: 25%;
}

.LatestCommunityStats .slick-slide.five-items .item {
    width: 20%;
}

.LatestCommunityStats .slick-slide.six-items .item {
    width: 16.66%;
}

/* media queries for HOME */
@media only screen and (min-width: 1024px) {
    .LatestCommunityStats .mobile {
        display: none;
    }

    .Latest-Events-News .bg-white {
        padding: 30px 35px;
    }

    .EducationCenter .content {
        display: table;
        table-layout: fixed;
        width: 100%;
        position: relative;
    }

    .EducationCenter .left {
        display: table-cell;
        width: 45%;
        vertical-align: middle;
        text-align: left;
        padding: 0 50px;
        border-bottom: 1px solid #e5e5e5;
    }

    .EducationCenter .right {
        display: table-cell;
        width: 55%;
        vertical-align: middle;
    }

    /*     .EducationCenter.space.module--cr-home {
        padding-bottom: 0;
    } */
}

@media only screen and (max-width: 1024px) {
    .Newsroom .box-bordered {
        padding: 20px 25px 70px 25px;
    }

    .Newsroom .slick-arrow {
        bottom: -45px;
        right: 50%;
        top: auto;
        left: auto;
    }

    .Newsroom .slick-prev {
        margin-right: 10px;
    }

    .Newsroom .slick-next {
        margin-right: -32px;
    }
}

@media only screen and (max-width: 1023px) {
    .LatestCommunityStats .desktop {
        display: none;
    }

    .PaneContentInner .Latest-Events-News {
        display: inherit;
    }

    .PaneContentInner .Latest-Events-News .box {
        display: block;
        width: 100%;
        border: none;
    }

    .PaneContentInner .Latest-Events-News .box1 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 640px) {
    .EducationCenter .right .box {
        display: table-cell;
        width: 20%;
        vertical-align: top;
        padding: 15px 12px;
    }

    .EducationCenterCR .right .box {
        padding: 40px 12px;
    }

    /*.module--cr-home .right .box {
        padding: 45px 10px;
    }*/
    .latest-events .WebcastLink {
        float: left;
        margin-right: 5px;
    }

    .latest-events .RelatedDocuments>div {
        display: inline-block;
        margin-right: 5px;
    }

    /*.latest-events .RelatedDocuments > div:before {
        content: ' - ';
    }*/
    // .latest-events .RelatedDocuments>div:first-child:before {
    //     content: '';
    // }
}

@media only screen and (max-width: 639px) {
    .EducationCenter .right .box {
        text-align: left;
    }

    .EducationCenter .right .box br {
        display: none;
    }

    .EducationCenter .boxes .box a span {
        display: inline-block;
        vertical-align: middle;
        padding: 0 8px;
        margin: 0;
    }

    .EducationCenter .box-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        margin: 0 -10px;
    }
}

/* Module facebook-feeds_wrap */
.module-facebook-feeds_wrap {
    color: white;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    font-size: 14px;
    color: #878E9B;
    padding: 30px;
}

.module-facebook-feeds_wrap>* {
    max-width: 50%;
    flex-basis: 50%;
    padding: 15px;
}

.module-facebook-feeds_inner {
    padding: 20px 25px;
    border: 1px solid #ccc;
    height: 100%;
}

.module-facebook-feeds .module_item {
    margin-top: 30px;
}

.module-facebook-feeds .module_headline {
    color: #3C5A99;
    font-weight: 600;
}

.module-facebook-feeds .module_date {
    font-weight: 300;
}

.module-facebook-feeds_ir .module_heading-image {
    padding: 5px;
    background-color: #3B5998;
    display: inline-block;
}

.module-facebook-feeds .module_heading-image {
    margin-right: 25px;
    vertical-align: middle;
}

.module-facebook-feeds .module_heading-image img {
    vertical-align: top;
}

.module-facebook-feeds h1.module_heading-text {
    display: inline-block;
    vertical-align: middle;
    color: #3C5A99;
    margin: 0;
}

@media only screen and (max-width: 639px) {
    .module-facebook-feeds_wrap {
        flex-direction: column;
    }

    .module-facebook-feeds_wrap>* {
        max-width: 100%;
        flex-basis: 100%;
        margin: 15px 0;
        overflow: hidden;
    }
}

/*____________________ */
/*____________________ FINANCIALS ____________________*/
/*__________ Quarterly Earnings __________*/
.Quarterly {
    padding: 40px 50px;
}

.Quarterly .slick-arrow {
    position: absolute;
    bottom: -30px;
    right: 50%;
}

.Quarterly .slick-prev {
    margin-right: 10px;
}

.Quarterly .slick-next {
    margin-right: -32px;
}

.Quarterly .wrapper {
    margin: 0px -10px;
}

.Quarterly .slick-track {
    display: table;
    table-layout: fixed;
    table-layout: auto\9;
    border-spacing: 10px;
    border-collapse: separate;
}

.Quarterly .slick-track:after,
.Quarterly .slick-track:before {
    display: none;
}

.Quarter.slick-slide {
    float: none;
    display: table-cell;
    border: 1px solid #e5e5e5;
    padding: 15px;
    width: 25% !important;
    font-size: 14px;
}

.slick-track .Quarter:first-child {
    border: 1px solid #3c5b9a;
    background-color: #3c5b9a;
    color: #fff;
}

.slick-track .Quarter:first-child h1,
.slick-track .Quarter:first-child .docs a {
    color: #fff;
}

.Quarters .title {
    margin: 0 0 10px 0;
}

.Quarters .year {
    margin-bottom: 10px;
}

.Quarters .docs a {
    color: #141924;
    padding: 10px 0 5px 40px;
    display: inline-block;
}

.Quarters .docs li {
    margin-bottom: 5px;
}

.Quarters .docs .PDF a {
    background: url("../icons/icon-pdf.png") no-repeat center left transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-pdf.svg);
    background-size: 28px 30px;
}

.Quarters .docs .XLSX a {
    background: url("../icons/icon-xls.png") no-repeat center left transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-xls.svg);
    background-size: 28px 30px;
}

.Quarters .docs .HTML a {
    background: url("../icons/icon-html.png") no-repeat center left transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-html.svg);
    background-size: 28px 30px;
}

.Quarters .docs .HTML.Webcast a {
    background: none;
    padding-left: 0;
}

.Quarters .docs .HTML.Webcast a:before {
    content: "\e647";
    font-family: 'q4icons-facebook' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #878e9b;
    border: 1px solid #878e9b;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin: 0 10px 0 2px;
}

.Quarters .docs .HTML a[href*='Ticker'] {
    background: none;
    padding: 5px 0;
}

.Quarters .docs .HTML a[href*='Ticker']:before {
    content: "\e63b";
    font-family: 'q4icons-facebook' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #878e9b;
    border: 1px solid #878e9b;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin: 0 10px 0 2px;
}

.slick-track .Quarter:first-child .docs .HTML.Webcast a:before,
.slick-track .Quarter:first-child .docs .HTML a[href*='Ticker']:before {
    color: #fff;
    border-color: #fff;
}

/*__________ Annual Reports __________*/
.Annual .thumb {
    box-shadow: 0px 0px 10px #fff;
    float: left;
    width: 120px;
    height: 150px;
}

.Annual .thumb img {
    vertical-align: top;
}

.Annual .box-bordered {
    height: 170px;
    margin-left: 140px;
    text-align: center;
    position: relative;
    padding: 20px 25px;
}

.Annual .docs {
    display: inline-block;
    vertical-align: middle;
}

.Annual .box-bordered>div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.Annual .box-bordered:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
}

.Annual h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5%;
}

.Annual .docs li {
    display: inline-block;
    margin: 7px;
}

.Annual .docs a {
    background-color: #5890ff;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    text-decoration: none;
}

/*__________ SEC Filings __________*/
.RegulatoryFilingContainer {
    position: relative;
}

.RegulatoryFilingContainer .FormGroupsContainer {
    position: relative;
    z-index: 2;
}

.RegulatoryFilingContainer .FormGroupsContainer .sbHolder {
    width: 210px;
}

.RegulatoryFilingContainer .selectBox {
    right: 45px;
}

.RegulatoryFilingContainer .ModuleContainerInnerTop {
    padding-top: 30px;
}

.RegulatoryFilingContainer .ModuleHeader>* {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 10px;
}

.RegulatoryFilingContainer .ModuleItem>* {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 5px 10px;
}

.RegulatoryFilingContainer .ModuleItem {
    letter-spacing: -5px;
    border-bottom: 1px solid #fafafa;
}

.RegulatoryFilingContainer .ModuleItem.alt {
    background-color: #fafafa;
}

.RegulatoryFilingContainer .ItemDate,
.RegulatoryFilingContainer .Date {
    width: 14%;
    padding-left: 10px;
}

.RegulatoryFilingContainer .Filing,
.RegulatoryFilingContainer .ItemHref {
    width: 13%;
}

.RegulatoryFilingContainer .ItemReported,
.RegulatoryFilingContainer .Reported {
    width: 23%;
}

.RegulatoryFilingContainer .Description,
.RegulatoryFilingContainer .ItemDescription {
    width: 30%;
}

.RegulatoryFilingContainer .Download,
.RegulatoryFilingContainer .Icons {
    width: 20%;
}

.RegulatoryFilingContainer .Icons,
.ModuleSECFilingDetails .Icons {
    margin: 0;
}

.ModuleSECFilingDetails .Icons {
    padding: 0;
}

.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
}

.RegulatoryFilingContainer .Icons li a,
.ModuleSECFilingDetails .Icons li a {
    display: block;
    width: 28px;
    height: 30px;
}

.RegulatoryFilingContainer .Icons img,
.ModuleSECFilingDetails .Icons img {
    display: none;
}

.RegulatoryFilingContainer a[href*=".pdf"],
.RegulatoryFilingContainer a[href*=".PDF"],
.ModuleSECFilingDetails a[href*=".pdf"],
.ModuleSECFilingDetails a[href*=".PDF"] {
    background: url("../icons/icon-pdf.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-pdf.svg);
}

.RegulatoryFilingContainer a[href*=".rtf"],
.ModuleSECFilingDetails a[href*=".rtf"],
.RegulatoryFilingContainer a[href*=".doc"],
.ModuleSECFilingDetails a[href*=".doc"]{
    background: url("../icons/icon-doc.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-doc.svg);
}

.RegulatoryFilingContainer a[href*=".xls"],
.ModuleSECFilingDetails a[href*=".xls"] {
    background: url("../icons/icon-xls.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-xls.svg);
}

.RegulatoryFilingContainer a[href*=".zip"],
.ModuleSECFilingDetails a[href*=".zip"] {
    background: url("../icons/icon-zip.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-xbrl.svg);
}

.RegulatoryFilingContainer a[href*=".html"],
.ModuleSECFilingDetails a[href*=".html"] {
    background: url("../icons/icon-html.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-html.svg);
}

.ModuleSECFilingDetails .ModuleDateContainer,
.ModuleSECFilingDetails .ModuleFilingDescription {
    margin: 10px 0;
}

/* media queries for FINANCIALS */
@media only screen and (min-width: 1024px) {
    .Annuals .Annual {
        margin: 0 14%;
    }
}

@media only screen and (max-width: 1024px) {
    .PaneContentInner .Quarterly {
        padding: 20px 25px 50px 25px;
    }
}

@media only screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }

    .RegulatoryFilingContainer .ModuleItem {
        padding: 5px 10px;
    }

    .RegulatoryFilingContainer .ModuleItem>* {
        display: block;
        width: 100%;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 640px) {
    .Annuals .Annual .thumb {
        float: none;
        margin: 0 auto 30px auto;
    }

    .Annuals .Annual .box-bordered {
        height: auto;
        margin: 0;
    }
}

/*__________ IAC __________*/
#statements.cashflow {
    padding: 0;
}

.helper-header {
    margin-bottom: 15px;
}

.helper-header:before,
.helper-header:after {
    content: "";
    display: table;
}

.helper-header:after {
    clear: both;
}

#helper-sheets-menu {
    float: right;
}

#helper-sheets-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: -1px !important;
}

#helper-sheets-menu li {
    float: left;
    list-style-type: none;
}

#helper-sheets-menu a {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 4px solid #e5e5e5;
    margin: 0 0 10px 30px;
    display: inline-block;
}

#helper-sheets-menu a.active,
#helper-sheets-menu a:hover {
    border-color: #3C5B9A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#helper-sheets-menu .annualOnly {
    display: none;
}

#main-container .nav ul {
    padding: 0;
    margin: 0;
}

#main-container tr td,
#main-container tr th {
    text-align: left;
}

h1#legend {
    text-align: center;
    font-size: 18px;
    color: inherit;
    font-weight: normal;
}

h1#legend span {
    margin-left: 6px;
    font-weight: normal;
    font-size: small;
    font-style: italic;
}

h1#legend .iac {
    font-style: normal;
    display: block;
}

h1#legend span.iac a {
    background-color: #5890ff;
    color: #fff !important;
    border-radius: 5px;
    padding: 8px 26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    line-height: normal;
}

h1#legend span.iac a:hover {
    background-color: #3c5b9a;
}

#main-container {
    text-align: left;
}

.helper-main-nav {
    margin: 1px 0 20px;
}

.helper-main-nav ul {
    display: table;
    width: 100%;
    min-height: 65px;
}

.helper-main-nav li {
    display: table-cell;
    border-right: 1px solid #fff;
    background-color: #3C5B9A;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.helper-main-nav li.active {
    width: 50%;
    font-size: 18px;
}

.helper-main-nav li:last-child {
    border-right: none;
}

.helper-secondary-nav {
    display: none;
    margin: 20px 0;
}

.helper-secondary-nav ul:before,
.helper-secondary-nav ul:after {
    content: "";
    display: table;
}

.helper-secondary-nav ul:after {
    clear: both;
}

.helper-secondary-nav li {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.helper-secondary-nav li.active {
    background-color: #476a92;
    color: #fff;
}

.helper-secondary-nav li:last-child {
    border-right: none;
}

#facebook-table {
    min-height: 100px;
}

#facebook-table table {
    border-collapse: collapse;
}

#table-progress {
    position: relative;
    text-align: center;
    display: none;
}

.spinner {
    height: 40px;
    width: 40px;
    margin: 100px auto;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 4px solid rgba(125, 125, 125, 0.15);
    border-right: 4px solid rgba(125, 125, 125, 0.15);
    border-bottom: 4px solid rgba(125, 174, 125, 0.15);
    border-top: 4px solid rgba(125, 125, 125, 0.8);
    border-radius: 100%;
}

#facebook-charts .chart-box {
    position: relative;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

#facebook-charts .chart-box .chart-box-wrapper {
    border: 1px solid #e5e5e5;
}

#facebook-charts .box-header .heading {
    padding: 5px 28px 5px 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

#facebook-charts .box-header .tabs {
    background-color: #7e7e7e;
    color: #fff;
}

#facebook-charts .box-header .tabs .tab {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

#facebook-charts .box-header .tabs .tab.active {
    background-color: #fff;
    color: #666;
}

#facebook-charts .box-header .box-header-wrapper {
    background-color: #f0f0f0;
    line-height: 25px;
    overflow: hidden;
}

#facebook-charts .chart-wrapper .chart {
    background-color: #fbfbfb;
    height: 180px;
}

#facebook-charts .highcharts-data-labels {
    visibility: hidden;
}

#facebook-charts .highcharts-data-labels[visibility="hidden"] {
    visibility: hidden !important;
}

#type-selector ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 0 1px;
}

#type-selector ul li {
    display: table-cell;
    width: 30%;
    background-color: #3C5B9A;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

#type-selector ul li:first-child {
    border-right: 1px solid #fff;
}

#type-selector ul li.active {
    width: 70%;
}

#fancyChart {
    position: relative;
}

#fancyChart h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 60px;
    margin: 0;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.9);
    color: #777;
    z-index: 999;
}

.phone-view ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.phone-view ul>ul li {
    padding: 0 10px;
}

.phone-view li.toggle {
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.phone-view ul>ul {
    display: none;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.phone-view ul li:first-child {
    background-color: #fff;
    position: relative;
    padding: 7px 10px;
}

.phone-view ul li.empty {
    cursor: default;
    border: 0;
    margin: 10px 0;
}

.phone-view ul li.empty .toggle-title {
    display: none;
}

.phone-view ul li.title {
    background-color: #FAFAFA;
    padding: 5px 10px;
}

.phone-view .quarter {
    display: inline-block;
    width: 30%;
}

.phone-view .data {
    display: inline-block;
    text-align: right;
    width: 70%;
}

.phone-view .toggle-title {
    cursor: default;
    display: block;
    font-size: 20px;
    margin-top: -14px;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    top: 50%;
}

.phone-view .toggle-title.closed:before {
    content: "+";
}

.phone-view .toggle-title.opened:before {
    content: "-";
}

#nav-year ul>li:last-child {
    display: none;
}

.discontinued-operations {
    display: none;
}

#statements .disclaimer {
    clear: both;
    font-size: smaller;
    padding: 20px 10px 0 20px;
    text-align: center;
}

.fontello-pin:before {
    content: " \e90c";
    font-family: 'q4icons-facebook';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 10px;
}

.fontello-full:before {
    content: " \e90d";
    font-family: 'q4icons-facebook';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 10px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@media only screen and (min-width: 1025px) {
    #facebook-charts .chart-box {
        height: 162px;
    }

    #facebook-charts .chart-box .chart-box-wrapper {
        position: absolute;
        border: none;
    }

    #facebook-charts .box-header {
        height: 25px;
    }

    #facebook-charts .box-header .heading {
        padding-top: 0;
        padding-bottom: 0;
    }

    #facebook-charts .box-header .box-header-wrapper {
        position: absolute;
        border-top: 1px solid #bebebe;
        border-right: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
        width: 180px;
        top: 0;
        right: 0;
        height: 25px;
    }

    #facebook-charts .lock {
        color: #999;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 18px;
        top: 50%;
        margin-top: -9px;
    }

    #facebook-charts .locked {
        color: #666;
    }

    #facebook-charts .chart-wrapper {
        position: relative;
        width: 180px;
        height: 140px;
    }

    #facebook-charts .chart-wrapper .chart {
        position: absolute;
        border-right: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
        width: 180px;
        height: 140px;
        top: 0;
        right: 0;
    }

    #statements {
        padding-right: 200px;
        font-size: 14px;
        margin: 20px 0 0 0;
    }

    #statements:before,
    #statements:after {
        content: "";
        display: table;
    }

    #statements:after {
        clear: both;
    }

    #facebook-table {
        position: relative;
        float: left;
        width: 100%;
    }

    #facebook-charts {
        float: right;
        width: 180px;
        margin-right: -200px;
        font-size: 14px;
    }

    #facebook-charts .fullscreen {
        display: none;
    }

    #facebook-charts .chart-wrapper .chart.chart-1 {
        z-index: 4;
    }

    #facebook-charts .chart-wrapper .chart.chart-2 {
        z-index: 3;
    }

    #facebook-charts .chart-wrapper .chart.chart-3 {
        z-index: 2;
    }

    #facebook-charts .chart-wrapper .chart.chart-4 {
        z-index: 1;
    }
}

@media only screen and (max-width: 1024px) {
    #facebook-charts .lock {
        display: none;
    }

    #facebook-charts .fullscreen {
        color: #999;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        position: absolute;
        right: 10px;
        line-height: 18px;
        top: 50%;
        margin-top: -10px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    #facebook-charts {
        margin: 20px 0;
        padding: 5px 0;
        background-color: #f9f9f9;
        border: 1px solid #eee;
    }

    #facebook-charts:before,
    #facebook-charts:after {
        content: "";
        display: table;
    }

    #facebook-charts:after {
        clear: both;
    }

    #facebook-charts .chart-box {
        width: 25%;
        margin: 0;
        float: left;
        padding: 0 5px;
        background: none;
    }

    #facebook-charts .chart-wrapper .chart {
        height: 140px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    #facebook-charts .chart-box {
        width: 50%;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 640px) {
    .phone-view {
        display: none;
    }

    #facebook-table {
        font-size: small;
    }

    #facebook-table table {
        width: 100%;
    }

    #facebook-table th {
        max-width: 230px;
        font-weight: normal;
    }

    #facebook-table td,
    #facebook-table th {
        padding: 5px 8px;
        line-height: 18px;
    }

    #facebook-table th.space-above,
    #facebook-table td.space-above {
        padding-top: 15px;
    }

    #facebook-table th.space-below,
    #facebook-table td.space-below {
        padding-bottom: 15px;
    }

    #facebook-table td.indent-1,
    #facebook-table th.indent-1 {
        padding-left: 20px;
    }

    #facebook-table td.indent-2,
    #facebook-table th.indent-2 {
        padding-left: 30px;
    }

    #facebook-table .total td:nth-child(even),
    #facebook-table td:nth-child(even),
    #facebook-table .total th:nth-child(even),
    #facebook-table th:nth-child(even) {
        background-color: #FAFAFA;
    }

    #facebook-table thead th {
        text-align: center;
        font-weight: 700;
        font-size: 110%;
    }

    #facebook-table thead th:nth-child(n+2) {
        border-bottom: 1px solid #E5E5E5;
    }

    #facebook-table tbody td {
        text-align: right;
        white-space: nowrap;
    }

    #facebook-table tr.total td,
    #facebook-table tr.total th {
        border-top: 2px solid #E5E5E5;
        background-color: #F9F9F9;
        padding-bottom: 10px;
        padding-top: 10px;
        font-weight: 700;
    }

    #facebook-table tr.row-bold td,
    #facebook-table tr.row-bold th {
        font-weight: 700;
        font-size: 110%;
    }
}

@media only screen and (max-width: 639px) {
    .helper-secondary-nav {
        display: none;
    }

    .helper-main-nav li {
        font-size: 90%;
    }

    .helper-main-nav li.active {
        width: 40%;
        font-size: 18px;
    }

    .desktop-view {
        display: none;
    }

    #facebook-table .parent-container {
        border: 1px solid #e5e5e5;
        margin-bottom: 10px;
        background-color: #f4f4f4;
    }

    #facebook-table .parent-container .parent-title {
        background-color: #fff;
        padding: 10px 30px 10px 10px;
        font-size: 18px;
        position: relative;
    }

    #facebook-table .parent-container .child-toggle {
        display: none;
    }

    #facebook-table .parent-container .toggle-title {
        position: absolute;
        display: block;
        right: 5px;
        padding: 0 10px;
        color: #999;
        font-size: 21px;
        line-height: 24px;
        top: 50%;
        margin-top: -12px;
        cursor: default;
    }

    #facebook-table .child-container .child-title {
        padding: 5px 10px;
        background-color: #666;
        color: #fff;
    }

    #facebook-table .child-container .reports-container>div:last-of-type {
        border-bottom: none;
    }

    #facebook-table .child-container .reports-container>div:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.6);
    }

    #facebook-table .child-container .report-row {
        display: table;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #facebook-table .child-container .report-col {
        display: table-cell;
    }

    #facebook-table .child-container .col-1 {
        width: 30%;
        color: #777;
    }

    #facebook-table .child-container .col-2 {
        width: 70%;
        text-align: right;
    }

    #facebook-charts {
        margin-top: 30px;
    }

    .fullscreen {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #main-container {
        padding: 2px;
    }
}

/*____________________*/
/*____________________ ANNUAL MEETING ____________________*/
.ModuleHeader {
    border-bottom: 2px solid #e5e5e5;
    color: #878e9b;
    display: none;
}

.annual-meeting .ModuleHeader *,
.annual-meeting .ModuleItemRow * {
    font-size: 14px;
    padding: 5px 10px;
}

.annual-meeting .ModuleItemRow.alt {
    background-color: #fafafa;
}

.annual-meeting .view a,
.annual-meeting .view a.XBRL_HTML {
    display: inline-block;
    background: url("../icons/icon-html.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-html.svg);
    background-size: 28px 30px;
    width: 33px;
    height: 35px;
    margin: 3px 10px 3px 0;
    padding: 0;
}

.annual-meeting .view a.PDF,
.annual-meeting .view a.CONVPDF {
    background: url("../icons/icon-pdf.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-pdf.svg);
    background-size: 28px 30px;
}

.annual-meeting .view a.XLS {
    background: url("../icons/icon-xls.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-xls.svg);
    background-size: 28px 30px;
}

.annual-meeting .view a.XBRL {
    background: url("../icons/icon-zip.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-zip.svg);
    background-size: 28px 30px;
}

.annual-meeting .view a.RTF {
    background: url("../icons/icon-doc.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-doc.svg);
    background-size: 28px 30px;
}

/* media queries for ANNUAL MEETING */
@media only screen and (min-width: 768px) {
    .ModuleHeader {
        letter-spacing: -5px;
        display: block;
    }

    .annual-meeting .ModuleItemRow {
        letter-spacing: -5px;
    }

    .annual-meeting .ModuleHeader *,
    .annual-meeting .ModuleItemRow * {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        padding: 10px;
    }

    .annual-meeting .ModuleHeader .date,
    .annual-meeting .ModuleItemRow .date {
        width: 20%;
    }

    .annual-meeting .ModuleHeader .description,
    .annual-meeting .ModuleItemRow .description {
        width: 54%;
    }

    .annual-meeting .ModuleHeader .view,
    .annual-meeting .ModuleItemRow .view {
        width: 21%;
    }
}

/*____________________*/
/*____________________ NEWS ____________________*/
.ModulePressRelease .ModuleContainerInner {
    clear: both;
}

.ModulePressRelease .ModuleItemRow {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}

.ModulePressRelease .ModuleItemRow:first-child {
    border: none;
    padding-top: 0;
}

.ModulePressRelease .ModuleHeadlineLink {
    font-size: 18px;
    margin: 5px 10px 5px 0;
    display: inline-block;
    vertical-align: middle;
}

.ModulePressRelease .ModuleDate {
    display: block;
    margin: 0;
}

.ModulePressRelease .ModulePDFDownload {
    background: url("../icons/icon-pdf.png") no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-pdf.svg);
    background-size: 28px 30px;
    width: 28px;
    height: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.ModulePressReleaseDetails .DocumentFileLink {
    /*background: url('../icons/icon-pdf.png') no-repeat center left transparent;*/
    background: url(../icons/icon-pdf.png) no-repeat center left transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/icon-pdf.svg);
    background-size: 28px 30px;
    padding: 10px 0 5px 40px;
    display: inline-block;
    margin-bottom: 10px;
}

.ModulePressReleaseDetails .ModuleFileSize {
    text-transform: lowercase;
}

.ModulePressReleaseDetails .ModuleFileText {
    display: none;
}

.ModulePressReleaseDetails .ModuleBody img {
    float: none;
}

.ModulePressReleaseDetails .ModuleBody span.prnews_span {
    font-size: 14px;
    font-family: 'freightsans_pro', Verdana, sans-serif;
    color: #4e5665;
}

.ModulePressReleaseDetails .ModuleDateContainer {
    display: none;
}

.ShareNewsDetails {
    position: relative;
}

.ShareNewsDetails .stBTN {
    position: absolute;
    right: 20px;
    top: 0px;
}

.ShareNewsDetails .fb-share-button {
    position: absolute;
    top: 5px;
    right: 20px;
}

@media only screen and (min-width: 1024px) {
    .ShareNewsDetails .stBTN {
        top: 80px;
    }

    .ShareNewsDetails .fb-share-button {
        top: 85px;
    }

    .ModulePressReleaseDetails h1 {
        padding-right: 70px;
    }
}

/*____________________*/
/*____________________ INVESTOR EVENTS ____________________*/
.ModuleEvent .ModuleContainerInner {
    clear: both;
}

.ModuleEvent .left {
    margin-bottom: 10px;
}

.ModuleEvent .ModuleItemRow {
    padding: 20px 0;
    border-top: 1px solid;
}

.ModuleEvent .ModuleItemRow:first-child {
    border-top: none;
}

.ModuleEvent .ModuleTime:before {
    content: ' - ';
}

.UpcomingEvents.space.ModuleEvent .ModuleTime:before {
    display: none;
}

UpcomingEvents .ModuleEvent .ModuleHeadlineLink {
    font-size: 18px;
}

.ModuleEvent .ModuleLocation {
    display: block;
    margin-top: 5px;
}

.ModuleSpeakers {
    margin: 10px 0;
}

.ModuleSpeakers h3 {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    color: inherit;
}

.ModuleEventDetails .ModuleBody {
    margin-top: 15px;
}

.ModuleEvent .links {
    padding-left: 35px;
    margin-top: 5px;
    position: relative;
}

.ModuleEvent ul,
.ModuleEventDetails ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ModuleEvent .links a {
    color: #878e9b;
}

.ModuleEvent .links a:hover {
    color: #5890ff;
}

.ModuleEvent .links.icon:before {
    font-family: 'q4icons-facebook' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    border: 1px solid;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    color: #878e9b;
}

.ModuleEvent .links.icon:before {
    content: "\e908";
}

.UpcomingEvents .links.icon:before {
    content: "\e908";
}

.ModuleEvent .FileType,
.ModuleEventDetails .FileType,
.RelatedDocuments .FileType {
    text-transform: lowercase;
}

.ModuleEvent .RelatedDocuments h3,
.ModuleEvent .ModuleLinks h3,
.ModuleEvent .FinancialReport img,
.ModuleEvent .FinancialReport .category,
.ModuleEventDetails .RelatedDocuments h3,
.ModuleEventDetails .ModuleLinks h3,
.ModuleEventDetails .FinancialReport img,
.ModuleEventDetails .FinancialReport .category,
.ModuleItemRow.has-webcast .RelatedDocuments .Webcast,
.ModuleItemRow.has-presentation .RelatedDocuments .Presentation,
.ModuleItemRow.has-webcast .RelatedDocuments .Webcast+div>a:before {
    display: none;
}

.ModuleEventDetails .ModuleDate {
    color: inherit;
    margin-right: 10px;
}

.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .RelatedDocuments a {
    color: #878e9b;
    margin-bottom: 7px;
    display: inline-block;
}

.ModuleEventDetails .ModuleLinks a .ModuleDownloadText,
.ModuleEventDetails .RelatedDocuments a .ModuleDownloadText {
    margin-left: -3px;
}

.ModuleEventDetails .WebcastLink a:hover,
.ModuleEventDetails .ModuleLinks a:hover,
.ModuleEventDetails .RelatedDocuments a:hover {
    color: #5890ff;
}

.ModuleEventDetails .WebcastLink a:before,
.ModuleEventDetails .ModuleLinks a:before,
.ModuleEventDetails .RelatedDocuments a:before {
    font-family: 'q4icons-facebook' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #878e9b;
    border: 1px solid #878e9b;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 9px;
}

.ModuleEventDetails .WebcastLink a:before {
    content: "\e647";
    font-size: 14px;
    line-height: 26px;
}

.ModuleEventDetails .ModuleLinks a:before,
.ModuleEventDetails .RelatedDocuments a:before {
    content: "\e63b";
    font-size: 12px;
    line-height: 26px;
}

.ModuleEventDetails .ModuleLinks a[href*=".pdf"]:before,
.ModuleEventDetails .ModuleLinks a[href*=".PDF"]:before,
.ModuleEventDetails .RelatedDocuments a[href*=".pdf"]:before,
.ModuleEventDetails .RelatedDocuments a[href*=".PDF"]:before,
.ModuleEventDetails .ModuleLinks a[href*=".xls"]:before,
.ModuleEventDetails .RelatedDocuments a[href*=".xls"]:before {
    content: "\e908";
    line-height: 24px;
}

.fancybox-type-html.q4-atc-wrapper .q4-atc-outer {
    width: auto;
    position: static;
}

.q4-atc-wrapper .q4-atc-title,
.q4-atc-tooltip-text {
    font-family: 'freightsans_pro', Verdana, sans-serif !important;
}

.q4-atc-wrapper .q4-atc-inner {
    padding: 30px 0 !important;
}

.q4-atc-wrapper .q4-atc-links a {
    color: #7e8288 !important;
    margin: 0 2px 10px 2px !important;
}

.PaneContentInner .q4-atc-wrapper {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.PaneContentInner .q4-atc-wrapper:before {
    content: "\f073";
}

.PaneContentInner .q4-atc-button {
    background: none;
    color: #878e9b;
}

.PaneContentInner .q4-atc-button:hover {
    color: #5890ff;
    text-decoration: underline;
}

.fancybox-inner {
    overflow: auto !important;
}

/* Upcoming Events */
.UpcomingEvents {
    background: url("../design/upcoming-events_bg.jpg") no-repeat center center transparent;
    margin-top: -2px;
}

.UpcomingEvents,
.UpcomingEvents h1,
.UpcomingEvents h3,
.UpcomingEvents .ModuleDate,
.UpcomingEvents a,
.UpcomingEvents .links:before {
    color: #fff !important;
}

.UpcomingEvents .ModuleYearNavContainer {
    display: none;
}

.UpcomingEvents .WebcastLink,
.UpcomingEvents .AddToCalendar {
    display: inline-block;
    margin: 5px 0 5px 10px;
}

.UpcomingEvents .q4-atc-wrapper {
    padding: 0;
    margin: 0;
}

.UpcomingEvents .q4-atc-wrapper:before {
    display: none;
}

.UpcomingEvents .q4-atc-button {
    background-color: #fff;
    color: #5890ff;
    border-radius: 5px;
    padding: 5px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.UpcomingEvents .q4-atc-button:hover {
    background-color: #d7dee9;
    text-decoration: none;
}

/* Past Events */
.PastEvents .ModuleItemRow {
    border-color: #e5e5e5;
}

.PastEvents .ModuleHeadlineLink {
    color: #141924;
}

.PastEvents .ModuleDateContainer,
.PastEvents .ModuleDateContainer * {
    color: #141924;
}

/* Featured Presentation */
.FeaturedPresentation .item {
    padding: 30px 20px 30px 30px;
    position: relative;
}

.FeaturedPresentation .thumb {
    display: inline-block;
    vertical-align: middle;
    max-width: 225px;
}

.FeaturedPresentation .thumb img {
    vertical-align: top;
    border: 1px solid #f2f2f2;
}

.FeaturedPresentation .info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    font-size: 14px;
}

.FeaturedPresentation .info h1 {
    margin: 0;
}

.FeaturedPresentation .links {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -24px;
}

.FeaturedPresentation .links .btn {
    margin: 5px 10px;
}

/* media queries for INVESTOR EVENTS */
@media only screen and (min-width: 1024px) {
    .ModuleEvent .ModuleItemRow {
        letter-spacing: -5px;
    }

    .ModuleEvent .left {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        margin: 0;
    }

    .ModuleEvent .right {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        text-align: right;
    }

    .UpcomingEvents .left {
        width: 64%;
    }

    .UpcomingEvents .right {
        width: 36%;
    }

    .UpcomingEvents .q4-atc-wrapper .q4-atc-outer {
        right: -5px;
    }

    .PastEvents .left {
        width: 80%;
    }

    .PastEvents .right {
        width: 20%;
    }
}

@media only screen and (max-width: 1023px) {

    .UpcomingEvents .WebcastLink,
    .UpcomingEvents .AddToCalendar {
        display: block;
        margin: 5px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .FeaturedPresentation .item>* {
        position: static;
        display: block !important;
        padding: 0;
        margin: 0 auto 20px auto;
        text-align: center;
    }
}

@media only screen and (min-width: 641px) {

    .ModuleEvent .ModuleLinks,
    .ModuleEvent .ModuleLinks li,
    .ModuleEvent .RelatedDocuments,
    .ModuleEvent .RelatedDocuments>div,
    .ModuleEvent .RelatedDocuments>div li,
    .ModuleEvent .AddToCalendar {
        display: inline-block;
    }

    .ModuleEvent .ModuleLinks li:before,
    .ModuleEvent .RelatedDocuments>div>ul:before,
    .ModuleEvent .RelatedDocuments>div>a:before,
    .ModuleEvent .RelatedDocuments li:before {
        content: ' - ';
        margin-left: 5px;
    }

    .ModuleEvent .ModuleLinks li:first-child:before,
    .PastEvents .RelatedDocuments>div:first-child a:before {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .q4-atc-wrapper .q4-atc-outer .q4-atc-inner {
        padding: 20px 0 40px 0 !important;
    }

    .PaneContentInner .q4-atc-wrapper .q4-atc-outer {
        width: 270px;
    }

    .PaneContentInner .q4-atc-wrapper .q4-atc-links a {
        width: 48px;
        height: 48px;
    }

    .PaneContentInner .q4-atc-wrapper .q4-atc-links li a:before {
        font-size: 1.4em;
        line-height: 2.2em !important;
    }
}

/*____________________*/
/*____________________ STOCK INFORMATION ____________________*/
.StockTableHeader {
    border-bottom: 2px solid #e5e5e5;
    color: #878e9b;
    padding: 10px;
}

.StockTablePrice {
    border-bottom: 1px solid #E5E5E5;
    background-color: #fafafa;
    padding: 10px;
    text-align: center;
}

.StockTablePrice h1 {
    margin: 0;
}

.StockTableItem p {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.StockTableItem p>span+span {
    font-weight: bold;
    font-size: 16px;
    float: right;
}

.StockQuoteContainer .StockData:before {
    content: '$';
}

.StockQuoteContainer .StockData.Volume:before {
    display: none;
}

.StockQuoteContainer .PChangeLabel .StockIndicator {
    display: none;
}

.StockQuoteContainer .PChangeLabel:before,
.StockQuoteContainer .PChangeLabel:after {
    font-weight: normal;
    line-height: 1;
}

.StockQuoteContainer .PChangeLabel:before {
    content: '(';
}

.StockQuoteContainer .PChangeLabel:after {
    content: ')';
}

.StockPriceUp {
    color: green;
}

.StockPriceDown {
    color: red;
}

.StockTableDelay {
    margin: 10px;
    color: #878e9b;
}

/* stock chart */
.highcharts-container {
    margin: 0 auto;
    max-width: 100% !important;
}

.chart input[type="text"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input.highcharts-range-selector {
    background: #fff;
}

.highcharts-input-group>div:first-child,
.highcharts-input-group>div:first-child+div {
    top: 2px\9 !important;
}

/* historical */
.stock-selects>* {
    display: inline-block;
    vertical-align: middle;
}

.stock-selects .text {
    margin-bottom: 10px;
    margin-right: 15px;
}

.stock-selects .lookup {
    margin-bottom: 10px;
}

.stock-selects .sbOptions {
    height: 130px;
}

.historical-calc {
    margin-bottom: 20px;
}

/* investment calculator */
.calc-widget-investment-calculator .calc-row {
    margin: 0 10px 15px 0;
    display: inline-block;
}

.calc-widget-investment-calculator .calc-label {
    display: block;
    font-weight: bold;
}

.calc-widget-investment-calculator .calc-input input {
    width: 180px;
    color: #878e9b;
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    padding: 14px 10px 10px 10px;
}

.calc-widget-investment-calculator .q4i-calendar {
    background-color: #e5e5e5;
    color: #878e9b;
    padding: 12px 0 12px 10px;
    display: inline-block;
    vertical-align: middle;
}

.calc-widget-investment-calculator .q4i-calendar:before {
    border: 1px solid;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    display: inline-block;
}

.calc-widget-investment-calculator .calc-row.compare {
    display: block;
}

.calc-widget-investment-calculator .compare .calc-input {
    margin: 0 32px 4px 0;
}

.calc-widget-investment-calculator .calc-row.compare .calc-input:before {
    display: none;
}

.calc-widget-investment-calculator .compare .calc-input>* {
    display: inline-block;
    vertical-align: middle;
}

.calc-widget-investment-calculator .compare input[type=text] {
    position: relative;
    z-index: 1;
    padding: 1px 8px;
    height: 24px;
    display: none;
}

.calc-info td {
    padding: 0 10px;
}

.ui-datepicker .ui-datepicker-title select {
    cursor: pointer;
    outline: none;
}

#ui-datepicker-div {
    background-color: #3c5b9a;
    display: none;
    width: 260px;
}

#ui-datepicker-div {
    border: 0;
    background: none;
    color: inherit;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

#ui-datepicker-div,
.ui-corner-all {
    border-radius: 0;
}

#ui-datepicker-div .ui-widget-header {
    border: 0;
    background: none;
    font-weight: normal;
}

#ui-datepicker-div .ui-datepicker-header {
    padding: 0;
    position: static;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    display: none;
}

#ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    background-color: #E5E5E5;
}

#ui-datepicker-div .ui-datepicker-calendar a {
    padding: 0;
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    background-color: #3c5b9a;
    line-height: normal;
    margin: 0;
    padding: 15px 10px;
    text-align: left;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    border: 0;
    background: none;
    font-weight: normal;
    display: inline-block;
    padding: 2px;
    width: 100%;
    text-align: center;
    color: gray;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover {
    background-color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
    background: none;
    background-color: #3C5B9A;
    border: none;
    color: #fff;
}

#ui-datepicker-div table {
    font-size: inherit;
    margin: 0;
}

#ui-datepicker-div .ui-datepicker-calendar th {
    background-color: #5079cc;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

#ui-datepicker-div .ui-datepicker-calendar tr td {
    text-align: center;
    width: 14.2857%;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a {
    color: #878e9b;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a:hover {
    text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-title select {
    border: 0;
    padding: 3px 6px;
    margin: 0 1px;
    width: 65%;
}

#ui-datepicker-div .ui-datepicker-title select.ui-datepicker-year {
    width: 33%;
}

/* media queries for STOCK INFORMATION */
@media only screen and (min-width: 768px) {
    .StockQuoteTable {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .StockTablePrice {
        display: table-cell;
        width: 20%;
        vertical-align: middle;
    }

    .StockTableFeed {
        display: table-cell;
        width: 80%;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 640px) {
    g.highcharts-input-group {
        display: none;
    }

    .stock-selects .text {
        display: block;
    }

    .stock-selects .sbHolder {
        width: 75px;
    }

    .PaneContentInner .calc-widget-investment-calculator .calc-row {
        margin: 0 0 15px 0;
        display: block;
    }

    .PaneContentInner .calc-widget-investment-calculator .compare .calc-input {
        display: block;
    }
}

@media only screen and (min-width: 590px) {
    .StockQuoteContainer .StockTableText {
        float: left;
    }

    .StockTableHeader .StockTableDate {
        float: right;
    }

    .StockQuoteTable {
        text-align: center;
    }

    .StockQuoteContainer .StockTableItem {
        float: left;
        width: 25%;
    }

    .StockTableItem p>span:first-child {
        display: block;
        margin-bottom: 5px;
    }

    .StockTableItem p>span+span {
        float: none;
    }

    .StockTableDelay {
        text-align: right;
    }

    .stock-historical .StockTableItem p {
        width: 20%;
        float: left;
    }
}

/*____________________*/
/*____________________ CORPORATE GOVERNANCE ____________________*/
/*__________ Management, BoD __________*/
.commaName,
.SufixName,
.commaSuffix,
.PersonComma {
    display: none;
}

.PersonContainer {
    margin-top: 20px;
}

.PersonPhoto {
    margin-bottom: 20px;
    text-align: center;
}

.PersonPhoto img {
    vertical-align: top;
    width: 150px;
    border-radius: 50%;
}

.PersonName2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    display: block;
}

.PersonTitle {
    display: block;
    color: #898f9c;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: normal;
}

.PersonDescription .fb-follow {
    padding-bottom: 25px;
}

.q4i-icon-member {
    color: #3a5a97;
    width: 20px;
    display: inline-block;
    font-size: 20px;
}

.q4i-icon-member.chair {
    color: #6397FF;
    width: 20px;
    display: inline-block;
    font-size: 20px;
}

.q4i-icon-independant {
    color: #878e9b;
    width: 20px;
    display: inline-block;
    font-size: 18px;
}

/*__________ Governance Committees __________*/
.Committees-desktop th {
    text-align: center;
}

.Committees-desktop .name {
    font-weight: bold;
}

.Committees-desktop .legend>span,
.Committees-mobile .legend>span,
.committees-legend>span {
    margin-right: 20px;
}

.committees-legend {
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
    width: 170px;
}

.Committees-mobile {
    display: none;
}

.Committees-mobile .Level1 div {
    position: relative;
    padding: 10px;
    margin: 0;
    position: relative;
    font-weight: normal;
    color: #878e9b;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.Committees-mobile .Level1 div.active,
.Committees-mobile .Level1 div:hover {
    background-color: #fafafa;
}

.Committees-mobile .Level1 div:after {
    content: "\e64a";
    font-family: 'q4icons-facebook';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 15px;
    font-size: 12px;
    top: 50%;
    margin-top: -6px;
}

.Committees-mobile .Level1 div.active:after {
    content: "\e650";
}

.Committees-mobile .Level1>li {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 10px;
}

.Committees-mobile .Level2 {
    display: none;
}

.Committees-mobile .Level2 li {
    padding: 8px 10px;
    border-top: 1px solid #FAFAFA;
}

.Committees-mobile .Level2 li .Name {
    float: left;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.Committees-mobile .Level2 li .Type {
    float: right;
}

/* media queries for CORPORATE GOVERNANCE */
@media only screen and (min-width: 769px) {
    .photos-included .PersonPhoto {
        float: left;
        width: 150px;
    }

    .photos-included .PersonContainer .PersonDetailsContainer {
        margin-left: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .Committees-desktop {
        display: none;
    }

    .Committees-mobile {
        display: block;
    }

    .Committees-mobile .legend>span {
        display: block;
        margin-left: 5px;
    }
}

@media only screen and (min-width: 481px) {
    .PersonContainer {
        margin-top: 36px;
    }
}

/*____________________*/
/*____________________ RESOURCES ____________________*/
.PageResources .MainNav .level1>li.selected>a:after {
    background-color: transparent;
}

.PageResources .MainNav .level1>li>a:hover:after {
    background-color: #3c5b9a;
}

/*__________ Investor Contact __________*/
.FormBuilderContainer .ItemClass {
    margin-bottom: 10px;
}

.FormBuilderContainer .ItemClass .lb {
    margin-bottom: 5px;
}

.FormBuilderContainer .Item .RedStar {
    margin-left: 5px;
}

.FormBuilderContainer .ItemQuestion .ItemClass {
    margin: 0;
}

.FormBuilderContainer .FormTextArea {
    display: block;
    min-height: 83px;
}

.FormBuilderContainer .FormDropdown {
    width: 310px;
}

.CaptchaContainer input+span {
    margin-left: 2px;
    font-size: 16px;
    color: red;
}

.FormBuilderContainer .ErrorMessages {
    margin-left: 3px;
}

.MessageSent {
    color: green;
    font-weight: 700;
    display: block;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

/*__________ Email Alerts, Unsubscribe __________*/
.MailingListForm .MailingListsHeading,
.PaneFooter .MailingListForm .RequiredField,
.MailingListListTable .RequiredField {
    display: none;
}

.MailingListForm table {
    width: 100%;
}

.MailingListListTable {
    margin: 15px 0;
}

.MailingListForm table td {
    padding: 0;
}

.MailingListForm table td.inactive {
    opacity: 0.5;
}

.MailingListForm .MailingListListTable table td {
    padding-top: 5px;
}

.MailingListForm table td.child {
    /*padding: 0 0 0 10px;*/
    white-space: nowrap;
}

.MailingListCol1,
.MailingListCol2 {
    width: 100% !important;
    float: left;
    display: block;
}

.PaneContentInner .MailingListCol2 {
    padding-bottom: 10px;
}

.PaneContent .MailingListListTable {
    margin: 10px 0 20px 0;
}

.MailingListCol2 input[type="text"] {
    width: 95%;
    box-shadow: none;
    border: none;
}

.PaneContentInner .MailingListCol2 .sbHolder,
.PaneContentInner .MailingListCol2 .sbOptions {
    margin: 0;
}

table.MailingListUnsubscribeTable {
    width: 100%;
}

.MailingListUnsubscribeTable .ButtonCell {
    padding-top: 10px;
}

.RedStar,
.ErrorMessage,
.ErrorContainer,
.RequiredField,
.ErrorMessages {
    color: red !important;
    font-weight: bold;
}

.LayoutDefault .ErrorContainer {
    margin-bottom: 5px;
}

/*__________ FAQs __________*/
.FaqsTriggerAll {
    float: right;
    cursor: pointer;
    font-weight: bold;
}

.Question {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-top: 10px;
}

.FaqQuestionList {
    display: none;
}

.Question h3 {
    padding: 10px 40px 10px 10px;
    margin: 0;
    position: relative;
    font-weight: normal;
    color: #878e9b;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.Question h3:after {
    content: "\e64a";
    font-family: 'q4icons-facebook';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 15px;
    font-size: 12px;
    top: 50%;
    margin-top: -6px;
}

.Question h3.active:after {
    content: "\e650";
}

.Question h3.active,
.Question h3:hover {
    background-color: #fafafa;
}

.FaqAnswer {
    display: none;
    padding: 28px 38px 0 38px;
}

.FaqAnswer a {
    text-decoration: underline;
}

/* media queries for RESOURCES */
@media only screen and (min-width: 640px) {
    .FormBuilderContainer .ItemClass .lb {
        display: inline-block;
        width: 200px;
    }

    .FormBuilderContainer .FormTextArea {
        max-width: 503px;
    }

    .CaptchaContainer input[type="text"] {
        max-width: 200px;
    }
}

/*____________________ */
/*____________________ SITE MAP ____________________*/
.SiteMapList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.SiteMapContainer h1 {
    background: url("../design/error_404.png") no-repeat top left transparent;
    padding: 10px 0 10px 50px;
}

.PaneContentInner .SiteMapList li {
    margin: 0;
}

.SiteMapList li.SiteMap-Level1,
.SiteMapList li.SiteMap-Level2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
}

.PaneContentInner li.SiteMap-Level3 {
    margin: 8px 0 0 20px;
    font-size: 14px;
}

.PaneContentInner li.SiteMap-Level4 {
    margin: 5px 0 0 40px;
}

/*____________________ */
/*____________________ SEARCH RESULTS ____________________*/
.PageSearchResults .MainNav .level1>li.selected>a:after {
    background-color: transparent;
}

.PageSearchResults .MainNav .level1>li>a:hover:after {
    background-color: #3c5b9a;
}

.SearchSummary .time,
.SearchResultsUrl,
.SearchSummary+br,
.SearchResultsContainer .TabTableItem strong+br,
.SearchResultsContainer .TabTableItemAlt strong+br,
.SearchResultsContainer .TabTableItem span+br,
.SearchResultsContainer .TabTableItemAlt span+br,
.SearchResultsContainer .TabTableItem img,
.SearchResultsContainer .TabTableItemAlt img {
    display: none;
}

.SearchResultsContainer {
    font-size: 16px;
    line-height: 24px;
}

.SearchResultsContainer a:hover {
    color: #23355b;
}

.SearchSummary {
    border-bottom: 1px solid #EEEFF1;
    padding-bottom: 5px;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    border-bottom: 1px solid #eeeff1;
    padding: 25px 0;
}

.SearchResultsContainer .TabTableItem>strong,
.SearchResultsContainer .TabTableItemAlt>strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.SearchResultsContainer p {
    margin: 0;
}

.SearchResultsPaging b {
    display: none;
}

.SearchResultsPaging {
    text-align: center;
    margin-top: 40px;
}

.SearchResultsPaging a,
.SearchResultsPaging a[href],
.SearchResultsPaging a[href]:hover {
    cursor: pointer;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF8F9FA');
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f9fa));
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f9fa 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f9fa 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04), 1px 1px 1px 0px rgba(255, 255, 255, 0.08) inset;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04), 1px 1px 1px 0px rgba(255, 255, 255, 0.08) inset;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04), 1px 1px 1px 0px rgba(255, 255, 255, 0.08) inset;
    background-color: #f8f9fa;
    border: solid #ced1d6 1px;
    color: #5e6674;
    height: 20px;
    outline: none;
    padding: 0 12px;
    font-style: normal;
    font-weight: normal;
}

.SearchResultsPaging a,
.SearchResultsPaging a:hover {
    background: #f2f3f5;
    color: #cccfd5;
    cursor: text;
}

/*IMP-2416 Start*/
#qa-with-mark {
    display: none;
    width: 640px;
    height: 360px;
}

@media screen and (max-width: 768px) {
    #qa-with-mark {
        width: auto;
        height: auto;
    }
}

/*IMP-2416 End*/
@media screen and (min-width: 1400px) {
    .Slider.v2 .slick-slide {
        background-size: cover;
    }
}

.latest-events .events-more {
    display: block;
    margin: 20px 0 10px 0;
}

.no-global-email-alerts .MailingListSignupContainer .GridActions {
    margin-top: 20px;
}

.space-bottom .div.GridAction {
    margin-top: 15px;
}

.PageHome .Latest-Events-News .box1 .ModuleItemRow:nth-child(2) .links:before {
    top: 10px;
}

/*----------------00002353---------------------*/
.EducationCenterCR {
    padding-top: 0px;
}

.EducationCenter {
    padding-top: 0px;
}

.module--management .PersonItem.js--photo-border .PersonPhoto img {
    border: solid #dfdfdf 1px;
}

.UpcomingEvents .ModuleContainerInner .left .links:before {
    content: "\e908";
}

.UpcomingEvents .ModuleContainerInner .left .links:before {
    font-family: 'q4icons-facebook' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    border: 1px solid;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    color: #878e9b;
}

/* .UpcomingEvents .links {
    display: none;
} */



/* CR 00058635 */
/*------------ LISTS ------------*/
.list {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}

/*==================================
 ----------- 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;
}

.text-center {
    text-align: center;
}

.page--esg {
    font-family: 'Optimistic Text', sans-serif;
}

.page--esg .PaneHeader2 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url("../design/GettyImages-1129489551.jpg");
    background-repeat: no-repeat;
    background-position: bottom 15% center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    align-content: center;
    z-index: 1;
}

.page--esg .PaneHeader2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

@media only screen and (max-width: 1024px) {
    .page--esg .PaneHeader2 {
        background-position: bottom center;
    }
}

.module-page-title h1 {
    color: #fff;
    margin-bottom: 0;
}

.page--esg .module-page-title h1 {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 700;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #96CDA0;
}

.module-quote {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background-color: #283e55;
    color: #ffffff;
}

.module-quote>p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.module-quote>p:last-child {
    margin-bottom: 0;
}

.module-quote>p:only-child {
    margin-bottom: 0;
    margin-top: 0;
}

.module-esg-tiles .item {
    padding-bottom: 35px;
}

.module-esg-tiles .item>h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #67788A;
}

.module-esg-tiles .item>h3 img {
    max-width: 50px;
    vertical-align: middle;
}

.module-esg-tiles .item-wwa>h3 img {
    max-width: 50px;
}

.module-esg-tiles .item-t h3 {
    margin-bottom: 16px;
}

.module-esg-tiles .item-t h3>img {
    max-width: 45px;
    display: inline-block;
}

.module-esg-tiles .item>h3 span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    padding-left: 10px;
}

.module-esg-tiles .item-wwa>h3 span {
    width: calc(100% - 65px);
}

.module-esg-tiles .item-csas>h3 span {
    color: #67788A;
}

.module-esg-tiles .item>p {
    margin-bottom: 10px;
}

.module-esg-tiles .item-pp>p,
.module-esg-tiles .item-pas>p {
    /* font-size: 16px; */
}

.module-esg-tiles .item>ul {
    margin-bottom: 0;
}

.TitleSmall h1,
h1.TitleSmall {
  font-size: 20px; }

.no-margin {
    margin: 0;
}

.color-light-blue {
    color: #6397ff;
}

.color-light-green {
    color: #C3E1C8;
}

.module-scroll-to-faq .space {
    padding-bottom: 25px;
}

.module-scroll-to-faq .list {
    margin-bottom: 0;
}

.module-faq-introduction .space {
    padding-top: 25px;
    padding-bottom: 25px;
}

.module-faq-introduction .list {
    margin-bottom: 0;
}

/* 00280787 */
/* .UpcomingEvents .links {
    display: none;
} */

/*Earnings - 00135521*/
// .UpcomingEvents .left .links {
//     display: inline-block;
// }

.module-rbp-banner {
    background-color: #283e55;;
}
.module-rbp-banner .module-quote {
    border-radius: unset;
}
.module-rbp-banner .module-quote p {
    font-size: 26px;
}
.module-rbp-banner .module-quote .rbp-banner-heading {
    text-transform: uppercase;
}
.module-rbp-banner .module-quote .rbp-banner-subheading {
    font-size: 18px;
    font-style: italic;
}
.module-esg-tiles .rbp-tiles-flex {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}
.module-esg-tiles .rbp-tiles-flex .item {
    width: 40%;
}
.Like-and-Share .fb-like iframe,
.Like-and-Share .fb-like > span {
    width: 70px !important;
}
@media (max-width: 680px) {
    .module-esg-tiles .rbp-tiles-flex {
        flex-direction: column;
    }
    .module-esg-tiles .rbp-tiles-flex .item {
        width: 100%;
        padding-left: 20px !important
    }
}