.season-title {
    font-family:"proximanova-bold", Arial, sans-serif;
}
    .arrow-list  { 
        margin: 0.75em 0;
        padding: 0 1em;
        list-style: none;
        margin-bottom: 30px;
        font-size: 19px;
        font-weight: bold;
    }
    
    .arrow-list li:before { 
        content: "";
        border-color: transparent #4aacc7;
        border-style: solid;
        border-width: 0.35em 0 0.35em 0.45em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 0.9em;
        position: relative;
    }
    .block-container {
      width: 100%;
    }
      .supersunday-schedule-list {
        list-style: none;
        padding-left: 0px;
        margin-bottom: -18px;
      }
    
      .supersunday-schedule-list li {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-color: #ddd;
        border-bottom-style: solid;
        line-height: 2.5em;
        cursor: pointer;
    
        transition-property: background-color;
        transition-duration: .5s;
      }
      .supersunday-schedule-list li * {
        pointer-events: none;
      }
    
      .supersunday-schedule-list li:hover {
        background-color: #E7EBEE;
      }
    
      .supersunday-schedule-list-clicked {
        background-color: #DBE1E6;
        padding-bottom: 0px !important;
      }
      
    
      .supersunday-title {
        float: left;
        width: 70%;
      }
    
      .supersunday-header-title {
        font-size: 26px;
        margin-bottom: 5px;
        text-align: left;
        line-height:1.2;
      }
    
      .supersunday-event-title {
        font-weight: bold;
        font-size: 22px;
        display: inline-block;
        text-align: left;
        font-family: "proximanova-bold";
      }
    
      .schedule-event-date {
        font-size:20px;
        line-height: 22px;
        padding: 0 10px;
        display: inline-block;
        text-align: left;
        font-family: "proximanova-bold";
      }
    
      .one-line-offset {
        margin-top: 22px;
      }
    
      .two-line-offset {
        margin-top: 5px;
      }
    
      .supersunday-thumbnail {
        box-sizing: border-box;
        float: right;
        width: 30%;
        padding-right: 10px;
      }
      .supersunday-thumbnail img {
        display: block;
      }
    
      .schedule-event-title {
        font-size: 28px;
        line-height: 32px;
      }
    
      .supersunday-event-title-wrapper {
        margin-bottom: 5px;
        text-align: left;
        margin-bottom: 25px;
      }
    
      .supersunday-video-tab {
        clear: both;
        position: relative;
        background-color: #C4CDD4;
      }
    
      .supersunday-video-tab-clicked:before {
        content: "";
        width:0px;
        height:0px;
        border-left:12px solid transparent;
        border-right:12px solid transparent;
        border-top:12px solid #DBE1E6;
        position:absolute;
        top:0; 
        left: 50%;
        margin-left: -12px;
        transition-duration: 0.5s;
        transition-property: border-top;
    }
    .supersunday-schedule-list li:hover .supersunday-video-tab-clicked:before {
      border-top:12px solid #E7EBEE;
    }
    
      .supersunday-video-tab-clicked {
    
      }
    
      .supersunday-video-container {
        clear: both;
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: hidden;
        opacity: 1;
      }
    
      .supersunday-collapsed {
        height: 0px;
        opacity: 0;
        padding: 0;
      }
       .html5video-container {
          display: block;
          position: relative;
          width: 100%;
          height: 0;
          padding-bottom: 56.25%;
          background: #000;
      }
      .html5video-container > iframe {
          position: absolute;
          border: none;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
    
      @media only screen and (min-width: 767px) and (max-width: 900px) {
        .schedule-event-title {
          font-size: 25px;
        }
    
        .one-line-offset {
          margin-top: 11px;
        }
    
        .two-line-offset {
          margin-top: 8px;
          line-height: 1em;
        }
      }
    
      @media only screen and (max-width: 767px) {
        .schedule-event-title {
          font-size: 32px;
        }
    
        .one-line-offset {
          margin-top: 30px;
        }
    
        .two-line-offset {
          margin-top: 10px;
          line-height: 1em;
        }
    
        .supersunday-schedule-list {
          margin-bottom: 40px;
        }
        #ministry {
          display:none;
        }
        .supersunday-schedule-list li:nth-last-child(1) {
          border-bottom-style: solid;
        }
        .supersunday-schedule-list li {
          max-width: 470px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-top:10px;
          padding-top:0;
        }
        
        .supersunday-thumbnail,
        .supersunday-title {
          float:none;
          width: 100%;
          padding:0;
        }
        .supersunday-schedule-list li {
          background-color: #E7EBEE;
          margin-top:30px;
        } 
      }
    
      @media only screen and (max-width: 600px) {
        .schedule-event-title {
          font-size: 25px;
        }
    
        .one-line-offset {
          margin-top: 15px;
        }
    
        .supersunday-event-title {
          font-size: 20px;
        }
        
      }
    
      @media only screen and (max-width: 480px) {
    
        .supersunday-schedule-list li {
          line-height: 1.5em;
        }
		.exclusive-title {
			margin-top:0;		
		}

		.schedule-event-date {margin-top:10px}
    
        .supersunday-schedule-list-clicked {
          background-color: #f5f6f6;
          padding-bottom: 15px !important;
        }
    
        .supersunday-title {
          width: 100%;
          margin-bottom: 10px;
        }
    
        .one-line-offset, .two-line-offset {
          margin-top: 0px;
        }
    
        .supersunday-event-title {
          font-size: 16px;
        }
    
        .supersunday-collapsed {
          height: auto;
          opacity: 1;
        }
    
        .supersunday-video-container {
          width: 95%;
          padding: 0;
        }
    
        .supersunday-video-tab {
          background-color: rgba(0, 0, 0, 0);
        }
    
        .supersunday-video-tab-clicked {
          margin-top: 0px;
        }
    
        .supersunday-video-tab-clicked:before {
          display: none;
        }
      }
    .supersunday-event-title1 {        font-weight: bold;
        font-size: 22px;
        display: inline-block;
        text-align: left;
        font-family: "proximanova-bold";
    }
    .supersunday-event-title1 {          font-size: 20px;
    }
    .supersunday-event-title1 {          font-size: 16px;
    }