/*********
  COLORS
*********/
:root {
    --white: #FFF;
    --alabaster: #FAFAFA;
    --white-lilac: #F8F8FC;
    --gallery: #fafafa;
    --mercury: #E2E2E2;
    --alto: #D5D5D5;
    --silver: #C8C8C8;
    --silver-chalice: #A9A9A9;
    --einko: #9A9AA2;
    --gray: #8C8C8C;
    --raven: #77787A;
    --dove-gray: #666;
    --mine-shaft: #333;
    --black: #030303;
    --hyper: #F44945;
    --grape: rgb(106,45,136);
    --lochmara: #0185CF;
    --atlantic: #008AFF;
}

html, body {
  background: #FFF;
}

input, select {
  border-radius: 6px !important;
}

/*************
  TYPOGRAPHY
*************/
*[class^='light-'] {
    font-weight: 300;
}

*[class^='regular-'] {
    font-weight: 400;
}

*[class^='bold-'] {
    font-weight: bold;
}

.light-65 {
    font-size: 65px;
    color: var(--mine-shaft);
    letter-spacing: -1.06px;
    line-height: 62px;
    padding-bottom: 31px;
}

.light-42 {
    font-size: 42px;
    color: var(--mine-shaft);
    letter-spacing: -0.38px;
    line-height: 46px;
    padding-bottom: 19px;
}

.light-36 {
    font-size: 36px;
    color: var(--black);
    letter-spacing: 0.07px;
    line-height: 46px;
    padding-bottom: 22px;
}

.bold-32 {
    font-size: 32px;
    color: var(--mine-shaft);
    letter-spacing: 0;
    line-height: 34px;
    padding-bottom: 7px;
}

.bold-32b {
  font-size: 32px;
  color: var(--mine-shaft);
  letter-spacing: 0;
  line-height: 34px;
  padding-bottom: 7px;
}

.light-30 {
    font-size: 30px;
    color: var(--mine-shaft);
    letter-spacing: -0.11px;
    line-height: 32px;
    padding-bottom: 22px;
}

.light-28 {
    font-size: 28px;
    color: var(--mine-shaft);
    letter-spacing: 0.25px;
    line-height: 34px;
    padding-bottom: 20px;
}

.bold-25 {
    font-size: 25px;
    color: var(--mine-shaft);
    letter-spacing: -0.29px;
    padding-bottom: 8px;
}

.light-23 {
    font-size: 23px;
    color: var(--mine-shaft);
    letter-spacing: 0.04px;
    padding: 12px;
}

.regular-22 {
    font-size: 22px;
    color: var(--hyper);
    letter-spacing: -0.04px;
    line-height: 28px;
}

.light-21 {
    font-size: 21px;
    color: var(--hyper);
    letter-spacing: 0.04px;
    padding-bottom: 17px;
}

.regular-19 {
    font-size: 19px;
    color: var(--mine-shaft);
    letter-spacing: 0.12px;
    padding: 18px 0;
}

.light-18 {
    font-size: 18px;
    color: var(--mine-shaft);
    letter-spacing: 0.16px;
    line-height: 30px;
    padding-bottom: 35px;
}

.regular-18 {
    font-size: 18px;
    color: var(--mine-shaft);
    letter-spacing: 0.16px;
    line-height: 30px;
    padding-bottom: 35px;
}

.regular-17 {
    font-size: 17px;
    color: var(--lochmara);
    letter-spacing: 0.05px;
    line-height: 14px;
    padding-bottom: 18px;
}

.regular-15 {
    font-size: 15px;
    color: var(--mine-shaft);
    letter-spacing: 0.09px;
    padding: 18px 0;
}

.regular-16 {
    font-size: 16px;
    color: var(--mine-shaft);
    letter-spacing: -0.4px;
    line-height: 21px;
    padding-bottom: 9px;
    margin: 0;
}

.regular-14 {
    font-size: 14px;
    color: var(--mine-shaft);
    letter-spacing: -0.17px;
    padding-bottom: 9px;
}

.light-14 {
    font-size: 14px;
    color: var(--mine-shaft);
    letter-spacing: -0.06px;
    line-height: 21px;
    padding-bottom: 22px;
}
.heavy {
    font-weight: bold;
}

/********
  ICONS
********/
i.fa.icon {
    font-size: 25px;
}

.blogs-container {
  padding-top: 39px;
}

.blogs-container .light-30 {
  padding-bottom: 8px;
}

.blogs-container .regular-14 {
  padding-bottom: 16px;
}

.blogs-container .info-container {
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 550px) {
  .blogs-container .info-container {
    margin-top: 20px;
  }
}

.blogs-container .info-container .share {
  position: absolute;
  bottom: 0;
  left: 0;
}

.blogs-container .info-container .share i {
  font-size: 28px;
  color: #ABABAD;
}

.blogs-container .info-container .share i:hover {
  color: var(--hyper);
}

/********
  FORMS
********/
/*
  NOTE:
  When a browser finds an 'invalid' pseudo-element, it stops reading the line, thus pseudo-elements have to stay seperated.
*/
.e-commerce-input {
    border: 1px solid var(--alto);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    font-size: 17px;
    color: var(--mine-shaft);
    letter-spacing: -0.16px;
    padding: 12px 9px;
    margin-bottom: 12px;
}

.e-commerce-input::-webkit-input-placeholder {
    color: var(--silver-chalice);
}

.e-commerce-input:-moz-placeholder {
    color: var(--silver-chalice);
}

.e-commerce-input::-moz-placeholder {
    color: var(--silver-chalice);
}

.e-commerce-input:-ms-input-placeholder {
    color: var(--silver-chalice);
}

.generic-input {
    background: var(--white);
    border: 1px solid var(--alto);
    border-radius: 2px;
    font-size: 17px;
    color: var(--mine-shaft);
    letter-spacing: 0.14px;
    padding: 12px 9px;
    margin-bottom: 12px;
}

.generic-input::-webkit-input-placeholder {
    color: var(--silver-chalice);
}

.generic-input:-moz-placeholder {
    color: var(--silver-chalice);
}

.generic-input::-moz-placeholder {
    color: var(--silver-chalice);
}

.generic-input:-ms-input-placeholder {
    color: var(--silver-chalice);
}

.picker {
    background-image: linear-gradient(-180deg, #E1E1E1 0%, #FAFAFA 100%);
    border: 1px solid var(--silver-chalice);
    border-radius: 4px;
    font-size: 14px;
    color: var(--mine-shaft);
    letter-spacing: 0.11px;
    padding: 7px;
    margin-bottom: 12px;
}

.subscription-radio,
.subscription-radio-selected {
    font-weight: lighter;
    border: 1px solid var(--alto);
    border-radius: 2px;
    color: var(--gray);
    padding-top: 7px;
    padding-bottom: 15px;
    width: 100%;
    margin-bottom: 12px;
}

.subscription-radio-selected {
    border: 1px solid var(--hyper);
    color: var(--hyper);
}

.subscription-radio .amount,
.subscription-radio-selected .amount {
    font-size: 40px;
    letter-spacing: 0.07px;
}

.subscription-radio .duration,
.subscription-radio-selected .duration {
    font-size: 20px;
    letter-spacing: -0.12px;
}

.subscription-radio .price,
.subscription-radio-selected .price {
    font-size: 13px;
    letter-spacing: 0.31px;
}

/**********
  BUTTONS & LINK
**********/
a,
p a,
.animated-link,
.animated-link:active {
    text-decoration: none;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

a:hover,
a:focus,
p a:hover,
p a:focus {
    text-decoration: underline !important;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

.btn-edit {
    font-size: 16px;
    color: var(--hyper);
    letter-spacing: 0.21px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.btn-cta {
    background: var(--hyper);
    border-radius: 2px;
    font-size: 13px;
    color: var(--white) !important;
    letter-spacing: -0.03px;
    line-height: 19px;
    padding: 9px 24px;
    margin-bottom: 12px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.btn-tag,
.category-btn {
    border: 0.5px solid #dcdcdc;
    border-radius: 2px;
    font-size: 13px;
    color: #000;
    letter-spacing: -0.03px;
    line-height: 19px;
    padding: 9px 24px;
    margin: 0 4px 12px 4px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

.btn-e-commerce {
    background-image: linear-gradient(-180deg, #FD5CD0 0%, #D2117E 100%);
    border-radius: 2px;
    font-size: 17px;
    color: var(--white);
    letter-spacing: -0.04px;
    padding: 12px;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.btn-cta-large {
    font-size: 22px;
    color: var(--hyper);
    letter-spacing: -0.04px;
    line-height: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.btn-cta-medium {
    font-size: 19px;
    color: var(--hyper);
    letter-spacing: -0.22px;
    line-height: 24px;
    margin-bottom: 39px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

.btn-cta-small {
    font-size: 14px;
    color: var(--raven);
    letter-spacing: -0.03px;
    line-height: 17px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

.btn-more {
    font-size: 13px;
    color: var(--atlantic);
    letter-spacing: -0.05px;
    line-height: 21px;
    margin-bottom: 18px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

a:hover,
a:focus,
p a:hover,
p a:focus,
.animated-link:hover,
.animated-link:focus {
    text-decoration: none;
    color: var(--hyper);
    text-decoration-style: solid;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

.btn-tag:hover,
.btn-tag:focus,
.category-btn:hover,
.category-btn:focus,
.btn-cta-medium:hover,
.btn-cta-medium:focus,
.btn-cta-small:hover,
.btn-cta-small:focus,
.btn-more:hover,
.btn-more:focus {
    text-decoration: none;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

/*****************
  CONTENT BLOCKS
*****************/
.landing-header {
    width: 100vw;
    height: 560px;
    position: relative;
    background: #fff;
}

.app-header {
    width: 100vw;
    height: 560px;
    position: relative;
}

.about-header {
    width: 100vw;
    height: 560px;
    margin-bottom: 39px;
    position: relative;
}

.landing-header .text-box,
.app-header .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 12px 0px 12px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    z-index: 400;
}

.landing-header .text-box,
.app-header .text-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.landing-header .text-box > div {
    max-width: 380px;
    margin-right: 3%;
}

.app-header .text-box > div {
    max-width: 380px;
    margin-right: 10%;
}

.landing-header .text-box img,
.app-header .text-box img {
    max-width: 250px;
}

.app-header .text-box .store-buttons,
.landing-header .text-box .store-buttons{
    padding-top: 15px;
    width: 60%;
    margin: auto;
}

.app-header .text-box .store-buttons img,
.landing-header .text-box .store-buttons img {
    max-width: 48%;
}

.landing-header .img-box,
.about-header .img-box,
.app-header .img-box {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.non-landing-header {
    width: 100vw;
    height: 560px;
    margin-bottom: 39px;
    position: relative;
}

.non-landing-header.slim-header {
    height: 420px;
    margin-bottom: 0px;
}

.non-landing-header .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 167px 12px 0 12px;
    /* background: rgba(0, 0, 0, 0.7); */
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.non-landing-header.slim-header .text-box {
    padding: 127px 12px 0 12px;
}

.non-landing-header .img-box {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.about-header .text-box {
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 167px 12px 0 12px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.about-header .text-box > div {
    max-width: 400px;
    margin-right: 10%
}

.podcast-header {
    width: 100vw;
    position: relative;
    text-align: center;
  background-color: #0f0f0f;
}

.podcast-header .img-box {
    min-width: 100%;
    height: auto;
}

.podcast-header .text-box {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 39px;
}

/* style mod to add blue background */
.podcast-header .text-box.blue-fade {
    bottom: 0px;
    padding: 10px 39px;
}

.podcast-header a,
.podcast-header .podcast-lower-logos span {
    padding: 8px 8px 0 8px;
}

.podcast-header .text-box img {
    max-height: 30px;
}

.podcast-header .text-box .podcast-upper-logos img {
    max-height: 120px;
}

.podcast-info .text-box img {
    max-height: 20px;
}

.podcast-info .text-box a {
    padding-bottom: 14px;
}

.blog-header {
    width: 100vw;
    height: 560px;
    /*margin-bottom: 39px;*/
    position: relative;
}

/* Sometimes we need to remove that margin. */
.page-node-446 .blog-header,
.page-node-447 .blog-header,
.page-node-587 .blog-header {
    margin-bottom: 0;
    height: 300px;
}

.blog-header .text-box {
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 137px 12px 0 12px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.blog-header .text-box > div {
    max-width: 400px;
    margin-left: 10%;
}

.blog-header .img-box {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.page-node-type-blog-post .container {
    /*max-width: 768px;*/
}

@media (max-width: 600px) {
    /*
      MOBILE:
      set *-header height: auto;
      *-header .text-box position: relative;
      *-header .img-box position: relative;
      backgrounds on case by case
      center all the texts
    */

    .podcast-header{
      height: auto;
    }

    /*div[class$="-header"] {*/
    /*    height: auto;*/
    /*}*/
    .non-landing-header.slim-header {
        height: auto;
    }

    /*div[class$="-header"] > .img-box {*/
    /*    position: relative;*/
    /*    font-size: 0px;*/
    /*    padding-bottom: 5px;*/
    /*    background: rgb(38,11,72);*/
    /*    background: -moz-linear-gradient(90deg, rgba(38,11,72,1) 0%, rgba(165,38,159,1) 25%, rgba(206,70,97,1) 50%, rgba(239,105,49,1) 75%, rgba(253,181,44,1) 100%);*/
    /*    background: -webkit-linear-gradient(90deg, rgba(38,11,72,1) 0%, rgba(165,38,159,1) 25%, rgba(206,70,97,1) 50%, rgba(239,105,49,1) 75%, rgba(253,181,44,1) 100%);*/
    /*    background: linear-gradient(90deg, rgba(38,11,72,1) 0%, rgba(165,38,159,1) 25%, rgba(206,70,97,1) 50%, rgba(239,105,49,1) 75%, rgba(253,181,44,1) 100%);*/
    /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#260b48",endColorstr="#fdb52c",GradientType=1);*/
    /*}*/

    /*div[class$="-header"] > .text-box {*/
    /*    !*position: relative;*!*/
    /*    !*padding: 39px 0;*!*/
    /*    margin: 0 auto;*/
    /*    width: 100%;*/
    /*}*/

    .path-node-178 div[class$="-header"] > .text-box {
        background: rgba(255, 255, 255, 0.7);
    }

    .non-landing-header.slim-header > .text-box {
        /*position: relative;*/
        text-align: center;
        padding: 39px 0;
        margin: 0 auto;
        width: 100%;
    }

    .landing-header .text-box > div,
    .blog-header .text-box > div,
    .about-header .text-box > div,
    .app-header .text-box > div {
        max-width: 100%;
        margin: 0 auto;
    }

    .page-node-330 div[class$="-header"] > .text-box {
        background: rgba(0, 0, 0, 0.7);
    }

    .podcast-header .text-box {
        bottom: 0;
        padding-bottom: 0 !important;
    }

    /* style mod to add blue background */
    .podcast-header .text-box.blue-fade {
        /* background: rgba(12,59,121,1); */
        background: rgb(51, 112, 141);
    }

    .podcast-header .img-box {
        height: auto;
    }

    .landing-header .text-box {
        background: rgba(0, 0, 0, 0.7);
    }
}

.bottom-cta {
    width: 100vw;
    box-sizing: border-box;
    background: var(--white);
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 39px;
    padding-top: 15px;
    margin-bottom: 39px;
}

.bottom-cta .img-box {
    height: 585px;
    width: 320px;
}

.bottom-cta .text {
    box-sizing: border-box;
    padding: 0 24px;
    max-width: 400px;
}

.landscape-container {
    width: 100%;
    text-align: center;
    padding: 39px;
    background: var(--white);
    margin-bottom: 39px;
    box-sizing: border-box;
}

.footer .landscape-container {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-carousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-carousel-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 70px 70px 70px;
    min-height: 430px;
}

.single-carousel .img-box {
    padding-right: 27px;
    height: 300px;
    width: 300px;
}

.single-carousel .text-box {
    padding-left: 27px;
    text-align: left;
    max-width: 340px;
}

@media (max-width: 940px) {
    #previous_program,
    #next_program {
        display: none;
    }

    .program.single-carousel-content {
        padding: 0;
    }

    .single-carousel .text-box {
        text-align: center;
        padding-left: 0;
        max-width: none;
    }

    .single-carousel .img-box {
        height: auto;
        width: auto;
        padding-right: 0;
        margin: 0 auto;
    }

    .single-carousel {
        min-height: 782px;
    }
}

.triple-carousel-container {
    width: 100%;
    background: var(--white);
    margin-bottom: 39px;
    box-sizing: border-box;
}

.triple-carousel {
    padding: 39px;
    margin: 0 auto;
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.triple-carousel a {
    text-decoration: none;
}

.triple-carousel-title {
    width: 100%;
    text-align: center;
}

.triple-carousel-item {
    width: 225px;
    margin: 12px;
}

.triple-carousel-item .img-box {
    height: 206px;
    width: 100%;
    border: 1px solid var(--mercury);
    margin-bottom: 13px;
}

.triple-carousel-item p {
    padding-bottom: 15px;
}

.meals .triple-carousel-item p {
    text-align: left;
}

.visual-focused-landscape {
    width: 100%;
    text-align: center;
    padding: 39px;
    background: var(--white);
    margin-bottom: 39px;
    box-sizing: border-box;
}

.visual-focused-landscape.dvd-library {
    width: 100%;
    text-align: center;
    padding: 39px 0px;
    background: var(--white);
    margin-bottom: 39px;
    box-sizing: border-box;
}

.visual-focused-landscape.dvd-library img {
    width: 100%;
}

.space-between {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.space-between .left-side {
    /*margin-right: 20px; */
    flex-grow: 1;
}

.space-between .right-side {
    /*margin-left: 20px; */
    flex-grow: 1;
}

.between {
    width: 40px;
}

@media (max-width: 994px) {
    .between {
        width: 0px;
    }
}

.visual-focused-portrait {
    text-align: center;
    padding: 39px;
    background: var(--white);
    margin-bottom: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.visual-focused-portrait .img-box {
    height: 535px;
    max-width: 300px;
}

.visual-focused-portrait .img-box.mag-height {
    height: auto;
    max-height: 400px;
}

div[class^='text-focused-app-'] {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 39px;
}

.text-focused-app-right {
    flex-wrap: wrap;
}

.text-focused-app-left {
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

div[class^='text-focused-app-'] .img-box {
    height: 535px;
    max-width: 300px;
    padding: 0 39px;
}

div[class^='text-focused-app-'] .text-box {
    max-width: 345px;
    padding: 0 39px;
}

div[class^='text-focused-app-'] .text-box p {
    padding-bottom: 39px;
    margin-bottom: 0;
}

div[class^='text-focused-app-'] .text-box li {
    list-style-type: none;
}

.collapsible-section {
    width: 100%;
    padding-bottom: 39px;
}

.collapsible-section .action {
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.05px;
    line-height: 21px;
    margin: 0 39px;
    border-bottom: 1px solid var(--mercury);
    cursor: pointer;
}

.collapsible-section .action a {
    color: var(--raven);
    margin-bottom: 8px;
}

.collapsible-section .action i {
    padding: 6px 0;
    font-size: 25px;
}

.collapsible-section .content {

}

.text-focused-transformation {
    padding: 39px;
    /*max-width: 800px;*/
    border-bottom: 1px solid var(--mercury);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-focused-transformation .img-box {
    height: 223px;
    width: 223px;
    margin: 0 39px 39px 39px;
    box-shadow: -21px 10px 30px 0 rgba(0, 0, 0, 0.13);
}

.text-focused-transformation .text-box {
    max-width: 500px;
    padding: 0 39px;
}

.text-focused-news {
    padding: 39px;
    border-bottom: 1px solid var(--mercury);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-focused-news .img-box {
    height: 322px;
    width: 244px;
    margin: 0 39px 39px 39px;
    box-shadow: -21px 10px 30px 0 rgba(0, 0, 0, 0.13);
}

.text-focused-news .text-box {
    max-width: 500px;
    padding: 0 39px;
}

.text-focused-center {
    text-align: center;
    margin: 0 auto;
    padding: 60px 39px;
    max-width: 724px;
}

.text-focused-center p {
    padding: 13px 0 0 0;
}

.text-focused-left {
}

.tile-section {
    margin: 0 auto;
    max-width: 906px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tile {
    position: relative;
    height: 210px;
    width: 210px;
    margin: 9px;
    text-align: left;
}

.tile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tile span {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: var(--white);
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 15px 12px;
}

.blog-tile-section {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: center;
}

.blog-tile-section a {
    text-decoration: none;
}

.blog-tile {
    padding: 12px;
    width: 220px;
    text-align: left;
}

.blog-tile .img-box {
    height: 206px;
    width: 100%;
    padding-bottom: 13px;
}

.community-card-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 780px;
    margin: 18px auto 40px auto;
}

.community-card {
    margin: 20px;
    width: 340px;
}

.community-form-container {
    max-width: 720px;
    box-sizing: border-box;
    background: var(--white);
    border: 1px solid var(--mercury);
    padding: 39px;
    margin: 0 auto 39px auto;
}

.community-form {
    padding-top: 50px;
}

.card {
    background: var(--white);
    border: 1px solid var(--mercury);
    border-radius: 5px;
}

.centered-text {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 0 12px;
}
.visual-focused-landscape .awards-container {
    padding: 19px;
}
.awards {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 30px;
}
.awards .columns {
    line-height: 1.5rem;
    display: block;
    margin-bottom: 30px;
}

.app-of-day {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.app-of-day .app-of-day-icon {
    margin-top: unset;
    max-width: 260px;
    width: 100%;
    height: auto;
}

h2.best-of-winner {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
}

.best-of-winner-trophy {
    height: 22px;
    width: auto;
    margin-right: 1rem;
}

img.best-of-winner-icon {
    height: 28px;
    width: auto;
    margin-right: 1rem;
}

h2.six-keys-front {
    padding-bottom: 0px;
    margin-top: -20px;
}

img.six-keys-front-image {
    max-width: 60px;
    margin-right: 20px;
    margin-bottom: -30px;
    box-shadow: 2px 2px 3px #e4e4e4;
    border: #ccc 1px solid;
}
@media (max-width: 600px) {
    h2.light-36.six-keys-front {
        line-height: 32px;
        font-size: 32px;
        margin-top: 0;
    }
    h2.light-36.six-keys-front a {
        margin: auto;
        display: block;
        text-align: center;
        height: 95px;
    }
    img.six-keys-front-image {
        margin-bottom: -70px;
    }
}

@media (min-width: 601px) {
    .inner-container {
        /*margin-top: 39px;*/
        margin-bottom: 39px;
        background-color: #fff;
        padding: 39px;
    }
}

@media (max-width: 600px) {
    .inner-container {
        margin-top: 39px;
        margin-bottom: 39px;
        background-color: #fff;
        padding: 50px 16px 39px 16px;
    }
}

.content-main .container {
    background: var(--white);
}

/*******
  HOMEPAGE
*******/
.path-frontpage .landing-header .btn-cta {
    font-size: 20px;
    line-height: 24px;
    /* CTA matching banner image color */
    background: #c23d73;
}
.path-frontpage .landing-header h2.regular-22 {
    color: var(--grape);
    font-size: 18px;
}
.path-frontpage .landing-header h3.light-18.cancel {
    padding-bottom: 5px;
    margin-top: 15px;
}

.path-frontpage .landing-header {
    height: 560px;
}

.new-header {
    background-image: url("/themes/jm_theme/assets/images/front-page/082019-banner-bg-sm.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 360px;
    height: 100% !important;
    max-height: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.new-header > div.new-header-jm {
    height: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.new-header > div.new-header-textbox {
    height: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.new-header div img.header-left-jm {
    height: 500px;
    max-height: 500px;
    width: 285.4px;
    margin-top: 60px;
    float: right;
}

.new-header .new-header-textbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 50px;
    box-sizing: border-box;
}
.new-header .new-header-icon > img {
    height: 80px;
    width: auto;
}
.new-header .new-header-points {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 10px 0px 30px;
}
.new-header .new-header-points > span {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-left: 20px;
    margin-left: 14px;
    background-image: url("/themes/jm_theme/assets/images/front-page/tick.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 12px auto;
    color: #fff;
}
.new-header .new-header-cta .inner-cta-box {
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.new-cta-cancel {
    font-size: 110%;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    /*
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #6b42d3, #ff0090);
    */
    padding-left: 6px;
    color: #ff0090;
}
.new-cta-cancel .text-style-1 {
    font-weight: normal;
    /*
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    */
}
.new-header .new-header-cta .inner-cta-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.new-cta-cancel {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.new-header .new-header-cta .new-header-monthly {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.new-header .new-header-cta div.new-header-monthly {
    margin: 5px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.new-header .new-header-cta div.new-header-yearly {
    margin: 5px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.new-header .new-header-cta div.new-header-monthly img {
    height: 70px;
    width: auto;
}
.new-header .new-header-cta div.new-header-yearly img {
    height: 70px;
    width: auto;
}
.new-header .new-header-download {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 10px;
}
.new-header .new-header-download > div {
    margin: 10px;
}
.new-header .new-header-download div a > img {
    height: 26px;
    max-height: 26px;
    width: auto;
}
.path-frontpage .rainbow-border {
    display: block;
    width: 100%;
    height: 10px;
    background: rgb(38, 11, 72);
    background: -moz-linear-gradient(90deg, rgba(38, 11, 72, 1) 0%, rgba(165, 38, 159, 1) 25%, rgba(206, 70, 97, 1) 50%, rgba(239, 105, 49, 1) 75%, rgba(253, 181, 44, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(38, 11, 72, 1) 0%, rgba(165, 38, 159, 1) 25%, rgba(206, 70, 97, 1) 50%, rgba(239, 105, 49, 1) 75%, rgba(253, 181, 44, 1) 100%);
    background: linear-gradient(90deg, rgba(38, 11, 72, 1) 0%, rgba(165, 38, 159, 1) 25%, rgba(206, 70, 97, 1) 50%, rgba(239, 105, 49, 1) 75%, rgba(253, 181, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#260b48", endColorstr="#fdb52c", GradientType=1);
}

@media (max-width: 768px) {
    .path-frontpage .landing-header {
        height: 500px;
    }
    .new-header .new-header-icon > img {
        height: 75px;
        margin-left: -10px;
    }
    .new-header .new-header-textbox {
        padding-top: 10px;
    }
    .new-header .new-header-points > span {
        line-height: 1.1em;
        padding-left: 15px;
        margin-left: 5px;
        margin-bottom: 5px;
    }
    .new-header .new-header-cta .inner-cta-wrapper {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .inner-cta-box {
        max-width: 150px;
        margin-right: 10px;
    }
    .new-header .new-header-cta div.new-header-monthly img {
        height: 70px;
    }
    .new-header .new-header-cta div.new-header-monthly,
    .new-header .new-header-cta div.new-header-yearly {
        margin: 0px 5px;
    }
    .new-header .new-header-cta div.new-header-yearly img {
        height: auto;
        width: 138px;
    }
    .new-header-jm {
        height: 400px;
        width: auto;
        margin-top: 100px;
    }
    .new-header div img.header-left-jm {
        height: 400px;
        width: auto;
        margin-top: 100px;
    }
    .new-header .new-header-download > div {
        margin: 0px 5px;
    }
    .new-header .new-header-download div a > img {
        height: 20px;
        max-height: 20px;
    }
}
@media (max-width: 480px) {
    .new-header div img.header-left-jm {
        height: 320px;
        width: 182.65px;
        margin-top: 180px;
    }
    .new-header > div.new-header-jm {
        min-width: 182.65px;
    }
}
@media (max-width: 360px) {
    .new-header .new-header-cta div.new-header-monthly img {
        height: 60px;
    }
    .new-header .new-header-cta div.new-header-monthly,
    .new-header .new-header-cta div.new-header-yearly {
        margin: 0px 3px;
    }
    .new-header .new-header-cta div.new-header-yearly img {
        height: auto;
        width: 118px;
    }
    .new-header .new-header-points {
        margin: 5px 0px 10px;
    }
    .new-header .new-header-icon > img {
        height: 70px;
    }

}
@media (min-width: 1600px) {
    .new-header > div.new-header-jm {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .new-header > div.new-header-textbox {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

/*******
  APP PAGE
*******/
.page-node-178 .app-header .btn-cta {
    font-size: 20px;
    line-height: 24px;
}
.page-node-178 .app-header h2.regular-22 {
    color: var(--grape);
    font-size: 18px;
}
.page-node-178 .app-header h3.light-18.cancel {
    padding-bottom: 5px;
}

/*******
  COMPLIANCE BANNER
*******/
.eu-cookie-compliance-banner {
    background: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .8);
    color: #ffffff;
    padding: 10px 0;
}

.eu-cookie-compliance-banner h2 {
    font-size: 1.8rem;
    letter-spacing: normal;
    line-height: 1.8rem;
    margin-bottom: 10px;
}

.eu-cookie-compliance-banner p {
    font-weight: 200;
    margin: 0 0 10px 0;
    line-height: 1;
}

.eu-cookie-compliance-banner button.agree-button {
    background: var(--hyper);
    border-radius: 2px;
    font-size: 1rem;
    color: var(--white) !important;
    letter-spacing: normal;
    line-height: 19px;
    padding: 9px 24px;
    margin-bottom: 12px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: none;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

.eu-cookie-compliance-banner button.find-more-button {
    background: var(--hyper);
    border-radius: 2px;
    font-size: 1rem;
    color: var(--white) !important;
    letter-spacing: normal;
    line-height: 19px;
    padding: 9px 24px;
    margin-bottom: 12px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: none;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

.eu-cookie-compliance-banner button.agree-button:hover,
.eu-cookie-compliance-banner button.agree-button:active,
.eu-cookie-compliance-banner button.agree-button:focus,
.eu-cookie-compliance-banner button.find-more-button:hover,
.eu-cookie-compliance-banner button.find-more-button:active,
.eu-cookie-compliance-banner button.find-more-button:focus {
    text-decoration: underline;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

/*******
  BLOG
*******/

.blog-show-container {
  display: flex;
  padding-top: 64px;
  margin: 0 80px;
}

.blog-show-container .blog-container {
  flex: 5;
}

.blog-show-container .related-container {
  flex: 2;
  margin-left: 64px;
}

.blog-show-container .breadcrumbs {
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
}

.blog-show-container .breadcrumbs * {
  margin: auto 6px auto 0;
}

.blog-show-container .breadcrumbs a {
  color: #000;
}

.blog-show-container .breadcrumbs a:hover {
  color: var(--hyper);
}

.blog-show-container .breadcrumbs .fa:before {
  -webkit-text-stroke: 2px white;
}

.blog-show-container .view-related-posts .view-content {
  display: flex;
  flex-direction: column;
}

.blog-show-container .view-related-posts .view-content .four.columns {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 0 16px 0;
}

.blog-show-container .view-related-posts .view-content .four.columns .views-field-field-image {
  margin-right: 16px;
}

.blog-show-container .view-related-posts .view-content .four.columns .date {
  position: absolute;
  bottom: 40px;
  left: 216px;
  white-space:nowrap;
}

@media (max-width: 1000px) {
  .blog-show-container {
    flex-direction: column;
    padding-top: 32px;
  }
  .blog-show-container .related-container {
    margin: 0 0 64px 0;
  }
  .blog-show-container .block-views-blockrelated-posts-block-1 h2 {
    margin-top: 0;
  }
}

.blog-author {
    /*margin-bottom: 40px;*/
    display: flex;
    align-items: center;
}

.blog-author .img-box {
    height: 65px;
    width: 65px;
    margin-right: 14px;
}

.blog-author .img-box img {
    border-radius: 50%;
}

.blog-author .text-box p {
    padding: 0;
    margin: 0;
}

.blog-hero {
    height: 476px;
    width: 100%;
}

.blog-hero img {
    border-radius: 20px;
}

.blog-show-container .title-container h2 {

}

.blog-body {
    margin-top: 32px;
    margin-bottom: 39px;
    text-align: justify;
}

@media (max-width: 650px) {
    .blog-body {
        margin-bottom: 0;
    }
}

/**********
  ABOUT
**********/
.page-node-179 h1.page-title {
    display: none;
}

/**********
  PODCAST
**********/
#podcast {
    background: var(--white);
}

.podcast-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.podcast-info .img-box {
    width: 215px;
    height: 215px;
    padding-top: 39px;
}

.podcast-info .img-box img {
    border-radius: 5px;
}

.podcast-info .text-box {
    max-width: 206px;
    padding-top: 39px;
    padding-left: 39px;
}

.podcast-list {
    padding: 0px 20px;
}
.podcast-item {
    max-width: 600px;
    margin: 0px auto 20px;
}
.podcast-sources {
    text-align: center;
}
.podcast-sources > a {
    line-height: 20px;
    margin: 0px 5px;
}
.podcast-sources > a > img {
    max-height: 15px;
    opacity: .7;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}
.podcast-sources > a:hover > img,
.podcast-sources > a:active > img {
    opacity: 1;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}
.art19-web-player, div.art19-web-player {
    margin-bottom: 10px !important;
}
@media (max-width: 540px) {
    .podcast-info .text-box {
        padding-left: 0;
    }
}

.podcast-info .text-box h1,
.podcast-info .text-box h3 {
    padding: 0;
}

.podcast-info .text-box hr {
    margin: 6px 0;
}

.podcast-info .text-box > a {
    display: block;
}

.podcast-share {
    position: fixed;
    top: 100px;
    left: 18px;
}

.podcast-share > span {
    font-size: 10px;
    font-weight: 400;
    color: var(--gray);
}

.podcast-share .icons {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--gray);
}

@media (max-width: 650px) {
    .podcast-share {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 18px !important;
    }

    .podcast-share .icons {
        flex-direction: row;
    }

    .podcast-share .icons > * {
        padding-right: 18px;
    }
}

.podcast-player {
    width: 100%;
}

.podcast-player > * {
    margin-top: 39px;
    margin-bottom: 33px;
    width: 100%;
}

.podcast-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.podcast-tags > a {
    margin: 6px;
}

.podcast-related {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.podcast-related > div {
    max-width: 175px;
    padding: 12px;
    padding-top: 0;
}

.podcast-related .img-box {
    height: 175px;
    width: 175px;
}

.podcast-related .img-box img {
    border-radius: 5px;
}

.podcast-related .text-box {
    padding-top: 12px;
}

/****************
  Event Gallery Styles
****************/
.event__gallery .event__photo img {
    max-width: none;
}

button#cboxClose {
    background-color: #fff;
}

/****************
  Event Node Styles
****************/
.page-node-type-event h1 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.event-content-wrapper {
    background: #FFFFFF;
}

.event-content-wrapper .text-focused-app-right,
.event-content-wrapper .text-focused-app-left {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.event-content-wrapper .text-focused-app-right .img-box,
.event-content-wrapper .text-focused-app-left .img-box {
    height: auto;
}

.event-content-wrapper .text-box hr {
    margin: 6px 0;
}

.page-node-type-event h1.page-title {
    text-align: center;
}

/****************
  FAVORITES Styles
****************/
.page-node-type-favorite h1 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.page-node-type-favorite article {
    width: 100%;
    padding: 39px;
    background: var(--white);
    margin-bottom: 39px;
    box-sizing: border-box;
}

.page-node-type-favorite .quote {
    font-size: 3rem;
    line-height: 3rem;
    padding: 0 0 3rem;
}

.page-node-type-favorite .video {
    margin-bottom: 3rem;
}

.page-node-type-favorite .quote i {
    margin-right: 1rem;
}

.page-node-type-favorite .affiliate i {
    margin-right: 1rem;
}

.page-node-type-page .blog-image-wrapper.shop-images img {
    object-fit: contain;
}
.affiliate-notice {
    font-size: 12px;
    color: #ccc;
    font-style: italic;
}

/**********
  SOCIAL SHARING
**********/
.blog-share {
    /*position: fixed;*/
    /*top: 160px;*/
    /*left: 18px;*/
}

.blog-share > span {
    font-size: 10px;
    font-weight: 400;
    color: var(--gray);
}

.blog-share .icons {
    font-size: 28px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/

}

.blog-share .icons a {
  color: #ABABAD;
  flex: 1;
}

.blog-share .icons > a:hover,
.blog-share .icons > a:focus {
    color: var(--hyper);
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

@media (max-width: 650px) {
    .blog-share {
        /*
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 18px;
        */
        /*position: fixed;*/
        /*top: 100px;*/
        /*left: 18px;*/
    }

    .blog-share .icons {
        flex-direction: row;
    }

    .blog-share .icons > * {
        padding-right: 18px;
    }

    .blog-body {
        margin-bottom: 0;
    }
}

/* Added to show the FB share on mobile */
@media (max-width: 549px) {
    .blog-share {
        /*position: fixed;*/
        /*top: 8px;*/
        /*left: 68px;*/
        /*z-index: 1000;*/
        /*margin-bottom: 0;*/
    }

    .blog-share .icons {
        /*font-size: 16px;*/
    }

    .blog-share > span {
        font-size: 8px;
    }

    .blog-share .icons > * {
        /*padding-right: unset;*/
        /*padding-left: 30%;*/
        /*margin-top: -3px;*/
    }
}

.under-banner-share {
    position: fixed;
    top: 100px;
    left: 18px;
    z-index: 9;
}

.under-banner-share > span {
    font-size: 10px;
    font-weight: 400;
    color: var(--gray);
}

.under-banner-share .icons {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--gray);
}

@media (max-width: 650px) {
    .under-banner-share {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 18px;
    }

    .under-banner-share .icons {
        flex-direction: row;
    }

    .under-banner-share .icons > * {
        padding-right: 18px;
    }
}

/**********
  FORUMS
**********/

.page-node-type-forum .breadcrumb {
    font-size: 12px;
    opacity: .8;
}

.forum-author-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.forum-author-item {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.forum-author-avatar {
    /*height: 40px;*/
    /*width: 40px;*/
    /*min-height: 40px;*/
    /*min-width: 40px;*/
    /*max-height: 40px;*/
    /*max-width: 40px;*/
    width: 84px;
    /*border-radius: 50%;*/
    /*overflow: hidden;*/
    margin-right: 20px;
    /* make this background color match the link colors */
    /*background: #1EAEDB;*/
}

.forum-author-avatar img {
    /*min-width: 40px;*/
    /*min-height: 40px;*/
    /*object-fit: cover;*/
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.forum-author-post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.forum-author-post span {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.forum-author-post span.field--name-uid {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding-top: 4px;
}

.forum-author-post span.field--name-created {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page-node-type-forum section.field--name-comment-forum {
}

article.comment {
    border-bottom: 1px #f3f3f3 solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

article.comment div.content ul.links.inline {
    display: inline-block;
}

article.comment div.content ul.links.inline li {
    padding: 0 0.2em;
}

article.comment div.content ul.links.inline li a {
    display: inline-block;
    /*padding: 0 10px;*/
    /*color: #555;*/
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: .1rem;
    /*text-transform: uppercase;*/
    text-decoration: none;
    white-space: nowrap;
    background-color: #ffffff;
    /*border-radius: 4px;*/
    border: solid 0.5px #ccc9c9;
    cursor: pointer;
    box-sizing: border-box;
}

.forum-latest-post {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--dove-gray);
}

.forum-latest-topic,
.forum-latest-author {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.forum-list-item-lower .forum-latest-author {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.region.forum .content > table,
.forum-table {
    width: 100%;
}

.region.forum .content > table tr.forum-list-item-upper td:first-of-type,
.region.forum .content > table tr td.forum__topic {
    padding-left: 35px;
    /*background-image: url("/themes/jm_theme/assets/images/icons/forum-icon-bl.png");*/
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-position: left;
}

.forum-list-topic {
}

.forum-list-author {
}

.forum-list-time {
}

.forum-list-item-upper {
}

.forum-list-item-upper td {
    border-color: #f3f3f3;
}

.forum-list-item-lower > td {
    text-align: center;
}

.forum-latest-post,
.forum-list-item-lower {
    font-size: 12px;
    font-style: italic;
    color: var(--dove-gray);
}

#comment-form .filter-help {
    display: none;
}

a.cke_dialog_tab {
    min-width: unset !important;
    font-size: 10px !important;
    font-weight: 600 !important;
}

/***************
  FORUM FLAGS
****************/

.page-node-type-forum div.flag {
    display: inline-flex;
}
.page-node-type-forum div.flag.flag-spam-or-offensive-content,
.page-node-type-forum div.flag.flag-spam-or-offensive-comment {
    float: right;
}
.page-node-type-forum div.flag a {
    display: inline-block;
    padding: 0 10px;
    color: #555;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

/**********
  NOTICES
**********/
.forum-announcement {
    background: #fff;
    padding: 10px;
    margin: 20px auto -19px;
    text-align: center;
    line-height: 1.2em;
    font-size: 12px;
    font-style: italic;
    color: var(--dove-gray);
    border-radius: 5px;
}

/***************
  SEARCH VIEW
****************/
.search-page .search-item-row {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f3f3;
}
.search-page .search-item-row span.field-content p {
    line-height: 1.8rem;
}
.search-page .search-item-row span.field-content p:last-of-type {
    margin-bottom: 1rem;
}
.search-page .search-item-row .views-field-title a {
    font-weight: 600;
}
.search-page .search-item-row .views-field-created {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: .2rem;
}
.path-forum .container.inner-container {
}
.forum-search {
    background: #fff;
    padding: 40px 40px;
    margin: 20px auto -19px;
    line-height: 1.2em;
    border-radius: 5px;
}

.forum-search .form--inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.forum-search .form--inline .form-actions,
.forum-search .form--inline .form-item {
    clear: unset;
    margin-top: unset;
    display: inline-flex;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.forum-search .form--inline .form-actions {
    margin-top: -4px;
}
.forum-search form#views-exposed-form-search-forum-search-block {
    margin-bottom: unset;
}
.forum-search .search-item-row .views-field-title a {
    font-weight: 600;
}
.forum-search .search-item-row .views-field-created {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: .2rem;
    color: var(--dove-gray);
}
@media (max-width: 600px) {
    .forum-search {
        background: #fff;
        padding: 10px 16px;
        margin: 20px auto -19px;
        line-height: 1.2em;
        border-radius: 5px;
    }
    .path-forum .content-top.container {
        padding: 0 0 0 0;
    }
    .forum-search .form--inline .form-item {
        /*max-width: 69%;*/
        display: inline-block;
        margin-right: 1%;
    }
    .forum-search .form--inline .form-actions {
        max-width: 30%;
        display: inline-block;
    }
    .forum-search .form--inline .form-actions input {
        width: 100%;
        padding: 0 10px;
    }
}

/***************
  BLOG SEARCH
****************/
.blog-index-search .view-filters form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog-index-search .view-filters form .form--inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog-index-search .view-filters form .form--inline .form-item-search-api-fulltext {
    max-width: 180px;
}
.blog-index-search .view-filters form .form--inline #edit-search-api-fulltext {
    padding-left: 10px;
}
.blog-index-search .view-filters form .form--inline .button.form-submit {
    padding: 0 20px;
}
.blog-index-search .view-content {
    display: inline-block;
}

/***************
  FORUM APP_VIEW
****************/

.page-wrap.chromeless .jillian-michaels-primary-menu {
    display: none;
}

.page-wrap.chromeless .jillian-michaels-footer {
    display: none;
}

.page-wrap.chromeless .after-nav {
    padding-top: 0 !important;
    /*padding-top: 20px;*/
}

.page-wrap.chromeless .container {
    max-width: unset;
    width: 100%;
    margin: 0;
}

.page-wrap.chromeless .content-main.container {
    padding: 0;
}

.page-wrap.chromeless .content-top.container {
    padding: 0;
    margin-bottom: 0px;
    margin-top: 39px;
}

.page-wrap.chromeless .content-bottom.container {
    padding: 0;
}

.page-wrap.chromeless .bottom-cta {
    display: none;
}

.page-wrap.chromeless .page-wrap:after {
    content: none;
}
.page-wrap.chromeless .forum-search {
    background: #fff;
    padding: 10px 16px;
    margin: 20px auto -19px;
    line-height: 1.2em;
    border-radius: 5px;
}
.page-wrap.chromeless .forum-search .form--inline .form-item {
    max-width: 69%;
    display: inline-block;
    margin-right: 1%;
}
.page-wrap.chromeless .forum-search .form--inline .form-actions {
    max-width: 30%;
    display: inline-block;
}
.page-wrap.chromeless .forum-search .form--inline .form-actions input {
    width: 100%;
}

.page-wrap.sidepad .content-wrapper {
  margin-right: 10px;
  margin-left: 10px;
}

.page-wrap.chromeless .blog-share {
  visibility: hidden;
}

.page-wrap.chromeless #layout-container {
  background-color: white;
}

.page-wrap.chromeless::after {
  background-color: white;
  height: 20px;
}

.page-wrap.chromeless .view-help-pages .view-content div {
    padding: 10px 0;
}

.page-wrap.chromeless .inner-container {
   padding: 0 16px 10px 16px;
}

.page-wrap.chromeless .content-top {
  margin-top: 20px;
}

.page-wrap.chromeless .content-top.container {
  margin-top: 20px;
}

.page-wrap.chromeless .triple-carousel-container {
  padding: 0;
  margin-bottom: 0;
}

.page-wrap.chromeless .blog-author {
  padding-top: 12px;
}

.page-wrap.chromeless .blog-header .text-box {
  padding-bottom: 0;
}

.page-wrap.chromeless .content-main .pad-my-top {
  padding-top: 0;
}


/***************
  CAROUSEL FUN
***************/
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.collapsible-section .content {
    display: none;
}

.dot {
    padding: 8px;
    cursor: pointer;
}

/******************
  COLOR OVERRIDES
******************/
.white {
    color: var(--white);
}

.alabaster {
    color: var(--alabaster);
}

.white-lilac {
    color: var(--white-lilac);
}

.gallery {
    color: var(--gallery);
}

.mercury {
    color: var(--mercury);
}

.alto {
    color: var(--alto);
}

.silver {
    color: var(--silver);
}

.silver-chalice {
    color: var(--silver-chalice);
}

.einko {
    color: var(--einko);
}

.gray {
    color: var(--gray);
}

.raven {
    color: var(--raven);
}

.dove-gray {
    color: var(--dove-gray);
}

.mine-shaft {
    color: var(--mine-shaft);
}

.black {
    color: var(--black);
}

.hyper {
    /*color: var(--hyper);*/
}

.lochmara {
    color: var(--lochmara);
}

.atlantic {
    color: var(--atlantic);
}


.fine-print {
    line-height:11px;
    padding: 20px;
    text-align: center;
}
@media (max-width: 600px) {
    /* temp white background for nyny */
    .path-frontpage .landing-header .text-box,
    .app-header .text-box {
        background: rgb(255, 255, 255) !important;
    }
}
/* adjust the sign-up pages, may be good for all of them. */
.path-join .text-box {
    max-width: 560px;
    margin: auto;
}

.path-join .bottom-cta {
    display: none;
}

.path-join .region-footer {
    display: none;
}

.path-join .recent-blog,
.path-join .footer {
    display: none;
}



/****************
  MISC OVERRIDE
****************/
.no-max-width-contain {
    max-width: none !important;
}

.no-max-width-contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.white-bkgd {
    background: #fff;
}

.white-bkgd.pad-my-top {
    padding-top: 39px;
}

/****************
  SUPPLEMENT PAGE OVERRIDE FIXES (needed since using blog layout styles)
****************/
/* This fixes a strange disappearing image affect occurs on supplement page. */
.page-node-276 .blog-image-wrapper .field--name-field-image img {
    height: auto !important;
    max-height: 400px !important;
}

.page-node-276 .blog-image-wrapper {
    text-align: center;
}

/* Fixes the top gray padding area. */
.page-node-276 .blog-header {
    margin-bottom: 0px;
}

.page-node-276 .content-wrapper {
    padding-top: 39px;
    background: #fff;
}

/* Fixes the background and text colors for small viewports. */
@media (max-width: 600px) {
    .page-node-276 .blog-header {
        padding-top: 39px;
        background: #fff;
    }

    .page-node-276 .text-box {
        background: rgba(0, 0, 0, 0.7);
        padding-left: 20px;
        padding-right: 20px;
    }
}

/****************
  PRICING TIERS OVERRIDES & ADDITIONS
****************/
.cta-button-container {
    isplay: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cta-button-container > a {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
}
.cta-button-container > a:hover,
.cta-button-container > a:active {
    color: #fff;
    text-decoration: none;
}
.cta-button-container > span {
    margin: 0px 2px;
}
a.btn-cta-purple,
a.btn-cta-purple:link,
a.btn-cta-purple:visited {
    width:200px;
    margin:auto;
    border-collapse: separate !important;
    border: 0px;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 10px;
    display: inline-block;
    background: #6c0ee7;
    background: -moz-linear-gradient(left, #6c0ee7 0%, #9b1fae 100%);
    background: -webkit-linear-gradient(left, #6c0ee7 0%,#9b1fae 100%);
    background: linear-gradient(to right, #6c0ee7 0%,#9b1fae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c0ee7', endColorstr='#9b1fae',GradientType=1 );
    text-align: center;
    color: #ffff;
}
.btn-cta-purple > .cta-button-container {
    margin-top: -5px;
}
.announcement {
    line-height: 4rem;
    text-shadow: 3px 2px 4px rgba(0,0,0,.1);
    color: #fff;
}
.sub-announcement {
    color: #7b29c0;
    line-height: 3.1rem;
    margin-bottom: 10px;
    padding: 10px;
    /*
    background: rgba(0,0,0,.09);
    border: 1px solid rgba(0,0,0,.04);
    text-shadow: 1px 2px 3px rgba(0,0,0,.2);
    */
    box-sizing: border-box;
    font-size: 3rem;
}
.sub-announcement.mine-shaft {
    color: #333;
}
.term {
    font-size: 12px;
    font-weight: bold;
    letter-spacing:1px;
}
.price-original {
    text-decoration: line-through;
    opacity: .8;
    margin-right: 10px !important;
}
.currency {
}
.promo-badge {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    position: absolute;
    right: -20px;
    top: -20px;
    background: #fff;
    color: #8417c9;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    border-radius: 100%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-box-shadow: -2px -2px 2px rgba(0,0,0,.2);
    box-shadow: 1px -2px 10px 5px rgba(0,0,0,.2);
}
@media (min-width: 1200px) {
    .train-logo {
        margin-bottom: 20px;
    }
}

@media (min-width: 1201px) {
    .landing-header .img-box img {
        position: absolute;
        /* left: -10%; */
        z-index: 200;
    }
    .landing-header .img-box.header-fade {
        /*
        background: -moz-linear-gradient(left, rgba(213, 182, 214, 0) 0%, rgba(213, 182, 214, 0) 51%, rgba(240, 237, 240, 1) 75%, rgba(231, 224, 231, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213, 182, 214, 0)), color-stop(51%, rgba(213, 182, 214, 0)), color-stop(75%, rgba(240, 237, 240, 1)), color-stop(100%, rgba(231, 224, 231, 1)));
        background: -webkit-linear-gradient(left, rgba(213, 182, 214, 0) 0%, rgba(213, 182, 214, 0) 51%, rgba(240, 237, 240, 1) 75%, rgba(231, 224, 231, 1) 100%);
        background: -o-linear-gradient(left, rgba(213, 182, 214, 0) 0%, rgba(213, 182, 214, 0) 51%, rgba(240, 237, 240, 1) 75%, rgba(231, 224, 231, 1) 100%);
        background: -ms-linear-gradient(left, rgba(213, 182, 214, 0) 0%, rgba(213, 182, 214, 0) 51%, rgba(240, 237, 240, 1) 75%, rgba(231, 224, 231, 1) 100%);
        background: linear-gradient(to right, rgba(213, 182, 214, 0) 0%, rgba(213, 182, 214, 0) 51%, rgba(240, 237, 240, 1) 75%, rgba(231, 224, 231, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5b6d6', endColorstr='#d5b6d6', GradientType=1);
        */
        z-index: 300;
    }
}

@media (min-width: 601px) and (max-width: 1200px) {
    .landing-header .img-box img {
        position: absolute;
        z-index: 200;
    }

    /* add background colors to fade over image
    .landing-header .img-box.header-fade {
     z-index: 300;
    }
    */
    .landing-header .img-box.header-fade {
        background: none;
        z-index: 300;
    }

    .landing-header .text-box {
        z-index: 400;
    }
}

@media (min-width: 901px) {
    .landing-header .img-box {
        left: -15%;
    }
}
@media (min-width: 601px) and (max-width: 900px) {
    .landing-header .img-box {
        left: -15%;
    }
    .landing-header .text-box > div {
        max-width: 250px;
        margin-right: 0;
    }
    .sub-announcement {
        line-height: 2.8rem;
        font-size: 2.3rem;
    }
    .path-frontpage .landing-header h3.light-18.cancel {
        line-height: 18px;
    }
    .cta-button-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


@media (min-width: 601px) {
    .landing-header .img-box {
        z-index: 100;
    }
    .rainbow-border {
        display: block;
        width: 100%;
        height: 10px;
        background: rgb(38, 11, 72);
        background: -moz-linear-gradient(90deg, rgba(38, 11, 72, 1) 0%, rgba(165, 38, 159, 1) 25%, rgba(206, 70, 97, 1) 50%, rgba(239, 105, 49, 1) 75%, rgba(253, 181, 44, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(38, 11, 72, 1) 0%, rgba(165, 38, 159, 1) 25%, rgba(206, 70, 97, 1) 50%, rgba(239, 105, 49, 1) 75%, rgba(253, 181, 44, 1) 100%);
        background: linear-gradient(90deg, rgba(38, 11, 72, 1) 0%, rgba(165, 38, 159, 1) 25%, rgba(206, 70, 97, 1) 50%, rgba(239, 105, 49, 1) 75%, rgba(253, 181, 44, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#260b48", endColorstr="#fdb52c", GradientType=1);
    }
}

@media (min-width: 601px) and (max-width: 800px) {
    .app-header .text-box > div {
        margin-right: 20px;
    }

    .landing-header .text-box > div {
        margin-right: 1%;
    }
    /* temp style for obsessions page */
    .page-node-330 header .text-box h4 {
        padding-left: 100px;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .landing-header .text-box,
    .app-header .text-box {
        padding: 39px 20px !important;
    }

    .landing-header .text-box > div,
    .app-header .text-box > div {
        max-width: 380px;
    }
    .sub-announcement {
        color: #7b29c0;
        background: rgba(0,0,0,.02);
        border: 1px solid rgba(0,0,0,.02);
    }
    .landing-header .text-box > div,
    .app-header .text-box > div{
        max-width: 380px;
        width: 100%;
    }
    .landing-header .img-box .cover {
        /* right: -6%; */
        position: relative;
    }
    .landing-header .img-box.header-fade {
        width: 100%;
        height: 100%;
        top: 0;
    }
    .cta-button-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}

@media (max-width: 380px) {
    .landing-header .regular-22,
    .app-header .regular-22 {
        font-size: 18px;
    }
}

.app-options-blk {
    text-align: left;
    border: 3px solid #fff;
    padding: 5px 5px 5px 5px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 2px 3px 4px #dfdfdf;
    margin-bottom: 15px;
}

.app-options-wht {
    text-align: left;
    border: none;
    padding: 5px 5px 5px 5px;
    background: rgb(255, 255, 255);
    /* box-shadow: 2px 3px 4px #0009; */
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .app-options-wht {
        background: rgb(241, 241, 241);
    }
}

.app-options-blk .btn-cta,
.app-options-wht .btn-cta {
    margin-bottom: 0px;
}

/* LOGIN PAGE PADDING */
.container.user-page .region.region-content {
    padding: 20px;
    margin-bottom: 100px;
}

/*!* NEWSLETTER POP-UP *!*/
/*#spb-newsletter-pop-up {}*/
/*.spb-popup-main-wrapper {*/
/*    width: 460px;*/
/*    background-color: unset !important;*/
/*    background-image: url(/themes/jm_theme/assets/images/global/JM_PopUp-Background_500x500_Q2-2019.jpg);*/
/*    height: 460px;*/
/*    border: 1px solid #fff !important;*/
/*    padding: 20px !important;*/
/*    overflow: hidden;*/
/*    box-sizing: border-box;*/
/*    background-size: contain;*/
/*    box-shadow: 1px 2px 12px 2px #575757;*/
/*}*/
/*.spb_top_center,*/
/*.spb_center {*/
/*    top: 180px !important;*/
/*}*/
/*.newsletter-pop-up {}*/
/*.newsletter-pop-up #mc_embed_signup {*/
/*    position: relative;*/
/*    top: 180px;*/
/*}*/
/*.newsletter-pop-up #mc-embedded-subscribe {*/
/*    color: #FFFFFF;*/
/*    !* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7508ef+0,a40ab6+100 *!*/
/*    background: #7508ef; !* Old browsers *!*/
/*    background: -moz-linear-gradient(left,  #7508ef 0%, #a40ab6 100%); !* FF3.6-15 *!*/
/*    background: -webkit-linear-gradient(left,  #7508ef 0%,#a40ab6 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*    background: linear-gradient(to right,  #7508ef 0%,#a40ab6 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7508ef', endColorstr='#a40ab6',GradientType=1 ); !* IE6-9 *!*/
/*    border-radius: 20px;*/
/*}*/
/*.newsletter-pop-up.block {*/
/*}*/
/*.newsletter-pop-up-modal {}*/
/*.newsletter-pop-up-modal #mc_embed_signup_scroll input {*/
/*    max-width: 420px;*/
/*}*/
/*.newsletter-pop-up-modal-close {*/
/*    border-color: #8C8C8C;*/
/*    background-color: #f4f4f4 !important;*/
/*}*/
/*.newsletter-pop-up-modal-minimize {}*/
/*.newsletter-pop-up-modal-minimized {}*/
/*.newsletter-pop-up-modal .spb_center {}*/
/*.newsletter-pop-up {*/
/*    display: none;*/
/*}*/

.blogs-header-container.blog-header {
  height: 65vh;
  color: #FFF;
}

.blogs-header-container.blog-header .text-box {
  padding-top: 25vh;
}

.blogs-header-container.blog-header .text-box > div {
  max-width: 100%;
}

.blogs-header-container .heading-a {
  font-weight: 300;
}

.blogs-header-container .heading-b {
  font-size: 16px;
  font-weight: 300;
}

.transformations-header {
  /*height: 55vh;*/
  margin-bottom: 0;
  overflow: hidden;
}

.transformations-header .img-box img {
    width: 100%;
}

.transformations-header .text-box {
  background: none;
  text-align: unset;
  padding-left: 64px;
}

.transformations-header .text-box * {
  color: #FFF;
}

.transformation-container {
  display: flex;
  margin-bottom: 32px;
}

.transformation-container .img-box {
  box-shadow: none;
  flex: 1;
  min-width: 320px;
  min-height: 320px;
  max-width: 320px;
  max-height: 320px;
}

.transformation-container .img-box img {
  border-radius: 16px;
}

.transformation-container.odd {
  flex-direction: row;
}

.transformation-container.odd img {
  box-shadow: 16px 16px 0 #ECF1F8;
}

.transformation-container.even {
  flex-direction: row-reverse;
}

.transformation-container.even img {
  box-shadow: -16px 16px 0 #ECF1F8;
}

.transformation-container .text-box {
  flex: 5;
  max-width: 800px;
  min-width: 550px;
}

.transformation-container.tell-your-story {
  border-bottom: none;
}

.transformations-header a.btn-cta-purple,
.transformations-header a.btn-cta-purple:link,
.transformations-header a.btn-cta-purple:visited {
  width:280px;
  border-collapse: separate !important;
  border-radius: 50px;
  padding: 15px 20px;
  margin: 16px 0 0 0;
  display: inline-block;
  background: transparent;
  text-align: center;
  color: #ffff;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-weight: 600;
}

.pager__item.pager__item--next {
  display: none;
}

.pager__item.pager__item--previous {
  display: none;
}

.pager__item.pager__item--ellipsis {
  display: none;
}

.pager__item a {
  color: #000;
  padding: 6px 14px;
  background: #fafafa;
  line-height: 50px;
}

.pager__item.is-active a {
  color: var(--hyper);
  border: 1px solid var(--hyper);
}

@media (max-width: 479px) {
    .spb-popup-main-wrapper {
        width: 420px !important;
        height: 420px !important;
    }
    .newsletter-pop-up #mc_embed_signup {
        top: 170px;
    }
    .newsletter-pop-up #mc-embedded-subscribe-form {
        margin-bottom: 0 !important;
    }
    .newsletter-pop-up-modal #mc_embed_signup_scroll input {
        max-width: 400px;
    }
    .spb-controls {
        right: 15px;
    }
}
@media (max-width: 449px) {
    .spb-popup-main-wrapper {
        width: 390px !important;
        height: 390px !important;
    }
    .newsletter-pop-up #mc_embed_signup {
        top: 140px;
    }
    .newsletter-pop-up #mc-embedded-subscribe-form {
        margin-bottom: 0 !important;
    }
    .newsletter-pop-up-modal #mc_embed_signup_scroll input {
        max-width: 380px;
    }
    .spb-controls {
        right: 35px;
    }
}

@media (max-width: 1600px) {
  .transformations-header {
    /*height: 640px;*/
  }
}

@media (max-width: 1500px) {
  .transformations-header {
    /*height: 580px;*/
  }
}

@media (max-width: 1400px) {
  .transformations-header {
    /*height: 520px;*/
  }
}

@media (max-width: 1300px) {
  .transformations-header {
    /*height: 460px;*/
  }
}

@media (max-width: 1200px) {
  .transformations-header {
    height: 436px;
  }
}

@media (max-width: 1000px) {
  .transformations-header a.btn-cta-purple,
  .transformations-header a.btn-cta-purple:link,
  .transformations-header a.btn-cta-purple:visited {
    width:200px;
    border-collapse: separate !important;
    border-radius: 50px;
    padding: 15px 20px;
    margin: 16px 0 0 0;
    display: inline-block;
    background: transparent;
    text-align: center;
    color: #ffff;
    border: 1px solid #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .7em;
  }
  .blog-show-container {
    margin: 0 8px;
  }
  .blog-hero {
    height: 267px;
  }
  .blog-share {
    margin-bottom: 32px;
  }
  .block-views-blockrelated-posts-block-1 .views-field-title a {
    font-size: 18px;
  }
  .blog-show-container .view-related-posts .view-content .four.columns .date {
    left: 136px;
    bottom: 20px;
    font-size: 14px;
  }
  .transformations-header .text-box {
    background: none;
    padding: 62px 0 0 16px;
    text-align: left;
  }
  .transformations-header {
    height: 312px;
  }
}

@media (max-width: 800px) {
  .blogs-header-container.blog-header {
    height: 400px;
  }
  .blogs-header-container.blog-header .text-box {
    padding-top: 5vh;
  }
  .blogs-header-container.blog-header .text-box > div {
    margin-left: 0;
  }
  .blogs-header-container.blog-header h1 {
    font-size: 2em;
  }
  .transformations-header .text-box h1 {
    font-size: 2em;
  }
  .transformations-header {
    height: 250px;
  }
}

@media (max-width: 700px) {
  .transformations-header {
    height: 225px !important;
  }
}

@media (max-width: 600px) {
  .transformations-header {
    height: 200px !important;
  }
  .blogs-header-container.blog-header {
    height: 200px;
  }
  .blogs-header-container.blog-header h1 {
    font-size: 1.5em;
  }
  .blogs-header-container.blog-header h4 {
    font-size: .7em;
  }
  .transformations-header .text-box {
    padding: 6px 0 0 6px;
  }
  .transformations-header a.btn-cta-purple,
  .transformations-header a.btn-cta-purple:link,
  .transformations-header a.btn-cta-purple:visited {
    border-collapse: separate !important;
    border-radius: 50px;
    padding: 8px 16px;
    margin: 4px 0 0 0;
    display: inline-block;
    background: transparent;
    text-align: center;
    color: #ffff;
    border: 1px solid #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .7em;
  }
  .transformation-container .text-box {
    min-width: 100%;
  }
}

@media (max-width: 500px) {
  .transformations-header {
    height: 155px !important;
  }
}

@media (max-width: 400px) {
  .transformations-header {
    height: 130px !important;
  }
}

.layout-content > .content-main {
  box-shadow: 5px 5px 35px 0 rgba(4, 59, 85, 0.06);
}

.container {
  /*max-width: 1440px;*/
  max-width: 90vw;
}

.content-top {
  width: 100vw !important;
  padding-left: 5%;
  padding-right: 5%;
  /*box-shadow: 5px 5px 35px 0 rgba(4, 59, 85, 0.06);*/
}

@media (min-width: 400px) {
  .container {
    width: 90vw !important;
    padding: 0;
  }
}

#my-form-wrapper {
  width: 90vw;
  height: auto;
  display: flex;
  flex-direction: column;
}

.forum-search {
  padding-left: 0px !important;
}


.forum-table {
  margin-bottom: 75px !important;
  /*width: 90% !important;*/
  margin: auto;
}

.table-heading {
  height: 34px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  /*font-weight: normal;*/
  font-stretch: normal;
  font-style: normal;
  /*line-height: 1.7;*/
  letter-spacing: normal;
  color: #000000;
}

.forum-row {
  border: solid 0.5px #ccc9c9 !important;
  background-color: #ffffff;
}

.avatar {
  max-width: none;
  width: 84px ;
}

.forum-info {
  margin-left: 27px;
}

td {
  vertical-align: -webkit-baseline-middle;
}

.forum-label {
  height: 34px;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 1.13;*/
  letter-spacing: normal;
  color: #000000;
}

.forum-data > th, td {
  padding-left: 118px;
  border-color: #b6b6b6 !important;
  border-bottom: 0px;
}

.forum-row > td {
  padding-top: 36px;
  padding-bottom: 32px;
}

.number-of-posts {
  /*width: 98px;*/
  /*height: 34px;*/
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 1.7;*/
  letter-spacing: normal;
  color: #000000;
  /*float: left;*/
}

.post-icon {
  width: 18px;
  height: 28px;
  object-fit: contain;
}

.new-posts {
  /*height: 34px;*/
  font-family: "proxima-nova", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 2.13;*/
  letter-spacing: normal;
  color: #F44945;
  float: top;
}

.search {
  width: 19px;
  height: 19px;
  object-fit: contain;
  margin-right: 25px;
}

::placeholder {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.inner-container {
  width: 100%;
  padding: 0px;
}

.content {
  margin: 0px
}

.forum-list-author {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 2.13;*/
  letter-spacing: normal;
  /*color: #7f7f7f;*/
}

.forum-list-author > b {
  color: #000000;
}

.forum-list-time {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #000000;
  letter-spacing: normal;
}


/*forum topics listcss starts here*/


tr.odd {
  border: solid 0.5px #ccc9c9;
  background-color: #ffffff;
  display: flex;
}

tr.even {
  border: solid 0.5px #b6b6b6;
  background-color: #ffffff;
  display: flex;
}

th > a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}

td.forum__topic {
  display: flex;
  float: left;
  padding-right: 5px;
}

.forum__title > div a {
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
}

.forum-table > thead tr th {
  border-bottom: 0px;
}




 /*particular topic styles*/

.node__content {
  margin-top: 10px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 15px;
}

.js-quickedit-page-title {
  margin-top: 30px !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 54px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000000;
}

.breadcrumb {
  padding-top: 20px;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7f7f7f;
}

form.jm-form-add-forum-topic-form {
  width: 90%;
  margin: auto;
}

input.js-form-submit {
  margin-left: 0px;
}

.content-main {
  background-color: white;
}

#edit-search-api-fulltext {
  padding-left: 0px;
}

 /*transformation section*/

.pager__items {
  padding-bottom: 30px;
}

.transformation-container:nth-of-type(1) {
  padding-top: 70px;
}

 /*Mobile view styles*/

@media (max-width: 1000px) {
  #left-nav > a {
    display: none;
  }
}

/*blog styles*/

.blog-share-icon {
  margin-right: 20px;
}

/*promo product*/
.blinking{
    color: #F44945;
    animation:blinkingText 2s infinite;
}
@keyframes blinkingText{
    0%{color: #F44945;}
    60%{color: #F44945;}
    69%{color: transparent;}
    70%{color: transparent;}
    99%{color: transparent;}
    100%{ color: #F44945;}
}
.active .promolabel.blinking {
    display: none;
}

/*join page optin*/
.cancel-terms-optin {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cancel-terms-optin .text-formatted {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.cancel-terms-optin .text-formatted p {
    font-size: 10px;
    line-height: 14px;
}
.cancel-terms-optin .form-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-bottom: 0;
}
