/*=============================================================*/
/*       
     _____                           _         _     _      
    |  __ \                         | |       | |   | |     
    | |__) |___ _ __ ___   __ _ _ __| | ____ _| |__ | | ___ 
    |  _  // _ \ '_ ` _ \ / _` | '__| |/ / _` | '_ \| |/ _ \
    | | \ \  __/ | | | | | (_| | |  |   < (_| | |_) | |  __/
    |_|  \_\___|_| |_| |_|\__,_|_|  |_|\_\__,_|_.__/|_|\___|                                                  
    
    Master CSS 2015
    Copyright © Remarkable
    Author X (Remarkable)
    Date: XX/XX/XXX

*/
@media (min-width: 768px) {
  .prom-hub__video {
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }
  .prom-hub__video * {
    align-self: center;
    cursor: pointer;
  }
  .prom-hub__video div {
    align-self: stretch;
    flex-grow: 1;
  }
  .prom-hub__video iframe {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .prom-hub__video {
    padding: 20px 0;
  }
  .prom-hub__video img {
    width: 100%;
  }
  .prom-hub__video iframe {
    width: 100%;
    height: 325px;
  }
}
.btn-affiliate {
  font-size: 12px;
  white-space: inherit;
  min-height: 62px;
}
.page-container-inner,
.modal-body {
  color: #000;
}
.page-container-inner h2,
.modal-body h2 {
  color: #000;
}
.page-container-inner h2.small,
.modal-body h2.small {
  font-size: 17px;
}
.page-container-inner p,
.modal-body p {
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-size: 15px;
  /*font-family: arial;*/
}
.page-container-inner ul,
.modal-body ul {
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-size: 15px;
  /*font-family: arial;*/
}
.page-container-inner li,
.modal-body li {
  line-height: 1.5;
}
.page-container-inner .lead-large,
.modal-body .lead-large {
  font-size: 16px;
}
.page-container-inner b,
.modal-body b,
.page-container-inner strong,
.modal-body strong {
  font-weight: 600;
}
.delivery-tabbed ul {
  margin-bottom: 20px;
}
.delivery-tabbed h6 {
  margin: 0;
}
h2.tv-heading {
  background: #0b1c2c;
  color: #fff;
}
moss-tv-link {
  position: relative;
}
.moss-tv-link .glyphicon {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -20px;
  z-index: 2;
  color: #fff;
  font-size: 40px;
  transition: all .25s;
  opacity: .75;
}
.moss-tv-link:hover .glyphicon {
  opacity: 1;
}
.panel-default .panel-body a {
  text-decoration: underline;
}
.moss-tv-videos h2 {
  font-size: 12px;
}
.exclusive-offer {
  margin-top: 20px;
  background: #efefef;
}
.exclusive-offer h1 {
  margin: 20px 0;
  font-size: 63px;
}
.exclusive-offer form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.exclusive-offer .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.exclusive-offer form label {
  text-align: left !important;
}
.exclusive-offer .btn-primary {
  padding: 1px 20px;
}
.exclusive-offer h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.sign-up {
  background: #018dc8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #008dc8 0%, #0176b6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #008dc8 0%, #0176b6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #008dc8 0%, #0176b6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008dc8 ', endColorstr='#0176b6', GradientType=1);
  /* IE6-9 */
}
.sign-up__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  min-height: 65vh;
}
.sign-up__container h1,
.sign-up__container p {
  color: #fff;
  font-family: 'Gill Sans', sans-serif;
}
.sign-up__container h1 {
  font-size: 64px;
  margin: 20px 0;
}
.sign-up__container p {
  font-size: 32px;
  margin: 20px 0;
}
.sign-up__social p {
  color: #fff;
  font-size: 26px;
}
.sign-up__social ul {
  text-align: center;
}
.sign-up__social svg {
  zoom: 1.5;
}
.sign-up__social svg * {
  fill: #fff;
}
/* Prom Hub  */
.associated-carousel--inside-pocket {
  margin-bottom: 30px;
}
.associated-carousel--inside-pocket .associated-carousel__title {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  font-size: 24px;
  margin: 40px 0;
}
.associated-carousel--inside-pocket .inside-pocket__title {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  letter-spacing: 1px;
}
.associated-carousel--inside-pocket .inside-pocket__read-more {
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
  letter-spacing: 1px;
}
.associated-carousel--inside-pocket .inside-pocket__block:hover .inside-pocket__read-more {
  text-decoration: underline;
}
.associated-carousel--inside-pocket-prom-hub .owl-carousel .owl-nav > div {
  background-image: url(/Content/img/skin/carousel-arrows-inverted.png) !important;
}
@media (max-width: 767px) {
  .btn-affiliate {
    margin-bottom: 12px;
  }
  .exclusive-offer h1 {
    font-size: 30px;
  }
  .sign-up__container {
    min-height: 430px;
    min-height: 65vh;
  }
  .sign-up__container p {
    font-size: 20px;
  }
  .sign-up__social svg {
    zoom: 1.2;
  }
  /* Prom Hub  */
  .associated-carousel--inside-pocket-prom-hub .owl-carousel {
    padding: 0 50px !important;
  }
  .associated-carousel--inside-pocket-prom-hub .owl-carousel .owl-slide {
    padding: 0 !important;
  }
  .associated-carousel--inside-pocket-prom-hub .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .associated-carousel--inside-pocket-prom-hub .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media (min-width: 768px) {
  .page-container-inner .lead-large,
  .modal-body .lead-large {
    font-size: 18px;
  }
  .delivery-tabbed h6 {
    margin: 10px 0;
  }
  .moss-tv-videos h2 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .moss-tv-videos h2 {
    font-size: 14px;
  }
  .sign-up__social {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .page-container-inner .lead-large,
  .modal-body .lead-large {
    font-size: 23px;
  }
  .moss-tv-videos h2 {
    font-size: 16px;
  }
  .btn-affiliate {
    min-height: initial;
  }
}
@media (min-width: 1600px) {
  .page-container-inner .lead-large {
    font-size: 25px;
  }
  .modal-body .lead-large {
    font-size: 23px;
  }
  .moss-tv-videos h2 {
    font-size: 18px;
  }
}
/*Black Friday*/
.black-friday__header {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.black-friday__header h1 {
  font-family: 'Gill Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0.125em 0;
}
.black-friday__header p {
  font-size: 1.5em;
  margin: 0.125em 0;
}
.black-friday__header p a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 200ms ease color;
  will-change: color;
}
.black-friday__header p a:hover {
  color: #fffee7;
}
.black-friday__body {
  background: #01aebc;
  padding: 1em 1em;
  text-align: center;
}
.black-friday__body p,
.black-friday__body form {
  font-size: 1.75em;
  margin: 1em 0 0;
}
.black-friday__body form {
  margin: 0 0 1em;
  padding: 0;
}
.black-friday__body form input {
  font-family: 'Gill Sans', sans-serif;
  background: #007781;
  border: 1px solid #003539;
  color: #fff;
  padding: 0.22em;
  width: 16em;
  margin-bottom: 0.5em;
}
.black-friday__body form input:focus {
  outline-color: #fff;
}
.black-friday__body form button {
  font-family: 'Gill Sans', sans-serif;
  width: 100%;
}
.black-friday__body form input::placeholder {
  color: #fff !important;
}
.black-friday__body form input::-webkit-input-placeholder {
  color: #fff !important;
}
.black-friday__body form input:-moz-placeholder {
  color: #fff !important;
}
.black-friday__body form input::-moz-placeholder {
  color: #fff !important;
}
.black-friday__body form input:-ms-input-placeholder {
  color: #fff !important;
}
.black-friday__countdown {
  font-size: 1.75em;
  margin: 1em 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.black-friday__countdown span {
  flex: 0 1 3em;
  display: inline-block;
  margin: 0 3px;
  background: #000;
  color: #fff;
  font-size: 1.3em;
  line-height: 1em;
  border-radius: 6px;
  padding: 0.5em 0.25em;
}
.black-friday__countdown em {
  font-style: normal;
  display: block;
  font-size: 0.4em;
  line-height: 1em;
}
@media (min-width: 768px) {
  .black-friday__header p {
    font-size: 2em;
  }
  .black-friday__body form input {
    width: 16em;
  }
  .black-friday__body form button {
    width: auto;
  }
  .black-friday__countdown {
    font-size: 1.75em;
  }
  .black-friday__countdown span {
    font-size: 2.5em;
    line-height: 1em;
  }
  .black-friday__countdown em {
    font-size: 0.4em;
    line-height: 1em;
  }
}
