﻿html, h2 {
    /*font-family: "NewsGothic-n1","NewsGothic",sans-serif;*/
    font-family: NewsGothic-Light !important;
    font-size: 62.5%; /* 1 rem equals 10 pixels(px) */
    box-sizing: border-box;
    text-transform: unset;
}

p {
    font-family: NewsGothic-Light;
}

/*_Home Page Edits*/
.bam-sidebar-list {
    display: none;
}

.bam-sidebar-container .bam-sidebar {
    background-color: transparent;
}

.bam-body {
    padding-left: 0px;
}

.bam-content-container {
    /*max-width: 100%;*/
    max-width: unset;
}
/*_Home Page Edits End*/

.menuBackground {
    height: 72px;
    margin-top: -72px;
    background-color: #383838;
    position: fixed;
    width: 100%;
    z-index: 1;
}

a, a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

.heading {
    font-size: 3rem;
    color: #B0AED5;
    font-weight: bold;
    line-height: 3.2rem !important;
    margin-bottom: 2rem;
}

.paragraph p {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 100;
}

    .paragraph p a {
        color: #d8d400;
    }

.membership-divider {
    margin-bottom: 2rem;
    width: 94.1rem;
    border-bottom: 1px solid #B0AED5;
}

.icon {
    color: #B0AED5;
    font-size: 2rem;
    position: absolute;
    cursor: pointer;
    transition: 0.5s;
    line-height: 1;
}

.yp-image-mobile {
    display: none;
}

.accordion {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s ease-in;
}

    .accordion .active {
        transition: max-height 0.6s ease-out;
    }

.checkbox:checked ~ .dropdown-events .icon {
    transform: rotate(-180deg);
}

.checkbox:checked ~ .dropdown-levels .icon {
    transform: rotate(-180deg);
}

section {
    padding-left: 136px;
}

/* image */
.bam-block-hero-box-nw {
    max-width: 1100px;
}

.bam-block-hero-box {
    margin: 0 auto;
}

.hero-image {
    justify-content: center;
}

/*----------- Hero Content ------------*/

.slideShowWrapperPop {
    background-color: unset;
}

.carousel-inner {
    background-color: unset;
}

.bam-block-hero-box {
    grid-template-columns: unset;
}

.bam-block-hero-box-nw.fullScreen {
    max-width: none;
}

.mediaSlideEmbed {
    top: -1px;
    padding-bottom: 37.25%;
}
/* image end */



/* events */
.events {
    background-color: #32365C;
    /*padding-left: 136px;*/
    margin-top: 11px;
}

.events-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 100%; */
}

.event {
    width: 100rem;
    margin: 2rem 0rem 0rem 7.2rem;

}

.event-header {
    box-sizing: border-box;
    padding-right: 35rem;
}

/* .young-producers-image { */
/*     align-self: flex-end; */
/* } */

.event-upcoming {
    box-sizing: border-box;
   /* padding-right: 35rem;*/
}

.event-past {
    box-sizing: border-box;
    /*padding-right: 35rem;*/
}

.event-list {
    list-style: none;
}

.dropdown-events {
    margin-bottom: 2rem;
}

.benefits-events {
    font-size: 1.4rem;
    color: #B0AED5;
    line-height: 2rem;
    font-weight: bold;
    padding-right: .8rem;
}
/* end of events */


/* levels */
.levels {
    background-color: #fff;
    /*padding-left: 136px;*/
}

.level {
    width: 93rem;
}

.levels-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: .5rem 0 2rem 0;
}

.level-header {
    padding: 4rem 0rem 1rem 0rem;
}

.level-heading {
    color: #32365C;
    font-weight: bold;
    font-size: 4rem !important;
    letter-spacing: 0rem;
    text-transform: unset !important;
}

.level-paragraph {
    color: black;
}

.level-divider {
    margin-bottom: 2rem;
    border-bottom: 1px solid #000;
}

.levels-item-heading {
    font-size: 3rem !important;
    color: #32365C;
    font-weight: bold;
    line-height: 1.3em !important;
    letter-spacing: 0em;
    margin: 0;
    text-transform: unset !important;
}

.list-item {
    color: #000;
    font-size: 1.9rem;
    font-weight: 100;
    line-height: 2.3rem;
    margin: 1rem 0 2rem 0;
}

.level-items-left {
    align-self: flex-start;
    width: 706px;
}

.level-items-left em {
    font-size:16px;
}

.level-items-right {
    height: 100%;
    position: absolute;
    align-self: flex-end;
    text-align: end;
}

.level-anchor {
    text-decoration: none;
}

.pricing {
    font-weight: 100;
    font-size: 3rem;
    color: #000000;
}

.non-deductible {
    font-weight: 100;
    font-size: 1.4rem;
    color: #000000;
}

.join-button-levels {
    font-family: "NewsGothic-n5","NewsGothic",sans-serif;
    background-color: #32365C;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 2rem;
    padding: .5rem 2.5rem .5rem 2.5rem;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.dropdown-levels {
    margin-bottom: 2rem;
}

.dropdown-levels-accordion {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s ease-in;
}

    .dropdown-levels-accordion .active {
        transition: max-height 0.6s ease-out;
    }

.dropdown-levels-benefits p {
    margin: 1.4rem 0 2rem 2rem;
}

.dropdown-levels-benefits ul {
    padding-inline-start: 2rem;
    width: 56rem;
    margin-bottom: 8px;
}

.dropdown-levels-benefits li {
    color: #32365C;
    font-size: 1.9rem;
    font-weight: bold;
    list-style: disc;
    margin-bottom: 10px;
}

.benefits-levels {
    font-size: 1.4rem;
    color: #32365C;
    line-height: 2rem;
    font-weight: bold;
    padding-right: .4rem;
}

.icon-levels {
    color: #32365C;
}

.list-item, .level-header, p {
    color: black;
    font-size: 1.9rem;
    font-weight: 100;
}

.levels-item, a {
    text-decoration: none;
    color: navy;
}
/* end of levels */


/* moreinfo*/
.moreInfo {
    background-color: #fff;
    /*padding-left: 136px;*/
}

.moreInfo-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.levels-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.moreInfo-content {
    width: 93rem;
}

.moreInfo-header {
    font-size: 2rem;
    font-weight: 600;
    color: #32365C;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.moreInfo-paragraph {
    width: 60rem;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.3rem;
    padding-bottom: 2rem;
}
/*end of moreinfo*/


/* committe */
.committe {
    background-color: #B0AED5;
    /*padding-left: 136px;*/
}

.committe-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.committe-content {
    color: #ffffff;
    font-size: 1.9rem;
    width: 93rem;
}

.committe-header {
    font-size: 3rem;
    font-weight: 900;
    color: #32365C;
    margin-top: 2rem;
}

.committe-mem {
    width: 82rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.committe-mem-header {
    font-weight: bold;
    font-size: 1.9rem;
    margin-top: 2rem;
}

.committe-mem-content {
    font-size: 1.9rem;
    font-weight: 100;
}
/* end of connutte */


/* learn-more */
.learn-more-membership {
    background-color: #383838;
    /*padding-left: 136px;*/
}

.learn-more-membership-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.learn-more-membership-content {
    width: 93rem;
    margin: 2.5rem 0rem 0rem 0rem;
}

.learn-more-membership-header {
    font-size: 3rem;
    font-weight: 600;
    color: #d7921e;    
    padding-bottom: 2.5rem;
}

.learn-more-membership-paragraph {
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 100;
    line-height: 19px;
}

.learn-more-membership-anchor {
    color: #d7921e;
    text-decoration: none;
    line-height: 4rem;
}
/* end of learn-more */


/*modal*/
.popupmodal-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.popupmodal-box {
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    width: 48rem;
    height: 52.3rem;
    background-color: white;
    color: #32365C;
}

.popupmodal-title {
    width: 26.9rem;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.popupmodal-img {
    position: absolute;
    align-self: self-end;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}

.popupmodal-price {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.popupmodal-text {
    margin-bottom: 3.5rem;
}

.contribution {
    color: #32365C;
    width: 21rem;
    height: 4rem;
    font-size: 1.8rem;
}

.popupmodal-input {
    color: #32365C;
    width: 21rem;
    height: 4rem;
    font-size: 1.8rem;
}

.popupmodal-taxdeductible {
    width: 23rem;
    font-size: 12px;
    margin-bottom: 2.8rem;
}

.popupmodal-yp-button {
    border: none;
    background-color: #32365C;
    color: #fff;
    width: 8.5rem;
    height: 4rem;
    font-size: 2.4rem;
    font-weight: bold;
    align-self: end;
}
/*end of modal*/

/*mobile*/
@media screen and (max-width: 43rem) {
    .bam-content-container {
        max-width: unset;
    }

    section {
        padding-left: 0px;
        margin: unset;
    }

    .event {
        width: 100%;
        margin: 2rem 0rem 0rem 0rem;
    }

    .events-main {
        display: unset;
    }

    .hero-image {
        justify-content: unset;
    }

    .hero-image img {
        width: 100%;
        height: unset;
    }

    .membership-divider {
        width: 34.4rem;
        margin-left: 1.5rem;
    }

    .heading {
        width: 36rem;
        font-size: 2.5rem;
        margin-left: 1.5rem;
    }

    .events.paragraph {
        width: 36rem;
    }

    .paragraph {
        margin-left: 1.5rem;
    }

        .paragraph p {
            font-size: 1.6rem;
            line-height: 1.8rem;
            width: 36rem;
        }

    .dropdown-events {
        width: 36rem;
        margin-left: 1.5rem;
    }

    .levels-main {
        display: unset;
    }

    .level {
        width: unset;
    }

    .benefits-levels {
        font-size: 1.6rem;
    }

    .moreInfo-main {
        display: unset;
    }

    .moreInfo-header {
        color: #000;
        font-size: 1.8rem;
        padding-top: 2rem;
        margin-top: unset;
    }

    .moreInfo-content {
        width: unset;
        margin-left: 1.5rem;
        padding-top: 1rem;
    }

    .moreInfo-paragraph {
        width: 100%;
        font-size: 1.6rem;
        padding-bottom: 1rem;
    }

        .moreInfo-paragraph h3 {
            padding-top: 2rem;
        }

        .moreInfo-paragraph a {
            color: #000;
            text-decoration: underline;
        }

    .committe-main {
        display: unset;
    }

    .committe-content {
        width: 100%;
    }

    .committe-mem {
        width: 100%;
    }

    .learn-more-membership-main {
        display: unset;
    }

    .learn-more-membership-content {
        width: 100%;        
    }

    .level-heading {
        font-size: 3rem !important;
    }

    .levels-item-heading {
        font-size: 2.5rem !important;
    }

    .levels-item {
        display: unset;
    }

        .levels-item > * {
            margin: .5rem 0 .2rem 1.5rem;
        }

    .level-items-right {
        position: inherit;
        text-align: inherit;
    }

    .level-items-left {
        /*width: 380px;*/
        width: 96%;
    }

    .level-items-left p {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .level-items-left a {
        color: #000000;
        font-weight: 500;
        text-decoration: underline;
    }

    .level-header p {
        margin-left: 1.5rem;
    }

    .icon {
        position: inherit;
        font-size: 1.8rem;
    }

    .level-divider {
        margin-bottom: unset;
        border-bottom: 1px solid #B0AED5;
    }

    .dropdown-levels {
        padding-top: 1rem;
        margin-bottom: unset;
    }

    .dropdown-levels-accordion {
        padding-top: 2rem;
    }

    .dropdown-levels-benefits ul{
        width:unset;
    }

    .pricing {
        font-weight: bold;
        font-size: 2.5rem;
        color: #32365C;
    }

    .committe-header {
        margin-top: unset;
        font-size: 2.5rem;
        padding-top: 3rem;
        line-height: 3rem;
    }

    .committe-content {
        width: 96%;
        margin-left: 1.5rem;
    }

    .committe-mem {
        display: unset;
        line-height: 2rem;
    }

    .committe-mem-header {
        font-size: 1.6rem;
    }

    .committe-mem-content {
        font-size: 1.6rem;
    }

    .committe-mem-right {
        padding-bottom: 3rem;
    }

    .learn-more-membership-header {
        font-size: 2.5rem;
        font-weight: unset;
        margin-left: 1.5rem;
    }

    .learn-more-membership-paragraph {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .learn-more-membership-paragraph {
        padding-bottom: 3rem;
        margin-left: 1.4rem;
    }

    .event-past {
        padding-right: 0rem;
    }

    #event_upcoming_accordion {        
        /*width: 382px;*/
        margin-bottom: 4px;
    }

    .event-upcoming{
        padding: 0px;
    }

    .eventInfo {
        /*padding: 0px !important;*/
    }
}
/*end of mobile*/

/*Tablet*/
@media screen and (min-width:50rem) and (max-width:90rem) {
    .bam-body {
        width: unset;
    }

    .container {
        width: unset;
    }

    .bam-content-container {
        max-width: unset;
        margin: unset;
    }

    section {
        padding-left: 0px;
    }

    .event {
        width: unset;
        margin: 1rem 0rem 0rem 3rem;
    }

    .hero-image {
        display: none;
    }

    .hero-image-mobile {
        display: block;
    }
}

@media screen and (device-width:820px) {    

    .bam-body {
        width: unset;
        overflow-x:hidden;
    }

    .container {
        width: unset;
    }

    .bam-content-container {
        max-width: unset;
        margin: unset;
    }

    section {
        padding-left: 0px;
    }

    .membership-divider {
        width: 77.1rem;
    }

    .event {
        width: 98%;
        margin: 1rem 0rem 0rem 3rem;
    }

    .hero-image {
        display: none;
    }

    .hero-image-mobile {
        display: block;
    }

    .level {
        width: 98%;
        margin: 1rem 2rem 0rem 2.5rem;
    }

    .moreInfo-content {
        width: 98%;
        margin: 1rem 2rem 0rem 2.5rem;
    }

    .committe-content {
        width: 98%;
        margin: 1rem 2rem 0rem 2.5rem;
    }

    .committe-mem {
        width:78rem;
    }

    .learn-more-membership-content {
        width: 98%;
        margin: 1rem 2rem 0rem 2.5rem;
    }
}

@media screen and (device-width:853px) {
    .bam-body {
        width: unset;
        overflow-x: hidden;
    }

    .container {
        width: unset;
    }

    .bam-content-container {
        max-width: unset;
        margin: unset;
    }

    section {
        padding-left: 0px;
    }

    .membership-divider {
        width: 77.1rem;
    }

    .event {
        width: 98%;
        margin: 1rem 0rem 0rem 3rem;
    }

    .hero-image {
        display: none;
    }

    .hero-image-mobile {
        display: block;
    }

    .level {
        width: 98%;
        margin: 1rem 2rem 0rem 2.5rem;
    }

    .moreInfo-content {
        width: 98%;
        margin: 1rem 2rem 0rem 2.5rem;
    }

    .committe-content {
        width: 98%;
        margin: 1rem 2rem 0rem 2.5rem;
    }

    .committe-mem {
        width: 78rem;
    }

    .learn-more-membership-content {
        width: 98%;
        margin: 1rem 2rem 0rem 2.5rem;
    }
}
