@charset "utf-8";

/* Accordion
============================================= */

*[data-ui-widget="Accordion"] *[data-ui-action="Accordion"] {
  border-bottom: 1px solid #c8c7c6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  *[data-ui-widget="Accordion"] *[data-ui-action="Accordion"]:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  *[data-ui-widget="Accordion"] *[data-ui-action="Accordion"] {
    border-bottom: 1px solid #c8c7c6;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

*[data-ui-widget="Accordion"] *[data-ui-action="Accordion"]::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.ej--ui-Accordion h3 {
  position: relative;
  color: #5b5854;
}

@media screen and (max-width: 979px) {
  .ej--ui-Accordion h3:first-of-type {
    margin-top: 0;
  }
}

.ej--ui-Accordion h3:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 2px;
  padding-right: 15px;
  height: 15px;
}

.ej--ui-Accordion .ej-slideshow h3:after {
  content: "";
  background: none !important;
}

@media screen and (max-width: 979px) and (min-width: 768px) {
  *[data-ui-element="AccordionSlide"] {
    display: none;
  }

  .ej--ui-Accordion h3 {
    cursor: pointer;
  }

  .ej--ui-Accordion .open h3:after {
    background: url(arrow-up-orange-curved.png) no-repeat;
  }

  .ej--ui-Accordion h3:after {
    background: url(arrow-down-orange-curved.png) no-repeat;
  }
}

@media screen and (max-width: 767px) {
  *[data-ui-element="AccordionSlide"] {
    display: none;
  }

  .ej--ui-Accordion h3 {
    cursor: pointer;
    font-size: 20px;
    width: 95%;
  }

  .ej--ui-Accordion .open h3:after {
    background: url(arrow-up-orange-curved.png) no-repeat;
    right: -15px;
  }

  .ej--ui-Accordion h3:after {
    background: url(arrow-down-orange-curved.png) no-repeat;
    right: -15px;
  }

  .ej--ui-Accordion p {
  }
}

/* Video Player
============================================= */

a.video {
  background: url(btn-video-play.png) no-repeat;
  position: absolute;
  width: 27px;
  height: 23px;
  top: 4px;
  right: 4px;
  z-index: 9989;
}

.play-video-button {
  background: url(btn-video-play.png) no-repeat;
  background-size: 60px 60px;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  z-index: 9989;
}

.play-video-button-large {
  background: url(btn-video-play.png) no-repeat;
  background-size: 100px 100px;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  z-index: 9989;
}

.play-video-button-large:hover,
.play-video-button:hover,
.play-video-button-large:focus,
.play-video-button:focus {
  opacity: 1;
}

.play-video-full {
  height: 100%;
  width: 100%;
  background-position: center center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.video-player-wrapper {
  padding-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: white;
}

@media (max-width: 767px) {
  .video-player-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  a.video {
    top: 8px;
    right: 12px;
  }
}

/* Sharing
============================================= */

.comp-share {
  padding: 10px 10px 10px 20px;
  border: 1px solid #dfdfde;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .comp-share {
    padding-left: 10px;
  }
}

.comp-share ul {
  list-style: none;
  margin: 0px;
}

.comp-share ul:last-child {
  border-right: none;
}

.comp-share ul li {
  float: left;
  color: #73716d;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #dfdfde;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .comp-share ul li {
    padding-right: 9px;
    margin-right: 9px;
  }
}

.comp-share ul li.header {
  text-transform: uppercase;
  font-weight: bold;
}

.comp-share ul li a img {
  width: 24px;
}

/* Graphs Component
============================================= */

.comp-graphs {
  margin-top: 20px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .comp-graphs {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .comp-graphs .tabs {
    display: block;
  }
}

.comp-graphs .tabs .tab {
  width: 33.2%;
}

@media screen and (max-width: 767px) {
  .comp-graphs .tabs .tab {
    float: left;
    width: 33.1%;
    height: 55px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .comp-graphs .tabs .tab.active {
    border-top: 7px solid #fbc81b;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .comp-graphs .tabs .tab a {
    font-size: 18px;
    padding-right: 0px;
    background-image: none;
    padding-top: 6%;
  }
}

.comp-graphs .wrapper {
  border: 4px solid #fbc81b;
  padding: 10px;
}

.comp-graphs .wrapper .inner-wrap {
  display: none;
}

.comp-graphs .wrapper .inner-wrap.active {
  display: block;
}

.comp-graphs .wrapper .inner-wrap.active .tooltip {
  position: relative;
  right: 0;
  top: 0;
  z-index: 9999;
}

.comp-graphs .wrapper .inner-wrap.active .tooltip a.tool-tip {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  /*background: url(tool-tip.png) no-repeat;*/
  cursor: pointer;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .comp-graphs .wrapper .inner-wrap.active .tooltip a.tool-tip {
    display: none;
  }
}

.comp-graphs .wrapper .inner-wrap.active .tooltip .wrapper-tool-tip {
  display: none;
  position: absolute;
  background-color: #fbe7a4;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  left: -5px;
  top: -5px;
  width: 300px;
  z-index: 9998;
  padding: 25px 20px 0px;
}

@media screen and (max-width: 767px) {
  .comp-graphs .wrapper .inner-wrap.active .tooltip .wrapper-tool-tip {
    display: none;
  }
}

.comp-graphs .wrapper .inner-wrap.active .tooltip .wrapper-tool-tip h4 {
  text-align: left;
  margin: 0;
}

.comp-graphs .wrapper .inner-wrap.active .tooltip .wrapper-tool-tip p {
  font-size: 12px;
  line-height: 16px;
}

.comp-graphs .wrapper .inner-wrap.active .tooltip a:hover + .wrapper-tool-tip,
.comp-graphs .wrapper .inner-wrap.active .tooltip a:focus + .wrapper-tool-tip {
  display: block;
}

.comp-graphs .wrapper .inner-wrap.active .pull-left {
  width: 34%;
}

@media screen and (max-width: 767px) {
  .comp-graphs .wrapper .inner-wrap.active .pull-left {
    width: 100%;
  }
}

.comp-graphs .wrapper .inner-wrap.active .pull-left h4 {
  text-align: left;
}

.comp-graphs .wrapper .inner-wrap.active .pull-right {
  width: 62%;
}

@media screen and (max-width: 767px) {
  .comp-graphs .wrapper .inner-wrap.active .pull-right {
    width: 100%;
  }
}

.comp-graphs .wrapper .inner-wrap.active img.fixed {
  width: 100%;
}

.comp-graphs .wrapper .inner-wrap.market .pull-left {
  width: 100%;
}

.comp-graphs .wrapper .inner-wrap.market .pull-left img {
  float: left;
  width: 32%;
}

@media screen and (min-width: 1200px) {
  .comp-graphs .wrapper .inner-wrap.market .pull-left img {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .comp-graphs .wrapper .inner-wrap.market .pull-left img {
    width: 100%;
  }
}

/* Carousel Component
============================================= */

.ej-slideshow,
.ej-slideshow * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ej-slideshow {
  margin: 1.25em 0;
  padding-bottom: 14px;
  position: relative;
}

/* Nav
--------------------------------------------- */

.ej-slideshow .owl-nav div {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 78px 90px;
  cursor: pointer;
  height: 90px;
  margin-top: -45px;
  overflow: hidden;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  text-indent: -9999pt;
  width: 39px;
}

.ej-slideshow .owl-nav .owl-prev {
  background-image: url(owl-nav.png);
  left: -30px;
}

.ej-slideshow .owl-nav .owl-next {
  background-image: url(owl-nav.png);
  background-position: -39px 0;
  right: -30px;
}

/* Dots
--------------------------------------------- */

.ej-slideshow .owl-dots {
  background: #f3f3f3;
  border-top: 1px solid #ddd9d8;
  margin-top: 1em;
  padding: 10px 0;
  text-align: center;
}

.ej-slideshow .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 6px;
}

.ej-slideshow .owl-dots .owl-dot span {
  background: #adaba9;
  border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}

.ej-slideshow .owl-dots .owl-dot.active span {
  background: #fcc81c;
}

/* Carousel / Inner Content
--------------------------------------------- */

.ej-slideshow .item {
  padding: 0 20px;
}

.ej-slideshow img {
  float: left;
  margin-bottom: 1.25em;
}

@media screen and (min-width: 980px) {
  .ej-slideshow img {
    width: auto !important;
    margin-right: 1.25em;
  }
}

.ej-slideshow h3 {
  margin-top: 0 !important;
  color: #73716d;
}

.ej-slideshow h3:after {
  margin-top: 0 !important;
  color: #73716d;
}
