.site-footer-signup {
  font-size: 18px;
}


.articles-list .card {
  transition: width 0.4s linear;
}
.articles-query {
  text-align: center;
  margin: -30px 0 30px;
}

a img {
  border-width: 0;
}


.rssList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 8px 0 20px 0;
}
.rssList li {
  padding-left: 0;
  background: none;
}
.rssList li {
  padding: 0;
  position: relative;
}
.rssList li .rss_icon {
  float: right;
}
.rssList .external {
  display: none;
}
.rssList + h2 {
  font-weight: 700;
} 
.rssList a {
  display: block;
  padding: 5px;
}
.rssList a:hover,
.rssList li:hover {
  background: #eee;
  text-decoration: none;
}
.rssList a.rss_icon {
  position: absolute;
  right: 15px;
  top: 5px;
  padding: 0;
}


.page-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-content-rss,
.emailAlerts {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}


.form-group {
  margin-bottom: 15px;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group textarea {
  width: 100%;
  border: 1px #aaa solid;
  padding: 0 5px;
  font-family: "NewsGothicBT-Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.form-group input[type="text"],
.form-group input[type="password"] {
  height: 32px;
}
.form-group textarea {
  height: 250px;
}
.form-group dd {
  margin-bottom: 10px;
}
.form-group dl {
  padding: 0;
}

button.site-nav-nc {
  background: #fff;
  margin: 0;
  color: #005984;
  font-size: 1.5rem;
  font-family: "NewsGothicBT-Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.required {
  color: red;
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.article-content-body blockquote {
  position: relative;
  margin-top: 20px;
  padding-top: 60px;
  text-align: center;
}

.lt-ie9 .article-content-body blockquote {
  background: no-repeat url("../images/icon-quote-open.png") center top;
}

.article-content-body blockquote:before {
  content: url("../fonts/icon-quote-open.svg");
  position: absolute;
  left: 50%;
  margin-top: -60px;
  margin-left: -40px;
  width: 80px;
  height: 60px;
  overflow: hidden;
  z-index: 0;
}

.lt-ie9 .article-content-body blockquote:before {
  content: none;
}

.article-content-body blockquote p {
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 5px;
  font-family: 'NewsGothicBT-ItalicCondensed', sans-serif;
  color: inherit;
  line-height: 1.5;
  letter-spacing: -1px;
}

@media only screen and (min-width: 740px) {
  .article-content-body blockquote p {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.article-content-body blockquote footer {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  font-style: normal;
  color: #696969;
}

.article-content-body blockquote footer:before {
  content: "\2014\00a0";
}


@media only screen and (min-width: 850px) {
  .textImage-left,
  .textImage-right {
    margin: 10px 0 20px !important;
    text-align: left;
  }
  .textImage-left  {
    max-width: 40%;
    float: left;
    margin-right: 30px !important;
  }
  .textImage-right  {
    max-width: 40%;
    float: right;
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 849px) {
  .textImage-left,
  .textImage-right {
    margin: 10px auto 20px !important;
    float: none !important; 
    max-width: 100%;
  }
}

@media only screen and (min-width: 950px) {
  .textImage-center {
    margin: 10px auto 20px !important;
    float: none;
    position: relative;
    max-width: 100%;
  }
}
@media only screen and (max-width: 949px) {
  .textImage-center {
    margin: 10px auto 20px !important;
    float: none !important; 
    max-width: 100%;
  }
}

.textImage-captionBody {
  font-size: 1.6rem;
  line-height: 120%;
  font-style: normal;
  margin-top: 0px;
  padding: 5px 0 !important;
}


/* Article Gallery */
.article-gallery {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s linear;
}
.article-gallery.article-gallery-open {
  max-height: 1500px;
}

.article-header-gallerySwitch {
  padding: 15px 0;
  text-align: center;
}
.article-header-gallerySwitch span {
  cursor: pointer;
}

.article-gallery-open + .article-header {
  margin-top: 20px;
}



.home-main-section .card-block,
.home-mosaic .home-mosaic-media {
  position: relative;
  overflow: visible;
}
.home-main-section .card-media[data-category]:before,
.home-mosaic .home-mosaic-media[data-category]:before {
  font-size: 1.3rem;
  background-color: #014464;
  border-radius: 1px;
  color: #fff;
  content: attr(data-category);
  left: -10px;
  padding: 8px 10px 4px;
  position: absolute;
  top: 15px;
  z-index: 2;
}
.home-mosaic-primary .home-mosaic-block {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.home-mosaic-primary .home-mosaic-content {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .home-mosaic-content { 
    position: static;
    color: #fff;
    background: rgba(0,0,0,0.6);
  }
}


.social-bar-email:before {
  content: "";
  background: url(http://cache.addthiscdn.com/icons/v2/thumbs/32x32/email.png);
  border-radius: 3px;
  display: block;
  width: 32px;
  height: 32px;
}

.social-bar li {
  margin: 5px 2px;
}


.home-hero-social {
  background: none;
}
.home-hero-social .home-hero-content,
.home-hero-social .home-hero-image {
  background: #193542;
}


/* Article Slider */

.article-slider {
  margin: 20px auto;
  position: relative;
  max-width: 700px;
}
.article-slider-item {
  width: 100%;
  text-align: center;
}
.article-slider-item > a {
  display: inline-block;
  position: relative;
}
.article-slider-item-media {
  text-align: left;
  margin: 0;
}
.article-slider-item-media img {
  display: block;
  max-height: 400px;
}
.article-slider-item-text {
  text-align: left;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 16px;
}
.article-slider-item-text p {
  margin-bottom: 0;
}
.article-slider-item-text a,
.article-slider-item-text h3 {
  color: #fff;
}

.article-slider .bx-prev,
.article-slider .bx-next {
  text-indent: -9999px;
  position: absolute;
  top: 45%;
  width: 50px;
}
.article-slider .bx-prev {
  left: 0;
}
.article-slider .bx-next {
  right: 0;
}
.article-slider .bx-prev:before,
.article-slider .bx-next:before {
  font-size: 45px;
  font-family: "lg";
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  background: rgba(128,128,128,0.3);
  text-indent: 0;
  text-align: center;
  transition: background-color 0.3s linear;
}
.article-slider .bx-prev:before {
  content: "\e094";
}
.article-slider .bx-next:before {
  content: "\e095";
}

.article-slider .bx-prev:hover:before,
.article-slider .bx-next:hover:before {
  background: rgba(128,128,128,0.8);
}


/* Authors */

.author {
  clear: both;
  overflow: hidden;
}
.author .article-header {
  margin-top: 0;
}
.author-social {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
.author-social li {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .author-books-item {
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .author-books {
    letter-spacing: -0.4em;
    margin: 1px -15px;
  }
  .author-books h2 {
    padding: 10px 15px;
  }
  .author-books-item {
    display: inline-block;
    width: 33.3%;
    letter-spacing: 0;
    vertical-align: top;
    padding: 15px;
  }
}
.author-books-item h3 {
  margin-top: 15px;
  line-height: 110%;
}
.author-books-item-image img {
  max-width: 100%;
}
.author-books-item-text {
  font-size: 16px;
  line-height: 120%;
}

.home-social-block a {
  text-decoration: none;
}

.text-blue {
  color: #005984;
}
.text-green {
  color: #00853f;
}
.text-default {
  color: #505050;
}
.text-serif {
  font-family: serif;
}