/*==================================
 ------------ 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, body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module-html ul, 
.module-html ol {
  padding-left: 0;
  color: #5e514d;
}
.module-html ul li:before, 
.module-html ol li:before,
.module-faq_answer ul li:before,
.module-faq_answer ol li:before {
  content: "\ed85";
  font-family: 'q4-icons';
  color: #da291c;
  margin-right: 10px;
}
.custom_ul {
  margin-top: 70px;
}
.module-about-list > li {
  display: inline-block;
  font-size: 12px;
  padding-right: 15px;
  width: 33%;
}
@media (max-width: 1080px) {
  .module-about-list > li {
    width: 100%;
  }
}
.module .custom_ul > li {
  padding-left: 0;
  background: transparent;
  margin-bottom: 40px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}
b {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
sup {
    vertical-align: super;
    font-size: 75%;
}
/*---------- Animations ----------*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*==================================
 --------- DEFAULT STYLES ---------
==================================*/
body {
  overflow-x: hidden;
  color: #5e514d;
}

/*---------- TYPOGRAPHY ----------*/
h1 {
  font-size: 36px;
  margin-bottom: 35px;
  line-height: 1.2;
  color: #da291c;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 22px;
    line-height: 1.5rem;
  }
}

h2 {
  color: #da291c;
  /*font-size: 24px;*/
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 65px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 20px;
  margin: 20px 0 15px;
  color: #da291c;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

h5 {
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 12.8px;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #da291c;
}
a:hover {
  color: #96172e;
}
p {
  color: #5e514d;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 550px) {
  p {
    font-size: 12px;
    line-height: 20px;
  }
}
i {
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*------------ COMMON ------------*/
img {
  max-width: 100%;
}

input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  margin: 0 5px 0 0;
  border: 1px solid;
  border-color: #333333;
  vertical-align: baseline;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]:checked {
  border: 3px solid;
}
input[type="checkbox"]:focus {
  outline: none;
}
input[type="radio"] {
  margin: 0 5px 0 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: baseline;
  cursor: pointer;
}
input::-ms-clear {
  display: none;
}

iframe {
  width: 100%;
}
input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #878787;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 300ms ease;
}
.pane--footer input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #878787;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 300ms ease;
    position: absolute;
    left: 0;
    top: 1px;
}
.pane--footer input[type="checkbox"] + label::before {
    background-color: #fff;
}
input[type="checkbox"]:checked + label::before {
    background-color: #DA291C;
}
.pane--footer input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}
.pane--footer input[type="checkbox"]:checked + label::after {
    content: "\2713";
    position: absolute;
    left: 0;
    z-index: 100;
    color: #000;
    font-size: 20px;
    top: -9px;
}
/*------- HACKS AND FIXES -------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*------------ LISTS ------------*/
.list {
  margin: 16px 0;
  padding-left: 32px;
  padding-left: 2rem;
  list-style-type: disc;
}
.list li {
  line-height: 24px;
  line-height: 1.5rem;
}
.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: 15px 20px;
  background: transparent;
  border: 1px solid #da291c;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  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, .upload {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #da291c none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  padding: 0 20px;
  line-height: 31px;
  text-transform: none;
  border: 0;
} 

.textarea {
  width: 100%;
  resize: vertical;
}

.upload {
  line-height: 0;
}

.button {
  transition: 0.3s ease-in-out;
}
.button:hover {
  background: #96172e;
  color: #fff;
}
.button--inverted {
  background: #da291c;
  color: #fff;
}
.button--inverted:hover {
  background: transparent;
  color: #da291c;
}
.button--dark {
  border: 2px solid #fff;
  color: #fff;
}
.button--dark:hover {
  background: #fff;
  color: #222;
}

.dropdown,
.module-calculator_input input[type="text"] {
  border-color: #333333;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 35px 3px 20px;
  background: transparent url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 10px center;
  background-size: 14px 14px;
}
.module-stock-historical .dropdown {
  line-height: 30px;
  padding: 4px 50px 4px 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .module-stock-historical .dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.dropdown::-ms-expand {
  display: none;
}

/*------------ TABLES ------------*/
.table {
  width: 100%;
  margin: 16px 0;
}
.table thead {
  background-color: #da291c;
}
.table thead th {
  text-align: left;
}
.table tr:nth-child(even) {
  background-color: #f6f6f6;
}
.table th, .table td, .table tr > .grid_col {
  margin: 0;
  padding: 15px 8px;
}
.table th {
  color: #fff;
}
.table--headless tr:nth-child(even) {
  background-color: transparent;
}
.table--headless tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.table--headless tr:first-child {
  background-color: #da291c;
  text-align: left;
}
.table--headless tr:first-child td {
  color: #fff;
}
.responsive-container {
    overflow-x: auto;
}
@media only screen and (max-width: 480px) {
  .table--responsive thead {
    display: none;
  }
  .table--responsive tbody {
    border-top: 2px solid #da291c;
    border-bottom: 2px solid #da291c;
  }
  .table--responsive td {
    display: block;
  }
  .table--responsive td:before {
    content: attr(data-heading) ": ";
    font-weight: bold;
  }
}

/*--------- SPECIAL BOXES --------*/
.code {
  margin: 32px 0;
  padding: 20px 15px;
  background: #f6f6f6;
  border-left: 3px solid rgba(0, 111, 186, 0.5);
  font-family: monospace, serif;
  font-size: 14px;
  font-size: 0.875rem;
  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: #f6f6f6;
  border-left: 3px solid rgba(241, 175, 15, 0.5);
  font-size: 14px;
  font-size: 0.875rem;
  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";
}

/*==================================
 ----------- 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--3-of-9 {
  width: 30%
}
.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: 1200px) and (min-width: 1024px) {
  .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: 768px) {
  .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: 480px) {
  .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: #333333;
  color: #333333;
  transition: none;
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.right {
  float: right;
}

.left {
  float: left;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}
a.text-center {
  display: block;
}
.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.background--cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background--brand {
  background-color: #da291c;
}

.background--alt-brand {
  background-color: #f1af0f;
}

.background--dark {
  background-color: #222;
}

.background--light {
  background-color: #fff;
}

.background--grey {
  background-color: #f6f6f6;
}

.background--success {
  background-color: #23a217;
}

.background--error {
  background-color: #b72121;
}

.color--brand {
  color: #da291c;
}

.color--dark {
  color: #222;
}

.color--grey {
  color: #f6f6f6;
}

.color--success {
  color: #23a217;
}

.color--error {
  color: #b72121;
}

.dark {
  color: #fff;
}
.dark a {
  color: #fff;
}
.module--thin {
  padding-top: 35px;
  padding-bottom: 35px;
}
.module--thick {
  padding-top: 105px;
  padding-bottom: 105px;
}
.info-fade {
    color: #aaaaaa;
}
.grey-background {
    background-color: #fbfbfb;
}
.disp-table {
  display: table;
}
.disp-cell {
  display: table-cell;
}

.loading-widget {
  text-align: center;
}
.padding-top {
  padding-top: 50px;
}
.no--padding-bot {
    padding-bottom: 0 !important;
}
.no--padding-top {
    padding-top: 0 !important;
}
.no--padding {
   padding: 0 !important;
}
@media (max-width: 768px) {
  .add-space-bottom {
      padding-bottom: 50px;
  }
  .disp-table {
    display: block;
  }
  .disp-cell {
    display: block;
  }
}

/*==================================
 --------- ACCESSIBILITY ----------
==================================*/
*:focus {
  outline: none;
}

a:focus {
  text-decoration: underline !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#maincontent:focus {
  outline: 0px;
}

/*---------- Javascript ----------*/
.js--loading:after {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 16px 0 16px -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: 3.125rem;
  animation: spin 0.8s infinite linear;
}
.js--hidden {
  display: none;
}
.js--visible {
  display: block;
}
.js--disabled {
  opacity: 0.1;
  border-color: #333333;
  color: #333333;
  transition: none;
  pointer-events: none;
}
.js--invalid input[type="text"], .js--invalid select {
  border: 1px solid #b72121 !important;
}
.pane--footer .js--invalid input[type="text"], .pane--footer .js--invalid select {
  border: 1px solid yellow !important;
}
.js--invalid input[type="checkbox"] {
  border-color: #b72121 !important;
}
.pane--footer .module-subscribe .js--invalid input[type="checkbox"] {
    border-color: #fff !important;
}
.module_loader {
  text-align: center;
}
/*==================================
 ----------- MODULE CSS -----------
==================================*/
/*-------- All Module CSS --------*/
.module_header, .module_back-to-top, .module_anchor-target, .module_file-size, .module_file-type, .module_file-text, .module_view-all-link, .module_more {
  display: none;
}
.module_nav, .module_headline, .module_location, .module_speakers, .module_links, .module_body, .module_add-to-calendar, .module_options, .module_not-found {
  margin-bottom: 15px;
}
.module_options {
  margin-bottom: 40px;
}
.module_error-container {
  margin-bottom: 30px;
  color: #b72121;
}
.module_add-to-calendar-reveal {
  color: #da291c;
  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: 0.875rem;
  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: 1.5rem;
}
.module_add-to-calendar.js--hidden {
  display: none;
}
.module_actions, .module_pager {
  margin-top: 20px;
}
.pane--footer .module_actions {
    margin: 0;
}
.module_date-time {
  margin-bottom: 5px;
}
.module_latest-news .module_date-text {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1090px) {
  .module_latest-news .module_date-text {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 550px) {
  .module_latest-news .module_date-text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .module-event--presentation .module_date-time,
  .module-event--presentation .module_date-text {
    clear: both;
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .module_latest-news .module_date-text {
    font-size: 12px;
  }
}
.module_error-container {
  display: block;
}
.module_error-container ul {
  padding-left: 18px;
  padding-left: 1.125rem;
  list-style-type: disc;
}
.module_error-container ul > li {
  line-height: 24px;
  line-height: 1.5rem;
}
.module_error-container > br {
  display: none;
}
.module_error-container > span {
  display: block;
  line-height: 24px;
  line-height: 1.5rem;
}
.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 {
  font-weight: normal;
}
.module-event--presentation .module_link {
  text-transform: none;
  /*font-size: 12px;*/
  vertical-align: middle;
}
.module-event--presentation .button {
    float: right;
}
.module-event-archive .module_options {
    text-align: center;
}
.module-event-archive {
    background-color: #f5f5f5;
    /*margin-left: -20px;
    margin-right: -20px;*/
}
.pane--content .module-event-archive .module_container--outer {
    background-color: #f5f5f5;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 480px) {
  .module-event--presentation .button {
    float: none;
  }
  .module-event-archive {
      /*margin-left: 0;
      margin-right: 0;*/
  }
}
.module-event--presentation .module_webcast i {
  display: none;
}
/*.module-event--presentation .module_add-to-calendar {
  border-right: 1px solid #333;
  margin-right: 15px;
}*/
.module-event--presentation .module_links div ~ div {
    border-left: 1px solid #333;
    padding-left: 15px;
}
.module-event--presentation .module_link:hover {
  color: #96172e;
}
.module-event-archive .module_item:nth-child(2n+1) {
    background-color: #fff;
}
.module-event-archive .module_link > i {
    font-size: 28px;
}
.q4-icon_pdf2.excel::before {
    content: "\e929";
}
.q4-icon_pdf2.out::before {
    content: "\e921";
}
.module-event-details a {
    word-wrap: break-word;
}
@media (max-width: 480px) {
  .module-event--presentation .module_headline {
    text-align: center;
    display: block;
    margin-bottom: 0;
  }
  .module-event--presentation .module_links {
    margin: 0;
    text-align: center;
  }

}
.module_headline-link, .module_headline-link:visited {
  color: #333333;
}
.module_image {
  display: inline-block;
  max-width: 30%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.module_image--right {
  float: right;
  margin-left: 32px;
  margin-left: 2rem;
}
.module_image--left {
  float: left;
  margin-right: 32px;
  margin-right: 2rem;
}
.module_introduction {
  margin-bottom: 35px;
}
.module_item {
  padding: 30px 0 10px;
  position: relative;
}
.module_item ~ .module_item {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.module-event-archive .module_item {
    border-top: medium none;
    padding-left: 20px;
    padding-right: 20px;
}
.module_label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.module_label + .module_required {
  font-size: 14px;
  font-size: 0.875rem;
}
.module_links > *, .module_links li, .module_links .module_presentation {
  display: inline;
}
.module_link {
  display: inline-block;
  margin: 0 15px 5px 0;
  /*text-transform: uppercase;*/
}
.module_link i, .module_link:before {
  display: inline-block;
  padding-right: 2px;
}
.module_link > .module_link-text, .module_link > i {
  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;
}
.module_message--success {
  color: #23a217;
}
.module_message--success:before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed71";
  margin-right: 8px;
  margin-right: 0.5rem;
}
.pane--footer .module_message--success {
    color: #fff;
}
.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: 8px;
  margin-right: 0.5rem;
}
.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 #da291c;
  color: #333333;
  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: #da291c;
  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;
}
@media only screen and (max-width: 768px) {
  .module_options-label, .module_options-select {
    display: block;
    margin-bottom: 10px;
  }
  .module-event-archive .module_options-select {
    display: inline-block;
  }
  .module-stock-historical .module_options > * {
      display: inline-block;
  }
}
@media (max-width: 639px) {
  .module-stock-historical .module_options > * {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .module_options-select, .module_options-submit {
    display: block;
    margin-bottom: 10px;
  }
}
.module_pager a {
    color: #da291c;
    padding: 20px;
    display: inline-block;
}
.module_pager a[href] {
  color: #5e514d;
}
.module_reminder .module_input.module_reminder-period, .module_reminder .module_input.module_reminder-email {
  margin-right: 10px;
}
.module_reminder.js--reminded {
  display: none;
}
.module_required {
  color: #333333;
}
.module_required-text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333333;
}
.module_rss {
  float: right;
}
.module_speakers li {
  margin-bottom: 5px;
}
.module_title {
  text-transform: uppercase;
  text-align: center;
}
.module_view-all-link {
  font-size: 14px;
  font-weight: bold;
}
.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;
  /* Text area demands width*/
  width: 100%;
  max-width: none;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  background-color: #f6f6f6;
  font-family: inherit;
  font-size: 16px;
  /*font-size: 1rem;*/
  font-weight: 300;
  line-height: 1;
}
.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 {
  resize: vertical;
}
.module_input[type="file"], .module_dropdown {
  cursor: pointer;
}
.module_input[type="file"] {
  line-height: 16px;
  line-height: 1rem;
}
.module_input--brand[type="text"] {
  display: inline-block;
  width: auto;
  /*padding: 15px 20px;
  border: 2px solid #da291c;
  background: transparent;*/
}
.module_dropdown {
  background: #f6f6f6 url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 20px center;
  background-size: 14px 14px;
}
.module_dropdown::-ms-expand {
  display: none;
}
.module-details .module_date-time {
  margin-bottom: 15px;
}

/*------- Captcha Component ------*/
.CaptchaContainer {
  display: none;
}
.CaptchaContainer table tr:nth-child(1) {
  display: none;
}
.CaptchaContainer table tr:nth-child(2) td {
  padding-bottom: 20px;
}
.CaptchaContainer table tr:nth-child(3) td {
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.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: 15px 20px;
  border: none;
  border-radius: 0;
  background-color: #f6f6f6;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
.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_input:not(:last-of-type) {
  margin-bottom: 20px;
}
.module-calculator_input h4 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.module-calculator_input label {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.module-calculator_input input[type="text"] {
  border: 2px solid;
  line-height: 25px;
}
.module-calculator_input input[type="checkbox"] + label {
  margin: 0;
}
.module.module-calculator input {
  background: transparent;
}
@media (max-width: 768px) {
  .custom_grid {
    width: 100%;
  }
}
.module-calculator_input-row input[type="text"] {
  margin-top: 10px;
  max-width: 300px;
}
.module-sec-details .module_title {
  display: none;
}
.module-page-title .module_title {
  text-align: left;
}
.module-calculator_input-row--other input[type="text"] {
  display: none;
}
.module-calculator_input-row--other input[type="text"].js--revealed {
  display: block;
}
@media screen and (min-width: 1024px) {
  .module-calculator_popup-container {
    min-width: 920px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .module-calculator_popup-container .table thead {
    display: none;
  }
  .module-calculator_popup-container .table tbody {
    border-top: 2px solid #da291c;
    border-bottom: 2px solid #da291c;
  }
  .module-calculator_popup-container .table td {
    display: block;
  }
  .module-calculator_popup-container .table td:before {
    content: attr(data-heading) ": ";
    font-weight: bold;
  }
}
.module-calculator_info td:first-child:before {
  content: 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_category {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.module-committee_category:first-child {
    border-top: 1px solid #e5e5e5;
}
.module-committee .module_header {
  display: block;
  /*border-bottom: 1px solid #d9d9d9;*/
  font-weight: normal;
}
.module-committee .module_item {
  padding: 0;
}
.module-committee .module_item ~ .module_item {
  border: 0;
}
.module-committee .module_item:nth-child(even) {
  background: #fbfbfb;
}
.module-committee .grid_col {
  padding: 20px 15px;
  /*text-align: center;*/
  text-align: right;
}
.module-committee .module_header-text {
    font-weight: 700;
    text-transform: uppercase;
}
.module-committee .module_header-text.grid_col:first-child::after {
    color: #da291c;
    content: "Committe Composition";
}
.module-committee .grid_col:first-child {
  text-align: left;
}
.module-committee_category.js--active .module_header i:before {
  content: "\edba";
}
.module-committee_category .module_header i::before {
    font-size: 14px;
    color: #da291c;
}
.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;
  margin-bottom: 1rem;
}
.module-committee_legend-container {
  padding: 20px 15px;
}
.module-committee_legend {
  display: inline-block;
  margin-right: 30px;
}
.module-committee_legend i {
  margin-right: 5px;
}
.module-committee i {
    font-size: 22px;
    vertical-align: middle;
}

.custom_ul div > span {
  color: #da291c;
  display: inline-block;
  font-size: 60px;
  padding-right: 30px;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .custom_ul div > span {
    font-size: 40px;
    padding-right: 10px;
  }
}
.module_why-wrap li {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .module.module_why-wrap li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.module_why-wrap h3 {
  color: #da291c;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.module_why-wrap h3::after {
  content: "\edc2";
  font-family: "q4-icons";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module_why-wrap .js--active h3:after {
  content: "\edba";
}
@media (max-width: 768px) {
  .module_why-wrap h3 {
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .module_why-wrap h3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/*----- Download List Module -----*/
.module-downloads .module_nav {
  display: none;
}
.module-downloads .module_item {
  padding: 15px 0;
}
.module-downloads_thumbnail, .module-downloads_description, .module-downloads_date {
  display: none;
}
.module-downloads_title-link {
  display: inline;
  margin: 0;
  padding-right: 20px;
}
/*.module-governance-documents .module-downloads_title-link::before {
  content: "\ef3e";
  font-family: "q4-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-top: 5px;
  display: block;
  font-size: 60px;
  margin-bottom: 30px;
}*/

.module-downloads_title-link::before {
  content: "\e924";
  font-family: "q4-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-top: 5px;
  display: inline;
  font-size: 16px;
  /*float: right;*/
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.module-documents-widget .module-downloads_title-link::before {
    color: #da2b1e;
    font-size: 28px;
    left: 0;
    position: absolute;
    top: -5px;
}
.module-documents-widget .module_link.module-downloads_title-link {
    color: #5e514d;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 50px;
    position: relative;
    text-transform: unset;
}
.module-documents-widget .module-text_item {
    padding: 15px 30px;
}
.module-documents-widget .module-item {
    position: relative;
    z-index: 3;
}
.module-governance-documents .grid_col--1-of-2 {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
}
.module-governance-documents .grid_col--1-of-2 > div {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.module-governance-documents .grid_col--1-of-2 > div::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
}
.module-red-info {
    color: #da291c;
    display: inline-block;
    font-weight: bold;
    min-width: 70px;
}
/*.module-latest-meeting {
    background-color: #fbfbfb;
    padding: 30px !important;
}*/
.module-latest-meeting {
    background-image: url(../design/general-sherholders-meeting-background.jpg);
    padding: 50px 40px !important;
    background-position: center;
    vertical-align: middle;
}
.module-latest-meeting h4 {
    margin-top: 0;
}
.module-downloads-shareholders .module_container-download--widget {
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 50px;
    padding-right: 40px;
    background-color: #e4e4e4;
    vertical-align: middle;
}
.module-downloads-shareholders .disp-table {
  width: 100%;
}
@media (max-width: 768px) {
  .module-governance-documents .grid_col--1-of-2 {
      margin-bottom: 10px;
      width: 100%;
  }
}
@media (max-width: 480px) {
  .module-documents-widget .module-text_item {
      padding: 10px 15px;
  }
  .module-documents-widget .module_link.module-downloads_title-link {
      font-size: 16px;
  }
}
/*--------- Event Module ---------*/
.module-event .module_location, .module-event .module_speakers h4, .module-event .module_body {
  display: none;
}
.module-event-latest .module_container--content {
  margin-bottom: 20px;
}
.module-event-latest .module_item {
  margin: 10px 0;
  padding: 0 0 0 20px;
  border: none;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .module-event-latest .module_item:first-child {
    width: 100%;
  }
}
.module-event-latest .module_item-wrap {
  padding: 30px;
  background: #f6f6f6;
}
.module-event-latest .module_date-time {
  margin-bottom: 15px;
  font-weight: normal;
}
.module-event-latest .module_headline {
  line-height: 150%;
  font-weight: 200;
}
.module-event-latest .module_links {
  margin: 0;
}
.module-event-upcoming .module_nav {
  display: none;
}
.module-event-upcoming .module_item {
  padding: 0 0 10px;
}
.module-event-upcoming .module_item ~ .module_item {
  padding: 30px 0 10px;
}
.module-event-calendar {
  display: table;
  width: 100%;
}
.module-event-calendar_calendar-container, .module-event-calendar_event-container {
  /*display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;*/
}
.module-event-calendar_calendar-container {
  /*padding-right: 20px;*/
}
.module-event-calendar_event-container {
  padding: 15px;
  /*background-color: #f6f6f6;*/
}
.module-event-calendar_splash i {
  font-size: 40px;
  font-size: 2.5rem;
  color: #da291c;
}
.module-event-calendar_splash p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}
.module-event-calendar_controls {
  padding: 20px 15px;
  background-color: #da291c;
  font-weight: bold;
  color: #fff;
}
.module-event-calendar_previous-month, .module-event-calendar_month, .module-event-calendar_next-month {
  display: inline-block;
}
.module-event-calendar_previous-month, .module-event-calendar_next-month {
  cursor: pointer;
}
.module-event-calendar_previous-month {
  float: left;
}
.module-event-calendar_next-month {
  float: right;
}
.module-event-calendar_day-container {
  border-bottom: 1px solid rgba(0, 111, 186, 0.2);
}
.module-event-calendar_day {
  position: relative;
  width: 14.285%;
  margin: 0;
  padding: 8px 0 25px;
  border-top: 1px solid rgba(0, 111, 186, 0.2);
  border-left: 1px solid rgba(0, 111, 186, 0.2);
  text-align: center;
}
.module-event-calendar_controls .module-event-calendar_month {
    text-align: center;
    width: 90%;
}
.module-event-calendar_day.calendar-dow-6 {
  border-right: 1px solid rgba(0, 111, 186, 0.2);
}
.module-event-calendar_day--name {
  padding: 15px 0 10px;
  border: none;
}
.module-event-calendar_day--adjacent-month {
  color: rgba(51, 51, 51, 0.1);
  pointer-events: none;
}
.module-event-calendar_day--today {
  background: #f6f6f6;
}
.module-event-calendar_day--event {
  cursor: pointer;
}
.module-event-calendar_day--event:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: block;
  height: 4px;
  background-color: #da291c;
}
.module-event-calendar_day--selected {
  background-color: #da291c;
  color: #fff;
}
.module-event-calendar_day--selected:after {
  background-color: #fff;
}
.module-event-calendar_event-container .module_link > i::before {
    font-size: 28px;
}
.module-event-calendar_event-container .module_link.module_add-to-calendar-reveal > i::before {
    font-size: 20px;
    vertical-align: top;
}
.module-event-details .module_link::before, .module-event-details .module_links i::before {
    font-size: 28px;
    vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .module-event-calendar_day {
    display: inline-block;
  }
}
@media (max-width: 350px) {
  .module-event-calendar_controls .module-event-calendar_month {
      width: 85%;
  }
}
.module-event-calendar .module_item {
  padding: 0;
}
.module-event-calendar .module_item ~ .module_item {
    padding-top: 20px;
}
.module-event-calendar .module_date-time, .module-event-calendar .module_headline {
  margin-bottom: 5px;
}
.module-event-calendar .module_date-time .module_date-text {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.module-event-calendar .module_headline-link {
  color: #5e514d;
}
.module-event-calendar .module_links > div:not(:first-of-type) .module_link {
  padding-left: 15px;
  /*border-left: 1px solid #da291c;*/
}
.module-event-calendar .module_add-to-calendar {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .module-event-calendar {
    display: block;
  }
  .module-event-calendar_calendar-container, .module-event-calendar_event-container {
    display: block;
    width: 100%;
  }
  .module-event-calendar_calendar-container {
    padding-right: 0;
  }
  .module-event-calendar_event-container {
    margin-top: 20px;
  }
}
.module-event-details .module_details-title {
  color: #da291c;
  font-size: 24px;
  margin-bottom: 25px;
}
.module-event .module_link[href$=".mp3"] i:before, .module-event .module_link[href$=".wmv"] i:before, .module-event-details .module_link[href$=".mp3"] i:before, .module-event-details .module_link[href$=".wmv"] i:before, .module-event-latest .module_link[href$=".mp3"] i:before, .module-event-latest .module_link[href$=".wmv"] i:before, .module-event-upcoming .module_link[href$=".mp3"] i:before, .module-event-upcoming .module_link[href$=".wmv"] i:before, .module-event-archive .module_link[href$=".mp3"] i:before, .module-event-archive .module_link[href$=".wmv"] i:before, .module-event-calendar .module_link[href$=".mp3"] i:before, .module-event-calendar .module_link[href$=".wmv"] i:before {
  content: "\e952";
}
.module-event .module_link[href$=".xls"] i:before, .module-event .module_link[href$=".csv"] i:before, 
.module-event-details .module_link[href$=".xls"] i:before, .module-event-details .module_link[href$=".csv"] i:before, 
.module-event-details .module_link[href$=".xlsx"] i:before,
.module-event-latest .module_link[href$=".xls"] i:before, .module-event-latest .module_link[href$=".csv"] i:before, 
.module-event-upcoming .module_link[href$=".xls"] i:before, .module-event-upcoming .module_link[href$=".csv"] i:before, 
.module-event-archive .module_link[href$=".xls"] i:before, .module-event-archive .module_link[href$=".csv"] i:before, 
.module-event-calendar .module_link[href$=".xls"] i:before, .module-event-calendar .module_link[href$=".csv"] i:before {
  content: "\e929" !important;
}
.module-event .module_link[href$=".mp4"] i:before, .module-event .module_link[href$=".flv"] i:before, .module-event .module_link[href$=".avi"] i:before, .module-event-details .module_link[href$=".mp4"] i:before, .module-event-details .module_link[href$=".flv"] i:before, .module-event-details .module_link[href$=".avi"] i:before, .module-event-latest .module_link[href$=".mp4"] i:before, .module-event-latest .module_link[href$=".flv"] i:before, .module-event-latest .module_link[href$=".avi"] i:before, .module-event-upcoming .module_link[href$=".mp4"] i:before, .module-event-upcoming .module_link[href$=".flv"] i:before, .module-event-upcoming .module_link[href$=".avi"] i:before, .module-event-archive .module_link[href$=".mp4"] i:before, .module-event-archive .module_link[href$=".flv"] i:before, .module-event-archive .module_link[href$=".avi"] i:before, .module-event-calendar .module_link[href$=".mp4"] i:before, .module-event-calendar .module_link[href$=".flv"] i:before, .module-event-calendar .module_link[href$=".avi"] i:before {
  content: "\e95e";
}
.module-event .module_link[href$=".html"]:not(.module_webcast-link) i:before, .module-event .module_link[href$=".aspx"]:not(.module_webcast-link) i:before, .module-event .module_link[href$=".htm"]:not(.module_webcast-link) i:before, .module-event .module_link[href$=".com"]:not(.module_webcast-link) i:before, .module-event-details .module_link[href$=".html"]:not(.module_webcast-link) i:before, .module-event-details .module_link[href$=".aspx"]:not(.module_webcast-link) i:before, .module-event-details .module_link[href$=".htm"]:not(.module_webcast-link) i:before, .module-event-details .module_link[href$=".com"]:not(.module_webcast-link) i:before, .module-event-latest .module_link[href$=".html"]:not(.module_webcast-link) i:before, .module-event-latest .module_link[href$=".aspx"]:not(.module_webcast-link) i:before, .module-event-latest .module_link[href$=".htm"]:not(.module_webcast-link) i:before, .module-event-latest .module_link[href$=".com"]:not(.module_webcast-link) i:before, .module-event-upcoming .module_link[href$=".html"]:not(.module_webcast-link) i:before, .module-event-upcoming .module_link[href$=".aspx"]:not(.module_webcast-link) i:before, .module-event-upcoming .module_link[href$=".htm"]:not(.module_webcast-link) i:before, .module-event-upcoming .module_link[href$=".com"]:not(.module_webcast-link) i:before, .module-event-archive .module_link[href$=".html"]:not(.module_webcast-link) i:before, .module-event-archive .module_link[href$=".aspx"]:not(.module_webcast-link) i:before, .module-event-archive .module_link[href$=".htm"]:not(.module_webcast-link) i:before, .module-event-archive .module_link[href$=".com"]:not(.module_webcast-link) i:before, .module-event-calendar .module_link[href$=".html"]:not(.module_webcast-link) i:before, .module-event-calendar .module_link[href$=".aspx"]:not(.module_webcast-link) i:before, .module-event-calendar .module_link[href$=".htm"]:not(.module_webcast-link) i:before, .module-event-calendar .module_link[href$=".com"]:not(.module_webcast-link) i:before {
  content: "\e921";
}
.module-event-archive .module_financials .module_link.module_financial-link:before {
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.module-event-archive .module_financials .module_link.module_financial-link:before {
    content: "\eecd";
}
.module-event-archive .module_financials a[href*=".pdf"].module_link.module_financial-link:before,
.module-event-archive .module_financials a[href*=".PDF"].module_link.module_financial-link:before {
    content: "\e900";
}
.module-event-archive .module_financials .module_link.module_financial-link.webcast:before {
    content: "\e989";
}
.module-event-details .module_time-text {
    display: none;
}
/*---------- FAQ Module ----------*/
.module-faq_question {
    color: #da291c;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 20px 30px 20px 0px;
    text-transform: unset;
    position: relative;
}
.module-faq .module_item ~ .module_item {
  border-top: 0;
}
.module-faq .module_item {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 15px 20px 15px 20px;
}
.module-faq .module_item .module-faq_question::after {
    color: #da291c;
    content: "\edc2";
    font-family: "q4-icons";
    position: absolute;
    right: 5px;
    top: 18px;
    font-size: 18px;
    font-weight: 700;
}
.module-faq .module_item.js--active .module-faq_question::after {
    content: "\edba";
}

.module-faq .toggle-all {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.module-faq_answer p {
  margin: 0;
  padding: 10px 0 16px;
}
.module-faq_answer h3 {
    margin-top: 10px;
    color: #5e514d;
}


.module-faq .toggle-all a:before {
  content: "Show all";
}
.module-faq .toggle-all.js--active a:before {
  content: "Hide all";
}
.Languagees-ES .module-faq .toggle-all a:before {
  content: "Ver todos";
}
.Languagees-ES .module-faq .toggle-all.js--active a:before {
  content: "Ocultar todos";
}
.module-faq.no-button .module_item:first-child {
    border-top: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .module-faq_question {
    font-size: 15px;
    padding: 10px 30px 10px 0px;
  }
  .module-faq .module_item .module-faq_question::after {
      top: 10px;
      font-size: 15px;
  }
}
/*--- Financial Report Modules ---*/
.module-financial-year .module_cover {
  margin-bottom: 15px;
}
.module-financial-year .module_cover img {
  display: inline-block;
  border: 1px solid #da291c;
}
.module-financial-year .module_item {
  padding: 0;
}
.module-financial-year .module_item ~ .module_item {
  border: none;
}
.module-financial-year .module_links {
  margin: 0;
}
.module-financial-year .module-financial_year {
  text-align: center;
}
.module-financial-quarter .module_item {
    border-bottom: 1px solid #d7d7d7;
    padding: 0;
}
.module-financial-quarter .module_container--content {
    border-top: 1px solid #d7d7d7;
}
.module-financial-quarter .module_item ~ .module_item {
  border-top: none;
}
.module-financial-quarter .module_item.js--active h3:after {
  content: "\edba";
}
.module-financial-quarter .module_links {
  margin: 0;
  padding: 15px;
}
.module-financial-quarter .module_links > div {
  display: block;
}
.module-financial-quarter .module_link {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}
.module-financial-quarter .module-financial_year-text {
    /*border-top: 1px solid #d7d7d7;*/
    color: #5e514d;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 20px 15px;
    margin-top: 0;
}
.module-financial-quarter .module_item:last-child .module-financial_year-text {
    /*border-bottom: 1px solid #d7d7d7;*/
}
.module-financial-quarter .module-financial_year-text:after {
  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: "\edc2";
  color: #da291c;
}
.module-financial-table_header {
  background-color: #da291c;
  color: #fff;
}
.module-financial-table_header-year-container {
  text-align: center;
}
.module-financial-table_header-year, .module-financial-table_header-category.grid_col {
  padding: 20px 15px;
}
.module-financial-table_body-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.module-financial-table_body-row:nth-child(even) {
  background-color: #f6f6f6;
}
.module-financial-table_body-year-container {
  text-align: center;
}
.module-financial-table_body-year, .module-financial-table_body-category.grid_col {
  padding: 20px 15px;
}
.module-financial-table_item {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.module-financial-table_item ~ .module_item {
  margin-right: 5px;
}
.module-financial-table_item--empty {
  opacity: 0.1;
}
.module-financial-quarter .module_options {
    text-align: center;
}
.module-financial-quarter .module_link i {
    font-size: 24px;
    padding-right: 10px;
}
.q4-icon_pdf2.webcast::before {
    content: "\e927";
    font-size: 28px;
}
.module-financial-quarter .module_link .module_link-text {
    color: #5e514d;
}
.module-financial-mashup_documents .module_links.module_links--stack > div {
    display: block;
    margin-bottom: 10px;
}
.module-financial-mashup_documents .module_links.module_links--stack > div i {
    font-size: 28px;
    padding-right: 10px;
}
.module-financial-mashup_documents .module_links.module_links--stack > div .module_link-text {
    color: #5e514d;
    text-transform: capitalize;
}
.module-financial-mashup_documents {
    background-color: #fbfbfb;
    padding: 40px 30px;
}
.module-financial-mashup_news {
    padding-right: 40px;
    padding-top: 20px;
}
.module-financial-mashup_documents > h4 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: unset;
}
.module-financial-mashup_news .module_links {
    text-align: center;
    margin-right: -60%;
}
/*.Languageen-US .module-financial-mashup_news .module_links .custom-btn {
    margin-right: 100px;
}*/
.module-financial-mashup_news > h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: unset;
}
.module-financial-mashup .module_container--content.grid {
    padding-top: 20px;
    position: relative;
}
.module-financial-mashup-outter-header {
    font-size: 18px;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -32px;
    width: 100%;
}
@media only screen and (max-width: 768px) {
  .module-financial-table_item {
    margin-right: 10px;
  }
  .module-financial-mashup_news {
      padding-right: 0;
      padding-top: 0;
  }
  .module-financial-mashup_documents {
      padding: 20px;
  }
  .module-financial-mashup .module_container--content.grid {
      padding-top: 40px;
  }
  .module-financial-mashup-outter-header {
      top: -10px;
  }
  .module-financial-mashup_news > h4 {
      font-size: 18px;
  }
  .module-financial-mashup_news .module_links .custom-btn {
    margin: 0;
  }
  .module-financial-mashup_news .module_links {
      text-align: center;
      margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .module-financial-table_item {
    margin: 5px;
  }
}
.module-financial-table .slick-slider {
  display: inline-block;
  padding: 0;
}
.module-financial-table .slick-slide:focus {
  outline: none;
}
.module_dots {
  /*float: left;*/
}
@media (max-width: 480px) {
  .module_dots {
    float: none;
  }
}
.module-financial-table .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
}
.module-financial-table .slick-prev {
  left: 10px;
}
.module-financial-table .slick-next {
  right: 10px;
}
.module-financial-table .slick-disabled {
  opacity: 0.1;
  cursor: default;
}

/* Latest Quarterly Result Widget */
.module-latest-quarter {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da291c+0,e87722+100 */
  background: #da291c; /* Old browsers */
  background: -moz-linear-gradient(top, #da291c 0%, #e87722 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #da291c 0%,#e87722 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #da291c 0%,#e87722 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da291c', endColorstr='#e87722',GradientType=0 ); /* IE6-9 */
  padding: 20px 30px;
}
@media (max-width: 480px) {
  .pane--content .module-latest-quarter {
    padding: 20px;
  }
}
.module-latest-quarter h2 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  /*max-width: 260px;*/
  width: 100%;
  /*font-size: 21px;*/
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .module-latest-quarter h2 {
    font-size: 18px;
  }
}
@media (max-width: 910px) {
  .module-latest-quarter h2 {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    max-width: none;
  }
}
.module-latest-quarter .module_links {
  margin-bottom: 0;
  vertical-align: middle;
}
.module-latest-quarter .module_container--inner {
  /*display: inline-block;*/
  vertical-align: middle;
  /*width: 68%;*/
  /*padding-left: 30px;*/
}
@media (max-width: 910px) {
  .module-latest-quarter .module_container--inner {
    width: 100%;
    padding-left: 0;
  }
}
.module-latest-quarter .button {
  background: #fff none repeat scroll 0 0;
  color: #da291c;
  /*float: right;*/
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: none;
}
.module-latest-footer {
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 910px) {
  .module-latest-quarter .button {
    display: block;
    float: none;
    margin: 20px auto 0;
    text-align: center;
    width: 190px;
  }
}
.module-latest-quarter .module_container--content {
  /*display: inline-block;*/
  /*width: 70%;*/
}
@media (max-width: 910px) {
  .module-latest-quarter .module_container--content {
    width: 100%;
  }
}
.module-latest-quarter .module_item {
  margin: 4px 0 0;
  padding: 0;
}
.module-latest-quarter .module_item ~ .module_item {
  border: none;
}
.module-latest-quarter .module_links > div {
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .module-latest-quarter .module_links > div {
    margin-right: 0;
  }
}
.module-latest-quarter .module_link-text {
  display: inline-block;
}
.module-latest-quarter .module_link {
  color: #fff;
  /*font-size: 12px;*/
  font-weight: 400;
  margin: 0;
  text-transform: none;
}
.module-latest-quarter .module_link:before {
  /*content: "\edbe";
  font-family: 'q4-icons';
  vertical-align: middle;
  margin-right: 2px;*/
}
.module-latest-quarter .module_link:hover span {
  text-decoration: underline;
}
.module-latest-quarter .module_link i {
  /*display: none;*/
  font-size: 1.5rem;
}
.module-latest-quarter .q4-icon_file::before, .module-latest-quarter .q4-icon_news::before, .module-latest-quarter .q4-icon_presentation::before {
    content: "\e924";
}
.module-latest-quarter .q4-icon_webcast::before {
    content: "\e927";
    font-size: 2rem;
}
.Languagees-ES .module-latest-quarter .module_links > div:first-child {
    padding-left: 5px;
}
.module-latest-quarter .module-financial_type-text,
.module-latest-quarter .module-financial_year-text {
  display: inline-block;
  width: 100%;
}
.module-latest-quarter .module-financial_type-text {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: normal;
}
.module-latest-quarter .module-financial_year-text {
  margin-top: 15px;
  font-size: 24px;
  font-size: 1.5rem;
}
.module-latest-quarter .grid_col {
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .module-latest-quarter .module_links {
    border-left: 0;
  }
  .module-latest-quarter .module_link {
    margin: 0;
  }
  .module-latest-quarter .grid_col {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  .module-latest-quarter .module_item > div:first-child {
    margin-bottom: 30px;
  }
}

/*------ Formbuilder Module ------*/
.module-form--custom .module_container--content {
  display: none;
}
.module-form--custom .module_container--content.js--visible {
  display: block;
}
.module-form .module_container--content {
  margin-left: -20px;
}
.Languageen-US .module-form .module_introduction p ~ p {
    display: none;
}
.Languagees-ES .module_introduction p:first-child {
    display: none;
}
@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;
}
.MessageSent .module_container.module_container--inner p: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: 8px;
    margin-right: 0.5rem;
}
.MessageSent .module_container.module_container--inner p {
    color: #23a217;
}
.module-form .module_container--captcha > div .ErrorMessage {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #b72121;
}
.module-form .module_container--captcha > div .ErrorMessage[style="visibility: hidden;"] {
  display: none;
}
.module-form_item {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  vertical-align: top;
}
.module-form_item > label, .module-form_item legend {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.module-form_item legend {
  float: left;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
}
.module-form_item legend ~ ul {
  clear: both;
}
.module-form_item ul li:not(:last-of-type) {
  padding-bottom: 5px;
}
.module-form_item--document-request, .module-form_item--investor-type {
  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%;
}
.gray {
  color: #aaa;
}
.module-glossary .module_header {
  display: block;
}
.module-glossary .module_header table {
  width: 100%;
  table-layout: fixed;
}
.module-glossary .module_header table a {
  color: #333333;
  font-weight: normal;
}
.module-glossary .module_header table a[href] {
  color: #da291c;
}
.chart-left > p {
  border-bottom: 2px solid #d3d3d3;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.chart-legend .js--active:first-child {
  background: #DC260A;
  color: #fff;
  font-weight: 700;
}
.chart-legend .js--active:nth-child(2) {
  background: #EA7706;
  color: #fff;
  font-weight: 700;
}
.chart-legend .js--active:nth-child(3) {
  background: #512A3A;
  color: #fff;
  font-weight: 700;
}
.chart-legend > p {
  padding-left: 5px;
  padding-right: 5px;
}
.red {
  color: #da291c;
}
.orange {
  color: #e87722;
}
.grey {
  color: #502b3a;
}
.chart-legend .js--active .right {
  color: #fff;
}
.module .rightimg {
  padding-left: 20px;
}
.chart-left {
    padding-top: 85px;
}
.module-owner .module_container--inner {
    padding-left: 130px;
}
.module-link-distribution {
    border-top: 2px solid #d3d3d3;
    padding-top: 5px;
}
.module-link-distribution i {
    font-size: 24px;
    vertical-align: middle;
}
@media (max-width: 1024px) {
  .chart-left {
      padding-top: 0;
  }
  .module-owner .module_container--inner {
      padding-left: 0px;
  }
}
/*---------- 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: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  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: 8px;
  }
}
.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: 1rem;
}
.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: 0.875rem;
}
@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: 0.875rem;
}

/*----- Miscellaneous Modules ----*/
.module-script,
.module-slideshow .module-slideshow_link i {
  display: none;
}
.module-slideshow p span {
    display: block;
}
.module-slideshow .button {
  float: right;
  margin-top: 35px;
}
@media (max-width: 1024px) {
    .module-slideshow p span {
        display: inline-block;
    }
}
@media (max-width: 550px) {
  .module-slideshow .button {
    float: none;
  }
  .module-slideshow .button {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.module-slideshow p {
  float: left;
  margin-top: 35px;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .module-slideshow p {
    float: none;
  }
}
.module-slideshow .module-slideshow_link-container {
  /* display: block; */
  display: none;
  float: left;
  width: 100%;
  margin-top: 0;
}
.pane--content .module.module-slideshow, 
.pane--content .module.module-event--presentation {
  background: #fff none repeat scroll 0 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  .pane--content .module.module-slideshow, 
  .pane--content .module.module-event--presentation {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .pane--content .module.module-slideshow {
    float: left;
    width: 100%;
  }
}
.pane--content .module.module-event--presentation {
  background-image: url('../design/eventbg.jpg');
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .pane--content .module.module-event--presentation {
    height: auto !important;
    clear: both;
  }
}
.module-slideshow_viewer {
    display: inline-block;
    max-width: 640px;
    padding-bottom: 52.6%;
    position: relative;
    width: 100%;
}
.module-event-calendar .module-slideshow_viewer {
    padding-bottom: 75.6%;
}
@media only screen and (max-width: 480px) {
  .module-slideshow_viewer {
    max-width: 100%;
    overflow: hidden;
  }
}
.module-slideshow_link-container {
  margin-top: 25px;
}
.module-slideshow iframe {
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.module-rss p + h2 {
  margin: 40px 0 30px;
}

.module-event--presentation li {
  background: #a7a19f none repeat scroll 0 0;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
  cursor: pointer;
}

.module-event--presentation li button {
  opacity: 0;
  visibility: hidden;
}
.module-event--presentation li.slick-active {
  background: #da291c;
}
.module-event--presentation .module_item ~ .module_item {
  border: 0;
}
.module-event--presentation .module_item {
  background: rgba(255,255,255, 0.9);
  padding: 40px 20px;
} 
.module-event--presentation .module_item::before {
  color: #96172e;
  content: "\e91f";
  float: left;
  font-family: q4-icons;
  font-size: 100px;
  line-height: 1;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .module-event--presentation .module_item::before {
    display: block;
    font-size: 36px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  } 
}
.module-event--presentation h2, .module-slideshow .module_title {
  margin-bottom: 40px;
}
.module-event--presentation .module_date-text {
  color: #000;
  font-size: 14px;
  text-transform: none;
}
.module-event--presentation .module_headline a {
  color: #5e514d;
  font-size: 14px;
  line-height: 24px;
}
.module-event--presentation .slick-slider {
  /*margin-top: 100px;*/
  margin-bottom: 30px;
}
.module-event--presentation .module_container.module_container--content {
    width: 450px;
    margin: 0 auto;
}
.module-event--presentation .slick-dots {
  margin: 0;
  padding-top: 5px;
}
@media (max-width: 1180px) {
  .module-event--presentation .module_container.module_container--content {
      width: auto;
      margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .module-event--presentation  .slick-dots {
    margin-bottom: 10px;
  }
}


/*------ Navigation Modules ------*/
.nav_close {
  display: none;
}
.nav--main {
  float: right;
  clear: both;
  margin-top: -65px;
}
.nav--main li {
  display: inline-block;
  position: relative;
}
.nav--main .level2 > li:last-child > a {
  padding-right: 0;
}
.nav--main .level1 > li > a:hover {
  color: #da291c;
}
.nav--main li a {
  color: #5e514d;
  display: block;
  font-size: 13px;
  padding: 10px;
  text-transform: uppercase;
}
@media (max-width: 1030px) {
  .nav--main li a { 
    padding-left: 7px;
    padding-right: 7px;
  }
}
.nav--main .level2 li.expanded > a,
.nav--main .level2 li.selected > a,
.nav--main .level1 > li.selected > a {
  color: #da291c;
}
.nav--main li.selected a, .nav--main li.expanded a,
.nav--main li a:hover, .nav--main li a:focus {
  outline: none;
}
.nav--main .level2 li:hover > a {
  color: #da291c;
}
.nav--main .level3 {
  background: #fff url('../design/childbg.png') no-repeat scroll 0 0;
  display: none;
  left: 0;
  position: absolute;
  top: 140%;
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
}
.fixed-position .nav--main .level3 {
    top: 117%;
}
.nav--main .level3::after {
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 100%;
}
.nav--main .level2 > li:hover .level3, .nav--main .level2 > li.js--hover .level3 {
  display: block;
}
.nav--main .level3 li  {
  display: block;
}
.nav--main .level3 li.has-children > a::after {
  content: "\edbe";
  font-family: "q4-icons";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 13px;
}
.nav--main .level3 li a {
  display: block;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.nav--main .level3 li .level4 li a {
    text-transform: unset;
}
.nav--main .level3 li:hover > a {
  background: #ebebeb;
}
.nav--main .level4,
.nav--main .level5 {
  background: #fff;
  display: none;
  left: calc(100% + 1px);
  position: absolute;
  top: 0;
  width: 250px;
}
.nav--main .level4::after,
.nav--main .level5:after {
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 1px;
}
.nav--main .level3 li:hover .level4, .nav--main .level3 li.js--hover .level4 {
  display: block;
}
.nav--main .level4 li:hover > a {
  background: #ebebeb;
}
.nav--main .level1 > li > a,
.nav--main .level1 > li > ul {
  display: inline-block;
}
.nav--main .level4 li:hover .level5 {
  display: block;
}


@media (min-width: 1024px) {
  .nav--main .level4 {
    left: auto;
    right: 100%;
  }
  .nav--main .level2 > li:last-child .level3 {
    left: auto;
    right: 0;`
  }
}


.nav--secondary {
  background: #dc260a;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
@media (min-width: 1025px) {
  .module-avianca_mobile,
  .module_language-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav--secondary {
    display: block;
  }
}
.nav--secondary .level1 > li {
  display: none;
}
.nav--secondary .level1 > li.selected, .nav--secondary .level1 > li.expanded {
  display: block;
}
.nav--secondary .level1 > li.selected > a, .nav--secondary .level1 > li.expanded > a {
  display: none;
}
.nav--secondary .level2 {
  display: table;
  width: 100%;
}
.nav--secondary .level2 > li {
  position: relative;
  display: table-cell;
}
.nav--secondary .level2 > li a {
  display: block;
  padding: 20px;
  font-size: 13px;
}
.nav--secondary .level2 > li a:focus {
  outline: none;
}
.nav--secondary .level3 {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  min-width: 200px;
  border-top: 2px solid #fff;
}
.nav--secondary .level3 > li {
  text-align: left;
}
.nav--secondary .level3 > li a {
  background: #005894;
}
.nav--secondary .level3 > li a:hover, .nav--secondary .level3 > li a:focus {
  outline: none;
}
@media (max-width: 1100px) {
  .Languagees-ES .nav--secondary .level3 > li a {
      font-size: 11px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .Languagees-ES .nav--main li a {
      font-size: 11px;
      padding-left: 5px;
      padding-right: 5px;
  }

}
@media only screen and (max-width: 1024px) {
  .nav--secondary {
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
  }
  .nav--secondary li.has-children > a:after {
    /*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: "\edbe";
  }
  .nav--secondary li.js--expanded > a:after {
    content: "\edc2";
    padding-left: 5px;
  }
  .nav--secondary .level3 li.has-children > a::after {
    font-size: 12px;
}
  .nav--secondary a {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
  }
  .nav--secondary .level1 > li {
    display: block;
  }
  .nav--secondary .level1 > li.selected a, .nav--secondary .level1 > li.expanded a {
    display: block;
  }
  .nav--secondary .level1 > li.js--expanded {
    /*background: #005894;*/
  }
  .nav--secondary .level1 > li.js--expanded a {
    display: block;
  }
  .nav--secondary .level1 > li.js--expanded .level2 {
    display: block;
  }
  .nav--secondary .level1 > li > a {
    padding: 20px;
  }
  .nav--secondary .level2 > li {
    display: block;
  }
  .nav--secondary .level2 > li.js--expanded .level3 {
    display: block;
  }
  .nav--secondary .level2 > li > a,
  .nav--secondary .level1 > li > a {
    font-size: 15px;
    padding: 10px 20px;
  }
  .nav--secondary .level3 {
    position: static;
    border: none;
  }
  .nav--secondary .level3 > li {
    display: block;
  }
  .nav--secondary .level3 > li > a {
    padding: 20px 20px 20px 72px;
    font-size: 16px;
    font-size: 1rem;
  }
  .nav--secondary .level1 > li > a:after {
    display: none;
  }
  .nav--secondary .level2 li.js--expanded a {
    background: #e97206;
  }
  .nav--secondary .level3 > li > a, .Languagees-ES .nav--secondary .level3 > li a {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
  .nav--secondary .level4 {
    display: none;
  }
  .nav--secondary .level3 > li.js--expanded .level4 {
    display: block;
  }
  .nav--secondary .level4 li a, .Languagees-ES .nav--secondary .level4 > li a {
    font-size: 14px;
    padding: 10px 20px 10px 50px;
    text-transform: unset;
  }
  .nav--secondary .level3 li.js--expanded a {
    background: #fff none repeat scroll 0 0;
    color: #dc260a;
  }
  .module-avianca_mobile,
  .module_language-mobile {
    display: inline-block;
  }
  .module-avianca_mobile a {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pane--navigation a {
    color: #fff;
  }
  .pane--navigation .module-search {
    margin: 20px 0 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }  
  .pane--navigation .nav--secondary .level4 li a {
    background: #ebebeb;
    color: #333333;
  }
}

@media screen and (max-width: 765px) and (orientation: landscape) {
  .nav--secondary {
    padding-bottom: 85px;
  }
}
.nav--sitemap {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .nav--sitemap {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav--sitemap a {
  display: inline-block;
}
.nav--sitemap .level1 > li:not(:last-of-type) {
  margin-bottom: 35px;
}
.nav--sitemap .level1 > li > a, .nav--sitemap .level1 > li > a:visited {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #222;
  text-transform: uppercase;
}
.nav--sitemap .level2 > li, .nav--sitemap .level3 > li {
  padding: 5px 0;
}
.nav--sitemap .level2 > li > a, .nav--sitemap .level3 > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.nav--sitemap .level2 > li > a {
  margin-bottom: 5px;
}
.nav--sitemap .level3 > li {
  padding-left: 15px;
}

/*-------- News Module CSS -------*/
.module-news-latest .module_container--content {
  margin-bottom: 20px;
}
.module-news-latest .module_item {
  margin: 10px 0 20px;
  padding: 0 0 0 20px;
  border: none;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .module-news-latest .module_item:first-child {
    width: 100%;
  }
}
.module-news-latest .module_item-wrap {
  padding: 30px;
  background: #fff;
}
.module-news-latest .module_date-time {
  margin-bottom: 15px;
  font-weight: normal;
  color: #333333;
}
.module-news-latest .module_headline {
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 200;
}
.module-news-latest .module_headline-link, .module-news-latest .module_headline-link:visited {
  display: inline-block;
  color: #333333 !important;
}
.module-news-latest .module_links {
  margin: 0;
}
.module-news-latest .module_link {
  color: #da291c;
}
.module-news-details .module_view-all-link {
  display: block;
  margin-bottom: 25px;
}
.module-news-details .module_view-all-link--bottom {
  margin-top: 25px;
  margin-bottom: 0;
}
.module-news-details i.q4-icon_pdf2 {
    font-size: 28px;
}
.module-news-details_category {
  display: none;
}
.module-news-details ul {
  margin: 16px 0;
  padding-left: 32px;
  padding-left: 2rem;
  list-style-type: disc;
}
.module-news-details ul li {
  line-height: 24px;
  line-height: 1.5rem;
}



/*------ Person List Module ------*/
.module-person .module_item {
  position: relative;
  padding: 0 0 10px;
  border: none;
}
.module-person .module_item:hover .module-person_name-container {
  opacity: 1;
}
.module-person_name-container h3 {
  background: #da291c none repeat scroll 0 0;
  color: #fff;
  padding: 5px 30px 5px 10px;
  cursor: pointer;
  margin: 0;
}
.module-person_name-container h3::after {
  content: "\ed5d";
  font-family: 'q4-icons';
  position: absolute;
  right: 10px;
  top: 5px;
}
.js--active .module-person_name-container h3::after {
  content: "\ed5e"
}
.module-person-board .module-person_photo-container {
  float: left;
  margin-bottom: 14px;
  margin-right: 50px;
  max-width: 200px;
}
.module-person-no-name .module-person_photo-container {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .module-person-no-name .module-person_photo-container {
      padding-right: 0;
      margin-bottom: 10px;
      text-align: center;
  }
}
@media (max-width: 550px) {
  .module-person_photo-container {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    float: none;
    margin-right: 0;
    max-width: none;
  }
}
.module-person_name-container h3 a {
  color: #fff;
}
.module-person_title-text {
  font-size: 15px;
  color: #fff;
}
.module-person .module_comma {
  color: #fff;
}
.module-person_suffix, .module-person_title {
  font-size: 13px;
  font-size: 0.8125rem;
}
.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;
}
.fancybox-container .module-person_name-container h3 {
  position: static;
  transform: none;
}
.fancybox-container .module-person_name-container a {
  color: #333333;
}
.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: 2.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  color: #da291c;
}
@media only screen and (max-width: 480px) {
  .fancybox-container .module-person_name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.fancybox-container .module-person_title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .fancybox-container .module-person_title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.fancybox-container .module-person_description-container {
  margin-top: 40px;
}
.fancybox-container .module-person_description {
  display: block;
}
.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: 768px) {
  .module-person-details_photo-container {
    margin-right: 15px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .module-person-details_photo-container {
    margin-right: 0;
    max-width: none;
  }
}
.module-person-details_name {
  display: block;
  margin-bottom: 10px;
  font-size: 36px;
  font-size: 2.25rem;
  color: #da291c;
}
.module-person-details_title {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.module-person-details_description-container {
  margin-top: 40px;
}

.module-presentation .module_body {
  display: none;
}


/*------ Responsive Iframe ------*/
.responsive-iframe {
  padding-top: 56%;
  position: relative;
}
.responsive-iframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/*------ 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: 1.5rem;
  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: 1rem;
  margin-right: 15px;
  line-height: 50px;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
  float: none;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
  content: "Select Preview Type:";
}
body.PreviewBody .PreviewToolBar .PreviewDateControls {
  float: right;
}
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
  content: "Select Preview Date:";
}
body.PreviewBody .PreviewToolBar img {
  display: none;
}
body.PreviewBody .PreviewToolBar input[type="radio"], body.PreviewBody .PreviewToolBar label, body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
  display: inline-block;
  margin-right: 5px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  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: #da291c;
  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;
  }
}

.LanguageSwitch span {
  border-right: 1px solid #333;
  color: #db342a;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-right: 4px;
  padding-right: 8px;
  text-transform: uppercase;
}
.LanguageSwitches span {
    border-left: 1px solid #333;
    border-right: medium none;
    color: #db342a;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-left: 3px;
    padding-left: 9px;
}
.LanguageSwitch,
.LanguageSwitches,
.module-avianca_link {
  float: right;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .module-avianca_link,
  .LanguageSwitch,
  .LanguageSwitches {
    display: none;
  }
}
.LanguageSwitch,
.LanguageSwitches {
  margin-left: 15px;
}
.LanguageSwitch a,
.LanguageSwitches a {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
}
.module-avianca_link a {
  color: #5e514d;
  font-size: 12px;
}
.module_language-mobile span {
  border-right: 1px solid;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-right: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  text-decoration: underline;
}
.Languagees-ES .module_language-mobile span {
    border-right: none;
    border-left: 1px solid;
    padding-right: 0;
    padding-left: 8px;
}
.module_language-mobile a {
  text-transform: uppercase;
}



/*-------- Search Modules --------*/
.module-search {
  float: right;
  /*width: 145px;*/
  width: auto;
  position: relative;
  margin-left: 15px;
  margin-right: 30px;
}
.module.module-search::after {
/*  content: "\e903";
  font-family: "q4-icons";
  color: #da2e22;
  font-family: q4-icons;
  position: absolute;
  right: 15px;
  top: 0;*/
}
.module-search_input[type="text"] {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 15px;
  color: #5e514d;
  font-size: 12px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  transition: all 0.3s ease 0s;  
}
@media (min-width: 1025px) {
  .module-search_input[type="text"] {
    width: 35px;
    font-size: 0;
  }
  
  .module-search:hover .module-search_input[type="text"], .module-search_input[type="text"]:focus {
      width: 145px;
      font-size: 12px;
  }
}
.module-search_button {
    background-color: transparent;
    background-image: url("../design/svg/search.svg");
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 4px;
    top: -2px;
    width: 30px;
}
.module-search-result_link {
  margin-bottom: 15px;
}
.module-search-result_description {
  display: block;
  margin-bottom: 15px;
}
.module-search-result_description:after {
  content: "...";
}
.module-search-result_url {
  display: none;
}
@media (max-width: 1024px) {
  .module-search_input[type="text"] {
    font-size: 16px;
  }
}

/*-------- SEC Module CSS --------*/
.module-sec .module_header {
  display: block;
  background-color: #da291c;
}
.module-sec .module_header-text {
  padding: 15px 8px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.module-sec .module_item {
  padding: 0;
}
.module-sec .module_item ~ .module_item {
  border-top: 0;
}
.module-sec .module_item:nth-child(odd) {
  /*background-color: rgba(0, 0, 0, 0.05);*/
}
.module-sec .module_item .grid_col {
  vertical-align: middle;
  padding: 15px 8px;
}
.module-sec .module_item .module-sec_filing {
  font-weight: bold;
}
.module-sec .module_item {
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 0;
}
.module-option-link {
    float: right;
}
@media (max-width: 910px) {
  .Languagees-ES .module-option-link {
    float: none;
  }
}
@media (min-width: 769px) {
  .module-sec .module_header-text:first-child, .module-sec .module_item .module-sec_date {
      padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .module-option-link {
    float: none;
  }
  .module-sec .module_header {
    display: none;
  }
  .module-sec .module_header + .module_item {
    border-top: 2px solid #da291c;
  }
  .module-sec .module_item {
    padding: 15px 0;
  }
  .module-sec .module_item:first-child {
    border-top: 2px solid #da291c;
  }
  .module-sec .module_item:last-child {
    border-bottom: 2px solid #da291c;
  }
  .module-sec .module_item .grid_col {
    padding: 0 5px;
  }
  .module-sec .module_item + .module_footer {
    border-bottom: 2px solid #da291c;
  }
}
.module-sec_download-list-item {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
}
.module-sec_download-list-item:not(:last-of-type) {
  margin-right: 5px;
}
.module-sec_download-list-item i, .module-sec-details .module-sec-details_download-list-item > a {
    font-size: 28px;
}
@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;
  font-size: 24px;
  font-size: 1.5rem;
}
.module-sec-details_download-list-item:not(:last-of-type) {
  margin-right: 5px;
}

/*---- 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: #0F5CA3;
  outline: 0;
}
.module-skip_link:visited {
  color: #fff;
}

/*------ Stock Chart Widget ------*/
.module-stock-chart .highcharts-legend-item:first-child text {
  cursor: default !important;
}
.module-stock-chart .highcharts-navigator-handle {
  stroke: rgba(0, 0, 0, 0.05);
  fill: #f2f2f2;
  cursor: ew-resize;
}
.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: #333333;
}
.module-stock-chart .highcharts-navigator-handle-right rect, .module-stock-chart .highcharts-navigator-handle-left rect {
  stroke-width: 0;
}
.module-stock-chart .highcharts-navigator-handle-right path, .module-stock-chart .highcharts-navigator-handle-left path {
  stroke: #fff;
}
.highcharts-markers path {
  fill: #c71f13;
  stroke: #c71f13;
}
.highcharts-legend-item rect {
  fill: #da291c;
}
.module-stock-chart .highcharts-container > svg > .highcharts-button {
  display: none;
}
.stock-sym {
  display: block;
  font-size: 20px;
}
.stock-price {
  font-size: 44px;
  line-height: 1.2;
  float: left;
  color: #da291c;
}
.stock-price::before {
  content: "$";
  font-size: 22px;
  position: relative;
  top: 5px;
  vertical-align: top;
}
.stock-change {
  font-size: 22px;
  vertical-align: top;
}
.stock-change i {
  float: left;
  color: #da291c;
}
.stock-change span {
  display: block;
  margin-left: 5px;
}
.custom-block {
  display: block;
  float: left;
}
.module_stock-info .module-widget > p {
  clear: both;
  font-size: 12px;
  margin-bottom: 0;
  font-style: italic;
}
.module_stock-info .module-widget > p span {
    display: block;
}
.module_stock-info .module-widget {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


/*------ Stock Header Module -----*/
.module-stock-header {
  text-align: right;
}
.module-stock--page .button,
.module-stock-historical .button.module_options-submit {
  padding-top: 1px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 1024px) {
  .module-stock-header {
    text-align: center;
  }
}
.home .module-stock-header .module_container--outer {
  display: inline-block;
  padding: 40px 55px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.module-stock-header_description1 {
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.home .module-stock-header_stock-price {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
}
.module-stock-header_stock-price:before {
  content: '$';
}
.module-stock-header_change, .module-stock-header_percent-change {
  display: inline-block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.module-stock-header_percent-change:before {
  content: '(';
}
.module-stock-header_percent-change .module-stock-header_indicator {
  display: none;
}
.module-stock-header_percent-change:after {
  content: ')';
}
.module-stock-header_volume {
  display: block;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.module-stock-header_volume:before {
  content: 'Volume ';
  font-weight: bold;
}
.module-stock-header_description3 {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #a9a9a9;
}
.module-stock-header_volume-text, .module-stock-header_date {
  display: none;
}

/*------ Stock Quote Module ------*/
.module-stock .module_options {
  margin-bottom: 30px;
}
.module-stock .module_container--content {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}
.module-stock_lookup-title {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .module-stock_lookup-title {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .module-stock_lookup-title {
    padding-left: 5px;
  }
}
.module-stock_label, .module-stock_value {
  /*border-bottom: 1px solid rgba(34, 34, 34, 0.2);*/
}
.module_item_stock_cont {
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.module-stock_label > span, .module-stock_value > span {
  display: block;
  padding: 23px 20px;
  line-height: 1;
}
.module-stock_value > span {
    text-align: right;
}
.module-stock--page .grid_col--2-of-3 .grid--no-gutter {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}
.module-stock--page-spanish .grid_col:first-child .module_item_stock_cont:last-child {
    padding-bottom: 14px;
}
@media (max-width: 1024px) {
  .module-stock--page .grandient-box > * {
    float: none;
    margin: 0 auto;
    max-width: 250px;
  }
  .module-stock--page-spanish .grid_col:first-child .module_item_stock_cont:last-child {
      padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .module-stock_label > span, .module-stock_value > span {
    padding: 15px 10px;
  }
  .module-stock-historical .module_item_stock_cont {
      border: medium none;
  }
  .module-stock-historical .module-stock_label, .module-stock-historical .module-stock_value {
      border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  }
  .module-stock-historical-spanish.module-stock-historical .module-stock_label, 
  .module-stock-historical-spanish.module-stock-historical .module-stock_value {
    border-bottom: none;
  }
  .module-stock-historical-spanish .module_item_stock_cont > div {
      border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  }
}
@media only screen and (max-width: 480px) {
  .module-stock_label > span, .module-stock_value > span {
    padding: 15px 0 15px 5px;
  }
}
.module-stock_label {
  font-weight: normal;
}
.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: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  text-align: right;
}
.module-stock_date-text {
  margin-right: 15px;
}
.Languageen-US .module-stock_date-text::before {
    content: "Last Updated ";
}
.Languagees-ES .module-stock_date-text::before {
    content: "Ãšltima actualizaciÃ³n ";
}
.module-stock_delay-text {
    font-style: italic;
}
/*- MailingList Subscribe Module -*/
.module-subscribe_table {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.module-subscribe_table tbody {
  width: 100%;
  display: block;
}
.module-subscribe_form {
  font-size: 0;
}
.module-subscribe_form tr {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  width: 50%;
}
.module-subscribe_form tr:nth-child(even) {
  padding-left: 10px;
}
.pane--footer .module-subscribe_form tr:nth-child(odd) {
  padding-right: 95px;
}
.module-subscribe_form tr.module-subscribe_notes-text {
  margin: 0;
}
.module-subscribe_form tr.module-subscribe_notes-text, .module-subscribe_form tr.module-subscribe_notes-input {
  display: block;
  width: 100%;
  padding: 0;
}
.module-subscribe_list tr {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
@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--footer .module-subscribe_table .module-subscribe_email td {
  display: inline-block;
  /*width: 235px;*/
  width: 100%;
}
@media (max-width: 1050px) {
  .module-subscribe--footer .module-subscribe_table .module-subscribe_email td {
    /*width: 90%;*/
  }
}
@media (max-width: 768px) {
  .module-subscribe--footer .module-subscribe_table .module-subscribe_email td {
    width: 100%;
  }
}
/*.module-subscribe--footer .module-subscribe_table .module-subscribe_email .button*/
.module-subscribe--footer .button {
  background: #fff none repeat scroll 0 0;
  color: #da291c;
  height: 33px;
  line-height: 28px;
  margin-left: 10px;
  padding-bottom: 0;
  padding-top: 0;
  vertical-align: top;
  border: 1px solid;
}
.pane--footer .module_actions {
    margin: 0;
    /*position: relative;*/
}
.module-subscribe--footer {
  position: relative;
}
.module-subscribe--footer .button {
    position: absolute;
    top: 37px;
    right: 0;
}
.Languagees-ES .module-subscribe--footer .button {
    top: 38px;
}
.module-subscribe--footer .button:hover, .module-latest-quarter .button:hover {
    background-color: unset;
    color: #fff;
}
.module-subscribe--footer .button:hover {
  border: 1px solid #fff;
}
@media (max-width: 1090px) {
    .module-subscribe--footer .button, .Languagees-ES .module-subscribe--footer .button {
      position: relative;
      top: inherit;
      right: inherit;
      margin-left: 0;
  }
  .pane--footer .module-subscribe_form tr:nth-child(2n+1) {
    padding-right: 0;
  }
}
@media (max-width: 1050px) {
  .module-subscribe--footer .module-subscribe_table .module-subscribe_email .button {
    clear: both;
    display: block;
    margin-left: 0;
    margin-top: 5px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .module-subscribe--footer .module-subscribe_table .module-subscribe_email .button {
    max-width: 300px;
    width: 100%;
  }  
}
.module-subscribe_form label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.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 .module_required {
  font-size: 14px;
  font-size: 0.875rem;
}
.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: 0.875rem;
  margin-bottom: 5px;
}

/*==================================
 ----------- LAYOUT CSS -----------
==================================*/
/*------- iframe layout CSS ------*/
.layout--iframe .pane--content .module {
  padding: 35px 0;
}
.layout--iframe .pane--content .module.module-form--custom {
  padding: 0;
}
.layout--iframe .pane--content .module_container--outer {
  max-width: none;
}
.module-form.module-form--custom {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
/*==================================
 ------------ BLANK CSS -----------
==================================*/
/*-------- Layout Specific -------*/
.layout_content {
  background: #f5f5f5;
}
.layout--home .pane--content {
  padding-top: 20px;
  padding-bottom: 40px;
}
.layout--home .pane--content .pane_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
}
@media (max-width: 550px) {
  .layout--home .pane--content .pane_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.layout--home .pane--content .pane_inner .module {
  vertical-align: top;
}
.module_reasons .grid {
  letter-spacing: -0.7px;
}
.module_reasons i {
  font-size: 60px;
}
.pane--content .module.module_reasons {
  background-image: url('../design/reasonsbg.jpg');
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pane--content .module.module_reasons {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.module_reasons h2,
.module_reasons p {
  color: #fff;
}
.module_reasons h2 {
  margin-bottom: 55px;
}
.module_reasons p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
  line-height: 1.2;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .module_reasons p {
    font-size: 11px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .module_reasons p {
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
.count {
  display: block;
  font-size: 60px;
}
@media (max-width: 767px) {
  .count {
    font-size: 40px;
  }
}
.module_latest-news {
  background: #fff none repeat scroll 0 0;
  padding-left: 30px;
  padding-right: 30px;
}
.module_latest-news .module_title {
    text-align: center;
}
@media (max-width: 900px) {
  .module_latest-news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.module_latest-news .module_links {
  display: none;
}
.module_latest-news .module_more,
.module_latest-news .module_view-all-link {
  display: block;
  float: left;  
}
.module_latest-news .module_item {
  border: 0 none;
  display: inline-block;
  padding-right: 40px;
  width: 32.8%;
  vertical-align: top;
}
@media (max-width: 1090px) {
  .module_latest-news .module_item {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .module_latest-news .module_item {
    width: 48%;
  }
}
@media (max-width: 550px) {
  .module_latest-news .module_item {
    width: 100%;
    padding-right: 0;
  }
}
.module_latest-news .module_date-time {
  background: #da291c none repeat scroll 0 0;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  display: table;
  float: left;
  height: 80px;
  margin-right: 15px;
  text-align: center;
  width: 70px;
}
@media (max-width: 1090px) {
  .module_latest-news .module_date-time {
    height: 50px;
    width: 40px;
    margin-right: 8px;
  }
}
@media (max-width: 550px) {
  .module_latest-news .module_date-time {
    width: 70px;
    height: 80px;
  }
}
@media (max-width: 370px) {
  .module_latest-news .module_date-time {
    height: 60px;
    width: 50px;
  } 
}
.module_date-text {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
  color: #000;
}
span.module_time-text.no-time {
    display: none;
}
.module_latest-news .module_headline {
  display: inline-block;
  /*float: left;
  width: 70%;*/
  margin-bottom: 0;
}
.module_latest-news .module_body {
    display: none;
}
.module_container-news-items {
    width: 70%;
    display: inline-block;
    float: left;
}
@media (max-width: 1090px) {
  .module_latest-news .module_headline {
    /*font-size: 11px;*/
    /*line-height: 1.4;*/
  }
}
@media (max-width: 768px) {
  .module_latest-news .module_date-time {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 550px) {
  .module_latest-news .module_headline {
    /*font-size: 14px;*/
  }
  .module_latest-news .module_item ~ .module_item {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 370px) {
  .module_latest-news .module_headline {
    /*font-size: 12px;*/
  }
}
.module_latest-news .module_footer {
    text-align: center;
    width: 100%;
}
.module_latest-news .module_view-all-link,
.custom-btn {
  background: #da291c  none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 2px 25px;
  /*text-transform: capitalize;*/
  width: auto;
  margin-top: 20px;
  float: none;
}
.module_latest-news .module_view-all-link:hover,
.custom-btn:hover {
  background: #96172e;
}
.custom-btn {
  background: #fff none repeat scroll 0 0;
  color: #da291c;
  border: 1px solid transparent;
  padding: 1px 25px;
}
.custom-btn.alt-btn {
    background-color: #da291c;
    color: #fff;
}
.custom-btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: unset;
}
.custom-btn.alt-btn:hover {
    background-color: #96172e;
    border-color: #96172e;
}
.module_latest-news .module_headline a {
  color: #333;
}
.layout.js--mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.layout_footer {
  background-color: #013A6B;  
  background-image: -ms-linear-gradient(-30deg, #da291e 50%, #bf2224 50%);
  background-image: -webkit-linear-gradient(-30deg, #da291e 50%, #bf2224 50%);
  background-image: linear-gradient(-30deg, #da291e 50%, #bf2224 50%);     
  /*border-bottom: 1px solid #da291e;*/
  border-top: 1px solid #da291e;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da291e', endColorstr='#bf2224',GradientType=1 ); /* IE6-9 */
}

.module-links_list li {
  margin-bottom: 6px;
}
.module-links_list li::before {
  content: "\edbe";
  font-family: 'q4-icons';
  font-weight: 700;
  margin-right: 2px;
}

/*--------- Pane Specific --------*/
.pane--header {
  position: relative;
  background-color: #fff;
  z-index: 999;
  padding-top: 7px;
}
@media (max-width: 1024px) {
  .pane--header {
    padding-top: 0;
  }
}
.pane--header .pane_inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .pane--header .pane_inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pane--header .module-logo {
  float: left;
  padding-bottom: 30px;
  padding-top: 25px;
  /* height: 65px; */
}
@media (max-width: 1024px) {
  .pane--header .module-logo {
    padding-bottom: 15px;
  }
}
.pane--header .module-logo img {
  margin-bottom: -10px;
  width: 210px;
  transition: all 0.3s ease-in-out;
}
.pane--header .module, .pane--header .nav {
  vertical-align: baseline;
}
.pane--header .layout_toggle {
  display: none;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: right;
}
.pane--header .layout_toggle i:focus {
  outline: none;
}
.js--mobile .pane--header .layout_toggle i:before {
  content: "\ed6d";
}
@media only screen and (max-width: 1024px) {
  .pane--header .module {
    vertical-align: middle;
  }
  .pane--header .module-logo img {
    margin-bottom: 0;
  }
  .pane--header .layout_toggle {
    display: inline-block;
    float: right;
    color: #dc260a;
    margin-top: 30px;
  }
  .pane--header .nav, .pane--header .module-search {
    display: none;
  }
}
.pane--banner {
  background-image: url("../design/homebanner.jpg");
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 450px;
  position: relative;
}
.PageCorporateGovernance .pane--banner {
  background-image: url("../design/corporate-governance-banner.jpg");
  background-position: center top;
}
.page-about .pane--banner {
    background-image: url("../design/media-centre-banner-image.jpg");
}
.pane--banner::after {
  background: #e03d0c none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.12;
  position: absolute;
  top: 0;
  width: 100%;
}
.pane--banner .module-page-title {
  position: relative;
  z-index: 99;
}
.html-page-title .module-page-title {
    display: none !important;
}
.html-page-title .module-page-title.module-page-title-html {
    display: table !important;
    width: 100%;
}
.html-page-title .module-title-right {
    float: right;
}

.Sectioninvestor-relations .pane--banner {
  background-image: url('../design/whytoinvest.jpg');
}
/*.Sectionstock-information .pane--banner {
  background-image: url('../design/stock-information-banner.jpg');
}*/
.PageInvestorRelationsFinancialInformation .pane--banner {
    background-image: url("../design/stock-information-banner-image.jpg");
}
.avianca-holdings .pane--banner {
    background-image: url(../design/financial-information-banner-image.jpg);
}
.PageInvestorRelationsNews .pane--banner, .Sectionnews .pane--banner {
    background-image: url('../design/news-banner-image.jpg');
    background-position: center 85%;
}
.PageMediaCenter .pane--banner.grid--no-gutter {
    background-image: url("../design/about-banner-image.jpg");
}
.Sectionevents-and-presentations .pane--banner, .Sectionevents .pane--banner {
    background-image: url("../design/events-presentation-banner-image.jpg");
}
.PageInvestorRelationsStockInformation .pane--banner {
    background-image: url("../design/financial-information-banner-image.jpg");
}
.PageSustainability .pane--banner {
    background-image: url("../design/sustainablilty-banner-image.jpg");
}
.PageInvestorRelationsInvestorResources .pane--banner {
    background-image: url("../design/investor-resources-banner-image.jpg");
}
.layout--home .pane--banner {
  background-image: url('../design/homebanner.jpg');
  background-size: cover;
  background-position: center center;
  height: 450px;
}
@media (max-width: 1200px) {
  .module-title-right {
      display: block;
      float: none;
  }
}
@media (max-width: 767px) {
  .layout--home .pane--banner,
  .pane--banner {
    height: 300px;
  }
}
.layout--home .pane--banner .pane_inner {
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 900px) {
.layout--home .pane--banner .pane_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 550px) {
  .layout--home .pane--banner .pane_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.module-page-title {
  display: table !important;
  height: 100%;
}
.module-page-title .module_container--outer {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .layout--home .module-page-title {
    display: table;
    margin: 0 auto;
    width: 100%;
  }
}
.pane--banner .pane_inner {
  position: relative;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
  height: 100%;
}
.html-page-title .pane--banner .pane_inner {
    max-width: 1500px;
}
@media (max-width: 1400px) {
  .html-page-title .module_title {
      font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .html-page-title .module-title-right {
    float: none;
  }
  .pane--banner .pane_inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pane--banner h1 {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pane--banner h1 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .pane--navigation {
  }
}
@media only screen and (max-width: 1024px) {
  .pane--banner {
    text-align: center;
  }
  .pane--navigation {
    background: #da291c;
  }
}
.pane--navigation .pane_inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .pane--navigation .pane_inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pane--navigation .pane_inner {
    max-width: none;
  }
}
.pane--navigation .module-search {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pane--navigation {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 100%;
    transition: 0.5s ease-in-out;
    overflow-y: scroll;
    z-index: 5;
  }
  .js--mobile .pane--navigation {
    top: 100px;
    bottom: 0;
    z-index: 9999;
  }
  .pane--navigation .pane_inner {
    padding: 0;
  }
  .pane--navigation .module-search {
    display: block;
    margin-bottom: 40px;
  }
  .pane--navigation .module-search_input {
    color: #000;
    height: 35px;
    line-height: 35px;
  }
  .pane--navigation .module-search_button {
      right: 28px;
      top: 3px;
  }
  .pane--navigation .module.module-search::after {
    right: 30px;
    top: 4px;
  }
}
/*.pane--content .pane_inner {
  padding-left: 20px;
  padding-right: 20px;
}*/
@media (max-width: 600px) {
.pane--content .pane_inner {
   /*padding-left: 10px;
   padding-right: 10px;*/
 }
}
.pane--content .module {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pane--content .no-padding {
    padding: 0;
}
.module.module-downloads,
.module.module-downloads .module_container--outer {
  padding-bottom: 0;
}
.pane--content .module.module-corporate_profile {
  background: #fff none repeat scroll 0 0;
  padding: 40px;
  margin-right: 0;
}
.module-corporate_profile .module_title {
  text-align: left;
}
.module-corporate_profile {
    background-color: #fff;
    padding: 40px;
    vertical-align: top;
}
.module-committe_governance h3 {
  margin-top: 30px;
}
.module-committe_governance h3:first-child {
  margin-top: 0;
}
@media (max-width: 900px) {
  .pane--content .module.module-corporate_profile { 
    padding: 20px;
  }
}
.module-stock_label .module-stock_price,
.module-stock_label .module-stock_change,
.module-stock_label .module-stock_percent-change {
  display: none;
}
.module-stock_lookup-title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  padding: 0;
}
.module-stock_lookup-title-text {
    display: none;
}
.grandient-box .module-stock_label, .grandient-box .module-stock_value {
  border: 0;
}
.module-stock_value .module-stock_price {
  display: inline-block;
  float: left;
  font-size: 44px;
  line-height: 1.2;
  padding: 0;
}
.module-stock .module-stock_indice::after {
    content: ": AVH";
}
.module-stock_delay-text {
    font-size: 12px;
}
.module-corporate_profile .module_title, .module_stock-info .module_title {
    margin-bottom: 40px;
}
@media (max-width: 480px) {
  .module-stock_value .module-stock_price {
    font-size: 30px;
    line-height: 1.5;
  }
}
.module-stock_value .module-stock_change,
.module-stock_value .module-stock_percent-change  {
  display: inline-block;
  font-size: 22px;
  /*padding: 0 0 0 15px;*/
  padding: 0 0 0 40px;
}
.module-stock_percent-change .module-stock_indicator {
    /*display: none;*/
}
.module-stock_change .module-stock_indicator {
    font-size: 30px;
    left: 4px;
    position: absolute;
    top: 12px;
}
.module-stock_value .module-stock_change {
    position: relative;
}
.module-stock_change.module-stock_down::before {
    content: "-";
}
@media (max-width: 480px) {
  .module-stock_value .module-stock_change, .module-stock_value .module-stock_percent-change {
    font-size: 15px;
  }
  .module-stock--page .grandient-box {
    padding: 20px;
  }
  .module-stock_change .module-stock_indicator {
      font-size: 20px;
      left: 10px;
  }
}
.module-stock_date {
  text-align: left;
}
@media (min-width: 381px) and (max-width: 400px) {
  .highcharts-subtitle span {
    font-size: 13px !important;
  }
}
@media (max-width: 380px) {
  .highcharts-subtitle {
    /*left: 0 !important;
    top: 0 !important;*/
    width: 100% !important;
  }
}
.module_stock-info .module_title {
  text-align: left;
}
.pane--content .module_stock-info {
  background: #e4e4e4;
  padding: 40px;
  margin-right: 0;
}
.grandient-box {
  background: #da291c; /* Old browsers */
  background: -moz-linear-gradient(top, #da291c 0%, #e87722 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #da291c 0%,#e87722 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #da291c 0%,#e87722 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da291c', endColorstr='#e87722',GradientType=0 ); /* IE6-9 */
  /*padding: 40px 40px 30px;*/
  padding: 20px 40px 15px;
  color: #fff;
}
.module-event--presentation {
    background-image: url("../design/eventbg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    padding: 40px;
}
.module-event--presentation ul li::before {
    display: none;
}
.module-slideshow {
    /*background-color: #fff;*/
    padding: 40px;
}
.PageHome .module-slideshow {
    background-color: #e4e4e4;
}
.module-event-calendar .module-slideshow {
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
}
.module-event-calendar #event-container {
    padding-left: 0;
}
.module-event--presentation .button {    
    float: right;
    margin-top: 60px;
}
.module-event-calendar h2 {
    text-transform: uppercase;
}
@media (max-width: 1024px) {
  .module-corporate_profile, .module_stock-info {
      display: block;
      width: 100%;
  }
  /*.PageHome .module-event--presentation {
      max-width: 400px;
  }*/
  .PageHome .module-slideshow, .module-event--presentation {
      display: block;
      width: 100%;
  }
  .disp-block .disp-table {
      display: block;
  }
  .module-event--presentation {
      max-width: unset;
  }
  .module-slideshow p, .module-event--presentation .button {
      float: none;
  }
  .module-slideshow .button {
      float: none;
      margin-top: 5px;
  }
  .module-slideshow_viewer {
      display: block;
      margin: 0 auto;
  }
  .module-event--presentation .button {
      margin-top: 20px;
  }
}
@media (max-width: 900px) {
  .pane--content .module_stock-info { 
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .module-event-calendar .module-slideshow {
      padding-left: 0;
  }
}
@media (max-width: 767px) {
  .layout--home .pane--content .module_stock-info {
    height: auto !important;
  }
}
@media (max-width: 480px) {
  .module-event-calendar #event-container, .module-event-calendar .module-slideshow {
      padding-left: 20px;
  }
  .PageHome .module-event--presentation, .PageHome .module-slideshow, .module-corporate_profile {
    padding: 20px;
  }
}
.pane--content .module_container--outer {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  /*background: #fff;*/
}
@media only screen and (max-width: 1024px) {
  .pane--content .module_container--outer {
    max-width: none;
    /*padding-left: 20px;
    padding-right: 20px;*/
  }
  .pane--content .module-governance-documents .module_container--outer {
      padding-left: 0;
      padding-right: 0;
  }
}
@media (max-width: 600px) {
  .pane--content .module_container--outer {
    padding-left: 30px;
      padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .pane--content .module_container--outer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.layout--home .pane--content .module_container--outer {
  background: transparent none repeat scroll 0 0;
  padding: 0;
}
.pane--content .module-sitemap {
  padding-bottom: 35px;
}
.pane--footer {
  padding-top: 60px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .pane--footer {
    padding-top: 20px;
  }
}
.pane--footer h2 {
  color: #fff;
}
.pane--footer .pane_inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .pane--footer .pane_inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pane--footer .module_title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}
.pane--footer .module_error-container {
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
}
.pane--footer .module_error-container p {
  display: none;
}
.pane--footer .module_error-container li {
  line-height: 16px;
  line-height: 1rem;
  color: yellow;
}
.pane--footer .module_introduction {
  display: none;
}
.pane--footer .module-links {
}
.pane--footer .module-links li {
  line-height: 19.2px;
  line-height: 1.2rem;
}
.pane--footer .module-subscribe_form tbody {
  display: block;
}
.module-subscribe--footer .module-subscribe_email label,
.module-subscribe--footer .module_required,
.module-subscribe--footer .module-subscribe_list-header {
  display: none;
}
/*.module-subscribe--footer .module-subscribe_list tbody tr {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}*/
.module-subscribe--footer .module-subscribe_list tbody tr {
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
    width: 50%;
    float: left;
}
.module-subscribe--footer .module-subscribe_list tbody tr td {
  padding: 0;
}
.pane--footer .module-subscribe_form tr {
  width: 100%;
  margin: 0;
}
.pane--footer .module-subscribe_mailing-list {
  margin: 0 0 10px;
}
.pane--footer .module-subscribe_list > td {
  padding: 0;
}
.pane--footer .module-subscribe p {
  padding-right: 35px;
  line-height: 19.2px;
  line-height: 1.2rem;
}
.pane--footer .module-subscribe input[type="checkbox"] {
  background: #fff none repeat scroll 0 0;
  border-color: #fff;
  height: 14px;
  vertical-align: middle;
  width: 14px;
}
.pane--footer .module-subscribe input[type="checkbox"]:checked {
  border: 3px solid #000;
}
.pane--footer .module-subscribe label {
    vertical-align: middle;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}
.pane--footer .module-subscribe_mailing-list.js--revealed,
.pane--footer .module-subscribe .module_actions.js--revealed {
  display: block;
}
.pane--footer .module_input[type="text"] {
  color: #da291c;
  font-size: 12px;
  height: 30px;
  /*line-height: 30px;*/
  line-height: 1;
  max-width: 350px;
  padding: 0 10px;
}
.pane--footer .module_input[type="text"]::placeholder {
  color: #da291c;
}
.module.module-contact {
  padding-left: 120px;
}
.pane--content .module-subscribe .module-link-to {
    display: none;
}
.Languagees-ES .unsub-en, .Languageen-US .unsub-esp {
    display: none;
}
@media (max-width: 1024px) {
  .module.module-contact {
    padding-left: 60px;
  }
  .pane--footer .module_input[type="text"] {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .module.module-contact {
    padding-left: 0;
  }
  .pane--footer .module_error-container {
      position: relative;
      bottom: unset;
  }
}
@media (max-width: 480px) {
  .module-subscribe--footer .module-subscribe_list tbody tr {
    width: 100%;
    float: none;
  }
}
.pane--footer .module-contact li {
  line-height: 19.2px;
  line-height: 1.2rem;
}
.module-contact p {
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 0;
  color: #fff;
}
.pane--footer .module:not(.module-embed) {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .pane--footer .module:not(.module-embed) {
    padding-bottom: 20px;
  }
}
.pane--footer .button {
  /*color: #fff;
  border: none;
  background-color: #da291c;*/
}
.pane--credits {
  background: #98142B;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .pane--credits {
    font-size: 13px;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  .pane--navigation {
    background: #f5f5f5 none repeat scroll 0 0;
  }
  .pane--content .pane_inner {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
  }
  .nav--secondary {
    background: #878787;
  }
  .nav--secondary .level2 > li {
    display: none;
  }
  .nav--secondary .level2 > li.selected,
  .nav--secondary .level2 > li.expanded {
    display: block;
  }
  .nav--secondary .level2 > li.selected > a,
  .nav--secondary .level2 > li.expanded > a {
    display: none;
  }
  .nav--secondary .level2 > li.selected .level3,
  .nav--secondary .level2 > li.expanded .level3,
  .nav--secondary .level3 > li.has-children.selected .level4 {
    display: table;
    border: 0;
    position: static;
  }
  .nav--secondary .level2 > li.selected .level3 > li,
  .nav--secondary .level2 > li.expanded .level3 > li,
  .nav--secondary .level3 > li.has-children.selected .level4 li {
    display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: middle;
    border-bottom: 4px solid transparent;
  }
  .nav--secondary .level3 {
    width: auto;
    margin: 0 auto;
  }
  .nav--secondary .level3 > li a {
    background: #878787 none repeat scroll 0 0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 18px 11px;
    line-height: 1.2;
    transition: all 0.3s ease;
  }
  .nav--secondary .level3.js--custom-nav > li > a {
    display: none;
  }
  .nav--secondary .level2 > li .level3.js--custom-nav > li.selected {
    border: medium none;
  }
  .nav--secondary .level2 > li.selected .level3 > li:hover, 
  .nav--secondary .level2 > li.expanded .level3 > li:hover,
  .nav--secondary .level2 > li .level3 > li.js--active,
  .nav--secondary .level3 > li.has-children.selected .level4 li.js--active,
  .nav--secondary .level2 > li.expanded .level3 > li.selected,
  .nav--secondary .level2 > li.selected .level3 > li.selected,
  .nav--secondary .level2 > li .level3.js--custom-nav > li.selected > .level4 li:hover { 
    border-color: #da291c;
  }
  .nav--secondary .level4 {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 100%;
  }
  .nav--secondary .level2 > li.selected .level3 > li:hover .level4,
   .nav--secondary .level2 > li.expanded .level3 > li:hover .level4 {
    display: block;
  }
  .js--secNavfixed .nav--secondary .level3 > li a {
      font-size: 10px;
      padding: 10px 15px 11px;
  }
}
.pane--credits .pane_inner {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .pane--credits .pane_inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pane--credits .module {
  margin-bottom: 10px;
}
.module.copyright {
  color: #fff;
  margin-bottom: 0;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  text-decoration: underline;
}
.module.module-q4-credits {
  margin-bottom: 0;
}
.module-q4-credits a {
  color: #fff;
}
.module-page-title h1 {
  color: #fff;
  font-weight: 700;
  text-transform: none;
  font-size: 44px;
}
.layout--home .module-page-title h1 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .module-page-title h1 {
    line-height: 1.2;
    margin: 0;
  }
  .module-page-title h1 {
      font-size: 36px;
  }
}
@media (max-width: 360px) {
  .Languagees-ES.Sectionevents-and-presentations .module-page-title .module_title {
      font-size: 32px;
  }
}
/*--------- Page Specific --------*/
.page--no-alternating .pane--content {
  padding: 35px 0;
}
.page--no-alternating .module {
  padding-top: 35px;
  padding-bottom: 35px;
}

/*-------- Module Specific -------*/
.module-overview p {
  margin-bottom: 40px;
}
.module-overview_hidden {
  display: none;
}
.module-overview_hidden.js--revealed {
  display: block;
}
.module-overview_button:before {
  content: "Read More";
}
.module-overview_button.js--active:before {
  content: "Show Less";
}

/*--- Blank Demo and Reference ---*/
.module-style-guide {
  /* Just for the demo since we're using alternate colours */
  padding-bottom: 0 !important;
}
.module-style-guide .module_title {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .module-style-guide .module_title {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.module-style-guide .module_container--outer {
  max-width: none;
  padding: 0;
}
.module-style-guide_item {
  padding: 2rem 20px 2rem 30px;
}
.module-style-guide_item:nth-child(odd) {
  background-color: #f6f6f6;
}
.module-style-guide_item:last-child {
  padding-bottom: 70px;
}
.module-style-guide_wrap {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  border-left: 3px solid #da291c;
}
@media only screen and (max-width: 1024px) {
  .module-style-guide_wrap {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.module-style-guide_wrap:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: attr(data-heading);
  text-transform: uppercase;
  color: #da291c;
  font-weight: bold;
  font-size: 14px;
  transform: rotate(-90deg) translate(-50%, -50%);
  transform-origin: left;
}
.module-style-guide_sub-item {
  display: block;
  margin: 1rem 0;
}
.grid_col .module-style-guide_sub-item {
  margin-bottom: 0;
}
.module-style-guide_swatch {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border: 1px solid #f6f6f6;
  border-radius: 3rem;
  vertical-align: middle;
}
.module-style-guide_space {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  vertical-align: middle;
}
.module-style-guide_space:before, .module-style-guide_space:after {
  display: block;
  content: "";
  height: 70px;
}
.module-style-guide_space:before {
  border-top: 2px solid #da291c;
}
.module-style-guide_space:after {
  border-bottom: 2px solid #da291c;
}
.module-style-guide_space--thick:before, .module-style-guide_space--thick:after {
  height: 105px;
}
.module-style-guide_space--thin:before, .module-style-guide_space--thin:after {
  height: 35px;
}

.module-icon-demo_list {
  margin-top: 2rem;
}
.module-icon-demo_item {
  margin-bottom: 20px;
}
.module-icon-demo_wrap {
  padding: 20px;
  background: #f6f6f6;
}
.module-icon-demo_note {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.module-icon-demo_name, .module-icon-demo_unicode {
  float: right;
}

.module-grid-demo_table {
  margin-bottom: 2rem;
}
.module-grid-demo_grid .grid_col {
  margin-bottom: 20px;
  text-align: center;
}
.module-grid-demo_grid .grid_col p {
  margin: 0;
  padding: 20px;
  background: #f6f6f6;
}
.module-grid-demo_grid .grid_col p + p {
  padding-top: 0;
}

/*# sourceMappingURL=global.css.map */

.custom-p {
  font-size: 18px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}
.custom-p::after {
  background: #f5f5f5 none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  width: 200px;
}
.Sectioninvestor-relations .custom_ul li:before {
  display: none;
}

.custom-layout .pane--content .pane_inner {
  padding-left: 0;
  padding-right: 0;
}
.custom-layout .pane--content .pane_inner .module_container--outer {
  padding: 0;
}
.custom-layout .pane--content img {
  width: 100%;
}

.Sectionavianca-holdings-sa .pane--banner {
  background-image: url('../design/aboutbanner.jpg');
}
.Sectionavianca-holdings-sa .pane--banner::after {
  display: none;
}
.list-without li:before {
  display: none;
}
.list-without > li > i {
  color: #da291c;
  font-size: 60px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list-without > li:nth-child(2) > i {
  font-size: 40px;
}
.list-without .q4-icon_pilot::before {
    font-size: 65px;
}
.list-without > li {
  border-bottom: 1px solid #f5f5f5;
  padding: 30px 0 30px 110px;
  position: relative;
}
@media (max-width: 600px) {
  .list-without > li {
    padding-left: 0;
  }
  .list-without > li > i {
    display: block;
    margin-bottom: 20px;
    position: static;
    text-align: center;
    transform: none;
  }
}

.table-lines {
  display: table;
}
.table-lines .grid_col {
  display: table-cell;
  padding: 40px;
  background: #fbfbfb;
}
.tab1 .table-img {
  background-image: url('../design/passenger.jpg');
  background-size: cover;
  background-position: center center;
}
.tab2 .table-img {
  background-image: url('../design/cargo.jpg');
  background-size: cover;
  background-position: center center;
}
.tab3 .table-img {
  background-image: url('../design/lifemiles.jpg');
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .table-lines .grid_col {
    display: block;
  }
  .table-lines .table-img {
    min-height: 300px;
  }
  .table-lines.tab1 {
      margin-bottom: 5px;
  }
  .tab3 .table-img {      
      background-position: center top;
  }
}
.module-person_title {
  margin: 0;
  color: #5e514d;
  font-size: 14px;
}
.module-person-accordion .module-person_summary.grid {
    cursor: pointer;
}

.module-person-accordion .person-header {
    background: #da291c none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
}
.module-person-accordion .module_item {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 15px 20px 15px 20px;
  position: relative;
}
.module-person-accordion .module_item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
/*.module-person-accordion .module_item::after {
  color: #da291c;
  content: "\edc2";
  font-family: "q4-icons";
  position: absolute;
  right: 20px;
  top: 15px;
}
.module-person-accordion .module_item.js--active::after {
  content: "\edba";
}*/
.module-accordion-trigger {
    text-align: right;
    color: #da291c;
}
/*.module-person-no-name.module-person-accordion .module_item.js--active .module-person_summary {
    display: none;
}*/
.module-person-no-name.module-person-accordion .module_item.js--active .module-person_summary > div {
    display: none;
}
.module-person-no-name.module-person-accordion .module_item.js--active .module-person_summary > div.module-accordion-trigger {
    display: block;
    float: right;
    padding-right: 10px;
    padding-left: 0;
}
.module-person-no-name.module-person-accordion .module_item.js--active .module-person_summary > div.module-accordion-trigger i:before {
    content: "\edba";
}
.module-person-accordion .module_item h3 {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.module-person-no-name.module-person-accordion .module_item.js--active h3 {
    color: #5e514d;
    font-size: 18px;
    font-weight: bold;
}
.q4-icon_independent {
    font-size: 28px;
    vertical-align: middle;
}
.module-committee i.q4-icon_independent {
    font-size: 28px;
}
.module-person-accordion .module-person_highlights {
  color: #b7b7b7;
}
.module-person-accordion .module_item .module-person_summary .module-accordion-trigger {
  cursor: pointer;
}
.PageCorporateGovernanceGovernanceStandardsampDocuments .module-html ul li::before {
  display: none;
}
.PageCorporateGovernanceGovernanceStandardsampDocuments .module-html ul {
  list-style: outside;
  padding-left: 15px;
}
h3.gouvernance-h3 {
  border-bottom: 2px solid;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.gouvernance-content p {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.PageCorporateGovernanceBoardofDirectors .module-person-accordion .module_item:first-child {
  border-top: 1px solid #e5e5e5;
}
.module-committe_governance h3 {
  color: #605451;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.module-committe_governance .grid_col--1-of-3 {
  background: #fbfbfb none repeat scroll 0 0;
  padding: 20px;
}
.committe-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.committe-row:last-child {
  /*border-bottom: 0;*/
  margin-bottom: 0; 
}
.committe-row .grid_col--2-of-3 {
  padding-right: 60px;
}
.committe-row li:before {
  display: none;
}
.committe-row ul {
  list-style: outside;
  padding-left: 15px;
}
.committe-row li {
  padding-bottom: 5px;
}
.module.module-downloads {
  padding: 70px 120px;
}
.module-person-board .module_item:nth-child(2) {
    border-top: 1px solid #e5e5e5;
}
.module-legend {
    margin-top: 10px;
}

@media (max-width: 1024px) {
  .module.module-downloads {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .module-person-accordion .module_item {
      padding: 10px;
  }
}
@media (max-width: 480px) {
  .module-person-accordion .grid_col.grid_col--1-of-4 {
      width: 25%;
  }
  .module-person-accordion .grid_col.grid_col--7-of-12 {
      width: 65%;
  }
  .module-person-accordion .grid_col.grid_col--2-of-12 {
      width: 10%;
  }
  .module-person-accordion .grid_col.grid_col--3-of-4 {
      width: 75%;
  }
  .module-person-accordion .grid_col--10-of-12 {
    width: 83.33333%;
  }
}
.Sectionavianca-holdings-sa .module-person-accordion .js--active .module-person_summary {
  display: none;
}
.module-person_details-inner h3 {
  font-weight: 700;
}
.module-governance-documents {
  background: url('../design/gouvernance-documents.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}
.PageCorporateGovernanceGovernanceStandardsDocuments .module-person-accordion .module_item:first-child {
  border-top: 1px solid #e5e5e5;
}
.module-governance-documents .module_container--outer {
  background: transparent;
}
.module.module-governance-documents * {
  color: #fff;
}
.module-governance-documents .module_item {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center; 
}
.module-governance-documents .module_link {
  text-transform: none;
}
.module-governance-documents .slick-arrow::after {
  color: #fff;
  font-size: 30px;
}
.module-governance-documents .slick-next {
  right: -50px;
}
.module-governance-documents .slick-prev {
  left: -50px;
}
.module-governance-documents .slick-arrow {
  top: 46%;
}
.module-downloads-shareholders .module_item {
  display: inline-block;
  padding: 15px;
  text-align: center;
  vertical-align: top;
  width: 32%;
  border: 0;
}
@media (max-width: 600px) {
  .module-downloads-shareholders .module_item {
    width: 100%;
  }
} 
.module-downloads-shareholders .module-downloads_title a span {
  color: #5e514d;
  font-size: 16px;
  text-transform: none;
}
.module-downloads-shareholders .module_container--content {
  background: #fbfbfb none repeat scroll 0 0;
  padding: 25px 0;
}
.PageCorporateGovernanceGovernanceStandardsampDocuments .pane--banner {
  background-image: url('../design/governance-banner.jpg');
}
.module.module-governance-documents {
  /*margin-left: -20px;
  width: calc(100% + 40px);*/
}
.module-stock-documents {
    position: relative;
}
.module-stock-documents::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.module-stock-documents h2 {
    position: relative;
    z-index: 99;
}
@media (max-width: 1024px) {
  .module.module-governance-documents {
    margin-left: 0;
    width: 100%;
  }
  .pane--content .pane_inner {
    background: #fff;
  }
}
/*.module_lines-business .grid--no-gutter {
  margin-left: -40px;
  width: calc(100% + 80px);
}*/
.module_lines-business .module_container--inner {
    margin-left: -40px;
    margin-right: -40px;
}
.module_timeline-carousel .timeline-box {
  background: #f1f1f1 none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 600px) {
  .module_timeline-carousel .timeline-box {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .module_lines-business .module_container--inner {
      margin-left: -30px;
      margin-right: -30px;
  }
}
@media (max-width: 480px) {
  .module_lines-business .module_container--inner {
      margin-left: -20px;
      margin-right: -20px;
  }
}
.module_timeline-carousel h2 {
  margin-bottom: 20px;
}
.module_timeline-carousel .module-timeline--years::before {
  background: #da291c none repeat scroll 0 0;
  border-radius: 10px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 100%;
}
.module_timeline-carousel .timeline-year {
  font-weight: 700;
  height: 90px;
  padding-top: 60px;
  position: relative;
  cursor: pointer;
}
.module_timeline-carousel .timeline-year.js--active:before {
  color: #fff;
  content: "\e90f";
  font-family: "q4-icons";
  font-size: 24px;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  top: 10px;
  z-index: 999;
}
.module_timeline-carousel .timeline-year.js--active:after {
  background: #da291c;
}
.module_timeline-carousel {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  .module_timeline-carousel {
    padding-left: 20px;
    padding-right: 20px;
    /*padding-left: 0;
    padding-right: 0;*/
  }
}
.module_timeline-carousel .module-timeline--content {
  /*padding-bottom: 80px;*/
}
.module_timeline-carousel .slick-arrow {
  top: -26px;
}
@media (max-width: 768px) {
  .module_timeline-carousel .slick-next {
      /*right: -60px;*/
      /*right: 0;
      bottom: -60px;
      top: inherit;*/
  }
  .module_timeline-carousel .slick-prev {
      /*left: -60px;*/
      /*left: 0;
      bottom: -60px;
      top: inherit;*/
  }
}

/*.module_timeline-carousel .timeline-box::after {
  bottom: -22px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: 999;
  border-right: 15px solid #f1f1f1;
  border-bottom: 11px solid transparent;
  border-left: 15px solid transparent;
  border-top: 11px solid #f1f1f1;
}*/
/*.module_timeline-carousel .timeline-box:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid #f1f1f1;
    top: -22px;
    right: 0;
    border-bottom: 11px solid #f1f1f1;
    border-top: 11px solid transparent;
}*/
.timeline-photos_image + .timeline-photos_image {
  display:none
}
.module_timeline-carousel .timeline-year::after {
  background: #a51f1e;
  border-radius: 50px;
  content: "";
  display: block;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  position: absolute;
  top: 0;
  width: 42px;
}
.module_timeline-carousel .timeline-box .timeline-box-inner {
  position: relative;
  z-index: 9999;
}
.module_timeline-carousel .slick-arrow:after {
  color: #5E514D;
  font-size: 80px;
}
.module_timeline-carousel .module-timeline--years .slick-list {
  position: relative;
  top: -47px;
}
@media (max-width: 767px) {
  .timeline-photos_image {
      text-align: center;
  }
  .timeline-photos_image a {
    display: inline-block;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: red;
  z-index: 500;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  border: none;
  padding: 0;
  z-index: 50;
}
.slick-arrow:after {
  font-family: 'q4-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: #da291c;
}
.slick-prev {
  left: 0;
}
.slick-prev:after {
  content: "\e91c";
  font-size: 80px;
}
.slick-next {
  right: 0;
}
.slick-next:after {
    content: "\e91d";
    font-size: 80px;
}
.slick-dots {
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  padding: 5px;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  opacity: 0.5;
  border: 1px solid #979797;
  background-color: #fff;
  cursor: pointer;
  font-size: 0;
  line-height: 10px;
}
.slick-dots .slick-active button {
  opacity: 1;
  background-color: #d8d8d8;
}
.slick-dots button:focus {
  opacity: 0.8;
}
.module-person-accordion .js--active .module-person_summary h3 {
    color: #5e514d;
    font-size: 18px;
    font-weight: 700;
}
.gouvernance-content {
  margin-top: 30px;
}
.module_timeline-carousel .module-timeline--content .slick-list {
  /*padding-top: 35px;*/
}
.module_timeline-carousel .module-timeline {
  margin-top: 60px;
}
.PageCorporateGovernance .module-person-accordion .module_item:first-child {
  border-top: 1px solid #e5e5e5;
}


/* FIXED HEADER */
.pane--header {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  left: 0;
  padding-top: 7px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fixed-position .pane--header {
  box-shadow: 1px 1px 11px -7px #ccc;
}
.layout {
  padding-top: 101px;
}
@media (max-width: 1024px) {
  .pane--header {
    position: relative;
  }
  .layout {
    padding-top: 0;
  }
}
.module-search,
.pane--header .module-logo,
.module-logo img,
.layout_toggle {
  transition: all 0.3s ease-in-out;
}
.fixed-position .LanguageSwitch,
.fixed-position  .LanguageSwitches,
.fixed-position  .module-avianca_link,
.fixed-position .module-search {
  opacity: 0;
  visibility: hidden;
}
.fixed-position .module-logo img {
  margin-bottom: -7px;
  margin-top: -8px;
  width: 120px;
}
.fixed-position .pane--header .module-logo {
  padding-top: 8px;
  padding-bottom: 8px;
}
.fixed-position .nav--main {
  padding-top: 10px;
}
.fixed-position .layout_toggle {
  margin-top: 10px;
}
.module-stock-historical .module-stock_lookup-title {
  display: none;
}
.stock-change i {
  font-size: 25px;
  position: relative;
  top: 13px;
}
i.StockPriceDown:before {
    content: "\e90d";
    font-family: 'q4-icons';
}
i.StockPriceUp:before {
    content: "\e90c";
    font-family: 'q4-icons';
}

/* new navigation  functionality */
@media (min-width: 1025px) {
  .js--secNavfixed .pane--navigation .pane_inner {
      position: fixed;
      top: 63px;
      width: 100%;
      left: 0;
      z-index: 100;
      max-width: none;
  }
  .js--secNavfixed .nav--secondary {
      max-width: 1180px;
      margin: 0 auto;
  }
  .js--secNavfixed .layout_content {
      /*padding-top: 90px;*/
  }
}

/*   pager   */
.module_pager {
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}
.module-search-result .module_pager strong {
    display: none;
}
.pager-page {
    color: #5e514d;
    cursor: pointer;
    display: inline-block;
    padding: 20px;
    font-weight: bold;
}
.pager-page.pager-active {
    color: #da291c;
    cursor: auto;
}
.pager-next, .pager-prev {
    color: #da291c;
    cursor: pointer;
    font-weight: 700;
}
.pager-disabled {
    cursor: auto;
    opacity: 0.5;
}
.module-pager-message {
    font-weight: bold;
    padding-bottom: 20px;
    text-align: right;
}

/* operational figures/annual reports module  */
.module-operational-figures .module_item, .module-financial-20f .module_item {
    text-align: center;
}
.module-operational-figures .module-downloads_title-link::before, .module-financial-20f .module_link i::before {
    display: block;
    font-size: 80px;
    margin-bottom: 30px;
}
.module-operational-figures .module_item ~ .module_item, .module-financial-20f .module_item ~ .module_item {
    border: medium none;
}
.module-operational-figures .module-downloads_title, .module-financial-20f .module_links {
    padding-left: 30px;
    padding-right: 30px;
}
.module-operational-figures .module-downloads_title-link {
    padding: 0;
}
.module-operational-figures .module-downloads_title-link > span, .module-financial-20f .module_link-text {
    color: #5e514d;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.module-operational-figures .module-downloads_title-link::before {
    content: "\e929";
}
.module-operational-figures.change-pdf-icon .module-downloads_title-link::before {
    content: "\e924";
}
.module-financial-20f {
    padding: 70px 120px;
}
.module-financial-20f {
    background-image: url("../design/annual-reports-background.jpg");
    background-position: center center;
    background-size: cover;
}
.module-financial-20f h2, .module-bonds-documents h2 {
    color: #fff;
}

.module-bonds-documents {
    background-image: url('../design/stock-documents-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.module-bonds-documents .module_container--outer {
    position: relative;
    z-index: 10;
}
.module-bonds-documents::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 100%;
    height: 100%;
}
.slick-arrow::after {
    font-size: 80px;
}
.slick-prev {
    left: -100px;
}
.slick-next {
    right: -100px;
}
.slick-arrow.slick-disabled::after {
    color: #aea8a6;
}
.module-financial-20f .slick-arrow::after, .module-bonds-documents .slick-arrow::after{
    color: #fff;
}
.module-financial-20f .slick-arrow.slick-disabled::after, .module-bonds-documents .slick-arrow.slick-disabled::after {
    opacity: 0.6;
}
.module-financial-20f .module_link, .module-bonds-documents .module_link {
    color: #fff;
    margin: 0;
}
.module-financial-20f .module_link .module_link-text, .module-bonds-documents .module_link .module_link-text, .module-bonds-documents .module_link span {
    color: #fff;
}
.slick-arrow.slick-disabled {
    cursor: auto;
}
.module-event--presentation .slick-prev.slick-arrow {
    left: -60px;
}
.module-event--presentation .slick-next.slick-arrow {
  right: -60px;
}
@media (max-width: 1024px) {
  .slick-prev {
      left: -40px;
  }
  .slick-next {
      right: -40px;
  }
  .module-financial-20f {
      padding: 20px 0;
    }
  .module_timeline-carousel .slick-prev {
      left: -80px;
  }
  .module_timeline-carousel .slick-next {
      right: -80px;
  }
}
@media (max-width: 768px) {
  .module_timeline-carousel .slick-prev {
      left: -60px;
  }
  .module_timeline-carousel .slick-next {
      right: -60px;
  }
}
@media (max-width: 600px) {
  .slick-prev {
      left: -20px;
  }
  .module_timeline-carousel .slick-prev {
    left: -40px;
  }
  .slick-next {
      right: -20px;
  }
  .module_timeline-carousel .slick-next {
    right: -40px;
  }
}
@media (max-width: 550px) {
  .module-event--presentation .slick-prev.slick-arrow {
      left: -50px;
  }
  .module-event--presentation .slick-next.slick-arrow {
    right: -50px;
  }
}
@media (max-width: 480px) {
  .module-reports .slick-prev {
      left: -50px;
  }
  .module-reports .slick-next {
      right: -50px;
  }
  .module-event--presentation .slick-prev.slick-arrow {
      left: -30px;
  }
  .module-event--presentation .slick-next.slick-arrow {
    right: -30px;
  }
}

/*   stock quote tab nav */
.module-tab-navigation ul li {
    border-bottom: 3px solid #da291c;
    color: #5e514d;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}
.module-tab-navigation ul li::before {
    display: none;
}
.module-tab-navigation ul li.js--active {
    background-color: #da291c;
    color: #fff;
    cursor: auto;
}
@media (max-width: 460px) {
  .module-tab-navigation ul li {
      font-size: 16px;
      padding: 10px;
  }
}
@media (max-width: 710px) {
  #wl-quote {
      height: 670px !important; 
  }
}
@media (max-width: 660px) {
  #wl_histLookup {
      height: 470px !important;
  }
}

.module-back-to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
    cursor: pointer;
    display: none;
    background-color: rgba(245,245,245,0.5);
    padding: 5px;
}
.module-back-to-top.js--active {
  display: block;
}
.module-back-to-top-text {
    display: block;
}
/**/
.pane--content .module-downloads-shareholders {
    padding-bottom: 0;
}
.pane--content .module-downloads-shareholders .module_container--outer {
    padding-left: 0;
    padding-right: 0;
}
.module-latest-meeting > div {
    background-color: rgba(255,255,255, 0.8);
    padding: 40px;
}
@media (max-width: 768px) {
  .module-downloads-shareholders .module_container-download--widget {
      padding-left: 0;
      padding-right: 0;
  }
  .module-latest-meeting {
      padding: 30px 20px !important;
  }
}

/*    media   center   page  */
.module-image .module-item .module-thumbnail-container {
    display: none;
}
.module-image .module-downloads_title-link::before {
  display: none;
}
.module-image .module-image-item {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 15px 20px 15px 20px;
}
.module-image .module-image-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.module-image .module-image-trigger {
    cursor: pointer;
}
.module-image .module-image-trigger:after {
    content: "\edc2";
    font-family: 'q4-icons';
    float: right;
    color: #da291c;
}
.module-image .module-item {
    margin-top: 20px;
    padding-right: 20px;
}
.module-image .module_item-wrap {
    cursor: pointer;
}
.module.module-fancy-image {
    max-width: 90%;
}
.module-image .module_item-wrap .module-icon {
    text-align: center;
}
/*   video iframes   */
.module-video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.module-video-iframe {
    position: relative;
    padding-bottom: 42.6%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.three-quarter-iframe {
  width: 70%;
  margin: 20px auto 20px;
}
.module-image-header h3 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
@media (max-width: 768px) {
  .three-quarter-iframe {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .module-image-header h3 img {
      display: block;
      margin-right: 0;
      margin-bottom: 15px;
  }
}

/*    logos   */
.module-thumbnail-container {
    height: 250px;
    text-align: center;
    background-color: #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
}
.module-logos img {
  max-height: 200px;
  max-width: 320px;
}
.module-logos .disp-table {
    height: 100%;
    width: 100%;
}
.module-logos .disp-cell {
    vertical-align: middle;
    text-align: center;
}
.module-logos .module-item-inner {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
@media (max-width: 1180px) {
    .module-logos img {
      max-height: 200px;
      max-width: 100%;
    }
}
@media (max-width: 768px) {
  .module-logos .disp-table {
    display: table;
  }
  .module-logos .disp-cell {
    display: table-cell;
  }
}
@media (max-width: 480px) {
  .module-thumbnail-container {
      height: auto;
      padding-top: 10px;
      padding-bottom: 5px;
  }
}

/* annual report financial*/
.module-financial-annual .module_link-text {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}
.module-financial-annual .module_item ~ .module_item {
    border-top: none;
}
.module-financial-annual .module_item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.module-reports .module_container--outer {
    padding-left: 100px;
    padding-right: 100px;
}
.module-reports .slick-slide img {
    margin: 0 auto;
}
.module-reports .module_link {
    margin: 0;
}
@media (max-width: 1024px) {
  .module-reports .module_container--outer {
      padding-left: 50px;
      padding-right: 50px;
  }
}

/*  awards   */
.module-col-inner {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.module-col-inner div {
    height: 200px;
    padding-bottom: 10px;
}
.module-col-inner div.disp-table {
    width: 100%;
}
.module-col-inner div .disp-cell {
    vertical-align: middle;
    text-align: center;
}
.module-col-inner img {
    /*max-height: 100%;*/
    margin: 0 auto;
    display: block;
    width: 190px;
}
.module-col {
    margin-top: 20px;
}
@media (max-width: 1180px) {
  .module-col-inner img {
      max-height: 100%;
      width: auto;
  }
}
@media (max-width: 768px) {
  .module-col-inner div.disp-table {
    display: table;
  }
  .module-col-inner div .disp-cell {
    display: table-cell;
  }
}
@media (max-width: 480px) {
  .module-col-inner div.disp-table {
      height: auto;
      display: block;
  }
  .module-col-inner div .disp-cell {
      height: auto;
      display: inline-block;
  }
}
/*    sec download list   */
.module-mimic-sec .module_header {
    display: block;
    background-color: #da291c;
}
.module-mimic-sec .module_header-text {
    padding: 15px 8px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.module-mimic-sec .module_item {
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 0;
}
.module-mimic-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 15px 8px;
}
.module-mimic-sec .module_item ~ .module_item {
    border-top: none;
}
@media (max-width: 768px) {
  .module-mimic-sec .module_header {
      display: none;
  }
  .module-mimic-sec .module_container--content {
      border-top: 2px solid #da291c;
  }
  .module-mimic-sec .module_item .grid_col {
      padding: 0 5px;
  }
}

/*  module stock documments  */
.module-stock-documents .module_container-download--widget > div {
    display: table;
    width: 100%;
}
.module-stock-documents {
  background-image: url('../design/stock-documents-new-background.jpg');
}
.module-stock-documents .module_link.module-downloads_title-link {
    color: #5e514d;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 50px;
    position: relative;
    text-transform: unset;
    z-index: 99;
}
.module-stock-documents .module_link.module-downloads_title-link::before {
    color: #da2b1e;
    font-size: 28px;
    left: 0;
    position: absolute;
    top: -5px;
}
.module-stock-documents .module-item {
    padding: 15px 30px;
}
.module-stock-documents .grid_col--1-of-2.disp-cell {
    padding-top: 20px;
    padding-bottom: 20px;
}
.module.module-stock-documents h3 {
    color: #5e514d !important;
    position: relative;
    z-index: 99;
    text-align: center;
}

/*    sustainability    */
.module-image-header-trigger div {
    vertical-align: middle;
}
.module-image-header-trigger::after {
    color: #da291c;
    content: "\edc2";
    font-family: "q4-icons";
    position: absolute;
    right: 20px;
    top: 35px;
    font-size: 18px;
    font-weight: 700;
}
.module-image-header-trigger {
    position: relative;
    padding-right: 60px;
    cursor: pointer;
}
h3.module-image-header-quote {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
}
.js--active .module-image-header-trigger::after {
  content: "\edba";
}
.module-image-header-item {
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.module-image-header-item:first-child {
    border-top: 1px solid #e5e5e5;
}
.module-image-header-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.module-image-header-trigger div:first-child {
    padding-right: 10px;
}

.highcharts-legend-item:nth-child(2) path {
    stroke: #000;
}
.footer-media-links i{
display:inline-block;
padding-right:3px;
}
.q4-icon-facebook:before{
 color: #fff;
    content: "\eeef";
    font-family: "q4-icons";
    font-size: 24px;

}
.q4-icon-twitter:before{
 color: #fff;
    content: "\eef5";
    font-family: "q4-icons";
    font-size: 24px;

}
.q4-icon-instagram:before{
 color: #fff;
    content: "\e946";
    font-family: "q4-icons";
    font-size: 24px;

}
.q4-icon-youtube:before{
 color: #fff;
    content: "\eefc";
    font-family: "q4-icons";
    font-size: 24px;

}
.Languagees-ES .nav--main li a {
    padding: 10px 5px;
}

.latest-financial .module_title {
    text-transform: uppercase;
    text-align: center;
    color: #da291c;
    /* font-size: 24px; */
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 700;
}