/*
 Theme Name:   JSG Foundation 6 News
 Template:     jsg-f6
 Author:	   Brian Zavala
 Version:      1.0
 Text Domain:  jsg-f6-news
*/



.home .section-newsletter .columns {
  padding-left: 0;
  padding-right: 0; }

.page .stories .story .row:last-child .story-info {
  padding-bottom: 0; }

.page .carousel {
  opacity: 0;
  transition: opacity 0.4s; }
  .page .carousel.is-hidden {
    display: none; }
  .page .carousel.flickity-enabled {
    opacity: 1; }
  .page .carousel .carousel-cell {
    height: 500px;
    width: 100%; }
  .page .carousel .flickity-prev-next-button {
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    background: none; }
    .page .carousel .flickity-prev-next-button.previous {
      left: 20px; }
    .page .carousel .flickity-prev-next-button.next {
      right: 20px; }
    .page .carousel .flickity-prev-next-button .arrow {
      fill: rgba(255, 255, 255, 0.75); }

.page .carousel-cell-image {
  display: block;
  position: relative;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%; }
  .page .carousel-cell-image .cell-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 250px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000000', endColorstr='#a750000',GradientType=0 ); }
  .page .carousel-cell-image .title {
    position: absolute;
    bottom: 20px;
    left: 60px;
    z-index: 2;
    color: white; }
    .page .carousel-cell-image .title h1 {
      color: #fff !important;
      margin-bottom: 0 !important; }
    .page .carousel-cell-image .title p {
      margin-bottom: 0; }
    .page .carousel-cell-image .title .button {
      color: #fff;
      border-color: #fff;
      margin-top: 15px; }
      .page .carousel-cell-image .title .button:hover, .page .carousel-cell-image .title .button:focus {
        background: #fff;
        color: #bf5700; }

.page .carousel-one .title {
  left: 20px; }

.single .stories .story ul.menu.vertical {
  position: relative;
  z-index: 1008;
  margin: 15px 0 0 0; }
  .single .stories .story ul.menu.vertical li {
    border-bottom: 1px solid #EBE8E2; }
    .single .stories .story ul.menu.vertical li a {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .single .stories .story ul.menu.vertical li ul.children {
      border-top: 1px solid #EBE8E2;
      margin: 0;
      list-style-type: disc;
      color: #eae1cf;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      .single .stories .story ul.menu.vertical li ul.children li {
        font-size: 1rem;
        margin-left: 2rem;
        padding: 0.375rem 0.75rem 0.375rem 0;
        line-height: 1rem;
        border-bottom: 0; }
        .single .stories .story ul.menu.vertical li ul.children li a {
          color: #222;
          font-size: 0.875rem; }
          .single .stories .story ul.menu.vertical li ul.children li a:hover {
            color: #000; }
        .single .stories .story ul.menu.vertical li ul.children li:last-child {
          border: 0; }
  .single .stories .story ul.menu.vertical li.menu-parent {
    border-bottom: 0;
    font-size: 2.125rem;
    font-weight: 700;
    padding: 0; }
    .single .stories .story ul.menu.vertical li.menu-parent a {
      color: #222;
      padding-top: 5px; }

.single .stories .story .large-3 {
  padding-left: 0; }

#tec-events-calendar-header {
  top: 80px !important;
  right: 25px !important;
  margin: 0 !important;
  width: 550px !important; }
  #tec-events-calendar-header .tec-prev-month {
    margin-right: 0 !important; }
    #tec-events-calendar-header .tec-prev-month a {
      margin-right: 0 !important; }
  #tec-events-calendar-header select.tec-events-dropdown {
    width: 100px !important;
    font-size: 1rem !important;
    margin: 0 !important;
    vertical-align: top !important;
    height: 2.3rem !important; }