/*-----------------------------------------*\
------------------ Default ------------------
\*-----------------------------------------*/

/*--------------- Reset CSS ---------------*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Negative Margin Fix for Toast Columns */
body, .col {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    -webkit-text-size-adjust:none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;s
}
div.PreviewToolBar {
    display:none;
}
.hidden {
    display:none;
}

/*------------- Accessibility --------------*/

a:focus {
/*  text-decoration: underline !important;*/
text-decoration: none;

}

/*-------------- Search Page --------------*/

.SearchResultsUrl {
    display:none;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    margin-bottom: 20px;
}

.SearchResultsPaging a:link {
    font-weight: bold;
}

.SearchResultsContainer .TabTableItem > span:after,
.SearchResultsContainer .TabTableItemAlt > span:after {
    display: inline;
    content: "...";
}

/*-------- Press Release Details ----------*/

div.prDetails .PageDefaultInner .PaneContent{
    width: auto;
    padding: 20px;
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display:none;
}

/*--------------- Toast CSS ---------------*/

/* The Important Bits */

/* Negative Margin Fix */
.grid, .grid-no-gutter {
  font-size: 0;
}
.grid {
  list-style: none;
}
.grid-no-gutter {
  margin-left: 0;
  width: 100%;
}
.col {
  box-sizing: border-box;
  display: inline-block;
  /* Negative Margin Fix */
  /* margin-right: -.25em; */
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
.grid-no-gutter .col {
  padding-left: 0;
}

/* The Column Widths */

.col-1-of-1, .col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-8-of-8, .col-12-of-12 {
  width: 100%;
}

.col-1-of-2, .col-2-of-4, .col-3-of-6, .col-4-of-8, .col-6-of-12 {
  width: 50%;
}

.col-1-of-3, .col-2-of-6, .col-4-of-12 {
  width: 33.33333%;
}

.col-2-of-3, .col-4-of-6, .col-8-of-12 {
  width: 66.66667%;
}

.col-1-of-4, .col-2-of-8, .col-3-of-12 {
  width: 25%;
}

.col-3-of-4, .col-6-of-8, .col-9-of-12 {
  width: 75%;
}

.col-push-2-of-2, .col-push-3-of-3, .col-push-4-of-4, .col-push-5-of-5, .col-push-6-of-6, .col-push-8-of-8, .col-push-12-of-12 {
  margin-left: 100%;
}

.col-push-1-of-2, .col-push-2-of-4, .col-push-3-of-6, .col-push-4-of-8, .col-push-6-of-12 {
  margin-left: 50%;
}

.col-push-1-of-3, .col-push-2-of-6, .col-push-4-of-12 {
  margin-left: 33.33333%;
}

.col-push-2-of-3, .col-push-4-of-6, .col-push-8-of-12 {
  margin-left: 66.66667%;
}

.col-push-1-of-4, .col-push-2-of-8, .col-push-3-of-12 {
  margin-left: 25%;
}

.col-push-3-of-4, .col-push-6-of-8, .col-push-9-of-12 {
  margin-left: 75%;
}

.col-pull-2-of-2, .col-pull-3-of-3, .col-pull-4-of-4, .col-pull-5-of-5, .col-pull-6-of-6, .col-pull-8-of-8, .col-pull-12-of-12 {
  margin-left: -100%;
}

.col-pull-1-of-2, .col-pull-2-of-4, .col-pull-3-of-6, .col-pull-4-of-8, .col-pull-6-of-12 {
  margin-left: -50%;
}

.col-pull-1-of-3, .col-pull-2-of-6, .col-pull-4-of-12 {
  margin-left: -33.33333%;
}

.col-pull-2-of-3, .col-pull-4-of-6, .col-pull-8-of-12 {
  margin-left: -66.66667%;
}

.col-pull-1-of-4, .col-pull-2-of-8, .col-pull-3-of-12 {
  margin-left: -25%;
}

.col-pull-3-of-4, .col-pull-6-of-8, .col-pull-9-of-12 {
  margin-left: -75%;
}

.col-1-of-5 {
  width: 20%;
}

.col-push-1-of-5 {
  margin-left: 20%;
}

.col-pull-1-of-5 {
  margin-left: -20%;
}

.col-2-of-5 {
  width: 40%;
}

.col-push-2-of-5 {
  margin-left: 40%;
}

.col-pull-2-of-5 {
  margin-left: -40%;
}

.col-3-of-5 {
  width: 60%;
}

.col-push-3-of-5 {
  margin-left: 60%;
}

.col-pull-3-of-5 {
  margin-left: -60%;
}

.col-4-of-5 {
  width: 80%;
}

.col-push-4-of-5 {
  margin-left: 80%;
}

.col-pull-4-of-5 {
  margin-left: -80%;
}

.col-1-of-6 {
  width: 16.66667%;
}

.col-push-1-of-6 {
  margin-left: 16.66667%;
}

.col-pull-1-of-6 {
  margin-left: -16.66667%;
}

.col-5-of-6 {
  width: 83.33333%;
}

.col-push-5-of-6 {
  margin-left: 83.33333%;
}

.col-pull-5-of-6 {
  margin-left: -83.33333%;
}

.col-1-of-8 {
  width: 12.5%;
}

.col-push-1-of-8 {
  margin-left: 12.5%;
}

.col-pull-1-of-8 {
  margin-left: -12.5%;
}

.col-3-of-8 {
  width: 37.5%;
}

.col-push-3-of-8 {
  margin-left: 37.5%;
}

.col-pull-3-of-8 {
  margin-left: -37.5%;
}

.col-5-of-8 {
  width: 62.5%;
}

.col-push-5-of-8 {
  margin-left: 62.5%;
}

.col-pull-5-of-8 {
  margin-left: -62.5%;
}

.col-7-of-8 {
  width: 87.5%;
}

.col-push-7-of-8 {
  margin-left: 87.5%;
}

.col-pull-7-of-8 {
  margin-left: -87.5%;
}

.col-1-of-12 {
  width: 8.33333%;
}

.col-push-1-of-12 {
  margin-left: 8.33333%;
}

.col-pull-1-of-12 {
  margin-left: -8.33333%;
}

.col-2-of-12 {
  width: 16.66667%;
}

.col-push-2-of-12 {
  margin-left: 16.66667%;
}

.col-pull-2-of-12 {
  margin-left: -16.66667%;
}

.col-5-of-12 {
  width: 41.66667%;
}

.col-push-5-of-12 {
  margin-left: 41.66667%;
}

.col-pull-5-of-12 {
  margin-left: -41.66667%;
}

.col-7-of-12 {
  width: 58.33333%;
}

.col-push-7-of-12 {
  margin-left: 58.33333%;
}

.col-pull-7-of-12 {
  margin-left: -58.33333%;
}

.col-10-of-12 {
  width: 83.33333%;
}

.col-push-10-of-12 {
  margin-left: 83.33333%;
}

.col-pull-10-of-12 {
  margin-left: -83.33333%;
}

.col-11-of-12 {
  width: 91.66667%;
}

.col-push-11-of-12 {
  margin-left: 91.66667%;
}

.col-pull-11-of-12 {
  margin-left: -91.66667%;
}

@media (max-width: 480px) {
  .col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .col[class*="col-lg-"] {
    display: inline-block;
  }
  .col.col-lg-1-of-1 {
    width: 100%;
  }
  .col.col-lg-1-of-2, .col.col-lg-2-of-4 {
    width: 50%;
  }
  .col.col-lg-1-of-3 {
    width: 33.33333%;
  }
  .col.col-lg-2-of-3 {
    width: 66.66667%;
  }
  .col.col-lg-1-of-4 {
    width: 25%;
  }
  .col.col-lg-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .col[class*="col-lc-"] {
    display: inline-block;
  }
  .col.col-lc-1-of-1 {
    width: 100%;
  }
  .col.col-lc-1-of-2, .col.col-lc-2-of-4 {
    width: 50%;
  }
  .col.col-lc-1-of-3 {
    width: 33.33333%;
  }
  .col.col-lc-2-of-3 {
    width: 66.66667%;
  }
  .col.col-lc-1-of-4 {
    width: 25%;
  }
  .col.col-lc-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 768px){
  .col[class*="col-md-"] {
    display: inline-block;
  }
  .col.col-md-1-of-1 {
    width: 100%;
  }
  .col.col-md-1-of-2, .col.col-md-2-of-4 {
    width: 50%;
  }
  .col.col-md-1-of-3 {
    width: 33.33333%;
  }
  .col.col-md-2-of-3 {
    width: 66.66667%;
  }
  .col.col-md-1-of-4 {
    width: 25%;
  }
  .col.col-md-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .col[class*="col-sm-"] {
    display: inline-block;
  }
  .col.col-sm-1-of-1 {
    width: 100%;
  }
  .col.col-sm-1-of-2, .col.col-sm-2-of-4 {
    width: 50%;
  }
  .col.col-sm-1-of-3 {
    width: 33.33333%;
  }
  .col.col-sm-2-of-3 {
    width: 66.66667%;
  }
  .col.col-sm-1-of-4 {
    width: 25%;
  }
  .col.col-sm-3-of-4 {
    width: 75%;
  }
}

.col-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-d-first {
  float: left;
}
.col-d-last {
  float: right;
}
.grid-no-gutter .col-span-all {
  margin-left: 0;
  width: 100%;
}
.col-ab {
  vertical-align: bottom;
}
.col-am {
  vertical-align: middle;
}

/*-------------- Blank Design -------------*/

/* General */
body, .col {
    background-color: #fff;
    color: #1c2e36;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin: 30px 0;
    color: #1c2e36;
}
h1, h2, h3, h4, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 1px;
  font-weight: 400px;
}
h2 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1px;
}
h3 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: .25px;
}
h4 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: .25px;
}
h5 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: .25px;
}
h6 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
p {
  margin-bottom: 10px;
}
a, a:visited {
  text-decoration: none;
  color: #49585E;
}
a:hover {
  color: #297ca5;
  text-decoration: none;
}
a img {
  border:none;
  outline:none;
}
img {
  max-width:100%;
}
input[type="text"],
input[type="submit"],
button,
textarea {
  border-radius: 0;
    -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
input,
button,
textarea,
a {
  outline: none
}
a img {
  border:none;
  outline:none;
}
input[type="text"],
textarea {
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #2e444d;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #a4b4b7;
}
input[type="text"] {
  width: 310px;
  height: 50px;
  padding: 0 10px 0 12px;
  margin-right: 3px;
  line-height: 100%;
}
::-webkit-input-placeholder {
  color: #2e444d;
  opacity: 1; 
}

:-moz-placeholder { /* Firefox 18- */
  color: #2e444d;
  opacity: 1; 
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #2e444d;
  opacity: 1; 
}

:-ms-input-placeholder {  
  color: #2e444d;
  opacity: 1; 
}
textarea {
  width: 100%;
  height: 200px;
  padding: 20px 10px 20px 12px;
  line-height: 1;
}
textarea:focus, input:focus{
    outline: none;
}
input[type="text"]:focus,
input[type="textarea"]:focus,
textarea:focus {
  border: 1px solid #297CA5 !important;
  color: #297CA5;
}
input[type="text"]:focus::-webkit-input-placeholder {
  color: #297CA5;
}
input[type="text"]:focus:-moz-placeholder {
  color: #297CA5;
}
input[type="text"]:focus::-moz-placeholder {
  color: #297CA5;
}
input[type="text"]:focus:-ms-input-placeholder {
  color: #297CA5;
}
input[type="textarea"]:focus::-webkit-input-placeholder {
  color: #297CA5;
}
input[type="textarea"]:focus:-moz-placeholder {
  color: #297CA5;
}
input[type="textarea"]:focus::-moz-placeholder {
  color: #297CA5;
}
input[type="textarea"]:focus:-ms-input-placeholder {
  color: #297CA5;
}
#dividend-calculator input[type="textarea"]:focus::-webkit-input-placeholder{
  color:#2e444d;  
}
#dividend-calculator input[type="textarea"]:focus::-moz-input-placeholder{
  color:#2e444d;  
}
#dividend-calculator input[type="textarea"]:focus::-ms-input-placeholder{
  color:#2e444d;  
}
textarea:focus::-webkit-input-placeholder {
  color: #297CA5;
}
textarea:focus:-moz-placeholder {
  color: #297CA5;
}
textarea:focus::-moz-placeholder {
  color: #297CA5;
}
textarea:focus:-ms-input-placeholder {
  color: #297CA5;
}
input[type="submit"],
input[type="button"],
button,
.customButton,
a.customButton {
  background-color: #fff;
  text-align: center;
  border: 2px solid #3884aa;
  font-size: 16px;
  font-family: 'latoBlack2';
  color: #3884aa;
  line-height: 1;
  cursor: pointer;
  padding: 17px 70px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  width: 310px;
}
button,
.customButton,
a.customButton {
  position: relative;
}
button:after,
.customButton:after,
a.customButton:after {
  display: inline-block;
  content: "\f178";
  font-family: 'q4icons';
  font-weight: 400;
  margin-left: 7px;
  vertical-align: top;
}
input[type="submit"],
input[type="button"] {
  background: #ffffff url(../design/arrow_right.png);
  background-repeat: no-repeat;
  background-position: right 48px top 21px;
}
input[type="submit"] {
  padding: 18px 70px 16px;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #297ca5 url(../design/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-position: right 48px top 21px;
}
.PaneContentInner .customButton span,
.PaneBreadcrumb .customButton span,
.PaneFooter .customButton span,
.PaneContentInner a.customButton span,
.PaneBreadcrumb a.customButton span,
.PaneFooter a.customButton span {
  color: #3884aa;
}
a.customButton:focus {
  text-decoration: none !important;
}
input[type="submit"]:hover,
button:hover,
.customButton:hover,
a.customButton:hover {
  text-decoration: none;
  border-color: #297ca5;
  background-color: #297ca5;
  color: #fff;
}
.customButton:hover span,
a.customButton:hover span {
  color: #fff;
}
.customLink {
  padding: 17px 65px 15px 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: 'latoBlack2';
  letter-spacing: 1.25px;
  padding-right: 30px;
}
.customLink:hover {
  color: #297ca5;
}
.customLink:focus {
  text-decoration: none !important;
}
.customLink:after {
  font-family: "q4icons";
  content: "\f178";
/*  display: block;*/
/*  position: absolute;*/
  display: inline-block;
/*  right: 0;
  top: 50%;
  margin-top: -13px;*/
  margin-left: 10px;
}
.noStyleList,
.noStyleList ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
.container{
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    width:100%;
    padding-left: 15px;
    padding-right: 15px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
h1.noMarginTopTitle,
.noMarginTopTitle h1,
.noMarginTopTitle h2 {
  margin-top: 0;
}
.PaneHeader {
/*    background-color: #0F5CA3;*/
    /*border-bottom: 1px solid #c1d8e3;*/
}
.FooterContainer {
/*    background-color: #272727;*/
/*    padding:  100px 0;*/
  padding-top: 40px;
}
.PaneNavigation {
  background-color: white;
}

/* PaneHeader */
.PaneHeader {
  /*padding-top: 18px;*/
  /*padding-bottom: 18px;*/
}
.ClientLogo,
.ModuleSearch {
    display: inline-block;
    max-height: 50px;
}
.ModuleSearch, .mobile-toggle {
    float: right;
    margin-left: 20px;
}
.StockQuoteHeaderContainer, .ModuleSearch, .mobile-toggle, .ClientLogo {
    vertical-align:middle;
    line-height: 36px;
}
.ClientLogo img {
    max-height: 50px;
}
.ModuleSearch input {
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
}
.ModuleSearch .SearchButton {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .ModuleSearch {
        display: none;
    }
    .ClientLogo img {
        max-width: 200px;
    }
}

/*Pane Navigation */
.PaneNavigation nav ul li {
    display:  inline-block;
    padding: 10px;
}
@media screen and (min-width: 1024px) {
    .PaneNavigation {
        position: relative;
        /*padding-top: 19px;*/
    }
    .PaneNavigation nav .level1 {
        width: 100%;
    }
    .PaneNavigation nav .level1 > li {
      display: inline-block;
      border-bottom: 5px solid #fff;
      padding-bottom: 30px;
    }
    .PaneNavigation nav .level1 > li:hover,
    .PaneNavigation nav .level1 > li.expanded,
    .PaneNavigation nav .level1 > li.selected,
    .PaneNavigation nav .level2 > li:hover {
      padding-bottom: 30px;
/*        padding: 25px 25px 17px 25px;*/
        border-bottom: 5px solid #297ca5;
    }
      .PaneNavigation nav .level1 > li:hover > a,
    .PaneNavigation nav .level1 > li.expanded > a,
    .PaneNavigation nav .level1 > li.selected > a,
    .PaneNavigation nav .level2 > li:hover > a {
      color: #297ca5;
    }
    .PaneNavigation nav .level1 > li a {
        text-align: center;
    }
    .PaneNavigation nav .level2 {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        width: 100%;
        background-color: white;
        border-top: 1px solid #efefef;
        text-align: center;
        z-index: 999;
    }
/*    .PaneNavigation nav .level1 > li:hover .level2 {
        display:block;
    }*/
    .PaneNavigation nav .level2 > li {
        display: inline-block;
        padding: 25px 25px 20px 25px;
    }
    .PaneHeader .ClientLogo {
      display: none;
    } 
    .PaneNavigation  .headerLinks {
      display: none;
    }
}

/*PaneHeader2*/

/* PaneBreadcrumb */
/*.PaneBreadcrumb {
    padding-bottom: 50px;
}*/
/*.Breadcrumb,
.Breadcrumb a,
.Breadcrumb span {

    margin-right: 5px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #5f9dbc;
}*/

/* PaneContentInner */
/*.PaneContentInner {
    padding: 100px 20px 50px;
}*/
/*.ModuleTitle {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 1.5rem
}*/

[class*="ContentPaneDiv"] > div {
/*    display: block;*/
/*    margin-bottom: 50px;*/
}

/*PaneLeft */
/*.PaneLeft {
    display: none !important;
}*/
/*.PaneContent {
    width: 100%;
}*/

/* PaneFooter */

/*[class*="FooterPaneDiv"] {
    display: block;
    margin-bottom: 25px;
}*/
.footer-logo {
    padding-bottom: 20px;
}
.FooterLinks li {
    display: inline-block;
    margin-right: 10px;
}
.FooterLinks li a {
    color: white;
}
/*.Copyright, .PaneQ4Footer a {
    color: #565656;
}*/


/* Debug Mode!
.col {
    border: 1px solid white;
}
*/

/*--- Accessibility Skip Navigation Link --*/

.accSkipLink a {
    padding:6px;
    position: absolute;
    top:-40px;
    left:45%;
    color:white;
    border-right:1px solid white;
    border-bottom:1px solid white;
    background:transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    position:absolute;
    left:45%;
    top:0px;
    background: red;
    outline:0;  
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
#maincontent:focus {
    outline: 0px;
}

/*----------- Mobile Navigation -----------*/


.mobile-toggle {
    display: none;
    cursor: pointer;
}
.menu-close {
    display: none;
}
.mobile-toggled .PaneNavigation {
    right: 0;
}
.mobile-toggled.LayoutDefaultInner {
    right: 270px;
    left: -270px;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .LayoutDefaultInner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: ease 0.5s;
    }
    .mobile-toggle  {
        display: inline-block;
        color: black;
        font-size: 30px;
        padding-top: 2px;
    }
    .menu-close {
        cursor: pointer;
    }
    .PaneNavigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -270px;
        width: 270px;
        padding: 0;
        background-color: #22272b;
        transition: ease 0.5s;
        color: white;
    }
    .PaneNavigation > span {
        padding: 0;
    }
    .PaneNavigation nav a {
        color: white;
    }
    .PaneNavigation nav ul, .PaneNavigation nav ul li {
        display:  block;
    }
    .PaneNavigation nav ul li,
    .PaneNavigation nav ul.level1 > li > a,
    .PaneNavigation .menu-close {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.5);
    }
    .PaneNavigation .menu-close {
        padding: 15px;
    }
    .PaneNavigation nav ul.level1 > li {
        padding: 0;
        border-bottom: 0;
    }
    .PaneNavigation nav ul.level2 ,
    .PaneNavigation nav ul li.selected {
        background-color: rgba(255,255,255,0.05);
    }
    .PaneNavigation nav ul li.has-children > a:before {
        font-family: "q4icons";
        content: "\e64f";
        display: inline-block;
        float: right;
        cursor: pointer;
    }
    .PaneNavigation nav ul li.has-children.expanded > a:before {
        content: "\e64a";
    }
    .PaneNavigation nav ul li.has-children > ul {
        max-height: 0;
        overflow: hidden;
        transition: ease 0.5s;
    }
    .PaneNavigation nav ul li.has-children.expanded > ul {
        max-height: 1000px;
    }
    .navbar-collapse .level1 > li {
       margin-left: 0; 
  }
  .PaneNavigation .ClientLogo {
    display: none;
  }
  .PaneNavigation  .headerLinks li {
    display: block;
  }
  .PaneNavigation  .headerLinks a {
    color: #fff;
    font-size: 18px;
  }
  .PaneHeader div.headerLinks {
    display: none;
  }
  .PaneHeader .mobile-toggle,
  .PaneHeader .ModuleSearch {
    margin-top: 12px;
  }
  .PaneNavigation .menu-close {
    margin-top: 18px;
  }
}

/*---------- Better Event Module ----------*/

.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleHeader,
.ModuleEvent .ModuleContentContainer,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader,
.ModuleEventLatest .ModuleContentContainer {
    margin-bottom: 10px;
}
.ModuleEvent .ModuleItemRow,
.ModuleEventLatest .ModuleItemRow {
    margin-bottom: 25px;
}
.ModuleEvent .ModuleHeadlineLink,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,
.ModuleEventLatest .ModuleHeadlineLink,
.ModuleEventLatest .ModuleDateContainer span,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleDateContainer span,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
    margin-bottom: 5px;
}
.ModuleEvent .ModuleDateContainer span,
.ModuleEventDetails .ModuleDateContainer span {
  display: inline-block;
}
.ModuleEvent .ModuleYearNavContainer a,
.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEventLatest .ModuleYearNavContainer a,
.ModuleEventLatest .ModuleSpeakers li,
.ModuleEventLatest .WebcastLink a,
.ModuleEventLatest .PressRelease a,
.ModuleEventLatest .ModuleLinks a,
.ModuleEventLatest .presentation a,
.ModuleEventLatest .FinancialReport a,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .ModuleYearNavContainer a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 3px;
    color: #49585E;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.ModuleEvent .ModuleBody,
.ModuleEventLatest .ModuleBody,
.ModuleEventDetails .ModuleBody {
    /*border: 1px solid rgba(0,0,0,0.1);*/
    padding: 15px 10px;
    margin: 10px 0 15px;
}
.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}
.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.ModuleEvent a[class*="q4i-"]:before,
.ModuleEvent i[class*="q4i-"]:before,
.ModuleEventLatest a[class*="q4i-"]:before,
.ModuleEventLatest i[class*="q4i-"]:before,
.ModuleEventDetails a[class*="q4i-"]:before,
.ModuleEventDetails i[class*="q4i-"]:before {
    margin-right:10px;
}
.ModuleEvent h4,
.ModuleEvent .category,
.ModuleEvent .FileDetails,
.ModuleEventLatest h4,
.ModuleEventLatest .category,
.ModuleEventLatest .FileDetails,
.ModuleEventDetails h4,
.ModuleEventDetails .category,
.ModuleEventDetails .FileDetails {
    display: none;
}
.ModuleEvent .AddToCalendar,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .AddToCalendar {
    position: relative;
}
.ModuleEvent button:after,
.ModuleEventDetails  button:after {
  display: none;
}
.ModuleEvent button,
.ModuleEventDetails  button {
  letter-spacing: 0;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 3px;
  color: #5f9dbc;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

/*----------- Events Calendar -----------*/

#event-container {
    display: table;
    width: 100%;
}
#events-calendar, #latest-events {
    display: table-cell;
}
#events-calendar {
    padding-right: 20px;
}
#latest-events {
    border: 1px solid rgba(0,0,0,0.1);
}

#events-calendar.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#events-calendar .controls {
    display: table;
    width: 100%;
}
#events-calendar .controls div {
    display: table-cell;
    text-align: center;
    padding: 20px 0;
}
#events-calendar .controls .month {
    width: 70%;
    font-size: 24px;
}
#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
}
#events-calendar .days-container {
    position: relative;
}
#events-calendar .day-header, #events-calendar .day {
    display: inline-block;
    padding: 5px;
    width: 14.285%;
    padding: 20px 0;
    text-align: center;
    background-color: rgba(0,0,0,0.05);
}
#events-calendar .day.adjacent-month, #events-calendar .empty.adjacent-month {
    opacity: .5;
    background-color: transparent;
}
#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
#events-calendar .day.event, #events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
    background-color: #FFC36A;
}
#events-calendar .day-header {
    text-align: center;
    background-color: transparent;
}
#latest-events .ModuleEvent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#latest-events .ModuleEvent .date {
    width: 90%;
    margin: 0 auto;
    padding:  5%;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#latest-events .ModuleEvent .date h5,
#latest-events .ModuleEvent .date h4 {
    display: block;
}
#latest-events .ModuleEvent .date h5 {
    font-size: 25px;
}
#latest-events .ModuleEvent .date h4 {
    font-size: 50px;
}
#latest-events .ModuleEvent > ul {
    padding: 10% 5%;
}
#latest-events .AddToCalendar a {
  color: #000;
}

@media screen and (max-width: 768px) {
    #events-calendar, #latest-events {
        display: inline-block;
    } 
}

/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}
.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}
.q4-atc-wrapper .q4-atc-inner {
}
.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}
.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    color: #49585E;
    font-size: 13px;
}
.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}
.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}
.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}
.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e908';
}
.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e90a';
}
.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e909';
}
.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}
.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}

/*--------- Better Press Releases ---------*/

.ModulePressRelease .ModuleYearNavContainer,
.ModulePressReleaseLatest .ModuleYearNavContainer {
    margin-bottom: 10px;
}
.ModulePressRelease .ModuleYearNavContainer a,
.ModulePressReleaseLatest .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.ModulePressReleaseLatest .ModuleHeadlineLink {
    display: block;
}
.ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
    margin-bottom: 25px;
}
.ModulePressRelease .PDFlink {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
    padding: 5px 0 5px 23px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.ModulePressRelease .PDFlink:before {
    content: "\e906";
    font-family: 'q4icons';
    vertical-align: middle;
    font-weight: 700;
    display: block;
    top: 50%;
    margin-top: -12px;
    left: 0;
    position: absolute;
    color: #297CA5;
}

/*------ Better Annual Report Module ------*/

.q4-annual-module .q4-acrobat-text,
.q4-annual-module .q4-year-container,
.q4-annual-module .q4-financial-document .FileType {
    display: none;
}
.q4-annual-module .q4-years-container a,
.q4-annual-module  .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.q4-annual-module .q4-financial-container {
    padding-bottom: 10px;
    text-align: center;
}
.q4-annual-module .q4-cover-image,
.q4-annual-module .q4-thumbnail-image,
.q4-annual-module .q4-icon-image {
    display: inline-block;
    margin-bottom: 5px;
}
.q4-annual-module .q4-financial-document i[class*="q4i-"]:before {
    margin-right:10px;
}

/*------- Quarterly Accordion Widget ------*/

.q4-quarterly-widget .q4-items-container {
    display: none;
}
.q4-quarterly-widget .q4-year-container i {
    margin-left: 10px;
}
.q4-quarterly-widget .q4-year-container.active i:before {
    content: "\e604";
}
.q4-quarterly-widget .q4-year-container span,
.q4-quarterly-widget .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.q4-quarterly-widget .q4-financial-item {
    margin: 10px 0 10px 10px;
}
.q4-quarterly-widget .q4-financial-documents {
    margin: 10px 0;
}
.q4-quarterly-widget .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
}
.q4-quarterly-widget .q4-financial-document i.PDF:before {
    content: "\e902";
}
.q4-quarterly-widget .q4-financial-document i.XLSX:before,
.q4-quarterly-widget .q4-financial-document i.XLS:before {
    content: "\e90b";
}

/*----- Better Analyst Coverage Table -----*/

@media screen and (min-width: 769px) {
    .analyst-coverage tr > .col {
        display: table-cell;
    }
}
@media screen and (max-width: 768px) {
    .analyst-coverage thead {
        display: none;
    }
    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-right: -.25em;
        vertical-align: top;
    }
}

/*------------- Email Alerts --------------*/

div.subscribe-text {
    margin-bottom: 0;
}

.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table {
    margin: 10px 0;
    min-width: 290px;
}
.MailingListSignupContainer table td,
.MailingListUnsubscribeContainer table td {
    padding: 5px 0;
}
.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}
.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
/*    width: 90% !important;*/
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
}
.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}
.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    width: 10%;
}
.MailingListSignupContainer table table {
    margin: 0;
}
.MailingListSignupContainer .NoBr {
    display: none;
}
.MailingListSignupContainer .ErrorContainer {
    color: #ff0000;
}
.MailingListSignupContainer .CaptchaContainer {
    display: none;
}

/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}
.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
  width: 100%;
}
.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}
.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}
.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}
.fancybox-inner .CaptchaContainer img {
  border: 1px solid #ddd;
}
.fancybox-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: inherit;
}
.fancybox-inner .CaptchaContainer input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
}

/*------------- Form Builder --------------*/

.FormBuilderContainer .Item {
    margin-bottom: 10px;
}
.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
/*    width: 100%;*/
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
/*    border: 1px solid rgba(0,0,0,0.1);*/
    font-family: inherit;
    font-size: inherit;
}
.FormBuilderContainer select {
    border-radius: 0;
    background-color: #fff;
}
.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    display: inline-block;
}
.FormBuilderContainer .label-wrap {
    min-width: 175px;
}
.FormBuilderContainer .field-wrap {
    min-width: 250px;
    margin-right: 10px;
}
.FormBuilderContainer .error-wrap {
    color: red;
    font-size: 0.8rem;
}
.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}
.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 10px;
}
.FormBuilderContainer .CaptchaContainer img {
    width: 100%;
    max-width: 310px;
}

/*------------ A Better Table -------------*/

.custom-table {
    width: 100%;
}
.custom-table thead {
    background-color: rgba(0,0,0,0.1);
}
.custom-table td,
.custom-table th {
    padding: 10px 5px;
}
.custom-table td {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.custom-table th span,
.custom-table td span {
    padding: 0;
}

/*------------- Miscellaneous -------------*/

/* RSS */
.rss-icons {
    margin-bottom: 50px;
}

div.pre-module-text {
    margin-bottom: 0;
}

/*-------------- Slider CSS ---------------*/

.slider .slider-item {
    position: relative;
    display: none;
    width: 100%;
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
@media (max-width: 1200px){
    .slider .slider-item {
        height: auto;
    }
}
.slider .slider-item:first-child {
    display:block;
}
.slider .spacer {
    display: block;
    padding-top: 21.875%; /* Image (height / width * 100) */
    width: 100%;
}

/*------------ Slider Content -------------*/

.slider .content-container {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 100%;
    padding: 20px 50px;
    max-width:  1200px;
}
.slider .content-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.slider .content-container p {
    background-color: rgba(255, 255, 255, 0.25);
    height: 50px;
    padding: 15px; 
}

@media screen and (max-width: 1200px) {
    .slider .content-container {
        left: 0;
        margin-left: 0;
        padding: 20px;
    }
}

/*------------- Slick Slider --------------*/

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
/*  margin-top: -10px\9;*/
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  cursor: default;
}

.slick-prev:before, .slick-next:before {
  font-family: 'q4icons';
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e64c";
}
[dir="rtl"] .slick-prev:before {
  content: "\e64c";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e64f";
}
[dir="rtl"] .slick-next:before {
  content: "\e64f";
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e907";
  width: 20px;
  height: 20px;
  font-family: 'q4icons';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------- FancyBox  ---------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../design/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../design/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../design/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../design/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../design/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../design/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/***Start select**/
.sbHolder{
    font-weight: normal;
    height: 50px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    width: 310px;
}
.sbHolder a {
  color: #2e444d;
}
.sbHolder a:focus {
  text-decoration: none !important;
}
.sbSelector{
  display: block;
  height: 50px;
  left: 0;
  line-height: 50px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 20px;
  top: 0;
  width: 100%;
}
.sbToggle{
  display: block;
  height: 48px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 48px;
  text-align: center;
  font-size: 10px;
}
.sbToggle:after{
  content:"\e90c";
  font-family: 'q4icons';
  position: absolute;
  top: 2px;
  left:0;
  bottom:0;
  right:7px;
}
.sbToggleOpen:after{
    content:"\e90d";
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100% !important;
    z-index: 1;
    overflow-y: auto;
    border:1px solid #c8c8c8;
    background: #fff;
    left: -1px;
    right: -1px;
}
.sbOptions a{
    display: block;
    outline: none;
    padding: 10px 10px 10px 20px;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions li:hover{
  background: #C9DEE8;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}
/***Stop select**/

.hasGenericFileIcons a, 
.slidershare_download a {
  display: inline-block;
  padding: 5px 0 5px 23px;
  margin-bottom: 3px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.hasGenericFileIcons a:focus,
.slidershare_download a:focus {
  text-decoration: none !important;
}
.hasGenericFileIcons a:hover:before,
.slidershare_download a:hover:before {
  text-decoration: underline;
}
.hasGenericFileIcons a:hover:before,
.slidershare_download a:hover:before {
  text-decoration: none;
}
.hasGenericFileIcons a:before,
.slidershare_download a:before {
  content: "\e63b";
  font-family: 'q4icons';
  vertical-align: middle;
  font-weight: 400;
  display: block;
  top: 50%;
  margin-top: -12px;
  left: 0;
  position: absolute;
  color: #297CA5;
}
.hasGenericFileIcons a[href*=".PDF"]:before,
.hasGenericFileIcons a[href*=".pdf"]:before,
.slidershare_download a[href*=".PDF"]:before,
.slidershare_download a[href*=".pdf"]:before {
  content: "\e906";
  font-weight: 700;
}
.hasGenericFileIcons a[href*=".DOC"]:before,
.hasGenericFileIcons a[href*=".doc"]:before,
.hasGenericFileIcons a[href*=".RTF"]:before,
.hasGenericFileIcons a[href*=".rtf"]:before,
.hasGenericFileIcons a[href*=".TXT"]:before,
.hasGenericFileIcons a[href*=".txt"]:before,

.slidershare_download a[href*=".DOC"]:before,
.slidershare_download a[href*=".doc"]:before,
.slidershare_download a[href*=".RTF"]:before,
.slidershare_download a[href*=".rtf"]:before,
.slidershare_download a[href*=".TXT"]:before,
.slidershare_download a[href*=".txt"]:before {
  content: "\e632";
}
.hasGenericFileIcons a[href*=".XLS"]:before,
.hasGenericFileIcons a[href*=".xls"]:before,
.slidershare_download a[href*=".XLS"]:before,
.slidershare_download a[href*=".xls"]:before {
  content: "\e90b";
}
.hasGenericFileIcons a[href*=".ZIP"]:before,
.hasGenericFileIcons a[href*=".zip"]:before {
  content: "\e62e";
}
.hasGenericFileIcons a.WebcastLink:before,
.slidershare_download a.WebcastLink:before {
  content: "\e647";
}

/*Custom Style*/

.LayoutThreeColumnLayout #maincontent,
.LayoutTwoColumnLayout #maincontent {
  max-width: 990px;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.PaneHeader div.headerLinks {
  float: right;
}
.headerLinks li {
  display: inline-block;
  margin-right: 30px;
}
.headerLinks a {
  font-size: 14px;
  color: #1c2e36;
}
.headerLinks a:hover {
  color: #297ca5;
}
.headerLinks a:focus {
  text-decoration: none !important;
}
.ModuleSearch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 24px;
  margin-left: 0px;
  transition: all 0.3s ease 0.1s;
}
.ModuleSearch h3 {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 0px;
  position: relative;
  width: 25px;
  height: 24px;
}
.ModuleSearch h3:after {
  content: "\e643";
  font-family: 'q4icons';
  font-size: 20px;
  color: #1c2e36;
  position: absolute;
  right: 5px;
}
.ModuleSearch .ModuleContainerInnerTop {
  position: absolute;
  top: 42px;
  right: 0;
  display: none;
  width: 230px;
  background: #fff;
  z-index: 101;
  border: 1px solid #c1d8e3;
  padding: 5px 10px;
}
.ModuleSearch .SearchInput {
    padding: 4px;
    margin: 0;
    float: left;
    border: 0px;
    height: 26px;
    border-radius: 0px;
    color: #aaa;
    width: 180px;
    font-size: 14px;
}
.ModuleSearch .SearchButton {
    text-indent: -999px;
    overflow: hidden;
    background: #ffffff url(../design/search-btn2.png) scroll center center;
    background-repeat: no-repeat;
    width: 26px;
    border-radius: 0px;
    float: right;
    height: 26px;
    border: 0 none;
    position: relative;
}
.RightColumnBlock {
  display: none;
}
.ModuleSearch input[type="submit"]:hover {
  background-color: #fff;
  text-decoration: none;
}
.navbar-collapse {
  float: right;
  padding-top: 13px;
}
.navbar-collapse .level1 {
  padding: 0;
  margin: 0;
}
.navbar-collapse .level1 > li {
  padding: 0;
  margin-left: 40px;
}
.navbar-collapse .level1 > li > a{
  font-weight: 700;
  color: #1c2e36;
}
/*.navbar-collapse .level1 > li > a:hover {
  color: #297ca5;
}*/
.navbar-collapse .level1 > li:first-child {
  margin-left: 0;
}
.navbar-collapse a:focus {
  text-decoration: none !important;
}
.navbar-collapse .level1 > li.expanded > a,
.navbar-collapse .level1 > li.selected > a {
  color: #297ca5;
}
.ClientLogo {
  float: left;
}
.investorsNavigation li {
  display: none;
}
.investorsNavigation li.selected,
.investorsNavigation li.selected li {
  display: block;
}
.investorsNavigation li.selected > a {
  display: none;
}
.investorsNavigation li.selected > .level2 {
  padding-bottom: 40px;
}
.investorsNavigation li.selected .has-children {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 0 30px;
}
.investorsNavigation li.selected .level3 {
  min-height: 240px;
  padding-left: 20px;
}
.investorsNavigation li.selected .level3 > li {
  margin-bottom: 15px;
}
.investorsNavigation li.selected .has-children > a,
.investorsNavigation li.selected .has-children > span {
  color: #2d7da5;
  font-weight: 700;
  font-size: 20px;
  line-height: 0.8;
  display: block;
  margin-bottom: 17px;
}
.investorsNavigation li.selected .level2 > li:nth-child(2),
.investorsNavigation li.selected .level2 > li:nth-child(3),
.investorsNavigation li.selected .level2 > li:nth-child(5),
.investorsNavigation li.selected .level2 > li:nth-child(6) {
  border-left: 1px solid #357fa5;
}
.investorsNavigation li.selected .level2 > li:nth-child(1),
.investorsNavigation li.selected .level2 > li:nth-child(4) {
  padding-left: 0;
}
.mobile-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.mobile-toggle .icon-bar {
    background-color: #1c2e36;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 24px;
}
.mobile-toggle .shell span:first-child {
    margin-top: 1px;
}
.bottomFooter {
  background: #e8eced;
  padding-bottom: 45px;
  border-bottom: 5px solid #2d7da5;
}
.bottomFooter .container {
  max-width: 1200px;
  padding-left: 5px;
  padding-right: 5px;
}
.PaneFooter {
  padding-bottom: 40px;
  display: block;
  margin: 0 auto;
  max-width: 1190px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 66px;
  border-top: 1px solid #357fa5;
}
.borderBottom {
/*  height: 1px;
  background: #357fa5;
  margin-bottom: 66px;*/
  display: none;
}
.investorAssistance {
  float:left;
  width:66%;
  min-height: 160px;
  padding-right: 30px;
  padding-left: 5px;
}
.investorContact {
  width: 33%;
  min-height: 160px;
  float: left;
  padding-left: 30px;
  border-left: 1px solid #317ea5;
}
.investorAssistance h4,
.investorContact h4 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #297CA5;
  line-height: 1;
}
.investorAssistance p,
.investorContact p {
  margin-top: 0;
}
.investorAssistance a,
.investorContact a {
  color:#49585E;
}
.investorAssistance a:hover,
.investorContact a:hover {
  color:#297CA5;
}
.investorAssistance [class*="q4i-"],
.investorContact [class*="q4i-"] {
  font-size: 14px;
}
.investorAssistance p.phone {
  margin-top: 20px;
}
.investorContact [class*="q4i-"] {
  position: absolute;
  left:0;
}
.investorContact p {
  padding-left: 20px;
  position: relative;
}
.investorContact .email i:before {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1200px) {
  .investorAssistance,
  .investorContact {
    width: 50%;
  }
  .investorAssistance .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .investorAssistance,
  .investorContact {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 5px;
    border-left: 0 none;
    margin-bottom: 25px;
    min-height: auto;
  }
}
.footerLinks li {
  display: inline-block;
  margin-left: 15px;
}
.footerLinks a,
.Q4FooterContainer a,
.footerLegal a,
.Copyright {
  font-size: 14px;
}
.footerLinks a,
.Q4FooterContainer a span,
.footerLegal a {
  color: #49585e;
}
.footerLinks a:hover,
.Q4FooterContainer a:hover span,
.footerLegal a:hover {
  color: #297ca5;
}
.footerLinks a:focus,
.footerLegal a:focus,
.Q4FooterContainer a:focus {
  text-decoration: none !important;
}
.footerSocial li {
  display: inline-block;
  margin-left: 23px;
}
.footerSocial a {
  color: #4a5b64;
  font-size: 24px;
}
.footerSocial a:hover {
  color: #297ca5;
}
.footerSocial a:focus {
  text-decoration: none !important;
}
div.footerLinks {
  float: left;
}
div.footerSocial {
  float: right;
  padding-top: 6px;
}
.Q4FooterContainer,
.Copyright {
  clear: both;
}
.Copyright {
  margin-bottom: 15px;
}
.footerLegal {
  clear: both;
  margin-bottom: 15px;
}
.footerLegal li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
ul.footerLinks li:first-child,
ul.footerSocial li:first-child {
  margin-left: 0;
}
ul.footerLegal li:last-child {
  margin-right: 0;
}
.PaneHeader2 {
  background: url('../design/colorox_46.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 300px;
  background-position: left center;
}
.PaneHeader2.container,
.PaneBreadcrumb.container{
  max-width: 1190px;
}
.PaneHeader2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+40,0.67+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.67) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.67) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 ); /* IE6-9 */
background: #000\9;
opacity: 0.45\9;
}
.PaneHeader2Inner {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 3;
  margin: 0 auto;
  bottom: 15%;
  left: 7px;
}
.LayoutTwoColumn .PaneHeader2,
.LayoutThreeColumn .PaneHeader2 {
  display: none;
}
.investorsMessage,
.investorsMessage h1,
.investorsMessage a {
  color: #fff;
}
.investorsMessage h1 {
  margin-bottom: 7px;
  font-size: 36px;
}
.investorsMessage .linkContainer {
  display: inline-block;
}
.investorsMessage .stockLink {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: 'latoBlack2';
  letter-spacing: 1.25px;
}
.investorsMessage .stockLink span {
  margin-left: 10px;
}
.investorsMessage .stockLink span:before {
  color: #fff;
  font-size: 16px;
}
.investorsMessage .stockLink:hover {
  color: #b3c0c4;
}
.investorsMessage .stockLink:hover span:before {
  color: #b3c0c4;
}
.investorsMessage .stockLink:focus {
  text-decoration: none !important;
}
div.homepageNavCol  {
  width: 14.5%;
  float: left;
  margin-left: 2.5%;
}
div.whoWeAre.homepageNavCol {
  margin-left: 0;
}
div.homepageNavCol a {
  font-size: 14px;
  color: #49585e;
}
div.homepageNavCol a:hover {
  color: #297ca5;
}
div.homepageNavCol a:focus {
  text-decoration: none !important;
}
ul.homepageNavCol  li {
  padding-bottom: 5px;
}
ul.homepageNavCol  li:first-child  {
  border-bottom: 1px solid #49585e;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.PaneFooter2 {
  /*padding-top: 27px;*/
  /*padding-bottom: 65px;*/
}
.LayoutHomePage .PaneBreadcrumb {
  background: #4588ac;
  padding-left: 33px;
}
.LayoutHomePage .PaneBreadcrumb,
.LayoutHomePage .PaneBreadcrumb .StockPrice {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.PaneBreadcrumb .StockQuoteHeaderContainer span:before {
  color: #fff;
  font-size: 13px;
}
.StockQuoteHeaderContainer .StockDescription2,
.StockQuoteHeaderContainer .StockDescription3,
.StockQuoteHeaderContainer .StockVolumeText {
  margin-left: 35px;
}
.StockQuoteHeaderContainer .StockPrice {
    margin-left: -4px;
}
.StockQuoteHeaderContainer .StockPChange .StockIndicator,
.StockQuoteHeaderContainer .StockDate {
  display: none;
}
.StockQuoteHeaderContainer .stockLink {
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}
.StockQuoteHeaderContainer .stockLink:focus {
  text-decoration: none !important;
}
.StockQuoteHeaderContainer .StockIndicator:after {
  display: inline-block;
  content: "$";
  margin: 0 2px;
}
.LayoutHomePage .PaneRight,
.LayoutHomePage .PaneLeft {
  display: none;
}
.investorsNavigation {
  padding-top: 70px;
  padding-left: 7px;
}
.Breadcrumb {
  padding-top: 15px;
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #5f9dbc;
  color: #a4b3b7;
}
.Breadcrumb a {
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #5f9dbc;
  position: relative;
  margin-bottom: 2px;
  padding-right: 15px;
  margin-left: 10px;
}
.Breadcrumb a:hover {
  color: #297ca5;
}
.Breadcrumb .BreadcrumbSeparator {
  display: none;
/*  vertical-align: middle;
  font-size: 15px;
  margin-right: 10px;*/
}
.Breadcrumb .BreadcrumbHomeLink {
  display: none;
} 
.Breadcrumb a:before {
  content: "/";
  font-family: "q4icons";
  display: block;
  right: 0;
  top: 50%;
  font-size: 13px;
  position: absolute;
  margin-top: -10px;
  cursor: default;
}
.Breadcrumb a:last-of-type:before {
  color: #a4b3b7;
}
.Breadcrumb a:last-of-type {
  margin-right: 8px;
}
.Breadcrumb .customHomeLink {
  margin-left: 3px;
}
.SecondaryNav {
  border-top: 1px solid #297ca5;
  padding-top: 15px;
  padding-bottom: 40px;
  padding-left: 10px;
}
.SecondaryNav a:focus {
  text-decoration: none !important;
}
.SecondaryNav .level1 > li,
.SecondaryNav .level1 > li.has-children > a {
  display: none;
}
.SecondaryNav .level1 > li.has-children {
  display: block;
}
.SecondaryNav .level2 > li > a {
  color: #1c2e36;
}
.SecondaryNav .level2 > li > a:hover {
  color: #297ca5;
}
.SecondaryNav .level3 a {
  font-size: 13px;
  color: #5f9dbc;
  font-weight: 700;
}
.SecondaryNav .level3 a:hover {
  color: #297ca5;
}
.PaneLeft,
.PaneRight {
/*  float: left;
  width: 23%;
  margin-right: 3%;*/
  display: none;
}
.PaneRight {
  clear: left;
}
.PaneLeft li {
  margin-bottom: 10px;
}
.SecondaryNav li.has-children > a {
   margin-bottom: 10px;
   display: block;
}
.SecondaryNav li.has-children {
   margin-bottom: 15px;
}
.SecondaryNav .level3 {
  display: none;
}
.SecondaryNav .level2 .expanded .level3,
.SecondaryNav .level2 .selected .level3 {
  display: block;
}
.SecondaryNav .level3 li {
  margin-bottom: 5px;
}
/*.PaneContent {
  float: right;
  width: 74%;
}*/
.LayoutHomePage .PaneContent {
  float: none;
  width: 100%;
}
div.relatedLinks {
  border-top: 1px solid #297ca5;
}
.relatedLinks h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 13px;
  padding-left: 10px;
  color: #297ca5;
}
.relatedLinks a:focus {
  text-decoration: none !important;
}
ul.relatedLinks li {
  border-top: 1px solid #94bdd2;
  width: 100%;
}
ul.relatedLinks li:first-child {
  border-top: none;
}
ul.relatedLinks a {
  display: block;
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #1c2e36;
}
ul.relatedLinks a:hover {
  color: #297ca5;
}
ul.relatedLinks li:first-child a {
  padding-top: 0;
}
.pageBreadcrumb a,
.pageBreadcrumb span,
.sidebarBreadcrumb a,
.sidebarBreadcrumb span {
  display: none;
}
.pageBreadcrumb,
.sidebarBreadcrumb {
  color: #1c2e36;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 10px;
  line-height: 0.8;
  border-top: none;
}
.pageBreadcrumb {
  font-size: 48px;
  line-height: 64px;
  font-family: 'Lato';
  font-weight: 400;
}
.sidebarBreadcrumb {
  font-size: 28px;
  padding-bottom: 40px;
  padding-top: 2px;
  display: none;
}
.slideshare .slideshow,
.latestPresentation .iframeWrap {
  padding-top: 62%;
  position: relative;
  overflow: hidden;
}
.slideshare iframe,
.latestPresentation .iframeWrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: none !important;
  border-width: 0 !important;
  margin-bottom: 0 !important;
  max-width: none !important;
  border:1px solid #297ca5 !important;
}
/* .slidershare_download img{
  border:1px solid #297ca5 !important;
}  */
.latestPresentation .downloadPresentation {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom:1px solid #297ca5;
}
.latestPresentation .investorDownloadTitle {
  display: block;
  margin-bottom: 8px;
  float:left;
  width: 66.66%;
}
.latestPresentation .downloadPresentation a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  float:right;
  text-align: left;
  width: 33.33%;
  text-align: right;
}
.latestPresentation .downloadPresentation > div:after{
  content: "";
  clear: both;
  display: block;
}
.slideshare_download img{
  border:1px solid #297ca5;
}
@media all and (max-width: 768px){
  .latestPresentation .investorDownloadTitle {
    float: left;
    width: 100%;
  }
  .latestPresentation .downloadPresentation a {
    text-align: left;
    float: left;
    padding-left:0;
    width: auto;
  }
}
.latestPresentation .downloadPresentation a:before {
  content: "\e906";
  font-family: "q4icons";
  display: inline-block;
  font-size: 13px;
  color: #297ca5;
  padding-right: 10px;  
}
.LayoutHomePage .FooterContainer {
  padding-top: 0;
}
.latestPresentation {
  padding-bottom: 30px;
  margin-bottom:15px;
}
.PresentationQuarterly .latestPresentation {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.latestPresentation  h2 {
  margin-bottom: 22px;
}
.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers,
.ModuleEvent .FinancialContainer h4,
.ModuleEvent .thumbnail,
.ModuleEvent .Document .category,
.ModuleEvent .FileDetails  {
  display: none;
}
.ModuleEvent .ModuleHeadlineLink {
  font-family: 'Open Sans', sans-serif;
  color: #1c2e36;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
}
.ModuleEvent .ModuleHeadlineLink:hover {
  color: #1c2e36;
}
.ModuleEvent .ModuleHeadlineLink:focus {
  text-decoration: none !important;
}
.ModuleEvent .ModuleDateContainer,
.ModuleEventDetails .ModuleDateContainer {
  font-weight: 700;
  font-size: 14px;
  color: #297CA5;
}
.q4i-icon-calendar {
  font-size: 13px;
}
.ModuleEvent .ModuleContentContainer {
  /*padding-left: 55px;*/
}
.ModuleEvent  .AddToCalendar:hover .q4-atc-button,
.ModuleEvent  .AddToCalendar:hover .q4i-icon-calendar,
.ModuleEventDetails  .AddToCalendar:hover .q4-atc-button,
.ModuleEventDetails  .AddToCalendar:hover .q4i-icon-calendar {
  color: #297ca5;
}
.ModuleEvent a:hover,
.ModuleEventDetails a:hover {
  color: #297ca5;
}
.ModuleEvent a:focus,
.ModuleEventDetails a:focus {
  text-decoration: none !important;
}
.ModuleEvent .ModuleItemRow {
  border-top: 1px solid #e7eced;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-top: 25px;
}
.ModuleContainerInner > div.ModuleItemRow:first-child {
  border-top: none;
  padding-top: 0;
}
.ModuleEvent .ModuleContentContainer {
  margin-bottom: 0;
}
.upcomingEvents {
  border-bottom: 1px solid #297ca5;
  padding-bottom: 10px;
}
.upcomingEvents .RssLinkTopContainer{
  width:33.33%;
  padding-left: 55px;
}
.eventsPresentationsPage .upcomingEvents {
  padding-bottom: 10px;
  border-top: 1px solid #297ca5;
  padding-top: 50px;
  margin-top: 20px;
}
.upcomingEvents h2 {
  margin-bottom: 20px;
}
.eventsPresentationsPage .upcomingEvents h2 {
  margin-top: 0;
}
.ModuleEventDetails .ModuleBody,
.ModuleEventDetails .ModuleSpeakers h3 {
  display: none;
}
.ModuleEventDetails h2 {
  margin-bottom: 15px;
  margin-top: 10px;
}
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers {
  margin-bottom: 10px;
}
.ModuleEventDetails .ModuleDate {
  margin-right: 5px;
}
.pastEvents {
  padding-top: 20px;
}
.pastEvents .leftSelect,
.pastEvents .rightSelect {
  float: left;
}
.pastEvents .leftSelect {
  margin-right: 10px;
}
.pastEvents .header span {
  font-family: 'Open Sans', sans-serif;
  color: #297CA5;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  display: inline-block;
}
.sbHolder {
  border: 1px solid #a4b4b7;
}
.pastEvents h2 {
  margin-bottom: 20px;
}
.pastEvents .title span {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
  display: block;
}
.pastEvents .title a:hover,
.pastEvents .titleContainer a:hover {
  color: #297ca5;
}
.pastEvents .title a:focus,
.pastEvents .titleContainer a:focus {
  text-decoration: none !important;
}
.pastEvents .dateContainer {
  font-weight: 700;
  font-size: 14px;
  color: #297CA5;
}
.pastEvents .dateContainer div {
  display: inline-block;
}
.pastEvents .dateContainer .date {
  margin-right: 5px;
}
.pastEvents .event {
  border-top: 1px solid #297ca5;
  padding-top: 23px;
  padding-bottom: 22px;
}
.pastEvents .right {
  padding-left: 55px;
}
.pastEvents .events-list > div:first-child {
  border-top: none;
}
.pastEvents .header {
  margin-bottom: 15px;
}
.pastEvents .titleContainer a {
  font-family: 'Open Sans', sans-serif;
  color: #5f9dbc;
  font-size: 18px;
  font-weight: 400;
  display: block;
} 
.pastEvents .presentation {
  border-top: 1px solid #e7eced;
  padding-top: 23px;
  padding-bottom: 22px;
}
.StockQuoteContainer {
  padding-bottom: 30px;
}
/*.StockQuoteContainer .col {
  color: #2e444d;
  font-size: 22px;
  line-height: 1.2;
}*/
.StockQuoteContainer .priceMainContainer,
.StockQuoteContainer .dayMainContainer {
  color: #2e444d;
  font-size: 22px;
  line-height: 1.2;
  float: left;
  display: block;
}
.StockQuoteContainer .priceMainContainer {
  width: 310px;
  margin-right: 10px;
  margin-bottom: 12px;
}
.StockQuoteContainer .clearfix:after,
.StockQuoteContainer .clearfix:before{
  content: "";
  clear: both;
  display: block;
}
.StockQuoteContainer .StockQuoteIndice,
.StockQuoteContainer .priceContainer .leftPrice,
.StockQuoteContainer .changeLeftContainer .leftChange,
.StockQuoteContainer .changeRightContainer .leftPChange {
  display: none;
}
.StockQuoteContainer .StockPage {
  font-size: 24px;
}
.StockQuoteContainer .priceContainer .rightPrice,
.StockQuoteContainer .priceContainer .rightPrice span {
  color: #297ca5;
  font-weight: 400;
  font-size:48px;
  letter-spacing: 0.5px;
  font-family: 'Lato';
}
.StockQuoteContainer .changeContainer span {
  font-size: 24px;
}
.StockQuoteContainer .StockPriceUp,
.StockQuoteContainer .StockPriceUp span {
  color: #419320;
}
.StockQuoteContainer .StockPriceDown,
.StockQuoteContainer .StockPriceDown span {
  color: red;
}
.StockQuoteContainer .leftContainer,
.StockQuoteContainer .rightContainer {
  display: block;
  float: left;
  width: 310px;
/*  width: 50%;
  padding-right: 30px;*/
}
.StockQuoteContainer .leftContainer {
  margin-right: 10px;
}
.StockQuoteContainer .rightContainer {
/*  display: block;
  float: left;*/
/*  width: 50%;
  padding-left: 30px !important;*/
}
.StockQuoteContainer .left,
.StockQuoteContainer .rightChange {
  display: block;
  float: left;
}
.StockQuoteContainer .right {
  display: block;
  float: left;
  padding-left: 5px;
}
.StockQuoteContainer .rightChange,
.StockQuoteContainer .rightPChange {
  display: inline-block;
}
.StockQuoteContainer .rightChange {
  margin-right: 5px;
}
.PaneContentInner .StockQuoteContainer .ChangeLabel.StockPriceUp,
.PaneContentInner .StockQuoteContainer .ChangeLabel.StockPriceDown {
  position: relative;
  padding-left: 15px !important;
  display: inline-block;
}
.StockQuoteContainer .ChangeLabel.StockPriceUp:before {
  content: "\f176";
  font-family: "q4icons";
  display: block;
  left: 0;
  top: 4px;
  color: #419320;
  position: absolute;
  font-size: 18px;
}
.StockQuoteContainer .ChangeLabel.StockPriceDown:before {
  content: "\f175";
  font-family: "q4icons";
  display: block;
  left: 0;
  top: 5px;
  color: red;
  position: absolute;
  font-size: 18px;
}
.StockQuoteContainer .changeContainer .StockIndicator {
  display: inline-block;
  padding: 0 5px !important;
}
.StockQuoteContainer .PChangeLabel.StockPriceUp:before {
  content: "(";
  color: #419320;
}
.StockQuoteContainer .PChangeLabel.StockPriceUp:after {
  content: ")";
  color: #419320;
}
.StockQuoteContainer .PChangeLabel.StockPriceDown:before {
  content: "(";
  color: red;
}
.StockQuoteContainer .PChangeLabel.StockPriceDown:after {
  content: ")";
  color: red;
}
.StockQuoteContainer .leftVolume {
  display: block;
  float: left;
  margin-right: 5px;
}
.StockQuoteContainer .rightVolume {
  display: block;
  float: left;
}
.StockQuoteContainer .StockTableTextLabel,
.StockQuoteContainer .footerDetails span {
  font-size: 13px;
}
.StockQuoteContainer .footerDetails {
  float: right;
}
.StockQuoteContainer h2 {
  margin-bottom: 20px;
}
.StockQuoteContainer h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.StockQuoteContainer .dayMainContainer {
  padding-top: 12px;
}
.StockQuoteContainer .priceContainer .rightPrice {
  margin-bottom: 6px;
}
.StockQuoteContainer .changeContainer {
  margin-bottom: 12px;
  display: inline-block;
}
.StockQuoteContainer .dayContainer,
.StockQuoteContainer .weekContainer  {
  margin-bottom: 25px;
  display: block;
}
.StockQuoteContainer .bottomQuote {
  margin-top: 10px;
}

/* IMP-3209 */
.iframe-page .FooterContainer {
    display:  none;
}
.iframe-page #maincontent {
    max-width: none;
    padding: 0;
}
.StockQuote .stockWrapper,
.StockQuote .stockLabel,
.StockQuote .stockInfo {
    display: inline-block;
    vertical-align: middle;
}
.StockQuote .stockLabel:before {
	content: "\f176";
	font-family: "q4icons";
	color: #419320;
	font-size: 36px;
	line-height: 36px;
}
.StockQuote .stockLabel.stockDown:before {
	content: "\f175";
	color: red;
}
.StockQuote .stockLabel,
.StockQuote .stockChange,
.StockQuote .stockSymbol,
.StockQuote .stockLastUpdated {
    margin-right: 10px;
}
.StockQuote .stockChange {
    font-weight: bold;
}
.StockQuote .stockLastUpdated, .stockDetail {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
}
.StockQuote .stockLastUpdated {
    color: #444;
}
.StockQuote .stockDetail {
    float: right;
}
.StockQuote .stockDetail a {
	color: #1c2e36;
}

.calc-widget-investment-calculator .calc-label {
    display: block;
    margin-bottom:10px;
}
.calc-widget-investment-calculator .calc-row {
    display: inline-block;
    margin: 0 8px 15px 0;
}
.calc-widget-investment-calculator .calc-row.endDate {
  margin-right: 0;
}
.calc-input {
    display: inline-block;
}
.calc-widget-investment-calculator .calc-input input[type="text"] {
    display: inline-block;
    vertical-align: middle;
}
.calc-widget-investment-calculator .q4i-calendar {
    background-color: #e5e5e5;
    display: inline-block;
    padding: 12px 0 12px 10px;
    vertical-align: middle;
}
.calc-widget-investment-calculator .q4i-calendar:before {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    width: 22px;
}
.calc-widget-investment-calculator .calc-row.compare {
    display: block;
    margin-top: 12px;
    margin-bottom: 25px;
}
.calc-widget-investment-calculator .calc-row.compare .calc-label {
    margin-bottom: 10px;
}
.calc-widget-investment-calculator .compare .calc-input {
  margin: 0 55px 0 0;
  font-size: 13px;
  color: #2a3d46;
}
.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"] {
    display: none;
    position: relative;
    z-index: 1;
    margin-left: 10px;
}
.calc-info td {
    padding: 0 10px;
}

/*custom checkboxes*/
.icheckbox_flat-grey {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #A4B3B7;
  margin-right: 14px;
  top: -2px;
}
.icheckbox_flat-grey.checked {
  background: #fff url("../design/chk_2.png") center center no-repeat;
}
.icheckbox_flat-grey + label {
  margin-left: 10px;
}
.icheckbox_flat-grey,
.icheckbox_flat-grey + label {
  vertical-align: middle;
  cursor:pointer;
}
input[type="checkbox"] {
    display: none;
}
/*Stop checkbox style*/

.stockChart {
  padding-bottom: 20px;
}
.stockChart h2 {
  margin-bottom: 0;
}
.quoteHistorical {
  padding-bottom: 30px;
}
.quoteHistorical h2 {
  margin-bottom: 20px;
}
.quoteHistorical .stock-table {
  margin-top: 30px;
}
.quoteHistorical .introText {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #297CA5;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.quoteHistorical .sbHolder {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.quoteHistorical .datepk {
  font-size: 0;
  margin-bottom: 30px;
}
.quoteHistorical .sbHolder{
/*  width:32%;*/
}
.quoteHistorical .year + .sbHolder{
  margin-right: 0;
}
.lookupDiv button {
/*    width: 32%;*/
    margin-left: 0;
}
.quoteHistorical .historicalCol {
  font-size: 22px;
  color: #2e444d;
  margin-right: 10px;
  float: left;
  margin-bottom: 25px;
  width: 310px;
}
.quoteHistorical .historicalCol.rightCol {
  margin-right: 0;
}
@media all and (max-width: 800px){
/*  .quoteHistorical .sbHolder{
    width:100%;
  }*/
/*  .lookupDiv button {
    width: 100%;
  } */
/*  .quoteHistorical .historicalCol{
    width: 100%;
  }*/
}

.quoteHistorical .historicalLabel {
  float: left;
}
.quoteHistorical .historicalData {
  padding-left: 5px;
}
.quoteHistorical .leftCol .historicalTopColumn,
.quoteHistorical .leftCol .historicalBottomColumn {
  /*padding-right: 30px;*/
}
.quoteHistorical .centerCol .historicalTopColumn,
.quoteHistorical .centerCol .historicalBottomColumn {
/*  padding-left: 30px;*/
  /*padding-right: 30px;*/
}
.quoteHistorical .rightCol .historicalTopColumn,
.quoteHistorical .rightCol .historicalBottomColumn {
  /*padding-right: 30px;*/
}
.quoteHistorical .historicalTopColumn {
  margin-bottom: 25px;
}
.investmentCalculator .startDateContainer .calc-input,
.investmentCalculator .endDate .calc-input,
.quoteHistorical .datainputContainer {
  display: inline-block;
  position: relative;
}
.investmentCalculator .startDateContainer .calc-input input ,
.investmentCalculator .endDate .calc-input input,
.quoteHistorical .datainputContainer input {
  cursor: pointer;
}
.investmentCalculator {
  padding-bottom: 15px;
}
.investmentCalculator .calc-label {
  font-family: 'Open Sans', sans-serif;
  color: #297CA5;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.investmentCalculator h2 {
  margin-bottom: 22px;
}
.annualReportsA .thumbContainer > a {
  display: inline-block;
}
.annualWidget .thumbContainer > a img {
  width: 269px;
  border: 1px solid #297ca5;
}
.annualReportsA .raportTitle,
.annualReportsA .selectTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.annualReportsA .raportTitle {
  margin-top: 0;
  margin-bottom: 14px;
}
.annualReportsA .selectTitle {
  margin-bottom: 6px;
  color: #297CA5;
  font-weight: 700;
}
.annualReportsA .raportDate {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  color: #297CA5;
  margin-top: 0;
}
.annualReportsA .docs {
  padding-left: 10px;
}
.annualReportsA .docs a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.annualWidgetArchive .cover img {
  width: 269px;
  border: 1px solid #297ca5;
}
.annualWidgetArchive .cover > a {
  display: inline-block;
}
.annualReportsA .docs li {
  margin-bottom: 5px;
}
.annualReportsA .docs li:last-child {
  margin-bottom: 0;
}
.annualWidget h2 {
  margin-bottom: 25px;
}
.annualWidget,
.annualWidgetArchive {
  padding-bottom: 35px;
}
.annualWidgetArchive h2 {
  margin-bottom: 20px;
}
.annualWidgetArchive .items {
  margin-top: 30px;
}
.annualWidget .details,
.annualWidgetArchive .detailsContainer {
  padding-left: 74px;
  background-color: transparent;
}
.RegulatoryFilingContainer {
  margin-top: 30px;
}
.RegulatoryFilingContainer .InputButton,
.RegulatoryFilingContainer .YearNavContainer {
  display: none;
}
.RegulatoryFilingContainer .filingContainer,
.RegulatoryFilingContainer .yearContainer {
  display: inline-block;
  vertical-align: top;
}
.RegulatoryFilingContainer .filingContainer {
  margin-right: 5px;
}
.RegulatoryFilingContainer .FormGroupsContainer {
  margin-bottom: 40px;
}
.RegulatoryFilingContainer .FormGroupsContainer label {
  font-family: 'Open Sans', sans-serif;
  color: #297CA5;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  display: inline-block;
}
.RegulatoryFilingContainer .ModuleHeader span {
  font-family: 'Open Sans', sans-serif;
  color: #297CA5;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  display: inline-block;
}
.RegulatoryFilingContainer .ModuleItemRow ul i {
  display: none;
}
.RegulatoryFilingContainer .ModuleHeader .Download,
.RegulatoryFilingContainer .ModuleItemRow ul {
  text-align: right;
}
.RegulatoryFilingContainer .ModuleItemRow ul li {
  display: inline-block;
}
.RegulatoryFilingContainer .ModuleItemRow ul li:last-child a {
  padding-left: 15px;
}
.RegulatoryFilingContainer .ModuleItemRow {
  border-top: 1px solid #e7eced;
  padding-top: 23px;
  padding-bottom: 22px;
}
.RegulatoryFilingContainer .MiddleColumnContentLarge > div:nth-child(2) {
  border-top: none;
}
.RegulatoryFilingContainer .ModuleNotFound {
  font-size: 18px;
  padding-top: 30px;
}
.ModuleSECFilingDetails i {
  display: none;
}
.ModuleSECFilingDetails {
  margin-top: 20px;
}
.ModuleSECFilingDetails .Icons li {
  display: inline-block;
}
.ModuleSECFilingDetails .ModuleDateContainer,
.ModuleSECFilingDetails .ModuleForm {
  margin-bottom: 5px;
}
.ModuleSECFilingDetails .ModuleDateContainer {
  font-weight: 700;
  font-size: 14px;
  color: #297CA5;
}
.ModuleSECFilingDetails .ModuleFilingDescription {
  margin-bottom: 10px;
}
.archivedResults {
  padding-bottom: 30px;
  padding-top: 20px;
}
#calculator-popup-container .calc-info th {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.width_col {
    width: 32%;
}
.width_col .calc-input,
.width_col input[type="text"]{
  width: 100%;
}
@media all and (max-width: 800px){
  .width_col {
    width: 100%;
  } 
}
.noLeftNav .PaneLeft,
.noLeftNav .PaneRight,
.PagePageNotFound .PaneLeft,
.PagePageNotFound .PaneRight,
.noLeftNav .customHomeLink:before,
.PagePageNotFound .customHomeLink:before {
  display: none;
}
.noLeftNav .PaneContent,
.PagePageNotFound .PaneContent {
  float: none;
  width: auto;
}
.noLeftNav .mainBreadcrumb,
.PagePageNotFound .mainBreadcrumb,
.noLeftNav .mainBreadcrumb a,
.PagePageNotFound .mainBreadcrumb a {
  font-size: 0;
}
.siteMapCustom {
  margin-top: 35px;
}
.CaptchaContainer .ErrorContainer {
  color: #f00;
}
.MailingListActivationMessage {
  color: green !important;
  font-weight: 700;
  padding-top: 30px !important;
  display: block;
}
.planBrochure {
  float: left;
  width: 50%;
}
.planApplication {
  float: right;
  width: 50%;
}
.benefits {
  padding-top: 25px;
}
.requestMaterials {
  padding-top: 35px;
  clear: both;
  padding-left: 5px;
}
.planBrochure .ModuleHeader,
.planApplication .ModuleHeader,
.planBrochure .ModuleFileSizeText,
.planApplication .ModuleFileSizeText {
  display: none;
}
.planBrochure .ModuleThumbnail,
.planApplication .ModuleThumbnail {
    display: inline-block;
}
.planBrochure .ModuleThumbnail img,
.planApplication .ModuleThumbnail img {
    border: 1px solid #297ca5;
}
.planBrochure .ModuleHeadlineLink,
.planApplication .ModuleHeadlineLink {
    display: block;
}
.planBrochure h2,
.planApplication h2 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.planBrochure .ModuleHeadline,
.planApplication .ModuleHeadline {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding-left: 20px !important;
  display: inline-block;
  margin-top: 15px;
}
.planBrochure .ModuleHeadline:hover,
.planApplication .ModuleHeadline:hover {
  color: #297ca5;
}
.planBrochure .ModuleHeadline:before,
.planApplication .ModuleHeadline:before {
  content: "\e906";
  font-family: "q4icons";
  display: block;
  left: 0;
  top: 50%;
  font-size: 13px;
  position: absolute;
  margin-top: -11px;
  color: #297CA5;
}
.SearchResultsContainer .SearchSummary {
  margin-bottom: 30px;
}
.SearchResultsContainer .TabTableItem {
  border-bottom: 1px solid #e7eced;
}
.SearchResultsContainer .TabTableItem a {
  color: #5f9dbc;
  font-weight: 700;
  font-size: 22px;
}
.SearchResultsContainer .TabTableItem a span {
  color: #5f9dbc;
}
.SearchResultsContainer .TabTableItem a:hover span {
  color: #297ca5;
}
.SearchResultsContainer .TabTableItem a:focus {
  text-decoration: none !important;
}
.SearchResultsContainer h4 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}
.SearchResultsContainer .SearchResultsPaging {
  padding-top: 25px;
}
.SearchResultsContainer h4 span::after {
    content: "...";
    display: inline;
}
.requestMaterials .q4i-icon-email:before,
.requestMaterials .q4i-icon-phone:before {
  color: #2d7da5;
  display: inline-block;
  position: relative;
  top: 2px;
  right: 5px;
}
.requestMaterials .q4i-icon-phone:before {
  top: 0;
  font-size: 14px;
  margin-right: 8px;
}
.requestMaterials .center a {
  color: #5f9dbc;
}
.requestMaterials .center a:hover {
  color: #297ca5;
}
.requestMaterials .center a:focus {
  text-decoration: none !important;
}
#dividend-calculator {
  margin: 15px 0 30px;
}
#dividend-calculator .calc-error {
  display: none;
  color: red;
  margin-top: 10px;
}
#dividend-chart {
  padding: 40px 0 10px;
}
.calculatorTitle {
  font-family: 'Open Sans', sans-serif;
  color: #297CA5;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
}
#dividend-calculator .CustomTable {
  margin-top: 5px;
  margin-bottom: 40px;
}
#dividend-calculator input[type="textarea"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #a4b4b7;
  height: 50px;
  padding: 0 10px 0 12px;
  line-height: 100%;
  width: 310px;
  margin-bottom: 15px;
  border-radius:0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}
#dividend-calculator input[type="textarea"]:focus{
  border:1px solid #a4b4b7 !important;
  color:#;
}
#dividend-calculator input[type="button"] {
  padding-left: 25px;
  padding-right: 35px;
  padding-bottom: 14px;
  background-position: right 95px top 20px;
  border-radius:0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#dividend-calculator .buttonContainer {
  min-width: 210px;
  float: left;
}
#dividend-calculator .dividendValue {
  margin-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
}
#dividend-calculator .valueContainer {
  float: left;
  padding: 12px 12px 20px 0;
}
#dividend-calculator .calcButtonContainer {
  clear: both;
}
#dividend-calculator .result-value {
  font-weight: 700;
}
.dividendPageTable .tableFooter td:first-child {
  border-right: none;
  text-align: right;
}
.ModuleEvent.latestQ .ModuleHeadlineLink:hover {
  color: #1c2e36;
}
.investorReturns li {
  margin-bottom: 15px;
}
.investorPresentationPage .linkContainer {
    margin-top: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.futureStrategy  {
  padding-bottom: 15px;
  border-bottom: 1px solid #c6dee8;
  margin-bottom: 30px;
}
.futureStrategy .mainImage {
  margin-top: 0;
  margin-bottom: 0;
}
.futureStrategy h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 48px;
  font-family: 'Lato';
}
.futureStrategy h2 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.futureStrategy .mainParagraph {
  padding-bottom: 20px;
  border-bottom: 1px solid #c6dee8;
}
.futureStrategy p {
  margin-top: 10px;
}
.futureStrategy .mainImage img {
  max-width: 490px;
  width: 100%;
}
.futureStrategyPage .pageBreadcrumb {
  display: none;
}
.imagesStrategy .ModuleItemRow {
  overflow: hidden;
  padding-bottom: 15px;
}
.imagesStrategy .ModuleHeader,
.imagesStrategy .ModuleSeparator,
.imagesStrategy .ModuleFileSizeText,
.imagesStrategy .ModuleIcon {
  display: none;
}
.imagesStrategy .ModuleThumbnail {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.imagesStrategy .ModuleThumbnailImage {
  width: 100%;
  max-width: 150px;
}
.imagesStrategy .ModuleFileDescriptionText {
  display: block;
}
.imagesStrategy .ModuleHeadlineLink {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
.imagesStrategy .ModuleHeadlineLink,
.imagesStrategy .ModuleHeadlineLink span {
  color: #1c2e36;
}
.imagesStrategy .ModuleHeadlineLink:hover,
.imagesStrategy .ModuleHeadlineLink:hover span {
  color: #1c2e36;
}
.imagesStrategy .ModuleHeadlineLink:focus {
  text-decoration: none !important;
}
.imagesStrategy {
  border-bottom: 1px solid #c6dee8;
  padding-bottom: 10px;
}
.strategyAccelerators h2 {
  margin-top: 20px;
  margin-bottom: 0;
}
.strategyAccelerators p {
  margin-top: 25px;
  margin-bottom: 0;
}
.MaterialsRequestPage .FormBuilterContainer .document-request {
  display: inline-block;
  width: 90px;
}
.MaterialsRequestPage .download-heading,
.MaterialsRequestPage .form-download {
  float: right;
  text-align: center;
  width: 15%;
}
.MaterialsRequestPage .form-download {
  width: 15%;
  text-align: center;
}
.MaterialsRequestPage  .icheckbox_flat-grey {
  margin-right: 55px;
}
.MaterialsRequestPage .form-download a {
  font-size: 14px;
  color: #5f9dbc;
}
.MaterialsRequestPage .form-download a:hover {
  color: #297ca5;
}
.MaterialsRequestPage .form-download a:focus {
  text-decoration: none !important;
}
.MaterialsRequestPage .checkbox-header {
  text-align: left;
  font-size: 18px;
  background: #c1dae6;
  font-weight: 700;
  border-top: solid 1px #A4B3B7;
}
.MaterialsRequestPage .checkbox-header span {
  color: #297CA5;
}
.MaterialsRequestPage .checkboxTable  {
  min-width: 600px;
}
.MaterialsRequestPage .FormBuilderContainer .ItemClassAvailableDocs .field-wrap {
    margin-right: 0;
}
.MaterialsRequestPage .ItemAccountNumber {
  min-height: 102px;
}
.historicalLink {
  text-transform: uppercase;
  margin-bottom: 0;
}
.historicalDescription {
  margin-top: 0;
}
.rssText {
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.RssLinkTop i:before,
.RssLinkTopContainer i:before {
  font-size: 13px;
  position: relative;
  top: 1px;
  font-weight: normal;
}
.Widget-news .rssText {
  display: inline-block;
  margin-left: 14px;
}
.RegulatoryFilingContainer .rssText {
  display: inline-block;
  margin-left: 10px;
}
.portfolioTopImage {
  padding-bottom: 100px;
  border-bottom: 1px solid #357fa5;
  margin-bottom: 60px;
}
.portfolioImage {
  width: 100%;
}
/*-------- Archived Results ---------*/

.financial-table .financial-document-category,
.financial-table .financial-year-list {
    background-color: #297ca5;
    color: #fff;
}

.financial-table-content {
    border: 1px solid #e9e9e9;
}

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text,
.financial-table .financial-document-list {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 20px;
}

.financial-table .financial-year-list,
.financial-table .financial-documents {
    text-align: center;
}
.financial-category-row {
    position: relative;
}

.financial-category-row:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e9e9e9;
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 30%;
    top: 0;
    bottom: 0;
}

.financial-category-row.alt,
.financial-category-row.alt .col {
    background-color: #f3f4f5;
}

.financial-table .financial-category-text {
    border-right: 1px solid #e9e9e9;
}

.financial-table .financial-documents span {
    display: inline-block;
    text-align: center;
    color: #1c2e36;
    font-size: 16px;
    font-weight: 700;
    margin: 0 7px;
}
.financial-table .slick-slide:focus {
    outline: none;
}

.financial-table .financial-document-list .slick-arrow {
    visibility: hidden;
}

.financial-table .financial-document-category,
.financial-table .financial-year {
    font-weight: 700;
}

.financial-table .financial-year-list .slick-arrow {
    width: 30px;
    height: 60%;
}

.financial-table .financial-year-list .slick-prev {
    left: -30px;
}

.financial-table .financial-year-list .slick-next {
    right: 0;
}

.financial-table .financial-year-list .slick-list {}

.financial-table .financial-document-list .slick-list {}

.financial-table .slick-prev:before,
.financial-table .slick-next:before {
    font-size: 14px;
}

.financial-table .financial-documents .empty {
    visibility: hidden;
}
/*.latestQ .ModuleDateContainer {
    display: none;
}*/


/*===================PRESS RELEASES===================*/

.ModulePressRelease .tags-container,
.ModulePressRelease .years-container {
    display: inline-block;
}

.ModulePressRelease .tags-container {
    margin-right: 6px;
}

.ModulePressRelease .tags-container span,
.ModulePressRelease .years-container span {
    color: #297CA5;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.Widget-news .news-list {
    padding-top: 20px;
}

.ModulePressRelease {
    padding-top: 38px;
}

.ModulePressRelease .ModuleYearNavContainerInner,
.ModulePressRelease .ModuleReleasePDF,
.ModulePressReleaseDetails .ModuleFileText {
    display: none;
}

.ModulePressRelease .ModuleYearNavContainer a {
    background: none;
    padding: 0;
}

.ModulePressRelease .sbOptions a {
    display: block;
    padding: 10px 10px 10px 20px;
}

.ModulePressRelease .ModuleItemRow {
    border-top: 1px solid #e7eced;
    padding-bottom: 15px;
    padding-top: 23px;
    margin: 0;
}

.ModulePressRelease .ModuleItemRow:first-child {
    border: none;
    padding-top: 23px !important;
}

.ModulePressRelease .item .ModuleItemRow {
    border-bottom: 1px solid #297ca5;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressRelease .ModuleDate {
    width: 100%;
}

.ModulePressRelease .ModuleHeadlineLink {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
}

div.prDetails .PageDefaultInner .PaneContent {
    padding: 20px 0;
}

.ModulePressRelease .ModuleDate {
    font-weight: 700;
    font-size: 14px;
    color: #297CA5;
}
.pressMainModule .right {
  text-align: center;
}

.prDetails a.customButton {
    margin-top: 20px;
}

.ModulePressReleaseDetails {
    padding-top: 30px;
}

.ModulePressReleaseDetails .ModuleDateContainer {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #297CA5;
}

.ModulePressReleaseDetails .ModuleFileLink:before {
    font-family: 'q4icons' !important;
    content: "\e906";
    padding-right: 6px;
    color: #297ca5;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    top: 2px;
}
.ModulePressReleaseDetails .ModuleDownloadText {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.ModulePressReleaseDetails a {
    word-wrap: break-word;
}
.ModulePressReleaseDetails .ModuleTitle {
  font-size: 36px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.Widget-news .ModuleHeadline {
    display: block;
}

.Widget-news .ModuleDate {
    display: block;
}

.Widget-news .pagination {
    padding-top: 50px;
}

.Widget-news .pager {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Widget-news .pager li {
    display: inline-block;
    cursor: pointer;
    color: #49585E;
}
.Widget-news .pager-page:hover {
  color: #297CA5;
}
.Widget-news .pager li + li {
    margin-left: 5px;
}
.Widget-news .pager .pager-next {
  margin-left: 10px;
}
.Widget-news .pager-prev {
  margin-right: 5px;
}
.Widget-news .pager li.pager-active {
    color: #297CA5;
}

.Widget-news .pager li.pager-disabled {
    display: none;
}
.Widget-news .pager li.pager-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'q4icons' !important;
    color: #49585E;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f177";
}
.Widget-news .pager li.pager-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'q4icons' !important;
    color: #49585E;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f178";
}
.Widget-news .pager li.pager-next:hover:before,
.Widget-news .pager li.pager-prev:hover:before {
    color: #297CA5;
}

.Widget-news .NoData {
    padding: 15px 0;
}
/*==============EXECUTIVE TEAM & BOARD================*/

.PersonGenericContainer {
    padding-top: 40px;
}

.PersonGenericContainer .PersonContainer {
    margin-bottom: 3px;
}

.PersonGenericContainer h3 {
    margin: 0;
    background: #f3f4f5;
    border: 1px solid #e7eced;
    padding: 10px 30px 10px 15px;
    cursor: pointer;
    position: relative;
}

.PersonGenericContainer h3:before {
    font-family: 'q4icons';
    content: "\e90c";
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 15px;
}

.PersonGenericContainer h3.active:before {
    content: "\e90d";
}

.PersonGenericContainer .PersonName2 {
    display: block;
    font-size: 30px;
}

.PersonGenericContainer .PersonTitle {
    display: block;
    font-size: 26px;
}

.PersonGenericContainer .PersonTitleComma,
.PersonGenericContainer .PersonDetailsContainer {
    display: none;
}

.PersonGenericContainer .PersonDetailsContainer {
    padding: 20px 15px 5px;
    border: 1px solid #e7eced;
    border-top: none;
}

.PersonGenericContainer .PersonDescription {
    padding-left: 20px;
}

.PersonGenericContainer .PersonPhoto {
    padding-top: 5px;
}

.PersonGenericContainer .PersonPhoto img {
    max-width: 100%;
}

.PersonGenericContainer .PersonDescription p:first-child {
    margin-top: 0;
}
/*=========================FAQS=======================*/

.FaqContainer {
    padding-top: 40px;
}

.FaqContainer .FaqQuestionList,
.FaqContainer .BackToTopLink {
    display: none;
}

.FaqContainer .ModuleItemRow {
    margin-bottom: 3px;
}

.FaqContainer h4 {
    font-size: 24px;
    margin: 0;
    background: #f3f4f5;
    border: 1px solid #e7eced;
    padding: 10px 32px 10px 15px;
    cursor: pointer;
    position: relative;
}

.FaqContainer h4:before {
    font-family: 'q4icons';
    content: "\e90c";
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 15px;
}

.FaqContainer h4.active:before {
    content: "\e90d";
}

.FaqContainer .FaqAnswer {
    border: 1px solid #e7eced;
    border-top: none;
    padding: 15px 15px 5px;
    display: none;
}

.FaqContainer .FaqAnswer p {
    margin: 0;
    padding: 18px 0 10px;
}
.FaqContainer .FaqAnswer p.contactPhone,
.FaqContainer .FaqAnswer p.contactEmail {
  padding-top: 0;
}

.FaqContainer .FaqAnswer p:first-child {
    padding-top: 0;
}
/*==================EMAIL ALERTS======================*/

.MailingListSignupContainer table tbody tr:nth-child(2n),
.MailingListUnsubscribeContainer table tbody tr:nth-child(2n) {
    background: none;
    display: block;
}

.MailingListSignupContainer tbody,
.MailingListUnsubscribeContainer tbody {
    border: none;
    background: none;
}

.MailingListSignupContainer .MailingListCol1,
.MailingListSignupContainer .MailingListCol2,
.MailingListUnsubscribeContainer .MailingListCol1,
.MailingListUnsubscribeContainer .MailingListCol2 {
    display: block;
    float:left;
    width: 100%;
}

.MailingListSignupContainer .MailingListCol1,
.MailingListUnsubscribeContainer .MailingListCol1 {
    padding-right: 30px;
}

.MailingListSignupContainer input[type="text"],
.MailingListUnsubscribeContainer input[type="text"] {
    display: inline-block;
}

.MailingListSignupContainer label {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.MailingListSignupContainer .icheckbox_flat-grey + label {
    margin-left: 0;
}

.MailingListSignupContainer .MailingListCol1 > span:after {
    content: ":";
}

.RequiredField {
    color: #ff0000 !important;
}

.MailingListSignupContainer .error-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.MailingListSignupContainer .EditSubscriberConfirmation {
    padding-top: 30px;
}

.MailingListUnsubscribeContainer .MailingListUnsubscribeMessage {
    display: inline-block;
    padding-top: 20px;
}


/*==================END EMAIL ALERTS==================*/


/*================INFORMATION REQUEST=================*/

.available-documents {
    display: none;
}

.FormBuilderContainer {
    padding-top: 35px;
}

.FormBuilderContainer .Item {
    float: left;
    display: inline-block;
    width: 50%;
}
.FormBuilderContainer .Item.ItemAvailableDocs {
    width: 100%;
    margin-bottom: 30px;
}
.checkboxTable .form-download {
    display: inline-block;
}
.Item.ItemAdditionalInformation {
    float: none;
    display: block;
    clear: both;
    width: 100%;
}

.Item.ItemCaptcha {
    float: none;
    width: auto;
}

.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    display: block;
}

.FormBuilderContainer textarea {
    padding: 10px 8px;
}

.RedStar,
.FormBuilderContainer .CaptchaContainer table span {
    color: #ff0000 !important;
}

.FormBuilderContainer .ErrorMessage {
    color: #ff0000;
}

.FormBuilderContainer input[type="submit"] {
    display: block;
}

.FormBuilderContainer .CaptchaContainer tbody {
    border: none;
}

.FormBuilderContainer .CaptchaContainer table td {
    position: relative;
    padding: 0 0 10px 0;
}

.FormBuilderContainer .CaptchaContainer table span {
    position: absolute;
    top: 0;
    right: -10px;
}

.FormBuilderContainer .CaptchaContainer table tbody tr:nth-child(2n) {
    background: none;
}

.MessageSent {
    display: inline-block;
    padding-top: 30px;
    color: green;
    font-weight: 700;
}

.SiteMapContainer a:focus {
    text-decoration: none !important;
}

.SiteMapContainer .SiteMap-Level3 {
    padding-left: 15px;
}

.SiteMapContainer .SiteMap-Level4 {
    padding-left: 30px;
}

.SiteMapContainer a {
    display: block;
    margin-bottom: 5px;
}

.notFound .SiteMapList {
    padding-top: 20px;
}
.back-to-top {
    bottom: 40px;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 999;
    text-align: center;
}

.back-to-top a {
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding-top: 20px;
    line-height: 1.3;
}

.back-to-top a:hover {
    color: #297ca5;
}

.back-to-top a:before {
    position: absolute;
    font-family: "q4icons";
    content: "\f176";
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.back-to-top.active {
    display: block;
}

.table-responsive,
.responsiveTable {
    display: block;
    overflow-x: auto;
}
.CustomTable {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.CustomTable th {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    color: #297CA5;
    font-size: 18px;
    background: #c1dae6;
    font-weight: 700;
}

.CustomTable td,
.CustomTable th {
    /*border-bottom: 1px solid #A4B3B7;*/
    padding: 15px 20px;
}

.CustomTable td,
.CustomTable th{
    border-right: solid 1px #A4B3B7;
}
.CustomTable td:first-child,
.CustomTable th:first-child{
    border-left: solid 1px #A4B3B7;
}
.CustomTable tr:nth-child(even){
    background: #E8ECED;
}
.CustomTable tr:first-child{
    border-top: 1px solid #A4B3B7;
}
.CustomTable tr:last-child{
    border-bottom: 1px solid #A4B3B7;
}
.CustomTable .tableFooter td {
    font-weight: 700;
}
.page-section.goals .goals-wrap {
    margin-top: 70px;
}
.page-section.goals .goals-wrap .goal {
    float: left;
    width: 33%;
    padding: 0 20px;
}
.page-section.goals .goals-wrap .goal .icon {
    width: 152px;
    height: 152px;
    background-color: #5F9DBC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
}

.page-section.goals .goals-wrap .goal.one .icon {
    background-image: url('../design/goal-1.svg');
}

.page-section.goals .goals-wrap .goal.two .icon {
    background-image: url('../design/goal-3.svg');
}

.page-section.goals .goals-wrap .goal.three .icon {
    background-image: url('../design/goal-2.svg');
}

.page-section.goals .goals-wrap .goal .btm {
    padding-left: 0;
}

.page-section.goals .goals-wrap .goal .pre {
    text-transform: uppercase;
    color: #777;
    margin-top: 0;
    font-family: 'latoSemibold2';
    font-weight: 400;
    font-size: 16px;
}

.page-section.goals .goals-wrap .goal .num {
    font-size: 48px;
    font-family: 'latoSemibold2';
    font-weight: 400;
    color: #777;
    margin-top: 0;
    line-height: 1.1;
    margin-bottom: 0;
}
.page-section.goals .preTop {
    min-height: 38px;
    margin-bottom: 10px;
}
.center {
    text-align: center;
}
/*.financialGoals .pageIntro {
    font-weight: 700;
    line-height: 1.3;
}*/
.factSheet {
    padding-top: 25px;
}
.factSheet .ModuleHeader,
.factSheet .ModuleFileSizeText {
    display: none;
}
.factSheet .ModuleThumbnail {
    display: inline-block;
    background: #fff;
}
.factSheet .ModuleThumbnail img{
   border: 1px solid #297ca5;
}
.factSheet .ModuleHeadlineLink {
    display: block;
}
.factSheet .ModuleHeadline {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    padding-left: 20px !important;
    display: inline-block;
    margin-top: 15px;
}
.factSheet .ModuleHeadline:hover {
    color: #297ca5;
}
.factSheet .ModuleHeadline:before {
    content: "\e906";
    font-family: "q4icons";
    display: block;
    left: 0;
    top: 50%;
    font-size: 13px;
    position: absolute;
    margin-top: -11px;
    color: #297CA5;
}
.ModuleEventDetails .PressRelease a:before {
    font-family: 'q4icons';
    content: "\e63b";
}
.ModuleEventDetails .PressRelease a[href*=".pdf"]:before,
.ModuleEventDetails .PressRelease a[href*=".PDF"]:before {
    content: "\e906";
}
.SearchResultsContainer {
    padding-top: 20px;
}
.RegulatoryFilingContainer select {
    display: none;
}
.MailingListSignupContainer input[type="submit"] {
  background-position: right 105px top 22px;
}
.MailingListUnsubscribeContainer input[type="submit"] {
    background-position: right 75px top 22px;
}
.tcc-foundation .end-bar {
    display: none;
}
.tcc-foundation #global-footer {
  padding-bottom: 0 !important;
}
p.contactPhone,
p.contactEmail {
  margin-top: 5px;
  margin-bottom: 5px;
}
p.contactPhone:before,
p.contactEmail:before {
  font-family: 'q4icons';
  font-weight: 400;
  display: inline-block;
  color: #297CA5;
  font-size: 14px;
  position: relative;
  margin-right: 5px;
}
p.contactPhone:before {
  content: "\e63f";
}
p.contactEmail:before {
  content: "\e633";
}
p.topMargin {
  margin-top: 0px;
}
.InvestmentCalculatorOld h2 {
  margin-bottom: 12px;
}


















/*-----------------------------------------*\
------- Header/Footer Feed Overwrite -------
\*-----------------------------------------*/
#cloroxheader,
#cloroxfooter {
    z-index: 100;
    position: relative;
    height: 136px;
    visibility: hidden;
}
@media (max-width: 1024px) {
    #cloroxheader,
    #cloroxfooter {
        height: 70.5px;
    }
}
.PaneHeader,
.PaneNavigation,
.PaneHeader2 {
    z-index: 99;
}
/*span {
  padding-left: 0px !important;
}*/


@media screen and (max-width: 1216px) {
  .PaneFooter {
    padding-top: 0;
    border-top: none;
  }
  .borderBottom {
    height: 1px;
    background: #357fa5;
    margin-bottom: 66px;
    display: block;
  }
  .Breadcrumb .customHomeLink {
    margin-left: 8px;
  }
}


@media screen and (max-width: 1200px) {
  .investorsNavigation li.selected .has-children {
    width: 50%;
  }
  .investorsNavigation li.selected .level2 > li:nth-child(2),
  .investorsNavigation li.selected .level2 > li:nth-child(4),
  .investorsNavigation li.selected .level2 > li:nth-child(6) {
    border-left: 1px solid #357fa5;
  }
  .investorsNavigation li.selected .level2 > li:nth-child(3),
  .investorsNavigation li.selected .level2 > li:nth-child(5) {
    border-left: none;
  }
  .investorsNavigation li.selected .level2 > li:nth-child(3),
  .investorsNavigation li.selected .level2 > li:nth-child(5) {
    padding-left: 0;
  }
  .investorsNavigation li.selected .level2 > li:nth-child(4) {
    padding-left: 30px;
  }
  .investorsNavigation li.selected .level3 {
    min-height: 220px;
  }
  div.homepageNavCol {
    width: 31.5%;
    margin-left: 2.75%;
  }
  div.homepageNavCol.investors {
    clear: left;
    margin-left: 0;
  }
  ul.homepageNavCol {
    padding-bottom: 15px;
  }
  .StockQuoteContainer .leftContainer {
/*    padding-right: 15px;*/
  }
  .StockQuoteContainer .rightContainer {
/*    padding-left: 20px !important;*/
  }
  .calc-widget-investment-calculator .compare .calc-input {
    margin-right: 35px;
  }
}

@media screen and (max-width: 1170px){
  .MaterialsRequestPage .FormBuilderContainer .icheckbox_flat-grey + label {
    display: inline-block;
    margin-left: 1%;
    width:65%;
  }
  .MaterialsRequestPage .FormBuilderContainer .icheckbox_flat-grey {
      margin-right: 9%;
  }
  .MaterialsRequestPage .FormBuilterContainer .document-request {
    display: inline-block;
    margin-right: 25px;
    width: 10%;
  }
  .annualWidgetArchive .cover > a {
    width: 100%;
  }
  .annualWidget .thumbContainer > a img,
  .annualWidgetArchive .cover img {
    width: 100%;
    max-width: 269px;
  }
  .annualWidget .thumbContainer,
  .annualWidget .details {
    vertical-align: top;
  }

}

@media screen and (max-width: 1100px) {
  .StockQuoteContainer .leftContainer {
/*    padding-right: 10px;*/
  }
  .StockQuoteContainer .rightContainer {
/*    padding-left: 15px !important;*/
  }
}

@media screen and (max-width: 1023px) {
  .navbar-collapse .level1 > li,
  .navbar-collapse .level1 > li:first-child {
    margin-left: 0;
  }
  .navbar-collapse .level1 > li a {
    padding: 7px;
  }
  .navbar-collapse .level2,
  .navbar-collapse .level3 {
    padding-left: 12px;
  }
  .PaneNavigation nav ul.level1 > li > a {
    padding: 7px;
  }
  .PaneNavigation .level3 li {
    border-bottom: none;
  }
  .PaneNavigation .headerLinks li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.5);
  }
  .navbar-collapse {
    float: none;
    padding-top: 0;
  }
  .PaneNavigation .headerLinks a {
    padding: 7px;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }
  .PaneNavigation .headerLinks a:focus {
    text-decoration: none !important;  }
  .PaneHeader {
    padding-left: 15px;
  }
  .PaneHeader .container {
    float: right;
    width: 35%;
    padding-left: 0;
  }
  .navbar-collapse .level2 > li:last-child {
    border-bottom: none;
  }
  .investorsMessage h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .ModuleSearch .ModuleContainerInnerTop {
    top: 56px;
  }
  .PaneFooter2 {
    padding-bottom: 27px;
  }
  div.footerSocial {
    float: none;
    padding-top: 0;
    padding-bottom: 15px;
  }
  div.footerLinks {
    float: none;
    padding-bottom: 10px;
  }
  .PaneLeft, .PaneRight {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .PaneContent {
    float: none;
    width: 100%;
  }
  .Breadcrumb {
    border-top: none;
    padding-top: 18px;
  }
  .mainBreadcrumb {
    padding-bottom: 12px;
  }
  .sidebarBreadcrumb {
    display: block;
    padding-top: 2px;
  }
  .pageBreadcrumb {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.25px;
  }
  .SecondaryNav {
    padding-bottom: 0;
  }
  div.relatedLinks {
    margin-top: 20px;
  }
  .StockQuoteContainer .leftContainer {
/*    padding-right: 30px;*/
  }
  .StockQuoteContainer .rightContainer {
/*    padding-left: 30px !important;*/
  }
  .StockQuoteHeaderContainer .StockDescription2,
  .StockQuoteHeaderContainer .StockDescription3,
  .StockQuoteHeaderContainer .StockVolumeText {
    margin-left: 15px;
  }
/*  .StockQuoteHeaderContainer,
  .LayoutHomePage .PaneBreadcrumb .StockPrice {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }*/
  .financialGoals {
      padding-top: 20px;
  }
}

@media screen and (max-width: 976px) {
  .investCalc {
    height: 590px !important; 
  }
}

@media screen and (max-width: 900px) {

  .StockQuoteContainer .leftContainer {
/*    padding-right: 15px;*/
  }
  .StockQuoteContainer .rightContainer {
/*    padding-left: 20px !important;*/
  }
  .PaneHeader2 {
    height: 200px;
  }
}

@media screen and (max-width: 849px) {
  .ModulePressRelease .tags-container {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 826px) {
  .RegulatoryFilingContainer .filingContainer {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 820px) {
  .StockQuoteContainer .leftContainer {
/*    padding-right: 10px;*/
  }
  .StockQuoteContainer .rightContainer {
/*    padding-left: 15px !important;*/
  }
}

@media screen and (max-width: 815px) {
/*  .investCalc {
    height: 700px !important;
  }*/
}

@media screen and (max-width: 800px){
  .MaterialsRequestPage .FormBuilderContainer .icheckbox_flat-grey + label {
      display: inline-block;
      margin-left: 1%;
      width: 60%;
  }
  .MaterialsRequestPage .download-heading, .MaterialsRequestPage .form-download {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .PaneHeader2 {
    padding-top: 60%;
  }
  .investorsNavigation li.selected .has-children {
    width: 100%;
  }
  .investorsNavigation li.selected .level2 > li:nth-child(2),
  .investorsNavigation li.selected .level2 > li:nth-child(4),
  .investorsNavigation li.selected .level2 > li:nth-child(6) {
    border-left: none;
  }
  .investorsNavigation li.selected .level2 > li:nth-child(2),
  .investorsNavigation li.selected .level2 > li:nth-child(4),
  .investorsNavigation li.selected .level2 > li:nth-child(6) {
    padding-left: 0;
  }
  .investorsNavigation li.selected .level3 {
    min-height: 0;
  }
  .investorsNavigation {
    padding-top: 40px;
  }
  .investorsNavigation li.selected .has-children {
    margin-bottom: 20px;
  }
  .investorsNavigation li.selected .has-children > a {
    line-height: 1;
  }
  div.homepageNavCol {
    width: 48%;
    margin-left: 2%;
  }
  div.homepageNavCol.investors {
    clear: none;
    margin-left: 2%;
  }
  div.homepageNavCol.corporateResponsibility {
    clear: left;
    margin-left: 0;
  }
  div.homepageNavCol.careers {
    margin-left: 0;
  }
  .latestPresentation .downloadPresentation {
    padding-left: 0;
    padding-top: 20px;
  }
  .ModuleEvent .ModuleContentContainer {
    padding-left: 0;
  }
  .ModuleEvent .mainInfoContainer  {
    margin-bottom: 10px;
  }
  .pastEvents .right {
    padding-left: 0;
  }
  .pastEvents .imageContainer {
    margin-bottom: 20px;
  }
  .pastEvents .leftSelect,
  .pastEvents .rightSelect {
    float: none;
  }
  .pastEvents .leftSelect {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .StockQuoteContainer .leftContainer {
/*    padding-right: 30px;*/
  }
  .StockQuoteContainer .rightContainer {
/*    padding-left: 30px !important;*/
  }
  .StockQuoteContainer .priceMainContainer {
    margin-bottom: 12px;
  }
/*  .quoteHistorical .leftCol .historicalTopColumn,
  .quoteHistorical .leftCol .historicalBottomColumn {
    padding-right: 0;
  }*/
  .quoteHistorical .centerCol .historicalTopColumn,
  .quoteHistorical .centerCol .historicalBottomColumn {
    padding-left: 0;
    padding-right: 0;
  }
/*  .quoteHistorical .historicalTopColumn,
  .quoteHistorical .historicalBottomColumn {
    width: 50%;
  }*/
/*  .quoteHistorical .historicalBottomColumn {
    margin-bottom: 25px;
  }*/
  .calc-widget-investment-calculator .calc-row {
    display: block; 
    margin-right: 0;
  }
  .calc-widget-investment-calculator .calc-row.customButton {
    display: inline-block; 
  }
  .calc-widget-investment-calculator .compare .calc-input {
    display: block;
    margin-bottom: 15px;
  }
  .mainBreadcrumb {
    display: none;
  }
  .sidebarBreadcrumb {
    padding-top: 36px;
  }
  .annualWidget .thumbContainer,
  .annualWidgetArchive .cover  {
    padding-bottom: 5px;
  }
  .RegulatoryFilingContainer .ModuleHeader .Download,
  .RegulatoryFilingContainer .ModuleItemRow ul {
    text-align: left;
  }
  .RegulatoryFilingContainer .ModuleHeader {
    display: none;
  }
  .RegulatoryFilingContainer .ModuleItemRow span,
  .RegulatoryFilingContainer .ModuleItemRow > a {
    margin-bottom: 7px;
  }
  .RegulatoryFilingContainer .FormGroupsContainer {
    margin-bottom: 0px;
  }
  .RssLinkTopContainer {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .upcomingEvents .RssLinkTopContainer{
    padding-left: 0;
    width: auto;
  }
  .annualWidget .details,
  .annualWidgetArchive .detailsContainer {
    padding-left: 0;
  }
  .annualReportsA .raportTitle {
    margin-top: 18px;
  }
  .PersonGenericContainer .PersonName2 {
      font-size: 26px;
  }
  .PersonGenericContainer .PersonTitle {
      font-size: 22px;
  }
  .PersonGenericContainer .PersonPhoto {
      text-align: center;
  }
  .PersonGenericContainer .PersonDescription {
      padding-top: 20px;
      padding-left: 0;
  }
  .FaqContainer h4 {
      font-size: 20px;
  }
  .FormBuilderContainer .Item {
      float: none;
      display: block;
  }
  .Item.ItemCaptcha {
      width: 50%;
  }
  .Item.ItemAdditionalInformation {
/*      width: 50%;*/
  }
  .back-to-top br {
      display: none;
  }
  .back-to-top a {
      padding-top: 0;
      padding-left: 15px;
  }
  .back-to-top a:before {
      top: 50%;
      left: 0;
      margin-left: 0;
      margin-top: -11px;
  }
  .page-section.goals .goals-wrap .goal {
      float: none;
      width: 100%;
      padding: 0;
      margin-bottom: 50px;
  }
  .page-section.goals .preTop {
      min-height: 0;
  }
  .FormBuilterContainer span[style*="hidden"] {
    display: none;
  }
  .MaterialsRequestPage .ItemAccountNumber {
    min-height: 0;
  }
  .MaterialsRequestPage .sbHolder {
    margin-bottom: 15px;
  }
  .pressMainModule .right {
    text-align: left;
  }
  #dividend-calculator .buttonContainer {
    float: none;
    margin-right: 0;
    display: inline;
  }
  #dividend-calculator  .valueContainer {
    float: none;
    display: inline-block;
  }
  .StockQuoteContainer .priceMainContainer,
  .StockQuoteContainer .dayMainContainer {
    float: none;
  }
  .StockQuoteContainer .priceMainContainer {
    width: 100%;
    margin-right: 0;
  }
  .StockQuoteContainer .leftContainer {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .StockQuoteContainer .rightContainer {
    float: none;
    width: 100%;
    padding-left: 0 !important;
  }
  .StockQuoteContainer .footerDetails {
    float: none;
    display: block;
  }
  .quoteHistorical .sbHolder {
    display: block;
  }
  .quoteHistorical .historicalCol {
    float: none;
  }
  .investCalc {
    height: 700px !important;
  }
  textarea {
  max-width: 310px;
  }
  .FormBuilderContainer .field-wrap {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px){
  .quoteBigContainer1,
  .quoteBigContainer2 {
    display: block;
  }
  .StockQuoteHeaderContainer .StockDescription3 {
    margin-left: 0;
  }
/*  .StockQuoteHeaderContainer .linkContainer {
    display: none;
  }*/
  .planBrochure,
  .planApplication {
    float: none;
    width: auto;
  }
  .planBrochure {
    padding-bottom: 20px;
  }
  .MaterialsRequestPage .FormBuilterContainer .document-request {
    width: 15%;
  }
  .MaterialsRequestPage .FormBuilderContainer .icheckbox_flat-grey {
    margin-right: 14%;
  }
  .MaterialsRequestPage .FormBuilderContainer .icheckbox_flat-grey + label {
    width: 58%;
  }
  .responsiveTable {
      overflow-x: auto;
  }
  .responsiveTable table {
      min-width: 767px;
  }
}

@media screen and (max-width: 746px) {
  .quoteHistorical .leftCol .historicalTopColumn,
  .quoteHistorical .leftCol .historicalBottomColumn {
    padding-right: 0;
  }
  .quoteHistorical .rightCol .historicalTopColumn,
  .quoteHistorical .rightCol .historicalBottomColumn {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 731px) {
/*  .StockQuoteContainer .priceMainContainer,
  .StockQuoteContainer .dayMainContainer {
    float: none;
  }
  .StockQuoteContainer .priceMainContainer {
    width: 100%;
    margin-right: 0;
  }
  .StockQuoteContainer .leftContainer {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .StockQuoteContainer .rightContainer {
    float: none;
    width: 100%;
    padding-left: 0 !important;
  }
  .StockQuoteContainer .footerDetails {
    float: none;
    display: block;
  }*/
}



@media screen and (max-width: 640px){
  .calc-input {
    display: block;
  }
  .financial-category-row:before {
      display: none;
  }
}

@media (min-width: 481px) and (max-width: 640px) {
    .financial-table .financial-document-category,
    .financial-table .financial-category-text {
        width: 55%;
    }
    .financial-table .financial-year-list,
    .financial-table .financial-document-list {
        width: 45%;
    }
}

@media screen and (max-width: 600px) {
  .StockQuoteContainer .leftContainer {
/*    padding-right: 15px;*/
  }
  .StockQuoteContainer .rightContainer {
/*    padding-left: 20px !important;*/
  }
  .quoteHistorical .sbHolder {
    display: block;
    margin-right: 0;
  }
  .imagesStrategy .ModuleThumbnail {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .imagesStrategy .ModuleItemRow {
    padding-bottom: 40px;
  }
  .imagesStrategy .ModuleHeadlineLink {
    margin-top: 2px;
  }
}

@media screen and (max-width: 580px) {
  .investCalc {
      height: 745px !important;
  }
}

@media screen and (max-width: 562px) {
  .investCalc {
    height: 760px !important;
  }
}

@media screen and (max-width: 560px) {
  .StockQuoteHeaderContainer .StockDescription1,
  .StockQuoteHeaderContainer .quoteContainer5,
  .StockQuoteHeaderContainer .quoteContainer4,
  .StockQuoteHeaderContainer .quoteContainer3 {
    display: block;
  }
  .StockQuoteHeaderContainer .StockDescription2,
  .StockQuoteHeaderContainer .StockVolumeText {
    margin-left: 0;
  }
  div.homepageNavCol {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  div.homepageNavCol.investors {
    margin-left: 0;
  }
/*  .StockQuoteContainer .leftContainer {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .StockQuoteContainer .rightContainer {
    float: none;
    width: 100%;
    padding-left: 0 !important;
  }*/
  .StockQuoteContainer .StockTableTextLabel {
    display: block;
    margin-bottom: 5px;
  }
/*  .StockQuoteContainer .footerDetails {
    float: none;
  }*/
  .quoteHistorical .historicalTopColumn,
  .quoteHistorical .historicalBottomColumn {
    width: 100%;
  }
  .RegulatoryFilingContainer .filingContainer,
  .RegulatoryFilingContainer .yearContainer {
    display: block;
  }
  .RegulatoryFilingContainer .filingContainer {
    margin-right: 0;
  }
  .investorsMessage h1 {
    width: auto;
  }
  .planBrochure {
    float: none;
    width: auto;
    padding-bottom: 25px;
  }
  .planApplication {
    float: none;
    width: auto;
  }
  .FormBuilderContainer .Item {
      width: auto;
  }
}

@media only screen and (max-width: 540px) {
    .ModulePressRelease .tags-container,
    .ModulePressRelease .years-container {
        display: block;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .financial-table .financial-year-list .slick-prev {
        left: 0;
    }
    .financial-table .financial-document-category {
        display: none;
    }
    .financial-table .financial-year-list,
    .financial-table .financial-category-text,
    .financial-table .financial-document-list {
        display: block;
        text-align: center;
        border: none;
    }
    .financial-table .financial-document-list {
        padding-top: 0;
    }
    .ModulePressRelease .tags-container {
      margin-right: 0;
    }
    #dividend-calculator .dividendValue {
      margin-bottom: 0;
  }
  .MailingListSignupContainer table input[type="text"],
  .MailingListUnsubscribeContainer table input[type="text"],
  .MailingListSignupContainer table select {
    width: 90% !important;
    max-width: 310px;
  }
}

@media screen and (max-width: 460px) {
  .PaneHeader2 {
    height: 600px;
  }
  .investorsMessage .linkContainer {
    width: 100%;
    text-align: left;
  }
  .investorsMessage .stockLink {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .calc-widget-investment-calculator .compare input[type="text"] {
    margin-left: 0px;
    margin-top: 5px;
  }
  .annualReportsA .thumbContainer > a {
    width: 100%;
  }
  .annualWidget .thumbContainer > a img {
    width: 100%;
  }
  .investCalc {
    height: 790px !important;
  }
}

@media screen and (max-width: 350px) {
  input[type="text"] {
    width: 100%;
    margin-right: 0;
  }
  input[type="submit"],
  input[type="button"],
  button,
  .customButton,
  a.customButton {
    width: 100%;
  }
  .sbHolder{
    width: 100%;
    margin-right: 0;
  }
  .quoteHistorical .historicalCol {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .FormBuilderContainer .field-wrap {
    margin-right: 0;
  }
  #dividend-calculator input[type="textarea"] {
    width: 100%;
  }
  #dividend-calculator input[type="button"] {
    background-position: right 75px top 20px;
  }
  .investmentCalculator .startDateContainer .calc-input,
  .investmentCalculator .endDate .calc-input {
    display: block;
  }
  .calc-widget-investment-calculator .compare .calc-input {
    margin-right: 0px;
  }
  .MailingListSignupContainer input[type="submit"] {
    background-position: right 85px top 21px;
  }
  .MailingListUnsubscribeContainer input[type="submit"] {
    background-position: right 60px top 21px;
  }
}
.PageInvestorsNewsEventsPressReleasesPressReleaseDetails .pageBreadcrumb{
  display: none;
}
.mainBreadcrumb {
/*  font-family: 'Lato';*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #130f30;
  letter-spacing: .75px;
  line-height: 1.6;
}
.mainBreadcrumb a {
/*  cursor: default;*/
  color: #1479c1;
}
/*.mainBreadcrumb a:hover{
  color:#5f9dbc;
}*/
.mainBreadcrumb a:hover{
  color: #1479c1;
}
.mainBreadcrumb a[href]:hover{
  cursor: pointer;
  text-decoration: underline;
}
.mainBreadcrumb .no_border:before{
  display: none;
}
.Breadcrumb .customHomeLink,
.mainBreadcrumb .investors_landing_link{
  cursor: pointer;
}
.Breadcrumb .customHomeLink:hover,
.mainBreadcrumb .investors_landing_link:hover{
  color:#5f9dbc;
}
.Breadcrumb .customHomeLink:hover {
    color: #297ca5;
}
.dividendPageTable tr.tableFooter td {
    padding-left: 10px;
    padding-right: 10px;
}
.dividendPageTable .CustomTable th,
.dividendPageTable .CustomTable td{
  width:16.66%;
}
.slidershare_download .ModuleIcon,
.slidershare_download .ModuleHeader,
.slidershare_download .ModuleFileSizeText{
  display: none;
}
.slidershare_download .ModuleThumbnail{
  margin-bottom: 15px;
  display: block;
}
.slidershare_download .ModuleHeadlineLink{
    display: none;
    /* display: inline-block; */
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    
    float: right;
    width: 33.33%;
    padding-left: 55px;
}
.slidershare_download .new_title{
  display: none;
  float: left;
  width: 66.66%;
}
.slidershare_download .ModuleItemRow:after{
  content: "";
  clear: both;
  display: block;
} 
@media all and (max-width: 768px){
  .slidershare_download .new_title{
    width: 100%;
  }
  .slidershare_download .ModuleHeadlineLink{
    padding-left: 0;
    width: 100%;
  }
}
@media all and (max-width: 560px){
  .slidershare_download .ModuleHeadlineLink{
    float: left;
    /**display: block;**/
  }
}
.slidershare_download .ModuleHeadlineLink:before{
    content: "\e906";
    font-family: "q4icons";
    display: inline-block;
    padding-right: 10px;
    font-size: 13px;
    margin-top: -11px;
    color: #297ca5;
}
.annualReportsA .raportTitle{
  display: none;
}
.annualReportsA .docs{
  margin-top: 10px;
}
.annualReportsA .docs li:first-child {
    margin-bottom: 15px;
}
.annualReportsA .docs li:first-child a {
    font-size: 18px;
}
.submit_btn {
    width: 31.6%;
}
.submit_btn span{
  width: 100%;
}
@media all and (max-width: 1100px){
  .lookupDiv button{
    margin-left: 0;
  }
}
@media all and (max-width: 800px){
  .submit_btn {
    margin-left: 0 !important;
    width: 100%;
  }
}



.latestPresentation .latestPresText {
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 3px;
    color: #49585E;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.latestPresentation .latestPresA {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    float: right;
    width: 33.33%;
    padding-left: 55px;         
    text-align: right;
}

.online-materials .ModuleHeader, .online-materials .ModuleItemRow {
    padding: 12px;
}
.online-materials .ModuleHeader {
    background: #c1dae6;
    color: #297CA5;
    font-weight: bold;
}

.online-materials .ModuleHeaderText1, .online-materials .ModuleDate {
    width: 200px;
    /* display: inline-block; */
}

.online-materials .ModuleHeader span, .online-materials .ModuleItemRow * {
    display: inline-block;
}

.online-materials {
    border: solid 1px #A4B3B7;
    position: relative;
}

.online-materials .ModuleItemAlt {
    background: #E8ECED;
}

.online-materials .ModuleHeader .ModuleHeaderText1, .online-materials .ModuleDate, .online-materials .ModuleFileSizeText {
    display: none;
}
.online-materials .ModuleThumbnail {
    float: right;
    width: 0px;
}
.online-materials .ModuleItemRow .ModuleThumbnail:after {
    font-family: 'q4icons' !important;
    color: #297CA5;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e906";
    position: absolute;
    right: 50px;
}

.online-materials .ModuleHeadlineLink {
    width: 88%;
}
.online-materials .ModuleHeaderThumbnail {
    display:none !important;
}

@media screen and (max-width: 770px) {
        .upcomingEvents .ModuleBody {
        font-size: 13px;
    }
}

.PageInvestorsNewsEventsEventsPresentations .upcomingEvents .AddToCalendar {
    display: none;
}
.upcomingEvents .ModuleTitle span {
    visibility: hidden;
}
.slidershare_download .ModuleThumbnail:before {
    display: none;
}
.slidershare_download ul {
    list-style-type: none;
}
@media (min-width: 769px){
.upcomingEvents.ModuleEvent .ModuleContentContainer {
    padding-left: 55px;
} 
}
.PageInvestorsNewsampEvents2019AnalystMeeting .pageBreadcrumb {
    display: none;
}