@charset "UTF-8";
#story-root .container {
  padding-top: 50px; }
  @media (max-width: 991px) {
    #story-root .container {
      padding-top: 25px; } }
  #story-root .container select.category-selector {
    border-radius: 0;
    color: #3c3c3c;
    font-size: 15px;
    font-family: roboto condensed; }
  #story-root .container .pagination-holder .pagination {
    display: table !important;
    margin: 0 auto; }

@media screen and (min-width: 400px) {
  .the-excerpt {
    display: block !important; } }

.temp-post-container {
  display: none !important; }

.blog-text-uppercase {
  color: #ffffff; }

.blog-text-uppercase:hover {
  color: #ffffff;
  text-decoration: underline; }

.crumb-strip {
  display: flex;
  align-items: center;
  background-color: #27083c;
  min-height: 75px;
  text-transform: uppercase;
  font-family: 'roboto';
  font-size: 15px; }

.crumb-strip > .container {
  display: flex;
  align-items: center;
  width: 1400px;
  padding-left: 30px; }
  .crumb-strip > .container a {
    color: #ffffff !important; }
  @media (max-width: 991px) {
    .crumb-strip > .container {
      display: table;
      width: 100%;
      padding-bottom: 5px; } }

.next-text-thin {
  font-weight: 400;
  display: flex;
  align-items: center; }
  @media (max-width: 600px) {
    .next-text-thin {
      font-size: 12px;
      line-height: 17px; } }
  .next-text-thin span {
    color: #ffffff;
    font-weight: 400; }

.category-hero-section {
  background-position: center;
  background-size: cover;
  padding: 100px 0; }

.category-hero-section h1 {
  text-align: left; }

.category-hero-section .button-holder {
  padding: 40px 0; }

.category-hero-section .button-holder a {
  color: #ffffff;
  text-align: center;
  padding: 10px 40px;
  margin: 0 auto;
  transition: all 0.5s ease 0s;
  font-weight: 500;
  min-width: 206px;
  border-radius: 0;
  box-shadow: inset 0 0 0 3px #ffffff;
  text-transform: uppercase; }

.category-hero-section .button-holder a:hover {
  background-color: #27083c;
  box-shadow: inset 0 0 0 3px #27083c;
  text-decoration: none; }

.body-container select.category-selector {
  border-radius: 0;
  color: #3c3c3c;
  font-size: 15px;
  font-family: roboto condensed; }

.post-container img {
  width: 100%; }

.selector-container {
  padding-left: 0; }

.post-container .pagination {
  display: table;
  margin: 20px auto; }

.post-title {
  color: #2c2c2c;
  padding-top: 10px; }

.post-image {
  padding: 20px 0; }
  .post-image img {
    width: 100%; }

.post-author {
  font-weight: 300;
  color: #6c6c6c !important;
  padding: 10px 0 20px; }
  .post-author strong {
    color: #2c2c2c; }
    .post-author strong a {
      text-decoration: none; }
      .post-author strong a:hover {
        text-decoration: underline; }

h3.sd-title {
  display: none !important; }

.post-content * {
  color: #6c6c6c; }

.post-content .sharedaddy.sd-sharing-enabled {
  display: none !important; }

.post-content p {
  color: #6c6c6c;
  padding: 0 0 2%; }

.post-content .wp-caption-text {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c; }

.post-content .post-image-caption {
  font-weight: 400;
  font-size: 14px !important; }

.post-content .post-content-middle-banner {
  border-top: 5px solid #490e6f;
  border-bottom: 5px solid #490e6f;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 25px; }
  .post-content .post-content-middle-banner a,
  .post-content .post-content-middle-banner p {
    font-size: 24px;
    font-family: roboto;
    font-weight: 500;
    text-align: center;
    color: #490e6f;
    padding: 0; }

.suggested-box {
  background-color: #f4f2f5;
  padding: 10px;
  margin: 20px 0 10px; }
  .suggested-box li {
    color: #2c2c2c; }
    .suggested-box li:before {
      content: '\2022';
      padding-right: 8px;
      color: #2c2c2c; }

.sidebar-container ul {
  padding: 9% 0 0; }
  .sidebar-container ul li a,
  .sidebar-container ul li.active a {
    color: #490e6f !important;
    font-family: roboto condensed; }

.sidebar-container .top-and-latest-posts-container {
  padding: 0; }
  .sidebar-container .top-and-latest-posts-container .sidebar-holder {
    border: 1px solid #ddd;
    border-bottom: 3px solid #490e6f;
    border-top: none;
    margin-bottom: 75px; }
    @media (max-width: 991px) {
      .sidebar-container .top-and-latest-posts-container .sidebar-holder {
        margin-bottom: 35px; } }
    @media (max-width: 991px) {
      .sidebar-container .top-and-latest-posts-container .sidebar-holder .show {
        max-width: 100%;
        top: 15px !important; } }

.sidebar-container div {
  padding: 7px; }
  .sidebar-container div .article-item {
    display: flex;
    align-items: center;
    padding-bottom: 15px; }
    .sidebar-container div .article-item img {
      width: 136px;
      height: 90px; }
    .sidebar-container div .article-item p {
      font-weight: 700;
      font-size: 16px;
      line-height: 18px;
      padding-left: 15px; }
      .sidebar-container div .article-item p a {
        text-decoration: none; }
        .sidebar-container div .article-item p a:hover {
          text-decoration: underline; }

.sidebar-container .social-container,
.sidebar-container .sidebar-block-default {
  padding: 0 0 !important;
  border: 1px solid #ddd;
  border-bottom: 3px solid #490e6f;
  border-top: none;
  margin-bottom: 75px; }
  @media (max-width: 991px) {
    .sidebar-container .social-container,
    .sidebar-container .sidebar-block-default {
      margin-bottom: 35px; } }
  .sidebar-container .social-container .twitter-container,
  .sidebar-container .sidebar-block-default .twitter-container {
    overflow: scroll;
    max-height: 600px; }
  .sidebar-container .social-container .title,
  .sidebar-container .sidebar-block-default .title {
    background-color: #27083c; }
    .sidebar-container .social-container .title h2,
    .sidebar-container .sidebar-block-default .title h2 {
      font-size: 18px;
      padding-top: 5px;
      padding-bottom: 5px;
      font-weight: bold;
      font-family: Roboto condensed; }
  .sidebar-container .social-container .body-no-top,
  .sidebar-container .sidebar-block-default .body-no-top {
    padding-top: 0 !important; }
  .sidebar-container .social-container .body-no-bottom,
  .sidebar-container .sidebar-block-default .body-no-bottom {
    padding-bottom: 0 !important; }
  .sidebar-container .social-container .body,
  .sidebar-container .sidebar-block-default .body {
    padding: 30px 0; }
    .sidebar-container .social-container .body .object-list,
    .sidebar-container .sidebar-block-default .body .object-list {
      padding-top: 20px; }
      .sidebar-container .social-container .body .object-list p,
      .sidebar-container .sidebar-block-default .body .object-list p {
        padding-left: 30px;
        text-align: left; }
        .sidebar-container .social-container .body .object-list p strong,
        .sidebar-container .sidebar-block-default .body .object-list p strong {
          padding-bottom: 0; }
          .sidebar-container .social-container .body .object-list p strong a,
          .sidebar-container .sidebar-block-default .body .object-list p strong a {
            text-decoration: none;
            font-size: 16px; }
    .sidebar-container .social-container .body .object-list-divider,
    .sidebar-container .sidebar-block-default .body .object-list-divider {
      padding-bottom: 20px;
      border-bottom: 1px solid #e6e6e6; }
    .sidebar-container .social-container .body .social-media-icons-1,
    .sidebar-container .sidebar-block-default .body .social-media-icons-1 {
      display: table;
      margin: 0 auto;
      padding: 15px 0 0; }
    .sidebar-container .social-container .body .stacked-items,
    .sidebar-container .sidebar-block-default .body .stacked-items {
      max-width: 300px;
      display: table;
      margin: 0 auto; }
      .sidebar-container .social-container .body .stacked-items li,
      .sidebar-container .sidebar-block-default .body .stacked-items li {
        padding-bottom: 20px; }
        .sidebar-container .social-container .body .stacked-items li a,
        .sidebar-container .sidebar-block-default .body .stacked-items li a {
          color: #ffffff !important;
          background-color: #490e6f;
          width: 100%;
          min-width: 250px;
          display: table;
          padding: 5px 30px;
          font-family: roboto;
          text-decoration: none;
          font-size: 15px; }
    .sidebar-container .social-container .body ul.tag-list,
    .sidebar-container .sidebar-block-default .body ul.tag-list {
      padding: 0px;
      padding-right: 10px;
      padding-left: 10px;
      margin: 0 auto;
      display: table; }
      .sidebar-container .social-container .body ul.tag-list li,
      .sidebar-container .sidebar-block-default .body ul.tag-list li {
        display: inline-table;
        margin: 0 auto;
        padding-bottom: 10px; }
        .sidebar-container .social-container .body ul.tag-list li .tags,
        .sidebar-container .sidebar-block-default .body ul.tag-list li .tags {
          border: 1px solid #767676;
          border-radius: 20px;
          padding: 0px 10px;
          margin-left: 5px;
          margin-right: 5px;
          display: flex;
          align-items: center;
          text-decoration: none;
          font-size: 12px;
          color: #767676 !important;
          font-weight: bold;
          text-transform: uppercase;
          transition: all 0.5s ease 0s; }
          .sidebar-container .social-container .body ul.tag-list li .tags i,
          .sidebar-container .sidebar-block-default .body ul.tag-list li .tags i {
            color: #767676;
            font-size: 10px; }
          .sidebar-container .social-container .body ul.tag-list li .tags:hover,
          .sidebar-container .sidebar-block-default .body ul.tag-list li .tags:hover {
            background-color: #490e6f;
            color: #ffffff !important; }
            .sidebar-container .social-container .body ul.tag-list li .tags:hover i,
            .sidebar-container .sidebar-block-default .body ul.tag-list li .tags:hover i {
              color: #ffffff !important; }
  .sidebar-container .social-container .content-for-email,
  .sidebar-container .sidebar-block-default .content-for-email {
    padding-left: 25px;
    padding-right: 25px; }
    .sidebar-container .social-container .content-for-email .hidden-fields,
    .sidebar-container .sidebar-block-default .content-for-email .hidden-fields {
      display: none !important; }
    .sidebar-container .social-container .content-for-email form,
    .sidebar-container .sidebar-block-default .content-for-email form {
      width: 100%;
      padding-bottom: 35px; }
      .sidebar-container .social-container .content-for-email form .form-group,
      .sidebar-container .sidebar-block-default .content-for-email form .form-group {
        width: 100%;
        padding: 0; }
      .sidebar-container .social-container .content-for-email form input[type='submit'],
      .sidebar-container .sidebar-block-default .content-for-email form input[type='submit'] {
        color: #27083c;
        background-color: #ffffff;
        min-width: 0;
        padding: 10px 30px;
        font-weight: 700;
        font-size: 16px;
        font-family: roboto condensed;
        transition: all 0.5s ease 0s;
        border-radius: 0;
        box-shadow: inset 0 0 0 3px #27083c; }
        .sidebar-container .social-container .content-for-email form input[type='submit']:active, .sidebar-container .social-container .content-for-email form input[type='submit']:focus, .sidebar-container .social-container .content-for-email form input[type='submit']:hover,
        .sidebar-container .sidebar-block-default .content-for-email form input[type='submit']:active,
        .sidebar-container .sidebar-block-default .content-for-email form input[type='submit']:focus,
        .sidebar-container .sidebar-block-default .content-for-email form input[type='submit']:hover {
          background-color: #27083c;
          color: #ffffff; }

.sd-content ul li a.share-icon {
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important; }
  .sd-content ul li a.share-icon span {
    color: #ffffff !important; }

.sd-content ul li.share-facebook a {
  background-color: #39579a !important; }
  .sd-content ul li.share-facebook a:hover {
    color: #ffffff !important;
    background-color: #39579a !important; }

.sd-content ul li.share-twitter a {
  background-color: #00aced !important; }
  .sd-content ul li.share-twitter a:hover {
    color: #ffffff !important;
    background-color: #00aced !important; }

.sd-content ul li.share-print a {
  background-color: #3a3a3a !important; }
  .sd-content ul li.share-print a:hover {
    color: #ffffff !important;
    background-color: #3a3a3a !important; }

.sd-sharing h3.sd-title {
  font-size: 17px !important;
  font-weight: bold !important;
  margin: 0 0 -12px 0 !important; }
  .sd-sharing h3.sd-title:before {
    border-top: 0 !important; }

.tags-container {
  padding: 15px; }
  .tags-container strong {
    font-size: 18px; }
  .tags-container ul {
    display: block; }
    .tags-container ul li {
      padding-bottom: 20px; }
      .tags-container ul li a {
        border: 1px solid #767676;
        transition: all 0.5s ease 0s;
        border-radius: 20px;
        padding: 2px 20px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #767676;
        font-weight: bold; }
        @media (max-width: 320px) {
          .tags-container ul li a {
            font-size: 15px; } }
        .tags-container ul li a i {
          color: #767676;
          font-size: 10px; }
        .tags-container ul li a:hover {
          background-color: #490e6f;
          color: #ffffff; }
          .tags-container ul li a:hover i {
            color: #ffffff; }

.related-posts {
  padding: 30px 15px; }
  .related-posts .related-posts-title {
    font-family: roboto condensed;
    background-color: #e7e9ee;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 200; }
  .related-posts .jp-relatedposts-headline {
    display: none !important; }

@media (max-width: 991px) {
  .hero-section-top {
    display: none; } }

.hero-section-top .main-image-news .gradient {
  position: absolute;
  width: 93%;
  height: 85%;
  bottom: 0;
  background: -webkit-linear-gradient(transparent, black) left repeat;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)) left repeat;
  z-index: 12; }
  @media (min-width: 1200px) {
    .hero-section-top .main-image-news .gradient {
      width: 94%; } }

.hero-section-top .tile-image-news .gradient {
  position: absolute;
  width: 86.6%;
  height: 85%;
  bottom: 0;
  background: -webkit-linear-gradient(transparent, black) left repeat;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)) left repeat;
  z-index: 12; }
  @media (min-width: 1200px) {
    .hero-section-top .tile-image-news .gradient {
      width: 88%; } }

.hero-section-top .main-image-news,
.hero-section-top .tile-image-news {
  position: relative; }
  .hero-section-top .main-image-news .img-responsive,
  .hero-section-top .tile-image-news .img-responsive {
    width: 100%; }
  .hero-section-top .main-image-news .tag,
  .hero-section-top .tile-image-news .tag {
    position: absolute;
    z-index: 15;
    top: 15px;
    left: 30px;
    background-color: rgba(39, 8, 60, 0.9);
    color: #ffffff;
    padding: 8px 7px 7px;
    font-size: 12px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    line-height: 5px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
    .hero-section-top .main-image-news .tag a,
    .hero-section-top .tile-image-news .tag a {
      color: #ffffff;
      text-decoration: none !important; }

.hero-section-top .top-space {
  padding-top: 20px; }
  .hero-section-top .top-space .tag {
    top: 35px; }

@media (min-width: 992px) {
  .hero-section-top .main-image-news img {
    min-height: 257px;
    max-height: 305px; } }

.hero-section-top .main-image-news .caption-holder {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 15; }
  .hero-section-top .main-image-news .caption-holder a {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px; }
  .hero-section-top .main-image-news .caption-holder .author-name {
    font-size: 14px; }
    .hero-section-top .main-image-news .caption-holder .author-name a {
      font-size: 14px; }

.hero-section-top .tile-image-news .img-responsive {
  max-height: 141px; }

.hero-section-top .tile-image-news .caption-holder {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding-left: 15px;
  padding-right: 20px;
  z-index: 15; }
  .hero-section-top .tile-image-news .caption-holder a {
    font-size: 16px;
    line-height: 17px;
    color: #ffffff; }

.divider-hero {
  padding-top: 35px;
  padding-bottom: 55px; }
  @media (max-width: 991px) {
    .divider-hero {
      display: none; } }
  .divider-hero hr {
    padding-left: 15px;
    padding-right: 15px;
    width: 92%;
    border-top: 10px solid #f6f6f6;
    margin: 0 auto; }

.latest-popular-menu {
  padding-bottom: 35px; }
  .latest-popular-menu li a {
    border-radius: 0px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    color: #7d7d7d;
    padding: 10px 30px;
    text-align: center;
    font-weight: 500; }
    @media (max-width: 991px) {
      .latest-popular-menu li a {
        min-width: auto; } }
    .latest-popular-menu li a:hover, .latest-popular-menu li a:focus, .latest-popular-menu li a:active {
      border: 1px solid #e6e6e6;
      background-color: #f6f6f6;
      color: #2a2a2a; }
  .latest-popular-menu li.active a {
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
    color: #2a2a2a; }
    .latest-popular-menu li.active a:hover, .latest-popular-menu li.active a:focus, .latest-popular-menu li.active a:active {
      border: 1px solid #e6e6e6;
      background-color: #f6f6f6;
      color: #2a2a2a; }

@media (max-width: 1023px) {
  .posts-holder #latest,
  .posts-holder #popular,
  .posts-holder #pressrelease {
    min-width: 100% !important; } }

.posts-holder #latest .row,
.posts-holder #popular .row,
.posts-holder #pressrelease .row {
  position: relative;
  padding-bottom: 50px; }
  .posts-holder #latest .row .col-md-5,
  .posts-holder #popular .row .col-md-5,
  .posts-holder #pressrelease .row .col-md-5 {
    position: relative; }
    .posts-holder #latest .row .col-md-5 .tag,
    .posts-holder #popular .row .col-md-5 .tag,
    .posts-holder #pressrelease .row .col-md-5 .tag {
      position: absolute;
      z-index: 15;
      top: 10px;
      left: 25px;
      background-color: rgba(39, 8, 60, 0.9);
      color: #ffffff;
      padding: 8px 7px 7px;
      font-size: 12px;
      font-family: 'Roboto Condensed';
      font-weight: bold;
      line-height: 5px;
      vertical-align: middle;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer; }
      @media (max-width: 768px) {
        .posts-holder #latest .row .col-md-5 .tag,
        .posts-holder #popular .row .col-md-5 .tag,
        .posts-holder #pressrelease .row .col-md-5 .tag {
          display: none; } }
      .posts-holder #latest .row .col-md-5 .tag a,
      .posts-holder #popular .row .col-md-5 .tag a,
      .posts-holder #pressrelease .row .col-md-5 .tag a {
        color: #ffffff;
        text-decoration: none !important; }
  .posts-holder #latest .row .col-md-7 .author,
  .posts-holder #popular .row .col-md-7 .author,
  .posts-holder #pressrelease .row .col-md-7 .author {
    font-size: 14px; }
    .posts-holder #latest .row .col-md-7 .author a,
    .posts-holder #popular .row .col-md-7 .author a,
    .posts-holder #pressrelease .row .col-md-7 .author a {
      font-weight: bold;
      text-decoration: none; }
  @media (max-width: 414px) {
    .posts-holder #latest .row .col-md-7 p.over-solid,
    .posts-holder #popular .row .col-md-7 p.over-solid,
    .posts-holder #pressrelease .row .col-md-7 p.over-solid {
      display: none; } }
  @media (max-width: 414px) {
    .posts-holder #latest .row .col-md-7 p.author,
    .posts-holder #popular .row .col-md-7 p.author,
    .posts-holder #pressrelease .row .col-md-7 p.author {
      display: block; } }
  .posts-holder #latest .row .share-btns .btn-holder,
  .posts-holder #popular .row .share-btns .btn-holder,
  .posts-holder #pressrelease .row .share-btns .btn-holder {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    @media (max-width: 414px) {
      .posts-holder #latest .row .share-btns .btn-holder,
      .posts-holder #popular .row .share-btns .btn-holder,
      .posts-holder #pressrelease .row .share-btns .btn-holder {
        bottom: 10px; } }
    .posts-holder #latest .row .share-btns .btn-holder ul,
    .posts-holder #popular .row .share-btns .btn-holder ul,
    .posts-holder #pressrelease .row .share-btns .btn-holder ul {
      min-width: 80px; }
      .posts-holder #latest .row .share-btns .btn-holder ul li,
      .posts-holder #popular .row .share-btns .btn-holder ul li,
      .posts-holder #pressrelease .row .share-btns .btn-holder ul li {
        margin: 10px auto;
        display: table; }
    .posts-holder #latest .row .share-btns .btn-holder button,
    .posts-holder #popular .row .share-btns .btn-holder button,
    .posts-holder #pressrelease .row .share-btns .btn-holder button {
      font-weight: 300;
      color: #a0a0a0;
      border: none;
      font-size: 17px;
      font-family: Roboto;
      text-transform: uppercase; }
      .posts-holder #latest .row .share-btns .btn-holder button i,
      .posts-holder #popular .row .share-btns .btn-holder button i,
      .posts-holder #pressrelease .row .share-btns .btn-holder button i {
        color: inherit !important; }

.pagination li a {
  font-family: roboto condensed;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .jp-relatedposts-items .jp-relatedposts-post {
    display: table;
    margin: 0 auto !important;
    clear: left;
    float: none !important;
    width: 100% !important; }
    .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-a img {
      margin: 0 auto; } }

.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  display: none !important; }

.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
  padding: 20px 0 !important; }
  @media (max-width: 768px) {
    .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
      display: table !important;
      margin: 0 auto !important; } }
  .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-family: roboto !important;
    font-weight: bold !important;
    font-size: 16px !important; }

.addthis_button_facebook,
.addthis_button_twitter,
.addthis_button_email {
  padding: 7px 15px;
  vertical-align: top;
  font-size: 15px;
  color: #ffffff;
  font-family: roboto;
  text-decoration: none;
  margin-right: 3px;
  transition: all 0.5s ease 0s; }
  @media (max-width: 320px) {
    .addthis_button_facebook,
    .addthis_button_twitter,
    .addthis_button_email {
      padding: 7px 7px; } }
  .addthis_button_facebook:hover,
  .addthis_button_twitter:hover,
  .addthis_button_email:hover {
    text-decoration: none;
    color: #ffffff; }
  .addthis_button_facebook i,
  .addthis_button_twitter i,
  .addthis_button_email i {
    color: #ffffff;
    font-size: inherit;
    vertical-align: baseline;
    margin-top: 0px; }

.addthis_button_facebook {
  background-color: #39579a; }

.addthis_button_twitter {
  background-color: #00aced; }

.addthis_button_email {
  background-color: #3a3a3a; }

.addthis_button_compact span {
  margin-top: -7px; }

.footer-share-content {
  padding-top: 20px;
  padding-bottom: 40px; }

.stories-hero {
  background-size: cover;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 991px) {
    .stories-hero {
      background-position: 85%; } }
  .stories-hero .text-container {
    padding-top: 7%;
    padding-bottom: 30px; }
    .stories-hero .text-container h1 {
      font-family: roboto condensed;
      font-weight: 500; }
    .stories-hero .text-container a {
      padding: 10px 30px;
      color: #ffffff;
      transition: all 0.5s ease 0s;
      box-shadow: inset 0 0 0 3px #ffffff;
      text-transform: uppercase;
      border-radius: 0;
      font-weight: 600;
      text-decoration: none;
      margin: 35px 0px 0; }
      @media (max-width: 991px) {
        .stories-hero .text-container a {
          margin: 30px auto 0; } }
      .stories-hero .text-container a:hover {
        background-color: #ffffff;
        color: #490e6f; }
    @media (max-width: 991px) {
      .stories-hero .text-container h1,
      .stories-hero .text-container p,
      .stories-hero .text-container a {
        text-align: center; } }

.image-holder-stories .tag {
  position: absolute;
  z-index: 15;
  top: 10px;
  left: 25px;
  background-color: rgba(39, 8, 60, 0.9);
  color: #ffffff;
  padding: 8px 7px 7px;
  font-size: 12px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  line-height: 5px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  @media (max-width: 768px) {
    .image-holder-stories .tag {
      display: none; } }
  .image-holder-stories .tag a {
    color: #ffffff;
    text-decoration: none !important; }

.image-holder-stories .tag.hide-tag {
  display: none; }

.image-holder-stories img {
  margin: 0 auto; }

.selector-dark {
  font-family: roboto condensed;
  color: #000; }

.loading {
  position: absolute;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.tag.hide-tag {
  display: none; }

.inthenews-container {
  padding: 0 0px !important; }
  .inthenews-container ul {
    padding: 0 !important; }
    .inthenews-container ul li {
      padding: 20px 0px; }
      .inthenews-container ul li strong {
        color: #282828; }
      .inthenews-container ul li p {
        padding: 0px 20px;
        color: #9b9b9b;
        font-size: 14px; }
      .inthenews-container ul li a {
        font-family: roboto !important;
        font-size: 18px; }
      .inthenews-container ul li:last-child {
        border-bottom: none !important; }
    .inthenews-container ul li.bordered {
      border-bottom: 1px solid #e6e6e6; }

#stories-selector {
  color: #2a2a2a !important; }

.post-title-strong {
  font-size: 20px; }

.hide-pagination {
  display: none; }

.post-content a {
  text-decoration: underline;
  color: #490e6f !important; }

.post-content a:hover {
  color: #23527c !important; }

.post-content .button-over-solid-purple {
  color: #ffffff !important; }
  .post-content .button-over-solid-purple:hover {
    color: #ffffff !important; }

.post-content .btn.btn-purple {
  text-decoration: none;
  color: #ffffff !important; }
  .post-content .btn.btn-purple:hover {
    color: #490e6f !important; }

@media (max-width: 991px) {
  .excerpt-content {
    padding-bottom: 30px; } }

.col-md-8.col-lg-8 .content-left-column {
  padding: 0 !important; }
  @media (max-width: 991px) {
    .col-md-8.col-lg-8 .content-left-column {
      width: 100%; } }

.content-right-column.sidebar-container {
  padding: 5% 0% 2%; }

.button-container-pressrelease.show {
  display: block; }

.button-container-pressrelease.show {
  display: none; }

.btn-pressrelease-filter {
  transition: all 0.5s ease 0s;
  background-color: #380d56;
  color: #ffffff;
  border-radius: 0px;
  font-family: Roboto condensed;
  font-size: 18px; }
  .btn-pressrelease-filter:hover, .btn-pressrelease-filter:focus, .btn-pressrelease-filter:active {
    color: #380d56;
    border: 1px solid #380d56;
    background-color: #ffffff; }

