/*
Theme Name: The Ithacan, 2016 Theme
Theme URI: http://theithacan.org/
Author: Evan Sobkowicz
Author URI: http://evansobkowicz.com/
Description: A custom theme for The Ithacan. Developed Spring 2016, replaces the Fall 2013 theme.
Version: 1.0
*/
img {
  max-width: 100%;
}

a {
  color: #094C8E;
}

a:hover {
  color: #3b8ada;
  text-decoration: none;
}

img.icon {
  height: 1.3em;
  margin-top: -0.2em;
  margin-right: 5px;
}

.white-section {
  background-color: #ffffff;
}

.gray-section {
  background-color: #eceeef;
}

.card-deck-wrapper {
  overflow-x: scroll;
}

.card-deck-wrapper .card-img-top {
  min-width: 165px;
}

@-moz-document url-prefix() {
  .card-deck-wrapper .card-img-top {
    max-width: 260px;
  }
}

img {
  max-width: 100%;
  /* 100% */
  height: auto;
}

iframe {
  width: 100%;
  border: none;
}

/* Responsive Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 5px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========== IMAGES IN CONTENT =========== */
.wp-caption p {
  text-align: center;
  padding-left: 5%;
  padding-top: 5px;
  width: 90%;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter, .alignright, .alignleft, .wp-caption {
  margin-top: 15px;
  margin-bottom: 15px;
}

.aligncenter, .wp-caption {
  max-width: 100%;
}

.alert-wrapper {
  margin-top: -40px;
}

.alert {
  margin-bottom: 0px;
}

.alert .btn {
  margin-top: 5px;
}

.alert strong {
  text-transform: uppercase;
}

.alert span {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 11px;
  display: block;
}

.container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container.alert-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container.container-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .container, .heading.container {
  padding-top: 0;
  padding-bottom: 0;
}

#main-nav .navbar-brand {
  display: none;
}

.navbar {
  border-radius: 0;
  background: black;
  padding: 0 1rem;
}

.navbar.navbar-fixed-top .navbar-toggler {
  float: right;
  margin-right: 0px;
}

.navbar.navbar-fixed-top .search {
  display: none;
}

.navbar.navbar-fixed-top .search-nav-item {
  display: list-item;
}

@media (min-width: 48em) {
  .navbar.navbar-fixed-top #main-menu-items {
    float: right;
  }
}

@media (max-width: 47.9em) {
  .navbar .navbar-header {
    height: 37.69px;
    /* Solves weird menu collapse issue */
  }
}

.navbar .navbar-brand {
  max-width: 150px;
  padding: 10px 0px;
}

.navbar .navbar-toggler {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 200;
}

.navbar .nav-pills .nav-link {
  border-radius: 0;
}

.navbar .nav-item + .nav-item {
  margin-left: 0;
}

.navbar .nav li {
  text-align: center;
}

@media (max-width: 47.9em) {
  .navbar .nav li {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.navbar .nav li a {
  color: white;
  font-weight: 200;
  padding: 8px 33px;
  transition: 0.1s;
}

@media (max-width: 74.9em) {
  .navbar .nav li a {
    padding: 8px 28px;
  }
}

@media (max-width: 62em) {
  .navbar .nav li a {
    padding: 8px 12px;
  }
}

@media (max-width: 47.9em) {
  .navbar .nav li a {
    padding: 5px 10px;
  }
}

.navbar .nav li a:hover {
  background: #094C8E;
}

.navbar .dropdown-menu {
  background: #000;
  margin-top: -1px;
  margin-left: -1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media (max-width: 767px) {
  .navbar .dropdown-menu {
    position: relative;
    float: none;
    padding: 0;
    margin: 0;
  }
}

.heading .logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 61.9em) {
  .heading .logo {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0px 20px;
  }
}

@media (max-width: 47.9em) {
  .heading .logo {
    margin-bottom: 20px;
    text-align: center;
  }
}

.heading .tagline {
  text-align: right;
  font-size: 18px;
  font-weight: 200;
  color: #818A91;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 61.9em) {
  .heading .tagline {
    margin-top: 5px;
    font-size: 18px;
  }
}

@media (max-width: 47.9em) {
  .heading .tagline {
    text-align: center;
  }
}

.heading .header-date {
  font-size: 12px;
  text-align: right;
  color: #818A91;
  margin-bottom: 6px;
}

@media (max-width: 61.9em) {
  .heading .header-date {
    margin-top: 5px;
  }
}

@media (max-width: 47.9em) {
  .heading .header-date {
    text-align: center;
  }
}

.ithacan-card {
  text-align: left;
  background: #fff;
}

.ithacan-card.overlay-card {
  border-radius: 0px;
  border: 0px;
  margin-bottom: 1rem;
  overflow: hidden;
  max-height: 145px;
}

@media (max-width: 1199px) {
  .ithacan-card.overlay-card {
    max-height: 115px;
  }
}

@media (max-width: 991px) {
  .ithacan-card.overlay-card {
    max-height: 145px;
  }
}

@media (max-width: 543px) {
  .ithacan-card.overlay-card {
    max-height: 250px;
  }
}

.ithacan-card.overlay-card.large-card {
  max-height: 100%;
}

.ithacan-card.overlay-card .card-img-overlay-excerpt {
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: 0.25s;
  padding: 0px 10px;
}

@media (max-width: 543px) {
  .ithacan-card.overlay-card .card-img-overlay-excerpt {
    padding: 15px 30px;
  }
}

.ithacan-card.overlay-card .card-img-overlay-excerpt p {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 13px;
  color: #777777;
  position: relative;
  height: 5.9em;
  /* 5 lines */
  overflow: hidden;
}

.ithacan-card.overlay-card .card-img-overlay-excerpt p:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1.2em;
  background-color: transparent;
  background-image: -webkit-linear-gradient(to right, rgba(180, 199, 217, 0), #b4c7d9 50%);
  background-image: -moz-linear-gradient(to right, rgba(180, 199, 217, 0), #b4c7d9 50%);
  background-image: -o-linear-gradient(to right, rgba(180, 199, 217, 0), #b4c7d9 50%);
  background-image: linear-gradient(to right, rgba(180, 199, 217, 0), #b4c7d9 50%);
}

.ithacan-card.overlay-card img {
  border-radius: 0px;
}

.ithacan-card.overlay-card:hover .ithacan-overlay {
  bottom: 0px !important;
}

.ithacan-card.overlay-card:hover .card-img-overlay-excerpt {
  opacity: 0.2;
}

.ithacan-card .card-block {
  padding-bottom: 0.75rem;
  min-height: 115px;
}

.ithacan-card .card-block.no-height-block {
  min-height: 0px;
}

.ithacan-card .card-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.ithacan-card .card-title a {
  color: #094C8E;
  transition: 0.1s;
}

.ithacan-card .card-title a:hover {
  color: #3b8ada;
  text-decoration: none;
}

.ithacan-card .card-title a i {
  padding-right: 2px;
}

.ithacan-card .card-text {
  font-size: 14px;
  margin-bottom: 5px;
}

.ithacan-card .card-text.card-text-small {
  font-size: 11px;
  color: #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ithacan-card .card-text.card-text-small a {
  color: #ddd;
}

.ithacan-card .card-text.card-text-small a:hover {
  color: #aaa;
}

.ithacan-card .card-text.card-text-small a:active {
  text-decoration: none;
}

.ithacan-card .card-text.card-text-small a:focus {
  text-decoration: none;
}

.ithacan-card .ithacan-overlay {
  top: auto;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.25s;
}

.ithacan-card .ithacan-overlay.overlay-hidden-section {
  bottom: -25px;
}

.ithacan-card .ithacan-overlay .card-title {
  font-size: 14px;
  margin-bottom: 6px;
  color: white;
  font-weight: 400;
}

.ithacan-card .ithacan-overlay .card-title.large-title {
  font-size: 22px;
}

.ithacan-card .ithacan-overlay .overlay-hover-expand {
  font-size: 12px;
  color: #ddd;
}

.ithacan-card .ithacan-overlay .overlay-hover-expand a {
  color: #ddd;
}

.ithacan-card .ithacan-overlay .overlay-hover-expand a:hover {
  color: #aaa;
}

.overlay-card figure {
  margin-bottom: 0px;
}

.overlay-card figure img {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.overlay-card figure:hover img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  backface-visibility: hidden;
}

.featured-three .card {
  margin-bottom: 1rem;
}

@media (max-width: 543px) {
  .featured-three .card {
    margin-bottom: 0px;
  }
}

.home-feature-container {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .home-feature-container {
    padding-bottom: 1rem;
  }
}

@media (max-width: 543px) {
  .home-feature-container {
    padding-top: 1rem;
  }
}

@media (max-width: 543px) {
  .homepage .container {
    padding-bottom: 0px;
  }
}

@media (min-width: 544px) {
  .home-sub-row div[class*="col-"] {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
  .home-sub-row div[class*="col-"]:first-child {
    padding-left: .9375rem;
    padding-right: 0px;
  }
  .home-sub-row div[class*="col-"]:last-child {
    padding-left: 0px;
    padding-right: .9375rem;
  }
}

@media (max-width: 767px) {
  .section-block .section-more span {
    display: none;
  }
}

.section-block .card.large-card .large-title {
  font-size: 18px;
  padding-bottom: 2px;
}

.section-block .card .ithacan-overlay {
  bottom: -25px;
}

@media (max-width: 543px) {
  .section-block.section-block-life-culture {
    padding-top: 35px;
  }
}

@media (max-width: 543px) {
  .section-block.section-block-sports {
    padding-top: 35px;
  }
}

@media (min-width: 768px) {
  .section-block .section-block-item-left {
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .section-block .section-block-item-right {
    padding-left: 5px;
  }
}

.home-sidebar.topic-button {
  margin-bottom: 20px;
}

.home-sidebar.topic-button .btn {
  font-size: 13px;
}

.home-sidebar.topic-button .btn .sidebar-button-heading {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-sidebar.latest-articles {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .home-sidebar.latest-articles {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-sidebar.latest-articles .list-group-item:last-child {
    display: none;
  }
  .home-sidebar.latest-articles .list-group-item:nth-last-child(2) {
    display: none;
  }
}

@media (max-width: 991px) {
  .home-sidebar.latest-articles .list-group-item:last-child {
    display: none;
  }
  .home-sidebar.latest-articles .list-group-item:nth-last-child(2) {
    display: none;
  }
}

.home-sidebar.game-stories {
  margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-sidebar.game-stories {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .home-sidebar.game-stories {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-sidebar.game-stories .list-group-item:last-child {
    display: none;
  }
}

.home-sidebar .heading {
  color: #094C8E;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
}

@media (max-width: 543px) {
  .home-sidebar .heading {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.home-sidebar .list-group {
  margin-bottom: 5px;
}

.home-sidebar .list-group-item {
  padding: 5px 15px;
  border: 0px;
  border-left: none;
  border-right: none;
  border-radius: 0px !important;
  font-size: 14px;
}

.home-sidebar a.list-group-item {
  color: #000;
}

.home-sidebar .list-group-item ul {
  list-style: none;
  display: inline-block;
  padding-left: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.home-sidebar .latest-meta {
  display: block;
  color: gray;
  font-size: 10px;
}

.alert-ithacan {
  color: #fff;
  font-size: 11px;
  background-color: #800000;
  border: none;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 8px 15px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}

.alert-ithacan.last-alert {
  margin-bottom: 20px;
}

.alert-ithacan span {
  font-size: 11px;
}

.alert-ithacan strong {
  font-size: 15px;
  display: block;
}

.alert-ithacan:hover {
  background-color: #cb2027;
}

.stories-row-header {
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 80px;
  margin-left: 20px;
  padding-top: 10px;
}

.stories-row-header h3 {
  margin-bottom: 8px;
}

.stories-row-header p {
  font-size: 13px;
  padding-bottom: 8px;
}

.article-icons {
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  position: absolute;
  right: 0;
  padding: 5px 15px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.75);
}

.section-heading {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 15px;
  color: #094C8E;
}

.section-heading a {
  color: #094C8E;
}

.section-heading a:hover {
  color: #094C8E;
}

.section-heading a:focus {
  text-decoration: none;
}

.pdf-block {
  text-align: center;
  margin-bottom: 15px;
}

.pdf-block a img {
  border: 1px solid #eee;
  height: 250px;
}

.pdf-block a .date-box {
  border: 1px solid #eee;
  border-top: 0px;
  margin: 0px 20px;
  padding: 2px 5px;
  color: #000;
  font-size: 12px;
}

.big-picture-block {
  margin-bottom: 15px;
  text-align: center;
}

.big-picture-block a img {
  border: 1px solid #eee;
  height: 250px;
}

.big-picture-block h4 {
  font-size: 14px;
  padding-top: 5px;
  min-height: 40px;
}

.more-pdfs {
  text-align: right;
}

footer {
  border-top: 5px solid black;
  background: #eceeef;
}

footer .footer-container .footer-logo {
  text-align: center;
}

footer .footer-container .footer-logo img {
  max-width: 50%;
}

@media (max-width: 61.9em) {
  footer .footer-container .footer-logo img {
    max-width: 75%;
  }
}

@media (max-width: 47.9em) {
  footer .footer-container .footer-logo img {
    max-width: 50%;
  }
}

@media (max-width: 543px) {
  footer .footer-container .footer-logo img {
    max-width: 60%;
  }
}

footer .footer-container h4 {
  font-weight: 200;
  font-size: 20px;
  color: #000;
}

@media (max-width: 61.9em) {
  footer .footer-container h4 {
    margin-top: 15px;
  }
}

footer .footer-container .footer-nav {
  list-style: none;
  padding-left: 0px;
  font-size: 14px;
}

footer .footer-container .footer-nav a {
  color: #818A91;
}

footer .footer-container .footer-nav a:hover {
  color: #094C8E;
}

footer .footer-container .media-icons {
  margin-top: 0px;
  text-align: left;
}

@media (max-width: 61.9em) {
  footer .footer-container .media-icons {
    text-align: center;
  }
}

@media (max-width: 61.9em) {
  footer .footer-container .media-icons li {
    font-size: 21px;
  }
}

@media (max-width: 47.9em) {
  footer .footer-container .media-icons li {
    font-size: 30px;
  }
}

footer .footer-container .app-links {
  padding-top: 8px;
  margin-left: -2px;
}

footer .footer-container .app-links img {
  max-width: 48%;
}

footer .footer-container .copyright {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 12px;
  color: #818A91;
}

.page-header .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.page-header .container.headshot {
  background-position: bottom right;
  background-size: 60px;
  background-repeat: no-repeat;
}

.page-header .container h2 {
  font-size: 50px;
  margin: 0;
  font-weight: 200;
  color: #094C8E;
}

@media (max-width: 767px) {
  .page-header .container h2 {
    font-size: 35px;
    padding-left: 15px;
  }
}

.page-header .container .writer-contact {
  text-align: right;
  padding-top: 10px;
}

.page-header .container .writer-contact span {
  display: block;
  color: #000;
}

.page-header .container .writer-contact i {
  margin-right: 5px;
}

.page-header .container .writer-contact a {
  font-size: 16px;
}

.page-header .container .description {
  font-size: 16px;
  color: #000;
  font-weight: 200;
}

.page-header .container .search-form {
  margin-top: 20px;
}

.padding-bottom {
  padding-bottom: 1rem;
}

.tag-share h3 {
  font-weight: 200;
  margin-bottom: 15px;
}

.pagination-container {
  text-align: center;
}

.search-modal {
  background: rgba(255, 255, 255, 0.9);
}

.search-modal .modal-content {
  background: inherit;
  border: none;
  margin-top: 18%;
}

.search-modal .modal-content .form-control {
  border: none;
  border-bottom: 1px solid #818A91;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 28px;
  color: #000;
  padding-left: 5px;
  padding-bottom: 0;
}

.search-modal .modal-content .btn {
  border: none;
  background: none;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.333333;
  border-radius: 0;
  color: #000;
}

.search-modal .modal-content .btn:hover {
  color: #818A91;
}

@media (max-width: 47.9em) {
  .search {
    width: 100%;
    padding-left: 10px;
  }
}

.search .form-control {
  background: #000;
  color: #fff;
  padding: 2px;
  margin-top: 3px;
  font-weight: 200;
  border: 0;
  border-radius: 0;
  border-bottom: .0625rem solid #ccc;
  transition: 0.1s;
}

@media (max-width: 47.9em) {
  .search .form-control {
    display: inline-block;
    width: 80%;
  }
}

.search .form-control:focus {
  border-bottom-color: #094C8E;
}

.search .btn {
  border: 0;
  margin-top: 2px;
}

.search .btn:hover {
  color: #094C8E;
  background: none;
}

.search .btn:active {
  background: none;
}

.search .btn:focus {
  background: none;
}

.btn-ithacan-outline {
  color: #094C8E;
  background-color: transparent;
  border-color: #094C8E;
  transition: 0.05s;
}

@media (max-width: 991px) {
  .btn-ithacan-outline {
    font-size: 12px;
  }
}

.btn-ithacan-outline:hover {
  color: #fff;
  background-color: #094C8E;
  border-color: #094C8E;
}

.btn-ithacan {
  color: #fff;
  background-color: #094C8E;
  border-color: #094C8E;
  transition: 0.05s;
}

@media (max-width: 991px) {
  .btn-ithacan {
    font-size: 12px;
  }
}

.btn-ithacan:hover {
  color: #094C8E;
  background-color: #fff;
  border-color: #094C8E;
}

.btn-ithacan:active {
  color: #094C8E;
  background-color: #fff;
  border-color: #094C8E;
}

.label-ithacan {
  background: #094C8E;
  font-weight: 200;
  font-size: 16px;
}

ul.media-icons {
  margin-top: 0.5rem;
  margin-left: 0px;
  padding-left: 0px;
  text-align: right;
  margin-bottom: 0px;
}

@media (max-width: 47.9em) {
  ul.media-icons {
    text-align: center;
  }
}

ul.media-icons li {
  display: inline-block;
  list-style: none;
  font-size: 30px;
  margin-right: 4px;
  margin-left: 4px;
}

.media-icons li.facebook a {
  color: #3b5998;
}

.media-icons li.twitter a {
  color: #00aced;
}

.media-icons li.you-tube a {
  color: #bb0000;
}

.media-icons li.flickr a {
  color: #ff0084;
}

.media-icons li.instagram a {
  color: #517fa4;
}

.stories-list .stories-list-item {
  padding: 15px 0;
}

.stories-list .stories-list-item .list-image-wrapper {
  overflow: hidden;
  max-height: 192px;
}

@media (max-width: 1199px) {
  .stories-list .stories-list-item .list-image-wrapper {
    max-height: 154px;
  }
}

@media (max-width: 991px) {
  .stories-list .stories-list-item .list-image-wrapper {
    max-height: 145x;
  }
}

@media (max-width: 767px) {
  .stories-list .stories-list-item .list-image-wrapper {
    max-height: 137px;
  }
}

@media (max-width: 543px) {
  .stories-list .stories-list-item .list-image-wrapper {
    max-height: 272px;
  }
}

.stories-list .stories-list-item .content {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 544px) and (max-width: 1199px) {
  .stories-list .stories-list-item .content {
    padding-top: 0px;
  }
}

.stories-list .stories-list-item .content h4 {
  font-size: 20px;
  font-weight: 200;
}

.stories-list .stories-list-item .content .meta {
  font-size: 12px;
  color: #818A91;
}

.stories-list .stories-list-item .content .meta a {
  color: #818A91;
}

.stories-list .stories-list-item .content .meta a:hover {
  color: #818A91;
  text-decoration: underline;
}

.stories-list .stories-list-item .content .excerpt {
  font-size: 14px;
  margin-top: 10px;
}

.stories-list .stories-list-item .content .excerpt p {
  position: relative;
  height: 2.8em;
  /* 2 lines */
  overflow: hidden;
}

.stories-list .stories-list-item .content .excerpt p:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}

@media (min-width: 1200px) {
  .writer-with-twitter .content {
    padding-top: 0px !important;
  }
}

.stories-row.stories-row-two {
  margin-top: 20px;
}

.stories-row .card-title {
  font-size: 16px;
}

.sidebar {
  border-left: 1px solid #aaa;
  margin-top: 20px;
  padding-left: 20px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.sidebar h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #094C8E;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

article .first-container {
  padding-top: 0.5rem;
}

article .article-heading h2 {
  font-weight: 200;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 36px;
}

article .article-heading .post-type-section-heading {
  color: #094C8E;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}

article .article-heading .post-type-head {
  font-size: 12px;
}

article .article-heading .post-type-head .label-ithacan {
  background: #094C8E;
  padding: 4px 6px;
  font-size: 12px;
}

article .article-heading .post-type-head .label-ithacan a {
  color: #fff;
}

article .article-heading .post-type-head .label-ithacan a:hover {
  color: #eee;
}

article .article-heading i {
  margin-left: 5px;
  margin-right: 5px;
}

article .article-heading .media-container {
  position: relative;
}

@media (max-width: 543px) {
  article .article-heading .media-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
  }
}

article .article-heading .media-container .credit {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  line-height: 1;
}

article .article-heading .media-container .credit .label {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

article .article-heading .media-container .credit .label i {
  margin: 0;
}

article .article-heading .caption {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 15px;
}

article .article-meta {
  font-size: 12px;
  color: #818A91;
  margin-top: 10px;
  margin-bottom: 10px;
}

article .article-meta .article-info {
  padding-top: 2px;
}

article .article-meta .article-info a {
  color: #818A91;
}

article .article-meta .article-info a:hover {
  color: #818A91;
  text-decoration: underline;
}

@media (max-width: 767px) {
  article .article-meta .social {
    margin-top: 10px;
  }
}

article .article-content {
  margin-top: 10px;
  font-family: georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
}

article .article-content blockquote {
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
}

article .article-content blockquote:before {
  display: block;
  content: "\201C";
  float: left;
  color: #999;
  height: 0px;
  font-size: 300px;
  line-height: 250px;
}

article .article-content blockquote p {
  font-size: 25px;
  padding-left: 160px;
}

article .article-content blockquote p .citation {
  display: block;
  padding-top: 8px;
  text-align: right;
  font-size: 16px;
  color: #999;
}

article .article-content .wp-caption-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #aaa;
}

article .article-content .review-box {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 20px;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
}

@media (max-width: 47.9em) {
  article .article-content .review-box {
    width: 100%;
    margin: 20px 0px;
    float: none;
  }
}

article .article-content .review-box h3 {
  font-weight: 200;
  font-size: 20px;
}

article .article-content .review-box h4 {
  font-weight: 200;
  font-size: 14px;
}

article .article-content .review-box .star-rating {
  font-size: 20px;
  color: #094C8E;
}

article .article-footer h3 {
  color: #094C8E;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

article .article-footer .tags .label-tag {
  background: #818A91;
  font-weight: 400;
  padding: 3px 5px;
  margin-right: 5px;
}

article .article-footer .tags .label-tag a {
  color: #fff;
}

article .article-footer .tags .label-tag a:hover {
  color: #eee;
}

article .writer-info {
  margin-top: 30px;
  color: #818181;
}

article .writer-info p {
  margin-bottom: 0px;
  font-size: 12px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article .writer-info a {
  color: #818181;
  text-decoration: underline;
}

.ad-unit {
  text-align: center;
}

.ad-unit .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ad-unit.leaderboard {
  background: #eceeef;
}

.ad-unit.leaderboard .container {
  padding-top: 0;
}

.ad-unit.homepage-divider {
  background: #eceeef;
}

.ad-unit.story-page-sidebar-top .container, .ad-unit.story-page-sidebar-bottom .container {
  padding-right: 0;
  padding-left: 0;
}

.ad-unit .ad-heading {
  font-size: 10px;
}

.ad-unit .ad-heading a {
  color: #aaa;
  text-decoration: none;
}

.ad-unit .ad-heading a:hover {
  color: #aaa;
  text-decoration: none;
}

.story-checklist {
  position: fixed;
  bottom: 0;
  right: -218px;
  width: 250px;
  height: 200px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 10px;
  z-index: 9999;
  transition: 0.25s;
}

.story-checklist:hover {
  right: 0px;
  background: white;
}

.story-checklist h4 {
  margin-left: 25px;
  font-size: 18px;
}

.iframe-wrapper iframe {
  pointer-events: none;
}

.rrssb-buttons.large-format li:first-child:nth-last-child(4) a, .rrssb-buttons.large-format li:first-child:nth-last-child(4) ~ li a {
  font-size: 13px;
}

._5lm5, ._491z {
  border: none;
}

.gss-container .gss-pager .cycle-pager-active {
  background-color: #3b8ada;
}

.gss-container .gss-pager .cycle-pager-active:hover {
  background-color: #3b8ada;
}

.gss-container .gss-info {
  background-color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gss-container .gss-info .gss-nav .gss-prev:hover, .gss-container .gss-info .gss-nav .gss-next:hover {
  color: #3b8ada;
}

.gss-container .gss-info .gss-captions {
  font-size: 14px;
  font-weight: 400;
}

/* LIVEBLOG */
.liveblog-author-name, .liveblog-author-avatar {
  display: none;
}

.liveblog-entry .liveblog-entry-text {
  font-family: georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  margin: 10px 5px !important;
}
