/*----- Reset CSS -----*/

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
  font-size: 10px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

nav ol, nav ul:not(.list), .list--reset ol, .list--reset ul:not(.list) {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}


/*----- Toast Grid -----*/

.grid {
  list-style: none;
  margin-left: -20px;
}

.grid_col--1-of-1, .grid_col--2-of-2, .grid_col--3-of-3, .grid_col--4-of-4, .grid_col--5-of-5, .grid_col--6-of-6, .grid_col--8-of-8, .grid_col--12-of-12 {
  width: 100%;
}

.grid_col--1-of-2, .grid_col--2-of-4, .grid_col--3-of-6, .grid_col--4-of-8, .grid_col--6-of-12 {
  width: 50%;
}

.grid_col--1-of-3, .grid_col--2-of-6, .grid_col--4-of-12 {
  width: 33.3333333333%;
}

.grid_col--2-of-3, .grid_col--4-of-6, .grid_col--8-of-12 {
  width: 66.6666666667%;
}

.grid_col--1-of-4, .grid_col--2-of-8, .grid_col--3-of-12 {
  width: 25%;
}

.grid_col--3-of-4, .grid_col--6-of-8, .grid_col--9-of-12 {
  width: 75%;
}

.grid_col--push-1-of-1, .grid_col--push-2-of-2, .grid_col--push-3-of-3, .grid_col--push-4-of-4, .grid_col--push-5-of-5, .grid_col--push-6-of-6, .grid_col--push-8-of-8, .grid_col--push-12-of-12 {
  margin-left: 100%;
}

.grid_col--push-1-of-2, .grid_col--push-2-of-4, .grid_col--push-3-of-6, .grid_col--push-4-of-8, .grid_col--push-6-of-12 {
  margin-left: 50%;
}

.grid_col--push-1-of-3, .grid_col--push-2-of-6, .grid_col--push-4-of-12 {
  margin-left: 33.3333333333%;
}

.grid_col--push-2-of-3, .grid_col--push-4-of-6, .grid_col--push-8-of-12 {
  margin-left: 66.6666666667%;
}

.grid_col--push-1-of-4, .grid_col--push-2-of-8, .grid_col--push-3-of-12 {
  margin-left: 25%;
}

.grid_col--push-3-of-4, .grid_col--push-6-of-8, .grid_col--push-9-of-12 {
  margin-left: 75%;
}

.grid_col--pull-1-of-1, .grid_col--pull-2-of-2, .grid_col--pull-3-of-3, .grid_col--pull-4-of-4, .grid_col--pull-5-of-5, .grid_col--pull-6-of-6, .grid_col--pull-8-of-8, .grid_col--pull-12-of-12 {
  margin-left: -100%;
}

.grid_col--pull-1-of-2, .grid_col--pull-2-of-4, .grid_col--pull-3-of-6, .grid_col--pull-4-of-8, .grid_col--pull-6-of-12 {
  margin-left: -50%;
}

.grid_col--pull-1-of-3, .grid_col--pull-2-of-6, .grid_col--pull-4-of-12 {
  margin-left: -33.3333333333%;
}

.grid_col--pull-2-of-3, .grid_col--pull-4-of-6, .grid_col--pull-8-of-12 {
  margin-left: -66.6666666667%;
}

.grid_col--pull-1-of-4, .grid_col--pull-2-of-8, .grid_col--pull-3-of-12 {
  margin-left: -25%;
}

.grid_col--pull-3-of-4, .grid_col--pull-6-of-8, .grid_col--pull-9-of-12 {
  margin-left: -75%;
}

.grid_col--1-of-5 {
  width: 20%;
}

.grid_col--push-1-of-5 {
  margin-left: 20%;
}

.grid_col--pull-1-of-5 {
  margin-left: -20%;
}

.grid_col--2-of-5 {
  width: 40%;
}

.grid_col--push-2-of-5 {
  margin-left: 40%;
}

.grid_col--pull-2-of-5 {
  margin-left: -40%;
}

.grid_col--3-of-5 {
  width: 60%;
}

.grid_col--push-3-of-5 {
  margin-left: 60%;
}

.grid_col--pull-3-of-5 {
  margin-left: -60%;
}

.grid_col--4-of-5 {
  width: 80%;
}

.grid_col--push-4-of-5 {
  margin-left: 80%;
}

.grid_col--pull-4-of-5 {
  margin-left: -80%;
}

.grid_col--1-of-6 {
  width: 16.6666666667%;
}

.grid_col--push-1-of-6 {
  margin-left: 16.6666666667%;
}

.grid_col--pull-1-of-6 {
  margin-left: -16.6666666667%;
}

.grid_col--5-of-6 {
  width: 83.3333333333%;
}

.grid_col--push-5-of-6 {
  margin-left: 83.3333333333%;
}

.grid_col--pull-5-of-6 {
  margin-left: -83.3333333333%;
}

.grid_col--1-of-8 {
  width: 12.5%;
}

.grid_col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid_col--3-of-8 {
  width: 37.5%;
}

.grid_col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid_col--5-of-8 {
  width: 62.5%;
}

.grid_col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid_col--7-of-8 {
  width: 87.5%;
}

.grid_col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid_col--1-of-12 {
  width: 8.3333333333%;
}

.grid_col--push-1-of-12 {
  margin-left: 8.3333333333%;
}

.grid_col--pull-1-of-12 {
  margin-left: -8.3333333333%;
}

.grid_col--2-of-12 {
  width: 16.6666666667%;
}

.grid_col--push-2-of-12 {
  margin-left: 16.6666666667%;
}

.grid_col--pull-2-of-12 {
  margin-left: -16.6666666667%;
}

.grid_col--5-of-12 {
  width: 41.6666666667%;
}

.grid_col--push-5-of-12 {
  margin-left: 41.6666666667%;
}

.grid_col--pull-5-of-12 {
  margin-left: -41.6666666667%;
}

.grid_col--7-of-12 {
  width: 58.3333333333%;
}

.grid_col--push-7-of-12 {
  margin-left: 58.3333333333%;
}

.grid_col--pull-7-of-12 {
  margin-left: -58.3333333333%;
}

.grid_col--10-of-12 {
  width: 83.3333333333%;
}

.grid_col--push-10-of-12 {
  margin-left: 83.3333333333%;
}

.grid_col--pull-10-of-12 {
  margin-left: -83.3333333333%;
}

.grid_col--11-of-12 {
  width: 91.6666666667%;
}

.grid_col--push-11-of-12 {
  margin-left: 91.6666666667%;
}

.grid_col--pull-11-of-12 {
  margin-left: -91.6666666667%;
}

.grid_col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 480px) {
  .grid_col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .grid_col[class*="grid_col--lg-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid_col.grid_col--lg-1-of-1 {
    width: 100%;
  }
  .grid_col.grid_col--lg-1-of-2, .grid_col.grid_col--lg-2-of-4 {
    width: 50%;
  }
  .grid_col.grid_col--lg-1-of-3 {
    width: 33.3333333333%;
  }
  .grid_col.grid_col--lg-2-of-3 {
    width: 66.6666666667%;
  }
  .grid_col.grid_col--lg-1-of-4 {
    width: 25%;
  }
  .grid_col.grid_col--lg-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .grid_col[class*="grid_col--lc-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid_col.grid_col--lc-1-of-1 {
    width: 100%;
  }
  .grid_col.grid_col--lc-1-of-2, .grid_col.grid_col--lc-2-of-4 {
    width: 50%;
  }
  .grid_col.grid_col--lc-1-of-3 {
    width: 33.3333333333%;
  }
  .grid_col.grid_col--lc-2-of-3 {
    width: 66.6666666667%;
  }
  .grid_col.grid_col--lc-1-of-4 {
    width: 25%;
  }
  .grid_col.grid_col--lc-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .grid_col[class*="grid_col--md-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid_col.grid_col--md-1-of-1 {
    width: 100%;
  }
  .grid_col.grid_col--md-1-of-2, .grid_col.grid_col--md-2-of-4 {
    width: 50%;
  }
  .grid_col.grid_col--md-1-of-3 {
    width: 33.3333333333%;
  }
  .grid_col.grid_col--md-2-of-3 {
    width: 66.6666666667%;
  }
  .grid_col.grid_col--md-1-of-4 {
    width: 25%;
  }
  .grid_col.grid_col--md-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .grid_col[class*="grid_col--sm-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid_col.grid_col--sm-1-of-2, .grid_col.grid_col--sm-2-of-4 {
    width: 50%;
  }
  .grid_col.grid_col--sm-1-of-3 {
    width: 33.3333333333%;
  }
  .grid_col.grid_col--sm-2-of-3 {
    width: 66.6666666667%;
  }
  .grid_col.grid_col--sm-1-of-4 {
    width: 25%;
  }
  .grid_col.grid_col--sm-3-of-4 {
    width: 75%;
  }
}

.grid_col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid_col--d-first {
  float: left;
}

.grid_col--d-last {
  float: right;
}

.grid--no-gutter {
  margin-left: 0;
}
.grid--no-gutter .grid_col {
  padding-left: 0;
}
.grid--no-gutter .grid_col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid--no-space .grid_col {
  margin-right: 0;
}

.grid_col--ab {
  vertical-align: bottom;
}

.grid_col--am {
  vertical-align: middle;
}


/*---------- Animations ----------*/

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/*----- Accessibility -----*/

*:focus {
  outline: none;
}
a:focus {
  text-decoration: underline !important;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
#maincontent:focus {
  outline: 0px;
}
.module-skip_link {
  position: absolute;
  top: -100px;
  left: 50%;
  padding: 15px 20px;
  background: transparent;
  color: white;
  transform: translate(-50%, 0);
  transition: 0.5s ease-in-out;
  z-index: 100;
}
.module-skip_link:focus, .module-skip_link:active, .module-skip_link:hover {
  top: 0;
  background: #006fba;
  outline: 0;
}
.module-skip_link:visited {
  color: #fff;
}


/*----- Javascript -----*/

.js--loading:after {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 10px 0 10px -25px;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb27";
  font-size: 50px;
  font-size: 5rem;
  animation: spin 0.8s infinite linear;
}
.js--hidden {
  display: none;
}
.js--visible {
  display: block;
}
.js--disabled {
  opacity: 0.1;
  border-color: #333333;
  color: #333333;
  transition: none;
  pointer-events: none;
}
.js--invalid input[type="text"], .js--invalid select {
  border-bottom: 1px solid #b72121 !important;
}
.js--invalid input[type="checkbox"] {
  border-color: #b72121 !important;
}
.module-script {
  display: none;
}


/*----- Default Styles -----*/

body {
  overflow-x: hidden;
  color: #595959;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}


/*-- Typography --*/

h1, h2, h3, h5 {
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
h1, .h1 {
  font-size: calc(24px + 2.6vmin);
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 100;
  color: #0081c6;
  margin: 0 0 20px 0;
}
h3,
.pane--footer .module-subscribe h2,
.module-downloads .module_header-text,
.module-financial-table_header-year,
.module-sec .module_header,
.table thead th,
.module-stock .module-stock_lookup-title {
  font-size: calc(16px + .4vmax);
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 10px 0;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #1c7293;
}

i {
  display: inline-block;
}

p {
  margin: 0 0 20px 0;
}

small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  display: block;
  font-weight: 400;
}


/*-- Common --*/

img {
  max-width: 100%;
}
iframe {
  width: 100%;
}


/*-- Hacks and Fixes --*/

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


/*-- Lists --*/

.list--ordered {
  list-style-type: decimal;
}
.list--alpha {
  list-style-type: lower-alpha;
}
.list--roman {
  list-style-type: lower-roman;
}
.list--inside {
  list-style-position: inside;
}


/*-- Buttons / Inputs --*/

input[type="checkbox"], input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  user-select: none;
  cursor: pointer;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #e6e8e9;
  margin: 0 10px -2px 0;
  line-height: 1;
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  background-color: #1c7293;
}
input[type="radio"] + label:before {
  border-radius: 100%;
}
input::-ms-clear {
  display: none;
}
.input, .textarea, .dropdown, .upload, .submit, .button {
  display: inline-block;
  max-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 11px 17px;
  border: none;
  color: #fff;
  border-radius: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.25;
  background-color: #1c7293;
  border: 1px solid #d0d4d6;
}
.input::-ms-clear, .textarea::-ms-clear, .dropdown::-ms-clear, .upload::-ms-clear, .submit::-ms-clear, .button::-ms-clear {
  display: none;
}
.submit, .button, .upload, .dropdown {
  cursor: pointer;
}
.textarea {
  width: 100%;
  resize: vertical;
}
.upload {
  line-height: 0;
}
.button {
  transition: 0.3s ease-in-out;
}
.button:hover {
}
.button--inverted {
  background: #006fba;
  color: #fff;
}
.button--inverted:hover {
  background: transparent;
  color: #006fba;
}
.button--inverted.js--disabled {
  background: #fff;
  border-color: #006fba;
  color: #006fba;
}
.button--dark {
  border: 2px solid #fff;
  color: #fff;
}
.button--dark:hover {
  background: #fff;
  color: #006fba;
}
.button-link {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 2px solid;
  font-family: 'Source Sans Pro', sans-serif;
}
.dropdown {
  padding: 10px 35px 10px 15px;
  background: transparent url(../design/svg/q4-icon_chevron-down-black.svg) no-repeat right 10px center;
  background-size: 14px 14px;
  min-width: 130px;
  color: inherit;
  border: 1px solid;
}
.dropdown::-ms-expand {
  display: none;
}
.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"],
.module_dropdown,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: none;
  padding: 10px;
  border: none;
  border-radius: 0;
  background-color: #e6e8e9;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #595959;
}
.module_input[type="text"]::-ms-clear,
.module_input[type="email"]::-ms-clear,
.module_input[type="file"]::-ms-clear,
.module_dropdown::-ms-clear,
textarea::-ms-clear {
  display: none;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
.module_input[type="file"],
.module_dropdown {
  cursor: pointer;
}
.module_input[type="file"] {
  line-height: 1;
}
.module_input--brand[type="text"] {
  display: inline-block;
  width: auto;
}
.module_dropdown {
  background: #f6f6f6 url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 20px center;
  background-size: 14px 14px;
}
.module_dropdown::-ms-expand {
  display: none;
}
.pane--content input[type="text"],
.pane--content input[type="email"],
.pane--content textarea {
  border-bottom: 1px solid #e6e8e9;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/* removing input background colour for Chrome autocomplete */
@-webkit-keyframes autofill {
  to { background: transparent; }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}


/*-- Tables --*/

.table--responsive-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}
.table-wrapper,
.module-calculator_info {
  margin-bottom: 20px;
  padding-bottom: 15px;
  box-shadow: 0 10px 15px #ccc;
  border-top: 1px solid #f5f5f5;
}
.table {
  width: 100%;
}
.table thead th {
  text-align: left;
  padding: 20px 25px;
  color: #fff;
}
.table th, .table td, .table tr > .grid_col {
  margin: 0;
}
.table tbody {
  background-color: #fff;
}
.table tbody td {
  padding: 11px 25px;
  border-top: 1px solid #939598;
  vertical-align: middle;
}
.table tbody tr:first-child td {
  border-top: none;
}
.table--headless tr:first-child td {
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .table--responsive thead {
    display: none;
  }
  .table--responsive tbody td {
    display: block;
    border: none;
  }
  .table--responsive tbody td:first-child {
    border-top: 1px solid #939598;
    padding-bottom: 0;
  }
  .table--responsive td:before {
    content: attr(data-heading) ": ";
    font-weight: 600;
  }
  .module-analyst-coverage a[href*='mailto'] {
    word-break: break-all;
  }
}


/*-- utility classes --*/

.hidden {
  display: none !important;
}
.disabled {
  opacity: 0.1;
  border-color: #333333;
  color: #333333;
  transition: none;
  pointer-events: none;
}

.absolute {
  position: absolute;
}
.relative {
  position: relative;
}

.inline {
  display: inline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}

.vtop {
  vertical-align: top;
}
.vmiddle {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}

.right {
  float: right;
}
.left {
  float: left;
}

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}

.background--cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background--brand {
  background-color: #0081c6;
}
.background--alt-brand {
}
.background--dark {
  background-color: #595959;
}
.background--light {
  background-color: #fff;
}
.background--grey {
  background-color: #e6e8e9;
}
.background--success {
  background-color: #23a217;
}
.background--error {
  background-color: #b72121;
}
.background--purple-to-blue {
  background: rgb(89,45,95);
  background: -moz-linear-gradient(top, rgba(89,45,95,1) 17%, rgba(0,129,198,1) 100%);
  background: -webkit-linear-gradient(top, rgba(89,45,95,1) 17%,rgba(0,129,198,1) 100%);
  background: linear-gradient(to bottom, rgba(89,45,95,1) 17%,rgba(0,129,198,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#592d5f', endColorstr='#0081c6',GradientType=0 );
}
.background--blue2-to-blue {
  background: rgb(36,81,100);
  background: -moz-linear-gradient(top, rgba(36,81,100,1) 0%, rgba(0,129,198,1) 90%);
  background: -webkit-linear-gradient(top, rgba(36,81,100,1) 0%,rgba(0,129,198,1) 90%);
  background: linear-gradient(to bottom, rgba(36,81,100,1) 0%,rgba(0,129,198,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245164', endColorstr='#0081c6',GradientType=0 );
}
.background--orange-to-yellow {
  background: rgb(204,105,50);
  background: -moz-linear-gradient(top, rgba(204,105,50,1) 0%, rgba(235,171,33,1) 90%);
  background: -webkit-linear-gradient(top, rgba(204,105,50,1) 0%,rgba(235,171,33,1) 90%);
  background: linear-gradient(to bottom, rgba(204,105,50,1) 0%,rgba(235,171,33,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6932', endColorstr='#ebab21',GradientType=0 );
}
.background--blue-to-turquoise {
  background: rgb(0,129,198);
  background: -moz-linear-gradient(top, rgba(0,129,198,1) 0%, rgba(106,192,204,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,129,198,1) 0%,rgba(106,192,204,1) 100%);
  background: linear-gradient(to bottom, rgba(0,129,198,1) 0%,rgba(106,192,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081c6', endColorstr='#6ac0cc',GradientType=0 );
}
.background--blue-to-turquoise-horizontal {
  background: rgb(0,129,198);
  background: -moz-linear-gradient(left, rgba(0,129,198,1) 0%, rgba(104,191,204,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,129,198,1) 0%,rgba(104,191,204,1) 100%);
  background: linear-gradient(to right, rgba(0,129,198,1) 0%,rgba(104,191,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0182c6', endColorstr='#68bfcc',GradientType=1 );
}
.background--blue-to-turquoise-diagonal,
.module-calculator_info,
.module-committee .module_container--desktop {
  background: rgb(0,129,198);
  background: -moz-linear-gradient(-45deg, rgba(0,129,198,1) 0%, rgba(106,192,204,1) 70%);
  background: -webkit-linear-gradient(-45deg, rgba(0,129,198,1) 0%,rgba(106,192,204,1) 70%);
  background: linear-gradient(135deg, rgba(0,129,198,1) 0%,rgba(106,192,204,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081c6', endColorstr='#6ac0cc',GradientType=1 );
}

.color--brand {
  color: #0081c6;
}
.color--alt-brand {
  color: #1c7293;
}
.color--purple {
  color: #592d5f;
}
.color--dark {
  color: #595959;
}
.color--grey {
  color: #e6e8e9;
}
.color--success,
.MessageSent {
  color: #23a217;
}
.color--error {
  color: #b72121;
}
.dark {
  color: #fff;
}
.dark a {
  color: #fff;
}

.page--no-alternating .pane--content {
  padding: 35px 0;
}
.page--no-alternating .module {
  padding-top: 35px;
  padding-bottom: 35px;
}

.layout--iframe .pane--content .module {
  padding: 35px 0;
}

.pane--content .module {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .pane--content .module {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pane--content .module--thin {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pane--content .module--thin-top {
  padding-top: 30px;
}
.pane--content .module--thin-bottom {
  padding-bottom: 30px;
}

.pane--content .module--thick {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pane--content .module--thick-top {
  padding-top: 30px;
}
.pane--content .module--thick-bottom {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .pane--content .module--thick {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pane--content .module--thick-top {
    padding-top: 60px;
  }
  .pane--content .module--thick-bottom {
    padding-bottom: 60px;
  }
}

.pane--content .module--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.pane--content .module--no-padding-top {
  padding-top: 0;
}
.pane--content .module--no-padding-bottom {
  padding-bottom: 0;
}

.module--no-margin-top {
  margin-top: 0 !important;
}
.module--no-margin-bottom {
  margin-bottom: 0 !important;
}

.layout_header .pane_inner,
.layout_content .module > .module_container--outer,
.layout_footer .pane_inner {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.layout--iframe .layout_content .module > .module_container--outer {
  padding: 0;
  max-width: none;
}


/*-- Icons --*/

.module_q4-icon-links .module_link:before {
  content: "\e9bb";
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.module_q4-icon-links .module_add-to-calendar-reveal:before {
  content: "\ea5f";
  padding-right: 5px;
}
.module_q4-icon-links .module_link[href$=".mp3"]:before,
.module_q4-icon-links .module_link[href$=".wmv"]:before,
.module_q4-icon-links .module_link[href$=".MP3"]:before,
.module_q4-icon-links .module_link[href$=".WMV"]:before {
  content: "\e952";
}
.module_q4-icon-links .module_link[href$=".xls"]:before,
.module_q4-icon-links .module_link[href$=".csv"]:before,
.module_q4-icon-links .module_link[href$=".XLS"]:before,
.module_q4-icon-links .module_link[href$=".CSV"]:before {
  content: "\ef41";
}
.module_q4-icon-links .module_link[href$=".mp4"]:before,
.module_q4-icon-links .module_link[href$=".flv"]:before,
.module_q4-icon-links .module_link[href$=".avi"]:before,
.module_q4-icon-links .module_link[href$=".MP4"]:before,
.module_q4-icon-links .module_link[href$=".FLV"]:before,
.module_q4-icon-links .module_link[href$=".AVI"]:before {
  content: "\e95e";
}
.module_q4-icon-links .module_link[href$=".pdf"]:before,
.module_q4-icon-links .module_link[href$=".PDF"]:before {
  content: "\ef3e";
}
.module_q4-icon-links .module_link[href$=".rtf"]:before {
  content: "\ef40";
}
.module_q4-icon-links .module_link[href$=".zip"]:before {
  content: "\e9b9";
}
.module_q4-icon-links .module_link.module_link-webcast:before,
.module_q4-icon-links .module_webcast-link:before {
  content: "\e989";
}
.module_q4-icon-links .module_link.module_link-news:before,
.module_q4-icon-links .module_link.module_link-transcript:before {
  content: "\e90d";
}
.module_q4-icon-links .module_link.module_link-presentation:before {
  content: "\e95c";
}
.module_q4-icon-links .module_link.module_link-file:before {
  content: "\eb81";
}


/*-- error/success message --*/

.module_error-container {
  margin-bottom: 20px;
  color: #b72121;
  display: block;
}
.module_error-container ul {
  padding-left: 25px;
  margin: 0;
}
.module_error-container > br {
  display: none;
}
.module_error-container > span {
  display: block;
}
.module_error-container > span:before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ec6b";
  margin-right: 5px;
}
.module_message {
  display: block;
  margin: 0;
}
.module_message[style$="hidden;"],
.module_message:empty {
  display: none;
}
.module_message--success {
  color: #23a217;
}
.module_message--success:before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed71";
  margin-right: 5px;
}
.module_message--error {
  color: #b72121;
}
.module_message--error:before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed4f";
  margin-right: 5px;
}

/* Captcha */

.CaptchaContainer {
  display: none;
}
.CaptchaContainer table tr:nth-child(1) {
  display: none;
}
.CaptchaContainer table tr:nth-child(2) td {
  padding-bottom: 20px;
}
.CaptchaContainer table tr:nth-child(3) td span {
  display: none !important;
}
.CaptchaContainer table tr:nth-child(4) span {
  display: none !important;
}
.CaptchaContainer table tr td {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .CaptchaContainer table tr td {
    padding-right: 0;
  }
}
.CaptchaContainer input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  max-width: none;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e6e8e9;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #595959;
}
.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
  padding-bottom: 20px;
}
.fancybox-container .CaptchaContainer table tr td {
  padding-right: 0;
}


/*----- Globals -----*/

.module_label {
  display: inline-block;
  margin-bottom: 5px;
}

.nav_close {
  display: none;
}

.module_options {
  margin-bottom: 30px;
}

.module_item {
  margin-bottom: 30px;
}
.module_item:last-child {
  margin: 0;
}

.module_headline,
.module_details-title {
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
.module_headline {
  display: inline;
}
.module_headline-link {
  color: #595959;
}
@media only screen and (min-width: 1024px) {
  .module_headline,
  .module_details-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

.module_date-time {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline;
  font-weight: 400;
  padding-left: 20px;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
.module_date-time:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 26px;
  background-color: #595959;
  margin-right: 20px;
  position: relative;
  top: 3px;
}
.dark .module_date-time:before {
  background-color: #fff;
}
.module-news .module_date-time:before,
.module-presentation .module_date-time:before {
  margin-right: 15px;
}
.module-news .module_date-time,
.module-presentation .module_date-time {
  padding-left: 12px;
}
.module-details .module_date-time {
  padding-left: 0;
}
.module-details .module_date-time:before {
  display: none;
}

.module_links,
.rss-icons {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
@media only screen and (min-width: 640px) {
  .module_links > *,
  .module_attachments > *,
  .module_financials > * {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid;
    margin-right: 15px !important;
    padding-right: 20px !important;
  }
  .module_links > *:last-child,
  .module_attachments > *:last-child,
  .module_financials > *:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: none;
  }
}
.module_link {
  display: inline-block;
  vertical-align: middle;
}
.module_link > i:before {
  display: block;
}
.module_link[style="DISPLAY:block;"], .module_link[style="display: block;"] {
  display: inline-block !important;
  border: none;
}
.module_links.module_links--stack > *,
.module_links.module_links--stack li,
.module_links.module_links--stack .module_presentation {
  display: block;
}

.module_rss {
  float: right;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 5px;
}

.module_header,
.module_back-to-top,
.module_anchor-target,
.module_file-size,
.module_file-type,
.module_file-text {
  display: none;
}
.module_nav,
.module_location,
.module_body,
.module_not-found {
  margin-bottom: 15px;
}

.module_actions,
.module_pager {
  margin-top: 20px;
}

.module_image {
  display: inline-block;
  max-width: 30%;
  margin-bottom: 16px;
}
.module_image--right {
  float: right;
  margin-left: 32px;
}
.module_image--left {
  float: left;
  margin-right: 32px;
}
.module_introduction {
  margin-bottom: 35px;
}

.module_loader {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.module_options-label {
  margin-right: 5px;
  margin-bottom: 5px;
}
.module_options-select {
  margin-right: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .module_options-label,
  .module_options-select,
  .module_options-submit {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.module_pager a {
  color: #333333;
}
.module_pager a[href] {
  color: #006fba;
}


/*-- Boxes --*/

.module-boxes {
  margin: -15px;
}
.grid--table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  border-spacing: 15px;
}
.grid--table_cell {
  display: table-cell;
  vertical-align: top;
  padding: 0;
}
@media only screen and (max-width: 768px){
  .grid_col.grid--table_cell {
    display: block;
  }
}


/*-- Accordion --*/

.module-faq .toggle-all {
  text-align: right;
}
.module-faq .toggle-all a:before {
  content: "Show all";
}
.module-faq .toggle-all.js--active a:before {
  content: "Hide all";
}
.module-faq .module_item,
.module-person-accordion .module_item {
  margin: 10px 0 0 0;
}
.module-faq_question,
.module-person-accordion .module-person_name-container {
  padding: 10px 50px 10px 15px;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
.module-faq_question:after,
.module-person-accordion .module-person_name-container:after {
  content: "\edbe";
  font-family: 'q4-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}
.module-faq .js--active .module-faq_question:after,
.module-person-accordion .js--active .module-person_name-container:after {
  content: "\edc2";
}
.module-faq_answer,
.module-person-accordion .module-person_description-container {
  padding: 15px 15px 1px 15px;
}


/*-- Download List --*/

.module-downloads .module_nav,
.module-downloads_thumbnail,
.module-downloads_date {
  display: none;
}
@media only screen and (min-width: 640px) {
  .module-downloads .module_header {
    display: block;
    padding: 20px 25px;
  }
}
.module-downloads .module_header .module_header-text {
  float: left;
  padding: 0;
  margin: 0;
}
.module-downloads .module_header .module-downloads_description {
  float: right;
  display: block;
  width: 90px;
}
.module-downloads .module_container--content {
  padding-bottom: 15px;
  box-shadow: 0 10px 15px #ccc;
  border-top: 1px solid #f5f5f5;
}
.module-downloads .module_item {
  padding: 10px 80px 10px 25px;
  margin: 0;
  background-color: #fff;
  position: relative;
}
.module-downloads .module_item:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 25px;
  right: 25px;
  top: 0;
  height: 1px;
  background-color: #939598;
}
.module-downloads .module_header + .module_item:before {
  display: none;
}
.module-downloads_title {
  position: relative;
}
.module-downloads_title-link:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.module-downloads .module_link {
  display: inline-block;
  padding-right: 35px;
}
.module-downloads .module_file-text {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.module-downloads .module_not-found {
  margin: 0;
  padding: 0 15px;
  background-color: #fff;
}


/*---------- HEADER ----------*/

.layout > .layout_inner {
  padding-left: 150px;
}
.pane--header {
  width: 151px;
  position: fixed;
  height: 100%;
  z-index: 999;
  background: #fff;
  border-right: 1px solid #d9dadb;
}


/*----- Logo -----*/

.module-logo {
  text-align: center;
  padding: 33px 0;
  height: 130px;
}
.module-logo a,
.module-logo img {
  display: block;
  vertical-align: top;
  margin: 0 auto;
}


/*----- Main Navigation -----*/

.nav--bar .level1 {
  border-bottom: solid 1px #acacac;
}
.nav--bar .level1 > li {
  min-height: calc(68px + 2vmin);
  line-height: calc(68px + 2vmin);
  transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  border-top: solid 1px #acacac;
}
.nav--bar .level1 > li > a {
  color: #939598;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 20px;
  line-height: 2rem;
  padding: 15px;
  margin-top: -1px;
}
.nav--bar .level1 ul {
  height: 100%;
  top: 0;
  margin-left: 150px;
  padding-top: 130px;
  min-width: 320px;
  background-color: #1c7293;
  display: block;
  visibility: hidden;
  position: absolute;
  left: -320px;
  transition: left .3s ease-in-out;
  -webkit-transition: left .3s ease-in-out;
  -moz-transition: left .3s ease-in-out;
  -ms-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  z-index: 99;
}
.nav--bar li.has-children.js--expanded > ul {
  left: 0px;
  visibility: visible;
}
.nav--bar .level2 a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
  line-height: 45px;
  height: 50px;
  padding: 3px 40px;
  color: #fff;
  display: block;
  white-space: nowrap;
  position: relative;
}
.nav--bar .level1 ul.level3,
.nav--bar .level1 ul.level4 {
  background-color: #245164;
  margin-left: 0px;
  top: 0;
  z-index: -900;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
}
.nav--bar .level1 ul.level4 {
  background-color: #212122;
}
.nav--bar li.has-children.js--expanded > ul.level3,
.nav--bar li.has-children.js--expanded > ul.level4 {
  opacity: 1;
  visibility: visible;
  left: 320px;
}
.nav--bar .level1 > li:hover {
  border-left: solid 12px #1c7293;
}
.nav--bar .level1 > li.js--expanded > a,
.nav--bar .level1 > li:hover > a {
  color: #555;
}
.nav--bar .level2 > li.js--expanded > a,
.nav--bar .level2 > li > a:hover {
  background: #245164;
}
.nav--bar .level3 > li.js--expanded > a,
.nav--bar .level3 > li > a:hover {
  background: #212122;
}
.nav--bar .level4 > li > a:hover {
  background: #939598;
}
.nav--bar .level2 li.has-children > a:after {
  content: "\e911";
  font-family: 'q4-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}


/*----- Banner -----*/

.layout_header {
  background-image: url("../design/banner/banner_overview.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.PageInvestorRelationsFinancialInformationQuarterlyResults .layout_header {
  background-image: url("../design/banner/banner_quarterly.jpg");
}
.pane--banner {
  height: 222px;
}
.layout--home .pane--banner {
  height: 350px;
}
.pane--banner > .pane_inner {
  height: 100%;
}
.pane--banner > .pane_inner:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-left: -1px;
}


/*----- Page Title -----*/

.module-page-title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}


/*----- Breadcrumb -----*/

.pane--breadcrumb {
  height: 130px;
  background-color: #d0d4d6;
  position: relative;
}
.pane--breadcrumb > .pane_inner {
  padding: 33px 0 30px 15px;
  height: 130px;
}

.module-breadcrumb {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  float: left;
  margin-top: 43px;
}
.module-breadcrumb a,
.module-breadcrumb_separator {
  color: #999898;
}
.module-breadcrumb_separator {
  margin: 0 3px;
}
.module-breadcrumb a:hover {
  color: #0081c6;
}


/*----- Contact, Search -----*/

.module-trigger {
  float: right;
  position: absolute;
  right: 0;
}
.module-trigger li {
  display: inline-block;
  vertical-align: middle;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 600;
  color: #595959;
  text-transform: uppercase;
  cursor: pointer;
  width: 135px;
  padding-top: 8px;
  text-align: center;
}
.module-trigger a {
  color: #595959;
}
.module-trigger li:hover,
.module-trigger li:hover > a {
  color: #fff;
}
.module-trigger i {
  display: block;
  text-align: center;
  margin-bottom: 7px;
  font-size: 28px;
  font-size: 2.8rem;
}
.module-trigger_contact {
  margin-right: -3px;
}
.module-trigger_search {
  border-left: 1px solid #595959;
}
.module-search h2,
.module-contact-popup h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #1c7293;
  margin: 0;
  padding: 0;
}
.module-search h2 i,
.module-contact-popup h2 i {
  font-size: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.module-search h2 {
  display: none;
}
.module-search .module-close,
.module-contact-popup .module-close {
  font-size: 24px;
  font-size: 2.4rem;
  color: #939598;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}
.module-contact-popup .module_container--inner,
.module-search--header .module_container--inner {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(235,235,235,.97);
  padding: 20px 0;
  z-index: 99;
}
.module-search--header .pane_inner,
.module-contact-popup .pane_inner {
  position: relative;
}
.module-search--header {
  visibility: hidden;
  opacity: 0;
}
.module-search--header.js--active {
  visibility: visible;
  opacity: 1;
}

.module-contact-popup .module_subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 300;
  border-bottom: 1px solid #595959;
  padding: 15px 0;
}
.module-contact-popup .grid {
  font-weight: 400;
}
.module-contact-popup .grid_col {
  margin-top: 35px;
}

.module-search input[type="text"] {
  padding: 9px 180px 9px 20px;
  background-color: transparent;
  border-bottom: 1px solid #595959;
  font-size: 24px;
  font-size: 2.4rem;
}
.module-search_button {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  background-color: #1c7293;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px;
  width: 160px;
  text-align: center;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/*----- Mobile Navigation -----*/

.pane--navigation {
  display: none;
}
.layout_toggle {
  display: none;
  float: right;
  margin-top: 20px;
}
.navbar-toggle {
  cursor: pointer;
  padding: 10px 11px;
}
.navbar-toggle .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.navbar-toggle .middle-bar {
  opacity: 1;
}
.navbar-toggle .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}
.navbar-toggle .icon-bar {
  background-color: #939598;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.js--mobile .pane--header .layout_toggle .navbar-toggle .top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
}
.js--mobile .pane--header .layout_toggle .navbar-toggle .middle-bar {
  opacity: 0;
}
.js--mobile .pane--header .layout_toggle .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
}
.nav--mobile {
  font-size: 16px;
  font-size: 1.6rem;
}
.nav--mobile a {
  display: block;
}
.nav--mobile a:focus {
  text-decoration: none !important;
}
.nav--mobile .level1 > li {
  border-top: solid 1px #acacac;
}
.nav--mobile .level1 > li > a {
  color: #939598;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  padding: 10px 15px;
  font-weight: 400;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  line-height: 20px;
  line-height: 2rem;
}
.nav--mobile li.has-children > a:after {
  content: "\e910";
  font-family: 'q4-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
}
.nav--mobile .level2 {
  background-color: #1c7293;
  display: none;
  line-height: 25px;
  font-weight: 400;
}
.nav--mobile .level2 li {
  border-top: solid 1px #acacac;
}
.nav--mobile .level2 a {
  color: #fff;
  padding: 5px 25px;
}
.nav--mobile .level3 {
  display: none;
  background-color: #235164;
}
.nav--mobile .level4 {
  display: none;
  background-color: #212122;
}
.nav--mobile li.has-children.js--expanded > ul {
  display: block;
}


/*---------- media query for HEADER */

@media only screen and (max-width: 1100px) {
  .nav--bar .level1 ul {
    left: -195px;
    min-width: 195px;
  }
  .nav--bar li.has-children.js--expanded > ul.level3,
  .nav--bar li.has-children.js--expanded > ul.level4 {
    left: 195px;
  }
    .nav--bar .level2 a {
    white-space: normal;
    height: auto;
    line-height: normal;
    padding: 10px 40px 10px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-breadcrumb {
    width: 55%;
  }
}
@media only screen and (min-width: 992px) {
  .pane--banner.js--active-search {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .pane--breadcrumb {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pane--navigation {
    display: none;
  }
  .layout,
  .layout.js--mobile {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .nav--bar,
  .pane--breadcrumb {
    display: none;
  }
  .layout_toggle {
    display: block;
  }
  .layout > .layout_inner {
    padding: 0;
  }
  .pane--header {
    width: 100%;
    padding: 15px 15px 20px 15px;
    position: static;
    border: none;
  }
  .module-logo {
    float: left;
    padding: 0;
    height: auto;
  }
  .js--mobile .pane--navigation {
    display: block;
    padding-top: 9px;
  }
}


/*---------- FOOTER ----------*/

.pane--footer2 {
  overflow: hidden;
  padding: 50px 0 40px 0;
  font-size: 14px;
  font-size: 1.4rem;
}


/*----- Info -----*/

.module-info {
  float: left;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
  margin-bottom: 50px;
}
.module-info a:hover {
  color: #245164
}


/*----- Social Links -----*/

.module-links--social {
  float: right;
  margin-bottom: 15px;
}
.module-links--social h2 {
  text-transform: uppercase;
  color: inherit;
  font-weight: 300;
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 60px;
}
.module-links--social h2.module_title--mobile {
  margin: 25px 0 0 0;
  display: none;
}
.module-links--social li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 15px;
}
.module-links--social a {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  color: #999;
}
.module-links--social i:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.module-links--social .q4-icon_twitter-square:hover {
  color: #63CDF1;
}
.module-links--social .q4-icon_linkedin-square:hover {
  color: #90CADD;
}
.module-links--social .q4-icon_facebook-square:hover {
  color: #507CBE;
}
.module-links--social .q4-icon_youtube-square:hover {
  color: #CD201F;
}
.module-links--social .q4-icon_rss-square:hover {
  color: #F8991D;
}
.module-links--social .q4-icon_google-plus-square:hover {
  color: #F16261;
}


/*----- Contact, Email Alerts -----*/

.pane--footer .pane_inner_content {
  margin: 0 -15px;
  padding: 45px 0;
}
.pane--footer .FooterPaneDiv {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 15px;
}
.pane--footer .FooterPaneDiv > span {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background-color: #fff;
  padding: 25px;
}
.module-contact-ir {
  font-weight: 400;
}
.pane--footer .module-subscribe {
  display: block;
  width: 100%;
  padding: 0;
}
.module-subscribe--footer .module-subscribe_form tr:nth-child(odd) {
  padding-right: 5px;
}
.module-subscribe--footer .module-subscribe_table.module-subscribe_form {
  display: inline-block;
  vertical-align: middle;
  width: 72%;
}
.module-subscribe--footer .module_actions {
  display: inline-block;
  vertical-align: middle;
  width: 26%;
  margin: 0;
}
.module-subscribe--footer .module_actions .button {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  width: 100%;
  max-width: 120px;
}
.module-subscribe--footer .module-subscribe_list tr {
  display: inline-block;
  width: 50%;
}
.module-subscribe--footer .module-subscribe_list tr:last-child {
  width: 100%;
}
.pane--footer .module_introduction {
  display: none;
}
.pane--footer .module-subscribe_email label,
.pane--footer .module-subscribe_list-header,
.pane--footer .module-subscribe_email .module_required,
.pane--footer .module-subscribe .CaptchaContainer {
  display: none;
}
.pane--footer .module-subscribe_form tbody {
  display: block;
}
.pane--footer .module-subscribe_form tr {
  width: 100%;
  margin: 0;
}
.pane--footer .module-subscribe_mailing-list {
  margin-top: 7px;
}
.pane--footer .module-subscribe_list > td {
  padding: 0;
}
.module-subscribe--footer p.module_message--error {
  display: none;
}
.pane--footer .module-subscribe_mailing-list.js--revealed,
.pane--footer .module-subscribe .module_actions.js--revealed {
  display: block;
}


/*----- Footer Links, Copyright -----*/

.module-links--footer,
.copyright,
.module-q4-credits {
  color: #939598;
  font-weight: 400;
}
.module-links--footer li {
  display: inline-block;
}
.module-links--footer li:after {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #939598;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 10px;
}
.module-links--footer li:last-child:after {
  display: none;
}
.module-links--footer a,
.module-q4-credits a {
  color: #939598;
}
.copyright {
  position: relative;
  padding-top: 50px;
  margin-bottom: 10px;
  clear: both;
}
.copyright:before {
  content: '';
  display: inline-block;
  height: 1px;
  background-color: #d9dadb;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
}
.module-q4-credits {
  padding-top: 10px;
  clear: both;
}
.module-links--footer {
  float: left;
  clear: left;
}


/*---------- media query for FOOTER */

@media only screen and (max-width: 1024px) {
  .module-subscribe--footer .module-subscribe_table.module-subscribe_form,
  .module-subscribe--footer .module_actions {
    display: block;
    width: 100%;
  }
  .pane--footer .module-subscribe--footer {
    position: relative;
    padding-bottom: 60px;
  }
  .module-subscribe--footer .module_actions {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .module-subscribe--footer .module-subscribe_form tr:nth-child(odd) {
    padding: 0;
  }
  .module-subscribe--footer .module-subscribe_list tr {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1023px){
  .pane--footer2 {
    padding: 30px 0;
  }
  .module-info {
    float: none;
    margin-bottom: 25px;
  }
  .module-links--social {
    float: none;
    border-bottom: 1px solid #d9dadb;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .module-links--social h2 {
    margin-bottom: 30px;
  }
  .module-links--footer {
    width: 50%;
    clear: none;
  }
  .module-links--footer li {
    display: block;
    margin-bottom: 5px;
  }
  .module-links--footer li:after {
    display: none;
  }
  .copyright:before {
    display: none;
  }
  .pane--footer2 {
    position: relative;
  }
  .copyright {
    position: absolute;
    bottom: 55px;
    left: 15px;
    right: 15px;
    padding: 0;
    margin: 0;
  }
  .module-q4-credits {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 768px){
  .pane--footer .pane_inner_content {
    margin: 0;
    padding: 30px 0;
  }
  .pane--footer .FooterPaneDiv,
  .pane--footer .FooterPaneDiv > span {
    display: block;
    width: 100%;
  }
  .pane--footer .FooterPaneDiv > span:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px){
  .module-links--social li {
    margin-right: 10px;
  }
}


/*---------- HOME ----------*/

.module-overview {
  padding-right: 40px;
  padding-top: 25px;
}


/*----- Stock Quote Header -----*/

.module-stock-home .module_container--content {
  padding-bottom: 15px;
  box-shadow: 0 10px 15px #ccc;
}
.module-stock-home .module_title {
  padding: 20px 25px;
  margin: 0;
}
.module-stock-home .module_title + div {
  padding: 20px 25px 25px 25px;
}
.module-stock-header h5 {
  margin-bottom: 10px;
}
.module-stock-header_stock-price {
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: -5px;
  float: left;
  margin-right: 10px;
}
.module-stock-header_change {
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  float: left;
  margin-top: 5px;
}
.module-stock-home .module-stock_date {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.module-stock-home .module-stock-chart {
  margin-bottom: 10px;
}
.module-stock-home .highcharts-input-group,
.module-stock-home .highcharts-range-selector-buttons {
  visibility: hidden;
}


/*----- News, Events -----*/

.module-news-latest {
  border: 1px solid #d9dadb;
}
.module-news-latest,
.module-event-latest {
  position: relative;
  padding: 25px 25px 90px 25px;
}
.module-news-latest .button-link,
.module-event-latest .button-link {
  position: absolute;
  bottom: 30px;
  left: 25px;
}


/*----- Quarterly Results -----*/

.module-latest-quarter {
  margin-top: 20px;
  padding: 25px;
}
.module-latest-quarter .module_link:before {
  font-size: 45px;
  font-size: 4.5rem;
  display: inline-block;
  vertical-align: middle;
}
.module-latest-quarter .module_link-webcast:before {
  font-size: 30px;
  font-size: 3rem;
}
.module-latest-quarter .module_link > span {
  display: inline-block;
  vertical-align: middle;
}
.module-latest-quarter li {
  border: none;
  margin: 10px 0 0 0 !important;
  padding: 0;
}
.module-latest-quarter .module_q4-icon-links .module_link[href$=".pdf"]:before,
.module-latest-quarter .module_q4-icon-links .module_link[href$=".PDF"]:before {
  content: "\e900";
}
.module-latest-quarter .module_q4-icon-links .module_link.module_link-form10Q:before {
  content: "\e90c";
}


/*----- Feature presentation -----*/

.module-slideshow_ratio {
  position: relative;
}
.module-slideshow_viewer:not(.grid_col) {
}
.module-slideshow .module_item {
  margin-bottom: 0;
}
.module-slideshow iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}


/*----- Annual report & proxy -----*/

.module-annual-latest .module_container--content {
  padding-bottom: 75%;
  position: relative;
}
.module-annual-latest .module_items {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.module-annual-latest .module_item {
  padding: 25px;
  margin: 0;
  border-top: 15px solid #fff;
  height: 50%;
}
.module-annual-latest .module_item:first-child {
  border: none;
}
.module-annual-latest .module_headline {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}


/*---------- media query for HOME */

@media only screen and (max-width: 1024px){
  .module-stock-header_stock-price {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0;
  }
  .module-stock-header_change {
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .module-news-latest {
    margin-bottom: 15px;
  }
  .module-annual-latest {
    margin-top: 30px;
  }
  .module-annual-latest .module_container--content {
    padding: 0;
  }
  .module-annual-latest .module_items {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  .module-latest-quarter li:last-child {
    margin-top: 25px !important;
  }
}


/*---------- PRESS RELEASES ----------*/

.module-news-details .module_view-all-link {
  display: inline-block;
}
.module-news-details .module_view-all-link--top {
  margin-bottom: 30px;
}
.module-news-details_category {
  display: none;
}
.module-news-details ul {
  margin: 16px 0;
  padding-left: 32px;
  list-style-type: disc;
}
.module-news-details table.prntblns {
  line-height: 16px;
  line-height: 1.6rem;
  width: auto;
  margin: 0 auto 20px auto;
}
.module-news-details table.prntblns p {
  margin: 0;
}


/*---------- EVENTS & PRESENTATIONS ----------*/

.module-event .module_location,
.module-event .module_speakers h4,
.module-event .module_body,
.module-event-details .module_speakers h4 {
  display: none;
}
.module-event-upcoming .module_nav {
  display: none;
}
.module-event-calendar {
  display: table;
  width: 100%;
}
.module-event-calendar_calendar-container,
.module-event-calendar_event-container {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.module-event-calendar_calendar-container {
  padding-right: 20px;
}
.module-event-calendar_event-container {
  padding: 50px;
  background-color: #e6e8e9;
}
.module-event-calendar_splash i {
  font-size: 40px;
  font-size: 4rem;
  color: #0081c6;
}
.module-event-calendar_controls {
  padding: 20px 15px;
  background-color: #0081c6;
  color: #fff;
}
.module-event-calendar_previous-month,
.module-event-calendar_month,
.module-event-calendar_next-month {
  display: inline-block;
}
.module-event-calendar_previous-month,
.module-event-calendar_next-month {
  cursor: pointer;
}
.module-event-calendar_previous-month {
  float: left;
}
.module-event-calendar_next-month {
  float: right;
}
.module-event-calendar_day-container {
  border-bottom: 1px solid #e6e8e9;
}
.module-event-calendar_day {
  position: relative;
  width: 14.285%;
  margin: 0;
  padding: 8px 0 25px;
  border-top: 1px solid #e6e8e9;
  border-left: 1px solid #e6e8e9;
}
.module-event-calendar_day.calendar-dow-6 {
  border-right: 1px solid #e6e8e9;
}
.module-event-calendar_day--name {
  padding: 15px 0 10px;
  border: none;
}
.module-event-calendar_day--today {
  background: #e6e8e9;
}
.module-event-calendar_day--event {
  cursor: pointer;
}
.module-event-calendar_day--event:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: block;
  height: 4px;
  background-color: #0081c6;
}
.module-event-calendar_day--selected {
  background-color: #006fba;
  color: #fff;
}
.module-event-calendar_day--selected:after {
  background-color: #fff;
}
.module-event-calendar_day--adjacent-month {
  color: rgba(51, 51, 51, 0.1);
  pointer-events: none;
}
.module-event-calendar_day--adjacent-month:after {
  content: none;
}
.module-event-calendar .module_item {
  padding: 0;
}
.module-event-calendar .module_links {
  margin-top: 20px;
}
.module-event-calendar .module_add-to-calendar {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .module-event-calendar {
    display: block;
  }
  .module-event-calendar_calendar-container,
  .module-event-calendar_event-container {
    display: block;
    width: 100%;
  }
  .module-event-calendar_calendar-container {
    padding-right: 0;
  }
  .module-event-calendar_event-container {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .module-event-calendar_day {
    display: inline-block;
  }
}

.module_reminder {
  margin-top: 30px;
}
.module_reminder .module_input.module_reminder-period,
.module_reminder .module_input.module_reminder-email {
  margin-right: 10px;
  margin-bottom: 5px;
}
.module_reminder.js--reminded {
  display: none;
}
.module_reminder-button {
  padding: 11px;
  width: 120px;
}

.module_add-to-calendar-reveal {
  cursor: pointer;
}
.module_add-to-calendar-reveal:focus {
  text-decoration: underline;
}
.module-event-calendar .module_add-to-calendar-reveal {
  color: #1c7293;
}
.module-event-calendar .module_add-to-calendar-reveal i {
  display: none;  
}
.module_add-to-calendar-list {
  display: none;
}
.module_add-to-calendar-list:after {
  content: "Select your Calendar";
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.fancybox-container .module_add-to-calendar-list {
  padding: 70px;
}
.module_add-to-calendar-item {
  display: inline-block;
  margin: 0 10px;
}
.module_add-to-calendar-item--ics {
  display: none;
}
.module_add-to-calendar-link {
  font-size: 24px;
  font-size: 2.4rem;
}
.module_add-to-calendar.js--hidden {
  display: none;
}

.module_speakers li {
  margin-bottom: 5px;
}

.module-presentation .module_body {
  display: none;
}


/*---------- STOCK INFORMATION ----------*/

/*------ Stock Quote Module ------*/

.module-stock_value .module-stock_price:before,
.module-stock_value .module-stock_high:before,
.module-stock_value .module-stock_low:before,
.module-stock_value .module-stock_open:before,
.module-stock_value .module-stock_close:before,
.module-stock_value .module-stock_week-low:before,
.module-stock_value .module-stock_week-high:before,
.module-stock_value .module-stock_previous-close:before {
  content: "$";
}
.module-stock .module_container--wrap {
  padding-bottom: 15px;
  box-shadow: 0 10px 15px #ccc;
}
.module-stock .module_options {
  background-color: #fff;
  padding: 0 15px 15px 15px;
  margin: 0 -15px;
}
.module-stock .module_container--content {
  background-color: #fff;
  padding: 10px 25px;
}
.module-stock .stock-historical-range .module_options > *:not(:last-of-type) {
  margin-bottom: 20px;
}
.module-stock .module-stock_lookup-title {
  color: #fff;
  margin: 0;
  padding: 20px 25px;
}
.module-stock_label, .module-stock_value {
  border-bottom: 1px solid #939598;
}
.module-stock_label > span,
.module-stock_value > span {
  display: block;
  padding: 11px 0;
}
.module-stock_up {
  color: #23a217;
}
.module-stock_down {
  color: #b72121;
}
.module-stock_label {
  font-weight: 500;
}
.module-stock_date {
  padding: 0px 25px 10px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  background-color: #fff;
}
.module-stock_date span:last-child {
  float: right;
}
.module-stock .button {
  padding: 10px;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .module-stock.module-stock-historical .module-stock_empty {
    display: none;
  }
  .module-stock-historical .module_options-label,
  .module-stock-historical .module_options-select,
  .module-stock-historical .module_options-submit {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .module-stock_date span:last-child {
    float: none;
    display: block;
  }
}


/*------ Stock Chart ------*/

.module-stock-chart .highcharts-legend-item:first-child path {
  stroke: #0081c6;
}
.module-stock-chart .highcharts-legend-item:first-child text {
  cursor: default !important;
}
.module-stock-chart .highcharts-series-0 {
  stroke: #0081c6;
}
.module-stock-chart .highcharts-series-0 path:first-child {
  stroke: #0081c6;
}
.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
  stroke: #0081c6;
}
.module-stock-chart .highcharts-navigator rect {
  fill: rgba(0, 129, 198, 0.6);
}
.module-stock-chart .highcharts-navigator-handle {
  stroke: rgba(0, 0, 0, 0.05);
  fill: #f2f2f2;
  cursor: ew-resize;
}
.module-stock-chart .highcharts-navigator-handle-right rect, .module-stock-chart .highcharts-navigator-handle-left rect {
  stroke-width: 0;
  fill: #0081c6;
}
.module-stock-chart .highcharts-navigator-handle-right path, .module-stock-chart .highcharts-navigator-handle-left path {
  stroke: #fff;
}
.module-stock-chart .highcharts-highcharts-scrollbar g:first-of-type rect {
  fill: #0081c6;
  stroke: #0081c6;
}
.module-stock-chart .highcharts-range-selector {
  box-sizing: content-box;
}
.module-stock-chart .highcharts-range-input rect {
  stroke: #cccccc;
  fill: #f2f2f2;
}
.module-stock-chart .highcharts-button rect, .module-stock-chart .highcharts-input-group rect {
  stroke-width: 0;
  fill: rgba(0, 0, 0, 0.05);
}
.module-stock-chart .highcharts-button text, .module-stock-chart .highcharts-input-group text {
  fill: #595959;
}
.module-stock-chart .highcharts-container > svg > .highcharts-button {
  display: none;
}
.module-stock-chart input[type="text"] {
  background-color: #fff;
}


/*----- Investment Calculator -----*/

.module-calculator_input:not(:last-of-type) {
  margin-bottom: 20px;
}
.module-calculator_input h4 {
  margin-bottom: 10px;
}
.module-calculator_input input[type="checkbox"] + label {
  margin: 0;
}
.module-calculator_input-row input[type="text"] {
  margin-top: 10px;
  max-width: 300px;
}
.module-calculator_input-row--other input[type="text"] {
  display: none;
}
.module-calculator_input-row--other input[type="text"].js--revealed {
  display: block;
}
@media screen and (min-width: 1024px) {
  .module-calculator_popup-container {
    min-width: 920px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .module-calculator_popup-container .table thead {
    display: none;
  }
  .module-calculator_popup-container .table tbody {
  }
  .module-calculator_popup-container .table td {
    display: block;
    border: none;
  }
  .module-calculator_popup-container .table td:before {
    content: attr(data-heading) ": ";
    font-weight: 600;
  }
  .module-calculator_popup-container .table tr:nth-child(even) td {
    background-color: #f9f9f9;
  }
}
.module-calculator_info td:first-child:before {
  content: none;
}


/*---------- FINANCIAL INFORMATION ----------*/

/*----- SEC Filings -----*/

.module-sec .module_options + div {
  padding-bottom: 15px;
  box-shadow: 0 10px 15px #ccc;
  border-top: 1px solid #f5f5f5;
}
.module-sec .module_header {
  display: block;
  margin: 0;
  padding: 20px 25px;
}
.module-sec .module_container--content {
  padding: 10px 25px;
}
.module-sec .module_item {
  margin: 0;
  padding: 9px 0;
  border-top: 1px solid #939598;
}
.module-sec .module_item:first-child {
  border-top: none;
}
.module-sec .module_item .grid_col {
  vertical-align: middle;
  margin: 0;
}
.module-sec_download-list-item {
  display: inline-block;
}
.module-sec_download-list .module_link {
  margin: 0;
}
.module-sec-details_download-list-item {
  display: inline-block;
}
.module-sec-details_download-list .module_link {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .module-sec .module_header {
    display: none;
  }
  .module-sec .module_item .grid_col {
    padding: 0 5px;
  }
  .module-sec_date, .module-sec_filer, .module-sec_filing, .module-sec_description {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 481px) {
  .module_options_company {
    display: inline-block;
  }
}


/*----- Quarterly Results -----*/

.module-financial-table .module_container--content {
  padding-bottom: 15px;
  box-shadow: 0 10px 15px #ccc;
}
.module-financial-table .module-financial-table_body {
  padding: 10px 30px;
  font-weight: 400;
}
.module-financial-table_header {
  padding: 0 30px;
}
.module-financial-table_header-year-container {
  text-align: center;
}
.module-financial-table_header-year {
  margin: 0;
  padding: 20px 0;
}
.module-financial-table_header-category.grid_col {
  padding: 20px 15px;
}
.module-financial-table_body-row {
  border-top: 1px solid #939598;
}
.module-financial-table_body-row:first-child {
  border-top: none;
}
.module-financial-table_body-year-container {
  text-align: center;
}
.module-financial-table_body-year, .module-financial-table_body-category.grid_col {
  padding: 12px 0;
}
.module-financial-table_item {
  display: inline-block;
  margin: 0 5px;
}
.module-financial-table_item--empty {
  color: #999898;
}
.module-financial-table .slick-slider {
  display: inline-block;
  padding: 0;
}
.module-financial-table .slick-slide:focus {
  outline: none;
}
.module-financial-table .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
}
.module-financial-table .slick-prev {
  left: 10px;
}
.module-financial-table .slick-next {
  right: 10px;
}
.module-financial-table .slick-disabled {
  opacity: 0.1;
  cursor: default;
}
.module-financial-table .module_link-pdf .module-financial-table_link,
.module-financial-table .module_link-pdf .module-financial-table_item--empty {
  font-size: 0;
}
.module-financial-table .module_link-pdf .module-financial-table_link:before,
.module-financial-table .module_link-pdf .module-financial-table_item--empty:before {
  content: "\ef3e";
  font-size: 20px;
  font-size: 2rem;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*----- Annual Reports -----*/

.module-annual_tech .hide-for-archive {
  display: none;
}
.module-annual_latest .module_link:before {
  position: static;
}


/*----- Interactive Financials -----*/

.no-data {
  clear: both;
  margin: 50px 0;
  background-color: #e9e9e9;
}
.disclaimer {
  clear: both;
  font-size: 12px;
  padding: 25px 10px;
  text-align: center;
}
#statements.cashflow {
  padding:0;
}
.helper-header {
  margin:0;
  border-bottom: 1px solid #ccc;
  *zoom: 1;
}
.helper-header:before, .helper-header:after {
  content: "";
  display: table;
}
.helper-header:after {
  clear: both;
}
#helper-sheets-menu {
  float: right;
  margin-top: 10px;
}
#helper-sheets-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: -1px !important;
}
#helper-sheets-menu li {
  float: left;
  list-style-type: none;
  margin: 0;
}
#helper-sheets-menu a {
  display: block;
  text-decoration: none;
  padding: 10px;
  position:relative;
  font-size: 14px;
}
#helper-sheets-menu a.active:before{
  top: auto;
  bottom: 0;
  left: 50%;
  position: absolute;
  margin-right: 0;
  margin-left: -5px;
  border-bottom: 5px solid #666666;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
}
#helper-sheets-menu .annualOnly {
  display: none !important;
}
#main-container .nav ul {
  padding: 0;
  margin: 0;
}
#main-container tr td, 
#main-container tr th {
  text-align: left;
}
h1#legend {
  text-align: center;
}
h1#legend span {
  margin-left: 6px;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}
h1#legend span.iac {
  display: block;
  margin: 5px 0 0 0;
  font-style: normal;
}
#main-container {
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
}
.helper-main-nav {
  margin: 1px 0 20px;
}
.helper-main-nav ul {
  display: table;
  width: 100%;
  min-height: 65px;
}
.helper-main-nav li {
  display: table-cell;
  border-right: 1px solid #acacac;
  background-color: #e6e8e9;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
}
.helper-main-nav li.active {
  width: 50%;
  font-size: 18px;
  background-color: #ccc;
  color: #fff;
}
.helper-main-nav li:last-child {
  border-right: none;
}
.helper-secondary-nav {
  display: none;
  margin: 20px 0;
}
.helper-secondary-nav ul {
  *zoom: 1;
}
.helper-secondary-nav ul:before, .helper-secondary-nav ul:after {
  content: "";
  display: table;
}
.helper-secondary-nav ul:after {
  clear: both;
}
.helper-secondary-nav li {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.helper-secondary-nav li.active {
  background-color: #476a92;
  color: #fff;
}
.helper-secondary-nav li:last-child {
  border-right: none;
}
#ssc-table {
  min-height: 100px;
  margin-bottom: 20px;
}
#table-progress {
  position: relative;
  text-align: center;
  display: none;
}
.spinner {
  height: 40px;
  width: 40px;
  margin: 100px auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 4px solid rgba(125, 125, 125, 0.15);
  border-right: 4px solid rgba(125, 125, 125, 0.15);
  border-bottom: 4px solid rgba(125, 174, 125, 0.15);
  border-top: 4px solid rgba(125, 125, 125, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg); }
}
@-moz-keyframes rotation {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(359deg); }
}
@-o-keyframes rotation {
  from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(359deg); }
}
@keyframes rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}
.fontello-pin,
.fontello-full {
  font-family: 'q4-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fontello-pin:before {
  content: '\e917';
}
.fontello-full:before {
  content: '\e918';
}
#ssc-charts .chart-box {
  position: relative;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}
#ssc-charts .chart-box .chart-box-wrapper {
  border: 1px solid #dcdcdc;
}
#ssc-charts .box-header .heading {
  padding: 5px 28px 5px 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#ssc-charts .box-header .tabs {
  background-color: #7e7e7e;
  color: #fff;
}
#ssc-charts .box-header .tabs .tab {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}
#ssc-charts .box-header .tabs .tab.active {
  background-color: #fff;
  color: #666;
}
#ssc-charts .box-header .box-header-wrapper {
  background-color: #f0f0f0;
  line-height: 25px;
  overflow: hidden;
}
#ssc-charts .chart-wrapper .chart {
  background-color: #fbfbfb;
  height: 180px;
}
#ssc-charts .highcharts-data-labels {
  visibility: hidden;
}
#ssc-charts .highcharts-data-labels[visibility="hidden"] {
  visibility: hidden !important;
}
#type-selector ul {
  display: table;
  width: 100%;
  padding: 0;
  margin:0px;
  border-bottom:1px solid #acacac;
}
#type-selector ul li {
  display: table-cell;
  width: 30%;
  background-color: #e6e8e9;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
#type-selector ul li:first-child {
  border-right: 1px solid #acacac;
}
#type-selector ul li.active {
  width: 70%;
}
#fancyChart {
  position: relative;
}
#fancyChart h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 60px;
  margin: 0;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: #777;
  z-index: 999;
}
.helper-wrapper .disclaimer {
  clear: both;
}
.phone-view ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.phone-view > ul {
  position: relative;
  padding-top: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.phone-view li {
  margin: 0;
}
.phone-view li.toggle {
  padding: 0 53px 0 0;
  -webkit-transition: padding-left 0.7s ease;
  -moz-transition: padding-left 0.7s ease;
  -ms-transition: padding-left 0.7s ease;
  -o-transition: padding-left 0.7s ease;
  transition: padding-left 0.7s ease;
  position: relative;
  margin: 0 0 15px 0;
  font-family: inherit;
  cursor: pointer;
  color: #201f1f;
}
.phone-view .toggle-title:before {
  content: '\edc2';
  font-family: 'q4-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12.5px;
  font-size: 25px;
}
.phone-view .toggle-title.opened:before {
  content: '\edbe';
}
.phone-view li.toggle + ul {
  padding: 0 0 10px 0;
}
.phone-view li.toggle + ul > li {
  margin: 0;
  padding: 5px 10px;
  border-top: 1px solid #e6e8e9;
}
.phone-view .data {
  float: right;
}
.phone-view li.toggle + ul > li.title {
  background-color: #e6e8e9;
}
.phone-view ul > ul {
  display: none;
}
.phone-view h2 {
  margin: 10px 0 0 0;
  text-transform: none;
  letter-spacing: 0;
  font: inherit;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
    #ssc-charts .chart-box {
        height: 162px;
    }
    #ssc-charts .chart-box .chart-box-wrapper {
        position: absolute;
        border: none;
    }
    #ssc-charts .box-header {
        height: 25px;
    }
    #ssc-charts .box-header .heading {
        padding-top: 0;
        padding-bottom: 0;
    }
    #ssc-charts .box-header .box-header-wrapper {
        position: absolute;
        border-top: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        width: 180px;
        top: 0;
        right: 0;
        height: 25px;
    }
    #ssc-charts .lock {
        color: #999;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 18px;
        top: 50%;
        margin-top: -9px;
    }
    #ssc-charts .locked {
        color: #666;
    }
    #ssc-charts .chart-wrapper {
        position: relative;
        width: 180px;
        height: 140px;
    }
    #ssc-charts .chart-wrapper .chart {
        position: absolute;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        width: 180px;
        height: 140px;
        top: 0;
        right: 0;
    }
    #ssc-charts .chart-wrapper .chart.chart-1 {
        z-index: 4;
    }
    #ssc-charts .chart-wrapper .chart.chart-2 {
        z-index: 3;
    }
    #ssc-charts .chart-wrapper .chart.chart-3 {
        z-index: 2;
    }
    #ssc-charts .chart-wrapper .chart.chart-4 {
        z-index: 1;
    }
    #ssc-charts .fullscreen {
       display: none;
    }
    #statements {
        padding-right: 200px;
        font-size: 14px;
        margin: 20px 0;
        *zoom: 1;
    }
    #statements:before, #statements:after {
        content: "";
        display: table;
    }
    #statements:after {
        clear: both;
    }
    #ssc-table {
        position: relative;
        float: left;
        width: 100%;
    }
    #ssc-charts {
        float: right;
        width: 180px;
        margin-right: -200px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    #ssc-charts .lock {
        display: none;
    }
    #ssc-charts .fullscreen {
        color: #999;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 18px;
        top: 50%;
        margin-top: -9px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
    #ssc-charts {
        margin: 20px 0;
        padding: 5px 0;
        background-color: #e6e8e9;
        border: 1px solid #acacac;
        *zoom: 1;
    }
    #ssc-charts:before, #ssc-charts:after {
        content: "";
        display: table;
    }
    #ssc-charts:after {
        clear: both;
    }
    #ssc-charts .chart-box {
        width: 25%;
        margin: 0;
        float: left;
        padding: 0 5px;
        background: none;
    }
    #ssc-charts .chart-wrapper .chart {
        height: 140px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
    #ssc-charts .chart-box {
        width: 50%;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 640px) {
    .phone-view {
        display: none;
    }
    #ssc-table {
        font-size: 14px;
    }
    #ssc-table table {
        width: 100%;
    }
    #ssc-table th {
        max-width: 230px;
        font-weight: normal;
    }
    #ssc-table td, #ssc-table th {
        padding: 5px 8px;
        line-height: 18px;
    }
    #ssc-table th.space-above, #ssc-table td.space-above {
        padding-top: 15px;
    }
    #ssc-table th.space-below, #ssc-table td.space-below {
        padding-bottom: 15px;
    }
    #ssc-table td.indent-1, #ssc-table th.indent-1 {
        padding-left: 20px;
    }
    #ssc-table td.indent-2, #ssc-table th.indent-2 {
        padding-left: 30px;
    }
    #ssc-table .total td:nth-child(even),
    #ssc-table td:nth-child(even),
    #ssc-table .total th:nth-child(even),
    #ssc-table th:nth-child(even) {
        background-color: #e6e8e9;
    }
    #ssc-table thead th {
        text-align: center;
        font-size: 110%;
    }
    #ssc-table thead th:nth-child(n+2) {
        border-bottom: 1px solid #ddd;
    }
    #ssc-table tbody td {
        text-align: right;
    }
    #ssc-table tr.total td, #ssc-table tr.total th {
        border-top: 2px solid #eee;
        background-color: rgba(0, 0, 0, 0.01);
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #ssc-table tr.row-bold td, #ssc-table tr.row-bold th {
        font-size: 110%;
    }
}
@media only screen and (max-width: 639px) {
    .helper-secondary-nav {
        display: none;
    }
    .helper-main-nav li {
        font-size: 90%;
    }
    .helper-main-nav li.active {
        width: 40%;
        font-size: 18px;
    }
    .desktop-view {
        display: none;
    }
    #ssc-table .parent-container {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        background-color: #f4f4f4;
    }
    #ssc-table .parent-container .parent-title {
        background-color: #fff;
        padding: 10px 30px 10px 10px;
        font-size: 18px;
        position: relative;
    }
    #ssc-table .parent-container .child-toggle {
      display: none;
    }
    #ssc-table .parent-container .toggle-title {
        position: absolute;
        display: block;
        right: 5px;
        padding: 0 10px;
        color: #999;
        font-size: 21px;
        line-height: 24px;
        top: 50%;
        margin-top: -12px;
        cursor: default;
    }
    #ssc-table .child-container .child-title {
        padding: 5px 10px;
        background-color: #666;
        color: #fff;
    }
    #ssc-table .child-container .reports-container > div:last-of-type {
        border-bottom: none;
    }
    #ssc-table .child-container .reports-container > div:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.6);
    }
    #ssc-table .child-container .report-row {
        display: table;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    #ssc-table .child-container .report-col {
        display: table-cell;
    }
    #ssc-table .child-container .col-1 {
        width: 30%;
        color: #777;
    }
    #ssc-table .child-container .col-2 {
        width: 70%;
        text-align: right;
    }
    #ssc-charts {
        margin-top: 30px;
    }
    .fullscreen {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    #main-container {
        padding: 2px;
    }
}


/*---------- CORPORATE GOVERNANCE ----------*/

/*----- Management, BoD -----*/

.module-person-accordion .module-person_res-photo-container,
.module-person-accordion .module_comma {
  display: none;
}
.module-person-accordion .module-person_title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 5px;
}
.module-person-accordion .module-person_title {
  display: block;
}
.module-person-details_name-container {
  font-weight: 400;
  margin-bottom: 20px;
}
.module-person-details_name,
.module-person-details .module_comma {
  display: none;
}
@media only screen and (min-width: 480px) {
  .module-person-accordion .module-person_photo-container,
  .module-person-details_photo-container {
    float: left;
    margin-right: 30px;
  }
}


/*----- Committee Composition -----*/

.module-committee .module_container--tablet {
  display: none;
}
.module-committee .module_header {
  display: block;
}
.module-committee .module_container--desktop {
  padding-bottom: 15px;
  box-shadow: 0 10px 15px #ccc;
  border-top: 1px solid #f5f5f5;
}
.module-committee .module_container--desktop .module_header {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
  font-size: calc(16px + .4vmax);
  line-height: 1;
}
.module-committee .module_container--desktop .module_item-container {
  background-color: #fff;
  padding: 10px 30px;
}
.module-committee .module_container--desktop .module_item {
  padding: 0;
  margin: 0;
  padding: 11px 0;
  border-top: 1px solid #939598;
}
.module-committee .module_container--desktop .module_item-container .module_item:first-child {
  border-top: none;
}
.module-committee .grid_col {
  text-align: center;
}
.module-committee .grid_col:first-child {
  text-align: left;
}
.module-committee .module_container--tablet .module_header {
  padding: 5px 0;
  background-color: #e6e8e9;
}
.module-committee .module_container--tablet .module_item {
  margin: 0;
  padding: 5px 0;
}
.module-committee_category {
  margin-bottom: 10px;
}
.module-committee_category.js--active .module_header i:before {
  content: "\edc2";
}
.module-committee_custom-role {
  margin-left: 5px;
}
.module-committee_bio {
  padding: 0 15px 20px;
  text-align: left;
}
.module-committee_bio p {
  margin: 0;
}
.module-committee_bio p:not(:last-of-type) {
  margin-bottom: 16px;
}
.module-committee_legend-container {
  padding: 0;
}
.module-committee_legend {
  display: inline-block;
  margin-right: 30px;
}
.module-committee_legend i {
  margin-right: 5px;
}
@media only screen and (max-width: 800px) {
  .module-committee .module_container--desktop .module_header {
    font-size: calc(14px + .4vmax);
  }
}
@media only screen and (max-width: 768px) {
  .module-committee .module_container--desktop {
    display: none;
  }
  .module-committee .module_container--tablet {
    display: block;
  }
}


/*---------- INVESTOR RESOURCES ----------*/

/*----- Contact IR -----*/

.module-form--custom .module_container--content {
  display: none;
}
.module-form--custom .module_container--content.js--visible {
  display: block;
}
.module-form .module_container--content {
  margin-left: -20px;
}
.module-form .module_error-container li[style="visibility: hidden;"] {
  display: none;
}
.module-form .module_required {
  margin-left: 3px;
}
.module-form .module_container--captcha > div {
  margin: 0;
  padding: 0;
}
.module-form .module_container--captcha > div .ErrorMessage {
  display: block;
  margin-top: 10px;
  color: #b72121;
}
.module-form .module_container--captcha > div .ErrorMessage[style="visibility: hidden;"] {
  display: none;
}
.module-form_item {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 35px;
  vertical-align: top;
  position: relative;
}
.module-form_item legend {
  float: left;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}
.module-form_item legend ~ ul {
  clear: both;
  padding-left: 10px;
}
.module-form_item ul li:not(:last-of-type) {
  padding-bottom: 5px;
}
.module-form_item--document-request, .module-form_item--are-you-an-investor {
  width: 100%;
}
.module-form_error-text {
  color: #b72121;
}
.module-form_error-text[style="visibility:hidden;"] {
  display: none;
}
.module-form .CaptchaContainer {
  display: block;
}
.module-form .CaptchaContainer input[type="text"] {
  width: 100%;
}
.module-form--custom label {
  font-size: 0;
  position: absolute;
  left: 17px;
  top: 13px;
}
.module-form--custom label .module_required {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .module-form .module_container--content {
    margin-left: 0;
  }
  .module-form_item {
    width: 100%;
    padding-left: 20px;
  }
  .module-form--custom label {
    left: 0;
  }
}


/*----- Email Alerts -----*/

.module-subscribe_table,
.module-subscribe_table table,
.module-subscribe_table tbody,
.module-subscribe_table tr,
.module-subscribe_table td {
  display: block;
  width: 100%;
}
.module-subscribe_form {
  font-size: 0;
}
.module-subscribe_form tr {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
}
.module-subscribe_form tr.module-subscribe_notes-text {
  margin: 0;
}
.module-subscribe_form tr.module-subscribe_notes-text,
.module-subscribe_form tr.module-subscribe_notes-input {
  display: block;
  width: 100%;
  padding: 0;
}
.module-subscribe_form td {
  display: block;
}
.module-subscribe_form label,
.module-unsubscribe label {
  display: inline-block;
  margin-bottom: 5px;
}
.module-subscribe .CaptchaContainer {
  width: 50%;
}
.pane--content .module-subscribe_email label,
.pane--content .module-subscribe_email .module_required,
.pane--content .module-unsubscribe_input label,
.pane--content .module-unsubscribe_input .module_required {
  display: none;
}
.PageEmailAlerts .pane--content .module-subscribe {
  position: relative;
  padding-bottom: 75px;
}
.PageEmailAlerts .pane--content .module-subscribe .module_actions {
  position: absolute;
  bottom: 0;
}
.PageEmailAlerts .pane--footer .FooterPaneDiv > span:last-child {
  display: none;
}
.module-unsubscribe_table {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .module-subscribe .CaptchaContainer {
    width: 100%;
  }
  .module-subscribe_form tr,
  .module-unsubscribe_table {
    width: 100%;
  }
}


/*----- Iframe - form -----*/

.module-form--iframe .module_introduction {
  display: none;
}
.module-form--iframe .module_container--content {
  display: block;
}
.PageInvestorRelationsInvestorResourcesFormBuilder .layout > .layout_inner {
  padding-left: 0;
}


/*---------- GLOSSARY ----------*/

.module-glossary .module_header {
  display: block;
}
.module-glossary .module_header table {
  width: 100%;
  table-layout: fixed;
}
.module-glossary .module_header table a {
  color: #333333;
  font-weight: normal;
}
.module-glossary .module_header table a[href] {
  color: #006fba;
}


/*---------- JOB ----------*/

.module-job-details_description-container {
  margin-bottom: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.module-job-details_description {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.module-job-details_description label {
  font-weight: normal;
}
.module-job-details_description input {
  width: auto;
  max-width: none;
  padding: 0;
  border: none;
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 0;
}
@media only screen and (max-width: 480px) {
  .module-job-details_description label:after {
    content: ":";
  }
  .module-job-details_description input {
    display: block;
    float: none;
    margin-top: 5px;
  }
}
.module-job-details .grid_col {
  padding: 15px 20px;
}
.module-job-application_table {
  display: block;
  width: 100%;
  margin-left: -20px;
  font-size: 0;
}
.module-job-application_table tr {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
}
.module-job-application_table tr:last-child {
  margin-bottom: 0;
}
.module-job-application_table tr.module-job-application_cover-letter-text,
.module-job-application_table tr.module-job-application_resume-text {
  width: 100%;
}
.module-job-application_table tr td {
  display: block;
  position: relative;
}
.module-job-application_table tr label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .module-job-application_table {
    margin-left: 0;
  }
  .module-job-application_table tr {
    width: 100%;
    padding-left: 0;
  }
}
.module-job-application .module_required {
  font-size: 14px;
  font-size: 1.4rem;
}


/*---------- SITE MAP ----------*/

.PageSiteMap .module-sitemap {
  padding-top: 30px;
}
.nav--sitemap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 30px 15px;
}
.nav--sitemap a {
  display: inline-block;
}
.nav--sitemap .level1 > li:not(:last-of-type) {
  margin-bottom: 35px;
}
.nav--sitemap .level1 > li > a, .nav--sitemap .level1 > li > a:visited {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #222;
  text-transform: uppercase;
}
.nav--sitemap .level2 > li, .nav--sitemap .level3 > li {
  padding-bottom: 10px;
}
.nav--sitemap .level2 > li > a {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
}
.nav--sitemap .level3 > li {
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .nav--sitemap {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/*---------- SEARCH RESULTS ----------*/

.module-search-result_description {
  display: block;
  margin-bottom: 15px;
}
.module-search-result_description:after {
  content: "...";
}
.module-search-result_url {
  display: none;
}
.module-search-result_summary {
  border-bottom: 1px solid #939598;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.module-search-result .module_pager {
  border-top: 1px solid #939598;
  padding-top: 10px;
  margin-top: 30px;
  text-align: center;
}


/*---------- Q4 Preview Toolbar ----------*/

body.PreviewBody {
  margin: 0;
  background-position: 0;
}
body.PreviewBody .PreviewToolBar {
  position: fixed;
  top: 100%;
  bottom: auto;
  width: 100%;
  margin: 0;
  padding: 35px 20px;
  border: 0;
  background: #222;
  font-size: 0;
  text-align: left;
  color: #fff;
  z-index: 10000;
}
body.PreviewBody .PreviewToolBar.js--open {
  top: auto;
  bottom: 0;
}
body.PreviewBody .PreviewToolBar .PreviewTrigger {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 20px;
  background: #222;
  transform: translate(0, -100%);
  font-size: 24px;
  font-size: 2.4rem;
  cursor: pointer;
}
body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
  content: "\ed6d";
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft, body.PreviewBody .PreviewToolBar .PreviewDateControls {
  display: inline-block;
  vertical-align: middle;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before, body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 15px;
  line-height: 50px;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
  float: none;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
  content: "Select Preview Type:";
}
body.PreviewBody .PreviewToolBar .PreviewDateControls {
  float: right;
}
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
  content: "Select Preview Date:";
}
body.PreviewBody .PreviewToolBar img {
  display: none;
}
body.PreviewBody .PreviewToolBar input[type="radio"], body.PreviewBody .PreviewToolBar label, body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
  display: inline-block;
  margin-right: 5px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  vertical-align: baseline;
}
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 20px;
  border: 0;
  border-radius: 0;
}
body.PreviewBody .PreviewToolBar label + input[type="radio"] {
  margin-left: 15px;
}
body.PreviewBody .PreviewToolBar input[type="text"] {
  min-width: 110px;
}
body.PreviewBody .PreviewToolBar select {
  padding: 15px 35px 15px 20px;
  background: #fff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
  background-size: 14px 14px;
}
body.PreviewBody .PreviewToolBar select::-ms-expand {
  display: none;
}
body.PreviewBody .PreviewToolBar input[type="submit"] {
  background: #006fba;
  color: #fff !important;
}
@media only screen and (max-width: 1024px) {
  body.PreviewBody .PreviewToolBar .PreviewFloatLeft, body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before, body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.PreviewBody .PreviewToolBar input[type="radio"], body.PreviewBody .PreviewToolBar label, body.PreviewBody .PreviewToolBar input[type="text"],
  body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
    margin-bottom: 5px;
  }
}

/*# sourceMappingURL=global.css.map */
