/*# Community Landing Page #*/
[class*='-feature-list-top-border']{
    position: relative;
    background-color: #f4f2f0;
}

[class*='-feature-list-top-border']:before{
    display: block;
    content: "";
    position: absolute;
    background-color: var(--white-color);
    height: 130px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.feature-list-top-border .feature-section-large {
    border-top: 10px solid var(--secondary-light-color);
    position: relative;
}

.feature-list-top-border .grid-x>.cell {
    margin-bottom: 30px;
}

.feature-list-top-border .feature-section-large {
    background: var(--white-color);
    height: 100%;
}

.feature-list-top-border .feature-list_content {
    padding: 40px 30px;
}
@media only screen and (min-width: 40rem) {
    .feature-list-top-border .feature-list_content {
        padding: 50px;
    }
}
.feature-list-top-border .feature-list_content h4 {
    font-size: 35px;
    margin-bottom: 25px
}

.feature-list-top-border .button-group,
.feature-list-top-border a.button {
    margin-bottom: 0;
}


.winfieldsection-c-feature {
    position: relative;
}

.winfieldsection-c-feature:before {
    display: block;
    content: "";
    position: absolute;
    background-color: var(--white-color);
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

/*# Community - Raise the barn #*/
.cr-hero>.cell,
.cr-hero .grid-container {
    padding-top: 0;
    padding-bottom: 0;
}

.cr-hero .large-5 {
    width: 40%;
}

.cr-hero .large-7 {
    width: 60%;
}

.cr-hero img {
    max-height: 130px;
    margin: 0 auto;
    display: block;
}

.cr-hero .grid-x {
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.cr-hero h1.title {
    color: var(--white-color);
    font-size: 27px;
    text-transform: uppercase;
    text-shadow: 0 0 10px var(--black-color);
}

@media only screen and (min-width: 48rem) {
    .cr-hero img {
        max-height: 300px;
    }

    .cr-hero h1.title {
        font-size: 70px;
    }

    .cr-hero .large-5 {
        width: 40%;
    }

    .cr-hero .large-7 {
        width: 60%;
    }
}

@media only screen and (min-width: 64rem) {
    .cr-hero img {
        max-height: 350px;
    }
}

.gray-heading {
    color: var(--gray-color);
    padding: 1rem;
}

@media only screen and (max-width: 640px) {
    .gray-heading {
        font-size: 26px;
    }
}

.rtb-repeater .imagelist.feature-list_image-wrapper.Centered {
    height: auto;
    margin: 20px auto;
}

.rtb-repeater .imagelist img {
     height: 69px !important;
   width: unset !important;
}

.rtb-repeater h4 {
    font-size: 16px;
    color: var(--gray-color);
}

.rtb-repeater {
    transform: translate(0px, -100px);
    height: 350px;
}

.rtb-repeater .cell.default {
    box-shadow: 2px 6px 8px #00000026;
    background: var(--white-color);
}

[class*='-local-areas'] {
    background-repeat: unset !important;
    background-size: auto !important;
    background-position: inherit !important;
}

.local-areas {
    box-shadow: 0px 50px 50px inset #efeeed;
    height: 320px;
}

@media only screen and (min-width: 40rem) {
    .rtb-repeater {
        height: 100px;
    }

    .local-areas {
        height: 270px;
    }
}

[class*='-cr-list'] {
    position: relative;
}

[class*='-cr-list']:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    min-height: 200px;
    z-index: 0;
    background: var(--white-color) url(https://storwukentico03pd.blob.core.windows.net/wucanadamedia/wfuca/media/community/iconpatternsvg-1.svg) top left repeat;
}

.cr-list {
    position: relative;
}

.cr-list .cell.default>.feature-section-large {
    background-color: var(--white-color);
    height: 100%;
}

.cr-list .feature-list_content {
    padding: 25px;
}

.cr-list .feature-list_content h4 {
    font-size: 35px;
}

.cr-list .feature-list_content img {
    max-width: 140px;
}

.cr-list .feature-section-large .imagelist img {
    width: 100%;
}

.long-des {
    display: none;
    position: fixed;
    background: rgba(60, 60, 60, .68);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center
}

.long-des .long-des-container {
    max-width: 1140px;
    background: #fff;
    position: relative;
}

.que-image-popup {
    object-fit: cover;
    object-position: center 30%;
    width: 100%;
}

.long-des .long-des-container>.grid-container {
    padding: 20px 40px;
    height: 80vh;
    overflow: auto;
    border-radius: 4px;
    max-width: 750px;
    text-align: center;
}

.long-des .close-icon-longdes {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999
}

.long-des .close-icon-longdes i {
    color: #000;
    font-size: 30px;
    z-index: 30
}

.long-des .long-des-container p {
    margin-bottom: 40px;
}

.popup-image-row {
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
}

.popup-image-row img {
    height: 50px;
}

.long-des .long-des-container .que-image {
    height: 300px;
    border-bottom: solid 10px #647d3b;
    margin-bottom: 20px;
}
.journey5k-iFrame-width .iframeDimensions{
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .journey5k-iFrame-width .iframeDimensions{
    height: 240px;
  }
}

/*# Community - Journey 5km #*/
.hands {
    text-align: center;
    position: relative;
    margin: 40px auto;
    max-width: 600px;
}

.hands img {
    position: relative;
    z-index: 2;
    padding: 0 30px;
    background-color: var(--white-color);
}

.hands>div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
    border-bottom: solid 2px #e0e0e0;
}

.j-content .grid-x .cell {
    padding: 20px;
}

.j-content img {
    margin-bottom: 30px;
}

.j-content ul {
    margin-left: 0;
}

.j-content li {
    list-style-type: none;
    margin: 13px 0;
}

.j-content li:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: var(--secondary-color);
    font-weight: var(--font-weight-extraBold);
    display: inline-block;
    margin-right: 10px;
}

.j-content .grid-x {
    background-color: var(--white-color);
    box-shadow: 2px 6px 8px #00000029;
}

.price-categories ul li:hover img {
    transform: rotateY(180deg);
}

/*# Repeater #*/
[class*='-j-prizelist'] {
    overflow: hidden;
}

[class*='-j-prizelist']>.grid-container {
    padding: 0;
}

[class*='-j-prizelist']>.grid-container>.grid-x {
    padding: 0 30px;
}

@media only screen and (min-width:40rem) {
    [class*='-j-prizelist'] {
        margin: 0 15px;
    }

    [class*='-j-prizelist']:before {
        display: block;
        content: "";
        position: absolute;
        background-color: var(--secondary-light-color);
        height: 400px;
        left: 0;
        right: 0;
        z-index: 0;
    }

}

.j-prizelist {
    position: relative;
    border-top: solid 10px #f4f2f0;
    background-color: var(--white-color);
}

.j-prize .content-section {
    padding-left: 0;
    padding-right: 0;
}

.j-prize h3 {
    color: var(--white-color);
}

.j-prize h3 .subhead {
    color: #dbe6c4;
    font-size: 30px;
    font-weight: var(--font-weight-medium);
    display: block;
    margin-top: 15px;
}

@media only screen and (min-width:64rem) {
    .j-prizelist {
        padding: 40px 0 0;
    }

    .grid-container .j-prizelist.grid-x {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
}

.j-prizelist .feature-list_content {
    display: none;
}

.j-productlist .imagelist img:hover {
    transform: scale(1.2);
}

.j-productlist .imagelist img {
    max-width: 60%;
    margin: 20px 5%;
    transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transform: scale(1);
    max-height: 70%;
}

.j-productlist .feature-section-large .imagelist {
    display: flex;
    align-items: center;
    justify-content: center;
}

.j-prizelist::after {
    content: "";
    position: absolute;
    width: 138%;
    height: 30%;
    bottom: 30%;
    left: -20%;
    z-index: 0;
    background: url(https://storwukentico03pd.blob.core.windows.net/wucanadamedia/wfuca/media/community/mask-group-2.png) 0 0 repeat;
    transform: rotate(-10deg);
    background-repeat: repeat-x;
    background-position: center center;
}

.j-prizelist>.cell {
    position: relative;
    z-index: 1;
}

.price-categories .content-box {
    background-color: #f4f2f0;
    padding: 30px 38px;
}
.price-categories .content-box strong {
    font-size: 18px;
    color: #505050;
    font-family: 'acumin-pro-condensed';
    font-weight: 800;
}
.price-categories span.img-box {
    display: flex;
    border: 6px solid #f4f2f0;
    max-width: 150px;
    min-width: 150px;
    margin-right: 10px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
}

.price-categories span.img-box img {
    transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
}

.price-categories ul {
    margin-left: 0;
}

.price-categories ul li {
    list-style-type: none;
    display: flex;
    margin-bottom: 15px;
    transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
}

.price-categories ul li:hover {
    transform: scale(1.03);
    box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0;
}

.price-categories h3 {
    text-align: center;
    color: var(--secondary-color);
    margin-bottom: 45px;
}

.price-categories p {
    color: var(--gray-color);
}

@media only screen and (max-width: 40em) {

    .j-prizelist .cell,
    .j-prizelist .cta-container {
        padding-left: 0;
        padding-right: 0;
    }

    .price-categories ul {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 10px
    }

    .price-categories ul li {
        flex-direction: column;
        width: 100%;
        gap: 10px
    }

    .price-categories ul li .img-box {
        max-width: 100%;
        margin-right: 0;
        min-width: 50px;
        display: block;
        padding: 5px;
        text-align: center;
        flex-grow: 0
    }

    .price-categories ul li .img-box img {
        height: 70px
    }

    .price-categories ul li .content-box {
        padding: 20px
    }
}






/* journey-5k-event */
.Journey-5km-nav .dropdown-wrapper {
    display: flex;
    justify-content: center;
    height: 36px;
    margin: auto;
    text-align: center
}

@media only screen and (min-width: 48em) {
    .Journey-5km-nav .dropdown-wrapper {
        display: none
    }
}

.Journey-5km-nav .dropdown-wrapper.navbar-fixed-top {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    box-shadow: 0 0 7px 1px rgba(0, 0, 1, .12);
    padding: 10px;
    z-index: 20;
    max-width: none
}

.Journey-5km-nav .dropdown-wrapper .dropdown {
    position: relative;
    display: inline-block;
    background-color: #e6e4e1;
    width: 250px
}

.Journey-5km-nav .dropdown-wrapper .dropdown #default {
    padding: 5px;
    min-width: 200px;
    display: inline-block;
    color: var(--gray-color);
    font-size: 17px;
    text-align: left;
    font-family: var(--primary-font);
    font-weight: var(--font-weight-extraBold);
    font-style: normal
}

.Journey-5km-nav .dropdown-wrapper .dropdown a {
    color: #3c3c3c
}

.Journey-5km-nav .dropdown-wrapper .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: none;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 11
}

.Journey-5km-nav .dropdown-wrapper .dropdown .dropdown-content ul {
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    max-width: 996px;
    background-color: #e6e4e1
}

.Journey-5km-nav .dropdown-wrapper .dropdown .dropdown-content ul li {
    padding: 10px
}

.Journey-5km-nav .dropdown-wrapper .dropdown .dropdown-content ul li a {
    color: var(--gray-color);
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none
}

.Journey-5km-nav .dropdown-wrapper .right-arrow {
    background-color: var(--primary-color);
    width: 36px;
    max-height: 36px;
    padding: 9px 0 9px;
    text-align: justify;
    margin-left: 15px
}

.Journey-5km-nav .dropdown-wrapper .right-arrow .fa-arrow-right:before {
    padding: 0 11px;
    transform: translateY(-3px);
    display: block;
}

.Journey-5km-nav .page-nav {
    transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear
}

@media only screen and (max-width: 767px) {
    .Journey-5km-nav .page-nav {
        display: none
    }
}

.Journey-5km-nav .page-nav.navbar-fixed-top {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    box-shadow: 0 0 7px 1px rgba(0, 0, 1, .12);
    padding: 10px;
    z-index: 10;
    max-width: none
}

.Journey-5km-nav ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 996px
}

@media only screen and (max-width: 767px) {
    .Journey-5km-nav ul {
        width: 250px;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        max-width: 996px;
        background-color: #e6e4e1
    }
    .button-facebook {
        display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-right: unset;

}
 .button-facebook a{
  margin-top:10px !important;
    margin-right:unset !important;
  } 

}

.Journey-5km-nav ul li a {
    color: var(--gray-color);
    font-size: 17px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-weight: var(--font-weight-extraBold);
    font-style: normal
}

.Journey-5km-nav ul li a:hover {
    color: var(--primary-color);
}

.j-video {
    margin-bottom: 0;
}

.j-video .video-container {
    margin: 65px 0 20px;
    position: relative
}

.j-video .fr-view .video-container span {
    display: block;
}

.j-video .fr-view .video-container span.fr-inner {
    display: none;
}

.j-video .video-container:after {
    content: "";
    opacity: .9;
    background: url(https://storwukentico03pd.blob.core.windows.net/wucanadamedia/wfuca/media/community/journey-5k_by_winfieldunited_4c@2x-1.png) center/contain no-repeat;
    width: 472px;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 70%;
    transform: translateX(-50%) translateY(-50%);
}

.j-video .video-container.playing:after {
    display: none
}

.j-video .video-container .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: .7;
    transform: scale(.9) translate(-50%, -50%);
    transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear
}

.j-video .video-container .play-icon:hover {
    opacity: 1;
    transform: scale(1.1) translate(-50%, -50%)
}

.j-video .video-container video {
    width: 100%;
    background-color: #000000;
}
.mentalhealth {
  position: relative;
}
.mentalhealth:before,.mentalhealth:after {
    content: "";
    position: absolute;
    width: 455px;
    height: 234px;
    top: -20%;
    z-index: -1;
    background-image: url(https://storwukentico03pd.blob.core.windows.net/wucanadamedia/wfuca/media/community/mask-group-2.png);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background-repeat: repeat-x;
    background-position: center center;
}
.mentalhealth:before {
  left: -22%;
}
.mentalhealth:after {
  left: 75%;
}
.journey-content {
    text-align: center;
    background-color: #f9c606;
    padding: 31px 30px;
    margin: 2rem 0;
}
.journey-content p {
    font-size: 31px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.3;
    color: #3c3c3c;
    font-family: "acumin-pro-condensed";
}
.journey-content a {
  font-family: "acumin-pro-condensed";
}
.signup .sub-text {
  font-size: 11px;
}
.journey-appguide h3{
 color: #9d9d9d;
}
@media only screen and (min-width: 40rem) {
    .j-video {
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 980px) {
  .mentalhealth {
    overflow: hidden;
  }
  .mentalhealth:after {
    display: none;
  }
  .mentalhealth:before {
    top: 0;
  }
}
@media screen and (width: 1024px) {
  .mentalhealth {
    overflow: hidden;
  }
  .mentalhealth:after {
    right: -15%;
  }
  .mentalhealth:before {
   left: 0
  }
  .mentalhealth:before,.mentalhealth:after {
    top: -16%;
  }
}
.journey-links ul {
    display: flex;
    justify-content: space-evenly;
}

.journey-links li a {
    color: var(--gray-color);
    font-weight: var(--font-weight-extraBold);
    font-family: var(--primary-font);
    font-size: 17px;
}

.journey-links li {
    list-style-type: none;
}

div[class*='-raise-the-barn-feature-box-shadow'] { 
box-shadow : 0px 50px 50px inset #efeeed
}

.j-productlist .imagelist picture {
    max-width: 60%;
    margin: 20px 5%;
    transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transform: scale(1);
    max-height: 70%;
    display: contents;
}
 .j-productlist picture img{
  object-fit: contain!important;
}
.feature-listing-raise-the-barn .feature-section-large{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.feature-listing-raise-the-barn .feature-list_content{
    height: calc(100% - 240px);
    justify-content: space-between;
}
.feature-listing-community-paddingtop .feature-list_content {
    padding-top: 10px;
}
.feature-listing-community-paddingtop .feature-list_content .button-group{
    padding-top: 20px;
    text-align: center;
}
.visibility{
display:none;
}
[class*='-visibility'] {
   display:none !important;
}