body{
    font-family: 'Roboto', 'Raleway', 'Poppins' ,sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000!important;
}
div.body{
    width: 100%;
    min-height: 500px;
}
/*Font Family*/
.fontWeightRobotoThin{ font-family: Roboto; font-weight: 100; }
.fontWeightRobotoLight{ font-family: Roboto; font-weight: 300; }
.fontWeightRobotoNormal{ font-family: Roboto; font-weight: 400; }
.fontWeightRobotoSemiBold{ font-family: Roboto; font-weight: 500; }
.fontWeightRobotoBold{ font-family: Roboto; font-weight: 700; }

.fontWeightRalewayRegular{ font-family: Raleway; font-weight: 400; }
.fontWeightRalewayThin{ font-family: Raleway; font-weight: 100; }
.fontWeightRalewayLight{ font-family: Raleway; font-weight: 300; }
.fontWeightRalewaySemiBold{ font-family: Raleway; font-weight: 600; }
.fontWeightRalewayBold{ font-family: Raleway; font-weight: 700; }

.fontWeightPoppinsLight{ font-family: Poppins; font-weight: 300; }
.fontWeightPoppinsNormal{ font-family: Poppins; font-weight: 400; }
.fontWeightPoppinsMedium{ font-family: Poppins; font-weight: 500; }
.fontWeightPoppinsSemiBold{ font-family: Poppins; font-weight: 600; }

.fontWeightOpenSansLight{ font-family: Open Sans; font-weight: 300; }
.fontWeightOpenSansNormal{ font-family: Open Sans; font-weight: 400; }
.fontWeightOpenSansSemiBold{ font-family: Open Sans; font-weight: 600; }
.fontWeightOpenSansBold{ font-family: Open Sans; font-weight: 700; }




/*Colors CSSs*/
.colorfff{ color: #fff; }
.color000{ color: #000; }
.color111{ color: #111; }
.color222{ color: #222; }
.color333{ color: #333; }
.color666 { color: #666; }
.color777 { color: #777; }
.color888 { color: #888; }
.color999 { color: #999; }
.colorccc { color: #ccc; }
.colorddd { color: #ddd; }
.coloreee { color: #eee; }
.color212121 { color: #212121; }
.colorB28601 { color: #656565; }
.color717171 { color: #717171; }
.color1F1F1F { color: #1F1F1F; }
.colorf5b61f { color: #f5b61f; }
.colora358a3 { color: #a358a3; }
.color00bac6 { color: #00bac6; }

.fsize10{ font-size: 10px;}
.fsize12{ font-size: 12px; }
.fsize13{ font-size: 13px; }
.fsize14{ font-size: 14px; }
.fsize16{ font-size: 16px; }
.fsize18{ font-size: 18px; }
.fsize20{ font-size: 20px; }

.fontItalics{ font-style: italic;}
.fontBold{ font-weight: bold;}
.lineThrough{ text-decoration: line-through;}
.backgroundColor{ background-color: #fff; }
.text-underline { text-decoration: underline;}
.text-uppercase { text-transform: uppercase;}

/*Line Height CSSs*/
.lineHeight1pointZeroPoint9em{ line-height: 0.9em; }
.lineHeight1em{ line-height: 1em; }
.lineHeight1point1em{ line-height: 1.1em; }
.lineHeight1point2em{ line-height: 1.2em; }
.lineHeight1point3em{ line-height: 1.3em; }
.lineHeight1point4em{ line-height: 1.4em; }
.lineHeight1point5em{ line-height: 1.5em; }
.lineHeight1point6em{ line-height: 1.6em; }
.lineHeight1point7em{ line-height: 1.7em; }
.lineHeight1point8em{ line-height: 1.8em; }
.lineHeight1point9em{ line-height: 1.9em; }

/*Letter Specing*/
.letterSpacing1{letter-spacing: 1px; }
.letterSpacing2{letter-spacing: 2px; }
.letterSpacing3{letter-spacing: 3px; }

.setBackground{
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Headings CSSs*/
.sectionHeading h1{
    font-size: 36px;
    margin: 0;
    padding: 0;
}
.sectionHeading h2{
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.sectionHeading h3{
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.sectionHeading h4{
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/**/
.home-message-section{
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #EEEEEE;
}
.message-container{
    width: 100%;
    padding: 10px 15px 10px 20px;
    /*box-shadow: 3px 5px 6px rgba(0,0,0,0.20);*/
}
.message-container .message{
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    border-left: 4px solid #A159A2;
}
.message-container .message a{
    color: #1E90B2;
}
.message-container .message a:hover,
.message-container .message a:active,
.message-container .message a:focus{
    color: #1E90B2;
}


/**/
.subscriber-section{
    width: 100%;
    padding-bottom: 0;
}
.subscriber-section-back{
    min-height: 380px;
}
.subscriber-section-back-overlay{
    padding-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    min-height: 380px;
    background-color: rgba(34, 34, 34, 0.80);
}
.subscriber-section .heading{
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
}
.subscriber-section .desc{
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
}
.subscriber-box{
    max-width: 970px;
    padding-top: 20px;
    margin: 0 auto;
}
.subscriber-box .padding-0{
    padding: 0;
}
.subscriber-box .sign-up-now-btn{
    width: 270px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    background-color: #A159A2;
    border: 1px solid #A159A2;
    margin-top: 8px;
}
.subscriber-box .sign-up-now-btn:hover,
.subscriber-box .sign-up-now-btn:active,
.subscriber-box .sign-up-now-btn:focus{
    color: #fff;
}
.subscriber-box .control-label{
    font-size: 16px;
    color: #fff;
}
.subscriber-box .form-control{
    height: 48px;
}
.subscriber-box .email-control{
    background-position: top 15px right 15px;
    background-repeat: no-repeat;
}
.subscriber-box .hs-form-field{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.subscriber-box .hs-form-field label{
    font-size: 16px;
    color: #fff;
    font-weight: 300!important;    
    padding-bottom: 5px;
}
.subscriber-box .hs-form-required{
    color: #8C2200;
}
.subscriber-box .input .hs-input[type="text"],
.subscriber-box .input .hs-input[type="email"],
.subscriber-box .input .hs-input[type="tel"],
.subscriber-box .input select{
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}
.subscriber-box .input textarea{
    width: 100%;
    height: 91px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
}
.subscriber-box .hs-error-msgs{
    padding: 0;
    margin: 0;
}
.subscriber-box .hs-error-msgs li{
    display: block;
    padding-top: 6px;
}
.subscriber-box .hs-error-msgs li label{
    color: #FF6666;
    font-size: 14px;
}
.subscriber-box .inputs-list.multi-container{
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
.subscriber-box  .inputs-list li{
    display: block;
}
.subscriber-box  .inputs-list li span{
    padding-left: 6px;
    color: #333;
    font-size: 14px;
}
.subscriber-box  .inputs-list li label{
    margin-bottom: 2px;
}
.subscriber-box .actions{
    text-align: center;
}
.subscriber-box .actions{
    padding: 0!important;
    margin: 0!important;
    text-align: left!important;
}
.subscriber-box .actions input[type="submit"]{
    background-image: none;
    box-shadow: none;
    width: 100%!important;
    height: 43px;
    font-size: 16px;
    color: #fff!important;
    background-color: #A159A2!important;
    border: 1px solid #A159A2!important;
    font-weight: 300;
    margin-bottom: 0;
}
.subscriber-box .actions input[type="submit"]:hover,
.subscriber-box .actions input[type="submit"]:active,
.subscriber-box .actions input[type="submit"]:focus{
    color: #fff!important;
    box-shadow: none;
    background-image: none!important;
    background-color: #A159A2!important;
    border: 1px solid #A159A2!important;
}
.subscriber-box .hs-form-field{
    width: 30.2%;
    display: inline-block;
    margin-right: 38px;
    vertical-align: bottom;
}
.subscriber-box .hs-submit{
    display: inline-block;
    width: 28%;
    vertical-align: top;
    padding-top: 28px;
}
.subscriber-box .hs-error-msgs{
    position: absolute;
    padding-top: 5px;
    padding-bottom: 10px;
}
.subscriber-box .inputs-list{
    width: auto!important;
}


.two-column-section{
    width: 100%;
}
.two-column-section-back{
    min-height: 415px;
    padding-top: 100px;
    padding-bottom: 35px;
}
.flex-ed-content-box{
    text-align: center;
}
.flex-ed-content-box .heading{
    font-size: 30px;
    color: #fff;
    line-height: 1.2em;
}
.flex-ed-content-box .desc{
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    line-height: 1.6em;
    padding-bottom: 30px;
}
.flex-ed-content-box .learn-more-btn{
    font-size: 16px;
    color: #fff;
    width: 170px;
    height: 42px;
    background-color: transparent;
    border: 1px solid #fff;
    padding-top: 9px;
}
.flex-ed-content-box .learn-more-btn:hover,
.flex-ed-content-box .learn-more-btn:active,
.flex-ed-content-box .learn-more-btn:focus{
    color: #fff;
}

/*Upcoming Events*/
.upcoming-events-section{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 0;
}
.upcoming-events-section .heading{
    font-size: 40px;
    color: #333;
}
.upcoming-events-section .sub-heading{
    font-size: 16px;
    color: #333;
}
.events-list-box{
    margin: 0;
    padding: 0;
    padding-left: 45px;
}
.events-list-box > li{
    display: block;
    padding-bottom: 45px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 45px;
}
.events-list-box > li:last-child{
    border-bottom: none;
    margin-bottom: 10px;
}
.events-list-box > li .media{
    margin: 0;
    padding: 0;
    border: none;
}
.events-list-box > li .media-left{
    padding-right: 45px;
}
.event-item-box .date-box{
    font-size: 70px;
    color: #A059A1;
    text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
}
.event-item-box .date-box span{
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
}
.event-item-box .title-and-meta-box{
    border-left: 1px solid #ededed;
    padding-left: 15px;
}
.event-item-box .title{
    font-size: 24px;
    color: #333;
}
.event-item-box .title:hover,
.event-item-box .title:active,
.event-item-box .title:focus{
    color: #333;
}
.event-item-box .event-metadata{
    font-size: 14px;
    color: #999;
}
.event-item-box .about-event{
    font-size: 16px;
    color: #666;
    line-height: 1.6em;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.instagram-image-list-box{
    margin: 0;
    padding: 0;
    font-size: 0;
}
.instagram-image-list-box li{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

/**/
.page-heading-section{
    width: 100%;
}
.page-heading-section-back{
    height: 175px;
}
.page-header-wrapper{
    width: 100%;
    height: 175px;
    position: relative;
}
.page-header-wrapper .heading{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    color: #111;
    font-size: 40px;
}

.block-content-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.block-content-section .heading h3{
    font-size: 36px;
    color: #000;
    font-family: "Raleway";
    font-weight: 500;
}
.block-content-section .content-block-item-box .image-box{
    display: block;
    border: 1px solid #EDEEF4;
    width: 100%;
    height: 331px;
    padding: 20px;
    margin-bottom: 10px;
}
.block-content-section .content-block-item-box .image-box img{
    margin: 0 auto;
    height: 280px;
}
.block-content-section .content-block-item-box .title{
    display: block;
    font-size: 24px;
    color: #000;
    padding-top: 20px;
    line-height: 28px;
    text-align: left;
    font-family: "Raleway";
    font-weight: 300;   
}
.block-content-section .content-block-item-box .title:hover,
.block-content-section .content-block-item-box .title:active,
.block-content-section .content-block-item-box .title:focus{
    color: #000;
}



/*Media CSSs*/
@media(max-width: 767px){
    /*Headings CSSs*/
    .sectionHeading h1{
        font-size: 26px;
    }
    .sectionHeading h2{
        font-size: 18px;
    }
    .sectionHeading h3{
        font-size: 16px;
    }
    .text-center-xs{ text-align: center;}
    
    
    /**/
    .subscriber-box{
        width: auto;
        padding: 60px 15px 25px 15px;  
    }
    .subscriber-section .heading{
        font-size: 24px;
    }
    .two-column-section-back{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .flex-ed-content-box .heading{
        font-size: 24px;
    }
    
    /*Upcoming Events*/
    .upcoming-events-section .heading{
        font-size: 24px;
    }    
    .events-list-box{
        padding-left: 0;
    }
    .events-list-box > li .media-left{
        padding-right: 11px;
    }
    .event-item-box .date-box{
        font-size: 36px;
    }
    .event-item-box .title{
        font-size: 18px;
    }
    .event-item-box .event-metadata{
        font-size: 11px;
    }
    .event-item-box .about-event{
        font-size: 14px;
    }
    .events-list-box > li:last-child{
        margin-bottom: 0;
    }
    .instagram-image-list-box-wrapper{
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .instagram-image-list-box{
        margin-top: 40px;
        width: 1200px;
    }
    .instagram-image-list-box li{
        display: inline-block;
        width: auto;
        vertical-align: top;
    }
    
    /**/
    .page-heading-section-back{
        height: 100px;
    }
    .page-header-wrapper{
        height: 100px;
    }
    .page-header-wrapper .heading{
        font-size: 24px;
    }
    
    .subscriber-box .actions input[type="submit"]{
        width: 180px;
    }
    .subscriber-box .input .hs-input[type="text"], 
    .subscriber-box .input .hs-input[type="email"], 
    .subscriber-box .input .hs-input[type="tel"], 
    .subscriber-box .input select{
        width: 90%;
    }
    .subscriber-box .hs-form-field{
        width: 100%;
    }
    .subscriber-box .hs-submit{
        width: 84%;
    }
    /*.subscriber-box .actions input[type="submit"]{
        width: auto!important;
    }*/
    .home-four-column-block-back .container{
        width: 100%;
        overflow-x: scroll;
    }
    .home-four-column-block-back .row{
        width: 1170px;
    }
    .home-four-column-block-back .row .col-sm-3{
        width: 288px;
        display: inline-block;
        vertical-align: top;   
    }
}
@media(min-width: 768px) and (max-width: 990px){ 
    /*Headings CSSs*/
    .sectionHeading h1{
        font-size: 26px;
    }
    
    .text-center-sm{ text-align: center;}
    
    /**/
    .message-container .message{
        font-size: 15px;
    }
    
    /*Upcoming Events*/
    .events-list-box{
        padding-left: 0;
    }
    .events-list-box > li:last-child{
        margin-bottom: 0;
    }
    .events-list-box > li{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    .events-list-box > li .media-left{
        padding-right: 13px;
    }
    .event-item-box .date-box{
        font-size: 32px;
    }
    .event-item-box .title{
        font-size: 18px;
    }
    .event-item-box .about-event{
        font-size: 14px;
    }
    
    .upcoming-events-section .heading{
        font-size: 32px;
    }
}
@media(min-width: 991px) and (max-width: 1199px){
    /*Upcoming Events*/
    .events-list-box > li{
        padding-bottom: 17px;
        margin-bottom: 17px;
    }
}
@media(min-width: 1200px){ 
    
}


