@font-face {
  font-family: "AvenirLT-Book";
  src: url("../fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot"), url("../fonts/939cba03-5b40-4d01-9bc5-7589eca863db.woff") format("woff"), url("../fonts/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf") format("truetype"), url("../fonts/f67fa3b5-c1d1-488f-8e60-a828b9ad56a4.svg#f67fa3b5-c1d1-488f-8e60-a828b9ad56a4") format("svg");
}

@font-face {
  font-family: "AvenirLT-Black";
  src: url("../fonts/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot"), url("../fonts/5a05cf7f-f332-456f-ae67-d8c26e0d35b3.woff") format("woff"), url("../fonts/c33278bc-988e-440b-b4be-6acc095e6044.ttf") format("truetype"), url("../fonts/7bdad4a5-289b-42f9-b6fa-c5883b9e9f23.svg#7bdad4a5-289b-42f9-b6fa-c5883b9e9f23") format("svg");
}

@font-face {
  font-family: "Avenir LT W01 35 Light";
  src: url("../fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix");
  src: url("../fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot"), url("../fonts/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff") format("woff"), url("../fonts/3e419b5b-c789-488d-84cf-a64009cc308e.ttf") format("truetype"), url("../fonts/ca038835-1be3-4dc5-ba25-be1df6121499.svg#ca038835-1be3-4dc5-ba25-be1df6121499") format("svg");
}

@font-face {
  font-family: "Avenir LT W01 65 Medium";
  src: url("../fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix");
  src: url("../fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix") format("eot"), url("../fonts/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"), url("../fonts/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"), url("../fonts/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
}

@font-face {
  font-family: "Avenir LT W01 85 Heavy";
  src: url("../fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
  src: url("../fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"), url("../fonts/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"), url("../fonts/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"), url("../fonts/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
}


/*==================================
------------ 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;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 10px;
}

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;
}

q:before,
q:after {
  content: '';
  content: none;
}

blockquote::before,
blockquote::after {
  font-family: 'q4-icons';
  font-size: 14px;
}

blockquote::before {
  content: '\eb1b';
  position: relative;
  margin-right: 5px;
  top: -5px;
}

blockquote::after {
  content: '\eb1c';
  position: relative;
  margin-left: 5px;
  bottom: -5px;
}

blockquote::after {
  content: '\eb1c';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*---------- Animations ----------*/

@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}


/*==================================
--------- DEFAULT STYLES ---------
==================================*/

body {
  overflow-x: hidden;
  color: #000;
  /*font-family: Arial,Helvetica,sans-serif;*/
  font-family: AvenirLT-Book, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

.js--search-revealed .optanon-alert-box-wrapper {
  z-index: 100 !important;
}


/*---------- TYPOGRAPHY ----------*/

nav a {
  font-family: AvenirLT-Book, Arial, sans-serif;
}

h1 {
  font-size: 48px;
  font-family: AvenirLT-Book, Arial, sans-serif;
}

h2 {
  font-size: 44px;
  margin-bottom: 30px;
  color: #00778b;
  font-weight: 200;
  font-family: 'Avenir LT W01 35 Light', sans-serif;
}

.dark h2 {
  color: #fff;
}

@media only screen and (max-width: 1599px) {
  h2 {
      font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
      font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
      font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  margin-bottom: 15px;
  font-family: AvenirLT-Book, Arial, sans-serif;
}

h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: AvenirLT-Book, Arial, sans-serif;
}

h5 {
  font-size: 16px;
  font-family: AvenirLT-Book, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #850789;
}

a:hover {
  color: #1F1646;
}

p {
  margin-top: 0;
  line-height: 28px;
}

ol,
ul {
  padding-left: 16px;
  line-height: 28px;
}

i {
  display: inline-block;
}

b,
strong {
  font-family: "AvenirLT-Black";
}

i,
em {
  font-style: italic;
}

sup {
  font-size: 80%;
  position: relative;
  top: -0.3em;
}

sub {
  font-size: 80%;
  position: relative;
  bottom: -0.3em;
}

small {
  font-size: 13px;
  display: inline-block;
  line-height: normal;
}


/*------------ COMMON ------------*/

img {
  max-width: 100%;
}

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;
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #b0bdc9;
  margin-right: 8px;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 6px;
}

input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  left: 3px;
  width: 7.5px;
  height: 7.5px;
  background: #00778b;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  line-height: 0;
  display: inline-block;
  padding: 4px;
}

input[type="radio"]+label:before {
  border-radius: 100%;
}

input::-ms-clear {
  display: none;
}

iframe {
  width: 100%;
}


/*------- HACKS AND FIXES -------*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


/*------------ LISTS ------------*/

.list {
  list-style-type: disc;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 28px;
  color: #666;
}

.list--ordered {
  list-style-type: decimal;
}

.list--alpha {
  list-style-type: lower-alpha;
}

.list--roman {
  list-style-type: lower-roman;
}

.list--inside {
  list-style-position: inside;
}


/*------- BUTTONS / INPUTS -------*/

.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
  display: inline-block;
  max-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  line-height: normal;
  background: transparent;
  border: 1px solid #818181;
  color: #000;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.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;
}

.submit,
.button {
  text-align: center;
  text-transform: uppercase;
  padding: 18px 20px;
  min-width: 130px;
  font-size: 12px;
  line-height: 1;
  font-family: 'Avenir LT W01 85 Heavy', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  background: #850f89;
  color: #fff;
  border: 1px solid #850f89;
}

.textarea {
  width: 100%;
  resize: vertical;
}

.upload {
  line-height: 0;
}

.button {
  transition: all 0.15s linear;
}

.button:hover {
  background: #160C40;
  color: #fff;
}

.button--inverted {
  background: #160C40;
  border-color: #160C40;
}

.button--inverted:hover {
  border-color: #850f89;
  color: #850f89;
}

.button--secondary {
  background-color: transparent;
  border-color: #fff;
}

.button--secondary:hover {
  background-color: #201747;
  border-color: #201747;
}

.button.js--disabled {
  opacity: 0.2;
}

.button--dark {
  border: 1px solid #fff;
  background: #fff;
  color: #850f89;
}

.button--dark:hover {
  background: #160C40;
  border-color: #160C40;
  color: #fff;
}

.dropdown {
  padding: 14px 35px 14px 15px;
  background: transparent url("../design/svg/q4-icon_arrow-down-black.svg") no-repeat right 10px center;
  background-size: 20px 20px;
  min-width: 240px;
  margin-bottom: 10px;
  height: 50px;
}

.dropdown::-ms-expand {
  display: none;
}


/*------------ TABLES ------------*/

.table {
  width: 100%;
  margin: 16px 0;
}

.table thead {
  background-color: #160C40;
  border: 1px solid #160C40;
}

.table thead th {
  text-align: left;
}

.table tr:nth-child(even) {
  background-color: #f1f1f1;
}

.table th,
.table td,
.table tr>.grid_col {
  margin: 0;
  padding: 10px 20px;
}

.table th {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}

.table tr {
  border-bottom: 1px solid #d6d6d6;
  font-weight: normal;
  color: #666666;
}

.table tbody tr {
  background: #fff;
}

.table tbody {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.table--headless tr:nth-child(even) {
  background-color: transparent;
}

.table--headless tr:nth-child(odd) {
  background-color: #666;
}

.table--headless tr:first-child {
  background-color: #850f89;
  text-align: left;
}

.table--headless tr:first-child td {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .table--responsive thead {
      display: none;
  }
  .table--responsive tbody {
      border-top: 1px solid #d6d6d6;
      border-bottom: 1px solid #d6d6d6;
  }
  .table--responsive td {
      display: block;
  }
  .table--responsive td:before {
      content: attr(data-heading) ": ";
      font-family: "AvenirLT-Black";
  }
}


/*--------- SPECIAL BOXES --------*/

.code {
  margin: 32px 0;
  padding: 20px 15px;
  background: #666;
  border-left: 3px solid rgba(133, 15, 137, 0.5);
  font-family: monospace, serif;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  overflow: hidden;
}

.code_comment {
  opacity: 0.5;
}

.quote {
  margin: 32px 0;
  padding: 20px 15px;
  background: #666;
  border-left: 3px solid rgba(22, 12, 66, 0.5);
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}

.quote p:before {
  margin-right: 5px;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb1b";
}

.quote p:after {
  margin-left: 5px;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb1c";
}


/*==================================
-------- Q4 Modules Icons ---------
==================================*/

.module_q4-icon-links .module_link {
  position: relative;
  padding-left: 40px;
  margin: 10px 0;
}

.module_q4-icon-links .module_link: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: "\e90f";
  font-size: 30px;
  color: #868789;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.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: "\e914";
}

.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: "\eeae";
}

.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: "\e915";
}

.module_q4-icon-links .module_link-pdf:before,
.module_q4-icon-links .module_link[href$=".Pdf"]:before,
.module_q4-icon-links .module_link[href$=".pdf"]:before,
.module_q4-icon-links .module_link[href$=".PDF"]:before {
  content: "\e911";
}

.module_q4-icon-links .module_link.module_link-webcast:before,
.module_q4-icon-links .module_webcast-link:before {
  content: "\e916";
}

.module_q4-icon-links .module_link.module_link-news:before,
.module_q4-icon-links .module_link.module_link-transcript:before {
  content: "\e913";
}

.module_q4-icon-links .module_link.module_link-presentation:before {
  content: "\e912";
}

.module_q4-icon-links .module_link.module_link-file:before {
  content: "\e913";
}

.module_q4-icon-links .module_link.module_link-sec:before {
  content: "\e90f";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".pdf"]:before {
  content: "\e911";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".rtf"]:before {
  content: "\e90d";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".xls"]:before {
  content: "\e917";
}

.module_q4-icon-links .module_link.module_link-sec[href$=".zip"]:before {
  content: "\e918";
}


/*==================================
----------- TOAST GRID -----------
==================================*/

.grid {
  list-style: none;
  margin-left: -20px;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--8-of-8,
.grid_col--12-of-12 {
  width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
  width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
  width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
  width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
  width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
  width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
  margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
  margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
  margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
  margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
  margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
  margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
  margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
  margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
  margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
  margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
  margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
  margin-left: -75%;
}

.grid_col--1-of-5 {
  width: 20%;
}

.grid_col--push-1-of-5 {
  margin-left: 20%;
}

.grid_col--pull-1-of-5 {
  margin-left: -20%;
}

.grid_col--2-of-5 {
  width: 40%;
}

.grid_col--push-2-of-5 {
  margin-left: 40%;
}

.grid_col--pull-2-of-5 {
  margin-left: -40%;
}

.grid_col--3-of-5 {
  width: 60%;
}

.grid_col--push-3-of-5 {
  margin-left: 60%;
}

.grid_col--pull-3-of-5 {
  margin-left: -60%;
}

.grid_col--4-of-5 {
  width: 80%;
}

.grid_col--push-4-of-5 {
  margin-left: 80%;
}

.grid_col--pull-4-of-5 {
  margin-left: -80%;
}

.grid_col--1-of-6 {
  width: 16.66667%;
}

.grid_col--push-1-of-6 {
  margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
  margin-left: -16.66667%;
}

.grid_col--5-of-6 {
  width: 83.33333%;
}

.grid_col--push-5-of-6 {
  margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
  margin-left: -83.33333%;
}

.grid_col--1-of-8 {
  width: 12.5%;
}

.grid_col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid_col--3-of-8 {
  width: 37.5%;
}

.grid_col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid_col--5-of-8 {
  width: 62.5%;
}

.grid_col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid_col--7-of-8 {
  width: 87.5%;
}

.grid_col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid_col--1-of-12 {
  width: 8.33333%;
}

.grid_col--push-1-of-12 {
  margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
  margin-left: -8.33333%;
}

.grid_col--2-of-12 {
  width: 16.66667%;
}

.grid_col--push-2-of-12 {
  margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
  margin-left: -16.66667%;
}

.grid_col--5-of-12 {
  width: 41.66667%;
}

.grid_col--push-5-of-12 {
  margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
  margin-left: -41.66667%;
}

.grid_col--7-of-12 {
  width: 58.33333%;
}

.grid_col--push-7-of-12 {
  margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
  margin-left: -58.33333%;
}

.grid_col--10-of-12 {
  width: 83.33333%;
}

.grid_col--push-10-of-12 {
  margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
  margin-left: -83.33333%;
}

.grid_col--11-of-12 {
  width: 91.66667%;
}

.grid_col--push-11-of-12 {
  margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
  margin-left: -91.66667%;
}

.grid_col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}

@media (max-width: 480px) {
  .grid_col {
      display: block;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }
}

@media (max-width: 1180px) 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.33333%;
  }
  .grid_col.grid_col--lg-2-of-3 {
      width: 66.66667%;
  }
  .grid_col.grid_col--lg-1-of-4 {
      width: 25%;
  }
  .grid_col.grid_col--lg-3-of-4 {
      width: 75%;
  }
}

@media (max-width: 1024px) and (min-width: 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.33333%;
  }
  .grid_col.grid_col--lc-2-of-3 {
      width: 66.66667%;
  }
  .grid_col.grid_col--lc-1-of-4 {
      width: 25%;
  }
  .grid_col.grid_col--lc-3-of-4 {
      width: 75%;
  }
}

@media (max-width: 768px) and (min-width: 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.33333%;
  }
  .grid_col.grid_col--md-2-of-3 {
      width: 66.66667%;
  }
  .grid_col.grid_col--md-1-of-4 {
      width: 25%;
  }
  .grid_col.grid_col--md-3-of-4 {
      width: 75%;
  }
}

@media (max-width: 480px) {
  .grid_col[class*="grid_col--sm-"] {
      display: inline-block;
      margin-right: -.24em;
  }
  .grid_col.grid_col--sm-1-of-2,
  .grid_col.grid_col--sm-2-of-4 {
      width: 50%;
  }
  .grid_col.grid_col--sm-1-of-3 {
      width: 33.33333%;
  }
  .grid_col.grid_col--sm-2-of-3 {
      width: 66.66667%;
  }
  .grid_col.grid_col--sm-1-of-4 {
      width: 25%;
  }
  .grid_col.grid_col--sm-3-of-4 {
      width: 75%;
  }
}

.grid_col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid_col--d-first {
  float: left;
}

.grid_col--d-last {
  float: right;
}

.grid--no-gutter {
  margin-left: 0;
}

.grid--no-gutter .grid_col {
  padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid--no-space .grid_col {
  margin-right: 0;
}

.grid_col--ab {
  vertical-align: bottom;
}

.grid_col--am {
  vertical-align: middle;
}


/*==================================
--------- UTILITY CLASSES --------
==================================*/

.hidden {
  display: none !important;
}

.disabled {
  opacity: 0.1;
  border-color: #000;
  color: #000;
  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;
}

.text-light {
  font-weight: 300;
}

.text-thick {
  font-family: "AvenirLT-Black";
}

.text-normal {
  font-weight: 400;
}

.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: #850f89;
}

.background--alt-brand {
  background-color: #00778b;
}

.background--dark {
  background-color: #222;
}

.background--light {
  background-color: #fff;
}

.background--grey {
  background-color: #f9f9f9;
}

.background--alt-grey {
  background-color: #f2f2f2;
}

.background--success {
  background-color: #23a217;
}

.background--error {
  background-color: #b72121;
}

.color--brand {
  color: #850f89;
}

.color--green {
  color: #00778b;
}

.color--chair {
  color: #850f89;
}

.color--alt-brand {
  color: #00778b;
}

.color--dark {
  color: #000;
}

.color--grey {
  color: #666;
}

.color--success {
  color: #23a217;
}

.color--error {
  color: #b72121;
}

.dark {
  color: #fff;
}

.dark a {
  color: #fff;
}

.no-margin {
  margin: 0;
}


/*==================================
--------- 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;
}


/*---------- 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.2;
}

.js--invalid input[type="text"],
.js--invalid select {
  border: 1px solid #b72121 !important;
}

.js--invalid input[type="checkbox"] {
  border-color: #b72121 !important;
}


/*==================================
----------- MODULE CSS -----------
==================================*/


/*-------- All Module CSS --------*/

.module_header,
.module_back-to-top,
.module_anchor-target,
.module_file-size,
.module_file-type,
.module_file-text {
  display: none;
}

.module_nav,
.module_headline,
.module_location,
.module_speakers,
.module_body,
.module_options,
.module_not-found {
  margin-bottom: 10px;
}

.module_location {
  color: #666;
}

.module_error-container {
  margin-bottom: 10px;
  color: #b72121;
}

.module_add-to-calendar-reveal {
  color: #850f89;
  cursor: pointer;
}

.module_add-to-calendar-reveal:focus {
  text-decoration: underline;
}

.module_add-to-calendar-list {
  display: none;
}

.module_add-to-calendar-list:after {
  content: "Select your Calendar";
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-size: 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_actions,
.module_pager {
  margin-top: 20px;
}

.module_date-time {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "AvenirLT-Black";
}

.module_error-container {
  display: block;
}

.module_error-container ul {
  padding-left: 18px;
  list-style-type: disc;
}

.module_error-container ul>li {
  color: #b72121;
}

.pane--footer .module_error-container ul>li {
  color: #ec3636;
}

.module_error-container>br {
  display: none;
}

.module_error-container>span {
  display: block;
  line-height: 1.5;
}

.module_error-container>span:before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ec6b";
  margin-right: 5px;
}

.module_headline {
  line-height: 36px;
  font-weight: 300;
  font-size: 20px;
  color: #000;
}

.module_headline a {
  color: #000;
}

.module_headline a:hover {
  color: #850f89;
}

.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: 20px;
}

.module_label {
  display: inline-block;
  margin-bottom: 5px;
}

.module_label+.module_required {
  font-size: 14px;
  font-size: 1.4rem;
}

.module_links>*,
.module_links li,
.module_links .module_presentation {
  display: inline;
}

.module_links.module_links--stack>*,
.module_links.module_links--stack li,
.module_links.module_links--stack .module_presentation {
  display: block;
}

.module_links.module_links--alt .module_link {
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  min-width: 184px;
}

@media only screen and (max-width: 480px) {
  .module_links--alt {
      display: inline-block;
      width: 100%;
  }
  .module_links--alt .module_link {
      float: left;
      clear: left;
      margin-right: 0;
  }
}

.module_links.module_links--alt .module_link:after {
  content: '\e910';
  font-family: 'q4-icons';
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.module_link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 5px 0;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: normal;
}

.module_link:hover {
  color: #850f89;
}

.module_link>.module_link-text,
.module_link>i,
.module_link>span {
  vertical-align: middle;
}

.module_link>i:before {
  display: block;
}

.module_link[style="DISPLAY:block;"],
.module_link[style="display: block;"] {
  display: inline-block !important;
}

.module_loader {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.module_message {
  display: block;
  margin: 16px 0;
}

.module_message[style$="hidden;"],
.module_message:empty {
  display: none;
}

.MessageSent p,
.module_message--success {
  color: #23a217;
}

.MessageSent p:before,
.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;
}

.module_nav-link,
.module_nav .ModuleYearLink,
.module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
  display: inline-block;
  margin-right: 5px;
  padding: 15px 20px;
  border: 2px solid #850f89;
  color: #000;
  font-weight: normal;
}

.module_nav-link.selected,
.module_nav-link.selected:visited,
.module_nav .ModuleYearLink.selected,
.module_nav .ModuleYearLink.selected:visited,
.module_nav-link:visited.selected,
.module_nav-link:visited.selected:visited,
.module_nav .ModuleYearLink:visited.selected,
.module_nav .ModuleYearLink:visited.selected:visited {
  background-color: #850f89;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .module_nav-link,
  .module_nav .ModuleYearLink,
  .module_nav-link:visited,
  .module_nav .ModuleYearLink:visited {
      margin-bottom: 10px;
  }
}

.module_options-label,
.module_options-select {
  margin-right: 10px;
}

.module_pager a {
  color: #850f89;
  font-family: "AvenirLT-Black";
  margin-left: 5px;
}

.module_pager a[href] {
  display: inline-block;
  color: #666666;
  font-weight: 400;
}

.module_reminder {
  margin-top: 20px;
}

.module_reminder .module_input.module_reminder-period,
.module_reminder .module_input.module_reminder-email {
  margin-right: 10px;
}

.module_reminder.js--reminded {
  display: none;
}

@media only screen and (max-width: 768px) {
  .module_reminder .module_label {
      display: block;
  }
  .module_reminder-button {
      display: block;
      margin-top: 10px;
  }
}

.module_required {
  color: #b72121;
  font-size: 14px;
  font-weight: normal;
}

.module_required-text {
  font-size: 14px;
}

.module_required-text span {
  color: #b72121;
  font-weight: normal;
}

.module_rss {
  float: right;
  font-size: 20px;
  margin-top: 25px;
}

.module_speakers li {
  margin-bottom: 5px;
}

.module_view-all-link {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 25px;
  min-width: 150px;
  font-size: 12px;
  font-family: "AvenirLT-Black";
  background: #850f89;
  color: #fff;
  border: 1px solid #850f89;
  display: inline-block;
}

.module_view-all-link:hover {
  color: #fff;
  border-color: #281648;
  background-color: #281648;
}

.module_view-all-link--top {
  margin-bottom: 30px;
}

.module_view-all-link--bottom {
  margin-top: 30px;
}

.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"],
.module_dropdown,
.module textarea.module_input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: none;
  padding: 12px 20px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #818181;
  color: #000;
}

.module_input[type="text"]::-ms-clear,
.module_input[type="email"]::-ms-clear,
.module_input[type="file"]::-ms-clear,
.module_dropdown::-ms-clear,
.module textarea.module_input::-ms-clear {
  display: none;
}

.module textarea.module_input {
  height: 100px;
  resize: vertical;
}

.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: #fff url("../design/svg/q4-icon_arrow-down-black.svg") no-repeat right 20px center;
  background-size: 20px 20px;
}

.module_dropdown::-ms-expand {
  display: none;
}

.module-details .module_date-time {
  margin-bottom: 15px;
}


/*------- Captcha Component ------*/

.CaptchaContainer {
  display: none;
}

.CaptchaContainer .module-subscribe_submit-button {
  width: 100%;
}

.CaptchaContainer table tr:nth-child(1) {
  display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
  padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.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;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  border: 1px solid #818181;
  width: 100%;
}

.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
  padding-bottom: 20px;
}

.fancybox-container .CaptchaContainer table tr td {
  padding-right: 0;
}


/*- Investment Calculator Widget -*/

.module-calculator .module_input.hasDatepicker {
  text-transform: uppercase;
}

.module-calculator_input:not(:last-of-type) {
  margin-bottom: 20px;
}

.module-calculator_input h4 {
  margin-bottom: 12px;
}

.module-calculator_input label {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.module-calculator_input input[type="checkbox"]+label {
  margin: 0;
}

.module-calculator_input-row {
  padding-bottom: 10px;
}

.module-calculator_input-row input[type="text"] {
  margin-top: 10px;
  max-width: 300px;
}

.module-calculator_input-row--other input[type="text"] {
  display: none;
}

.module-calculator_input-row--other input[type="text"].js--revealed {
  display: block;
}

.module-calculator_popup-container {
  max-width: 920px;
  width: 100%;
}

.module-calculator_popup-container .highcharts-container {
  width: 100%;
}

.module-calculator_popup-container .table thead {
  display: table-header-group;
}

.module-calculator_popup-container .table td {
  display: table-cell;
}

.module-calculator_popup-container .table td::before {
  display: none;
}


/*- Committee Composition Widget -*/

@media only screen and (max-width: 768px) {
  .module-committee .module_container--desktop {
      display: none;
  }
}

.module-committee .module_container--tablet {
  display: none;
}

@media only screen and (max-width: 768px) {
  .module-committee .module_container--tablet {
      display: block;
  }
}

.module-committee .module_header {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  background-color: #160C40;
  border: 1px solid #160C40;
}

.module-committee .module_header a {
  color: #fff;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.module-committee .module_header .grid_col {
  vertical-align: middle;
  text-transform: uppercase;
}

.module-committee .module_item {
  border: 1px solid #d6d6d6;
  border-top: 0;
  font-weight: normal;
  color: #666666;
}

.module-committee .module_item:nth-child(even) {
  background: #f1f1f1;
}

.module-committee .grid_col {
  width: 18.5%;
  padding: 10px;
  text-align: center;
}

.module-committee .grid_col:first-child {
  text-align: left;
  width: 22.4%;
  font-weight: normal;
  font-size: 13px;
}

.module-committee .q4-icon_briefcase-fill {
  color: #818181;
}

.module-committee .grid_col:first-child i {
  font-size: 12px;
}

.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;
  margin-bottom: 0;
  margin-top: 20px;
}

.module-committee_legend {
  display: inline-block;
  margin-right: 30px;
}

.module-committee_legend i {
  margin-right: 5px;
}

.module-committee_legend i.q4-icon_calculaor2 {
  font-size: 17px;
}

.module-committee i.q4-icon_calculaor2:before,
.module-committee_legend i.q4-icon_calculaor2:before {
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  .module-committee .grid_col:first-child {
      width: 75%;
  }
  .module-committee .grid_col {
      width: 25%;
      vertical-align: middle;
  }
  .module-committee .module_header {
      font-size: 16px;
      cursor: pointer;
  }
  .module-committee_category {
      margin-bottom: 5px;
  }
  .module-committee .grid_col:last-child,
  .module-committee .module_header .grid_col:last-child {
      text-align: right;
  }
}

@media only screen and (max-width: 480px) {
  .module-committee_legend {
      display: block;
      margin: 0;
  }
}


/*----- Download List Module -----*/

.module-downloads .module_nav {
  display: none;
}

.module-downloads_thumbnail,
.module-downloads_description,
.module-downloads_date {
  display: none;
}

.module-downloads_title-link {
  margin: 0;
  font-size: 16px;
}

.module-downloads_title-link:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}


/*--------- Event Module ---------*/

.module-event .module_headline {
  font-size: 24px;
}

.module-event-details .module_speakers h4,
.module-event .module_location,
.module-event .module_speakers h4,
.module-event .module_body {
  display: none;
}

.module-event-upcoming .module_rss {
  margin-top: 20px;
}

.module-event-latest .button {
  margin-top: 30px;
}

.pane--content .module-event-latest.module {
  padding-top: 50px;
}

.module-event-calendar {
  position: relative;
}

.module-event-calendar_event-container {
  display: none;
}

.module-event-calendar_event-container.js--visible {
  display: block;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

.module-event-calendar_calendar-container,
.module-event-calendar_event-container {
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
}

.module-event-calendar_event-container {
  padding: 50px;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  text-align: left;
}

.module-event-calendar_event-container .module_close {
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 20px;
  font-size: 24px;
}

.module-event-calendar_splash i {
  font-size: 40px;
  font-size: 4rem;
  color: #850f89;
}

.module-event-calendar_splash p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.module-event-calendar_controls {
  padding: 15px 35px;
  background-color: #160c42;
  font-family: "AvenirLT-Black";
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2.5px;
}

.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 {
  position: relative;
  width: 14.285%;
  margin: 0;
  padding: 9px 0;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: normal;
}

.module-event-calendar_calendar-container {
  padding-bottom: 15px;
}

.module-event-calendar_day--name {
  padding: 15px 0;
  border: none;
  background: #dfe2e5;
  color: #3f3f3f;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.module-event-calendar_day--today {
  background: #f6f6f6;
}

.module-event-calendar_day--event {
  cursor: pointer;
}

.module-event-calendar_day--event:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  display: block;
  height: 6px;
  background-color: #3f3f3f;
  width: 6px;
  border-radius: 100%;
  margin: auto;
}

.module-event-calendar_day--selected {
  background-color: #850f89;
  color: #fff;
}

.module-event-calendar_day--selected:after {
  background-color: #fff;
}

.module-event-calendar_day--adjacent-month {
  opacity: 0;
}

.module-event-calendar_day--adjacent-month:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .module-event-calendar .module_headline {
      font-size: 20px;
      line-height: normal;
  }
}

@media only screen and (max-width: 480px) {
  .module-event-calendar_day {
      display: inline-block;
  }
  .module-event-calendar .module_headline {
      font-size: 18px;
  }
}

.module-event-calendar .module_item {
  padding: 0;
}

.module-event-calendar .module_date-time,
.module-event-calendar .module_headline {
  margin-bottom: 20px;
}

.module-event-calendar .module_add-to-calendar {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .module-event-calendar {
      margin-bottom: 70px;
  }
}

.module-event-archive .module_item {
  padding: 20px 0;
  border-bottom: 1px solid #acacac;
}

.module-event-archive .module_link:after {
  display: none;
}


/*---------- FAQ Module ----------*/

.module-faq .module_item {
  border-bottom: 1px solid #d6d6d6;
}

.module-faq_question {
  padding: 15px 40px 15px 0;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  color: #666666;
}

.module-faq_question:after {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed5d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  /*font-family: "AvenirLT-Black";*/
}

.js--active .module-faq_question:after {
  content: "\ed5e";
}

.module-faq_answer p {
  margin: 0;
  padding: 0 0 25px;
}

.module-faq .toggle-all {
  margin-bottom: 20px;
}

.module-faq .toggle-all a:before {
  content: "Show all";
}

.module-faq .toggle-all.js--active a:before {
  content: "Hide all";
}


/*--- Financial Report Modules ---*/

.module-financial .module_q4-icon-links .module_link[href$=".Pdf"]::before,
.module-financial .module_q4-icon-links .module_link[href$=".PDF"]::before,
.module-financial .module_q4-icon-links .module_link[href$=".pdf"]::before {
  content: "\e911";
}

.module-financial .module_q4-icon-links .module_link.module_link-webcast:before {
  content: "\e916";
}

.module-financial .module_q4-icon-links .module_link.module_link-news:before {
  content: "\e913";
}

.module-financial .module_q4-icon-links .module_link.module_link-supplementary:before {
  content: '\e90c';
}

.module-financial .module_q4-icon-links .module_link.module_link-presentation:before {
  content: "\e912";
}

.module-financial-year .module_cover {
  margin-bottom: 5px;
}

.module-financial-year .module_cover img {
  display: inline-block;
  border: 1px solid #d6d6d6;
}

.module-financial-year .module_item {
  padding: 0;
}

.module-financial-year .module_item~.module_item {
  border: none;
}

.module-financial_category--annual {
  max-width: 240px;
  text-align: left;
  margin: auto;
  margin-bottom: 20px;
}

.module-financial-year .module_links {
  margin: 0;
}

.module-financial-year .module-financial_year {
  text-align: center;
}

.module-financial_year.js--hidden {
  display: none;
}

.module-financial-quarter .module_nav {
  display: none !important;
}

.module-financial-quarter .module_item {
  border-bottom: 1px solid #d6d6d6;
}

.module-financial-quarter .module_item.js--active h3:after {
  content: "\ed5e";
}

.module-financial-quarter .module_links {
  margin: 0;
  padding: 0 0 15px;
}

.module-financial-quarter .module_links>div {
  display: block;
}

.module-financial-quarter .module_link {
  font-weight: 300;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.module-financial-quarter .module_link:before {
  position: absolute;
  left: 0;
  font-size: 30px;
}

.module-financial-quarter .module-financial_year-text {
  padding: 15px 40px 15px 0;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  color: #666666;
}

.module-financial-quarter .module-financial_year-text:after {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed5d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  /*    font-family: "AvenirLT-Black";*/
}

.module-financial-table_header {
  background-color: #160c42;
  border: 1px solid #160c42;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}

.module-financial-table_header-year-container {
  text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
  padding: 10px 20px;
}

.module-financial-table_body-row {
  border: 1px solid #d6d6d6;
  border-top: 0;
  background: #fff;
  font-weight: normal;
  color: #666;
}

.module-financial-table_body-row:nth-child(even) {
  background-color: #f2f2f2;
}

.module-financial-table_body-year-container {
  text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
  padding: 10px 20px;
}

.module-financial-table_item {
  display: inline-block;
  margin-right: 15px;
  margin-right: 8px;
  font-size: 14px;
}

.module-financial-table_body {
  font-size: 14px;
  margin-bottom: 25px;
}

.module-financial-table_item a {
  color: #850789;
  font-family: "AvenirLT-Black";
}

.module-financial-table_item a:hover {
  color: #1F1646;
}

.module-financial-table_item~.module_item {
  margin-right: 5px;
}

.module-financial-table_item--empty {
  opacity: 0.1;
}

.module-financial-table .module_bottom-links {
  margin-top: 25px;
}

.module-financial-table .module_bottom-links > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .module-financial-table_item {
      margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .module-financial-table .module_bottom-links > * {
      margin-bottom: 10px;
      display: block;
      margin-right: 0;
  }
  .module-financial-table .module_bottom-links > a {
      display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .module-financial-table_item {
      margin: 5px;
  }
}

.module-financial-table .slick-slider {
  display: inline-block;
  padding: 0;
  position: static;
}

.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: 20px;
}

.module-financial-table .slick-next {
  right: 20px;
}

.module-financial-table .slick-disabled {
  opacity: 0.1;
  cursor: default;
}

.module-financial-mashup_news h4 {
  margin-bottom: 20px;
}

.module-financial-mashup .module_body {
  line-height: 28px;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  font-weight: normal;
  color: #666;
}

.module-financial-mashup .module_body::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70ffffff', endColorstr='#ffffff', GradientType=0);
}

.module-financial-mashup .module_body>*:first-child,
.module-financial-mashup .module_body>style+p {
  margin-top: 0;
}

.module-financial-mashup_news {
  padding-right: 50px;
}

.module-financial-mashup_documents h5 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links {
  background: #f5f5f5;
  padding: 20px 30px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links .module_link {
  margin: 0;
}

.module-financial-mashup .module-financial-mashup_documents .module_links .module_link:before {
  position: absolute;
  left: 0;
}

.module-financial-mashup .module-financial-mashup_documents .module_links div ~ div {
  margin-top: 20px;
}

.module-financial-mashup .q4-icon_chevron-right {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .module-financial-mashup_news {
      padding-right: 0;
  }
}


/* Latest Quarterly Result Widget */

.module-latest-quarter .module_links .grid_col {
  display: inline-block;
}

.module-latest-quarter .module_link {
  font-weight: 300;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
  margin: 20px 0;
}

.module-latest-quarter .module_link:before {
  color: #00778b;
}

@media only screen and (max-width: 768px) {
  .module-latest-quarter .module_item {
      padding-bottom: 70px;
      position: relative;
  }
  .module-latest-quarter .button {
      position: absolute;
      bottom: 0;
      left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .module-latest-quarter .module_link {
      margin-top: 0;
  }
  .module-latest-quarter h4 {
      margin-bottom: 25px;
  }
}


/*------ Formbuilder Module ------*/

.module-form--custom .module_container--content {
  display: none;
}

.module-form--custom .module_container--content.js--visible {
  display: block;
}

.module-form--custom .module_actions {
  margin-top: 30px;
}

.module-form .module_container--content {
  margin-left: -20px;
}

@media only screen and (max-width: 768px) {
  .module-form .module_container--content {
      margin-left: 0;
  }
}

.module-form .module_error-container li[style="visibility: hidden;"] {
  display: none;
}

.module-form .module_required {
  margin-left: 3px;
}

.module-form .module_container--captcha>div {
  margin: 0;
  padding: 0;
}

.module-form .module_container--captcha>div .ErrorMessage {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b72121;
}

.module-form .module_container--captcha>div .ErrorMessage[style="visibility: hidden;"],
.module-form .module_container--captcha>div .ErrorMessage[style="visibility:hidden;"] {
  display: none;
}

.module-form_item {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  vertical-align: top;
}

.module-form_item--questions-comments {
  width: 100%;
}

.module-form_item.module-form_item--salutation legend {
  display: none;
}

.module-form_item--salutation {
  display: block;
  width: 100%;
}

.module-form_item--salutation li {
  display: inline-block;
}

.module-form_item--salutation ul li ~ li {
  margin-left: 40px;
}

@media only screen and (max-width: 480px) {
  .module-form_item--salutation ul li ~ li {
      margin-left: 20px;
  }
}

.module-form_item>label,
.module-form_item legend {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.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%;
}

@media only screen and (max-width: 768px) {
  .module-form_item {
      width: 100%;
      padding-left: 0;
  }
}

.module-form_error-text {
  color: #b72121;
}

.module-form_error-text[style="visibility:hidden;"] {
  display: none;
}

.module-form .CaptchaContainer {
  display: block;
}

.module-form .CaptchaContainer input[type="text"] {
  width: 100%;
}

.module-glossary .module_header {
  display: block;
}

.module-glossary .module_header table {
  width: 100%;
  table-layout: fixed;
}

.module-glossary .module_header table a {
  color: #000;
  font-weight: normal;
}

.module-glossary .module_header table a[href] {
  color: #850f89;
}


/*---------- Job Modules ---------*/

.module-job-details_description-container {
  margin-bottom: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description label {
  font-weight: normal;
}

.module-job-details_description input {
  width: auto;
  max-width: none;
  padding: 0;
  border: none;
  float: right;
  font-family: Arial, Helvetica, 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;
}


/*----- Miscellaneous Modules ----*/

.module-script {
  display: none;
}

.module-slideshow .mobile {
  display: none;
}

.module-slideshow .module_headline {
  font-size: 24px;
}

.module_footenote {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .module-slideshow .mobile {
      display: block;
  }
  .module-slideshow .desktop {
      display: none;
  }
  .module-slideshow_link-container {
      margin-top: 40px;
  }
}

.module-slideshow_link-container .button {
  margin-top: 20px;
}

.module-slideshow_ratio {
  padding-bottom: 56.25%;
  /* this should be changed with aspecRatio option in widget */
  position: relative;
}

.module-slideshow_viewer:not(.grid_col) {
  display: inline-block;
  width: 100%;
  max-width: 640px;
}

.module-slideshow iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.module-rss p+h2 {
  margin: 40px 0 30px;
}


/*------ Navigation Modules ------*/


/*start header links*/

.module-header-links {
  width: 100%;
  text-align: right;
  margin-top: -15px;
}

.module-header-links li {
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
}

.module-header-links li a {
  color: #666666;
}

@media only screen and (max-width: 1024px) {
  .module-header-links {
      display: none;
  }
}


/*end header links*/

@media screen and (min-width: 961px) {
  .nav--main {
      width: calc(82% - 128px + 60px);
      margin-right: -60px;
      padding-right: 60px;
      background: #ffffff;
      text-align: left;
  }
  .nav--main a {
      color: #850F88;
      font-size: 12px;
      font-weight: normal;
      position: relative;
      line-height: normal;
      display: inline-block;
  }
  .nav--main .level1 > li > a {
      text-transform: uppercase;
  }
  .nav--main ul .additional-control,
  .nav--main ul .additional-info,
  .nav--main ul .back-level,
  .nav--main ul .category-title {
      display: none;
  }
  .nav--main .nav--main_capabilities .level2 > li {
      display: inline-block;
      vertical-align: top;
  }
  .nav--main .nav--main_capabilities .level2 > li.back-level,
  .nav--main .nav--main_capabilities .level2 > li.category-title {
      display: none;
  }
  .nav--main .nav--main_capabilities .level2 li a {
      padding-right: 0;
      padding-bottom: 5px;
      padding: 10px 0 5px 24px;
  }
  .nav--main .nav--main_capabilities .level2 > li > a {
      font-size: 18px;
      color: #1F1646;
      font-family: "Avenir LT W01 65 Medium", Arial, sans-serif;
      padding-bottom: 0;
  }
  .nav--main .nav--main_capabilities .level3 > li > a {
      font-size: 12px;
      color: #850F88;
      font-family: AvenirLT-Book, Arial, sans-serif;
  }
  .nav--main .nav--main_capabilities .level2 {
      left: 50%;
      margin-left: -615px;
      padding-right: 60px;
  }
  .nav--main ul.level1 {
      margin-left: 274px;
  }
  .nav--main .level1 >li:hover ul {
      max-height: 500px;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .nav--main .level1 >li:hover > ul {
      border-top: 1px solid #D0D0D0;
  }
  .nav--main {
      float: left;
  }
  .nav--main .level1 >li {
      display: inline-block;
  }
  .nav--main .level1 >li > a {
      padding: 44px 12.5px 23px 13px;
      position: relative;
  }
  .nav--main .level1 >li:first-child > a {
      padding-left: 15.5px;
  }
  .nav--main .level1 >li:hover > a:before,
  .nav--main .level1 >li:hover > a:after {
      background: url(../design/tab-shadows.png) no-repeat #fff;
      content: "";
      height: 86px;
      position: absolute;
      top: 0;
      width: 5px;
  }
  .nav--main .level1 >li:hover > a:before {
      background-position: left bottom;
      left: -5px;
  }
  .nav--main .level1 >li:hover > a:after {
      background-position: right bottom;
      right: -5px;
  }
  .nav--main .level1 >li >a {
      display: block;
      color: #1F1646;
      font-family: "AvenirLT-Black", Arial, sans-serif;
      position: relative;
      font-size: 16px;
  }
  .nav--main a:hover,
  .nav--main .level1 >li:hover >a {
      color: #850F88;
      z-index: 10;
      background: #ffffff;
  }
  .nav--main ul.level2 {
      position: absolute;
      top: 100%;
      background: #ffffff;
      text-align: left;
      min-width: 250px;
      z-index: 9;
      max-height: 0px;
      border-bottom: 1px solid #D0D0D0;
      border-left: 1px solid #D0D0D0;
      border-right: 1px solid #D0D0D0;
      transition: max-height .2s ease 0s;
      padding: 0;
      overflow: hidden;
  }
  /*.nav--main .level1 >li.has-children.sfHover > a::before, 
  .nav--main .level1 >li.has-children:hover > a::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 4px;
      background: #850f89;
      bottom: 0;
      display: none;
  }*/
  .nav--main .level2 a {
      padding: 11px 30px;
      white-space: nowrap;
      display: block;
  }
  .nav--main .level2 a:hover,
  .nav--main .nav--main_capabilities .level3 > li > a:hover {
      color: #1F1646;
  }
  /*  .nav--main ul.level2 .has-children >a:after {
      content: '\edc2';
      font-family: 'q4-icons';
      font-size: 8px;
      margin-left: 10px;
      color: #850f89;
  }*/
  /* .nav--main ul.level2 .has-children.sfHover >a:after {
      content: '\edba';
  }*/
  .nav--main .mobile-only {
      display: none !important;
  }
}

@media(min-width: 961px) and (max-width: 1280px) {
  .nav--main .nav--main_capabilities .level2 {
      left: 0;
      margin-left: 20px;
      padding-right: 60px;
  }
}

@media only screen and (max-width: 960px) {
  .nav--main .has-children >ul {
      display: none !important;
  }
  .nav--main .has-children.sfHover >ul,
  .nav--main .has-children.js--expanded >ul {
      display: block !important;
  }
  .js--mobile .nav--main {
      width: 100%;
  }
  .pane--header .nav--main .layout_toggle i {
      color: #160c42;
      font-size: 30px;
      padding: 20px;
  }
  .nav--main ul.level1 {
      border-top: 1px solid #e1e1e1;
  }
  .nav--main a {
      padding: 10px;
      display: block;
      text-align: center;
  }
  /*   .nav--main .has-children >a:after {
      content: '\edc2';
      font-family: 'q4-icons';
      font-size: 8px;
      margin-left: 10px;
      margin-top: 5px;
      color: #850f89;
      position: absolute;
  }*/
  .nav--main .has-children.js--expanded >a:after,
  .nav--main .has-children.sfHover >a:after {
      content: "\edba";
  }
  .nav--main .level1 >.has-children.js--expanded >a,
  .nav--main .level1 >.has-children:hover >a {
      background: #f2f2f2;
      color: #850f89;
  }
  .nav--main .level2 >.has-children.js--expanded >a,
  .nav--main .level2 >.has-children:hover >a {
      font-family: "AvenirLT-Black";
  }
}


/*start ir nav*/

.nav--secondary {
  margin-top: 20px;
}

.nav--secondary a {
  font-weight: normal;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  line-height: normal;
  display: inline-block;
}

.nav--secondary li.expanded >a,
.nav--secondary li.selected >a,
.nav--secondary a:hover {
  color: #850f89;
}

.nav--secondary .level1 >li >a {
  font-family: "AvenirLT-Black", Arial, sans-serif;
}

@media screen and (min-width: 961px) {
  .nav--secondary .level1 >li {
      display: inline-block;
      position: relative;
      padding: 0 10px;
  }
  .nav--secondary li.has-children:hover >ul {
      display: block;
  }
  .nav--secondary li.has-children.sfHover >a:before,
  .nav--secondary li.has-children:hover >a:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 4px;
      background: #850f89;
      bottom: 0;
  }
  .nav--secondary .level2 {
      position: absolute;
      top: 100%;
      background: #f2f2f2;
      padding: 10px 20px;
      text-align: left;
      min-width: 220px;
      z-index: 9;
      display: none;
  }
  .nav--secondary .level2 a {
      padding: 10px 0;
      white-space: nowrap;
  }
  .nav--secondary .level1 >li >a {
      padding: 10px 0;
  }
  .nav--secondary .toggle-menu {
      display: none;
  }
}

@media screen and (max-width: 1100px) {
  .nav--secondary a {
      font-size: 11px;
  }
}

@media only screen and (max-width: 960px) {
  .nav--secondary .has-children >ul {
      display: none !important;
  }
  .nav--secondary .has-children.sfHover >ul,
  .nav--secondary .has-children.js--expanded >ul {
      display: block !important;
  }
  .nav--secondary .level1 {
      display: none;
  }
  .nav--secondary .level1.js--show {
      display: block;
  }
  .nav--secondary .level1 > li {
      display: block;
      padding: 0;
      border: 1px solid #e1e1e1;
      border-top: 0;
  }
  .nav--secondary a {
      padding: 10px;
      display: block;
  }
  .nav--secondary .has-children > a::after {
      content: '\edc2';
      font-family: 'q4-icons';
      font-size: 8px;
      margin-left: 10px;
      margin-top: 4px;
      color: #850f89;
      position: absolute;
  }
  .nav--secondary .has-children.js--expanded > a::after,
  .nav--secondary .has-children.sfHover > a::after {
      content: "\edba";
  }
  .nav--secondary .has-children.js--expanded > a,
  .nav--secondary .has-children:hover > a {
      background: #f2f2f2;
  }
  .nav--secondary .has-children ul.level2 {
      background: #e4e4e4;
  }
  .nav--secondary .toggle-menu {
      padding: 15px;
      border: 1px solid #e1e1e1;
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "AvenirLT-Black";
      color: #850f89;
      position: relative;
      cursor: pointer;
  }
  .nav--secondary .toggle-menu i {
      position: absolute;
      right: 20px;
      font-size: 24px;
      top: 50%;
      transform: translateY(-50%);
  }
}


/*end ir nav*/

.nav--sitemap {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav--sitemap a {
  display: inline-block;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  font-family: "AvenirLT-Black";
}

.nav--sitemap a:hover {
  color: #850f89;
}

.nav--sitemap .level2 a {
  font-weight: normal;
  margin-left: 15px;
}

.nav--sitemap br {
  display:none;
}


/*start slick*/

.slick-slider {
  padding: 0 !important;
}

.slick-dots {
  padding-left: 20px;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}

.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}

.slick-dots li button {
  font-size: 0;
  padding: 5px;
  border-radius: 100%;
  border: 1px solid #818181;
  background: transparent;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.dark .slick-dots li button {
  border-color: #fff;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #850f89;
  border-color: #850f89;
}


/*end slick*/


/*-------- News Module CSS -------*/

.module-news-all .module_options-label {
  display: none;
}

.module-news-all .module_item {
  padding: 20px 0;
  border-bottom: 1px solid #acacac;
}

.module-news-latest .module_title,
.module-news-latest .module_date-time {
  color: #fff;
}

.module-news-latest .module_warning,
.module-news-latest .module_loader {
  margin-left: 20px;
}

.module-news-latest .button {
  margin-top: 40px;
}

.module-news-latest a.module_headline:hover {
  color: #850f89;
}

.module-news-latest .module_item {
  padding-right: 25px;
}

.module-news-details h3 {
  color: #000;
  font-size: 40px !important;
  font-weight: 300;
  line-height: normal;
}

@media only screen and (max-width: 1024px) {
  .module-news-details table {
      width: 100%;
      overflow-x: scroll;
      display: inline-block;
  }
}


/*------ Person List Module ------*/

.module-person .module-person_description,
.module-person .module-person_res-photo-container,
.module-person .module_comma {
  display: none;
}

.module-person .module-person_name-container h3 {
  font-size: 16px;
  font-weight: normal;
}

.module-person .module_item {
  text-align: center;
  margin-bottom: 15px;
}

.module-person .module-person_title-text {
  font-size: 13px;
  display: inline-block;
}

.module-person .module-person_photo-container img {
  width: 100%;
  max-width: 110px;
}

.module-person .module-person_suffix,
.module-person_title {
  display: block;
}

.fancybox-container .module-person .module_item {
  max-width: 940px;
  padding: 70px;
}

.fancybox-container .module-person_photo-container,
.fancybox-container .module-person_name-container {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-container .module-person_name-container {
  position: static;
  background: transparent;
  text-align: left;
  opacity: 1;
  visibility: visible;
  cursor: initial;
}

.fancybox-container .module-person_name-container h3 {
  position: static;
  transform: none;
}

.fancybox-container .module-person_name-container a {
  color: #000;
}

.fancybox-container .module-person_photo-container {
  max-width: 30%;
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .fancybox-container .module-person_photo-container {
      margin-right: 15px;
      margin-bottom: 35px;
  }
}

@media only screen and (max-width: 480px) {
  .fancybox-container .module-person_photo-container {
      margin-right: 0;
      max-width: none;
  }
}

.fancybox-container .module-person_name {
  display: block;
  margin-bottom: 10px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.45;
  color: #850f89;
}

@media only screen and (max-width: 480px) {
  .fancybox-container .module-person_name {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.2;
  }
}

.fancybox-container .module-person_title {
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  .fancybox-container .module-person_title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.125;
  }
}

.fancybox-container .module-person_description-container {
  margin-top: 40px;
}

.fancybox-container .module-person_description {
  display: block;
}

.module-person-accordion .module-person_name-container {
  padding: 20px 15px;
  margin-bottom: 10px;
  background-color: #850f89;
  color: #fff;
  cursor: pointer;
}

.module-person-accordion .module-person_name-container h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "AvenirLT-Black";
  color: inherit;
  margin: 0;
}

.module-person-accordion .module-person_name-container h3:before {
  float: right;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed5d";
}

.module-person-accordion .module_item {
  padding: 0;
  border: 0 none;
}

.module-person-accordion .module_item.js--active h3:before {
  content: "\ed5e";
}

.module-person-accordion .module-person_name {
  margin-right: 10px;
}

.module-person-accordion .module-person_title {
  font-size: 14px;
  font-size: 1.4rem;
}

.module-person-accordion .module_comma {
  display: none;
}

.module-person-accordion .module-person_description-container {
  padding: 15px;
}

.module-person-accordion .module-person_photo-container {
  float: left;
  margin: 0 25px 15px 0;
}

@media only screen and (max-width: 768px) {
  .module-person-accordion .module-person_photo-container {
      float: none;
      margin: 0 auto 15px auto;
      text-align: center;
  }
}

.module-person-accordion .module-person_photo-container img {
  display: block;
  margin: auto;
}

.module-person-accordion .module-person_description>*:first-child {
  margin-top: 0;
}

.module-person-accordion .module-person_res-photo-container>span {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .module-person-accordion .module-person_res-photo-container>span {
      display: block;
      margin: 0 0 10px 0;
  }
}

.module-person-details .module_title {
  display: none;
}

.module-person-details .module_comma {
  display: none;
}

.module-person-details_photo-container,
.module-person-details_name-container {
  display: inline-block;
  vertical-align: middle;
}

.module-person-details_photo-container {
  max-width: 30%;
  margin-right: 40px;
}

@media only screen and (max-width: 480px) {
  .module-person-details_photo-container {
      margin-right: 0;
      display: block;
      margin-bottom: 20px;
  }
}

.module-person-details_name {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #000;
}

.module-person-details_title {
  display: block;
  font-size: 16px;
}

.module-person-details_description-container {
  margin-top: 30px;
}

.module-presentation .module_body {
  display: none;
}


/*------ Q4 Preview Toolbar ------*/

body.PreviewBody {
  margin: 0;
  background-position: 0;
}

body.PreviewBody .PreviewToolBar {
  position: fixed;
  top: 100%;
  bottom: auto;
  width: 100%;
  margin: 0;
  padding: 35px 20px;
  border: 0;
  background: #222;
  font-size: 0;
  text-align: left;
  color: #fff;
  z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
  top: auto;
  bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 20px;
  background: #222;
  transform: translate(0, -100%);
  font-size: 24px;
  font-size: 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: Arial, Helvetica, 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: #850f89;
  color: #fff !important;
}

@media only screen and (max-width: 1024px) {
  body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
  body.PreviewBody .PreviewToolBar .PreviewDateControls {
      display: block;
      float: none;
      margin-bottom: 15px;
  }
  body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
  body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
      display: block;
  }
}

@media only screen and (max-width: 768px) {
  body.PreviewBody .PreviewToolBar input[type="radio"],
  body.PreviewBody .PreviewToolBar label,
  body.PreviewBody .PreviewToolBar input[type="text"],
  body.PreviewBody .PreviewToolBar select,
  body.PreviewBody .PreviewToolBar input[type="submit"] {
      margin-bottom: 5px;
  }
}


/*-------- Search Modules --------*/

.module-search {
  background: #f5f5f5;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10050;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-align: left;
}

.js--search-revealed .module-search {
  display: block;
  overflow-y: auto;
}

.module-search .module_container--outer {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 0;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .module-search .module_container--outer {
      width: 70%;
  }
}

.module-search_close .text-right {
  max-width: 1250px;
  padding: 20px;
  margin: auto;
}

.nav--main {
  height: 86px;
}

.module-search_input[type="text"] {
  display: block;
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  border: none;
  background: transparent;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  padding: 7px 0;
  margin-top: 3rem;
  font-weight: 400;
  color: #3B454F;
  font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif;
  box-sizing: content-box;
}

.module-search_input[type="text"]::-webkit-input-placeholder {
  color: #b2b2b2;
  line-height: 4.2rem;
  font-family: 'AvenirLT-Book', sans-serif;
  font-weight: 400;
}

.module-search_input[type="text"]::-moz-placeholder {
  color: #b2b2b2;
  line-height: 4.2rem;
  font-family: 'AvenirLT-Book', sans-serif;
  font-weight: 400;
}

.module-search_input[type="text"]:-ms-input-placeholder {
  color: #b2b2b2;
  line-height: 4.2rem;
  font-family: 'AvenirLT-Book', sans-serif;
  font-weight: 400;
}

.module-search_input[type="text"]:-moz-placeholder {
  color: #b2b2b2;
  line-height: 4.2rem;
  font-family: 'AvenirLT-Book', sans-serif;
  font-weight: 400;
}

.module-search-result_summary {
  margin-bottom: 20px;
}

.module-search_button {
  position: absolute;
  margin: 0;
  height: 50px;
  line-height: 50px;
  width: 78px;
  outline: none;
  padding: 0 0 0 120px;
  background: url(../design/searchbox-search-glass.png) no-repeat 30px 0;
  font-size: 0;
  cursor: pointer;
  border: 0;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  display: none;
}

.module-search_label {
  display: block;
  color: #4c4c4c;
  letter-spacing: .5px;
  font-family: 'Avenir LT W01 85 Heavy', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.module-search_close-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 90px;
  font-size: 9rem;
  line-height: 2.2rem;
  font-weight: 200;
  font-family: 'Avenir LT W01 35 Light', sans-serif;
  color: #666666;
  border-radius: 50%;
  text-align: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  right: -4rem;
  top: -4rem;
  transition: all 0.15s linear;
}

.module-search_close-button:hover {
  opacity: .8;
}

.module-search_close-button:before {
  content: '×';
}

@media only screen and (max-width: 991px) {
  .module-search_close-button {
      font-size: 70px;
      font-size: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .module-search_close-button {
      font-size: 40px;
      font-size: 4rem;
  }
}

.module-search-result_description {
  display: block;
}

.module-search-result_description:after {
  content: "...";
}

.module-search-result_url {
  display: none;
}

.module-search-result .module_item ~ .module_item {
  margin-top: 20px;
}

.module-search-result .module_item p {
  display: inline-block;
  margin-bottom: 0;
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .module-search_close {
      border-bottom: #e1e1e1;
  }
}

.module-search-toggle {
  display: none;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.module-search-toggle_button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
  color: #201747;
}

.module-search-toggle_button:hover {
  color: #850f89;
}

@media only screen and (max-width: 767px) {
  .module-search-toggle {
      display: inline-block;
  }
}

@media only screen and (max-width: 575px) {
  .module-search-toggle_button {
      font-size: 12px;
      font-size: 1.2rem;
  }
}


/*-------- SEC Module CSS --------*/

.module-sec .module_container--content .module_warning,
.module-sec .module_container--content .module_loader {
  margin-top: 20px;
  margin-bottom: 0;
}

.module-sec .module_header {
  display: block;
  background-color: #160c42;
  border: 1px solid #160c42;
}

.module-sec .module_header-text {
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

.module-sec .module_item {
  border: 1px solid #d6d6d6;
  border-top: 0;
}

.module-sec .module_item:nth-child(even) {
  background-color: #f1f1f1;
}

.module-sec .module_item .grid_col {
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: normal;
  color: #666;
}

.module-sec .module_item .module-sec_date {
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "AvenirLT-Black";
}

.module-sec .module_options {
  display: inline-block;
  padding-right: 35px
}

.module-sec .module-container--wrap {
  position: relative;
}

.module-sec .module_rss {
  margin: 0;
  position: absolute;
  right: 0;
  top: -45px;
}

@media only screen and (max-width: 768px) {
  .module-sec .module_header {
      display: none;
  }
  .module-sec .module_item {
      padding: 15px 15px 20px;
      border: none;
  }
  .module-sec .module_item .grid_col {
      padding: 0;
  }
}

.module-sec_download-list-item {
  display: inline-block;
}

.module-sec_download-list .module_link {
  margin: 0;
  padding-left: 30px;
}

.module-sec_download-list .module-sec_download-list-item ~ .module-sec_download-list-item {
  margin-left: 5px;
}

.module-sec_download-list .module_link:before {
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .module-sec_date,
  .module-sec_filer,
  .module-sec_filing,
  .module-sec_description {
      margin-bottom: 15px;
  }
}

.module-sec-details_date,
.module-sec-details_description {
  margin-bottom: 15px;
}

.module-sec-details_download-list-item {
  display: inline-block;
}

.module-sec-details_download-list .module_link {
  margin: 0;
}

.module-sec-details_download-list .module_link:before {
  font-size: 30px;
}


/*---- Accessibility Skip Link ---*/

.module-skip_link {
  position: absolute;
  top: -100px;
  left: 50%;
  padding: 15px 20px;
  background: transparent;
  color: white;
  transform: translate(-50%, 0);
  transition: 0.5s ease-in-out;
  z-index: 100;
}

.module-skip_link:focus,
.module-skip_link:active,
.module-skip_link:hover {
  top: 0;
  background: #850f89;
  outline: 0;
}

.module-skip_link:visited {
  color: #fff;
}


/*------ Stock Chart Widget ------*/

.module-stock-chart .highcharts-legend-item:first-child path {
  stroke: #00778b;
}

.module-stock-chart .highcharts-legend-item:first-child text {
  cursor: default !important;
}

.module-stock-chart .highcharts-series-0 {
  stroke: #00778b;
}

.module-stock-chart .highcharts-series-0 path:first-child {
  stroke: #00778b;
}

.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
  stroke: #00778b;
}

.module-stock-chart .highcharts-navigator rect {
  fill: rgba(0, 119, 139, 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: #00778b;
}

.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: #00778b;
  stroke: #00778b;
}

.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: #000;
}

.module-stock-chart .highcharts-container>svg>.highcharts-button {
  display: none;
}


/*------ Stock Header Module -----*/

.module-stock-header {
  color: #fff;
  font-weight: 300;
}

.module-stock-header_description1 {
  display: block;
  margin-bottom: 5px;
}

.module-stock-header_stock-price {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding-right: 15px;
}

.module-stock-header_stock-price:before {
  content: '$';
}

.module-stock-header_change,
.module-stock-header_percent-change {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding-left: 15px;
  border-left: 1px solid #f2f2f2;
}

.module-stock-header_change {
  padding-right: 15px;
}

.module-stock-header_date,
.module-stock-header_description3 {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}


/*------ Stock Quote Module ------*/

.module-stock_wrap {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.module-stock .module_options {
  margin-bottom: 30px;
}

.module-stock .module_container--content > p {
  margin: 20px 0 0;
}

.module-stock-historical .module_options-label {
  display: none;
}

.module-stock-historical .dropdown,
.module-stock-historical .button {
  min-width: 126px;
  height: 50px;
  vertical-align: top;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .module-stock.module-stock-historical .module-stock_empty {
      display: none;
  }
  .module-stock .background--alt-grey {
      background: none;
  }
  .module-stock .mobile-background,
  .module-stock-quote .module-stock_value:nth-child(4n+4),
  .module-stock-quote .module-stock_label:nth-child(4n+3) {
      background: #f2f2f2;
  }
}

.module-stock .stock-historical-range .module_options>*:not(:last-of-type) {
  margin-bottom: 20px;
}

.module-stock_lookup-title {
  padding: 10px 20px;
  background: #160c42;
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}

.module-stock_label,
.module-stock_value {
  border-bottom: 1px solid #d6d6d6;
}

.module-stock_label>span,
.module-stock_value>span {
  display: block;
  padding: 10px 20px;
  font-weight: normal;
  color: #666666;
}

.module-stock_value > span {
  text-align: right;
}

.module-stock_up {
  color: #23a217;
}

.module-stock_down {
  color: #b72121;
}

.module-stock_value .module-stock_price:before,
.module-stock_value .module-stock_high:before,
.module-stock_value .module-stock_low:before,
.module-stock_value .module-stock_open:before,
.module-stock_value .module-stock_close:before,
.module-stock_value .module-stock_week-low:before,
.module-stock_value .module-stock_week-high:before,
.module-stock_value .module-stock_previous-close:before {
  content: "$";
}

.module-stock_date {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  text-align: right;
}

.module-stock_date-text {
  margin-right: 15px;
  text-transform: uppercase;
}


/*- MailingList Subscribe Module -*/

.module-subscribe_table {
  display: inline-block;
  width: 100%;
}

.module-subscribe_table tbody {
  width: 100%;
  display: block;
}

.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:nth-child(even) {
  padding-left: 10px;
}

.module-subscribe_form tr.module-subscribe_notes-text {
  margin: 0;
}

.module-subscribe_form tr.module-subscribe_notes-text,
.module-subscribe_form tr.module-subscribe_notes-input {
  display: block;
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .module-subscribe_form tr {
      width: 100%;
  }
  .module-subscribe_form tr:nth-child(even) {
      padding-left: 0;
  }
  .module-subscribe_form tr:nth-child(odd) {
      padding-right: 0;
  }
}

.module-subscribe_form td {
  display: block;
}

.module-subscribe_form label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
  padding-bottom: 15px;
}

.module-subscribe_mailing-list tr table td {
  padding-bottom: 10px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
  padding-bottom: 0;
}

.module-subscribe .CaptchaContainer {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .module-subscribe .CaptchaContainer {
      width: 100%;
  }
}


/* MailingList Unsubscribe Module */

.module-unsubscribe_table {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .module-unsubscribe_table {
      width: 100%;
  }
}

.module-unsubscribe_table td {
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .module-unsubscribe_table td {
      padding-right: 0;
  }
}

.module-unsubscribe_table label {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.module-unsubscribe_table .module_input[type="text"] {
  background-color: #fff;
}


/*==================================
----------- LAYOUT CSS -----------
==================================*/


/*------- iframe layout CSS ------*/

.layout--iframe .pane--content .module {
  padding: 35px 0;
}

.layout--iframe .pane--content .module_container--outer {
  max-width: none;
}


/*==================================
------------ BLANK CSS -----------
==================================*/


/*-------- Layout Specific -------*/

.layout.js--mobile,
.js--search-revealed .layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.layout_header {
  padding-top: 95px;
}

@media only screen and (max-width: 767px) {
  .layout_header {
      padding-top: 0;
  }
}

@media(max-width: 1024px) {
  .layout.js--mobile {
      overflow: visible;
  }
}


/*--------- Pane Specific --------*/

.pane--header {
  position: fixed;
  background-color: #fff;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .pane--header {
      position: static;
      text-align: center;
  }
}

.pane--header .pane_inner {
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pane--header .module-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 3%;
  height: 6rem;
  min-height: 10rem;
  z-index: 10;
}

.js--sticky-header .pane--header .module-logo {
  min-height: 6rem;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media only screen and (max-width: 767px) {
  .pane--header .module-logo {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      height: auto;
      min-height: auto;
      display: inline-block;
      vertical-align: middle;
      padding: 14px 0;
  }
}

@media only screen and (max-width: 575px) {
  .pane--header .module-logo {
      padding-bottom: 24px;
  }
}

.pane--header .module-logo .module_container--outer {
  position: relative;
  left: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  max-width: 13rem;
}

@media only screen and (max-width: 767px) {
  .pane--header .module-logo .module_container--outer {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
  }
}

@media only screen and (max-width: 575px) {
  .pane--header .module-logo .module_container--outer {
      max-width: 90px;
  }
}

.pane--header .module-logo img {
  width: 130px;
  display: block;
}

.module-coporate-navigation {
  display: block;
}

.js--sticky-header .module-coporate-navigation {
  padding: 1.1rem 0 0;
  border-bottom: 1px solid #dbdbdb;
}

@media only screen and (max-width: 767px) {
  .js--sticky-header .module-coporate-navigation {
      padding: 0;
      border-bottom: none;
  }
  .module-coporate-navigation {
      display: none;
  }
  .js--mobile .module-coporate-navigation {
      display: block;
  }
  .module-coporate-navigation .module_container--inner {
      display: flex;
      flex-direction: column-reverse;
      text-align: left;
  }
}

.nav--utility {
  padding-right: 3%;
}

.js--sticky-header .nav--utility {
  display: none;
}

@media only screen and (max-width: 767px) {
  .nav--utility {
      display: block !important;
      background: #201747;
  }
}

.nav--utility ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  top: auto;
}

@media only screen and (max-width: 767px) {
  .nav--utility ul {
      flex-direction: column;
      padding: 1.5rem 2rem !important;
  }
}

.nav--utility li {
  padding: 15px 0 0;
  line-height: 1.625em;
}

@media only screen and (max-width: 767px) {
  .nav--utility li {
      padding: 1rem 0;
  }
}

.nav--utility a {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'AvenirLT-Book', sans-serif;
  font-weight: 400;
  padding-left: 25px;
  color: #201747;
  transition: all 0.15s linear;
}

.nav--utility a:hover {
  text-decoration: none;
  color: #850f89;
}

@media only screen and (max-width: 767px) {
  .nav--utility a {
      color: #fff;
      padding: 1rem 0;
  }
  .nav--utility a:hover {
      color: rgba(255, 255, 255, 0.5);
  }
}

.nav--corporate {
  position: relative;
  height: 5.3rem;
}

@media only screen and (max-width: 767px) {
  .nav--corporate {
      height: auto;
  }
}

.nav--corporate ul {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 3% !important;
  top: 100%;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

@media only screen and (max-width: 991px) {
  .nav--corporate ul {
      padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .nav--corporate ul {
      position: relative;
      flex-direction: column;
      top: auto;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
  }
}

.nav--corporate li {
  padding: 0 2rem 0;
  line-height: 1.625em;
}

.nav--corporate li:first-child {
  padding-left: 200px;
}

.nav--corporate li:last-child {
  padding: 0 1rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .nav--corporate li {
      padding: 0 1rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .nav--corporate li {
      padding: 0 2rem 0;
  }
  .nav--corporate li:first-child {
      padding-left: 2rem;
  }
  .nav--corporate .nav_search {
      display: none;
  }
}

.nav--corporate a {
  letter-spacing: .5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Avenir LT W01 85 Heavy', sans-serif;
  font-weight: 700;
  color: #201747;
  display: block;
  padding: 0 0 1.5rem;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
}

.nav--corporate a:hover {
  border-bottom-color: #850f89;
}

.nav--corporate .nav_search a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nav--corporate .nav_search a:hover,
.nav--corporate .nav_search a:focus {
  color: #850f89;
  border-bottom-color: transparent;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .nav--corporate a {
      padding: 1.5rem 0;
      border-bottom: 1px solid #cccccc;
      letter-spacing: normal;
  }
  .nav--corporate a:hover {
      border-bottom-color: #cccccc;
  }
}

@media only screen and (max-width: 1040px) and (min-width: 961px) {
  .nav--main .level1 >li {
      margin: 0 0.75%;
  }
}

.pane--header .layout_toggle {
  display: none;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.pane--header .layout_toggle button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-size: 17px;
  font-size: 1.7rem;
  color: #201747;
  cursor: pointer;
}

.js--mobile .pane--header .layout_toggle button:before {
  content: "\f00d";
}

@media only screen and (max-width: 767px) {
  .pane--header .layout_toggle {
      display: inline-block;
  }
}

.pane--banner {
 /* background: rgba(255, 255, 255, 0.05) url('../design/banner/IMG-Leidos_GHQ_Twilight_Drone_Aerial_21042803.jpg');*/
background: url('../design/banner/IMG-Leidos_GHQ_Twilight_Drone_Aerial_21042803.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.pane--banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background: rgba(0, 0, 0, 0.3);*/
}

.pane--banner .pane_inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  min-height: 280px;
  z-index: 1;
  position: relative;
}

.pane--banner h1 {
  font-size: 48px;
  color: #fff;
  margin: 0;
}

.pane--banner h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.PageInvestorRelations .pane--banner h1 {
  position: static;
  transform: none;
}

.pane--navigation .pane_inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pane--banner h1 {
      font-size: 32px;
      line-height: 32px;
  }
}

.pane--content .module {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pane--content .module_container--outer {
  max-width: 934px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.pane--content .module--full-width .module_container--outer {
  max-width: 1250px;
}

.pane--content .module--thin {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pane--content .module--thin-top {
  padding-top: 20px;
}

.pane--content .module--thin-bottom {
  padding-bottom: 20px;
}

.pane--content .module--thick {
  padding-top: 105px;
  padding-bottom: 105px;
}

.pane--content .module--thick-top {
  padding-top: 105px;
}

.pane--content .module--thick-bottom {
  padding-bottom: 105px;
}

.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;
}

.pane--content .module-sitemap {
  padding-bottom: 35px;
}

.pane--content .module-subscribe .module_container--inner {
  position: relative;
}

.pane--content .module-subscribe_mailing-list {
  padding-bottom: 60px;
}

.pane--content .module-subscribe .module_actions {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pane--footer {
  background: #850f89;
  padding: 70px 0;
}

.pane--footer .pane_inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.pane--footer .module_title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.pane--footer .module-contact {
  font-weight: 300;
}

.pane--footer .module-contact br {
  line-height: 28px;
}

.pane--footer .module-contact strong {
  font-size: 12px;
}

.pane--footer .module-contact a {
  word-wrap: break-word;
}

@media only screen and (max-width: 1024px) {
  .pane--footer .module-contact {
      margin-bottom: 70px;
  }
  .pane--footer .module-contact,
  .module-subscribe--footer {
      width: 100%;
      padding-left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .pane--footer .module-contact .grid_col ~ .grid_col {
      margin-top: 30px;
  }
}

.pane--footer .module_error-container {
  margin-bottom: 20px;
}

.pane--footer .module_error-container p {
  display: none;
}

.pane--footer .module_introduction,
.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 {
  margin: 0;
  vertical-align: middle;
  padding-right: 145px;
  top: 0;
}

.pane--footer .module-subscribe_wrap {
  position: relative;
}

.pane--footer .module_actions {
  right: 0;
  margin: 0;
  width: 150px;
  position: absolute;
  top: 0;
}

.pane--footer .module-subscribe_form tr {
  width: 100%;
  margin: 0;
}

.pane--footer .module-subscribe_mailing-list {
  margin: 20px 0 0;
  display: inline-block;
}

.pane--footer .module-subscribe_list>td {
  padding: 0;
}

.pane--footer .module-subscribe p {
  margin: 0;
  font-weight: normal;
}

.pane--footer .module-subscribe input[type="checkbox"] + label::before {
  border-color: #fff;
}

.pane--footer .module-subscribe input[type="checkbox"]+label:after {
  background: #fff;
}

.pane--footer .module_input[type="text"] {
  border: 0 !important;
  background: #fff;
  padding: 12px 15px;
  font-family: AvenirLT-Book, Arial, sans-serif;
}

.pane--footer .button {
  color: #fff;
  border: none;
  background-color: #281648;
  height: 44px;
}

.pane--footer .module-subscribe_mailing-list tr table tr {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding-right: 10px;
}

.pane--footer .module-subscribe_mailing-list tr table td {
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  .pane--footer .module-subscribe_wrap {
      position: static;
  }
  .pane--footer .module-subscribe_form {
      width: 100%;
      padding-right: 0;
  }
  .pane--footer .module-subscribe .module_container--inner {
      position: relative;
      padding-bottom: 60px;
  }
  .pane--footer .module_actions {
      bottom: 0;
      left: 0;
      top: auto;
  }
  .module-subscribe_mailing-list tr table tr:last-child {
      width: 100%;
  }
  .pane--footer .module-subscribe_mailing-list tr table tr:not(:last-of-type) {
      width: 50%;
  }
}

.pane--footer2 {
  background: #201747;
  padding-bottom: 3rem;
  color: #fff;
  font-family: 'AvenirLT-Book', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.pane--footer2 .pane_inner {
  max-width: 134rem;
  width: calc(85% - 2.5rem);
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 1599px) {
  .pane--footer2 .pane_inner {
      width: calc(91% - 2.5rem);
  }
}

@media only screen and (max-width: 991px) {
  .pane--footer2 .pane_inner {
      width: 95%;
  }
}

@media only screen and (max-width: 575px) {
  .pane--footer2 .pane_inner {
      width: 100%;
      padding: 0 1rem;
  }
}

.pane--footer2 a {
  color: #fff;
  transition: all 0.15s linear;
}

.pane--footer2 a:not(.button):hover {
  color: rgba(255, 255, 255, 0.7);
}

.module-corporate-footer ul {
  line-height: normal;
}

.module-corporate-footer_item--top {
  display: flex;
  padding: 10rem 0 6rem;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .module-corporate-footer_item--top {
      flex-direction: column-reverse;
      padding: 3rem 0;
  }
}

.module-corporate-footer_item--bottom {
  display: flex;
  flex-flow: row;
  padding: 4rem 0;
  justify-content: space-between;
  position: relative;
  align-items: center;
  border-top: 1px solid #583ec9;
}

@media only screen and (max-width: 991px) {
  .module-corporate-footer_item--bottom {
      flex-flow: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .module-corporate-footer_item--bottom {
      padding: 3rem 0 2rem;
  }
}

.module-corporate-footer_item--top > ul {
  display: flex;
  width: 65%;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1439px) {
  .module-corporate-footer_item--top > ul {
      flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .module-corporate-footer_item--top > ul {
      width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .module-corporate-footer_item--top > ul {
      display: none;
  }
}

.module-corporate-footer_item--top li {
  line-height: 1.625em;
}

.module-corporate-footer_item--top > ul > li {
  display: flex;
  flex-direction: column;
  padding-right: 3rem;
  width: 20%;
}

@media only screen and (max-width: 1439px) {
  .module-corporate-footer_item--top > ul > li {
      width: 33%;
      margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .module-corporate-footer_item--top > ul > li {
      width: 20%;
      margin-bottom: 0;
  }
}

.module-corporate-footer_item--top > ul ul li {
  display: flex;
  flex-direction: column;
  padding-right: 3rem;
}

.module-corporate-footer_menu a {
  font-weight: 600;
  display: inline-block;
  padding: 0 0 10px;
  font-size: 1.4rem;
  color: white;
  font-family: 'Avenir LT W01 45 Book',sans-serif;
}

.module-corporate-footer_menu-item--expanded > a {
  font-family: 'AvenirLT-Black', sans-serif;
  text-transform: uppercase;
}

.module-corporate-footer_contact {
  width: 30%;
}

@media only screen and (max-width: 1439px) {
  .module-corporate-footer_contact {
      width: 35%;
  }
}

@media only screen and (max-width: 991px) {
  .module-corporate-footer_contact {
      width: 100%;
      margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .module-corporate-footer_contact {
      margin-bottom: 0;
  }
}

.module-corporate-footer_contact h2 {
  font-family: 'AvenirLT-Book', sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .module-corporate-footer_contact h2 {
      font-size: 36px;
      font-size: 3.6rem;
  }
}

@media only screen and (max-width: 575px) {
  .module-corporate-footer_contact h2 {
      font-size: 32px;
      font-size: 3.2rem;
  }
}

.module-corporate-footer_contact p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  margin-bottom: 2rem;
}

.module-corporate-footer_contact p:last-child {
  margin-bottom: 0;
}

.module-corporate-footer_contact .button {
  margin-bottom: 2rem;
}

.module-corporate-footer_contact .button:hover {
  background: #850f89;
}

@media only screen and (max-width: 767px) {
  .module-corporate-footer_contact .button {
      margin-top: 2rem;
      margin-bottom: 0;
  }
}

.module-corporate-footer_item-copyright,
.module-corporate-footer_item-social {
  width: 25%;
}

.nav--utility-footer {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .module-corporate-footer_item-copyright,
  .module-corporate-footer_item-social,
  .nav--utility-footer {
      width: auto;
  }
  .module-corporate-footer_item-social,
  .nav--utility-footer {
      margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .nav--utility-footer {
      order: 1;
  }
}

.module-corporate-footer_item-copyright ul {
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .module-corporate-footer_item-copyright ul {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
}

.module-corporate-footer_item-copyright li {
  display: inline;
  padding-right: 10px;
  font-family: 'Avenir LT W01 45 Book',sans-serif;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .module-corporate-footer_item-copyright li + li {
      padding-top: 7px;
  }
}

.nav--utility-footer ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: row;
}

@media only screen and (max-width: 575px) {
  .nav--utility-footer ul {
      flex-direction: column;
      align-items: center;
  }
}

.nav--utility-footer a {
  display: inline-block;
  padding: 5px 10px;
}

.nav--social ul {
  justify-content: flex-end;
  margin: 5px 0;
  display: flex;
}

.nav--social li {
  display: inline;
}

.nav--social li + li {
  padding-left: 17px;
}

.nav--social a {
  font-size: 21px;
  font-size: 2.1rem;
  display: inline-block;
  padding: 5px 0;
}

.nav--social a:focus {
  text-decoration: none !important;
}

.pane--footer2 .copyright {
  margin: 0 35px 0 13px;
  color: #646464;
}

.pane--footer2 .grid_col div:not(:first-of-type) {
  margin-top: 20px;
  margin-left: 10px;
}

.pane--footer2 .module-social {
  padding-top: 10px;
}

.pane--footer2 .grid_col:first-of-type div:not(:first-of-type) a {
  padding-right: 7px;
  padding-left: 7px;
  border-left: 1px solid #D0D0D0;
}

.pane--footer2 .grid_col:last-of-type div:not(:first-of-type) a {
  padding-right: 7px;
  padding-left: 7px;
  border-left: 1px solid #D0D0D0;
}

.pane--footer2 .grid_col:first-of-type div:not(:first-of-type) a:first-child {
  padding-left: 0;
}

.pane--footer2 .grid_col:last-of-type div:not(:first-of-type) a:last-child {
  padding-right: 0;
}

.pane--footer2 .grid_col a:first-child {
  border-left: 0 !important;
}

.pane--footer2 .grid_col:last-of-type div:first-of-type a {
  padding: 0px 6px;
}

.module-logo--footer img {
  max-width: 110px;
}

.module-social div:first-child a {
  display: inline-block;
}

.module-social div:first-child a i {
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  overflow: hidden;
  transition: none;
  width: 21px;
}

.module-social div:first-child a i:hover {
  background-position: center bottom;
}

.module-social_facebook {
  background: transparent url(../design/footer-facebook.png) no-repeat scroll center top;
}

.module-social_linkedin {
  background: transparent url(../design/footer-linkedin.png) no-repeat scroll center top;
}

.module-social_twitter {
  background: transparent url(../design/footer-twitter.png) no-repeat scroll center top;
}

.module-social_youtube {
  background: transparent url(../design/footer-youtube.png) no-repeat scroll center top;
}

.module-social_instagram {
  background: transparent url(../design/footer-instagram.png) no-repeat scroll center top;
}

.pane--footer2 .module-logo-year {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .layout_footer {
      position: relative;
  }
  .pane--footer2 .copyright {
      display: block;
      text-align: center;
      margin: 10px 0;
      font-size: 11px;
  }
  .pane--footer2 .module-logo-year .copyright {
      display: inline-block;
      margin-left: 15px;
  }
  .pane--footer2 .grid_col,
  .pane--footer2 .grid_col .text-right {
      text-align: center;
  }
  .pane--footer2 .grid_col div:not(:first-of-type) {
      margin-bottom: 20px;
  }
  .module-mobile-hide {
      display: none;
  }
  .pane--footer2 .module-logo-year {
      display: inline-block;
      margin-left: -35px;
  }
  .pane--footer2 .grid_col:last-of-type div:first-of-type a {
      padding: 0px 5.5px;
  }
  .pane--footer2 .module-social {
      padding-top: 8px;
  }
}

.pane--credits {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 10px;
}

.pane--credits a {
  color: #666;
}


/*--------- Page Specific --------*/

.page--no-alternating .pane--content {
  padding: 35px 0;
}

.page--no-alternating .module {
  padding-top: 35px;
  padding-bottom: 35px;
}


/*-------- Module Specific -------*/


/*pagination*/

.module_pagination {
  margin-top: 20px !important;
}

.module_pagination .pager-prev,
.module_pagination .pager-next {
  display: none;
}

.module_pagination li {
  display: inline-block;
  color: #666666;
  font-weight: 400;
  cursor: pointer;
}

.module_pagination .pager-page ~ .pager-page {
  margin-left: 10px;
}

.module_pagination .pager-active {
  color: #850f89;
  font-family: "AvenirLT-Black";
  cursor: text;
}

.module-subscribe--footer {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}

@media only screen and (max-width: 1024px) {
  .module-subscribe--footer {
      border-left: 0;
  }
  .module-subscribe--footer {
      padding-left: 20px;
  }
}


/*start breadcrumb*/

.module-breadcrumb {
  font-size: 12px;
  color: #fff;
  padding: 20px 0;
  font-weight: normal;
}

.module-breadcrumb a {
  color: #fff;
}

.module-breadcrumb_separator {
  padding: 0 5px;
}

.PageInvestorRelations .module-breadcrumb_separator:last-of-type,
.module-breadcrumb_home-link {
  display: none;
}

.PageInvestorRelations .module-breadcrumb {
  font-size: 0;
}

.PageInvestorRelations .module-breadcrumb .module-breadcrumb_separator,
.PageInvestorRelations .module-breadcrumb a {
  font-size: 12px;
}


/*end breadcrumb*/


/*START INVESTOR PAGE*/

.module-overview p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.module-why-invest .module_container--outer:after {
  content: '';
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding-top: 50px;
}

.module-why-invest .grid_col {
  text-align: center;
}

.module-why-invest i {
  font-size: 80px;
  color: #e1e1e1;
  margin-bottom: 15px;
}

.module-why-invest p {
  line-height: 22px;
  min-height: 46px;
}

.module-why-invest .button {
  margin-top: 30px;
}

.module-why-invest .slick-slide img {
  display: inline-block;
  padding-top: 15px;
}

.module-why-invest .grid_col:last-child img {
  padding-top: 0;
}

.module-why-invest_image-wrapper {
  display: flex;
  height: 100px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 25px;
}

.module-why-invest h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .module-why-invest {
      text-align: center;
  }
  .module-why-invest p {
      max-width: none;
      min-height: auto;
  }
  .module-why-invest i {
      padding-left: 0;
  }
}


/*END INVESTOR PAGE*/


/*start comminttee comp details*/

.module-downloads.module-committee-details .module-downloads_title {
  display: inline-block;
  padding: 0;
}

.module-committee .grid_col i.q4-icon_calculaor2 {
  font-weight: 900;
  font-size: 17px;
}

.module-downloads.module-committee-details .module-downloads_title-link::before {
  right: auto;
  left: 0;
}

ul.module-committee-details_list {
  padding: 0;
  margin: 20px 0 30px;
  list-style: none;
}

.module-committee-details_list li i {
  margin-right: 10px;
}

.module-committee-details ul ul {
  margin: 10px 0;
}

.module-committee-details ol ul {
  list-style-type: initial;
  margin: 10px 0;
}


/*end comminttee comp details*/

.module-annual-meeting li {
  display: block;
}


/* Navigation Mobile*/

@media only screen and (max-width: 960px) {
  .nav--main {
      height: auto;
      position: absolute;
      left: 0;
      right: 0;
      background: #ffffff;
      top: 78px;
      height: calc(100vh - 78px);
      display: none;
      background: #e8e8e8;
      background: -moz-linear-gradient(left, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      background: -webkit-gradient(linear, left top, right top, color-stop(93%, #e8e8e8), color-stop(98%, #d9d9d9), color-stop(101%, #e8e8e8));
      background: -webkit-linear-gradient(left, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      background: -o-linear-gradient(left, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      background: -ms-linear-gradient(left, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      background: linear-gradient(to right, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      overflow-y: auto;
      z-index: 11;
  }
  .js--mobile .nav--main {
      display: block;
      height: 200vh;
      left: 1px;
  }
  .nav--main .level1 > li {
      position: relative;
  }
  .nav--main .js--expanded > .additional-control {
      z-index: -1;
  }
  .additional-control {
      background: transparent;
      border-right: 0;
      clear: right;
      color: transparent;
      cursor: pointer;
      display: block;
      float: right;
      font-size: 0px;
      height: 100%;
      top: 0;
      padding: 0;
      position: absolute;
      width: 100%;
      z-index: 20;
  }
  .additional-control:before {
      background: transparent url(../design/nav-arrow.png) no-repeat scroll center center;
      background-size: 60% auto;
      content: "";
      height: 25px;
      position: absolute;
      right: 20px;
      top: calc(50% - 12.5px);
      left: auto;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transition: transform .25s ease 0s;
      width: 38px;
      z-index: -1;
  }
  .nav--main .level1 {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 1;
      transition: all 250ms ease;
      z-index: 20;
  }
  .nav--main .level1 > li {
      width: 100%;
      margin: 0;
      float: none;
      padding: 0;
      position: relative;
      height: 57px;
  }
  .nav--main .level2,
  .nav--main .level3 {
      position: absolute;
      left: 100%;
      top: 0;
      width: 100%;
      transition: all 250ms ease;
      display: none;
  }
  .nav--main .level3 {
      display: none;
  }
  .nav--main .js--expanded > .level2,
  .nav--main .js--expanded > .level3 {
      display: block;
  }
  .nav--main .js--shift1.level1 {
      left: -100%;
  }
  .nav--main .js--shift2.level1 {
      left: -200%;
  }
  .nav--main .js--shift1.level1 > li,
  .nav--main .js--shift2.level1 .js--expanded .level2 > li {
      position: static;
  }
  .nav--main a {
      text-align: left;
      font-family: "AvenirLT-Black", Arial, sans-serif;
      font-size: 14px;
      padding: 17px 30px;
      line-height: 21px;
      text-transform: uppercase;
      border-bottom: 1px solid #D0D0D0;
      border-top: 1px solid #fff;
      color: #211748;
  }
  .nav--main .back-level a {
      padding-left: 60px;
      position: relative;
      color: #211748;
  }
  .nav--main .back-level a:before {
      background: transparent url(../design/nav-arrow.png) no-repeat scroll center center;
      background-size: 60% auto;
      position: absolute;
      height: 25px;
      left: 20px;
      opacity: 1;
      top: calc(50% - 12.5px);
      content: " ";
      width: 38px;
      display: block;
      transform: rotate(270deg);
  }
  .nav--main .level2 > li.back-level > a,
  .nav--main .level2 > li.category-title > a,
  .nav--main .level3 > li.back-level > a,
  .nav--main .level3 > li.category-title > a {
      background: #e8e8e8;
      background: -moz-linear-gradient(left, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      background: -webkit-gradient(linear, left top, right top, color-stop(93%, #e8e8e8), color-stop(98%, #d9d9d9), color-stop(101%, #e8e8e8));
      background: -webkit-linear-gradient(left, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      background: -o-linear-gradient(left, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      background: -ms-linear-gradient(left, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      background: linear-gradient(to right, #e8e8e8 93%, #d9d9d9 98%, #e8e8e8 101%);
      border-bottom: 1px solid #D0D0D0;
      border-top: 1px solid #fff;
      color: #211748;
      text-transform: uppercase;
      font-family: "AvenirLT-Black", Arial, sans-serif;
  }
  .nav--main .level2 > li > a,
  .nav--main .level3 > li > a {
      border-bottom: 1px solid #c1b3c2;
      border-top: 1px solid #eadceb;
      color: #850F88;
      background: #dfd1e0;
      background: -moz-linear-gradient(left, #dfd1e0 93%, #cbbfcd 98%, #dfd1e0 101%);
      background: -webkit-gradient(linear, left top, right top, color-stop(93%, #dfd1e0), color-stop(98%, #cbbfcd), color-stop(101%, #dfd1e0));
      background: -webkit-linear-gradient(left, #dfd1e0 93%, #cbbfcd 98%, #dfd1e0 101%);
      background: -o-linear-gradient(left, #dfd1e0 93%, #cbbfcd 98%, #dfd1e0 101%);
      background: -ms-linear-gradient(left, #dfd1e0 93%, #cbbfcd 98%, #dfd1e0 101%);
      background: linear-gradient(to right, #dfd1e0 93%, #cbbfcd 98%, #dfd1e0 101%);
  }
  .nav--main .level3 > li > a {
      text-transform: none;
      font-family: "AvenirLT-Book", Arial, sans-serif;
  }
  .nav--main .js--expanded .level2 > li {
      position: relative;
  }
}

@media(max-width: 1024px) {
  .nav--main .level1 > li:last-child a:after,
  .nav--main .level1 > li:last-child a:before {
      display: none;
  }
}
.PageNewsEventsCalendarofEvents .module-event .module_title {
  margin-bottom: 1px;
}

.PageNewsEventsCalendarofEvents .module-event .module_item {
  margin-top: 40px;
}

.PageInvestorRelations .module-event .module_container--content .module_item:first-child {
padding-bottom: 20px;
}


.module-corporate-footer_item-copyright {
  width: 50%
}
/* 00096961 */
.module-subscribe_submit-button--fancy{
  display: none;
}