/* -------------- Fonts --------------- */

/*
	font-family: 'Open Sans', sans-serif;

	400 = regular
	600 = semi-bold
	700 = bold
*/


/* -------------- Global Styles --------------- */

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	overflow-x: hidden;
}

html{
	background-color: #000;
	font-size: 62.5%;
}

body{
	/*background: url('/images/flare_background.jpg') no-repeat center 0;*/
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
}

p {
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 3rem;
}

ul{
	list-style: none;
}

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

h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	margin-top: 0;
}

h1{
	color: #4dc2ef;;
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 4.6rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

.inner-page-light h1{
    color: #4dc2ef;
    text-align: center;
}

h2 {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 3.2rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

h3 {
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 2.4rem;
	margin-bottom: 1rem;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}

h3 a {
	color: #4dc2ef;
	text-decoration: none;
}

.inner-page-light p{
	margin-top: 0;
}

a,
.nav-trigger,
.nav-toggle,
.hp-change-time-zone,
header {
	transition: all 300ms ease;
}

a {
	color: #4dc2ef;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ffffff;
	text-decoration: none;
}

input{
	outline: none;
}

.btn-branding,
.btn-secondary {
	font-weight: 700;
	padding: 1.4rem 2rem 1.2rem;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid;
}

.btn-branding {
	background: #4dc2ef;
	color: #000;
}

.btn-branding:hover {
	background: #000;
	color: #4dc2ef;
}

.btn-secondary {
	background: transparent;
	color: white;
	border: 2px solid white;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: white;
	color: #000;
}

/* END GLOBAL STYLES */


/* -------------- Main Structure --------------- */

.page-wrapper{
	background: url('https://static.moviestvnetwork.com/images/moviestv_background.png') no-repeat fixed center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	padding-top: 2rem;
	margin-top: 2rem;
}

#wrapper{
	margin: 0 auto 2rem;
	max-width: 1400px;
	padding: 0 2rem;
}

#home-wrapper{
	margin: 0 auto 0.5rem;
	max-width: 1400px;
	padding: 0 2rem;
}

.inner-page-light{
    color: #fff;
}

.content-article {
	display: flex;
	flex-direction: row;
}

.content-inner {
    width: 70.73170731707317%;
	padding: 0 3rem 3rem 13rem;
	position: relative;
	margin-right: 3rem;
}

.content-inner-side {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 130px;
}

aside {
	display: flex;
    justify-content: flex-end;
	float: right;
    position: relative;
    width: 24.390243902439025%;
}

aside ul {
	padding-left: 0;
}

.content-schedule .content-inner {
	padding-left: 3rem;
}

/* END MAIN STRUCTURE */


/* -------------- Header --------------- */

.is-sticky header {
    background: rgba(0,0,0,0.8);
    width: 100%;
    z-index: 999999;
    border-bottom: 2px solid #4dc2ef;
}

.is-sticky .logo {
	vertical-align: middle;
}

.is-sticky ul #sub-nav {
	top: 67px;
}

.logo{
	margin: 1.5rem 0 0 0;
	width: 322px;
}

.logo-vert {
	display: none;
}

.logo-mobile{
	display: none;
}

#main-nav,
#main-nav a{
	color: #fff;
}

#main-nav{
	display: inline-block;
	float: right;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
}

#main-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav li{
	display: inline;
}

#main-nav a,
.nav-toggle{
	display: block;
	float: left;
	padding: 2rem 2.5rem;
}

#main-nav a{
	text-decoration: none;
}

#main-nav a:hover,
.nav-trigger:hover,
.nav-toggle:hover{
	color: #4dc2ef;
}

#main-nav .social-nav a {
	padding: 2rem 1rem;
}

.nav-trigger,
.nav-toggle{
	display: inline-block;
	float: left;
	padding: 2rem 1rem;
	cursor: pointer;
}

.nav-trigger i,
.nav-toggle{
	font-size: 1.4rem;
}

.nav-franchise.nav-trigger i{
    font-size: 1.4rem;
}

.nav-franchise.nav-trigger {
	padding: 2rem 2.5rem;
	transition: none;
}

.nav-toggle{
    display: none;
}

.nav-modal{
    bottom: 0;
    display: none;
    height:  100%;
    left: 0;
    overflow:  auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.nav-modal-header{
    background-color: #000;
    border-bottom: 1px solid #58595b;
    color: #ffffff;
    font-size: 3.5rem;
    padding-top: 1rem;
}

.nav-modal-header .logo{
    float: left;
    margin: 0.5rem 0 0;
}

.nav-modal-close{
    cursor:  pointer;
    float: right;
}

.nav-modal-close:hover{
    color: #4dc2ef;
}

.nav-modal-franchise{
    background-color: #000000;
}

.nav-modal-franchise-items{
    margin: 0 auto;
    max-width: 2000px;
}

.nav-modal-franchise-item{
    float: left;
    overflow: hidden;
    position:  relative;
    width: 20%; /* 400/2000 */
}

.nav-modal-franchise-tunein{
    color: #fff;
    display: block;
    font-weight: 600;
    padding-top: 10%; /* 40/400 */
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 9;
	font-size: 1.6rem;
}

.nav-modal-franchise-tunein span{
    color: #4dc2ef;
}

.nav-modal-franchise-item img{
    transition: all 1.5s;
}

.nav-modal-franchise-item:hover img{
    transform: scale(1.1);
}

.fran-modal-rect,
.fran-modal-sq,
.fran-modal-wide{
	display: none;
}

.nav-modal-wtw-search {
    text-align: center;
}

.nav-modal-wtw-search{
	padding: 6rem 2rem;
    text-transform: uppercase;
}

.nav-modal-wtw-search h1,
.nav-modal-social h1{
    color: #ffffff;
}

.nav-modal-wtw-search form{
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-right: 4rem;
    position: relative;
    width: 700px;
}

.nav-modal-wtw-search input,
.nav-modal-wtw-search button{
    background: none;
    border: none;
    display: block;
    height: 50px;
    padding: 0;
}

.nav-modal-wtw-search input{
    font-size: 4rem;
    font-style: italic;
    width: 100%;
}

.nav-modal-wtw-search button{
    font-size: 3.5rem;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-modal-wtw-search button:hover{
    color: #ffffff;
}

.nav-modal-wtw-conf{
	margin: 0 auto;
	max-width: 600px;
}

ul #sub-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	background: #000;
	width: 312px;
	top: 65px;
	left: -1px;
	z-index: 1000;
}

ul #sub-nav li a {
	padding: 1rem 2rem;
	width: 100%;
}

.nav-franchise-tall {
	height: 452px;
}

.sub-nav-tall {
	top: 57px;
	height: 397px;
}

.open-sticky-wrapper {
	right: 250px;
}

.close-sticky-wrapper {
	right: 0;
}

#main-nav .social-nav.mobile {
	display: none;
}

#main-nav .social-nav.desktop {
	display: inline;
}

/* END HEADER */

/* ------------- Where To Watch ---------- */

.wtw-header {
	margin: 4rem;
	text-align: center;
}

.wtw-subtitle {
  margin-bottom: 2rem;
}

.wtw-location-title {
	font-weight: 600;
	margin-bottom: 1rem;
}

.wtw-location-instruction {
	color: white;
	font-weight: 500;
	padding-bottom: 2rem;
	margin-bottom: 0;
	border-bottom: 3px solid #666;
	text-transform: uppercase;
}

.wtw-zip-search {
    margin: 5rem 0 4rem;
}

@media only screen and (max-width: 700px) {
  .wtw-zip-search {
    margin: 4rem 0;
  }
}

.wtw-zip-search form {
  display: inline-flex;
  border: 2px solid #fff;
  margin-right: 2rem;
}

@media only screen and (max-width: 500px) {
  .wtw-zip-search form {
    width: 100%;
  }
}

.wtw-zip-search input {
    color: #fff;
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    width: 375px;
    margin-bottom: 0;
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1b1b1b inset !important;
  -webkit-text-fill-color: white !important;
}

.wtw-zip-search input, .wtw-zip-search button {
    display: block;
    background: none;
    border: none;
    height: 48px;
}

.wtw-zip-search button {
  color: #4dc2ef;
  border: none;
  font-size: 2rem;
  padding: 0 2rem;
}

.wtw-zip-search button i:hover,
.wtw-zip-search button i:focus,
.wtw-zip-search button:hover,
.wtw-zip-search button:focus {
  color: #fff;
}

.wtw-tunein-info {
  font-weight: 600;
  padding: 1.5rem;
}

.wtw-tunein-select:hover,
.wtw-tunein-select:focus,
.wtw-tunein-select:hover a,
.wtw-tunein-select:focus a,
.wtw-tunein-select.wtw-tunein-info a:hover,
.wtw-tunein-select.wtw-tunein-info a:focus {
  background: #4dc2ef;
  color: #fff;
  cursor: default;
}

.wtw-channel-list-line {
  position: absolute;
  right: 0;
  top: -24px;
  left: 64px;
  border-bottom: 4px solid #666;
  border-top: none;
}

.wtw-tunein-info {
	color: #fff;
}

.wtw-channel-list {
	list-style-type: none;
	margin: 0 0 6rem;
	padding: 0;
}

.wtw-channel-list li {
	position: relative;
	padding: 3rem 1.5rem 2.3rem;
}

.wtw-channel-list li:first-child .wtw-channel-list-line {
	border-bottom: none;
}

.wtw-channel-checkbox-wrap input {
	margin: 0;
	position: absolute;
	opacity: 0;
}

.wtw-channel-checkbox-wrap label {
	display: flex;
	align-items: flex-start;
	font-weight: 600;
}

.wtw-channel-checkbox-wrap input + label {
	color: #4dc2ef;
	align-items: center;
	font-weight: 600;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
}

.wtw-channel-checkbox-wrap input + label:before {
	content: "";
	background: transparent;
	border: 3px solid #fff;
	border-radius: 1px;
	display: inline-block;
	height: 25px;
	margin-right: 2rem;
	vertical-align: middle;
	width: 25px;
	min-width: 25px;
	max-width: 25px;
}

.wtw-channel-checkbox-wrap input + label:before:hover,
.wtw-channel-checkbox-wrap input + label:hover {
	color: #fff;
}

.wtw-channel-checkbox-wrap input:checked + label:after {
	content: '\2713';
	font-weight: 900;
	font-size: 4rem;
	position: absolute;
	left: 0;
	top: 2px;
	color: #4dc2ef;
}

.wtw-tunein-select:hover .wtw-channel-list-line {
	display: none;
}

.wtw-tunein-select:hover .wtw-channel-checkbox-wrap input:checked + label:after {
	color: #fff;
}

.wtw-tunein-select:hover .wtw-channel-checkbox-wrap input + label:before {
	border: 3px solid #fff;
}

.wtw-tunein-select:hover .wtw-channel-checkbox-wrap input + label {
	color: #fff;
}

.wtw-tunein-select:not(:hover).wtw-odd-row label {
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .channel-info {
    font-size: 1.8rem;
    margin-top: -0.4rem;
  }
}

.wtw-see-schedule-container {
  padding-bottom: 3rem;
  margin: 0 0 2rem;
}

table.provider-table td {
  width: 50%;
  display: table-cell;
}

@media only screen and (max-width: 500px) {

  table.provider-table td:nth-child(odd) {
    border-bottom: 1px solid #132056;
    width: 65%;
  }

  table.provider-table td:nth-child(even) {
    border-bottom: 1px solid #132056;
    padding-left: 10px;
    border-left: 1px dotted #132056;
    width: 35%;
  }
}

.schedule-wtw-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 3rem;
}

.schedule-wtw-link {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.ui-datepicker {
	left: calc(45% - 30px) !important;
	top: 50% !important;
}

.leaderboard-tunein {
  margin-bottom: 20px;
  margin-top: 20px;
}

.wtw-channel-list a.start-btn-primary {
  border-radius: 0;
}


/* -------------- Homepage --------------- */

.hp-now-next{
	display: flex;
	margin: -0.5rem 0 4rem auto;
    overflow: hidden;
	max-width: 1673px;
}

.home-top-margin {
	margin: 0 auto;
	overflow: hidden;
	max-width: 1673px;
	height: 5px;
}

.view-more {
	color: #ffffff;
	font-size: 1.6rem;
	vertical-align: middle;
}

.view-more:hover,
.view-more:focus {
	color: #4dc2ef;
}

.hp-change-time-zone {
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 2rem;
}

.hp-change-time-zone:hover,
.hp-change-time-zone:focus {
	color: #4dc2ef;
}

.hp-change-time-zone i {
	color: #ffffff;
}

#hp-schedule-top-flex-wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

.hp-schedule-top-movie-right {
	flex: 1;
}

.relative-span {
	position: relative;
}

.hp-main{
	margin-bottom: 7rem;
}

.hp-main img{
	display: block;
}

.hp-main-title-featured{
	color: #fff;
}

.hp-sched-timezone-wrapper {
	display: flex;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.hp-sched-wrap{
	flex-direction: row;
	min-height: 270px;
	position: relative;
}

.hp-sched-wrap {
	display: flex;
}

.hp-sched-listing-wrap {
	display: flex;
	flex: 1 0 70%;
}

.hp-sched-listing-wrap {
	flex-direction: column;
	padding: 0 3rem;
	margin-bottom: 8rem;
}

.hp-sched-listing-wrap .hp-sched-item{
	display: flex;
	align-items: center;
	padding: 2.5rem 0 2rem;
	min-height: 87px;
	position: relative;
	border-bottom: 1px solid #ffffff;
}

.hp-sched-item a:hover,
.hp-sched-item a:focus {
	text-decoration: underline;
}

.hp-sched-item .on-now {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.hp-sched-tunein,
.hp-sched-more{
	color: #ffffff;
}

.hp-sched-tunein{
	display: flex;
	flex-direction: column;
	flex: 1 0 15%;
	color: #000000;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 2.5rem;
	text-align: center;
	width: 110px;
}

.hp-sched-info {
	display: flex;
	flex: 1 1 85%;
	align-items: center;
}

.hp-sched-title{
    display: flex;
    flex: 0 1 75%;
    align-items: center;
    margin-left: 3rem;
	text-transform: uppercase;
}

.hp-sched-item h2,
.hp-sched-more {
	display: inline-block;
}

.hp-sched-item h2 {
	margin: 0 2rem 0 0;
}

.hp-sched-item h2 a {
	color: #000;
	font-weight: 700;
}

.hp-sched-more-container {
	display: flex;
	flex-direction: column;
	flex: 1 0 25%;
}

.hp-sched-more {
	text-transform: uppercase;
	padding-top: 0.5rem;
}

.home-remind-me {
	color: #ffffff;
	text-transform: uppercase;
}

.home-remind-me:hover,
.home-remind-me:focus {
	text-decoration: underline;
}

.hp-sched-wrap .movies-btn{
	width: 100%;
}

.hp-featured h1{
	margin: 2rem 0;
	font-weight: 600;
}

.hp-sidebar {
	display: flex;
	flex-direction: column;
	flex: 0 1 30%;
	margin-left: 4rem;
}

.hp-sched-ad{
	position: relative;
	width: 300px;
}


/* END HOMEPAGE */

/* --------------- Homepage Franchises -------------------- */

.tablet-posters {
	display: none;
	background-color: #0f0f0f;
	padding: 3rem;
}

#hp-franchise-wrapper {
	margin: 2rem 0 4.5rem;
}

.hp-wrap-franchise {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	background-color: #0f0f0f;
	max-width: 1360px;
	margin: 0 auto;
}

.hp-flex-franchise {
	width: 36.720588235294%; /* 500 / 1360 */
	padding: 3rem 3rem 2rem 0;
}

.hp-flex-franchise:nth-child(2) {
	width: 63.279411764706%; /* 860 / 1360 */
}

.hp-inner-franchise-flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

.hp-inner-franchise-text {
	flex: 1;
	padding: 0 1rem 0 3rem;
}

.hp-inner-franchise-posters {
	flex: 1;
}

.hp-wrap-franchise-posters {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.hp-wrap-franchise-posters div {
	width: 47.695852534562%;  /*434 - 20 | 404 / 202*/
}

.hp-wrap-franchise-posters div:first-child {
	margin-right: 5%;
}

.hp-wrap-franchise-posters div img {
	border: 1px solid #222;
	margin-bottom: 1rem;
}

.hp-franchise-day {
	color: #4dc2ef;
	margin: 6rem 0 0.5rem 0;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 3rem;
}

.hp-franchise-lowercase {
	text-transform: lowercase;
}

.hp-franchise-time {
	color: #fff;
	margin: 0 0 2rem 0;
	font-weight: 200;
	font-size: 2.5rem;
	line-height: 3.2rem;
	letter-spacing: 0.15rem;
}

.hp-franchise-text {
	color: #fff;
	margin: 0 0 3rem 0;
	max-width: 350px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 300;
}

.hp-franchise-see-more{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.hp-franchise-see-more:hover,
.hp-franchise-see-more:focus {
	color: #4dc2ef;
}

.hp-franchise-see-more-mobile, .hp-franchise-see-more-mobile i {
	display: none;
	text-align: center;
	margin-top: 3.5rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.no-underline {
	text-decoration: none;
}

.hp-franchise-title {
	color: #4dc2ef;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin: 0;
	font-size: 1.6rem;
	line-height: 2rem;
}

.hp-franchise-title:hover,
.hp-franchise-title:focus {
	color: #fff;
}

.hp-franchise-poster-air {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 200;
}

.hp-franchise-posters-airing-next {
	display: block;
	position: relative;
	color: #4dc2ef;
	font-size: 1.8rem;
	font-weight: 200;
	top: -15px;
	text-align: center;
}

/* --------------- Stories -------------------- */

.content-article {
	color: #fff;
}

.content-meta {
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 5rem;
	text-transform: uppercase;
}

.story-grid-item {
	width: calc(100% / 3 - 2rem);
	margin-bottom: 3rem;
}

.story-grid-two-item {
	width: calc(100% / 2 - 2rem);
	margin-bottom: 8rem;
}

.story-grid-three-item {
	width: calc(100% / 3 - 2rem);
	margin-bottom: 3rem;
}

.story-headings {
    margin-bottom: 1rem;
}

.story-headings .content-header-img {
	width: 100%;
	margin-bottom: 2rem;
}

.story-headings h1 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 4rem;
    text-transform: none;
    margin-bottom: 1.5rem;
}

.story-grid-wrap,
.story-grid-two-item-wrap,
.story-grid-three-item-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.story-grid-three-item-wrap {
	margin-bottom: 6rem;
}

.story-grid-two-item-wrap .story-item-desc h3 {
	font-size: 2.8rem;
	line-height: 3.3rem;
	margin-top: 0.5rem;
}

.story-grid-two-item-description {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.4rem;
}

.story-grid-item img,
.story-grid-two-item img,
.story-grid-three-item img {
	width: 100%;
	margin-bottom: 1rem;
}

.story-item-desc h3 {
	font-size: 1.8rem;
	text-transform: none;
	letter-spacing: 0;
}

.content-list-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 3rem;
}

.content-list-item-img {
	flex: 1 0 25%;
	margin-bottom: 2rem;
}

.content-list-item-img img {
	width: 100%;
}

.content-list-item-desc {
	flex: 1 1 30%;
	width: 100%;
	padding-left: 2rem;
	overflow: hidden;
}

/* --------------- Homepage Posters -------------------- */

.home-posters-item,
.home-posters-item a{
	color: #fff;
}

.flex-wrap-home-posters {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.flex-wrap-home-posters:after {
	content: "";
	width: calc( 100% / 3 - 2rem );
	display: block;
}

.home-posters-placeholder-wrapper {
	width: calc(100% / 3 - 2rem);
	position: relative;
}

.home-posters-placeholder-wrapper:hover,
.home-posters-placeholder-wrapper:focus {
	opacity: 0.95;
}

.home-posters-placeholder-text {
	display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
	color: #fff;
	font-size: 4.5vh;
	line-height: 4.5rem;
	position: absolute;
	top: 25%;
	width: 100%;
	margin: 0 auto 3rem;
	text-transform: uppercase;
	text-align: center;
}

.home-posters-placeholder-text .movies-m-logo {
	margin-bottom: 2rem;
}

.home-posters-placeholder-callout {
	padding: 0 6rem;
}

.home-posters-item {
	width: calc( 100% / 3 - 2rem );
	margin: 0 0 4rem 0;
}

.home-posters-thumb img{
	display: block;
	border: 1px solid #222222;
	width: 100%;
	margin-bottom: 0.5rem;
}

.home-posters-title{
	padding: 2.985074626866%; /* 20/670 */
}

.home-posters-title a:hover,
.home-posters-title a:focus {
	text-decoration: underline;
}

.home-posters-title h2 {
	margin-bottom: 0.5rem;
}

.home-posters-title h2 a {
	color: #4dc2ef;
	text-decoration: none;
}

.home-posters-more {
	color: #fff;
	text-transform: uppercase;
}

/* --------------- End Homepage Posters ---------------- */

/* -------------- Reusable Page Elements --------------- */

.header-img-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
}

.wrapper-narrow,
.wrapper-narrower{
	margin: 0 auto 4rem;
}

.wrapper-narrow{
	max-width: 900px;
}

.wrapper-narrower{
    max-width: 600px;
}

.hlsvideo-wrapper{
	margin-bottom: 3rem;
}

.heading-spaced-out{
	padding: 4rem 0;
}

.heading-with-logo{
	color: #fff;
	text-align: center;
}

.heading-spaced-out .heading-with-logo {
	line-height: 5rem;
	margin: 4rem 0 0;
}

.heading-with-logo{
	color: #fff;
	text-align: center;
}

.heading-with-logo img {
	width: 190px;
	margin-top: 1rem;
}

.header-accent{
	color: #fff;
}

.movies-btn{
	color: #fff;
	display: inline-block;
	padding: 2rem 2rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.movies-btn:hover,
.movies-btn:focus {
	color: #000;
}

.horiz-grad-blue{
	background: #7ed3f3; /* Old browsers */
  	background-image: -webkit-linear-gradient( 180deg, rgb(63,156,206) 0%, rgb(163,225,251) 100%);
}

.featured-sub{
	margin-bottom: 2rem;
}

.featured-sub-item,
.featured-sub-item a{
	color: #fff;
}

.featured-sub-item{
	float: left;
	text-align: center;
	width: 49.264705882353%; /* 670/1360 */
}

.featured-sub-item:first-child{
	margin-right: 1.470588235294%; /* 20/1360 */
}

.featured-sub-thumb{
	position: relative;
}

.featured-sub-thumb i{
	color: #fff;
	font-size: 10rem;
	opacity: 0.3;
	position: absolute;
	top: 36%;
	left: 45%;
}

.featured-sub-thumb img{
	display: block;
}

.featured-sub-title{
	padding: 2.985074626866%; /* 20/670 */
}

.featured-sub-title a{
	text-decoration: none;
}

.featured-sub-title a:hover,
.featured-sub-title a:focus {
	text-decoration: underline;
}

.featured-sub-title h2 a{
	color: #4dc2ef;
}

.featured-sub-more{
	color: #fff;
	text-transform: uppercase;
}

.leaderboard-ad{
	background-color: #4dc2ef;
	margin: 0 auto 3rem;
	overflow: hidden;
	width: 728px;
}

.all-times-timezone{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.all-times-timezone-top{
	display: block;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 5%;
	font-size: 1.4rem;
	font-style: italic;
	text-transform: uppercase;
	text-align: left;
}

/* END REUSABLE PAGE ELEMENTS */

/* -------------- Social buttons internal stories --------------- */

.social a {
	display: block;
    margin: 1.5rem 1rem 0 0;
    position: relative;
    height: 6.5rem;
    width: 6.5rem;
}

.social i {
	font-size: 2.6rem;
    top: 30%;
    left: 50%;
}

.social a.facebook i,
.social a.twitter i,
.social a.email i {
	position: absolute;
    transform: translate(-50%);
    color: #fff;
}

.social a.facebook {
	background-color: #4267b2;
}

.social a.twitter {
	background-color: #38a1f3;
}

.social a.email {
	background-color: #636363;
}

.social a:hover,
.social a:focus {
	filter: brightness(115%);
}

.share-text {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

/* -------------- Schedule --------------- */

.sched-header {
	margin-top: 2rem;
}

.sched-day-selector{
	color: #4dc2ef;
	font-size: 4rem;
	min-height: 46px;
	margin: 6rem 0 6rem;
	padding: 0 6.5rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.sched-day-selector label {
	line-height: 3.5rem;
}

.bottom-day-selector {
	margin-top: 3rem;
}

.sched-day-selector-prev,
.sched-day-selector-next{
	border: 2px solid #fff;
	color: #fff;
	display: block;
	font-size: 2.5rem;
	padding:  0.8rem 0 0.9rem;
	padding: 8px 0 9px;
	position: absolute;
	top: 0;
	width: 50px;
}

.sched-day-selector-prev{
	left: 0;
}

.sched-day-selector-next{
	right: 0;
}

.sched-day-selector-prev:hover,
.sched-day-selector-next:hover,
.sched-day-selector-prev:focus,
.sched-day-selector-next:focus {
	background-color: #4dc2ef;
	border-color: #4dc2ef;
	color: #000;
}

.sched-print {
	position: relative;
}

.sched-print-options {
	background-color: #fff;
    display: none;
	font-size: 1.4rem;
	padding: 1.5rem 1rem;
	position: absolute;
	right: 39%;
	top: 52px;
	width: 200px;
	z-index: 999;
}

.sched-print-arrow{
	color: #fff;
	font-size: 3rem;
	position: absolute;
	right: 20px;
	top: -21px;
}

.sched-print-selection,
.sched-print-options input[type="button"]{
	display: block;
}

.sched-print-selection{
	margin-bottom: 1rem;
}

.sched-print-selection input {
	vertical-align: middle;
}

.sched-print-selection.print-desc{
	border-top: 1px solid #000;
	padding-top: 1rem;
}

.sched-print-options input[type="button"]{
	background: none;
	border: 1px solid #4dc2ef;
	color: #4dc2ef;
	padding: 0.5rem 1rem;
	text-align: center;
	width: 100%;
}

.sched-print-options input[type="button"]:hover{
	background-color: #4dc2ef;
	color: #fff;
}

.sched-content-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
}

.sched-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #58595b;
	color: #fff;
	min-height: 161px;
	position: relative;
}

.sched-item a {
	text-decoration: none;
}

.sched-item a:hover,
.sched-item a:focus,
.fran-sched-item a:hover,
.fran-sched-item a:focus {
	text-decoration: underline;
}

.sched-item-img{
	display: flex;
	overflow: hidden;
	width: 90px;
	margin-right: 4rem;
}

.sched-item-tunein{
	flex: 1;
	font-size: 2.5rem;
	left: 100px;
	line-height: 2.5rem;
	padding: 0.8rem 0;
	top: 57px;
	width: 110px;
}

.sched-item-desc {
	margin: 2.5rem 0 1.5rem 6rem;
}

.sched-item-desc h2,
.sched-item-desc h2 a{
	color: #4dc2ef;
	margin: 0;
}

.sched-item-desc p {
	margin: 0.5rem 0 1rem;
}

.sched-item-reminder {
	display: flex;
    flex-direction: column;
    flex: 1 0 15%;
    align-items: flex-end;
}

.sched-item-rating{
	color: #666;
	display: block;
	font-size: 1.4rem;
}

a.sched-item-more,
a.sched-remind-me{
	text-transform: uppercase;
}

.sched-item-more {
	display: block;
	color: #4dc2ef;
	margin-top: 0.5rem;
}

.sched-cal {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.sched-cal + label {
	color: #4dc2ef;
	position: relative;
	top: -3px;
	left: 5px;
	cursor: pointer;
	font-size: 3.5rem;
}
.movies-schedule-error{ 
    color: #fff;
    margin: 5rem 0;
    text-transform: none;
    line-height: 3.4rem;
}

/* END SCHEDULE */


/* -------------- Content (Quizzes/Lists/Articles/etc...) --------------- */

.inner-page-light input[type="radio"] + label{
	color: #000;
}

/* END CONTENT */


/* -------------- Franchise Pages --------------- */

.fran-header,
.fran-header-title,
.fran-header-title h1,
.fran-sched{
	margin-bottom: 3rem;
}

.fran-header{
	display: block;
}

.fran-header-title{
	color: #fff;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
}

.fran-header-title h1{
	color: #4dc2ef;
}

.fran-sched h1{
	color: #4dc2ef;
	margin-bottom: 1rem;
	text-align: center;
}

.fran-sched-item {
	display: flex;
	font-size: 2.5rem;
	padding: 2rem;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.fran-sched-item:last-child {
	border-bottom: none;
}

.fran-sched-more {
	color: #fff;
	margin: 0.5rem 0 0 1.5rem;
}

.fran-sched-tunein {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 110px;
}

.fran-sched-desc {
	display: flex;
	flex-direction: column;
    margin-top: 0.5rem;
}

a.fran-sched-title {
	color: #000;
}

.fran-sched-title {
	display: flex;
    flex: 0 1 75%;
    align-items: center;
    font-weight: 700;
    margin-left: 1.5rem;
}

.fran-sched-more,
.fran-sched-remind {
	font-size: 1.6rem;
}

.fran-sched-remind{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.fran-sched-remind i {
    padding-right: 0.4rem;
}

a.fran-sched-remind {
	color: #fff;
}

a.fran-sched-remind:hover,
a.fran-sched-remind:focus {
	color: #000;
	text-decoration: none;
}

.reminder-form{
	display: none;
    background-color: #4dc2ef;
    color: #000;
    font-size: 1.6rem;
    left: 50%;
    margin-left: -150px;
    margin-top: -4rem;
    padding: 2rem;
    position: fixed;
    top: 50%;
    width: 300px;
    border: 2px solid #fff;
	box-shadow: 0 0 20px #000;
    z-index: 999999;
}

.reminder-form select,
.reminder-form input{
    display: block;
    height: 40px;
    width: 100%;
}

.reminder-form select,
.reminder-form input[type="text"]{
    border: none;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.reminder-form input[type="submit"]{
    background: none;
    color: #000;
    font-size: 1.8rem;
    border: 2px solid #000;
    text-transform: uppercase;
	transition: all 300ms ease;
}

.reminder-form input[type="submit"]:hover{
    background-color: #000;
    color: #fff;
}

.reminder-close {
    background-color: #fff;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 0;
    padding: 0.5rem 0 0;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
   	text-align: center;
   	transition: all 300ms ease;
}

.reminder-close:hover,
.reminder-close:focus {
    background-color: #000;
    box-shadow: 0 0 4px #666;
    color: #fff;
}

/* END FRANCHISE PAGES */


/* -------------- Movie Pages -------------- */

.mp-header{
	margin-bottom: 2rem;
	position: relative;
}

.mp-header img{
	display: block;
}

.mp-header-title{
	bottom: 0;
	padding: 0 2rem 2rem;
	position: absolute;
	text-align: center;
	width: 100%;
}

.mp-header-title-no-img{
	padding: 4rem 2rem;
	position: static;
}

.mp-header-title h1{
	color: #4dc2ef;
	margin-bottom: 2rem;
}

.mp-header-title span{
	color: #fff;
	font-size: 2.5rem;
	text-transform: uppercase;
}

.mp-sched-wrap{
	width: 55%;
	margin: 0 auto;
}

.mp-sched-item{
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 2.5rem;
	line-height: 2.5rem;
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #ffffff;
}

.mp-sched-item:last-child {
	border-bottom: none;
}

.mp-sched-remind {
	color: #fff;
}

.mp-sched-tunein-day {
	display: flex;
	width: 40%;
	padding: 0.8rem 0;
}

.mp-sched-tunein-time {
	display: flex;
	justify-content: center;
	width: 40%;
}

.mp-sched-remind {
	display: flex;
    flex-direction: column;
    align-items: center;
	font-size: 1.6rem;
	width: 20%;
	margin-left: 2rem;
	text-decoration: none;
}

/* END MOVIE PAGES */

/* MOVIE PAGE UPDATE */

.flex-wrap-mp-header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 3rem 0;
	overflow: hidden;
	width: 100%;
}

.mp-poster {
	width: 44.444444444444%; /* 400 / 900 */
}

.mp-info {
	padding-left: 3.5%;
	width: 55.555555555556%; /* 500 / 900 */
}

.mp-info h1 {
	color: #4dc2ef;
	margin-bottom: 2rem;
}

.mp-info span {
	color: #fff;
	font-size: 2.5rem;
	line-height: 2.4rem;
	text-transform: uppercase;
}

.mp-synopsis {
	color: #fff;
	font-size: 2rem;
	line-height: 3rem;
	margin-top: 2rem;
}

.mp-featuring {
	border-top: 1px solid #fff;
	margin-top: 2rem;
	padding: 3rem 0;
}

.mp-featuring span{
	color: #4dc2ef;
	font-size: 2rem;
	text-transform: uppercase;
}

/* END MOVIE PAGE UPDATE */

/* -------------- Contact --------------- */

.contact-message,
.contact-error-message{
    text-align: center;
}

.contact-message{
	margin-bottom: 2rem;
	text-align: center;
}

.contact-error-message{
	margin-bottom: 2rem;
}

.contact-form label,
.contact-form input,
.contact-form select,
.contact-form textarea{
    display: block;
	font-size: 1.6rem;
	width: 100%;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
    color: #000;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    border: none;
}

.contact-form input,
.contact-form select{
    height: 40px;
}

.contact-form label{
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.contact-form textarea{
    min-height: 100px;
    padding: 1rem;
}

.contact-form input[type="submit"]{
    background: none;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    height: auto;
    padding: 1.2rem 2rem;
    border: 2px solid #fff;
    text-transform: uppercase;
	transition: all 300ms ease;
}

.contact-form input[type="submit"]:hover{
    background-color: #4dc2ef;
    border-color: #4dc2ef;
}

.contact-form .form-error-msg{
	color: #f00;
    font-size: 1.4rem;
    font-style: italic;
}

.ad-inquiries{
	font-size: 1.6rem;
	font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: center;
}

.eng-checkbox {
	margin-bottom: 1rem;
	padding: 0.8rem 0 2rem;
}

.eng-checkbox input,
.eng-checkbox label {
	display: inline;
	height: auto;
	margin: 0;
	vertical-align: middle;
	width: auto;
}

.eng-checkbox input {
	margin-right: 0.5rem;
}

.contact-form-newsletter-signup {
    margin-bottom: 1rem;
}

.contact-form-newsletter-signup input[type="checkbox"] {
    display: inline;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}

.contact-form-newsletter-signup label.contact-checkbox-label {
    display: inline;
}

/* END CONACT */


/* -------------- Search --------------- */

.search-total{
	font-size: 2rem;
	font-style: italic;
	margin-bottom: 4rem;
}

.search-result{
	margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #fff;
}

.search-result h3 a{
	color: #414042;
}

.search-result img{
	float: left;
	margin-right: 1rem;
}

a.search-previous-btn, a.search-next-btn{
	color: #fff;
    width: 30%;
}

a.search-previous-btn:hover, a.search-next-btn:hover,
a.search-previous-btn:focus, a.search-next-btn:focus{
	color: #4dc2ef;
}

a.search-previous-btn{
	float: left;
}

a.search-next-btn{
	float: right;
}

/* END SEARCH */


/* -------------- FAQs / Press Releases --------------- */

.faq-wrap h2,
.press-wrap h2{
	font-size: 2.5rem;
}

.faq-wrap,
.press-wrap{
	font-size: 1.6rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.faq-wrap{
    border-bottom: 1px solid #4dc2ef;
}

.press-wrap{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #fff;
}

.press-date{
	font-size: 2rem;
}

/* END FAQS / PRESS */


/* -------------- Sidebar --------------- */

.aside-sched-widget {
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem 0;
	margin-bottom: 6rem;
}

.aside-sched-widget-swiper-time {
	display: flex;
	flex: 0 0 30%;
	color: #000;
	font-size: 1.8rem;
	font-weight: 300;
	left: 10px;
	line-height: 2.5rem;
	padding: 0.8rem 0;
	text-align: center;
 }

 .aside-sched-movie-title a {
 	color: #000;
 }

 .aside-sched-widget-swiper-slide {
 	display: flex;
 	border-bottom: 1px solid #fff;
 	padding: 1.5rem 0 1rem;
 }

.aside-sched-movie-title a {
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: 800;
	text-transform: uppercase;
}

.aside-sched-more {
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.aside-sched-movie-title a:hover,
.aside-sched-more:hover {
	text-decoration: underline;
}

.aside-sched-info {
	display: flex;
	flex-direction: column;
	color: #fff;
	margin-left: 1.5rem;
}

aside .hls-wrapper,
aside .hp-sched-ad,
aside .aside-sched-widget {
	margin-bottom: 4rem;
}

aside .story-grid-item {
	width: 100%;
}

.sticky-sidebar-ad-container {
	justify-content: flex-start;
	z-index: 10;
}

.sticky-sidebar-ad {
	float: left;
	padding-top: 6rem;
}

/* END SIDEBAR */


/* -------------- Footer --------------- */

footer{
	background-color: #000;
	position: relative;
	padding: 4rem;
	text-align: center;
	font-size: 1.6rem;
	z-index: 9999;
}

#footer-nav,
#footer-nav a{
	color: #fff;
	text-decoration: none;
}

#footer-nav{
	margin-bottom: 1rem;
	text-transform: uppercase;
}

#footer-nav a {
	display: inline-;
	padding: 0 2rem 1rem;
}

#footer-nav a:hover,
#footer-nav a:focus {
	color: #4dc2ef;
}

.copyright{
	color: #4dc2ef;
	display: block;
	font-size: 1.4rem;
}

/* END FOOTER */


/* -------------- Form Elements --------------- */

/* END FORM ELEMENTS */


/* -------------- Share Landing Page --------------- */

/* END SHARE LANDING PAGE */


/* -------------- Miscellaneous --------------- */

.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}

.clearfix:after{
    clear: both;
}

.success-message, .error-message, .alert-message{
    padding: 1rem;
	position: relative;
}

.success-message, .success-message .close-btn{
    color: #3e833e;
}

.success-message{
	background-color: #b3feb3;
    border: 1px solid #78de78;
}

.error-message{
	background-color: #feb3b3;
    border: 1px solid #de7878;
	color: #833e3e;
}

.g-recaptcha{
	margin: 0 auto 1.5rem;
	width: 304px;
}

.element-closed{
	display: none;
}

#success, #error{
	margin-top: 2rem;
}

.anchor-offset{
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

.lowercase{
	text-transform: lowercase;
}

.themodal-lock {
	/* when modal is opened we're removing scrollbars from the main content */
	overflow: hidden;
}

.themodal-overlay {
	/* overlay will stay fixed and will take all the space available */
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;

	/* if modal content doesn't fit inside the overlay, display scrollbars */
	overflow: auto;

	/* allow one-finger iPad scrolling */
	-webkit-overflow-scrolling: touch;

}

/* fix for iPad glitches */
.themodal-overlay > * {
	-webkit-transform: translateZ(0px);
}

.themodal-overlay {
	background: rgba(0, 0, 0, 0.5);
}

#facebook-like-modal{
	background: url('../images/facebook_modal/facebook_modal_bg_gradient.png') no-repeat 0 0 #000;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -203px 0 0 -150px;
	border: 7px solid #0d1b21;
	height: 358px;
	box-shadow: 0 0 70px #666;
    width: 300px;
}

.fb-modal-title{
	display: block;
	margin: 1.9rem auto;
}

#facebook-like-modal .fb-like-box{
	background-color: #fff;
}

#facebook-like-modal a.close{
	background: url('../images/facebook_modal/modal_close_btn.png') no-repeat 0 0;
	display: block;
	height: 33px;
	position: absolute;
    right: -15px;
    top: -15px;
    width: 33px;
    z-index: 9;
}

.arkadium-widget {
	padding: 2rem 0;
}

/* END MISCELLANEOUS */

/* ----------- FALL FOR MOVIES  ---------- */

.flex-fall-movies-header-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 9rem 0 4rem 0;
}

.fall-movies-header-1 {
	width: 55%;
	padding-left: 4rem;
}

.fall-movies-header-2 {
	width: 45%;
	padding: 9rem 4rem 0 0;
}

.fall-movies-item,
.fall-movies-item a{
	color: #fff;
}

.flex-wrap-fall-movies {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.fall-movies-item{
	width: 22.058823529412%; /* 300/1360 */
	margin: 0 0 4rem 0;

}

.fall-movies-thumb img{
	display: block;
	border: 1px solid #222;
}

.fall-movies-title{
	padding: 2.985074626866%; /* 20/670 */
}

.fall-movies-title a{
	text-decoration: none;
}

.fall-movies-title a:hover{
	text-decoration: underline;
}

.fall-movies-title h2{
	margin-bottom: 0.5rem;
}

.fall-movies-title h2 a{
	color: #4dc2ef;
}

.fall-movies-more{
	color: #fff;
	text-transform: uppercase;
}

/* -------------- Media Queries --------------- */

@media screen and (min-width: 701px), handheld and (min-device-width: 701px) and (max-width:1189px), handheld and (max-device-with: 1189px){

	.special-event-widget {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		background-size: 50%;
	}

	.noir-to-die-for {
		background-image: url('/images/home_franchises/noir_die_for_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		background-size: 50%;
	}

	.saturday-morning-movies {
		background-image: url('/images/home_franchises/saturday_movies_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		background-size: 50%;
	}

	.popcorn-movies-desktop {
		background-image: url('/images/home_franchises/popcorn_movies_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		background-size: 50%;
	}

	.snl-desktop {
		background-image: url('/images/home_franchises/Definitive_Movies_Desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		background-size: 50%;
	}

	.definitive-desktop {
		background-image: url('/images/home_franchises/Definitive_Movies_Desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		background-size: 50%;
	}

	.perry-mason-desktop {
		background-image: url('/images/home_franchises/perry_mason_movies_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		background-size: 50%;
	}

	.made-for-tv-movies {
		background-image: url('/images/home_franchises/made_for_tv_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		background-size: 50%;
	}

	.sunday-night-noir-desktop {
		background-image: url('/images/home_franchises/sunday_night_noir_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 50%;
	}
}

@media screen and (min-width: 701px), handheld and (min-device-width: 701px) {

	.special-event-widget-mobile {
		background-image: none !important;
	}

}

@media screen and (min-width: 1190px), handheld and (min-device-width: 1190px) {

	.hp-flex-franchise {
		min-width: 500px;
	}

	.special-event-widget {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}

	.noir-to-die-for {
		background-image: url('/images/home_franchises/noir_die_for_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}

	.saturday-morning-movies {
		background-image: url('/images/home_franchises/saturday_movies_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}

	.popcorn-movies-desktop {
		background-image: url('/images/home_franchises/popcorn_movies_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}

	.snl-desktop {
		background-image: url('/images/home_franchises/snl_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}

	.definitive-desktop {
		background-image: url('/images/home_franchises/Definitive_Movies_Desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}

	.perry-mason-desktop {
		background-image: url('/images/home_franchises/perry_mason_movies_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}

	.made-for-tv-movies {
		background-image: url('/images/home_franchises/made_for_tv_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}

	.sunday-night-noir-desktop {
		background-image: url('/images/home_franchises/sunday_night_noir_desktop.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}
}

@media (min-width: 1190px) and (max-width: 1390px){

	.hp-franchise-day {
		font-size: 2.2rem;
	}

	.hp-franchise-time {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.hp-franchise-text {
		font-size: 1.6rem;
	}

	.hp-franchise-posters-airing-next {
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 1200px), handheld and (max-device-width: 1200px){

    .logo{
    	width: 125px;
        margin-top: 1.7rem;
    }

	.logo-horz {
		display: none;
	}

	.logo-vert {
		display: inline;
	}

    .nav-modal-header .logo {
    	margin-top: 0.5rem;
    }

    #main-nav a,
    .nav-trigger,
    .nav-franchise.nav-trigger{
        padding: 2rem 2rem;
    }

    #main-nav .social-nav a {
    	padding: 2rem 1rem;
    }

	.hp-sched-tunein,
	.fran-sched-tunein,
	.sched-item-tunein{
		width: 100px;
	}

	.hp-sched-listing-wrap {
		flex: 1 0 65%;
	}

	ul #sub-nav {
		top: 52px;
	}

	.home-posters-placeholder-text {
		font-size: 3.5vh;
		line-height: 3.5rem;
		top: 15%;
	}
}
/* END 1200 */

@media screen and (max-width: 1120px), handheld and (max-device-width: 1120px){

	.nav-modal-close {
		margin-top: 0.4rem;
	}

	ul #sub-nav {
		top: 58px;
	}
}
/* END 1120 */

@media screen and (max-width: 1190px), handheld and (max-device-width: 1190px){

	.hp-franchise-day {
		margin: 7rem 0 0 0;
	}

	.hp-flex-franchise-text-intermediate {
		padding-bottom: 2rem;
	}

	.hp-franchise-text {
		max-width: 100%;
	}

	.hp-inner-franchise-flex {
		flex-direction: column;
	}

	.hp-franchise-see-more {
		display: none;
	}

	.hp-franchise-see-more-mobile {
		display: block;
	}

	.hp-franchise-see-more-mobile i {
		display: inline;
	}

	.hp-flex-franchise {
		width: 50%;
	}

	.hp-flex-franchise:nth-child(2) {
		width: 100%;
	}

	.hp-flex-franchise:last-child {
		min-width: auto;
	}

	.hp-inner-franchise-text {
		padding: 0;
	}

	.hp-franchise-posters-airing-next {
		top: 0px;
		padding-bottom: 1rem;
	}

	.hp-wrap-franchise-posters {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: flex-start;
	}

	.hp-wrap-franchise-posters div {
		width: 46.543778801843%;  /* 434 - 30 | 404 / 202 */
	}

	.hp-wrap-franchise-posters div:first-child {
		margin-right: 06.912442396313%; /* 30 / 434 */
	}
}
/* END 1050 */

@media (min-width: 701px) and (max-width: 1190px){

	.hp-wrap-franchise {
		height: 0;
		padding-top: 30%; /* 1135 / 290 */
		position: relative;
	}

	.hp-inner-franchise-text {
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
	}

	.hp-wrap-franchise-posters {
		justify-content: center;
	}

	.hp-wrap-franchise-posters div {
		width: 40%;
	}

	.hp-wrap-franchise-posters div:first-child {
		margin-right: 5%;
	}

	.hp-franchise-posters-airing-next {
		margin-bottom: 10px;
	}

	.hp-flex-franshise:first-child {
		padding-top: 35.008818342152%;
	}

	.hp-inner-franchise-posters:last-child{
		display: none;
	}

	.tablet-posters {
		display: block;
	}

	.hp-franchise-day {
		margin-top: 10%;
	}
}

@media (min-width: 701px) and (max-width: 900px){

	.hp-franchise-day {
		font-size: 2.2rem;
	}

	.hp-franchise-time {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.hp-franchise-text {
		font-size: 1.6rem;
		margin: 0;
	}

	.hp-franchise-posters-airing-next {
		margin-bottom: 1rem;
	}

	.hp-franchise-day {
		margin-top: 5%;
	}

	.tablet-posters {
		padding: 4rem 3rem 3rem 3rem;
	}

}

@media screen and (max-width: 1000px), handheld and (max-device-width: 1000px){

	body,
    #main-nav ul{
        transition: all 0.3s ease 0s;
    }

    body{
        left: 0;
        position: relative;
    }

    footer {
    	padding: 2rem;
    }

    .content-article {
    	flex-direction: column;
    }

    .content-schedule .content-inner {
    	padding-left: 0;
    }

    .content-inner,
	aside {
		float: none;
    	width: 100%;
    	justify-content: left;
    }

    .content-inner {
    	padding: 0 0 3rem;
    }

    .content-inner-side {
    	margin: 0 0 3rem 0;
    	position: relative;
    	width: 100%;
    }

    .hp-sidebar {
		margin-left: 0;
	}

	.sticky-sidebar-ad {
		position: relative;
		transform: none;
	}

    .content-meta {
    	margin-bottom: 0;
    }

	#main-nav .social-nav.desktop {
		display: none;
	}

	#main-nav .social-nav.mobile {
		display: flex;
		border-bottom: 1px solid #58595b;
	}

	#main-nav .social-nav.mobile a {
		padding: 2rem 2.5rem;
		border-bottom: none;
	}

	.share-text {
		display: none;
	}

	#main-nav .nav-trigger {
		width: 100%;
	}

	#main-nav .social-nav.mobile .nav-trigger {
		border-bottom: none;
	}

	.page-wrapper {
		margin-top: 1rem;
		padding-top: 1rem;
	}

    .site-nav-toggle{
        left: -250px;
    }

    .nav-toggle{
        display: block;
        font-size: 2.5rem;
    }

    #main-nav ul {
        background-color: #444;
        height: 100%;
        overflow: auto;
        position: fixed;
        right: -250px;
        top: 0;
        width: 250px;
        z-index: 1000;
    }

    .site-nav-toggle #main-nav ul{
        right: 0;
    }

    #main-nav li{
        display: block;
    }

    #main-nav a,
    .nav-trigger{
        border-left: none;
        border-bottom: 1px solid #58595b;
        float: none;
    }

    .site-nav-toggle .nav-toggle,
    #main-nav a:hover,
    .nav-trigger:hover{
        color: #4dc2ef;
    }

    .ui-datepicker {
		left: 30% !important;
		top: 11% !important;
	}

	.fall-movies-header-2 {
		padding: 3rem 4rem 0 0;
	}

	.hp-sched-wrap {
		flex-direction: column;
	}

	.hp-sched-title h2 {
		font-size: 2.2rem;
		line-height: 2.6rem;
	}

	.hp-sched-tunein {
		font-size: 2rem;
		line-height: 2.2rem;
	}

	.hp-sched-time {
		width: 80px;
	}

	.sched-item-img {
		max-width: 100px;
		flex: 1 0 100%;
		margin-right: 2rem;
	}

	.social,
	.social a {
		display: inline-block;
	}

	ul #sub-nav {
		overflow: hidden;
		border-right: none;
		width: 251px;
	}

	ul #sub-nav li a:hover {
		color: #4dc2ef;
		background-color: #000;
	}

	.story-grid-three-item h3 {
		font-size: 1.6rem;
		line-height: 2rem;
	}

}
/* END 1000 */

@media screen and (max-width: 950px), handheld and (max-device-width: 950px){

	.nav-toggle {
		padding-top: 2rem;
	}

	.header-img-gradient{
		display: none;
	}

    .hp-main-title,
	.mp-header-title{
        padding: 2.105263157895%; /* 20/950 */
        position: static;
    }

	.hp-main-title h1,
	.mp-header-title h1{
		margin-bottom: 5px;
	}

	.hp-main .movies-btn{
		border: none;
	}

	.hp-main .movies-btn:hover{
		background: none;
		text-decoration: underline;
	}

	.featured-sub-thumb i{
		font-size: 80px;
		font-size: 8rem;
		top: 38%;
	}
}
/* END 950 */

@media screen and (max-width: 940px), handheld and (max-device-width: 940px){

	.hp-sched-ad{
		margin: 0 auto 20px;
		position: static;
		width: 728px;
	}
}
/* END 940 */

@media screen and (max-width: 900px), handheld and (max-device-width: 900px){

	.nav-modal-franchise-item{
		width: 33.333333333333%; /* 300/900 */
	}

	.nav-modal-franchise-item-featured{
		width: 50%;
	}

	.nav-modal-franchise-tunein{
		padding-top: 6.666666666667%; /* 20/300 */
	}

	.nav-modal-franchise-item-featured .nav-modal-franchise-tunein{
		padding-top: 4.444444444444%; /* 20/450 */
	}

	.fran-modal-tall{
		display: none;
	}

	.fran-modal-rect,
	.fran-modal-sq{
		display: block;
	}

	.content-list-item {
		flex-direction: column;
	}

	.content-list-item-img {
		margin-bottom: 1rem;
	}

	.content-list-item-desc {
		padding-left: 0;
	}

	.sched-item-desc {
		margin-left: 3rem;
	}
}
/* END 900 */


@media screen and (max-width: 800px), handheld and (max-device-width: 800px){
	.leaderboard-ad,
	.hp-sched-ad{
		width: 468px;
	}

	.story-grid-item {
		width: calc(100% / 2 - 2rem);
	}

	.hp-sched-tunein {
		flex: 1 0 15%;
	}

	.hp-sched-more-container {
		font-size: 1.4rem;
	}

	.mp-sched-wrap {
		width: 75%;
	}

}
/* END 800 */

@media screen and (max-width: 700px), handheld and (max-device-width: 700px){
	body,
	#floor-wrapper{
		background: none;
	}

	h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}

    .social a {
    	height: 4.5rem;
    	width: 4.5rem;
    }

    .social i {
    	font-size: 2.2rem;
    	top: 26%;
    }

    .heading-with-logo img {
    	width: 150px;
    }

    .sched-content-wrapper {
    	margin: 2rem 0 3rem;
    }

    .sched-item-desc {
    	margin: 0 0 0.5rem;
    }

    .hp-sched-info {
    	flex-direction: column;
    	align-items: flex-start;
    }

    .hp-sched-item .on-now {
    	margin-bottom: 0;
    }

    .hp-sched-listing-wrap .hp-sched-item {
    	padding: 1.7rem 0 1.5rem;
    }

    .hp-sched-more-container {
    	margin-left: 3rem;
    	margin-top: 0.5rem;
    }

    .hp-sched-more {
    	padding-top: 0;
    }

    .hp-sched-item h2,
    .hp-sched-tunein {
    	font-size: 2rem;
    }

    .ui-datepicker {
		left: 25% !important;
		top: 10% !important;
	}

    .home-posters-placeholder-text {
		font-size: 2.5rem;
		line-height: 3rem;
		padding: 0 2rem;
		top: 12%;
	}

	.story-grid-featured-item,
	.story-grid-two-item {
		margin-bottom: 3rem;
	}

	.story-grid-featured-item-title {
		font-size: 4rem;
		line-height: 4.2rem;
	}

	.featured-sub-item{
		float: none;
		text-align: left;
		width: 100%;
	}

	.featured-sub-item:first-child{
		margin: 0 0 20px;
	}

	.featured-sub-thumb,
	.featured-sub-title{
		float: left;
		width: 50%;
	}

	.featured-sub-thumb i{
		font-size: 60px;
		font-size: 6rem;
		top: 37%;
	}

	.featured-sub-title{
		padding-bottom: 0;
	}

	.sched-content-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.hp-sched-listing-wrap {
		margin-bottom: 4rem;
	}

	.sched-day-selector-prev,
	.sched-day-selector-next{
		top: 20%;
	}

	.home-posters-title h2 {
		font-size: 2.2rem;
		line-height: 2.6rem;
	}

	.home-posters-more {
		font-size: 1.4rem;
		white-space: nowrap;
	}

	#hp-franchise-wrapper {
		margin: 0 0 38px 0;
	}

	#hp-franchise-wrapper:last-child{
		margin: 0 0 23px 0;
	}

	.hp-bottom-margin {
		display: none;
	}

	.hp-wrap-franchise {
		padding: 0px;
	}

	.hp-inner-franchise-flex {
		padding: 65% 30px 30px 30px;
	}

	.hp-flex-franchise-text-intermediate {
		display: none;
	}

	.hp-flex-franchise:nth-child(2) {
		display: block;
		padding: 0;
	}

	.hp-wrap-franchise {
		flex-direction: column;
	}

	.hp-flex-franchise:first-child {
		padding-top: 0;
	}

	.hp-flex-franchise {
		width: 100%;
	}

	.hp-flex-franchise:last-child {
		width: 100%;
		min-width: auto;
	}

	.hp-wrap-franchise-posters {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
	}

	.hp-wrap-franchise-posters div {
		width: 46.543778801843%; /* 434 - 30 | 404 / 202 */
	}

	.hp-wrap-franchise-posters div:first-child {
		margin-right: 06.912442396313%; /* 30 / 434 */
	}

	.hp-franchise-text {
		margin-bottom: 20px;
	}

	.hp-franchise-day {
		margin: 0 0 5px 0;
	}

	.hp-flex-franchise:first-child {
		padding: 0;
	}

	.special-event-widget {
		background-image: none !important;
	}

	.special-event-widget-mobile {
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: contain;
	}

	.noir-to-die-for-mobile {
		background-image: url('/images/home_franchises/noir_die_for_mobile.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: contain;
	}

	.saturday-morning-mobile {
		background-image: url('/images/home_franchises/saturday_movies_mobile.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: contain;
	}

	.popcorn-movies-mobile {
		background-image: url('/images/home_franchises/popcorn_movies_mobile.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: contain;
	}

	.snl-mobile {
		background-image: url('/images/home_franchises/snl_mobile.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: contain;
	}

	.definitive-mobile {
		background-image: url('/images/home_franchises/Definitive_Movies_Mobile.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: contain;
	}

	.perry-mason-mobile {
		background-image: url('/images/home_franchises/perry_mason_movies_mobile.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: contain;
	}

	.made-for-tv-mobile {
		background-image: url('/images/home_franchises/made_for_tv_mobile.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: contain;
	}

	.sunday-night-noir-mobile {
		background-image: url('/images/home_franchises/sunday_night_noir_mobile.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: contain;
	}

}
/* END 700 */

@media screen and (max-width: 600px), handheld and (max-device-width: 600px){
	.home-posters-item,
	.home-posters-placeholder-wrapper{
		width: calc(100% / 2 - 2rem)
	}

	.home-posters-item {
		margin-bottom: 2rem;
	}

	.sched-day-selector h1 .header-accent {
		display: block;
	}

	.sched-day-selector h1 {
		padding-top: 1.5rem;
	}

	.fran-sched-tunein {
		flex: 1 1 20%;
	}

	.fran-sched-desc {
		flex: 1 1 50%;
	}

	.fran-sched-remind {
		flex-direction: column;
	}

	.mp-sched-tunein-day {
		word-break: break-word;
	}

	.mp-sched-tunein-day,
	.mp-sched-tunein-time {
		font-size: 1.8rem;
	}
}
/* END 600 */

@media screen and (max-width: 550px), handheld and (max-device-width: 550px){

	.sched-item-img {
		margin-right: 2rem;
	}

	.mp-sched-wrap {
		width: 100%;
	}

	.flex-wrap-mp-header {
		flex-direction: column-reverse;
	}

	.mp-poster {
		width: 100%;
		text-align: center;
	}

	.mp-info {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	.mp-info h1 {
		margin-bottom: 0.5rem;
	}

	.mp-info span {
		font-size: 2.5rem;
	}

	.mp-featuring span {
		font-size: 2rem;
	}

	.hp-now-next {
		margin: 0.5rem;
	}

	.hp-border-bottom {
		display: block;
	}

	#hp-schedule-top-flex-wrapper {
		flex-direction: column;
	}

	.hp-schedule-top-flex-right-left {
		width: 0%;
	}

	.hp-schedule-top-movie-left {
		width: 100%;
		min-width: auto;
	}

	.hp-schedule-top-movie-right {
		width: 100%;
		min-width: auto;
		margin-left: 0;
	}

}
/* END 550 */

@media screen and (max-width: 500px), handheld and (max-device-width: 500px){

	.leaderboard-ad,
	.hp-sched-ad{
		width: 320px;
	}

	.hp-sched-listing-wrap {
		padding: 0 2rem;
	}

	#home-wrapper {
		margin: 0 auto;
		padding: 0 0;
	}

	.featured-sub-thumb,
	.featured-sub-title{
		float: none;
		width: 100%;
	}

	.featured-sub-thumb i{
		font-size: 90px;
		font-size: 9rem;
	}

	.story-grid-item,
	.story-grid-two-item,
	.story-grid-three-item {
		width: 100%;
	}

	.nav-modal-franchise-item,
	.nav-modal-franchise-item-featured{
		width: 100%;
	}

	.nav-modal-franchise-tunein,
	.nav-modal-franchise-item-featured .nav-modal-franchise-tunein{
		padding-top: 0;
	}

	.nav-modal-franchise-tunein{
		right: 30px;
	    text-align: right;
	    top: 40%;
	}

	.fran-modal-wide{
		display: block;
	}

	.fran-modal-rect,
	.fran-modal-sq{
		display: none;
	}

	.nav-modal-franchise-item img,
	.nav-modal-franchise-item:hover img{
	    transform: none;
	}

	.sched-day-selector h1 {
		padding-top: 0;
	}

	.sched-day-selector {
		margin: 6rem 0 -2rem;
	}

	.ui-datepicker {
		left: 15% !important;
		top: 8% !important;
	}

	.where-to-watch td {
		padding: 0.5rem;
	}

    a.wtw-back-top-top-mobile {
        display: block;
    }

   .stripe .wtw-to-top {
       display: none;
   }

   .where-to-watch .stripe td {
   		padding: 1rem 1rem 0.5rem;
   }

    .where-to-watch thead th {
        display: none;
    }

    .where-to-watch .market {
    	padding: 1rem;
        display: block;
        width: 100%;
		background-color: #333;
		color: #fff;
    }

    .provider-table{
    	width: 100%;
    }

    .provider-td {
    	width: 100%;
        display: block;
    }

    .provider-table td:nth-child(odd) {
        width: 65%;
    }

    .provider-table td:nth-child(even) {
        width: 35%;
        padding-left: 1rem;
    }

	.hp-franchise-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.hp-franchise-see-more, .hp-franchise-see-more i {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.hp-franchise-text {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.hp-franchise-posters-airing-next {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.hp-franchise-time {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.hp-franchise-day {
		margin: 0;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 27px;
		line-height: 2.7rem;
	}

}
/* END 500 */

@media screen and (max-width: 450px), handheld and (max-device-width: 450px){
	.sched-day-selector{
		padding: 0 5rem;
	}

	.sched-day-selector-prev,
	.sched-day-selector-next{
		font-size: 20px;
		font-size: 2rem;
	    padding: 0.3rem 0 0.3rem;
	    width: 35px;
	}

	.sched-day-selector h1{
		font-size: 30px;
		font-size: 3rem;
		line-height: 30px;
		line-height: 3rem;
	}

	.sched-cal + label {
		top: 0;
		left: 3px;
		font-size: 2.6rem;
	}
}
/* END 450 */

@media screen and (max-width: 400px), handheld and (max-device-width: 400px){
	.hp-sched-more {
		display: block;
	}

	.hp-sched-tunein,
	.hp-sched-item h2,
	.fran-sched-item{
		font-size: 18px;
		font-size: 1.8rem;
	}

	.featured-sub-thumb i{
		font-size: 60px;
		font-size: 6rem;
		left: 47%;
	    top: 39%;
	}

	.flex-wrap-fall-movies {
		display: block;
		width: 100%;
	}

	.fall-movies-item{
		width: 95%;
		position: relative;
		height: 150px;
		padding: 0 0 0 130px;
		margin: 0 0 60px 10px;
	}

	.flex-wrap-home-posters {
		display: block;
		width: 100%;
	}

	.home-posters-title {
    	padding: 1rem;
	}

	.home-posters-item,
	.home-posters-placeholder-wrapper {
		width: 100%;
	}

	.home-posters-placeholder-wrapper {
		margin-bottom: 0;
	}

	.home-posters-placeholder-text {
		padding: 3rem;
	}

	.hp-sched-item h2 {
		font-size: 2rem;
		line-height: 2.2rem;
	}

}
/* END 400 */

@media screen and (max-width: 350px), handheld and (max-device-width: 350px){

	.sched-day-selector h1{
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 25px;
		line-height: 2.5rem;
	}

	.sched-cal + label {
		top: -2px;
		font-size: 2.5rem;
	}

}
/* END 350 */

/* END MEDIA QUERIES */
