.ptow-sec-1 {
    background: #F5E0EF;
}

#foreimgpotw {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.centered-bottom {
    position: absolute;
    /* top: 75%; */
    bottom: 0%;
    background: transparent linear-gradient(180deg, #3E143200 0%, #3E1432 100%) 0% 0% no-repeat padding-box;
    padding-top: 100px;
}

.potwforeimgtxt {
    color: #EBC1DF;
    font-weight: bolder;
    font-family: 'Cinzel'
}

.potw-2-txt {
    color: #3E1432;
    font-family: 'Poppins'
}

.potw-2-txt-bolder {
    font-weight: bolder;
}

.potw-3-h2 {
    color: #3E1432;
    font-weight: bolder;
    font-family: 'Poppins'
}

.potw-3-sec {
    background: #FAF0F7;
}

.calendarbtn {
    background: #7b5163 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #25AF4526;
    border-radius: 3px;
    opacity: 1;
}

.popup-btn {
    background: #3E1432 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #25AF4526;
    border-radius: 20px;
    opacity: 1;
    padding: 20px 15px;
}

.calendarbtn-txt {
    font-family: 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.ptow-giv-div {
    background: #F6F6F6;
}

.ptow-givinglevels-txt {
    color: #C896AB;
    font-size: .75rem;
    font-family: 'Poppins';
}

.ptow-givinglevels-txt2 {
    color: #3E1432;
    font-family: 'Poppins';
}

.bigcheqbtn {
    background: white 0% 0% no-repeat padding-box;
    border: 1px solid #c896ab;
    border-radius: 5px;
    opacity: 1;
    padding: 25px 0px;
    display: block;
    width: 14rem;
}

.bigcheqbtn-txt {
    font-family: 'Poppins';
    letter-spacing: 0px;
    color: #3e1632;
    opacity: 1;
    font-weight: 400;
}

.ptow-Inctxt-2 {
    position: absolute;
    bottom: 2px;
}

.test-caption {
    color: #3E1432;
    font-size: 18px;
    font-family: 'Poppins';
}

.guest-descript {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #7E7E7E1A;
    opacity: 1;
}

.guest-descript-date {
    color: #C896AB;
    opacity: 1;
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 0px;
}

.guest-descript-txt {
    color: #3E1432;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.guest-descript-txt-2 {
    color: #C896AB;
    opacity: 1;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0px;
}

.quest-card-size {
    width: 300px;
}

.watchnowbtn {
    background: #C896AB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #25AF4526;
    border-radius: 3px;
    opacity: 1;
    padding: 10px 20px;
}

.play-icon {
    font-size: 50px;
    top: 25%;
    position: absolute;
    left: 46%;
    color: #A5A5A5;
}

.border-between > [class*='col-']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

.fellowcaption {
    position: absolute;
    right: 5%;
    bottom: 10%;
    z-index: 100;
}

.fellowname {
    font-size: 1rem;
    color: #EBC1DF;
    font-weight: 600;
    font-style: italic;
    font-family: 'Poppins';
    float: right;
}

.fellowquote {
    font-size: 1.5rem;
    color: white;
    font-weight: 400;
    font-style: italic;
    font-family: 'Cinzel'
}

.hidden {
    display: none !important;
}

#payment-form .col {
    padding: unset !important;
}

#payment-form-2 .col {
    padding: unset !important;
}

.wrapper-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#donate-monthly label {
    width: 8rem !important;
}

#donate-once label {
    width: 8rem !important;
}

#donation_type label {
    font-size: 1em;
    width: 200px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1.12em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}

.shareicon {
    width: 200px;
    height: auto;
}

.shareimpact {
    text-decoration: underline;
}

.sharebutton {
    background: #4ca253;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.alert-fixed {
    position: fixed !important;
    top: 50px !important;
    left: 25% !important;
    z-index: 100 !important;
}

.alert-success {
    color: #fff;
    background: rgba(40, 167, 69, .7);
    border-color: unset !important;
}

.errorlist {
    color: red !important;
}

.icons-ptow {
    color: #3E1432;
}

.icons-ptow:hover {
    color: orange;
}

.addToCal {
    background: #7b5163 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #25AF4526;
    border-radius: 3px;
    opacity: 1;
}

.addToCal span {
    position: relative;
}

/*.addToCal span:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 104%;*/
/*    top: 6px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 8px solid transparent;*/
/*    border-right: 8px solid transparent;*/
/*    border-top: 8px solid #9c9c9c;*/
/*    clear: both;*/
/*}*/

.addToCalOptions {
    /* Animation related styles */
    overflow-y: hidden;
    max-height: 0px;
    -webkit-transition: max-height 0.7s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: max-height 0.7s cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: max-height 0.7s cubic-bezier(0, 1, 0.5, 1);
    transition: max-height 0.7s cubic-bezier(0, 1, 0.5, 1);
    background-color: #fff;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.addToCalOptions a {
    color: #000;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
}

.addToCalOptions a:hover {
    background-color: #dde6e3;
}

.addToCal.open + .addToCalOptions {
    max-height: 210px;
    border: 1px solid #dde6e3;
}


/*Mobile view css*/

@media only screen and (max-width: 600px) {
    #foreimgpotw {
        width: 100%;
        margin-top: 45px;
        height: auto;
    }

    .potwforeimgtxt {
        font-size: 1.5em !important;
        line-height: 1.1;
    }

    #donation_type label {
        font-size: 1em;
        width: unset !important;
    }

    .centered-bottom {
        padding-top: 30px;
    }

    .display-desktop-only {
        display: none !important;
    }

    .mobile-font-size {
        font-size: .83em !important;
    }

    h3 {
        text-align: unset !important;
    }

    #popup .modal-content {
        max-width: 90vw !important;
    }

    #popup .logo {
        display: none !important;
    }

}

@media only screen and (min-width: 600px) {
    .display-mobile-only {
        display: none !important;
    }

}


/* Fireside Chats CSS*/

.fireside-chats {
    background: #0a21a8;
}

.firesideforeimgtxt {
    text-align: left;
    /* font-family: 'Lato'; */
    letter-spacing: 0.99px;
    color: #FCBC12;
    opacity: 1;
    font-weight: 600;
    font-size: -webkit-xxx-large;
}

.firesideforeimgtxt-2 {
    text-align: left;
    font-family: 'Lato';
    letter-spacing: 0.99px;
    color: #FCBC12;
    opacity: 1;
    font-weight: 600;
}

.left-centered {
    position: absolute;
    top: 40%;
}

.lefty {
    left: 10%;
}

.right-bottom {
    position: absolute;
    bottom: 0%;
}

.fireside-sec-1 {
    background: #122742;
}

.fireside-2-txt {
    color: white;
}

.fireside-2-speaker-txt {
    color: white;
}

.left-txt {
    padding-left: 150px;
}

.firesidebtn {
    background: #28A745 0% 0% no-repeat padding-box;
    border-radius: 3px;
    color: white;
    padding: 10px 50px;
}

.ptow-popup-img {
    width: 150px;
    height: auto;
}

.ptow-popup-title {
    color: #fcbc12;
    font-size: .8rem;
    line-height: 1rem;
    opacity: .6;
    font-weight: 300;
}

.ptow-popup-name {
    font-size: .9rem;
    margin-bottom: 0;
    opacity: .8;
}
#popup .close {
    float: right;
    font-size: 1.5rem;
     font-weight: 300;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#popup .modal-body{
    margin-top: -1em;
}
