/* * * * * start header * * * * */
/*
#header .mobile {display: none; }
#header {
  background: #0a63b0;
  position: relative;
  width: 100%;
  height: 42px;

  z-index: 3000;
}

#header #header_logo {
  position: absolute;
  z-index: 999;
  background: #0a63b0;
  width: 200px;
  height: 42px;
  top: 0;
  left: 0;
}

#header #header_logo img#logo_ae {
  position: absolute;
  top: 9px;
  left: 18px;
}

#header #header_logo img#logo_bo {
  position: absolute;
  top: 14px;
  left: 72px;
}

#header #header_tools {
  padding: 0 5px;
  max-height: 42px;
  float: right;
  position: relative;
  z-index: 1000;

}
#header #login-frame {
  padding-top: 13px;
}
#header #header_tools.search-closed {
  overflow: hidden;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
  #header #header_social, #header #header_tools {
    z-index: 100;
  }
}

#header_tools a,
#header_tools span {
  cursor: pointer;
  padding: 0 20px;
  color: #fefefe;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
}

#header_tools #login, #header_tools #logout {
  font-size: 14px;
}
*/

/* GOOGLE CSE */

#google-search {
  position: relative;
  width: auto;
  height: auto;
  float: left;
  /*top: -2px;*/
}

#google-search span.search {
  /*padding: 8px;*/
  padding: 0 10px;
  /*
  top: 4px;
  left: 4px;
  */
  /*background: #5c5c5c url(../images/header/search_icon_2.png) no-repeat center;*/
  background: url(../images/header/search_icon_2.png) no-repeat center 22px;
  float: left;
  width: 17px;
  height: 65px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}

#google-search span.search span,
#google-search span.search-resume span {
  display: none;
}

#google-search span.search-resume {
  display: none!important;
  /*
  padding: 8px;
  top: 15px;
  left: 36px!important;
  background: transparent url(../images/header/search_resume.png) no-repeat center;
  float: left;
  width: 17px;
  height: 17px;
  border-radius: none!important;
  position: absolute;
  cursor: pointer;
  */
}

/*#google-search .search-wrapper {*/
#search-wrapper {
  display: none;
  width: 0px;
  height: 33px;
  /*background-color: #5c5c5c;*/
  background-color: none;
  float: left;
  margin: 0px 0 0 0px;
  position: relative;
  /* tablet fix attempt */
  top: 25px;
  left: 50%;
  margin-left: -250px;
  position: fixed;
  z-index: 9999;
}

#google-search .search-wrapper table {
  border: none !important;
  border-color: none !important;
}

#google-search .search-input {
  width: 190px;
  height: 25px;
  border: 0;
  padding: 0px 0px 0px 3px;
  margin: 0;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 1.2em;
  color: #fff;
  /*background-color: #5c5c5c;*/
  background-color: none;

}

.search-borders-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

.search-arrow {
  position: absolute;
  top: 35px;
  left: 5px;
  background: url(/profiles/aetv/themes/custom/aetv/images/header/search_arrow.png) no-repeat top left;
  width: 28px;
  height: 14px;
  z-index: 100004; /* to combat google */
  display: none;
}

.search-wrapper-mask {
  width: 230px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
}



/* * * * * end header * * * * */




/* Header navigation */
.cssanimations #header_nav_dd_wrapper,
.no-js #header_nav_dd_wrapper {
  display: none;
}
/*
#header-nav.nav #scroll_close {
  position: absolute;
  z-index: 999;
  left: 0px;
  width: 84px;
  height: 42px;
  top: 0;
  background: transparent;
  transition: none!important;
}

#header-nav.nav img.scroll_close {
  position: absolute;
  top: 0;
  left: 63px;
  transition: none!important;
}

#header-nav.nav {
  position: relative;
  color: #f2ede0;
  left: 200px;
  height: 42px;
}

#header-nav.nav #global-nav_left-scroll,
#header-nav.nav #global-nav_right-scroll {
  padding: 4px 10px 5px 10px;
  top: 0;
  z-index: 999;
  position: absolute;
  font-size: 24px;
  background: #272727;
  text-align: center;
  cursor: pointer;
}

#header-nav.nav #global-nav_left-scroll div,
#header-nav.nav #global-nav_right-scroll div {
  width: 33px;
  height: 33px;
  background: #363636;
  text-align: center;
  color: #CCC;
  font-size: 24px;
  font-family: 'AmperstandardHeavy';
  line-height: 33px;
}

#header-nav.nav #global-nav_left-scroll.disabled div,
#header-nav.nav #global-nav_right-scroll.disabled div {
  color: #454543;
}

#header-nav.nav #global-nav_left-scroll {
  left: 84px;
}

#header-nav.nav #global-nav_right-scroll {
}

#header-nav.nav > ul {
  float: left;
  position: relative;
  z-index: 189;
}

#header-nav.nav > ul > li {
  display: block;
  float: left;
  white-space: nowrap;
  font-family: 'AmperstandardMedium',sans-serif;
}

#header-nav.nav > ul > li > a {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  line-height: 42px;
  height: 42px;
  display: block;
  padding: 0 16px;
  position: relative;
  z-index: 9;
  font-family: 'AmperstandardMedium';
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #header-nav.nav > ul > li > a {
    line-height: 48px;
    font-size: 20px;
  }
}
*/
@media (min-width: 1024px) {
  body.globalnav #header-nav.nav > .open > li:hover > a,
  body.globalnav #header-nav.nav > .open > li.active > a,
  body.globalnav #header-nav.nav > ul > li.open > a,
  body.globalnav #header-nav.nav > ul > li > a:hover {
    background:  #000!important;
  }

  body.globalnav #header-nav.nav > ul > li > div  {
    background: #000;
  }

  body.globalnav #header-nav.nav > ul > li > ul li  {
    line-height:  22px;
    padding:  5px 0;
  }

  body.globalnav #header-nav.nav #header_nav_dd_wrapper  {
    position:  fixed;
    left:  0;
    background: #000;
    z-index:  8;
    padding:  25px 25px 10px 25px;
    top:  42px;
    width:  620px;
  }
  /*
  #header-nav.nav #header_nav_dd > a  {
    display:  none;
  }
  */
  html:not(.cssanimations) #header-nav.nav #header_nav_dd li,
  html:not(.cssanimations) #header-nav.nav > ul > li > div {
    display: none!important;
  }
  body.globalnav #header-nav.nav > ul > li > div li,
  body.globalnav #header-nav.nav #header_nav_dd li  {
    line-height:  18px;
    padding:  0px 0px;
    font-size:  13px;
  }

  body.globalnav #header-nav.nav > ul > li > div p,
  body.globalnav #header-nav.nav #header_nav_dd p  {
    padding:  0 0 10px 5px;
    line-height:  13px;
    font-size: 24px;
    font-family: 'Amperscript';
  }

  body.globalnav #header-nav.nav > ul > li > div li a,
  body.globalnav #header-nav.nav #header_nav_dd li a  {
    color:  #dcdcdc;
    text-decoration:  none;
    display:  block;
    padding:  0px 5px;
    font-size: 17px;
    line-height: 28px;
  }

  html:not(.cssanimations) #header-nav.nav > ul > li a:hover,
  html:not(.cssanimations) #header-nav.nav #header_nav_dd li a:hover  {
    background:  #0a63b0;
  }

  body.globalnav #header-nav.nav #header_nav_dd ul  {
    position:  relative!important;
  }

  body.globalnav #header-nav.nav #header_nav_dd div  {
    position:  relative!important;
  }

  body.globalnav #header-nav.nav #header_nav_dd .column,
  body.globalnav #header-nav.nav > ul .column  {
    width:  212px;
    float:  left;
  }

  body.globalnav #header-nav.nav #header_nav_dd .entry-wrapper-item,
  body.globalnav #header-nav.nav > ul .entry-wrapper-item  {
    float: left;
  }

  body.globalnav #header-nav.nav #header_nav_dd .multi_column,
  body.globalnav #header-nav.nav > ul .multi_column  {
    width:  640px;
    clear:  both;
  }

  body.globalnav #header-nav.nav #header_nav_dd .multi_column ul,
  body.globalnav #header-nav.nav > ul .multi_column ul  {
    -moz-column-count:  3;
    -moz-column-gap:  0;
    column-count:  3;
    column-gap:  0;
    -webkit-column-count:  3;
    -webkit-column-gap:  0;
  }

  body.globalnav #header-nav.nav #header_nav_dd .multi_column ul li,
  body.globalnav #header-nav.nav > ul .multi_column ul li  {
    -moz-column-break-inside:  avoid;
    column-break-inside:  avoid;
    -webkit-column-break-inside:  avoid;
    overflow:  auto;
  }

  body.globalnav #header-nav.nav #header_nav_dd .row1,
  body.globalnav #header-nav.nav > ul .row1  {
    margin-bottom:  20px;
  }

  body.globalnav #header-nav.nav #header_nav_dd .row2,
  body.globalnav #header-nav.nav > ul .row2  {
    padding-top:  25px;
    border-top:  1px solid #666;
    margin-bottom:  20px;
  }

  body.globalnav #header-nav.nav #header_nav_dd .row3,
  body.globalnav #header-nav.nav > ul .row3 {
    padding-top:  25px;
    border-top:  1px solid #666;
  }

  body.globalnav #header-nav.nav #header_nav_dd .info,
  body.globalnav #header-nav.nav > ul .info  {
    color:  #737373;
    padding-left:  5px!important;
  }

  body.globalnav #header-nav.nav #header_nav_dd .schedule .column1,
  body.globalnav #header-nav.nav > ul .schedule .column1  {
    width:  195px!important;
    float:  left;
    border-right:  1px solid #666;
    margin-right:  10px;
  }

  body.globalnav #header-nav.nav #header_nav_dd .single_column li,
  body.globalnav #header-nav.nav > ul .single_column li  {
    width:  640px;
  }

  body.globalnav #header-nav.nav #header_nav_dd .single_column_tall,
  body.globalnav #header-nav.nav > ul .single_column_tall {
    clear: both;
    width: 185px;
  }

  body.globalnav #header-nav.nav #header_nav_dd .single_column_tall_multi_header,
  body.globalnav #header-nav.nav > ul .single_column_tall_multi_header {
    clear: both;
    width: 305px;
    border: none;
    padding-top: 0;
  }

  body.globalnav #header-nav.nav #header_nav_dd .single_column_tall_multi_header.row2 p,
  body.globalnav #header-nav.nav > ul .single_column_tall_multi_header.row2 p,
  body.globalnav #header-nav.nav #header_nav_dd .single_column_tall_multi_header.row3 p,
  body.globalnav #header-nav.nav > ul .single_column_tall_multi_header.row3 p {
    padding-top: 23px;
  }

  body.globalnav #header-nav.nav #header_nav_dd .multi_column_tall,
  body.globalnav #header-nav.nav > ul .multi_column_tall {
    float: left;
    width: 425px;
    border: none;
    padding-top: 0;
  }

  body.globalnav #header-nav.nav #header_nav_dd .entry-wrapper-item:nth-child(2) .single_column_tall_multi_header,
  body.globalnav #header-nav.nav > ul .entry-wrapper-item:nth-child(2) .single_column_tall_multi_header,
  body.globalnav #header-nav.nav #header_nav_dd .entry-wrapper-item:nth-child(2) .multi_column_tall,
  body.globalnav #header-nav.nav > ul .entry-wrapper-item:nth-child(2) .multi_column_tall {
    margin-left: 30px;
  }

  body.globalnav #header-nav.nav #header_nav_dd .multi_column_tall ul,
  body.globalnav #header-nav.nav > ul .multi_column_tall ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;

  }

  body.globalnav #header-nav.nav #header_nav_dd .single_column_tall_multi_header p,
  body.globalnav #header-nav.nav > ul .single_column_tall_multi_header p,
  body.globalnav #header-nav.nav #header_nav_dd .single_column_tall p,
  body.globalnav #header-nav.nav > ul .single_column_tall p,
  body.globalnav #header-nav.nav #header_nav_dd .multi_column_tall p,
  body.globalnav #header-nav.nav > ul .multi_column_tall p {
    border-bottom: 2px solid #666;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  body.globalnav #header-nav.nav #header_nav_dd .single_column_tall li,
  body.globalnav #header-nav.nav > ul .single_column_tall li {
  }

  body.globalnav #header-nav.nav #header_nav_dd .multi_column_tall li,
  body.globalnav #header-nav.nav > ul .multi_column_tall li {
    white-space: normal;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
  }

  body.globalnav #header-nav.nav #header_nav_dd .single_column_tall li a,
  body.globalnav #header-nav.nav > ul .single_column_tall li a,
  body.globalnav #header-nav.nav #header_nav_dd .multi_column_tall li a,
  body.globalnav #header-nav.nav > ul .multi_column_tall li a {
  }

  /*build out the div inside the li*/

  .cssanimations body.globalnav #header-nav.nav > ul > li > .entry-wrapper,
  .no-js body.globalnav #header-nav.nav > ul > li > .entry-wrapper  {
    top:  auto;
    left:  -88px;
    position:  absolute;
    padding:  25px;
    background:  #000;
    width:  640px;
    opacity:  0.5;
    max-height:  0;
    overflow:  hidden;
    opacity:  0;
    display: none;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
  }

  body.globalnav #header-nav.nav ul li:hover .entry-wrapper {
    bottom: 70px;
    left: 250px;
    display: block;
    opacity: 1;
    padding:  25px 15px 0 15px;
    max-height: 1000px;
    overflow: hidden;
    transition-duration: 0.3s;
  }

  body.globalnav #header-nav.nav.open ul li.open .entry-wrapper .clonedMenuItem {
    color: #dcdcdc;
    background: #0a63b0 url(../images/header/global-nav/ipad-cloned-item-arrow.png) no-repeat 90% 9px;
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 3px 30px 3px 10px;
    line-height: 22px;
    position: absolute;
    bottom: 10px;
    left: 26px;
  }
}
/* * * * * start footer * * * * */
/*
#footer  {
  height:  45px;
  width:  100%;
  background:  #000;
  overflow-y:  hidden;
  z-index:  7;
  bottom: 0;
}

#footer .on_now {
  float:  left;
}

#footer .on_now > a img  {
  float:  left;
}

#footer .on_now h5  {
  float:  left;
  padding:  0 0 0 25px;
  color:  #FFF;
  font-family: 'AmperstandardMedium';
  line-height:  45px;
  font-size:  18px;
}

#footer .on_now h5 span  {
  padding-right: 5px;
}

#footer .on_now h5 span,
#footer .on_now h5 span a {
  color: #999;
  text-decoration:  none;
  font-size: 18px;
  padding-left: 5px;
}

#footer .next_on h6  {
  padding: 0 0 0 35px;
  float:  left;
  color: #fff;
  font-size:  18px;
  line-height:  45px;
  font-family: 'AmperstandardMedium';
}

#footer .next_on h6 a  {
  text-transform: none;
  color:  #fff;
  text-decoration:  none;
}

#footer .next_on h6 span,
#footer .next_on h6 a span  {
  padding-left: 5px;
  color:  #999;
  font-size: 18px;
  font-family: 'AmperstandardMedium';
}

#footer .next_on  {
  float:  left;
}

#footer a.schedule,
#footer a.watch-live {
  float:  left;
  margin: 0 0 0 35px;
  text-decoration:  none;
  font-size:  18px;
  color:  #FFF;
  line-height: 45px;
}


#footer #footer_links {
  float: right;
  max-width: 350px;
}

#footer #footer_links li {
  line-height: 18px;
  float: left;
  padding: 0 30px 0 0;
}

#footer #footer_links .odd {
  padding-right: 22px;
  clear: left;
}

#footer #footer_links .even {
  padding-right: 36px;
}

#footer #footer_links .last {
  padding-right: 22px;
  clear: none;
  position: relative;
  margin-top: -20px;
}

#footer #footer_links a {
  font-size: 11px;
  color: #575757;
  text-decoration: none;
}

#footer #footer_links a:hover {
  color: #999;
}

#footer .divider {
  float: right;
  font-size: 20px;
  color: #333;
  width: 40px;
  text-align: center;
  line-height: 45px;
  font-weight: normal;
}

#footer #footer_social {
  padding: 0 5px;
  margin: 0 0 0 0;
  max-height: 45px;
  position: absolute;
  background-color: #000;
  right: 265px;
  z-index: 3001;
}

#footer #footer_social {
  width: 109px;
  overflow: hidden;
  -webkit-transition: width 1s ease-in-out 0s;
  -moz-transition: width 1s ease-in-out 0s;
  -o-transition: width 1s ease-in-out 0s;
  transition: width 1s ease-in-out 0s;
  padding: 0 35px 0 0;
}

#footer #footer_social.open {
  width: 320px;
  -webkit-transition: width 1s ease-in-out 0s;
  -moz-transition: width 1s ease-in-out 0s;
  -o-transition: width 1s ease-in-out 0s;
  transition: width 1s ease-in-out 0s;
}

#footer #footer_social div.cab_switch,
#footer #footer_social a  {
  width:  31px;
  height:  31px;
  display:  inline;
  position:  relative;
  margin: 7px 0 7px 5px;
  float: left;
  background: url(/profiles/aetv/modules/custom/header_footer/images/footer/icons2x.png) no-repeat;
  background-size: cover;
  white-space: nowrap;
}

#footer #footer_social a div.social_dropdown  {
  width:  242px;
  background:  #FFF;
  max-height:  0;
  overflow:  hidden;
  -webkit-transition:  max-height 0.8s ease-in-out;
  -moz-transition:  max-height 0.8s ease-in-out;
  -o-transition:  max-height 0.8s ease-in-out;
  transition:  max-height 0.8s ease-in-out;
  position:  absolute;
  left:  0;
  bottom: 38px;
}

#footer #footer_social a.open div.social_dropdown,
#footer #footer_social a:hover div.social_dropdown  {
  max-height:  1000px;
  overflow:  hidden;
}

#footer #footer_social a.twitter {
  background-position: -42px 0;
}

#footer #footer_social a.facebook {
  background-position: 0 0;
}

#footer #footer_social a.g_plus {
  background-position: -125px 0;
}

#footer #footer_social a.youtube {
  width: 62px;
  background-position: -170px 0;
}

#footer #footer_social a.tumblr {
  background-position: -242px 0;
}

#footer #footer_social a.instagram {
  background-position: -283px 0;
}

#footer #footer_social a.email {
  background-position: -84px 0;

}

#footer #footer_social a.vine {
  background-position: -318px 0;
}

#footer #footer_social a:hover {
  opacity: 0.5;
}

#footer #footer_social #footer_social_cab {
  float: left;
  width: 36px;
  position: absolute;
  left: 108px;
  top: 0;
  overflow: hidden;
  height: 45px;
  -webkit-transition: width 1s linear 0s;
  -moz-transition: width 1s linear 0s;
  -o-transition: width 1s linear 0s;
  transition: width 1s linear 0s;
}

#footer #footer_social.open #footer_social_cab {
  width: 219px;
  -webkit-transition: width 1s linear 0s;
  -moz-transition: width 1s linear 0s;
  -o-transition: width 1s linear 0s;
  transition: width 1s linear 0s;
}

#footer #footer_social div.cab_switch {
  margin: 7px 0 0 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  background-position: -355px 0;
  -webkit-transition: background-position 0s linear 1s;
  -moz-transition: background-position 0s linear 1s;
  -o-transition: background-position 0s linear 1s;
  transition: background-position 0s linear 1s;
}

#footer #footer_social.open div.cab_switch {
  background-position: -355px 0;
}
*/

/* * * * * end footer * * * * */
@media all and (max-width: 1010px) {
  /*
  #footer a.feedback_link {display: none;}
  #footer #footer_social {right: 225px;}
  */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  /*
  #footer .next_on h6:last-child {
    display: none;
  }
  */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/*
  #header-nav.nav {
    z-index: 1;
  }
  #footer a.schedule {
    margin: 0 0 0 25px;
  }
  #footer .on_now,
  #footer .next_on h6:last-child {
    display: none;
  }
  #footer #footer_links {
    float: right;
    max-width: 220px;
  }
  #footer #footer_links .even {
    padding-right: 25px;
  }
  #footer #footer_social {
    right: 210px;
  }
  #footer #footer_social a  {
    margin: 7px 0 7px 8px;
  }
  #footer #footer_social {
    width: 118px;
  }
  #footer #footer_social.open {
    width: 344px;
  }
  #footer #footer_social #footer_social_cab {
    left: 117px;
  }
  #footer #footer_social.open #footer_social_cab {
    width: 243px;
  }
  */
}

/* mobile */
/* Smartphones ----------- */
/*@media only screen and (max-width : 320px) {*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 640px) and (orientation: portrait), only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1136px) and (orientation: landscape), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi), only screen and (max-width : 320px) and (orientation: portrait), only screen and (max-width: 480px) and (orientation: landscape) {*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 320px) and (orientation: portrait), only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 480px) and (orientation: landscape),  only screen and (max-width : 320px) and (orientation: portrait), only screen and (max-width: 480px) and (orientation: landscape) {

  .nav p,
  #header_tools,
  #header #header_logo img#logo_rlc,
  #header #header_logo img#logo_ae,
  #footer #footer_social {
    display: none;
  }
  #header {
    height: 47px;
  }

  #header #header_logo {
    width: 183px;
    position: relative;
    z-index: 989;
    height: 47px;
    left: 50%;
    margin-left: -91px;
  }

  .mobile img, img.mobile {
  }

  #header #header_logo img#mobile-logo_ae {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 60px;
    height: 26px;
  }

  #header #header_logo img#mobile-logo_rlc {
    position: absolute;
    top: 16px;
    left: 68px;
    width: 115px;
    height: 12px;
  }

  #header .mobile {
    display: block;
  }

  #header #mobile-menu_button,
  #header #mobile-schedule_button {
    position: absolute;
    cursor: pointer;
  }

  #header #mobile-menu_button img {
    width: 25px;
    height: 16px;
    position: relative;
    top: 15px;
    right: 15px;
    float: right;
  }

  #header #mobile-menu_button {
    /*left: 12px;*/
    z-index: 99999!important;
    left: -80%;
    top: 0px;
    width: 100%;
    height: 47px;
    background: #333;
    transition-delay: 0s;
    transition: left 1s linear;
  }

  #header #mobile-schedule_button img {
    width: 28px;
    height: 23px;
  }

  #mobile_nav-close {
    font-family: monospace;
    font-weight: bold;
    margin: 8px 10px 0 0;
    line-height: 29px;
    width: 35px;
    height: 29px;
    border: 1px solid #999;
    color: #999;
    border-radius: 5px;
    float: right;
    text-align: center;
  }

  #mobile_nav-close:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  #header #mobile-schedule_button {
    right: 12px;
    top: 8px;
  }

  #header-nav.nav {
    position: relative;
    color: #fefefe;
    left: 0px;
    top: 0px;
  }

  #header-nav.nav > ul  {
    background:  #1f1f1f;
    background: transparent;
     float:  none;
     position:  absolute;
     z-index:  989!important;
     top: -1px;
     /*left:  0!important;*/
     left: -100%!important;
     width: 100%;
     z-index: 999;
     transition-delay: 0s;
     transition: left 1s linear;
     /*transition: max-height 1s linear;
     max-height: 0;
     overflow: hidden;*/
  }

.nav > ul {
  transition-delay: 0s!important;
}

  #header.mob_open #mobile-menu_button,
  #header.mob_open .nav > ul {
    left: 0!important;
    transition-delay: 0s;
    transition: left 1s linear;
    /*
    max-height: 100%;
    overflow: visible;
    transition: max-height 1s linear;
    */
  }

  #header-nav.nav > ul li {
    width: 85%;
  }

  #header-nav.nav > ul li div {
    display: none;
  }

  #header-nav.nav > ul li:first-child {
    border-top: none;
  }

  #mobile-menu_button .search-wrapper {
    display: block!important;
    width: 75%!important;
    float: left;
    position: absolute;
    z-index: 9999!important;
    top: 10px;
    margin-left: 10px!important;

  }

  #header-nav.nav > ul .search-borders-right {

  }

  #header .gsc-clear-button {
    display: none;
  }

  #header .gsc-control-cse {
    background: #FFF url(/profiles/aetv/modules/custom/header_footer/images/header/global-nav/mobile-search.png) 10px center no-repeat!important;
    border-radius: 15px!important;
    background-size: 15px 16px!important;
    height: 29px;
  }

  #header .gsc-input {
    background: #FFF;
    width: 80%!important;
    color: #CCC;
    top: 2px!important;
    margin: 0!important;
    padding: 0!important;
  }

  div.aetv-cse-wrapper {
    z-index: 999!important;
    position: absolute;
    width: 100%;
    bottom: 87px;
    overflow: hidden;
  }

  div.aetv-cse-wrapper > table {
    position: absolute!important;
    margin: 0!important;
    padding: 0!important;
    left: 0!important;
    top: 0px!important;
    z-index: 9!important;
    width: 100%!important;
  }

  .gsc-results-wrapper-nooverlay {
    width: 100%!important;
    top: 0!important;
    padding: 5px 0 0px 0;
  }

  #container {
    left: 0;
    transition: left 1s linear;
  }

  #container.mob_open {
    left: 85%;
    transition: left 1s linear;
  }

  #mobile_nav-header {
    height: 47px;
    background: #333;
    width: 100%;
  }

  #header-nav.nav > ul > li  {
    float:  none!important;
    border-top: 1px solid #333;
  }

  #header-nav.nav > ul > li a {
    padding-left: 38px;
  }

  #header-nav.nav > ul > li:hover > a,
  #header-nav.nav > ul > li.active > a  {
    background:  #141414 url(/profiles/aetv/modules/custom/header_footer/images/header/global-nav/mobile-active-indicator.png) 20px center no-repeat;
    background-size: 6px 7px;
  }

  #header-nav.nav > ul > li.social a {
    padding: 0 0 0 0;
    float: left;
    background: none;
  }

  #header-nav.nav > ul > li.social a.facebook {
    background:  #2E5794;
    margin-right: 10px;
  }

  #header-nav.nav > ul > li.social a.twitter {
    background:  #26A3D9;
  }

  #header-nav.nav > ul > li.social:hover > a {

  }

  #header-nav.nav > ul > li.social {
    background: none!important;
    height: 208px;
    padding: 0px 0 0px 38px;
  }

  #header-nav.nav > ul > li.social p {
    font-size: 12px;
    display: block;
  }

  #header-nav.nav > ul #header_social {
    float: left;
    display: block;
    height: 208px;
    transition: none!important;
  }

  #header-nav.nav > ul #header_social a {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0!important;
  }



}


/* AETVRD-1995 */

#header-nav > ul > li .entry-wrapper {display: none;}

#header_logo {float: left; padding: 0 66px 0 16px;}
#header_logo a {text-decoration: none;}
#header_logo img,
#header_logo div {position: relative;}
#header_logo #logo_ae_wrapper {top: 13px; width: 58px; height: 30px; overflow: hidden; display: inline-block;}
#header_logo #logo_ae {top: -30px;}
#header_logo:hover #logo_ae {top: 0;}
#header_logo #logo_bo {top: 8px; left: 3px;}
#header-nav > ul > li {float: left; line-height: 58px; padding: 0 10px; font-size: 20px;}
#header-nav > ul > li > a {text-decoration: none; color: #fff; text-transform: uppercase;}
#header-nav > ul > li a:hover {color: #0284f4;}
#header-nav > ul > li ul > li > a:hover {background: #0284f4;}
#header-nav > ul > li p {color: #fff;}
#header-nav > ul > li.active a {color: #0284f4;}
#header_tools {position: relative; right: 0; top: 20px; float: right;}
div.hamburger {
  display: none!important;
  cursor: pointer;
  width: 46px;
  float: left;
  text-align: center;
}
div.hamburger.global {
  padding-top: 10px;
}
div.hamburger.show {
  /*padding-top: 13px;*/
  height: 47px;
}
#site_nav.open div.hamburger.show {
  background: #000;
}
div.hamburger > div {
  height: 3px;
  width: auto;
  margin: 4px 12px
}
div.hamburger.global > div {
  background: #fff;
}
div.hamburger.show > div {
  background: #fff;
}
div.hamburger.show > div:first-child {
  margin-top: 16px;
}



#footer {
  /*height: 88px;*/
  height: 70px;
  width: 100%;
  background: #000;
  /*overflow-y: hidden;*/
  /*z-index: 7;*/
  z-index: 999;
  bottom: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*
body.aetv_showBranding_font_amperscript #footer,
body.aetv_showBranding_font_amperserif #footer {
  height: 60px;
}
*/
#footer #footer_links {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/*
.aetv_showBranding_font_amperscript #footer #footer_links,
.aetv_showBranding_font_amperserif #footer #footer_links {
  bottom: 8px;
}
*/
#footer #footer_links li {
  float: left;
  font-size: 11px;
  border-left: 1px solid #333;
}
#footer #footer_links li:first-child {
  border-left: none;
}
/*
.aetv_showBranding_font_amperscript #footer #footer_links li,
.aetv_showBranding_font_amperserif #footer #footer_links li {
  font-size: 10px;
}
*/
#footer #footer_links li a {
  text-decoration: none;
  color: #666;
  padding: 0 0 0 5px;
  margin: 0 5px 0 0;
}
#footer #footer_links li a:hover {
  color: #999;
}

#footer #footer_social {
  padding: 0 5px;
  margin: 0 0 0 0;
  max-height: 45px;
  position: relative;
  float: right;
  background-color: #000;
  right: 15px;
  top: 12px;
  z-index: 3001;
  width: 90px;
  overflow: hidden;
  -webkit-transition: width 1s ease-in-out 0s;
  -moz-transition: width 1s ease-in-out 0s;
  -o-transition: width 1s ease-in-out 0s;
  transition: width 1s ease-in-out 0s;
  padding: 0 35px 0 0;
}
.aetv_showBranding_font_amperserif #footer #footer_social,
.aetv_showBranding_font_amperscript #footer #footer_social {
  display: none;
}
/*
.aetv_showBranding_font_amperscript #footer #footer_social,
.aetv_showBranding_font_amperserif #footer #footer_social {
  top: 8px;
}
*/
#footer #footer_social.open {
  width: 276px;
  -webkit-transition: width 1s ease-in-out 0s;
  -moz-transition: width 1s ease-in-out 0s;
  -o-transition: width 1s ease-in-out 0s;
  transition: width 1s ease-in-out 0s;
}

#footer #footer_social div.cab_switch,
#footer #footer_social a {
  width:  24px;
  height:  28px;
  display:  inline;
  position:  relative;
  margin: 0 0 0 5px;
  float: left;
  background: url(/profiles/aetv/modules/custom/header_footer/images/footer/icons.png) no-repeat;
  background-size: auto;
  white-space: nowrap;
}

#footer #footer_social a div.social_dropdown  {
  width:  232px;
  background:  #FFF;
  max-height:  0;
  overflow:  hidden;
  -webkit-transition:  max-height 0.8s ease-in-out;
  -moz-transition:  max-height 0.8s ease-in-out;
  -o-transition:  max-height 0.8s ease-in-out;
  transition:  max-height 0.8s ease-in-out;
  position:  absolute;
  left:  0;
  bottom: 38px;
}

#footer #footer_social a.open div.social_dropdown,
#footer #footer_social a:hover div.social_dropdown  {
  max-height:  1000px;
  overflow:  hidden;
}

#footer #footer_social a.twitter {
  background-position: -28px 0;
}

#footer #footer_social a.facebook {
  background-position: 0 0;
}

#footer #footer_social a.g_plus {
  background-position: -106px 0;
}

#footer #footer_social a.youtube {
  width: 54px;
  background-position: -145px 0;
}

#footer #footer_social a.tumblr {
  background-position: -212px 0;
}

#footer #footer_social a.instagram {
  background-position: -250px 0;
}

#footer #footer_social a.email {
  background-position: -64px 0;
}

#footer #footer_social a.vine {
  background-position: -278px 0;
}

#footer #footer_social a:hover {
  opacity: 0.5;
}

#footer #footer_social #footer_social_cab {
  float: left;
  width: 240px;
  position: absolute;
  left: 98px;
  top: 0;
  overflow: hidden;
  -webkit-transition: width 1s linear 0s;
  -moz-transition: width 1s linear 0s;
  -o-transition: width 1s linear 0s;
  transition: width 1s linear 0s;
}

#footer #footer_social.open #footer_social_cab {
  width: 209px;
  -webkit-transition: width 1s linear 0s;
  -moz-transition: width 1s linear 0s;
  -o-transition: width 1s linear 0s;
  transition: width 1s linear 0s;
}

#footer #footer_social div.cab_switch {
  width: 30px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  background-position: -354px 0;
  -webkit-transition: background-position 0s linear 1s;
  -moz-transition: background-position 0s linear 1s;
  -o-transition: background-position 0s linear 1s;
  transition: background-position 0s linear 1s;
}

#footer #footer_social.open div.cab_switch {
  background-position: -307px 0;

}


/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {*/
@media (min-width: 1024px) and (max-width: 1124px) {
  #site_nav .show_time {font-size: 20px;}
}
@media (max-width: 1023px) {
  #site_nav .show_time span.showtimes-part-1,
  #site_nav .show_time span.showtimes-part-2,
  #site_nav .bottom_row .show_time,
  #footer_links li.feedback,
  .aetv-hide-from-mobile,
  #site_nav .top_row #show_icon,
  #site_nav .divider,
  #site_nav .bottom_row .bottom_right {
    display: none;
  }
  /*
  .fade {
    opacity: 0.5!important;
  }
  */
  .bottom_right a {
    opacity: 1!important;
  }

  #site_nav #social_buttons a div.social_dropdown {
    left: 0!important;
    top: 43px;
  }
  #site_nav .top_row {
    box-shadow: 0 4px 4px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 4px 4px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 4px 4px 2px rgba(0,0,0,0.05);
  }
  #site_nav .top_row .show_time {
    display: block;
    float: left;
  }
  #site_nav .top_row .show_time,
  #site_nav .top_row #show_title {
    margin-left: 10px;
  }
  #site_nav .show_time span.showtimes-collapsed {
    display: block;
    margin-left: 0;
  }
  #site_nav .bottom_row .page_controls {
    margin-left: 4px;
  }
  #site_nav .bottom_row .page_type {
    /*display: block!important;*/
    display: none!important;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 47px;
    float: left;
    margin: 0 0 0 57px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(242,238,224);
  }
  #show_nav_wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 47px;
    padding: 50px 0 100px 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px solid #444;
    background: -webkit-linear-gradient(rgb(0,0,0),rgba(0,0,0,0.8));
    background: -o-linear-gradient(rgb(0,0,0),rgba(0,0,0,0.8));
    background: -moz-linear-gradient(rgb(0,0,0),rgba(0,0,0,0.8));
    background: linear-gradient(rgb(0,0,0),rgba(0,0,0,0.8));
  }
  #show_nav {
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #site_nav.open #show_nav_wrap {
    display: block;
  }
  #show_nav > li {
    width: 100%;
    max-height: 52px;
    overflow: hidden;
    padding: 0!important;
    margin: 0!important;
    text-indent: 15%;
    display: inline-block!important;

  }
  #show_nav > li.show_buttons {
    /*display: block!important;*/
  }
  #show_nav > li#nav_social {
    padding: 0 0 0 0!important;
  text-indent: 0;
    margin: 0 0 0 0!important;
    /*left: 15%;*/
    position: absolute;
    bottom: 50px;
    left: 7.5%;
    overflow: visible!important;
  }

  #show_nav > li a {
    line-height: 52px;
    display: inline!important;
  }
  #header-nav > ul > li a,
  #site_nav .top_row #show_nav > li > a {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
  }
  #site_nav .top_row #show_nav > li > a {
    color: #0a63b0;
  }
  #site_nav #social_buttons a {
    height: 28px;
    width: 28px;
    margin: 0 10px 0 0;
  }
  #site_nav #social_buttons a img {
    height: 36px!important;
    left: -9px;
  }

  div.hamburger {
    display: block!important;
  }
  #footer {
    /*height: 60px;*/
    overflow: visible;
    z-index: 1001;
  }

  #header-nav > ul {
    position: absolute;
    background: rgba(0,0,0,0.8);
    background: -webkit-linear-gradient(rgba(0,0,0,0.8),rgb(0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.8),rgb(0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.8),rgb(0,0,0));
    background: linear-gradient(rgba(0,0,0,0.8),rgb(0,0,0));
    left: 0;
    bottom: 60px;
    width: 100%;
    display: none;
    padding: 50px 0;
    border-top: 1px solid #444;
    /*
    box-shadow: 0 -4px 4px 2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 -4px 4px 2px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 -4px 4px 2px rgba(0,0,0,0.8);
    */
  }
  #header-nav > ul > li {
    font-size: 22px;
    width: 50%;
    float: left;
    line-height: 32px;
    padding: 10px 0;
    text-indent: 75px;
  }
  #header-nav > ul > li.google-search-li {
    position: relative;
    text-indent: 0;
    padding: 0 0 10px 0;
  }
  #header-nav > ul > li.google-search-li #google-search {
    top: 0;
    left: 70px;
  }

    #show_nav > li.shop_btn {
      display:none !important;
  }



}
.mvpd-picker-aetv #mvpd-picker {
  background-color: #f4f1e2;
}
.mvpd-picker-aetv #mvpd-picker-head,
.mvpd-picker-aetv #mvpd-picker-foot {
  background-color: #0a63b0;
}
.mvpd-picker-aetv #mvpd-picker-head-caption {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 32px;
}
.mvpd-picker-aetv #mvpd-picker-tier2-list .mvpd-picker-tier2-entry {
  line-height: 34px;
}
.mvpd-picker-aetv #mvpd-picker-tier2-list .mvpd-picker-tier2-entry:hover {
  background-color: #0a63b0;
}
@media (max-width: 891px) and (min-width: 638px) {
  .mvpd-picker-aetv #mvpd-picker-head-caption {
    font-size: 22px;
    margin-top: 7px;
  }
}
@media (max-width: 637px) {
  .mvpd-picker-aetv #mvpd-picker-head-caption {
    font-size: 20px;
  }
}
