@charset "UTF-8";

* {
  font-family: "Roboto", serif;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
}
.docSize {
  width:  408px; /*376px;*/
  height: 448px; /*400px;*/
}


div#wrapper header {
  margin-bottom: 20px;
}
div#wrapper header h1 {
  text-align: left;
  text-transform: uppercase;
  margin: 0 5px;
}
div#wrapper header h1 a {
  font-size: 18px;
  white-space: nowrap;
}
div#wrapper footer {
  height: 19px;
}
div#wrapper footer div {
  white-space: nowrap;
  display: table-cell;
  width: 200px;
}
div#wrapper footer div span {
  position:relative;
  display: inline-block;
  margin-right: 0.2em;
  height: 20px;
}
div#wrapper footer div:nth-child(1) {
  padding-left: 5px;
  text-align: left;
}
div#wrapper footer div:nth-child(1) span {
  font-size: 15px !important;
  top: 0;
}
div#wrapper footer div:nth-child(2) {
  padding-right: 5px;
  text-align: right;
}
div#wrapper footer div:nth-child(2) span {
  font-size: 14px !important;
  top: -3px;
}
div#wrapper footer div.uscb-sub-heading-3-condensed {
  font-size: 10px !important;
}

div#items {
  display: flex;
  flex-direction: column;
}

div#share {
  width: calc((100%) - (10px));
  left: 0;
  bottom: 15px;
  padding: 0 5px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}
div#share span.rss,
div#share span.embed,
div#share span.link {
  vertical-align: middle;
  display: inline-block;
  text-align: right;
}
div#share span.rss a,
div#share span.embed a,
div#share span.link a {
  display: inline-block;
}
div#share span.rss,
div#share span.rss a,
div#share span.embed,
div#share span.embed a {
  height: 15px;
}
div#share span.rss,
div#share span.rss a {
  width: 16px;
}
div#share span.rss a {
  background:url(../img/rss-6029.svg) no-repeat center center;
}
div#share span.embed,
div#share span.embed a {
  margin-left: 10px;
  width: 24px;
}
div#share span.embed a {
  background:url(../img/embed.svg) no-repeat center center;
}
div#share span.link {
  width: calc((100%) - (40px));
  height: 32px;
  padding-right: 10px;
}
div#share span.link a {
  display: inline-block;
  line-height: 22px;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 32px;
  height: 22px;
  background:url(../img/go.svg) no-repeat right center;
  background-size: 22px 22px;
}
div#share span.link a:hover {
  background:url(../img/gohover.svg) no-repeat right center;
  background-size: 22px 22px;
}

/* rows */
article.row {
  width: calc((100%) - (10px));
  height: 55px;
  margin: 14px 5px 0px 5px;
  display: flex;
  flex-direction: row;
}
article.row:not(:last-child) {
  border-bottom: 1px solid #78909c !important;
  padding: 0 0 17px 0;
}

div.info_col,
div.change_col,
div.icon_col {
  position: relative;
  vertical-align: top;
}

div.info_col {
  width: calc((100%) - (130px));
  text-align: left;
}
div.info_col h6.link {
  margin: 0;
  padding: 0;
}
div.info_col h6.link a {
  white-space: nowrap;
  font-size: 14px !important;
}
div.info_col span {
  display: block;
  font-size: 12px !important;
}
div.info_col h6.link a:hover ~ div.infobox {
  display: block;
}


div.icon_col span,
div.change_col span {
  font-size: 12px !important;
}

div.change_col {
  min-width: 80px;
  text-align: right;
}
div.change_col span {
  display: block;
}
div.change_col span.change {
  line-height: 16px !important;
}
div.change_col span.change small {
  font-size: 90%;
}
div.change_col span.sub_change {
  white-space: nowrap;
  line-height: 14px !important;
}
div.change_col:hover div.infobox {
  display: block;
  right: 0;
}


div.icon_col {
  width: 50px;
  text-align: center;
}
div.icon_col div {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: -7px;
}
div.icon_col span {
  display: inline-block;
  margin-top: -7px;
}
div.icon_col div.na,
div.icon_col div.not_applicable {
  background:url(../img/na.svg) no-repeat center center;
}
div.icon_col div.increase.sig {
  background:url(../img/up_arrow_sig.php) no-repeat center center;
}
div.icon_col div.increase.notsig {
  background:url(../img/up_arrow.php) no-repeat center center;
}
div.icon_col div.increase.nostat {
  background:url(../img/up_arrow_nostat.php) no-repeat center center;
}
div.icon_col div.no_change.sig {
  background:url(../img/no_change_sig.php) no-repeat center center;
}
div.icon_col div.no_change.notsig {
  background:url(../img/no_change.php) no-repeat center center;
}
div.icon_col div.no_change.nostat {
  background:url(../img/no_change_nostat.php) no-repeat center center;
}
div.icon_col div.decrease.sig {
  background:url(../img/down_arrow_sig.php) no-repeat center center;
}
div.icon_col div.decrease.notsig {
  background:url(../img/down_arrow.php) no-repeat center center;
}
div.icon_col div.decrease.nostat {
  background:url(../img/down_arrow_nostat.php) no-repeat center center;
}

/* infobox */
div.infobox {
  position: absolute;
  display: none;
  z-index: 10;
}
div.uscb-tooltip {
  text-align: center;
  font-size: 10px !important;
  background: #fff;
  border-left: 5px solid #7fcad3;
  border-top: 1px solid #78909c;
  border-right: 1px solid #78909c;
  border-bottom: 1px solid #78909c;
  border-radius: 2px;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
  max-width: 240px;
  min-width: 130px;
}


/*The embed area*/
div.embed-area {
  position:absolute;
  display: none;
  z-index: 100;
  text-align: center;
  background: #FFF;
  background: hsla(91, 20%, 100%, 0.94);
  top: 0;
  left: 0;
}
div.embed-area p {
  color: #222;
  margin-bottom: 1em;
}
div.embed-area div {
  margin: 15px auto;
  width: 280px;
}
div.embed-area h5 {
  color: rgb(17,46,81);
  margin: 10% 0 0;
}
div.embed-area textarea {
  color: #4b636e;
  background: #fff;
  height: 175px;
  width: 280px;
  font-size: 0.75em;
  border: 1px solid #4b636e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}

/* On screens that are 407px or less */
@media screen and (max-width: 407px) {
  .docSize {
    width:  100% !important;
  }
  div#wrapper header h1 a {
    font-size: 16px !important;
  }
  div#wrapper footer div {
    display: block !important;
  }
  div#wrapper footer div:nth-child(2) {
    padding-left: 5px !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
  div.change_col span.sub_change {
    white-space: normal !important;
  }
  article.row {
    height: 54px;
    margin: 12px 5px 0px 5px;
  }
  article.row:not(:last-child) {
    padding: 0 0 15px 0;
  }
}
/* On screens that are 370px or less */
@media screen and (max-width: 370px) {
  div.info_col {
    width: calc((100%) - (120px)) !important;
  }
  div.change_col {
    width:  70px !important;
  }
  div.change_col span.change {
    line-height: 14px !important;
  }
  div.change_col span.sub_change {
    line-height: 12px !important;
  }
}
/* On screens that are 350px or less */
@media screen and (max-width: 350px) {
  div#wrapper header h1 a {
    font-size: 14px !important;
  }
}
/* On screens that are 325px or less */
@media screen and (max-width: 325px) {
  div.info_col h6.link {
    font-size: 12px !important;
  }
  div.change_col span.change {
    line-height: 12px !important;
  }
  div.change_col span.sub_change {
    line-height: 10px !important;
  }
  div.info_col span {
    display: block;
    font-size: 10px !important;
  }
}
/* On screens that are 325px or less */
@media screen and (max-width: 300px) {
  div#wrapper header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  div#wrapper header h1 {
    font-size: 14px !important;
    width: 200px;
    text-align: center;
  }
  div#wrapper header h1 a {
  	white-space: inherit;
  }
  div.info_col h6.link a {
    white-space: inherit;
  }
}