html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

div {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}


/* IMPORT FOUNDATION */
@import './css/foundation.css';

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

textarea:focus,
input:focus {
  outline: none;
}


/*end reset*/

body {
  line-height: 1.5;
}

section {
  max-width: 1140px;
  padding: 0 5%;
  margin: auto;
  overflow-x: hidden;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .5em;
  background: #fff;
  border: none;
  border-radius: 3px;
  font-size: 1em;
  margin-bottom: 40px;
}

.select-container {
  position: relative;
  display: inline;
}

.select-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.select-container:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  right: .75em;
  border-top: 8px solid black;
  opacity: 0.5;
}

select::-ms-expand {
  display: none;
}

.page-container {
  min-height: calc(100vh - 420px);
  padding-top: 100px;
}

.phone_only {
  display: none !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit
}

a:visited {
  color: inherit;
  text-decoration: none;
}


/*home*/

.home-container {
  padding-top: 8px;
  clear: both;
  overflow: auto;
  overflow-y: hidden;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1f9de3;
  line-height: 24px;
  margin: 14px 0;
  text-transform: uppercase;
}

.home-playlist {
  height: 462px;
  margin-bottom: 40px;
  background-color: #aaa;
}

.video-js {
  z-index: 100;
  width: calc(100% - 330px) !important;
}

.video-js .vjs-dock-shelf,
.video-js .vjs-dock-text {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.video-playlist {
  width: 330px !important;
}

.home-container .playlist-th {
  cursor: pointer;
  display: flex;
  margin: 0 !important;
}

.home-container .playlist-th img {
  display: block;
  padding: 0 !important;
  width: 160px !important;
  height: 90px !important;
}

.home-container .playlist-th p {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold !important;
  float: none;
  line-height: 1.3;
  padding: 15px;
  margin: initial;
  text-overflow: initial;
  white-space: initial;
  width: 170px;
}

.home-container .playlist-th span {
  display: none;
}

.home-box>a {
  display: block;
  border-shadow: 3px 3px #e2e2e2;
}

.fixed-player {
  position: fixed;
  top: 0;
}

.left-column {
  float: left;
  width: 66%
}

.right-column {
  float: right;
  width: calc(33% - 30px);
  margin-left: 30px;
  max-width: 300px;
}

.home-right-column{
  background-position: center center;
}

.ad-container {
  text-align: center;
}

.ad-container .ad_space {
  display: inline-block;
}

.half-col-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.half-col {
  float: left;
  width: calc(50% - 30px);
  box-sizing: border-box;
}

.todays-show {
  margin-right: 30px;
}


/* For Placement Only */

.inbox .box-content-container {
  background-image: url('https://pmcvariety.files.wordpress.com/2017/05/20160609_live_0128a.jpg?w=670&h=377&crop=1');
}

.home-section {
  margin-top: 30px;
}

.home-latest-features{
  margin-top: 40px;
}

.todays-show-list-container {
  max-height: 390px;
  height: 100%;
  transition: max-height 300ms;
  overflow-y: scroll;
  overflow-x: hidden;
}

.todays-show-list-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 85px;
  border: 1px solid #e2e2e2;
  box-shadow: 3px 3px #e2e2e2;
  margin: 10px 0;
  background-color: #fff;
}

.list-counter {
  display: inline-block;
  font-size: 48px;
  line-height: 65px;
  margin: 0 17px;
  color: #ffaa19;
}

.item-copy-container {
  display: flex;
  width: 75%;
  height: 100%;
  position: relative;
  justify-content: center;
  flex-direction: column;
}

.todays-show-list-item-triangle {
  background-color: #d8d8d8;
  margin: 0 17px;
  width: 0;
  height: 0;
  border-bottom: 9px solid white;
  border-top: 9px solid white;
  border-left: 9px solid #e2e2e2;
  font-size: 0;
  line-height: 0;
}

.box-content-container {
  position: relative;
  height: 220px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  /* background-size: cover; */
  background-size: 100%;
  transition:300ms ease-in-out all;
}

.box-content-container:hover{
  background-size: 105%;
}

.box-text {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: #29a7ed;
  color: #fff;
  padding: 18px;
  font-size: 14px;
}

.post-color-0 .box-text {
  background-color: #ffaa19;
}

.post-color-1 .box-text {
  background-color: #29a7ed;
}

.post-color-2 .box-text {
  background-color: #29a7ed;
}

.post-color-3 .box-text {
  background-color: #ffaa19;
}

.post-color-4 .box-text {
  background-color: #ffaa19;
}

.post-color-5 .box-text {
  background-color: #29a7ed;
}

.box-text h4 {
  -webkit-font-smoothing: antialiased;
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  letter-spacing: .01em;
  line-height: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.box-copy {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.upcoming-guests-container {
  width: 100%;
  height: 300px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-container {
  cursor: pointer;
  display: inline-block;
  height: 367px;
  margin: 0 -4px 30px 0;
  overflow: hidden;
  position: relative;
  transition: transform 300ms, opacity 300ms;
  width: calc(50% - 15px);
}

.feature-container a {
  display: block;
}

.feature-container img {
  display: none;
}

.feature-container:nth-child(4n+2) {
  transition-delay: 150ms;
}

.feature-container:nth-child(4n+3) {
  transition-delay: 300ms;
}

.feature-container:nth-child(4n+4) {
  transition-delay: 450ms;
}

.feature-container.loading {
  transform: translateY(10%);
  opacity: 0;
}

.feature-container::after {
  background: lightgray;
  content: ' ';
  height: 267px;
  left: 0;
  opacity: .15;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  transition: opacity 300ms;
}

.feature-container:hover::after {
  opacity: 0;
}

.feature-container:hover .feature-box {
  transform: scale(1.025);
}

.feature-container .box-text {
  position: absolute;
}

.feature-box {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 267px;
  position: relative;
  transition: transform 300ms;
  width: 100%;
}

.hidden {
  display: none;
}

.load-more {
  margin: 60px auto;
  width: 195px;
  height: 40px;
  color: #fff;
  background-color: #29a7ed;
  text-align: center;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.load-more-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.load-more-mobile {
  display: none;
}

.contests-box,
.see-live-box,
.fashion-finder-box,
.social-feed-box-mobile {
  display: block;
  overflow: hidden;
}

.sidebar-box {
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  position: relative;
  transition: transform 300ms;
  width: 100%;
}
div.sidebar-box.fashion-box{
  background-size: cover !important;
}

.sidebar-box::after {
  background: lightgray;
  bottom: 0;
  content: ' ';
  left: 0;
  opacity: .15;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms;
}

.sidebar-box:hover {
  transform: scale(1.025);
}

.sidebar-box:hover::after {
  opacity: 0;
}

.sidebar-box+.box-text {
  margin-bottom: 30px;
}

.poll {
  width: 100%;
}

.social-feed-box-mobile {
  display: none;
}

@media (min-width: 737px) {
  .home-playlist {
    height: calc((100vw - 330px) * 9 / 16);
    max-height: 464px;
  }
  .video-playlist {
    width: 330px !important;
    height: 100% !important;
  }
  .vjs-poster {
    background-size: cover;
  }
}


/*front-page-carousel*/

.carousel-btn {
  height: 100%;
  display: inline-block;
  line-height: 300px;
  width: 8%;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.left-btn {
  margin-right: 2%;
  float: left;
  text-align: left;
  background-image: url('./images/arrow_L.svg');
}

.right-btn {
  margin-left: 2%;
  float: right;
  text-align: right;
  background-image: url('./images/arrow_R.svg');
}

.upcoming-guests-carousel-outer {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  height: 100%;
  box-shadow: 3px 3px #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}

.upcoming-guests-carousel-inner {
  width: 300%;
  height: 100%;
  font-size: 0;
  transition: transform .3s;
}

.upcoming-guests-item {
  font-size: 14px;
  width: 16.6666666666%;
  height: 100%;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  vertical-align: top;
}

.air-day {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.guest-item-image {
  width: 100%;
  height: 50%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.guest-item-image img {
  width: 100%;
  height: 100%;
}

.guest-item-guests {
  font-weight: 600;
  line-height: 1.6;
  padding-top: 15px;
  text-align: left;
}

.guest-item {
  display: inline-block;
  width: 33%;
  font-size: 14px;
  height: 100px;
  font-weight: bold;
  text-align: center;
  padding-top: 41px;
  vertical-align: top;
}

.post-guests .guest-item {
  padding-top: 0;
}


/*episode guide*/
.guide-post-container .post-box-content::after{
  content:'';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid white;
  transform: translate3d(-4px, -15px, 0);
  transition: opacity 200ms, transform 200ms;
  opacity: 0;
}

.guide-post-container .post-box-content::before {
  content: "";
  font-family: VideoJS;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #2485d5;
  width: 45px;
  height: 45px;
  opacity: 0;
  transform: translate3d(-22px, -27px, 0);
  line-height: 45px;
  text-align: center;
  color: white;
  font-size: 25px;
  transition: opacity 200ms, transform 200ms;
}

.guide-post-container .post-box-content:hover::before,
.guide-post-container .post-box-content:hover::after{ opacity: 1; }
.episode-guide-top-panel {
  min-height: 732px;
  padding: 20px 0 90px;
}

.guide-posts-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 43px;
}

.episode-guide-header {
  width: 100%;
  line-height: 33px;
  /* padding-left: 16px; */
  text-transform: uppercase;
  /* margin-bottom: 50px; */
}

.bold-episode-guide-header {
  font-weight: 600;
  font-size: 24px;
}

.guide-post-container{
  position: relative;
  padding-bottom: 30px;
  transition: transform 300ms, opacity 300ms, background-color 300ms, padding 300ms;
  position:relative;
  padding:15px
}

.guide-post-container:hover{
 /* background-color:#01b6f0; */

}
.guide-post-container:hover .post-title,
.guide-post-container:hover .post-box-content{
  /* box-shadow:none; */
}

@media all and (max-width:768px){
  .upcoming-episode-container .post-box-content{
        height: 300px;
  }
  .guide-post-container .post-box-content{
    height: 200px;
  }
}
.guide-post-container:hover .guests-word,
/* .guide-post-container:hover .more-container a{ color: #fff; text-decoration: underline;  } */
.guide-post-container .more-container { bottom: 15px; right:15px; }
.post-container {
  margin: 50px 37px 50px 0;
  width: calc(33% - 37px);
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  transition: transform 300ms, opacity 300ms;
}

.post-container:nth-child(3n+3) {
  transition-delay: 150ms;
}

.post-container:nth-child(3n+1) {
  transition-delay: 300ms;
}

.post-container.loading {
  transform: translateY(10%);
  opacity: 0;
}

.post-box-content {
  width: 100%;
  height: 250px;
  height: 165px;
  position: relative;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  box-shadow: 3px 3px #e2e2e2;
}

.post-title {
  box-shadow: 3px 3px #e2e2e2;
  background-color: #ffaa19;
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -.05em;
  padding-left: 30px;
  text-transform: uppercase;
}

.post-description {
  padding: 0 15px 0 20px;
}

.guests-word {
  text-transform: uppercase;
  color: #05bbec;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
}

.post-guests {
  font-size: 14px;
  font-weight: bold;
  height: 28px;
}

.post-excerpt {
  font-size: 14px;
  line-height: 1.33;
  margin: 34px 0 15px;
}

.more-container {
  text-align: right;
  color: #05bbec;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.todays-show-container {
  width: calc(50% - 200px);
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

.todays-show-container .post-description {
  padding: 0;
}

.todays-show-container .post-title {
  box-shadow: 3px 3px #e2e2e2;
  background-color: #05bbec;
  text-transform: uppercase;
}

.todays-show-container .post-box-content {
  margin-bottom: 0;
  box-shadow: 3px 0 #e2e2e2;
}

.todays-show-container .post-guests {
  box-shadow: 3px 3px #e2e2e2;
  background-color: #fff;
  height: 72px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}

.todays-show-container .post-guests .guest-item {
  line-height: 72px
}

.todays-show-container .more-container {
  bottom: 15px;
  right: 15px;
}

.todays-show-excerpt {
  box-shadow: 3px 3px #e2e2e2;
  margin-top: 11px;
  background-color: #fff;
  padding: 30px;
  font-size: 14px;
  position: relative;
}

.todays-show-guest {
  display: inline-block;
  width: 33%;
  text-align: center;
}

.episode-guide-top-panel .ad_space {
  float: right;
}


/* TEMPORARY! Sociable can just be disabled in the plugin */

.sociable {
  display: none;
}


/* episode guide detail page */

.content-single .bc-thumb img {
  /*height: 100% !important;*/
}

.content-single .bc-thumb h3 {
  min-height: 3em;
}


/*show-info*/

.single {
  clear: both;
  overflow: auto;
  overflow-y: hidden;
}

.show-info {
  margin-top: 96px;
  overflow: visible;
}

.hero-img {
  width: 100%;
  position: relative;
}

.hero-img img {
  display: block;
  width: 100%;
}

.bio-title {
  position: absolute;
  bottom: -50px;
  color: #fff;
  font-size: 64px;
  background-color: #1b87b7;
  height: 100px;
  padding: 0 42px;
  line-height: 100px;
  font-weight: 300;
  text-transform: uppercase;
  box-shadow: 3px 3px #e2e2e2;
}

.bio-subhead {
  font-size: 20px;
  color: #ffaa19;
}

.bio-subhead:last-of-type {
  margin-bottom: 47px;
}

.bio-body {
  padding: 97px 84px 84px;
  background-color: #fcfcfc;
  margin-bottom: 200px;
}

.bio-body a {
  color: #29a7ed;
  text-decoration: underline;
}

.bio-body p {
  margin-bottom: 1em;
}

.bio-body p:first-of-type {
  margin-top: 47px;
}

.show-info>.left-column {
  box-shadow: 3px 3px #e2e2e2;
}

.scrbbl-embed {
  width: 324px;
  margin-left: -6px;
}


/*end show footer*/


/*local listings*/

.local-listings-headers {
  color: #fff;
  font-size: 64px;
  font-weight: 300;
}

.local-listings-header {
  display: inline-block;
  background-color: #1b87b7;
  padding: 9px 42px;
  margin-top: 190px;
}

.local-listings-subheader {
  margin-top: 25px;
  font-size: 24px;
}

.zip-form-container {
  width: 465px;
  background-color: #fbfbfb;
  box-shadow: 3px 3px #e2e2e2;
  padding: 32px 45px;
  margin: 42px 55px;
}

.zip-form-container tr {
  font-weight: bold;
}

.zip-form-container tr>td:first-child {
  width: 150px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

.zip-form-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.local-listings-field {
  display: inline-block;
}

.local-listings-field h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.form-or {
  display: inline-block;
  padding-top: 1em;
}

.zip-submit input {
  margin: 60px auto 30px;
  width: 147px;
  height: 40px;
  color: #fff;
  background-color: #1b87b7;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 18px;
}

.zip-field {
  height: 33px;
}

.category {
  overflow: auto;
}

.station-finder-right-column {
  z-index: -1;
}

.oversize-image {
  direction: rtl;
  float: right;
  margin-bottom: 60px;
  margin-top: 133px;
  right: -50%;
  width: 150%;
}

.oversize-image img {
  width: 645px;
}

.zip-subheader {
  color: #1b87b7;
}

.hidden-container {
  display: none;
}

.hidden-container.show {
  display: block;
}


/*end local listings */


/*inbox*/

.inbox {
  margin-top: 100px;
  position: relative;
}

.inbox-bg {
  background-image: url('./images/inbox.jpg');
  height: 544px;
  width: 840px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.inbox-left-col {
  width: 50%;
  margin-top: 250px;
}

.inbox-right-col {
  width: 47%;
  padding-top: 555px;
}

.inbox-link {
  color: #1b89b8 !important;
  font-size: 20px;
  text-align: center;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.inbox-header {
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  height: 100px;
}

.header-container {
  padding: 0 45px;
  background-color: #1b89b8;
  display: inline-block;
}

.large-header {
  font-family: 'Anton', sans-serif;
}

.small-header {
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  margin-top: 25px;
}

.inbox-form-container {
  width: 465px;
  margin-left: 55px;
  background-color: #fbfbfb;
  box-shadow: 3px 3px #e2e2e2;
  padding: 30px 45px 210px;
  margin-top: 45px;
  margin-bottom: 245px;
}

.inbox-form-container label,
.inbox-form-container input {
  display: block;
  line-height: auto;
  width: 100%;
}

.inbox-form-container label {
  margin-top: 13px;
  font-size: 18px;
  margin-bottom: 5px;
}

.phone-input {
  display: inline-block !important;
}

.short-input {
  width: 50px !important;
}

.long-input {
  width: 65px !important;
}

#description {
  width: 100%;
  height: 145px;
}

#inbox-submit {
  display: inline-block;
  background-color: #1b89b8;
  color: #fff;
  font-size: 18px;
  border: none;
  height: 52px;
  padding: 0 37px;
  margin-top: 47px;
  cursor: pointer;
}

.submit-success {
  margin-top: 20px;
}


/*end inbox*/


/* search */

.search-page-category {
  min-height: 50vh;
  padding-bottom: 100px;
}

.search-header-text {
  font-size: 24px;
}

.search-results-for {
  margin: 18px 0 30px;
}

.search-keyword {
  color: #29a7ed;
}

.search-again {
  margin: 10px 0;
}

.search-expanded{
  -webkit-appearance: none;
}

.search-again input[type='text'] {
  min-width: 280px;
  font-size: 18px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  letter-spacing: .03em;
  border-radius: 3px;
  border: 1px solid lightgray;
}

.search-again input[type='submit'] {
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  border: 1px solid #29a7ed;
  border-radius: 3px;
  background: #29a7ed;
  color: white;
  -webkit-appearance: none;
}

.video-search-results-container {
  font-size: 14px;
}

.video-search-results-container,
.all-search-results-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.all-search-results {
  margin-bottom: 100px;
}

.video-search-results-container>.post-container {
  margin: 20px 17px 20px 0;
  width: initial;
}

.video-search-results-container .post-box-content,
.all-search-results-container>.post-container {
  margin: 0 0 10px;
  width: 243px;
  height: 128px;
}

.search-result-container {
  display: block;
  margin: 30px 0;
  width: 100%;
}

.search-result-text {
  font-size: 18px;
}

.search-result-text>a {
  color: #29a7ed;
}

.search-result-more {
  color: #29a7ed;
}

.search-result--video {
  max-width: 234px;
}

.search-result--description {
  padding: 0;
}


/*end search*/


/*footer*/

footer {
  background-color: #29a7ed;
}

.main-footer {
  padding-top: 35px;
  box-sizing: border-box;
  height: 190px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.footer-logo-container {
  height: 50%;
  margin-bottom: 15px;
}

.copyright {
  float: left;
  width: 33%;
}

.footer-links {
  float: right;
  width: 66%;
}

.footer-link {
  display: inline-block;
  margin-right: 15px;
}

.videos--back{
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .4pt;
  color: #1f9de3;
}

.guide--back{
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .4pt;
  color: #1f9de3;
}

.episode-detail-video .detail-description-tags{
  margin-top: 20px;
}

.episode-detail-video .detail-description-tags a{
  text-decoration: none;
  color:#000;
}

.video-tag-container{
  margin-bottom: 100px;
}

.detail-description-tags,
.small-tags{
  display: none;
}

/*episode-page*/

.post-header {
  /* background-color: #efefef; */
  /*i don't know why this 1px of padding is needed but it is*/
  padding-top: 1px;
}

.episode-detail-video-container {
  /* background-color: #efefef; */
  /*nice*/
  padding-bottom: 69px;
  margin-bottom: 59px;
}

.detail-description {
  margin-top: 20px;
}

.detail-description a {
  color: #29a7ed;
  text-decoration: underline;
}

.post-content .description {
  display: none;
}

#bc-thumb-playlist {
  margin-top: 55px;
}

.bc-thumb {
  cursor: pointer;
  width: calc(25% - 34px);
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.bc-thumb.columns{
  margin-right: 0 !important;
}
.bc-thumb.columns:nth-child(4n+1){
  clear: left;
}

.bc-thumb:nth-child(4n+0) {
  margin-right: 0;
}

.bc-thumb:hover .bc-thumb-img::before {
  opacity: .95;
  transform: translate3d(-22px, -22px, 0);
}

.bc-thumb-img {
  display: inline-block;
  background: linear-gradient(to top, rgba(0, 0, 0, .15), transparent);
  line-height: 1;
  transition: opacity 200ms;
  position: relative;
}

.bc-thumb .bc-thumb-img .bc-overlay{
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left:0;
  top:0;
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: white;
}

.bc-thumb.selected .bc-thumb-img .bc-overlay{ display: flex; }

.bc-thumb-img img {
  width: 100% !important;
  height: auto !important;
}

.bc-thumb-img::before {
  content: "\f101";
  font-family: VideoJS;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #2485d5;
  width: 45px;
  height: 45px;
  opacity: 0;
  transform: translate3d(-22px, -27px, 0);
  line-height: 45px;
  text-align: center;
  color: white;
  font-size: 25px;
  transition: opacity 200ms, transform 200ms;
}

.bc-thumb img {
  position: relative;
  z-index: -1;
}

.bc-thumb.selected img {
  border: 3px solid #05bbec;
  margin: -3px 0 0 -3px;
}

.bc-thumb h3 {
  letter-spacing: -.03em;
  font-weight: 600;
  font-size: 16px;
}

.bc-thumb.selected h3 {
  margin-top: 11px;
}

.detail-post-title {
  height: 50px;
  color: #fff;
  padding-left: 30px;
  background-color: #05bbec;
  line-height: 50px;
  margin-top: 50px;
}

.post-content .video-js {
  width: 100% !important;
}

.video-landing-playlist .video-js {
  height: 100% !important;
}

.back-link {
  font-size: 18px;
  color: #000;
  margin: 38px 0;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.related-videos {
  padding-top: 59px;
}

.detail-features-container {
  width: calc(100% - 335px);
  margin-top: 100px;
  display: inline-block;
  margin-bottom: 350px;
}

.detail-ad-container {
  display: inline-block;
  margin-right: 30px;
  margin-top: 100px;
  vertical-align: top;
}

.episodes-guide .columns.medium-4.new-post-container {
  height: 550px;
  overflow: hidden;
}

/* single post page */


.contest.single{ width: 100%; max-width: 1140px; margin: 40px auto;}
.contest.single .single-post{ padding:0 0 100px 0; width: auto; max-width: initial; }
.contest.single .single-post > h1{ margin: 0  0 20px 0 !important; }
.contests-list .feature-container{
  max-width: 300px;
}


.single-post {
  padding-bottom: 100px;
  max-width: 1140px;
  margin: 0 auto;
}

.single-post>h1 {
  margin: 75px 0;
  font-size: 30px;
}

.single-post p>font {
  font-size: 18px;
}


/* episode guide detail page */

.single .episode-detail-video-content {
  background-color: black;
  width: 100%;
}

.single .episode-detail-video-content>div {
  position: relative;
  display: block;
  margin: auto;
  padding-top: 56.25%;
}

.single .episode-detail-video-content .video-js {
  position: absolute !important;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}


/* video page */

.single--brightcovevideos>section {
  padding-top: 50px;
}

.single--brightcovevideos>section>h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0;
}

.single--brightcovevideos .video-js {
  /* height: calc( 1140px * 9 / 16) !important; */
  height: 428px !important;
  width: 100% !important;
}

.lightbox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  display: none;
  z-index: 10000000000000000000;
}

.lightbox.show-lightbox {
  display: block;
}

.lightbox-close {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-size: 30px;
}

#placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}

#placeholder iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1140px) {
  .single--brightcovevideos .video-js {
    height: calc( 100vw * 9 / 16) !important;
    width: 100% !important;
  }
  .brightcove-video-container {
    height: calc( 100vw * 9 / 16) !important;
  }
  .video-js .vjs-dock-shelf {
    right: 15px;
  }
}


/*sponsored page*/

.mobile-sponsored {
  display: none;
}

.sponsored-page-template {
  /* padding: 100px 0; */
}

.sponsored-img {
  width: 100%;
  display: block;
}

.sponsored-page-link {
  display: block;
  line-height: 0;
}

.official-rules {
  text-align: center;
  text-transform: uppercase;
  color: #29a7ed;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sponsored-grey-text {
  color: #aaa;
  font-size: 12px;
}

.store-list {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.store-list-text {
  display: inline-block;
  width: 15%;
  color: rgb(27, 68, 136);
}

.store-list img {
  vertical-align: middle;
  margin: 0 10px;
  width: 80%
}

.sponsored-page-template .video-js {
  width: 100% !important;
}

.sponsored-page-template .video-playlist {
  width: 100% !important;
  height: 200px !important;
  margin-bottom: 50px;
}

.sponsored-page-template .right-column {
  margin-bottom: 20px;
}

.single-col-tablet {
  display: none;
}

.single-col-mobile {
  display: none;
}

.sponsored-single-col {
  padding-top: 50px;
  padding-bottom: 100px;
}


/*end sponsored page*/


/* feature post template */

.single .feature {
  margin-top: 98px;
  background-color: white;
}

.feature .feature-body {
  background-color: #fcfcfc;
  margin-bottom: 200px;
}


/* end feature post template */


/*recipes */

.recipes-top-panel {
  padding: 20px 5% 10px;
}

.recipes-top-panel .right-column {
  height: 492px;
  position: relative;
}

.recipes-top-panel .right-column .ad_space {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.recipe-columns-container {
  margin-top: 60px;
}

.recipes-header {
  display: inline-block;
  margin: 35px 0 53px;
  width: 100%;
}

.recipes-header img {
  width: 100%;
}

.mobile-recipes-header {
  display: none;
}

.recipe-hero-post {
  box-shadow: 3px 3px #e2e2e2
}

.recipe-hero-img {
  width: 100%;
  height: 361px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.recipe-hero-title {
  color: #fff;
  background-color: #29a7ed;
  text-align: left;
  font-size: 18px;
  line-height: inherit;
  padding: 26px 30px;
}

.recipe-hero-desciption {
  position: relative;
  padding: 27px 15px 13px;
}

.recipes-post{
  box-shadow: 3px 3px #e2e2e2;
  padding-bottom: 0;
  margin-bottom: 20px;
  position: relative;
  transition: transform 300ms, opacity 300ms;
}

.recipes-post .post-excerpt {
  height: 60px;
  margin: 0;
  position: relative;
}

.post-tags {
  font-size: 14px;
  color: #29a7ed;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.video--tag:hover{
  color:#ffaa19 !important;
}

.recipes-post.post-container {
  box-shadow: 3px 3px #e2e2e2;
  padding-bottom: 0;
}

.recipes-post .post-box-content {
  margin-bottom: 0;
  box-shadow: none;
  background-position: top left;
}

.recipes-post .post-title {
  box-shadow: none;
  background-color: #29a7ed;
  font-size: 18px;
  height: 120px;
  line-height: inherit;
  min-height: 50px;
  padding: 20px 30px;
  text-transform: none;
}

@media screen and (max-width:960px) and (orientation: landscape) {
  .recipes-post .post-title {
    height: auto;
  }
}

.category-recipes .guide-posts-container {
  align-items: baseline;
  width: 100%;
}

.category-recipes .video-js {
  width: 100% !important;
  height: 422px;
}

.category-recipes .navigation {
  padding-bottom: 150px;
}

.single-recipe .video-js {
  width: 100% !important;
  height: calc((100vw - 10vw) * 9/16);
}

.recipe-hero {
  width: 100%;
  margin: 15px 0;
}

.recipe-hero img {
  width: 100%;
}

.recipe-container {
  background-color: #fff;
  box-shadow: 3px 3px #e2e2e2;
  padding: 20px;
  margin-bottom: 80px;
  position: relative;
}

.recipe-container .post-tags {
  top: auto;
  bottom: 10px;
}

.recipe-container-inner {
  padding-bottom: 100px;
}

.recipe-container h1 {
  font-size: 24px;
}

.recipe-container h4 {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 2px solid #feab1d;
  margin: 20px 0;
  display: block;
}

.recipes-single h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.recipes-single .guide-posts-container {
  margin-top: 0;
}

.search-field::placeholder {
  font-size: 18px !important;
}

.placeholder {
  font-size: 12px !important;
  height: 21px;
  outline: none;
  vertical-align: bottom;
}

.print-recipe {
  color: #feab1d;
  margin: 18px 0 37px;
  font-size: 12px;
}

.print-recipe h4 {
  font-size: 20px;
  padding: 20px 0 10px;
}

.print-icon {
  height: 12px;
  margin-right: 8px;
}

.mobile-category-select {
  display: none;
}

.recipe-mobile-ad-space {
  display: none;
}

.category-recipes .left-column {
  max-width: calc(100% - 300px);
}

.recipe-post-title-container {
  height: 100%;
}


/*end recipes*/


/*fashion finder */

.fashion-finder.post-container {
  width: calc(33.3333% - 37px);
}

.fashion-finder .post-box-content {
  height: 268px;
  background-position: top;
}

.fashion-finder .post-title {
  background-color: #29a7ed;
}

.fashion-finder-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fashion-finder-description img {
  height: 35px;
  vertical-align: middle;
}


/*end fashion finder*/


/*mobile and tablet styles*/

@media(max-width: 768px) {
  html,
  body {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  #placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 50%;
  }
  .post-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section {
    padding: 0 10px;
  }
  .main-header {
    padding-top: 17px;
  }
  .video-js {
    width: 100% !important;
    /* max-width: calc(100vw - 20px) !important; */
  }
  .video-playlist {
    display: none !important;
    width: 330px !important;
  }
  .load-more-mobile {
    display: block;
  }
  .left-column {
    float: none;
    width: 100%;
    max-width: none !important;
  }
  .right-column {
    float: none;
    margin: 0 auto;
    max-width: initial;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .right-column h3 {
    text-align: left;
  }
  .ad_space {
    display: none;
  }
  .home-container .left-column {
    margin-bottom: 50px;
  }
  .home-section {
    margin-top: 40px;
  }
  .home-playlist {
    height: calc((100vw - 20px) * 9 / 16);
  }
  .upcoming-guests-carousel-inner {
    width: 600%;
  }
  .upcoming-guests-container {
    /* height: 400px; */
  }
  .guest-item-image {
    height: 50%;
  }
  .post-box-content {
    height: 400px;
  }
  .half-col {
    float: none;
    width: 100%;
  }
  .half-col-container {
    display: block;
  }
  .todays-show-list-container {
    overflow: hidden;
  }
  .todays-show-list-container.expanded {
    max-height: 1000000px;
  }
  .feature-container {
    width: 100%;
  }
  .sidebar-box {
    height: calc( (100vw - 20px) * .7333333);
    width: 100%;
  }
  .social-feed-box-mobile {
    display: block;
  }
  .load-more,
  .load-more-text {
    /* display: none; */
  }
  .home-playlist-container .load-more,
  .home-playlist-container .load-more-text,
  #todays-links-load-more,
  #todays-links-load-more>.load-more-text {
    display: block;
  }
  .bc-thumb .bc-thumb-img::before {
    opacity: .65;
    transform: translate3d(-22px, -22px, 0);
  }
  .main-footer {
    height: auto;
    padding-bottom: 90px;
  }
  .footer-logo-container {
    display: none;
  }
  .copyright {
    float: none;
    margin-bottom: 30px;
  }
  .footer-links {
    float: none;
    width: auto;
  }
  .footer-link {
    display: block;
    line-height: 24px;
  }
  .bc-thumb {
    width: 100%;
    margin-right: 0;
    display: block;
    max-width: 450px;
    margin: auto !important;
  }
  .episode-guide-top-panel {
    height: auto;
  }
  .todays-show-container {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 27px;
  }
  .bio-title {
    font-size: 24px;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .bio-body {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    background-color: #fff;
  }
  .inbox-bg {
    width: 100%;
    position: relative;
    height: 65vw;
    background-position: bottom;
  }
  .inbox-form-container {
    width: 100%;
    margin: 0;
    box-shadow: none;
    padding-bottom: 82px;
  }
  .headers {
    height: 100px;
    background-color: #1b89b8;
    padding-top: 22px;
  }
  .inbox-left-col {
    margin-top: 0;
  }
  .large-header {
    margin-bottom: 13px;
  }
  .inbox-header {
    font-size: 20px;
    line-height: 24px;
    height: auto;
  }
  .small-header {
    margin-top: 0;
    font-size: 14px;
    line-height: 1em;
    height: auto;
  }
  .header-container {
    padding: 0 30px;
  }
  .detail-features-container {
    width: 100%;
  }
  .oversize-image {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .oversize-image img {
    width: 100%;
  }
  .local-listings-header {
    margin-top: 0;
    font-size: 24px;
    text-align: center;
    display: block;
  }
  .local-listings-subheader {
    margin-top: 0;
    display: none;
  }
  .zip-form-container {
    margin: 0;
    padding: 32px 0;
    width: 100%;
    box-shadow: none;
  }
  .flex-container {
    display: block;
  }
  .local-listings-field {
    display: block;
  }
  .zip-field {
    border: 1px solid #dbdaba;
  }
  .form-or {
    display: block;
    padding-bottom: 1em;
  }
  .zip-subheader {
    display: none;
  }
  .zip-form-container table {
    width: 100%;
  }
  .zip-form-container td {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .zip-form-container tr>td:first-child {
    width: 100%;
  }
  .zip-form-container td::before {
    text-transform: uppercase;
  }
  .zip-form-container td:nth-child(1)::before {
    content: 'City:     ';
  }
  .zip-form-container td:nth-child(2)::before {
    content: 'Station: ';
  }
  .zip-form-container td:nth-child(3)::before {
    content: 'Affiliate: ';
  }
  .zip-form-container td:nth-child(4)::before {
    content: 'Time: ';
  }
  .zip-form-container tr {
    display: block;
    margin: 2em 0;
    height: 6em;
    background-color: #1b87b7;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 10px 0px;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    font-family: 'Roboto';
  }
  .mobile-display-none {
    display: none !important;
  }
  .copyright {
    width: auto;
  }
  .social-feed-header{
    display:none;
  }
  .scrbbl-embed {
    display: none;
  }
  .ad-container {
    text-align: center;
  }
  .inbox-right-col .ad-container {
    text-align: left;
  }
  .sponsored-single-col {
    padding-top: 0;
  }
  .recipes-header {
    display: none;
  }
  .fashion-header {
    display: inline-block;
  }
  .mobile-recipes-header {
    display: block;
    margin: 43px 0 20px;
  }
  .mobile-recipes-header img {
    width: 100%;
  }
  .category-recipes .submit {
    margin-top: 13px;
  }
  .category-recipes .right-column {
    height: 300px;
  }
  .category-recipes .ad_space {
    display: block;
  }
  .category-recipes .guide-posts-container {
    margin-top: 0;
  }
  .category-recipes .recipes-post {
    margin: 0 0 15px 0;
  }
  .recipe-load-more {
    display: block;
  }
  .recipe-load-more .load-more-text {
    display: block;
  }
  .mobile-category-select {
    display: inline;
  }
  .search-again input[type='text'] {
    margin-bottom: 13px;
  }
  .recipe-show-info-links>li {
    margin-right: 20px !important;
  }
  .recipe-hero-title {
    line-height: inherit;
    padding: 26px 30px;
  }
  .recipe-mobile-ad-space {
    display: inline-block;
    margin: 30px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .recipe-mobile-ad-space-container {
    position: relative;
    height: 300px;
  }
  .print-recipe {
    display: none;
  }
  .single-recipe .video-js {
    box-shadow: 3px 3px #e2e2e2;
  }
  .mobile-recipe-select {
    width: 100%;
    border: 1px solid #eee;
    text-transform: uppercase;
    color: #5b5757;
  }
  .recipes-top-panel .search-field {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .recipes-top-panel .search-field::placeholder {
    font-size: 18px !important;
  }
  .single-recipe .search-again {
    display: none;
  }
  .subcat-back-btn .back-link {
    margin-top: 0;
  }
  .recipe-hero-img {
    height: calc(90vw * .561);
  }
  .recipes-post .post-box-content {
    height: calc(90vw * .561);
  }
  .recipes-post .post-title {
    height: 120px;
  }
  .fashion-finder.post-container {
    width: 100%;
  }
}


/*tablet only styles*/
@media (max-width: 768px) {
  .ad-container{
    padding: 25px 0;
  }
}

@media (min-width: 415px) and (max-width: 768px) {
  .sponsored-page-template {
    padding-top: 50px;
    padding-bottom: 0;
  }
  /*.sponsored-page-template .left-column {
    float: left;
    width: 66%;
  }

  .sponsored-page-template .right-column {
    float: right;
    width: calc(33% - 30px);
    margin-left: 30px;
    max-width: 300px;
  }*/
  .store-list {
    display: block;
    text-align: center;
    height: auto;
    width: 75%;
    margin: 50px auto;
  }
  .store-list-text {
    display: block;
    width: 75%;
    margin: auto;
  }
  .store-list a {
    display: inline-block;
  }
  .store-list img {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
    height: 20px;
    width: auto;
  }
  .top-logo {
    display: block !important;
  }
  .sponsored-facebook {
    width: 75% !important;
    height: auto !important;
  }
  .feature-container {
    width: calc(50% - 8px);
  }
  .inbox {
    margin-top: 0;
  }
  .full-height-logo {
    margin: 0 20px !important;
    height: 40px !important;
  }
  .sponsored-page-template .video-playlist {
    width: 100% !important;
    height: 300px !important;
    display: block !important;
    margin-bottom: 20px;
  }
  .sponsored-page-template .video-js {
    position: relative !important;
    height: 300px !important;
  }
  .sponsored-page-link .ad-container {
    width: 320px;
    margin: auto;
  }
  .single-col-desktop {
    display: none;
  }
  .single-col-tablet {
    display: block;
  }
  .single-col-mobile {
    display: none;
  }
}


/*mobile-only-styles*/

@media (max-width: 415px) {
  .desktop-tablet-sponsored {
    display: none;
  }
  .full-height-logo {
    margin: 0 20px !important;
    height: 40px !important;
  }
  .mobile-sponsored {
    display: block;
  }
  .sponsored-page-link {
    margin-top: 50px;
  }
  .sponsored-bottom {
    margin-top: -50px;
  }
  .sponsored-page-template {
    padding-top: 0;
  }
  .no-top-margin {
    margin-top: 0;
  }
  .store-list {
    display: block;
    text-align: center;
    height: auto;
  }
  .store-list-text {
    display: inline-block;
    width: 75%;
  }
  .store-list a {
    display: inline-block;
  }
  .store-list img {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
    height: 20px;
    width: auto;
  }
  .top-logo {
    display: block !important;
  }
  .sponsored-facebook {
    width: 75% !important;
    height: auto !important;
  }
  .sponsored-video-player .video-js {
    margin-bottom: 20px;
  }
  .single-col-desktop {
    display: none;
  }
  .single-col-tablet {
    display: none;
  }
  .single-col-mobile {
    display: block;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .video-js {
    position: absolute !important;
    height: 100% !important;
  }
}

@media (max-width: 1065px) {
  .sponsored-page-template {
    padding-top: 50px;
  }
  .store-list {
    display: block;
    text-align: center;
    height: auto;
    width: 75%;
    margin: 50px auto;
  }
  .store-list-text {
    display: block;
    width: 75%;
    margin: auto;
  }
  .store-list a {
    display: inline-block;
  }
  .store-list img {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
    height: 20px;
    width: auto;
  }
}


/*@media (min-width: 768px) and (max-width: 1110px) {

    .recipes-post .post-title {
      height: 180px;
    }

}*/

@media print {
  .ad-banner {
    display: none !important;
  }
  .video-js {
    display: none !important;
  }
  .search-again {
    display: none !important;
  }
  .ad_space {
    display: none !important;
  }
  .more-recipes {
    display: none !important;
  }
  .back-link {
    display: none !important;
  }
  .recipe-mobile-ad-space-container {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  .post-tags {
    display: none !important;
  }
  .right-column {
    display: none !important;
  }
  * {
    float: none !important;
  }
  .home-container {
    display: none !important;
  }
  .print-recipe {
    display: block !important;
    color: #000 !important;
  }
  .nav {
    display: none !important;
  }
  .show-info-sub-nav {
    display: none !important;
  }
  .social-links {
    display: none !important;
  }
  .at-share-dock-outer.addthis-smartlayers.addthis-smartlayers-mobile {
    display: none !important;
  }
}

@media (max-width: 798px) {
  html,
  body {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden;
  }
}


/* Video Single page CSS */

.isIE .video-single-page .video-js {
  height: 500px !important;
}

.video-single-page {
  /* margin-top: 40px; */
}

.video-single-page .video-js {
  width: 100% !important;
  position: relative !important;
  height: auto !important;
}

.video-single-page .video-js .bc-player-S1e1gmU7e_default {
  width: 100%;
  height: 100%;
  position: relative !important;
}

.video-single-page .video-js .vjs-tech {
  position: initial !important;
}

.video-feed-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#bc-thumb-playlist .ajax_posts .bc-thumb .bc-thumb-img,
.ajax_posts .bc-thumb .bc-thumb-img {
  max-height: 141px;
  overflow: hidden;
}

@media all and (max-width:600px){
  #bc-thumb-playlist .ajax_posts .bc-thumb .bc-thumb-img,
  .ajax_posts .bc-thumb .bc-thumb-img {
    max-height: none;
  }
}

/* VIdeo post Filters */

.video-post-filters {
  width: 365px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #e7e7e7;
  border: solid 1px #a6a6a6;
  font-size: 18px;
  text-align: left;
  color: #000000;
  position: relative;
}

.video-post-filter-list {
  cursor: pointer;
  display: none;
  font-size: 14px;
  padding: 20px;
  min-width: 240px;
  max-width: 300px;
  box-sizing: border-box;
  background: #e7e7e7;
  line-height: 40px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  border: solid 1px #a6a6a6;
  border-radius: 4px;
}


/* LEFT COLUMN POSTS */

.left-column .episode-guide .fashion-finder.post-container,
.left-column .fashion-finder.post-container {
  width: calc(50% - 37px);
}

@media all and (max-width:768px) {
  .left-column .episode-guide .fashion-finder.post-container,
  .left-column .fashion-finder.post-container {
    width: 100%;
  }
}

.video-post-filter-placeholder {
  position: relative;
  display: block;
  color: #000000;
}

.video-post-filter-placeholder:after {
  content: '';
  width: 10px;
  height: 15px;
  border-top: 8px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 18px;
  right: -6px;
  bottom: 0;
  margin: auto;
}

.video-post-filter-placeholder:before {
  content: '';
  width: 10px;
  height: 15px;
  border-bottom: 8px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -18px;
  right: -6px;
  bottom: 0;
  margin: auto;
}

.video-post-content .video-post-description{
  /* display: none; */
}

.videos-header{
  padding: 30px 0 10px 0;
}

.auto-height {
  height: auto;
}

section.no_posts {
  min-height: 440px;
  padding-top: 100px;
}

.animate-in {
  transition: transform 300ms, opacity 300ms;
  -webkit-transition: transform 300ms, opacity 300ms;
  -ms-transition: transform 300ms, opacity 300ms;
  -moz-transition: transform 300ms, opacity 300ms;
}

.animate-in:nth-child(0n+4) {
  transition-delay: 150ms;
}

.animate-in:nth-last-child(-n+4) {
  transition-delay: 300ms !important;
}

.animate-in.loading {
  transform: translateY(10%);
  opacity: 0;
}

@media all and (max-width:768px) {
  .video-feed-header {
    display: flex;
    flex-direction: column;
  }
  .video-feed-header h1 {
    margin-bottom: 40px;
  }
  .video-post-filters {
    width: 305px;
  }
}

/* CONTESTS PAGE*/
.contest-container{
  margin-top: 20px;
}

.contest-container .contest-header{
  font-size: 18px;
  font-weight: bold;
  color: #1f9de3;
  line-height: 24px;
  margin: 14px 0;
  text-transform: uppercase;
}

.contest-container .feature-container{
  margin: 0px 30px 30px 0;
  width: calc(50% - 40px);
}

.contest-container .feature-container .feature-box{
  background-position: center bottom;
}

.contest-container .contests .feature-container:nth-child(even) .box-text{
  background: #ffaa19;
}

@media all and (max-width:640px){
  .ad_space{
    margin:30px 0;
    text-align: center;
  }
}



@media all and (max-width:580px){
  .contest-container .feature-container{
    margin: 0 0 30px 0;
    width: 100%;
  }
  .contest-container .feature-container:last-child{
    margin-bottom: 0;
  }
  .contest-container .feature-container .feature-box{
    /* background-size: contain; */
  }
  .upcoming-guests-container {
    width: 100%;
    height: 240px;
  }
}



/* LOADER */
.loading-text{
  display: block;
  text-align: center;
  width: 100%;
}
.loader{
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

/*svg path,
svg rect{
  fill: #1f9de3;
}
*/

.bc-player-HkJmfAv8G_default:hover .vjs-big-play-button{
  background: #2485d5;
}

.fashion-header{
  position: relative;
}


.fashion-header header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color:#fff;
  padding-left: 28px;
  padding-top: 10px;
}

.fashion-header header h1{
  font-weight: 100;
  font-family: 'Roboto', sans-serif !important;
  font-size: calc(100vw/17.5);
  margin:0 0 0 -3px;
  line-height: 40px;
  text-shadow: 4px 5px 0 rgba(0,0,0,0.25);
}

.fashion-header header h2{
  font-weight: 100;
  font-family: 'Roboto', sans-serif !important;
  font-size:calc(100vw/23);
  margin:0;
  text-shadow: 3px 5px 0 rgba(0,0,0,0.25);
  letter-spacing: -2pt;
  line-height: 1.7em;
}

@media all and (max-width:600px){
  .fashion-header header h1{ font-weight: 700; }
  .fashion-header header h2{ font-weight: 500; }
}

.brightcove-video-container{
  position:relative;
}

.prev-arrow{
  position: absolute;
  top: 0;
  right: -65px;
  z-index: 999999999999999999;
  width: 50px;
  height: 100px;
  bottom: 0;
  margin: auto;
  color:transparent;
}

@media all and (max-width:1300px){
  .prev-arrow{
    right: 0px;
    background: rgba(0,0,0,0.6);
    padding: 12px;
    box-sizing: border-box;
  }
}

.prev-arrow .right-btn{
  width: 100%;
  height: 100%;;
}

@media screen and (max-width: 768px) {
  .fashion-header header h2{ letter-spacing: 1pt; font-weight: 500;  }
  .fashion-header header h1{ line-height: 20px; font-weight: 500;  } 
  .episode-detail-video-container { margin-bottom: 0; padding-bottom: 0; }
  .episode-detail-video .ad_space{ display: block !important; }
  .contest-container .contests .ad-container { text-align: left; }
}

@media screen and (min-width: 1921px) {
  .fashion-header header h1 { font-size: 80pt; line-height: 70px; }
  .fashion-header header h2 { font-size: 72pt; line-height: 1.2em; }
}

.related-videos .ajax_posts .bc-thumb .bc-thumb-img{
  width: 100%;
}


/* Contest sidebar  */
.contest-sidebar-post .feature-box{
  height: 226px;
}
.contest-sidebar-thumb{
  display: block !important;
  width: 100%;
}
.contest-sidebar-thumb:hover{
  transform: scale(1.1);
}

.contests-list .feature-container{
  height: auto;
}

.contests-list .feature-container img{
  display: block;
}
.contests-list .feature-container .box-text{
  position: relative;
}

.home-latest-features .feature-container{
  height: auto;
  width: calc(50% - 10px);
}

.home-latest-features .feature-container .box-text{
  position: relative;
}

@media all and (max-width:600px){
  .home-latest-features .feature-container{
    width: 100%;
  }
}

.contest-sidebar-thumb{
  transition: transform 300ms;
}

.contest-sidebar-thumb.h-image{
  width: 100%;
  height: auto;
}

.contest-sidebar-thumb.h-image:hover{
  transform: scale(1.025);
}

.contest-sidebar-thumb.w-image{
  width: 100%;
  height:275px;
  position: relative;
  left:50%;
  transform-origin: center center;
  transform: translate(-50%)
}

.contest-sidebar-thumb.w-image:hover{
  transform: scale(1.025) translate(-50%);
}
.latest-features.home-section .feature-container {
  height: 362px;
}
.latest-features.home-section .feature-container .box-text{
  position: absolute;
  z-index: 10;
  bottom:0;
}


.scale-hover:hover img{
  transform: scale(1.2);
}


/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

    
    .is-visible {
      display: block !important; }
    
    .is-hidden {
      display: none !important; }
    
    .row {
      /* max-width: 62.5rem; */
      margin-right: auto;
      margin-left: auto; }
      .row::before, .row::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-order: 1;
            order: 1; }
      .row::after {
        clear: both; }
      .row.collapse > .column, .row.collapse > .columns {
        padding-right: 0;
        padding-left: 0; }
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; }
        @media print, screen and (min-width: 40em) {
          .row .row {
            margin-right: -0.9375rem;
            margin-left: -0.9375rem; } }
        @media print, screen and (min-width: 64em) {
          .row .row {
            margin-right: -0.9375rem;
            margin-left: -0.9375rem; } }
        .row .row.collapse {
          margin-right: 0;
          margin-left: 0; }
      .row.expanded {
        max-width: none; }
        .row.expanded .row {
          margin-right: auto;
          margin-left: auto; }
      .row:not(.expanded) .row {
        max-width: none; }
    
    .column, .columns {
      width: 100%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
      .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
        float: left; }
      .column.end:last-child:last-child, .end.columns:last-child:last-child {
        float: left; }
    
    .column.row.row, .row.row.columns {
      float: none; }
    
    .row .column.row.row, .row .row.row.columns {
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0; }
    
    .small-1 {
      width: 8.33333%; }
    
    .small-push-1 {
      position: relative;
      left: 8.33333%; }
    
    .small-pull-1 {
      position: relative;
      left: -8.33333%; }
    
    .small-offset-0 {
      margin-left: 0%; }
    
    .small-2 {
      width: 16.66667%; }
    
    .small-push-2 {
      position: relative;
      left: 16.66667%; }
    
    .small-pull-2 {
      position: relative;
      left: -16.66667%; }
    
    .small-offset-1 {
      margin-left: 8.33333%; }
    
    .small-3 {
      width: 25%; }
    
    .small-push-3 {
      position: relative;
      left: 25%; }
    
    .small-pull-3 {
      position: relative;
      left: -25%; }
    
    .small-offset-2 {
      margin-left: 16.66667%; }
    
    .small-4 {
      width: 33.33333%; }
    
    .small-push-4 {
      position: relative;
      left: 33.33333%; }
    
    .small-pull-4 {
      position: relative;
      left: -33.33333%; }
    
    .small-offset-3 {
      margin-left: 25%; }
    
    .small-5 {
      width: 41.66667%; }
    
    .small-push-5 {
      position: relative;
      left: 41.66667%; }
    
    .small-pull-5 {
      position: relative;
      left: -41.66667%; }
    
    .small-offset-4 {
      margin-left: 33.33333%; }
    
    .small-6 {
      width: 50%; }
    
    .small-push-6 {
      position: relative;
      left: 50%; }
    
    .small-pull-6 {
      position: relative;
      left: -50%; }
    
    .small-offset-5 {
      margin-left: 41.66667%; }
    
    .small-7 {
      width: 58.33333%; }
    
    .small-push-7 {
      position: relative;
      left: 58.33333%; }
    
    .small-pull-7 {
      position: relative;
      left: -58.33333%; }
    
    .small-offset-6 {
      margin-left: 50%; }
    
    .small-8 {
      width: 66.66667%; }
    
    .small-push-8 {
      position: relative;
      left: 66.66667%; }
    
    .small-pull-8 {
      position: relative;
      left: -66.66667%; }
    
    .small-offset-7 {
      margin-left: 58.33333%; }
    
    .small-9 {
      width: 75%; }
    
    .small-push-9 {
      position: relative;
      left: 75%; }
    
    .small-pull-9 {
      position: relative;
      left: -75%; }
    
    .small-offset-8 {
      margin-left: 66.66667%; }
    
    .small-10 {
      width: 83.33333%; }
    
    .small-push-10 {
      position: relative;
      left: 83.33333%; }
    
    .small-pull-10 {
      position: relative;
      left: -83.33333%; }
    
    .small-offset-9 {
      margin-left: 75%; }
    
    .small-11 {
      width: 91.66667%; }
    
    .small-push-11 {
      position: relative;
      left: 91.66667%; }
    
    .small-pull-11 {
      position: relative;
      left: -91.66667%; }
    
    .small-offset-10 {
      margin-left: 83.33333%; }
    
    .small-12 {
      width: 100%; }
    
    .small-offset-11 {
      margin-left: 91.66667%; }
    
    .small-up-1 > .column, .small-up-1 > .columns {
      float: left;
      width: 100%; }
      .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
        clear: none; }
      .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
        clear: both; }
      .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
        float: left; }
    
    .small-up-2 > .column, .small-up-2 > .columns {
      float: left;
      width: 50%; }
      .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
        clear: none; }
      .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
        clear: both; }
      .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
        float: left; }
    
    .small-up-3 > .column, .small-up-3 > .columns {
      float: left;
      width: 33.33333%; }
      .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
        clear: none; }
      .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
        clear: both; }
      .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
        float: left; }
    
    .small-up-4 > .column, .small-up-4 > .columns {
      float: left;
      width: 25%; }
      .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
        clear: none; }
      .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
        clear: both; }
      .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
        float: left; }
    
    .small-up-5 > .column, .small-up-5 > .columns {
      float: left;
      width: 20%; }
      .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
        clear: none; }
      .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
        clear: both; }
      .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
        float: left; }
    
    .small-up-6 > .column, .small-up-6 > .columns {
      float: left;
      width: 16.66667%; }
      .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
        clear: none; }
      .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
        clear: both; }
      .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
        float: left; }
    
    .small-up-7 > .column, .small-up-7 > .columns {
      float: left;
      width: 14.28571%; }
      .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
        clear: none; }
      .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
        clear: both; }
      .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
        float: left; }
    
    .small-up-8 > .column, .small-up-8 > .columns {
      float: left;
      width: 12.5%; }
      .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
        clear: none; }
      .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
        clear: both; }
      .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
        float: left; }
    
    .small-collapse > .column, .small-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }
    
    .small-collapse .row {
      margin-right: 0;
      margin-left: 0; }
    
    .expanded.row .small-collapse.row {
      margin-right: 0;
      margin-left: 0; }
    
    .small-uncollapse > .column, .small-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
    
    .small-centered {
      margin-right: auto;
      margin-left: auto; }
      .small-centered, .small-centered:last-child:not(:first-child) {
        float: none;
        clear: both; }
    
    .small-uncentered,
    .small-push-0,
    .small-pull-0 {
      position: static;
      float: left;
      margin-right: 0;
      margin-left: 0; }
    
    @media print, screen and (min-width: 40em) {
      .medium-1 {
        width: 8.33333%; }
      .medium-push-1 {
        position: relative;
        left: 8.33333%; }
      .medium-pull-1 {
        position: relative;
        left: -8.33333%; }
      .medium-offset-0 {
        margin-left: 0%; }
      .medium-2 {
        width: 16.66667%; }
      .medium-push-2 {
        position: relative;
        left: 16.66667%; }
      .medium-pull-2 {
        position: relative;
        left: -16.66667%; }
      .medium-offset-1 {
        margin-left: 8.33333%; }
      .medium-3 {
        width: 25%; }
      .medium-push-3 {
        position: relative;
        left: 25%; }
      .medium-pull-3 {
        position: relative;
        left: -25%; }
      .medium-offset-2 {
        margin-left: 16.66667%; }
      .medium-4 {
        width: 33.33333%; }
      .medium-push-4 {
        position: relative;
        left: 33.33333%; }
      .medium-pull-4 {
        position: relative;
        left: -33.33333%; }
      .medium-offset-3 {
        margin-left: 25%; }
      .medium-5 {
        width: 41.66667%; }
      .medium-push-5 {
        position: relative;
        left: 41.66667%; }
      .medium-pull-5 {
        position: relative;
        left: -41.66667%; }
      .medium-offset-4 {
        margin-left: 33.33333%; }
      .medium-6 {
        width: 50%; }
      .medium-push-6 {
        position: relative;
        left: 50%; }
      .medium-pull-6 {
        position: relative;
        left: -50%; }
      .medium-offset-5 {
        margin-left: 41.66667%; }
      .medium-7 {
        width: 58.33333%; }
      .medium-push-7 {
        position: relative;
        left: 58.33333%; }
      .medium-pull-7 {
        position: relative;
        left: -58.33333%; }
      .medium-offset-6 {
        margin-left: 50%; }
      .medium-8 {
        width: 66.66667%; }
      .medium-push-8 {
        position: relative;
        left: 66.66667%; }
      .medium-pull-8 {
        position: relative;
        left: -66.66667%; }
      .medium-offset-7 {
        margin-left: 58.33333%; }
      .medium-9 {
        width: 75%; }
      .medium-push-9 {
        position: relative;
        left: 75%; }
      .medium-pull-9 {
        position: relative;
        left: -75%; }
      .medium-offset-8 {
        margin-left: 66.66667%; }
      .medium-10 {
        width: 83.33333%; }
      .medium-push-10 {
        position: relative;
        left: 83.33333%; }
      .medium-pull-10 {
        position: relative;
        left: -83.33333%; }
      .medium-offset-9 {
        margin-left: 75%; }
      .medium-11 {
        width: 91.66667%; }
      .medium-push-11 {
        position: relative;
        left: 91.66667%; }
      .medium-pull-11 {
        position: relative;
        left: -91.66667%; }
      .medium-offset-10 {
        margin-left: 83.33333%; }
      .medium-12 {
        width: 100%; }
      .medium-offset-11 {
        margin-left: 91.66667%; }
      .medium-up-1 > .column, .medium-up-1 > .columns {
        float: left;
        width: 100%; }
        .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
          clear: none; }
        .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
          clear: both; }
        .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
          float: left; }
      .medium-up-2 > .column, .medium-up-2 > .columns {
        float: left;
        width: 50%; }
        .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
          clear: none; }
        .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
          clear: both; }
        .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
          float: left; }
      .medium-up-3 > .column, .medium-up-3 > .columns {
        float: left;
        width: 33.33333%; }
        .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
          clear: none; }
        .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
          clear: both; }
        .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
          float: left; }
      .medium-up-4 > .column, .medium-up-4 > .columns {
        float: left;
        width: 25%; }
        .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
          clear: none; }
        .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
          clear: both; }
        .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
          float: left; }
      .medium-up-5 > .column, .medium-up-5 > .columns {
        float: left;
        width: 20%; }
        .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
          clear: none; }
        .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
          clear: both; }
        .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
          float: left; }
      .medium-up-6 > .column, .medium-up-6 > .columns {
        float: left;
        width: 16.66667%; }
        .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
          clear: none; }
        .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
          clear: both; }
        .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
          float: left; }
      .medium-up-7 > .column, .medium-up-7 > .columns {
        float: left;
        width: 14.28571%; }
        .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
          clear: none; }
        .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
          clear: both; }
        .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
          float: left; }
      .medium-up-8 > .column, .medium-up-8 > .columns {
        float: left;
        width: 12.5%; }
        .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
          clear: none; }
        .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
          clear: both; }
        .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
          float: left; }
      .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0; }
      .medium-collapse .row {
        margin-right: 0;
        margin-left: 0; }
      .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0; }
      .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
      .medium-centered {
        margin-right: auto;
        margin-left: auto; }
        .medium-centered, .medium-centered:last-child:not(:first-child) {
          float: none;
          clear: both; }
      .medium-uncentered,
      .medium-push-0,
      .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0; } }
    
    @media print, screen and (min-width: 64em) {
      .large-1 {
        width: 8.33333%; }
      .large-push-1 {
        position: relative;
        left: 8.33333%; }
      .large-pull-1 {
        position: relative;
        left: -8.33333%; }
      .large-offset-0 {
        margin-left: 0%; }
      .large-2 {
        width: 16.66667%; }
      .large-push-2 {
        position: relative;
        left: 16.66667%; }
      .large-pull-2 {
        position: relative;
        left: -16.66667%; }
      .large-offset-1 {
        margin-left: 8.33333%; }
      .large-3 {
        width: 25%; }
      .large-push-3 {
        position: relative;
        left: 25%; }
      .large-pull-3 {
        position: relative;
        left: -25%; }
      .large-offset-2 {
        margin-left: 16.66667%; }
      .large-4 {
        width: 33.33333%; }
      .large-push-4 {
        position: relative;
        left: 33.33333%; }
      .large-pull-4 {
        position: relative;
        left: -33.33333%; }
      .large-offset-3 {
        margin-left: 25%; }
      .large-5 {
        width: 41.66667%; }
      .large-push-5 {
        position: relative;
        left: 41.66667%; }
      .large-pull-5 {
        position: relative;
        left: -41.66667%; }
      .large-offset-4 {
        margin-left: 33.33333%; }
      .large-6 {
        width: 50%; }
      .large-push-6 {
        position: relative;
        left: 50%; }
      .large-pull-6 {
        position: relative;
        left: -50%; }
      .large-offset-5 {
        margin-left: 41.66667%; }
      .large-7 {
        width: 58.33333%; }
      .large-push-7 {
        position: relative;
        left: 58.33333%; }
      .large-pull-7 {
        position: relative;
        left: -58.33333%; }
      .large-offset-6 {
        margin-left: 50%; }
      .large-8 {
        width: 66.66667%; }
      .large-push-8 {
        position: relative;
        left: 66.66667%; }
      .large-pull-8 {
        position: relative;
        left: -66.66667%; }
      .large-offset-7 {
        margin-left: 58.33333%; }
      .large-9 {
        width: 75%; }
      .large-push-9 {
        position: relative;
        left: 75%; }
      .large-pull-9 {
        position: relative;
        left: -75%; }
      .large-offset-8 {
        margin-left: 66.66667%; }
      .large-10 {
        width: 83.33333%; }
      .large-push-10 {
        position: relative;
        left: 83.33333%; }
      .large-pull-10 {
        position: relative;
        left: -83.33333%; }
      .large-offset-9 {
        margin-left: 75%; }
      .large-11 {
        width: 91.66667%; }
      .large-push-11 {
        position: relative;
        left: 91.66667%; }
      .large-pull-11 {
        position: relative;
        left: -91.66667%; }
      .large-offset-10 {
        margin-left: 83.33333%; }
      .large-12 {
        width: 100%; }
      .large-offset-11 {
        margin-left: 91.66667%; }
      .large-up-1 > .column, .large-up-1 > .columns {
        float: left;
        width: 100%; }
        .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
          clear: none; }
        .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
          clear: both; }
        .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
          float: left; }
      .large-up-2 > .column, .large-up-2 > .columns {
        float: left;
        width: 50%; }
        .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
          clear: none; }
        .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
          clear: both; }
        .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
          float: left; }
      .large-up-3 > .column, .large-up-3 > .columns {
        float: left;
        width: 33.33333%; }
        .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
          clear: none; }
        .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
          clear: both; }
        .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
          float: left; }
      .large-up-4 > .column, .large-up-4 > .columns {
        float: left;
        width: 25%; }
        .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
          clear: none; }
        .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
          clear: both; }
        .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
          float: left; }
      .large-up-5 > .column, .large-up-5 > .columns {
        float: left;
        width: 20%; }
        .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
          clear: none; }
        .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
          clear: both; }
        .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
          float: left; }
      .large-up-6 > .column, .large-up-6 > .columns {
        float: left;
        width: 16.66667%; }
        .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
          clear: none; }
        .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
          clear: both; }
        .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
          float: left; }
      .large-up-7 > .column, .large-up-7 > .columns {
        float: left;
        width: 14.28571%; }
        .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
          clear: none; }
        .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
          clear: both; }
        .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
          float: left; }
      .large-up-8 > .column, .large-up-8 > .columns {
        float: left;
        width: 12.5%; }
        .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
          clear: none; }
        .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
          clear: both; }
        .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
          float: left; }
      .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0; }
      .large-collapse .row {
        margin-right: 0;
        margin-left: 0; }
      .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0; }
      .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
      .large-centered {
        margin-right: auto;
        margin-left: auto; }
        .large-centered, .large-centered:last-child:not(:first-child) {
          float: none;
          clear: both; }
      .large-uncentered,
      .large-push-0,
      .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0; } }
    
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; }
    
    .slide-in-down.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
      transition-property: transform, opacity;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    
    .slide-in-down.mui-enter.mui-enter-active {
      -ms-transform: translateY(0);
          transform: translateY(0); }
    
    .slide-in-left.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
      transition-property: transform, opacity;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    
    .slide-in-left.mui-enter.mui-enter-active {
      -ms-transform: translateX(0);
          transform: translateX(0); }
    
    .slide-in-up.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: translateY(100%);
          transform: translateY(100%);
      transition-property: transform, opacity;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    
    .slide-in-up.mui-enter.mui-enter-active {
      -ms-transform: translateY(0);
          transform: translateY(0); }
    
    .slide-in-right.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: translateX(100%);
          transform: translateX(100%);
      transition-property: transform, opacity;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    
    .slide-in-right.mui-enter.mui-enter-active {
      -ms-transform: translateX(0);
          transform: translateX(0); }
    
    .slide-out-down.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: translateY(0);
          transform: translateY(0);
      transition-property: transform, opacity;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    
    .slide-out-down.mui-leave.mui-leave-active {
      -ms-transform: translateY(100%);
          transform: translateY(100%); }
    
    .slide-out-right.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: translateX(0);
          transform: translateX(0);
      transition-property: transform, opacity;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    
    .slide-out-right.mui-leave.mui-leave-active {
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
    
    .slide-out-up.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: translateY(0);
          transform: translateY(0);
      transition-property: transform, opacity;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    
    .slide-out-up.mui-leave.mui-leave-active {
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
    
    .slide-out-left.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: translateX(0);
          transform: translateX(0);
      transition-property: transform, opacity;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    
    .slide-out-left.mui-leave.mui-leave-active {
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
    
    .fade-in.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      opacity: 0;
      transition-property: opacity; }
    
    .fade-in.mui-enter.mui-enter-active {
      opacity: 1; }
    
    .fade-out.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      opacity: 1;
      transition-property: opacity; }
    
    .fade-out.mui-leave.mui-leave-active {
      opacity: 0; }
    
    .hinge-in-from-top.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotateX(-90deg);
      -ms-transform-origin: top;
          transform-origin: top;
      transition-property: transform, opacity;
      opacity: 0; }
    
    .hinge-in-from-top.mui-enter.mui-enter-active {
      transform: perspective(2000px) rotate(0deg);
      opacity: 1; }
    
    .hinge-in-from-right.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotateY(-90deg);
      -ms-transform-origin: right;
          transform-origin: right;
      transition-property: transform, opacity;
      opacity: 0; }
    
    .hinge-in-from-right.mui-enter.mui-enter-active {
      transform: perspective(2000px) rotate(0deg);
      opacity: 1; }
    
    .hinge-in-from-bottom.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotateX(90deg);
      -ms-transform-origin: bottom;
          transform-origin: bottom;
      transition-property: transform, opacity;
      opacity: 0; }
    
    .hinge-in-from-bottom.mui-enter.mui-enter-active {
      transform: perspective(2000px) rotate(0deg);
      opacity: 1; }
    
    .hinge-in-from-left.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotateY(90deg);
      -ms-transform-origin: left;
          transform-origin: left;
      transition-property: transform, opacity;
      opacity: 0; }
    
    .hinge-in-from-left.mui-enter.mui-enter-active {
      transform: perspective(2000px) rotate(0deg);
      opacity: 1; }
    
    .hinge-in-from-middle-x.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotateX(-90deg);
      -ms-transform-origin: center;
          transform-origin: center;
      transition-property: transform, opacity;
      opacity: 0; }
    
    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
      transform: perspective(2000px) rotate(0deg);
      opacity: 1; }
    
    .hinge-in-from-middle-y.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotateY(-90deg);
      -ms-transform-origin: center;
          transform-origin: center;
      transition-property: transform, opacity;
      opacity: 0; }
    
    .hinge-in-from-middle-y.mui-enter.mui-enter-active {
      transform: perspective(2000px) rotate(0deg);
      opacity: 1; }
    
    .hinge-out-from-top.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotate(0deg);
      -ms-transform-origin: top;
          transform-origin: top;
      transition-property: transform, opacity;
      opacity: 1; }
    
    .hinge-out-from-top.mui-leave.mui-leave-active {
      transform: perspective(2000px) rotateX(-90deg);
      opacity: 0; }
    
    .hinge-out-from-right.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotate(0deg);
      -ms-transform-origin: right;
          transform-origin: right;
      transition-property: transform, opacity;
      opacity: 1; }
    
    .hinge-out-from-right.mui-leave.mui-leave-active {
      transform: perspective(2000px) rotateY(-90deg);
      opacity: 0; }
    
    .hinge-out-from-bottom.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotate(0deg);
      -ms-transform-origin: bottom;
          transform-origin: bottom;
      transition-property: transform, opacity;
      opacity: 1; }
    
    .hinge-out-from-bottom.mui-leave.mui-leave-active {
      transform: perspective(2000px) rotateX(90deg);
      opacity: 0; }
    
    .hinge-out-from-left.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotate(0deg);
      -ms-transform-origin: left;
          transform-origin: left;
      transition-property: transform, opacity;
      opacity: 1; }
    
    .hinge-out-from-left.mui-leave.mui-leave-active {
      transform: perspective(2000px) rotateY(90deg);
      opacity: 0; }
    
    .hinge-out-from-middle-x.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotate(0deg);
      -ms-transform-origin: center;
          transform-origin: center;
      transition-property: transform, opacity;
      opacity: 1; }
    
    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
      transform: perspective(2000px) rotateX(-90deg);
      opacity: 0; }
    
    .hinge-out-from-middle-y.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      transform: perspective(2000px) rotate(0deg);
      -ms-transform-origin: center;
          transform-origin: center;
      transition-property: transform, opacity;
      opacity: 1; }
    
    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
      transform: perspective(2000px) rotateY(-90deg);
      opacity: 0; }
    
    .scale-in-up.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: scale(0.5);
          transform: scale(0.5);
      transition-property: transform, opacity;
      opacity: 0; }
    
    .scale-in-up.mui-enter.mui-enter-active {
      -ms-transform: scale(1);
          transform: scale(1);
      opacity: 1; }
    
    .scale-in-down.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: scale(1.5);
          transform: scale(1.5);
      transition-property: transform, opacity;
      opacity: 0; }
    
    .scale-in-down.mui-enter.mui-enter-active {
      -ms-transform: scale(1);
          transform: scale(1);
      opacity: 1; }
    
    .scale-out-up.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: scale(1);
          transform: scale(1);
      transition-property: transform, opacity;
      opacity: 1; }
    
    .scale-out-up.mui-leave.mui-leave-active {
      -ms-transform: scale(1.5);
          transform: scale(1.5);
      opacity: 0; }
    
    .scale-out-down.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: scale(1);
          transform: scale(1);
      transition-property: transform, opacity;
      opacity: 1; }
    
    .scale-out-down.mui-leave.mui-leave-active {
      -ms-transform: scale(0.5);
          transform: scale(0.5);
      opacity: 0; }
    
    .spin-in.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
      transition-property: transform, opacity;
      opacity: 0; }
    
    .spin-in.mui-enter.mui-enter-active {
      -ms-transform: rotate(0);
          transform: rotate(0);
      opacity: 1; }
    
    .spin-out.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: rotate(0);
          transform: rotate(0);
      transition-property: transform, opacity;
      opacity: 1; }
    
    .spin-out.mui-leave.mui-leave-active {
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
      opacity: 0; }
    
    .spin-in-ccw.mui-enter {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
      transition-property: transform, opacity;
      opacity: 0; }
    
    .spin-in-ccw.mui-enter.mui-enter-active {
      -ms-transform: rotate(0);
          transform: rotate(0);
      opacity: 1; }
    
    .spin-out-ccw.mui-leave {
      transition-duration: 500ms;
      transition-timing-function: linear;
      -ms-transform: rotate(0);
          transform: rotate(0);
      transition-property: transform, opacity;
      opacity: 1; }
    
    .spin-out-ccw.mui-leave.mui-leave-active {
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
      opacity: 0; }
    
    .slow {
      transition-duration: 750ms !important; }
    
    .fast {
      transition-duration: 250ms !important; }
    
    .linear {
      transition-timing-function: linear !important; }
    
    .ease {
      transition-timing-function: ease !important; }
    
    .ease-in {
      transition-timing-function: ease-in !important; }
    
    .ease-out {
      transition-timing-function: ease-out !important; }
    
    .ease-in-out {
      transition-timing-function: ease-in-out !important; }
    
    .bounce-in {
      transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
    
    .bounce-out {
      transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
    
    .bounce-in-out {
      transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
    
    .short-delay {
      transition-delay: 300ms !important; }
    
    .long-delay {
      transition-delay: 700ms !important; }
    
    .shake {
      animation-name: shake-7; }
    
    @keyframes shake-7 {
      0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        transform: translateX(7%); }
      5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        transform: translateX(-7%); } }
    
    .spin-cw {
      animation-name: spin-cw-1turn; }
    
    @keyframes spin-cw-1turn {
      0% {
        transform: rotate(-1turn); }
      100% {
        transform: rotate(0); } }
    
    .spin-ccw {
      animation-name: spin-cw-1turn; }
    
    @keyframes spin-cw-1turn {
      0% {
        transform: rotate(0); }
      100% {
        transform: rotate(1turn); } }
    
    .wiggle {
      animation-name: wiggle-7deg; }
    
    @keyframes wiggle-7deg {
      40%, 50%, 60% {
        transform: rotate(7deg); }
      35%, 45%, 55%, 65% {
        transform: rotate(-7deg); }
      0%, 30%, 70%, 100% {
        transform: rotate(0); } }
    
    .shake,
    .spin-cw,
    .spin-ccw,
    .wiggle {
      animation-duration: 500ms; }
    
    .infinite {
      animation-iteration-count: infinite; }
    
    .slow {
      animation-duration: 750ms !important; }
    
    .fast {
      animation-duration: 250ms !important; }
    
    .linear {
      animation-timing-function: linear !important; }
    
    .ease {
      animation-timing-function: ease !important; }
    
    .ease-in {
      animation-timing-function: ease-in !important; }
    
    .ease-out {
      animation-timing-function: ease-out !important; }
    
    .ease-in-out {
      animation-timing-function: ease-in-out !important; }
    
    .bounce-in {
      animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
    
    .bounce-out {
      animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
    
    .bounce-in-out {
      animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
    
    .short-delay {
      animation-delay: 300ms !important; }
    
    .long-delay {
      animation-delay: 700ms !important; }
    