/* INVESTORS */
.investor-message {
  padding: 30px 0;
}
.investor-message .wrapper {
  text-align: center;
}
.investor-message h1 {
  font-size: 3rem !important;
  margin: 30px 0 50px 0 !important;
  line-height: 3.4rem;
}
.investor-message h2 {
  font-size: 2.2rem !important;
}

.investor-info .stock-quote {
  width: 50%;
  display: flex;
  flex-direction: column;
  float: left;
}
.investor-info h1 {
  font-size: 3.4rem !important;
}
.investor-info .wrapper > .full h1 {
  margin-bottom: 0px !important;
}
.investor-info .stock-quote .box-shadow {
  padding: 40px;
}
.investor-info .stock-quote .full > .half:first-child {
  border-right: 1px solid lightgrey;
}
.investor-info .stock-quote .full > .half .stock-block {
  display: flex;
  padding: 15px 0;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid lightgrey;
}
.investor-info .stock-quote .full > .half p.light_grey {
  color: #949494 !important;
}
.investor-info .stock-quote .full > .half p {
  font-size: 1.6rem !important;
  display: inline-block;
}
.investor-info .stock-quote .full > .half:nth-child(1) p.stock-number {
  padding-right: 20px !important;
}
.investor-info .stock-quote .full > .half:nth-child(2) p.stock-category {
  padding-left: 20px !important;
}
.investor-info .stock-quote .full > .half .stock-block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.investor-info .investor-presentation {
  width: 45%;
  float: right;
  padding: 0 30px;
  margin-top: -260px;
}
.investor-info .investor-presentation .download-pres {
  display: inline-block;
  padding: 12px 20px;
  font-size: 1rem !important;
}

.investor-info .investor-presentation .about-btn {
  font-size: 1rem !important;
  width: 420px;
}
.investor-info .investor-presentation .about-btn a {
  display: block;
  align-items: center;
  text-decoration: none;
  text-align: left;
  margin-top: 30px !important;
}
.investor-info .investor-presentation .about-btn a img {
  width: 26px;
  margin: 0;
  margin-right: 8px;
}
.investor-info .investor-presentation .about-btn a span {
  color: #0d4c92;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  font-size: 18px !important;
  text-align: left;
}
.investor-info .investor-presentation .about-btn a:hover span {
  border-color: #0d4c92;
}

.investor-info .wrapper > .full:nth-child(2) {
  margin: 80px 0;
}
.investor-info .wrapper iframe {
  width: 100%;
  /* height: 450px; */
}
.investor-info .wrapper > .full:nth-child(3) > div:first-of-type {
  width: 50%;
  float: left;
  margin-top: 20px;
}
.investor-capital > h1 {
  margin-bottom: 40px !important;
}
.investor-capital > .full {
  border: 1px solid lightgrey;
  display: flex;
  flex-wrap: wrap;
}
.investor-capital .block {
  text-align: center;
  padding: 20px;
}
.investor-capital .block h1 {
  border-bottom: 1px solid lightgrey;
  width: 100px;
  margin: 0 auto 10px auto !important;
}
.investor-capital p.light_grey {
  color: #949494 !important;
}
.investor-capital p {
  font-size: 1.4rem !important;
}
.investor-capital .fifth {
  border-right: 1px solid lightgrey;
}
.investor-capital .fifth:last-child {
  border-right: 0;
}
.investor-capital > p {
  display: inline-block;
  margin-right: 50px !important;
  margin-top: 25px !important;
}
.investor-capital > p:last-child {
  margin-right: 0 !important;
}

.investor-release {
  padding-bottom: 0 !important;
  padding-top: 60px !important;
}
.investor-release h1 {
  font-size: 3.4rem !important;
  margin-bottom: 60px !important;
  text-align: center !important;
}
.release {
  background-color: white;
  margin-bottom: 30px !important;
}
.release-title {
  cursor: pointer;
}
.release-title,
.release-block {
  padding: 20px 0;
}
.release-title p,
.release-block-title p {
  display: inline-block;
}
.release-block-title p:nth-of-type(2) {
  float: right;
}
.release-title .toggle-release {
  font-size: 0.9rem !important;
  display: flex;
  align-items: center;
  float: right;
}
.release-title .toggle-release .fa {
  margin-right: 10px;
  font-size: 1.8rem;
}
.release-dropdown {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  max-height: 0;
  overflow: hidden;
  width: 100%;
}
.release-dropdown.openRelease {
  max-height: 3000px;
}
.release-title p:first-of-type,
.release-dropdown > .release-block:first-child .release-block-title p {
  font-size: 1.4rem !important;
}
.release .release-dropdown > .release-block:nth-child(even) {
  background-color: #f2f2f2;
}
.release .release-dropdown > .release-block:nth-child(odd) {
  background-color: white;
}
.release-block-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.release-block-info {
  max-height: 0;
  overflow: hidden;
}

.release-block-info .block-desc {
  width: 70%;
  font-size: 0.9rem !important;
  line-height: 1.2rem !important;
  display: inline-block;
}
.release-block-info .block-more-info {
  width: 30%;
  float: right;
  text-align: right;
  padding-left: 50px;
}
.release-block-info .block-more-info .more-info-size {
  font-size: 1.4rem !important;
}
.release-block-info .block-more-info a p {
  display: inline-block;
  width: 45%;
  float: left;
  padding: 5px 10px;
  margin-top: 20px !important;
  font-size: 1rem !important;
  border: 1px solid white;
  text-align: center;
}
.release-block-title p:nth-of-type(1) {
  width: 80%;
  text-align: left;
}
.release-block-info .block-more-info > a:nth-of-type(2) p {
  float: right;
}
.release .release-dropdown > .release-block:first-child .release-block-title {
  padding-bottom: 0px;
}
.release .release-dropdown > .release-block:first-child .release-block-title p {
  width: auto !important;
}
.release-view-all {
  display: inline-block;
  float: right;
  margin: 25px 5% 25px 0 !important;
  padding: 15px;
  width: 22%;
  min-width: 270px;
  max-width: 300px;
  text-align: center;
  font-size: 1.4rem !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 0px 5px rgb(103, 103, 103);
}

.release-block.openReleaseBlock {
  background-color: #66bc6a !important;
}
.release-block.openReleaseBlock .release-block-title {
  padding-bottom: 20px;
}
.release-block.openReleaseBlock .release-block-title p {
  color: white !important;
}
.release-block.openReleaseBlock .release-block-title > p:first-of-type {
  font-family: OpenSans, sans-serif !important;
}
.release-block.openReleaseBlock .release-block-info {
  max-height: 3000px;
}

.investor-resources > .wrapper:first-child {
  padding: 80px 0;
  text-align: center;
}
.investor-resources h1 {
  font-size: 3.4rem !important;
}
.resources-container {
  padding: 80px 0;
}
.investor-kit {
  display: inline-block;
  width: 40%;
  display: none;
}
.investor-reports {
  width: 100%;
  display: inline-block;
  float: right;
  margin-bottom: 80px;
}
.investor-reports,
.investor-kit {
  padding: 30px;
}
.investor-reports h2,
.investor-kit h2 {
  font-size: 2.2rem !important;
  margin-bottom: 50px !important;
}
.investor-doc {
  padding: 10px;
  padding-left: 25px;
  border: 1px solid gainsboro;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.investor-doc .doc-title {
  display: inline-block;
  width: 45%;
  font-size: 0.9rem !important;
  line-height: 1.2rem !important;
}
.investor-doc .doc-download {
  width: 50%;
  border: 1px solid #66bc6a;
}
.investor-doc .doc-download-top {
  text-align: center;
  position: relative;
  padding: 5px 0;
}
.investor-doc .doc-download-top img {
  position: absolute;
  left: 10px;
  margin: 0;
}
.investor-doc .doc-download-bottom {
  text-align: center;
}
.investor-doc .doc-download-bottom small {
  color: #66bc6a !important;
}
.investor-report-container .investor-report-tabs {
  width: 15%;
  display: inline-block;
}
.investor-report-container .investor-report-docs {
  width: 80%;
  display: inline-block;
  float: right;
}
.investor-report-container .investor-tab {
  border: 1px solid #e7e7e7;
  padding: 10px;
  text-align: center;
  font-size: 1.6rem !important;
  width: 100%;
  margin-bottom: 20px !important;
  cursor: pointer;
}
.investor-report-container .investor-tab:hover,
.investor-report-container .investor-tab.activeTab {
  background-color: #114b90;
  color: white !important;
}
.investor-report-container .investor-report-docs > div {
  display: none;
}
.investor-report-container .investor-report-docs > div.activeReports {
  display: block;
}

@media (min-width: 901px) {
  .investor-info .investor-presentation {
    border-left: 1px solid #dedede;
    height: 750px;
  }
}

@media (max-width: 900px) {
  .investor-info .stock-quote,
  .investor-info .investor-presentation {
    width: 100%;
  }
  .investor-info .investor-presentation {
    margin-top: 50px;
  }
  .investor-info .stock-quote h1 {
    text-align: center;
  }
  .investor-info .stock-quote .box-shadow .column.full .column.half {
    width: 50% !important;
    display: inline-block;
    float: left;
  }
  .investor-capital .fifth {
    width: 50% !important;
  }
  .investor-capital .fifth:last-child {
    border-right: 1px solid lightgrey;
  }
  .investor-capital .fifth:nth-child(2),
  .investor-capital .fifth:nth-child(4) {
    border-right: 0;
  }
  .investor-reports {
    width: 100%;
    display: block;
  }
  .release-block-info .block-desc {
    width: 100%;
    display: block;
  }
  .release-block-info .block-more-info {
    width: 100%;
    float: none;
    text-align: left;
    padding-left: 0;
    margin-top: 20px;
  }
  .investor-info .wrapper > .full:nth-child(3) > div:first-of-type {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .investor-info .investor-presentation {
    margin-bottom: 80px;
  }
  .release-title p:first-of-type,
  .release-dropdown > .release-block:first-child .release-block-title p {
    font-size: 1.2rem !important;
  }
  .release-block-title p {
    font-size: 0.9rem !important;
    line-height: 1.2rem !important;
  }
  .investor-message h1 {
    font-size: 2.4rem !important;
    line-height: 2.8rem;
    text-align: center !important;
  }
  .investor-message h2 {
    font-size: 2rem !important;
    text-align: center !important;
  }
  .release-view-all {
    width: 90%;
    max-width: none;
  }
}
@media (max-width: 540px) {
  .investor-info .stock-quote .full > .half p {
    font-size: 1.2rem !important;
  }
  .investor-info .investor-presentation {
    text-align: center !important;
  }
  .investor-report-container .investor-report-tabs,
  .investor-report-container .investor-report-docs {
    width: 100%;
    display: block;
  }
  .release-title p:first-of-type {
    font-size: 1rem !important;
  }
  .release-title .toggle-release {
    font-size: 0.8rem !important;
  }
  .release-title .toggle-release .fa {
    font-size: 1.4rem;
  }
}
@media (max-width: 420px) {
  .investor-info .stock-quote .full > .half p {
    font-size: 1.1rem !important;
  }
  .investor-info .stock-quote .full > .half:nth-child(2) p.stock-category {
    padding-left: 10px !important;
  }
  .investor-info .stock-quote .full > .half:nth-child(1) p.stock-number {
    padding-right: 10px !important;
  }
}

.disclaimer {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 15px;
}

#research-analysts-reports-lists {
  padding: 1.5em 0;
}

#research-analysts-reports-lists h2,
#research-analysts-reports-lists h3 {
  margin: 1em 0 !important;
}

#research-analysts-reports-lists p {
  margin-bottom: 1em !important;
}

/* Popup */

.ctct-popup-content div.ctct-form-defaults p.ctct-gdpr-text {
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin-bottom: 1em !important;
}

.ctct-popup-content div.ctct-form-defaults p.ctct-form-text {
  line-height: 1.5 !important;
  margin-bottom: 24px !important;
}
