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

a {
  color: #094C8E;
}

body{
  font-family:'Univers',sans-serif;
  letter-spacing: -0.02rem;
}

figure {
    margin: 0 0 0rem;
}

a:hover {
  /*color: #3b8ada;*/
  color: #094C8E;
  text-decoration: none;
}

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

.hr-lower{
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.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: 8.5px 0px 0px;
  margin-right: 0rem;
}

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

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

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

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

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

.navbar .nav li a {
  color: white;
  font-weight: 200;
  padding: 8px 29px;
  transition: 0.1s;
  font-family: 'UniversLight';
  letter-spacing: -0.03rem;
}

@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:hover {
    background: #094C8E;
}

.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;
  }
}

.dropdown-item {
      text-align: left;
    }

.nav-item .dropdown-toggle {
      text-align: left;
  }

.nav-item .dropdown-toggle:after {
    display: none;
}

.navbar .nav-item .dropdown-menu {
      display: none;
  }

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.navbar .nav-item .dropdown-menu {
    margin-top: 0;
}

.dropdown-submenu .dropdown-toggle:after {
    display: inline-block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    display: none !important;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.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;
  }
}

.tagline {
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    color: #818A91;
    margin-top: 8px;
    margin-bottom: 18px;
    font-family: 'Univers', sans-serif;
}

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

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

.heading .header-date {
    font-size: 16px;
    text-align: left;
    color: #818A91;
    margin-top: 40px;
    margin-bottom: 7px;
    padding-left: 59px;
}

@media (max-width: 61.9em) {
  .heading .header-date {
    font-size: 13px;
  }
}

/* Header Weather */
.forecast img {
  margin-bottom: 4px;
  width: 35px;
  margin-left: -3px;
}

@media (max-width: 991px) {
  .forecast img  {
    display: none;
  }
}

.card {
  background-color: transparent;
}

.ithacan-card {
  text-align: left;
  border: none;
}

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

.ithacan-card.overlay-front {
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0rem;
  overflow: hidden;
}

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

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

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

.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-small {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.ithacan-card .card-title-small a {
    color: black;
    font-weight: bold;
}

.ithacan-card .card-title-small a:hover {
    color: #094C8E;
    text-decoration: none;
}

.ithacan-card .card-title-single {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}

.ithacan-card .card-title-single a {
    color: black;
    font-weight: bold;
}

.ithacan-card .card-title-single a:hover {
    color: #094C8E;
    text-decoration: none;
}

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

.ithacan-card .card-title a:hover {
  /*color: #3b8ada;*/
  color: #094C8E;
  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 .byline-text.byline-text-small {
    font-size: 11px;
    color: gray;
}

.ithacan-card .byline-text.byline-text-small a {
    color: gray;
}

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

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

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

.ithacan-card .under-title {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: 400;
}

.ithacan-card .under-title a {
    color: black;
}

.ithacan-card .under-title a:hover {
    color: #094C8E;
}


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

.ithacan-card .under-title.large-title a {
    color: black;
    text-decoration: none;
}

.ithacan-card .under-title.large-title a:hover {
    /*color: #3b8ada;*/
    color: #094C8E;
    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;
}

.overlay-front 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-front 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 .item{
    padding-bottom: 10px;
  }
}

.right-sidebar {
    margin-top: -48px;
}

@media (min-width: 992px) {
    .right-sidebar {
        border-left: 1px solid rgba(0, 0, 0, .15);
        margin-top: -48px;

    }
}

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

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

.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.game-stories.print{
  /* height: 306px; */
  overflow: hidden;
}

.home-sidebar .heading {
  color: #094C8E;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-left: 15px;
  border-bottom: 2px solid black;
}

.home-sidebar .heading a {
    color: black;
    font-family: 'Unna', serif;
    font-size: 16px;
}

@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;
}

a.list-group-item:focus,
a.list-group-item:hover {
    background-color: #f5f5f5
}

.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;
}

.twitter-feed {
    padding: 0px 0px 0px 30px;
}

@media (max-width: 992px) {
    .twitter-feed {
        padding-top: 39px;
    }
}

@media (max-width: 992px) {
    iframe.twitter-timeline {
        min-height: 490px !important;
    }
}

@media (max-width: 576px) {
    .twitter-feed {
        padding: 0px 30px;
    }
}

.print-edition {
    /* padding: 0px 0px 0px 15px; */
    /* margin-bottom: 20px; */
    /* max-width: 100%; */
    max-width: 85%;
    border: 1px solid black;
    margin-left: 15px;
}

.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: 28px;
  font-weight: 200;
  margin-bottom: 15px;
  font-family: 'Unna', serif;
  color: black;
  /*color: #094C8E;*/
}

.section-heading a {
  font-size: 24px;
  color: black !important;
  font-family: 'Unna', serif;
}

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

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

.section-heading-news {
  border-bottom: 3px solid #0a1a57;
  text-transform: uppercase;
}

.section-heading-opinion {
  border-bottom: 3px solid #00614e;
  text-transform: uppercase;
}

.section-heading-life-culture {
  border-bottom: 3px solid #94284e;
  text-transform: uppercase;
}

.section-heading-sports {
  border-bottom: 3px solid #1b86c4;
  text-transform: uppercase;
}

.section-heading-media {
  border-bottom: 3px solid #b8d7f3;
  text-transform: uppercase;
}

.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: #000;
  font-family: 'Unna', serif;
  text-align: center;
  border-bottom: 3px solid #000;
}

.page-header .container h2 a {
  color: black;
}

.page-header .container h2 a:hover {
  color: #094C8E;
}

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

.page-header .container .header-news h2 {
    border-bottom: 3px solid #0a1a57;
    text-transform: uppercase;
}

.page-header .container .header-opinion h2 {
    border-bottom: 3px solid #00614e;
    text-transform: uppercase;
}

.page-header .container .header-life-culture h2 {
    border-bottom: 3px solid #94284e;
    text-transform: uppercase;
}

.page-header .container .header-sports h2 {
    border-bottom: 3px solid #1b86c4;
    text-transform: uppercase;
}

.page-header .container .header-media h2 {
    border-bottom: 3px solid #b8d7f3;
    text-transform: uppercase;
}

.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;
}

.page-header .container .sort-posts {
    margin-top: 27px;
}

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

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

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

.pagination {
    justify-content: center;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.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;
}

.btn-latest {
  background-image: url('http://ithacan.staging.wpengine.com/wp-content/uploads/2021/02/Screen-Shot-2021-02-11-at-1.55.50-AM.png') !important;
  background-size: cover;
  background-position: 0% 2%;
  filter: blur(1px);
  transition: 0.05s;
}

.btn-latest span{
  filter: blur(0px);
}

@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;
}

.btn-list {
    color: white;
    border-color: black;
    transition: 0.05s;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 0;
}

@media (max-width: 576px) {
    .btn-list {
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 1200px) {
    .btn-list {
        margin-bottom: 10px;
    }
}

.btn-news {
    background-color: #0a1a57;
}

.btn-opinion {
    background-color: #00614e;
}

.btn-columns {
    background-color: #00614e;
}

.btn-life-culture {
    background-color: #94284e;
}

.btn-sports {
    background-color: #1b86c4;
}

.btn-media {
    background-color: #b8d7f3;
}

.btn-page {
    background-color: #094C8E;
}

.btn-pdfs {
    background-color: #094C8E;
}

.btn-blogs {
    background-color: #094C8E;
}

.btn-accent {
    background-color: #94284e;
}


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

.heading .media-icons {
    margin-top: 25px;
}

ul.media-icons {
  margin-top: 0.5rem;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
  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;
}

.media-icons li.spotify a {
  color: #1DB954;
}

.media-icons li.soundcloud a {
  color: #ff7700;
}

.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: 145px;
  }
}

@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 h4 a {
  color: black;
}

.stories-list .stories-list-item .content h4 a:hover {
  color: #094C8E;
}

.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: auto;
  /* 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;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Unna', serif;
}

.sidebar h3 a {
  color: black;
}

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

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

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;
  padding: 0px 5px;
  background: grey;
  color: white;
}

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 .media-container .credit .label a {
  color: white;
}

article .article-heading .media-container .credit .label a:hover {
  color: #094C8E;
}

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;
}
