/* Helper Classes */
body{
    color : #1b2c39;
}
.btn-primary,.btn-primary:active,.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: #fff !important;
    background-color: #1b2c39;
    border-color: #1b2c39;
}
.btn-price,.btn-price:active,.btn-price:hover,
.btn-price:not(:disabled):not(.disabled).active, .btn-price:not(:disabled):not(.disabled):active, .show>.btn-price.dropdown-toggle{
    color: #1b2c39 !important;
    border-color: #1b2c39;
    text-transform: uppercase;
    padding-top : 8px;
    padding-bottom : 8px;
    letter-spacing : 0.1em;
}

.btn-secondary,.btn-secondary:active,.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    color: #fff !important;
    background-color: #ff3881;
    border-color: #ff3881;
}
.letter-spacing-wide{
    letter-spacing: 0.3em;
}
.color-dark-opacity-3 {
    color: rgba(0, 0, 0, 0.6);
}
.color-dark-opacity-4 {
    color: rgba(0, 0, 0, 0.4);
}
.color-light-opacity {
    color: rgba(255, 255, 255, 0.5);
}
.is_stuck.stick-right{
    right : 0px;
    left : auto;
}
.text-serif {
    font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif
}
.text-sans-serif {
    font-family: "Montserrat", Arial, sans-serif
}
.hero-cover {
    background : #e2eef6;
}
.hero-cover .jumbotron{
    background : transparent;
    margin-bottom: 0;
}
.hero-cover h1{
    font-weight : 900;
    font-size : 110px;
    overflow: hidden;
    color : #ff3881;
}
.hero-cover p{
    font-size : 1.05rem;
}
.hero-cover .lead{
    margin-bottom : 5px;
    font-size : 1.5rem;
}
.splash{
    max-width : 94%;
    position: absolute;
    bottom : 0px;
    left : 6%;
}
.splash-container{
    height : 100%;
    position: absolute;
    left: 30%;
    margin-right: 0px;
    width : 70%;
    bottom: 0px;
}
.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color : #1b2c39;
}
.navbar-dark .navbar-nav .nav-link.brand,.navbar-dark .navbar-nav .nav-link.brand:focus, .navbar-dark .navbar-nav .nav-link.brand:hover{
    color : #ef5e6d !important;
}
a, a:hover, a:active{
    color : #FF2841;
}
p a{
    font-weight: bold;
}
p strong{
    font-weight: bold;
    color : #111;
}
.font-1{font-size : 0.875rem;}
.font-2{font-size : 0.9375rem;}
.font-3{font-size : 1rem;}
.font-4{font-size : 1.25rem;}
.screen{max-height : 650px;}
.navbar-brand > img{max-height : 80px;
}
.pb_navbar.scrolled.pb_scrolled-light .navbar-brand > img{
    max-height : 50px;
}
.pb_navbar.scrolled.pb_scrolled-light{
    padding-top: 0px;
    padding-bottom: 0px;
}
.menu-btn span{
    border-radius: 4px;
}
.btn-cta{
    font-size : 1.3rem;
    padding-top : 15px;
    padding-bottom : 15px;
    font-weight: bold;
}
.pb_section{
    padding : 7em 0;
}
.pb_icon{
    font-size: 36px;
    margin: 0 auto;
}
.pb_icon-gradient:before {
  background: #ff5f52;
  background: -moz-linear-gradient(45deg, #ff5f52 0%, #ffc008 100%);
  background: -webkit-linear-gradient(45deg, #ff5f52 0%, #ffc008 100%);
  background: -o-linear-gradient(45deg, #ff5f52 0%, #ffc008 100%);
  background: linear-gradient(45deg, #ff5f52 0%, #ffc008 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-dark{
    color : #fff;
}
#section-features .container{
    margin-top: 30px;
}
#feature-dropdown{
    margin-bottom: 10px;
}
#app-scroller{
    list-style: none;
    padding-left: 0px;
}
#app-scroller li{
    line-height : 3rem;
    font-size : 1rem;
    padding-left : 15px;
    border-left : 2px solid #accddc;
    cursor: pointer;
    color : #73909d;
}
.app-feature p{
    color : #73909D;
    height : 3.2rem;
}
.dropdown-item.active, .dropdown-item:active{
    color : #fff !important;
    background : #1b2c39;
}
#app-scroller li.active{
    padding-left : 14px;
    margin-left: -1px;
    border-left : 4px solid #1b2c39;
    color : #1b2c39;
    cursor : default;
}
#how-we-build-panel{
    background-image : url("../media/build.png");
    background-repeat :  no-repeat;
    background-size : 80%;
    background-position: center;
    background-color: #c8e9f1;
}
#faq-panel{
    background-image : url("../media/faq.png");
    background-repeat :  no-repeat;
    background-size : 80%;
    background-position: center;
    background-color: #dbfaef;
}
#section-getting-started, #section-features, #section-faq{
    padding-left : 20px;
    padding-right : 20px;
}
#section-pricing .container{
    background : #fff;
    padding : 30px 15px;
    margin-top : 20px;
    border-radius : 12px;
    box-shadow: 0px 0px 10px 1px rgba(27,44,57,0.1);
}
#section-pricing{
    background : #dfe6ec;
}
.price-card h5{
    font-size : 1rem;
    font-weight: 900;
}
.price-card{
    padding : 15px;
    margin : 0 -15px;
    text-align: center;
    border-right : 2px solid #eee;
}
.price-card .feature-list{
    list-style: none;
    font-size : 0.9rem;
    padding: 0px;
}
.price-card .feature-list li{
    margin-bottom: 12px;
}
.price-card .feature-list li .icon{
    padding-right: 6px;
}
.price-card.no-border{
    border-width: 0px;
}
.price-card img{
    max-width: 80px;
    display: block;
    margin : auto;
}
.price{
    font-size : 1.2rem;
    margin-bottom: 20px;
    height : 2rem;
}
.price .highlight{
    font-size : 1.5rem;
    display: inline-block;
    padding : 0 6px;
    color : #ff3881;;
}

.pb_footer{
     padding : 1em 0 3em;
}
.navbar{
  padding-bottom : 0;
  padding-top : 0;
}
.sector-image{
    max-width: 140px;
}
.pb_accordion .item > a {
    display: block;
    padding: 10px 0;
    position: relative;
}
.pb_accordion .item > a[aria-expanded="true"], .pb_accordion a{
    color :  #1b2c39;
}
.pb_accordion .item > a{
    font-size : 1.25rem;
    text-decoration: none;
    font-weight : 500;
}
.pb_navbar .navbar-toggler {
    border: none;
    color: #1b2c39;
    cursor: pointer;
    padding-right: 0;
}
@media (max-width: 991px){
    .pb_navbar .navbar-nav {
        background: #1b2c39;
        border-radius: 0px;
    }
    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
        color : #fff;
    }
    .navbar-dark .navbar-nav .nav-link.brand, .navbar-dark .navbar-nav .nav-link.brand:focus, .navbar-dark .navbar-nav .nav-link.brand:hover{
        color : #ef5e6d !important;
    }
}
@media(max-width: 767px)
{
    .navbar-brand > img{
        max-height : 60px;
    }
    .pb_navbar{
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .btn-cta{
        font-size : 1rem;
    }
    .pb_cover{
        height: inherit;
        text-align: center;
        padding: 0;
    }
    .pb_navbar.scrolled.pb_scrolled-light .navbar-brand > img{
        max-height : 50px;
    }
    .sector-image{
        max-width: 80px;
    }
    #section-getting-started, #section-features{
        padding-left : 10px;
        padding-right : 10px;
    }
    .pb_accordion .item > a{
        font-size: 1.1rem;   
    }
    .typed-text{
        margin-bottom: 0px;
    }
    .hero-cover .jumbotron{
        padding: 0.7rem;
    }
    .hero-cover .row{
        padding-bottom: 3em;
    }
    .splash-container{
        position: relative;
        height : auto;
        width : 100%;
        left : 0;
        bottom : auto;
    }
    .splash{
        position: relative;
        max-width : 100%;
        left : 0;
    }
    #section-pricing .container{
        background : transparent;
        box-shadow: none;
        border-radius: 0px;
        margin-top : 0px;
        padding : 15px 15px 0;
    }
    .price-card{
        background : #fff;
        border-radius : 12px;
        box-shadow: 0px 0px 10px 1px rgba(27,44,57,0.1);
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        border-width: 0px;
    }
}

.fitness .btn-secondary,.fitness .btn-secondary:active,.fitness .btn-secondary:hover,
.fitness .btn-secondary:not(:disabled):not(.disabled).active, .fitness .btn-secondary:not(:disabled):not(.disabled):active, .show>.fitness .btn-secondary.dropdown-toggle{
    background-color: #e84c24;
    border-color: #e84c24;
}
.fitness .hero-cover h1{
    color : #e84c24;
}
.fitness .price .highlight{
    color : #e84c24;;
}
.fitness .hero-cover, .fitness #section-pricing{
    background : #ecf7ff;
}


.hope .btn-secondary,.hope .btn-secondary:active,.hope .btn-secondary:hover,
.hope .btn-secondary:not(:disabled):not(.disabled).active, .hope .btn-secondary:not(:disabled):not(.disabled):active, .show>.hope .btn-secondary.dropdown-toggle{
    background-color: #00b4ff;
    border-color: #00b4ff;
}
.hope .hero-cover h1{
    color : #00b4ff;
}
.hope .price .highlight{
    color : #00b4ff;;
}
.hope .hero-cover, .hope #section-pricing{
    background : #ecf7ff;
}

.faith .btn-secondary,.faith .btn-secondary:active,.faith .btn-secondary:hover,
.faith .btn-secondary:not(:disabled):not(.disabled).active, .faith .btn-secondary:not(:disabled):not(.disabled):active, .show>.faith .btn-secondary.dropdown-toggle{
    background-color: #006acc;
    border-color: #006acc;
}
.faith .hero-cover h1{
    color : #006acc;
}
.faith .price .highlight{
    color : #333;
}
.faith .hero-cover, .faith #section-pricing{
    background : #ecf7ff;
}


.delish .btn-secondary,.delish .btn-secondary:active,.delish .btn-secondary:hover,
.delish .btn-secondary:not(:disabled):not(.disabled).active, .delish .btn-secondary:not(:disabled):not(.disabled):active, .show>.delish .btn-secondary.dropdown-toggle{
    background-color: #00c16c;
    border-color: #00c16c;
}
.delish .hero-cover h1{
    color : #00c16c;
}
.delish .price .highlight{
    color : #00c16c;;
}
.delish .hero-cover, .delish #section-pricing{
    background : #fffbf3;
}