.rubric {
  color: #D60000; }

.img_left, .img_left_25, .img_left_50 {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #d2d2d2;
  padding: 4px;
  height: auto; }

.img_left {
  width: 75%; }

.img_left_25 {
  width: 25%; }

.img_left_50 {
  width: 50%; }

.img_left_no_border {
  float: left;
  margin: 0 10px 10px 0; }

.img_right, .img_right_25, .img_right_50 {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #d2d2d2;
  padding: 4px;
  height: auto; }

.img_right {
  width: 75%; }

.img_right_25 {
  width: 25%; }

.img_right_50 {
  width: 50%; }

.img_right_no_border {
  float: right;
  margin: 0 0 10px 10px; }

.img_center, .img_center_25, .img_center_50 {
  display: block;
  margin: 0 auto;
  border: 1px solid #d2d2d2;
  padding: 4px;
  height: auto; }

.img_center {
  width: 90%; }

.img_center_25 {
  width: 25%; }

.img_center_50 {
  width: 50%; }

.img_center_no_border {
  display: block;
  margin: 0 auto; }

@media (max-width: 500px) {
  .img_right_25, .img_right_50, .img_left_25, .img_left_50, .img_center_25, .img_center_50 {
    float: none;
    width: 95%;
    height: auto; } }
/* --------------Article Resources------------- */
.article-resources {
  display: block;
  padding: 1% 2%;
  background: #eee;
  margin: 4% 0; }

/* ------------------Footnote------------------ */
.footnote {
  padding: auto !important;
  font-size: 0.9rem;
  color: #999999; }

/* -----------------Blockquote----------------- */
blockquote {
  font-size: 1.15rem;
  font-weight: normal;
  line-height: 1.8rem;
  font-style: italic;
  width: 90%;
  margin: 0px 2%;
  padding: 0px;
  text-align: justify; }

/* ---------------Media Caption---------------- */
.media-caption {
  margin-top: 10px;
  font-weight: normal;
  color: #777;
  font-size: 14px; }

/* -------------Media Copyright---------------- */
.media-copyright {
  margin-bottom: 5%; }

/* --------------Input Field Button Alignment------------- */
.aui input[type="button"] {
  margin-bottom: 7px; }

/* --------------Portlet Title Overflow Fix---------------- */
.aui #wrapper .portlet-title .portlet-title-text, .taglib-header .header-title {
  white-space: normal !important;
  overflow: visible !important; }

/* --------------Subscription Porltet Styles---------------- */
.aui .subscribe-popup {
  font-weight: normal;
  padding: 9px 25px;
  border-radius: 4px;
  display: none;
  z-index: 1001;
  position: absolute;
  bottom: -15px; }

.aui .subscribe-mask {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.73);
  z-index: 999;
  display: none;
  top: 0;
  left: 0; }

.aui .subscribe-mask img, .aui .subscribe-mask div {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0; }

