﻿@charset "utf-8";
/* CSS Document */ html, html a h1 {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
}

@font-face {
    font-family: OpenSans;
    src: url(/font/OpenSans-Regular.ttf),url(/font/OpenSans-Regular.eot);
}

@font-face {
    font-family: OpenSans-Light;
    src: url(/font/OpenSans-Light.ttf);
    src: url(/font/OpenSans-Light.eot);
}

@font-face {
    font-family: Semi-Bold 600;
    src: url(/font/OpenSans-Semibold.ttf);
    src: url(/font/OpenSans-Semibold.eot);
}

#toggle-left {
    float: left;
    margin-top: 10px;
    display: none;
}

.leftPane {
    height: 100%;
    transition: all .3s ease-in-out 0s;
    width: 370px;
    z-index: 100;
    position: fixed;
    padding-top: 54px;
    top: 53px;
    /*border-right: 1px solid #e0dfdd;*/
    background: #ffffff;
    padding-left: 40px;
}

.leftPane-toggle {
    margin-left: -370px;
}

.rightPane {
    background: none repeat scroll 0 0 #ffffff;
    margin-left: 370px;
    min-height: 1000px;
    height: 100%;
    transition: all .3s ease-in-out 0s;
    position: relative;
    top: 60px;
}

.rightPane-toggle-left {
    margin-left: 0;
}

section#sectionTopBanner {
    background: #f7f3f0;
    position: relative;
}

.col-lg-6.mainHeading {
    position: absolute;
    bottom: 8%;
    color: #000;
    text-align: left;
}

.mainHeading p {
    font-size: 26px;
    text-align: left;
    color: #fff;
}

.mainHeading a {
    color: #f8b8ad;
    font-size: 18px;
    font-family: 'open sans';
}

    .mainHeading a .ss-navigateright {
        position: relative;
        top: 0px;
        font-size: 10px;
        left: 4px;
    }

a#idClassName {
    font-size: 48px;
}

.up_img {
    height: 116px !important;
    width: 100% !important;
}

.hdng-1 {
    color: #515050;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 36px;
    padding-top: 0;
    text-transform: uppercase;
}

.hdng-2 {
    color: #3a3a3a;
    font-family: 'Open Sans';
    font-size: 32px;
    padding-top: 0;
}

.cbs-leadership .hdng-3 {
    color: #3a3a3a;
    font-family: 'Open Sans';
    font-size: 48px;
    padding-top: 0;
    font-weight: 300;
    text-transform: uppercase;
}

    .cbs-leadership .hdng-3 hr {
        border-top: 1px solid #BABABA;
    }

.hrPosition {
    position: absolute;
    top: 82px;
    left: 304px;
    width: 100%;
    z-index: 39;
    height: 5px;
    border-top: 1px solid #BABABA;
    overflow: hidden;
}

.hdng-4 {
    color: #3a3a3a;
    font-family: 'Open Sans';
    font-size: 18px;
    padding-top: 0;
}

.Divcenter {
    text-align: center;
}

body {
    font-family: "open sans";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    outline: 0;
}

.panel-body.img-mainblk2 {
    height: 116px;
    overflow: hidden;
    padding: 0 !important;
}

.circle-catg.catgchk {
    border-radius: 100%;
    height: 30px;
    padding: 7px 9px 0;
    position: absolute;
    right: 19px;
    top: 5px;
    width: 30px;
    background-color: #1878CB;
    color: #FFF;
    cursor: default;
}

.cancel_link {
    color: #787878 !Important;
    font-size: 14px !Important;
    text-decoration: underline;
}

.theme-brr {
    border-radius: 8px !Important;
}

.mrt-10.cart_rht {
    position: absolute;
    top: 0;
    z-index: 500;
    right: 3px;
}

.navbar {
    text-transform: uppercase;
    font-family: "open sans";
    font-weight: 700;
}

a {
    outline: 0;
    text-decoration: none !important;
}

.btn-derection.active, .btn-derection:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0,0,0,.125) inset;
    outline: 0;
}

.btn-derection:focus, .btn-derection:hover {
    color: #c17c65 !important;
    text-decoration: none;
    background: #fff !important;
}

.bed-b {
    position: absolute !important;
    top: 20px;
}

.btn-derection {
    color: #c17c65;
    background: #fff;
}

.edit-tmb {
    position: absolute;
    top: 4px;
    background: url(/images/theme/tm-edb2.png) center center no-repeat #1b7dce;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 25;
    border: 3px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.edit-tmb-min {
    position: absolute;
    top: 4px;
    background: url(/images/theme/tm-edb2.png) center center no-repeat #1b7dce;
    left: 120px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 25;
    border: 3px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.ban-img-theme {
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .ban-img-theme img {
        border-radius: 0;
        width: 100%;
    }

p {
    word-break: keep-all;
}

.btn-register {
    color: #fff;
    background-color: #c15a70;
    text-transform: capitalize;
    font-size: 14pt;
    margin-top: 3px;
    line-height: 22px !important;
}

.btn.btn-register:focus, .btn.btn-register:hover {
    color: #fff;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0 !important;
}


.navigation-menu {
    padding-left: 5%;
    color: #454545 !Important;
    font-size: 22px;
    font-family: "open sans";
    padding: 0;
}

.banner {
    width: 100%;
    min-height: 457px;
    height: auto;
    display: table;
    text-align: left;
    background: url(/images/theme/banner-6.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0 205px 30px 60px;
}

.news .banner {
    padding-top: 100px;
}

.banner-contact {
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    background: url(/images/theme/banner-6.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0 205px 0 60px;
}

.banner1 {
    width: 100%;
    height: 457px;
    display: table;
    text-align: center;
    background: url(/images/theme/banner-11.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-shadow {
    background: url(/images/theme/banner-1-leftshadow.png) top no-repeat;
}

.navigation-menu .nav > li > a {
    position: relative;
    display: block;
    color: #454545 !Important;
}

    .navigation-menu .nav > li > a:hover, .navigation-menu .nav > li > a:focus {
        color: #454545 !Important;
        background-color: #fff;
    }

h1#idClassName {
    font-size: 48px;
    margin-bottom: 62px;
}

.center {
    text-align: center !important;
}

.cbs-article {
    background-color: #fff;
    color: #000;
    padding: 80px 0 0;
    font-size: 18px;
    font-family: "open sans";
    font-weight: 400;
}

    .cbs-article a {
        color: #c17c65;
    }

        .cbs-article a:focus, .cbs-article a:hover {
            color: #333 !Important;
        }

.body#page-top {
    background: url(/images/theme/Theme2.jpg) no-repeat;
}

.banner2 {
    width: 100%;
    height: 567px;
    background: url(/images/theme/cl-bg-t2.jpg) no-repeat;
    display: table;
    text-align: left;
    background-size: cover;
    position: relative;
    padding: 0 205px 0 60px;
}

.banner3 {
    width: 100%;
    height: 487px;
    background: url(/images/theme/ministriesBg.jpg) repeat;
    display: table;
    /*background-size: cover;*/
    position: relative;
    padding: 0 205px 0 60px;
}

#sectionAboutClass.cbs-aboutclass {
    padding-top: 0;
    font-family: "open sans";
    margin-top: 7px;
}

.cbs-aboutclass {
    padding-top: 70px;
    font-family: "open sans";
}

.hdng-wht {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 48px;
    padding-top: 0;
}

.Divcenter {
    width: 100%;
    float: left;
}
/*
.abouttblk-img {
    position: relative;
    top: -50px;
    height: 100px;
    overflow: hidden;
}

    .abouttblk-img img {
        width: 100%;
    }*/

.abouttblk-img {
    display: block;
    overflow: hidden;
    float: left;
    clear: both;
    height: 112px;
    width: 125px;
    text-align: left;
    position: relative;
    margin-right: 5%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

    .abouttblk-img img {
        width: auto;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.abouttblk-hdng {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 5px;
    position: relative;
}

.abouttblk-content {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    /*padding: 0 40px;*/
}

.cbs-leadership {
    margin-top: 7px;
    font-family: "open sans";
    overflow: hidden;
    position: relative;
    background: #f7f3f0;
}

.teamalign {
    text-align: left;
}

.teamprofile {
    text-align: left;
    /*margin: 15px 0;*/
    float: left;
    width: 75%;
}

.team-thumb {
    height: 70px;
    width: 70px;
}

.team-head {
    font-size: 16px;
    font-weight: 700;
    color: #585550;
}

.team-role {
    font-size: 12px;
    font-weight: 400;
    color: #585550;
}

.min-hght {
    min-height: 180px;
}

.cbs-ministries {
    padding: 0;
    margin-top: 7px;
    font-family: "open sans";
}

.ministries, .singleministry {
    margin-bottom: 70px !important;
}

.ministries-content {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.ministries-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    font-size: 18px;
    color: #aaa;
}

.mrt-50 {
    margin-top: 50px;
}

.mrt-20 {
    margin-top: 20px;
}

.mrt-30 {
    margin-top: 30px;
}

.mrt-35 {
    margin-top: 35px;
}

.mrb-50 {
    margin-bottom: 50px;
}

.mrt-90 {
    margin-top: 90px;
}

.mrt-66 {
    margin-top: 66px;
}

.mrt-34 {
    margin-top: 34px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.m1 {
    color: #d35081;
    font-weight: 300;
    font-size: 18px;
}

.m2 {
    color: #449e43;
    font-weight: 300;
    font-size: 18px;
}

.m3 {
    color: #3f92d3;
    font-weight: 300;
    font-size: 18px;
}

.lnk-color {
    color: #c17c65;
}

.min-img {
    height: 120px;
    width: 120px;
    /*position: relative;
    top: -36px;*/
}

.news {
    padding: 0;
    font-family: "open sans";
    margin-top: 7px;
    background: #edf2f5;
}

.news-hdng {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}

.news-content {
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
}

.news-subcontent {
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
}

.newspanel {
    background: #f7f6f5;
    border: none;
}

.event-heading {
    font-weight: 600;
    font-size: 18px;
    color: #c17c65;
    position: relative;
    top: -5px;
}

.event-spc1 {
    margin-top: 30px;
}

.evnt-calnder {
    width: 60px;
    height: 60px;
    background: #fff;
    border-top: 2px solid #1878cb;
    text-align: center;
    vertical-align: middle;
    margin: 0 17px 0 0;
    padding: 7px 3px 0 0;
}

.event-date {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}

.cbs-location {
    font-family: "open sans";
    background: #f7f6f5;
    margin-top: 7px;
    /*padding: 60px 0;*/
}

.location-pannel {
    font-size: 18px;
    padding: 30px 0 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    outline: 0;
}

.map-site-editor > img {
    width: 100%;
}

/*.navbar {
    margin: 0;
    top: 0;
    width: 100%;
}*/

a:focus, a:hover {
    color: #fff;
}

.sitedit-menu {
    color: #fff;
    font-size: 14px;
    padding: 5px 53px;
    margin-bottom: 0 !important;
    font-family: "open sans";
    border-radius: 0 !Important;
    background: #232c65;
    min-height: 50px;
    position: fixed;
    width: 100%;
    text-transform: uppercase;
    z-index: 250;
}

    .sitedit-menu a, .sitedit-menu a:hover {
        color: #fff !important;
    }

.leadership {
    margin-top: 35px;
}

.more-video {
    margin: 0 auto;
    float: none !important;
}

    .more-video a {
        float: left;
        text-decoration: underline !important;
    }

        .more-video a + a {
            float: right;
            text-decoration: underline !important;
        }

.map-site-editor {
    padding: 0 !Important;
}

/*.navbar {
    border-radius: 0 !Important;
    z-index: 100;
}*/

.cbs-contact {
    background: #edf2f5;
    margin-top: 7px;
    padding: 10px 0 65px;
    float: left;
    width: 100%;
}

.site-contact {
    float: none !important;
    margin: 0 auto;
    padding: 0 !important;
}

.st-hd-2 {
    color: #376175;
    font-family: 'Open Sans';
    font-size: 30px;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.stb-follw {
    background: none repeat scroll 0 0 #c15a70 !important;
    border: none !important;
    margin: 10px 10px 20px 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    float: left;
    display: inline;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 3px !Important;
    outline: 0;
}
/*.stb-follw {
    margin: 10px 51px 30px 0;
    color: #c15a70;
    font-size: 15px;
    text-align: center;
    float: left;
    display: inline;
    padding: 0;
    line-height: 33px;
    outline: 0;
}*/

.ft-menu li a {
    padding: 0 8px;
    float: left;
}

.stb-follw a:hover {
    color: #2a6496;
}

.stb-follw a {
    color: #fff;
}

.fm-st a {
    color: #376175;
    line-height: 13px;
    padding: 0 8px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

    .fm-st a:focus, .fm-st a:hover {
        color: #376175;
    }

.abt-stc {
    float: none;
    margin: 0 auto;
    width: 85%;
}

.navbar-logo, navbar-logo:focus, navbar-logo:hover {
    color: #fff;
}

.hd-top {
    margin: 240px 0 0;
}

    .hd-top p {
        font-family: 'Open Sans';
        text-transform: uppercase;
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 18pt;
        letter-spacing: 6px;
    }

    .hd-top h1 {
        font-size: 48pt;
        font-weight: 700;
        color: #fff;
        font-family: 'Open Sans';
        text-transform: uppercase;
    }

.navbar-collapse {
    min-height: 65px !important;
}

.navbar-nav {
    float: none !Important;
    margin: 0 auto !important;
}

.scroll-top {
    position: absolute;
    z-index: 1040;
    right: 0;
}

.site-button2 {
    position: absolute;
    right: 205px;
}

.ft-menu {
    list-style: none;
    display: inline-table;
    margin: 0;
    padding: 0;
}

    .ft-menu li {
        list-style: none;
        display: inline-table;
    }

.site-button {
    margin: 11px 0 0;
}

/*#nav a#ani-logo, #reg-butt {
    visibility: hidden;
}*/

.chk-txt {
    padding-left: 8px;
    position: relative;
    top: -2px;
}

#sectionMinistries .panel-default {
    border-color: transparent;
}

#sectionMinistries .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    text-align: left;
}

#sectionMinistries .panel-body {
    padding: 15px;
    float: left;
    width: 80%;
}

#sectionMinistries .min-img {
    float: left;
    margin-right: 25px;
}

#sectionMinistries .container {
    width: 100%;
}

#idWebsiteMinistry .hdng-3 {
    color: #ffffff;
    margin-top: 0;
    font-size: 24px;
}

.locationContent {
    width: 58%;
}

.locationMap {
    width: 42%;
}

.ministries-bottom-img, .ministries-bottom-img img {
    width: 100%;
}

.meetOurLeaders {
    padding-top: 60px;
    /*background: #f6f3f0;*/
}

    .meetOurLeaders .hdng-3 {
        font-size: 24px;
    }

.locationContent {
    background: url(/images/theme/locationContent_bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 480px;
    padding-left: 60px;
    color: #ffffff;
    padding-top: 20px;
    margin-right: 0px;
}

    .locationContent .hdng-1 {
        color: #fff;
    }

/*.social-theme1 .ss-icon.ss-mail {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    padding-left: 3px;
    width: 30px;
}*/

/*.social-theme1 .fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    padding-left: 5px;
    padding-top: 8px;
    position: relative;
    top: -8px;
    width: 30px;
}*/

@media (max-width:990px) {
    .locationContent {
        width: 100%;
    }
    .locationMap {
    width: 100%;
}
}

@media (min-width:992px) {
    .top-nav {
        width: 84% !important;
        float: left;
    }

    .pub-cun-button {
        position: fixed;
        top: 8px;
        right: 10px;
        z-index: 150000;
    }

    .ft-menu li {
        list-style: none;
        display: inline-table;
        padding: 0;
    }

    .stb-follw {
        width: 300px;
    }

    .fm-st {
        float: none !important;
        color: #376175;
    }
}

@media (min-width:1200px) {
    .vr-di {
        border-left: 1px solid #fff;
        width: 1px;
        margin: 0 4px;
    }

    .navigation-menu .nav > li > a {
        padding: 15px 0;
    }

    .min-con23 {
        display: none;
    }

    .btn-map, .btn-regt1 {
        display: none !important;
    }
}

/*@media (min-width:768px) {
  
     
}*/

@media only screen and (min-width :1024px) and (max-width:1100px) {
    .tm-edrel {
        position: relative;
        width: inherit !important;
    }

    .stb-follw {
        width: 290px;
    }

    .navigation-menu .nav > li > a {
        padding: 22px 0px;
    }

    .top-nav {
        float: left;
        width: 80% !important;
    }

    .teamprofile {
        width: 69%;
    }

    .min-img {
        height: 70px;
        width: 70px;
    }

    #sectionMinistries .min-img {
        float: left;
        margin-right: 12px;
    }

    .ft-menu {
        margin: 15px 0 0 0;
    }

        .ft-menu li {
            display: block;
        }

    .edit-tmb-min {
        left: 62px;
    }

    .social-theme1 > .stb-follw {
        display: inline-block;
        float: none;
        width: auto;
        margin: 10px 54px 5px 0;
    }

    .abouttblk-img {
        margin-right: 3%;
    }
}

@media only screen and (min-width :768px) and (max-width:970px) {
    .qb-grid td, th {
        min-width: 210px;
        word-wrap: break-word;
    }

    .navbar-nav {
        float: none !important;
        margin: 0 auto !important;
        width: inherit;
    }

    .top-nav {
        float: left;
        width: 63%;
    }

    .pub-cun-button {
        position: fixed;
        right: 9px;
        top: 9px;
        z-index: 560;
    }

    .tm-edrel {
        position: relative;
        width: inherit !important;
    }

    .sitedit-menu {
        padding: 5px 0;
    }

    .abouttblk-img > img {
        width: 100%;
    }

    .abouttblk-img {
        position: relative;
        top: 0;
    }

    .navigation-menu {
        padding-left: 0;
    }

    .navbar {
        border-radius: 0 !Important;
    }

    .navigation-menu .nav > li > a {
        padding: 22px 10px;
    }

    .vr-di {
        border-left: 1px solid #8d8984;
    }

    .ft-menu li {
        list-style: none;
        display: inline-table;
        padding: 0;
    }

    .stb-follw {
        width: 219px;
    }

    .fm-st {
        float: none !important;
        margin: 20px auto;
        color: #8d8984;
    }
}

@media screen and (max-width:768px) {
    /*body {
        background: #232C65;
    }

    .cbs-aboutclass, .cbs-article, .cbs-contact, .cbs-leadership, .cbs-location, .cbs-ministries, .edit-tmb, .navigation-menu, .news, .sitedit-menu {
        display: none!important;
    }

    .pub-cun-button {
        position: fixed;
        right: 17px;
        top: 70px;
        z-index: 150000;
        display: none;
    }

    .top-nav {
        float: left;
        margin: 0 auto!important;
        width: 100%!important;
    }

    .cm-bs {
        display: none;
    }



    .banner1 {
        background: #232C65;
    }

    .hd-top {
        margin: 60px 0 0;
    }

        .hd-top h1 {
            font-size: 22pt;
            text-align: left;
        }

        .hd-top p {
            text-align: left;
            font-size: 18px;
            letter-spacing: 0;
            text-transform: capitalize;
        }

    .btn-map {
        background: #587c3f!important;
        color: #fff;
        font-weight: 700!important;
    }

        .btn-map:focus, .btn-map:hover {
            color: #fff!important;
        }

    .btn-regt1 {
        background: #5a326e!important;
        color: #fff;
        font-weight: 700!important;
    }

        .btn-regt1:focus, .btn-regt1:hover {
            color: #fff!important;
        }

    #ani-logo {
        position: absolute;
        top: 0;
        padding-top: 10px;
        left: 0;
    }

    .abouttblk-img > img {
        width: 100%;
        height: auto;
    }

    .abouttblk-img {
        position: relative;
        top: 0;
    }

    .banner2, .banner3 {
        height: auto;
    }

    .panel {
        margin-bottom: 47px !Important;
    }

    .sitedit-menu {
        padding: 6px 0!important;
    }

    .logo-center, .site-button, .site-button2 {
        text-align: center;
        width: 100%;
    }

    .cbs-article {
        padding: 11px 0 20px;
    }*/
    .leftPane > a#toggle-left {
        position: absolute;
        right: -37px;
        z-index: 12;
        top: -7px;
    }

    #toggle-left {
        display: block;
    }

    .stb-follw {
        width: auto;
    }

    .min-con23 {
        display: none;
    }

    .btn-map, .btn-regt1 {
        display: none !important;
    }

    .leftPane {
        padding-left: 10px !important;
        padding-top: 10px !important;
    }

    .banner2, .banner, .banner3 {
        padding: 0 5% 0 5%;
        height: auto;
    }

    .navigation-menu .nav > li > a {
        padding: 15px 10px;
    }

    .teamalign {
        float: left;
        width: 25%;
        text-align: left;
    }
}

@media only screen and (min-width :320px) and (max-width:640px) {
    .site-contact {
        text-align: center;
    }

    .navbar-header {
        display: none;
    }

    .cbs-contact {
        padding: 30px 0 0;
    }

    .collapse {
        display: block !important;
    }

    .cbs-location {
        padding: 30px 0 0;
    }

    .sitedit-menu {
        padding: 5px 10px;
    }

    .locationContent, .locationMap {
        width: 100%;
    }

    .leftPane {
        width: 300px;
    }

        .leftPane.leftPane-toggle {
            margin-left: -300px;
        }

    .rightPane {
        margin-left: 0px;
        top: 22px;
    }

        .rightPane.rightPane-toggle-left {
            margin-left: 0;
        }
}


@media (max-width: 1366px) and (min-width:768px) {


    .banner2, .banner3 {
        padding: 0 100px 0 60px;
    }

    .banner {
        padding: 60px 100px 0 60px;
    }
}


.inpt-foso {
    width: 27% !important;
    float: left;
    margin: 5px 10px;
    position: relative;
    left: 0;
}

.error-hdng {
    font-size: 16px;
    color: #c56659;
    margin: 0;
}

.error-clr {
    color: #c56659;
}

.error-content {
    background-color: #FEF4F3 !important;
    border: 1px solid #c56659;
    border-radius: 1px;
    font-family: Open Sans;
}

.list-er {
    padding-left: 8px;
}

.er-border {
    border-color: #f3dad6;
    padding: 15px;
}

    .er-border .close {
        line-height: 20px;
    }

.button error-clr {
    border-color: #c56659;
}

button {
    outline: 0;
}

.Success-hdng {
    font-size: 14px;
    color: #68b257;
}

.Success-clr {
    color: #68b257;
    margin-top: 7px;
    opacity: 1.2;
}

.Success-content {
    background-color: #f7fef5 !important;
    border: 1px solid #a6db9a;
    border-radius: 1px;
}

    .Success-content .close .list-sc {
        padding-left: 8px;
    }

.sc-border {
    border-color: #a6db9a;
}

.button suc-clr {
    border-color: #87d975;
}

.ichk {
    color: #c56659;
    font-size: 12px;
}

.irmv {
    color: #89d378;
    font-size: 12px;
    position: relative;
    top: 7px;
    right: 7px;
}

.chkRequired {
    border: 1px solid #e9322d !important;
    position: relative;
    box-shadow: none !important;
}

    .chkRequired .dropdown-toggle {
        background: #fff !important;
        padding: 9px 15px !important;
    }

@font-face {
    font-family: SSPika;
    src: url(ss-pika.eot);
    src: url(ss-pika.eot?#iefix) format('embedded-opentype'),url(ss-pika.woff) format('woff'),url(ss-pika.ttf) format('truetype'),url(ss-pika.svg#SSPika) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

html:hover [class^=ss-] {
    -ms-zoom: 1;
}

.ss-icon, .ss-icon.ss-pika, [class*=" ss-"].right:after, [class*=" ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika:before, [class*=" ss-"]:before, [class^=ss-].right:after, [class^=ss-].ss-pika.right:after, [class^=ss-].ss-pika:before, [class^=ss-]:before {
    font-family: SSPika;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

[class*=" ss-"].right:before, [class^=ss-].right:before {
    display: none;
    content: '';
}

.ss-cursor.right:after, .ss-cursor:before {
    content: '';
}

.ss-crosshair.right:after, .ss-crosshair:before {
    content: '⌖';
}

.ss-search.right:after, .ss-search:before {
    content: '🔎';
}

.ss-zoomin.right:after, .ss-zoomin:before {
    content: '';
}

.ss-zoomout.right:after, .ss-zoomout:before {
    content: '';
}

.ss-screenshot.right:after, .ss-screenshot:before {
    content: '';
}

.ss-binoculars.right:after, .ss-binoculars:before {
    content: '';
}

.ss-view.right:after, .ss-view:before {
    content: '👀';
}

.ss-attach.right:after, .ss-attach:before {
    content: '📎';
}

.ss-link.right:after, .ss-link:before {
    content: '🔗';
}

.ss-move.right:after, .ss-move:before {
    content: '';
}

.ss-write.right:after, .ss-write:before {
    content: '✎';
}

.ss-writingdisabled.right:after, .ss-writingdisabled:before {
    content: '';
}

.ss-erase.right:after, .ss-erase:before {
    content: '✐';
}

.ss-compose.right:after, .ss-compose:before {
    content: '📝';
}

.ss-draw.right:after, .ss-draw:before {
    content: '✏';
}

.ss-lock.right:after, .ss-lock:before {
    content: '🔒';
}

.ss-unlock.right:after, .ss-unlock:before {
    content: '🔓';
}

.ss-key.right:after, .ss-key:before {
    content: '🔑';
}

.ss-backspace.right:after, .ss-backspace:before {
    content: '⌫';
}

.ss-ban.right:after, .ss-ban:before {
    content: '🚫';
}

.ss-nosmoking.right:after, .ss-nosmoking:before {
    content: '🚭';
}

.ss-trash.right:after, .ss-trash:before {
    content: '';
}

.ss-target.right:after, .ss-target:before {
    content: '◎';
}

.ss-new.right:after, .ss-new:before {
    content: '🆕';
}

.ss-tag.right:after, .ss-tag:before {
    content: '';
}

.ss-pricetag.right:after, .ss-pricetag:before {
    content: '';
}

.ss-flowertag.right:after, .ss-flowertag:before {
    content: '';
}

.ss-bookmark.right:after, .ss-bookmark:before {
    content: '🔖';
}

.ss-flag.right:after, .ss-flag:before {
    content: '⚑';
}

.ss-like.right:after, .ss-like:before {
    content: '👍';
}

.ss-dislike.right:after, .ss-dislike:before {
    content: '👎';
}

.ss-heart.right:after, .ss-heart:before {
    content: '♥';
}

.ss-halfheart.right:after, .ss-halfheart:before {
    content: '';
}

.ss-emptyheart.right:after, .ss-emptyheart:before {
    content: '♡';
}

.ss-star.right:after, .ss-star:before {
    content: '⋆';
}

.ss-halfstar.right:after, .ss-halfstar:before {
    content: '';
}

.ss-medal.right:after, .ss-medal:before {
    content: '';
}

.ss-ribbon.right:after, .ss-ribbon:before {
    content: '🎀';
}

.ss-bullseye.right:after, .ss-bullseye:before {
    content: '🎯';
}

.ss-sample.right:after, .ss-sample:before {
    content: '';
}

.ss-crop.right:after, .ss-crop:before {
    content: '';
}

.ss-layers.right:after, .ss-layers:before {
    content: '';
}

.ss-gridlines.right:after, .ss-gridlines:before {
    content: '';
}

.ss-pen.right:after, .ss-pen:before {
    content: '✒';
}

.ss-feather.right:after, .ss-feather:before {
    content: '';
}

.ss-rubbereraser.right:after, .ss-rubbereraser:before {
    content: '';
}

.ss-paintroller.right:after, .ss-paintroller:before {
    content: '';
}

.ss-rubberstamp.right:after, .ss-rubberstamp:before {
    content: '';
}

.ss-checkclipboard.right:after, .ss-checkclipboard:before {
    content: '';
}

.ss-linechartclipboard.right:after, .ss-linechartclipboard:before {
    content: '';
}

.ss-clockwise.right:after, .ss-clockwise:before {
    content: '⥁';
}

.ss-phone.right:after, .ss-phone:before {
    content: '📞';
}

.ss-phonedisabled.right:after, .ss-phonedisabled:before {
    content: '';
}

.ss-headset.right:after, .ss-headset:before {
    content: '';
}

.ss-megaphone.right:after, .ss-megaphone:before {
    content: '📢';
}

.ss-rss.right:after, .ss-rss:before {
    content: '';
}

.ss-facetime.right:after, .ss-facetime:before {
    content: '';
}

.ss-reply.right:after, .ss-reply:before {
    content: '↩';
}

.ss-send.right:after, .ss-send:before {
    content: '';
}

.ss-mail.right:after, .ss-mail:before {
    content: '✉';
}

.ss-inbox.right:after, .ss-inbox:before {
    content: '📥';
}

.ss-outbox.right:after, .ss-outbox:before {
    content: '📤';
}

.ss-wifimail.right:after, .ss-wifimail:before {
    content: '';
}

.ss-chat.right:after, .ss-chat:before {
    content: '💬';
}

.ss-user.right:after, .ss-user:before {
    content: '👤';
}

.ss-femaleuser.right:after, .ss-femaleuser:before {
    content: '👧';
}

.ss-users.right:after, .ss-users:before {
    content: '👥';
}

.ss-usergroup.right:after, .ss-usergroup:before {
    content: '';
}

.ss-adduser.right:after, .ss-adduser:before {
    content: '';
}

.ss-removeuser.right:after, .ss-removeuser:before {
    content: '';
}

.ss-deleteuser.right:after, .ss-deleteuser:before {
    content: '';
}

.ss-userprofile.right:after, .ss-userprofile:before {
    content: '';
}

.ss-businessuser.right:after, .ss-businessuser:before {
    content: '';
}

.ss-cart.right:after, .ss-cart:before {
    content: '';
}

.ss-addcart.right:after, .ss-addcart:before {
    content: '';
}

.ss-removecart.right:after, .ss-removecart:before {
    content: '';
}

.ss-deletecart.right:after, .ss-deletecart:before {
    content: '';
}

.ss-downloadcart.right:after, .ss-downloadcart:before {
    content: '';
}

.ss-emptycart.right:after, .ss-emptycart:before {
    content: '';
}

.ss-basket.right:after, .ss-basket:before {
    content: '';
}

.ss-gift.right:after, .ss-gift:before {
    content: '🎁';
}

.ss-apple.right:after, .ss-apple:before {
    content: '🍏';
}

.ss-cashregister.right:after, .ss-cashregister:before {
    content: '';
}

.ss-store.right:after, .ss-store:before {
    content: '🏬';
}

.ss-searchbarcode.right:after, .ss-searchbarcode:before {
    content: '';
}

.ss-notepad.right:after, .ss-notepad:before {
    content: '';
}

.ss-creditcard.right:after, .ss-creditcard:before {
    content: '💳';
}

.ss-safe.right:after, .ss-safe:before {
    content: '';
}

.ss-digitalsafe.right:after, .ss-digitalsafe:before {
    content: '';
}

.ss-atm.right:after, .ss-atm:before {
    content: '🏧';
}

.ss-dispensecash.right:after, .ss-dispensecash:before {
    content: '';
}

.ss-banknote.right:after, .ss-banknote:before {
    content: '💵';
}

.ss-coins.right:after, .ss-coins:before {
    content: '';
}

.ss-bankcheck.right:after, .ss-bankcheck:before {
    content: '';
}

.ss-piggybank.right:after, .ss-piggybank:before {
    content: '';
}

.ss-moneybag.right:after, .ss-moneybag:before {
    content: '💰';
}

.ss-tip.right:after, .ss-tip:before {
    content: '';
}

.ss-calculator.right:after, .ss-calculator:before {
    content: '';
}

.ss-percent.right:after, .ss-percent:before {
    content: '%';
}

.ss-bank.right:after, .ss-bank:before {
    content: '🏦';
}

.ss-scales.right:after, .ss-scales:before {
    content: '⚖';
}

.ss-piechart.right:after, .ss-piechart:before {
    content: '';
}

.ss-piechartthirds.right:after, .ss-piechartthirds:before {
    content: '';
}

.ss-barchart.right:after, .ss-barchart:before {
    content: '📊';
}

.ss-upwardsbarchart.right:after, .ss-upwardsbarchart:before {
    content: '';
}

.ss-downwardsbarchart.right:after, .ss-downwardsbarchart:before {
    content: '';
}

.ss-horizontalbarchart.right:after, .ss-horizontalbarchart:before {
    content: '';
}

.ss-analytics.right:after, .ss-analytics:before {
    content: '';
}

.ss-upwardslinechart.right:after, .ss-upwardslinechart:before {
    content: '📈';
}

.ss-downwardslinechart.right:after, .ss-downwardslinechart:before {
    content: '📉';
}

.ss-linecharts.right:after, .ss-linecharts:before {
    content: '';
}

.ss-scatterchart.right:after, .ss-scatterchart:before {
    content: '';
}

.ss-stock.right:after, .ss-stock:before {
    content: '';
}

.ss-form.right:after, .ss-form:before {
    content: '';
}

.ss-box.right:after, .ss-box:before {
    content: '📦';
}

.ss-crate.right:after, .ss-crate:before {
    content: '';
}

.ss-deliveryvan.right:after, .ss-deliveryvan:before {
    content: '';
}

.ss-deliverytruck.right:after, .ss-deliverytruck:before {
    content: '';
}

.ss-forklift.right:after, .ss-forklift:before {
    content: '';
}

.ss-cargoship.right:after, .ss-cargoship:before {
    content: '';
}

.ss-hook.right:after, .ss-hook:before {
    content: '';
}

.ss-weight.right:after, .ss-weight:before {
    content: '';
}

.ss-containers.right:after, .ss-containers:before {
    content: '';
}

.ss-fragile.right:after, .ss-fragile:before {
    content: '';
}

.ss-thissideup.right:after, .ss-thissideup:before {
    content: '';
}

.ss-home.right:after, .ss-home:before {
    content: '⌂';
}

.ss-building.right:after, .ss-building:before {
    content: '🏢';
}

.ss-lodging.right:after, .ss-lodging:before {
    content: '🏨';
}

.ss-earth.right:after, .ss-earth:before {
    content: '🌎';
}

.ss-globe.right:after, .ss-globe:before {
    content: '🌐';
}

.ss-garage.right:after, .ss-garage:before {
    content: '';
}

.ss-warehouse.right:after, .ss-warehouse:before {
    content: '';
}

.ss-floorplan.right:after, .ss-floorplan:before {
    content: '';
}

.ss-address.right:after, .ss-address:before {
    content: '';
}

.ss-searchhouse.right:after, .ss-searchhouse:before {
    content: '';
}

.ss-housesale.right:after, .ss-housesale:before {
    content: '';
}

.ss-navigate.right:after, .ss-navigate:before {
    content: '';
}

.ss-compass.right:after, .ss-compass:before {
    content: '';
}

.ss-signpost.right:after, .ss-signpost:before {
    content: '';
}

.ss-map.right:after, .ss-map:before {
    content: '';
}

.ss-gps.right:after, .ss-gps:before {
    content: '';
}

.ss-compassnavigate.right:after, .ss-compassnavigate:before {
    content: '';
}

.ss-compassarrow.right:after, .ss-compassarrow:before {
    content: '';
}

.ss-location.right:after, .ss-location:before {
    content: '';
}

.ss-pin.right:after, .ss-pin:before {
    content: '📍';
}

.ss-pushpin.right:after, .ss-pushpin:before {
    content: '📌';
}

.ss-maplocation.right:after, .ss-maplocation:before {
    content: '';
}

.ss-globelocation.right:after, .ss-globelocation:before {
    content: '';
}

.ss-puzzle.right:after, .ss-puzzle:before {
    content: '';
}

.ss-floppydisk.right:after, .ss-floppydisk:before {
    content: '💾';
}

.ss-firewall.right:after, .ss-firewall:before {
    content: '';
}

.ss-database.right:after, .ss-database:before {
    content: '';
}

.ss-hdd.right:after, .ss-hdd:before {
    content: '';
}

.ss-music.right:after, .ss-music:before {
    content: '♫';
}

.ss-eighthnote.right:after, .ss-eighthnote:before {
    content: '♪';
}

.ss-mic.right:after, .ss-mic:before {
    content: '🎤';
}

.ss-volume.right:after, .ss-volume:before {
    content: '🔈';
}

.ss-lowvolume.right:after, .ss-lowvolume:before {
    content: '🔉';
}

.ss-highvolume.right:after, .ss-highvolume:before {
    content: '🔊';
}

.ss-radio.right:after, .ss-radio:before {
    content: '📻';
}

.ss-stereo.right:after, .ss-stereo:before {
    content: '';
}

.ss-airplay.right:after, .ss-airplay:before {
    content: '';
}

.ss-vinylrecord.right:after, .ss-vinylrecord:before {
    content: '';
}

.ss-disc.right:after, .ss-disc:before {
    content: '💿';
}

.ss-camera.right:after, .ss-camera:before {
    content: '📷';
}

.ss-picture.right:after, .ss-picture:before {
    content: '🌄';
}

.ss-video.right:after, .ss-video:before {
    content: '📹';
}

.ss-playvideo.right:after, .ss-playvideo:before {
    content: '';
}

.ss-play.right:after, .ss-play:before {
    content: '▶';
}

.ss-pause.right:after, .ss-pause:before {
    content: '';
}

.ss-stop.right:after, .ss-stop:before {
    content: '■';
}

.ss-record.right:after, .ss-record:before {
    content: '●';
}

.ss-rewind.right:after, .ss-rewind:before {
    content: '⏪';
}

.ss-fastforward.right:after, .ss-fastforward:before {
    content: '⏩';
}

.ss-skipback.right:after, .ss-skipback:before {
    content: '⏮';
}

.ss-skipforward.right:after, .ss-skipforward:before {
    content: '⏭';
}

.ss-eject.right:after, .ss-eject:before {
    content: '⏏';
}

.ss-repeat.right:after, .ss-repeat:before {
    content: '🔁';
}

.ss-replay.right:after, .ss-replay:before {
    content: '↺';
}

.ss-shuffle.right:after, .ss-shuffle:before {
    content: '🔀';
}

.ss-index.right:after, .ss-index:before {
    content: '';
}

.ss-page.right:after, .ss-page:before {
    content: '';
}

.ss-book.right:after, .ss-book:before {
    content: '📕';
}

.ss-books.right:after, .ss-books:before {
    content: '📚';
}

.ss-openbook.right:after, .ss-openbook:before {
    content: '📖';
}

.ss-heartbook.right:after, .ss-heartbook:before {
    content: '';
}

.ss-downloadbook.right:after, .ss-downloadbook:before {
    content: '';
}

.ss-musicopenbook.right:after, .ss-musicopenbook:before {
    content: '';
}

.ss-searchbook.right:after, .ss-searchbook:before {
    content: '';
}

.ss-notebook.right:after, .ss-notebook:before {
    content: '📓';
}

.ss-newspaper.right:after, .ss-newspaper:before {
    content: '📰';
}

.ss-notice.right:after, .ss-notice:before {
    content: '';
}

.ss-rows.right:after, .ss-rows:before {
    content: '';
}

.ss-columns.right:after, .ss-columns:before {
    content: '';
}

.ss-thumbnails.right:after, .ss-thumbnails:before {
    content: '';
}

.ss-pagecurl.right:after, .ss-pagecurl:before {
    content: '';
}

.ss-desktop.right:after, .ss-desktop:before {
    content: '💻';
}

.ss-laptop.right:after, .ss-laptop:before {
    content: '';
}

.ss-tablet.right:after, .ss-tablet:before {
    content: '';
}

.ss-smartphone.right:after, .ss-smartphone:before {
    content: '';
}

.ss-cell.right:after, .ss-cell:before {
    content: '📱';
}

.ss-walkytalky.right:after, .ss-walkytalky:before {
    content: '';
}

.ss-ereader.right:after, .ss-ereader:before {
    content: '';
}

.ss-ebook.right:after, .ss-ebook:before {
    content: '';
}

.ss-wifibook.right:after, .ss-wifibook:before {
    content: '';
}

.ss-wifiopenbook.right:after, .ss-wifiopenbook:before {
    content: '';
}

.ss-battery.right:after, .ss-battery:before {
    content: '🔋';
}

.ss-highbattery.right:after, .ss-highbattery:before {
    content: '';
}

.ss-mediumbattery.right:after, .ss-mediumbattery:before {
    content: '';
}

.ss-lowbattery.right:after, .ss-lowbattery:before {
    content: '';
}

.ss-emptybattery.right:after, .ss-emptybattery:before {
    content: '';
}

.ss-chargingbattery.right:after, .ss-chargingbattery:before {
    content: '';
}

.ss-heartmobile.right:after, .ss-heartmobile:before {
    content: '';
}

.ss-phonemobile.right:after, .ss-phonemobile:before {
    content: '';
}

.ss-lockmobile.right:after, .ss-lockmobile:before {
    content: '';
}

.ss-textmobile.right:after, .ss-textmobile:before {
    content: '';
}

.ss-dollarmobile.right:after, .ss-dollarmobile:before {
    content: '';
}

.ss-euromobile.right:after, .ss-euromobile:before {
    content: '';
}

.ss-rssmobile.right:after, .ss-rssmobile:before {
    content: '';
}

.ss-navigationmobile.right:after, .ss-navigationmobile:before {
    content: '';
}

.ss-batterymobile.right:after, .ss-batterymobile:before {
    content: '';
}

.ss-powermobile.right:after, .ss-powermobile:before {
    content: '';
}

.ss-browseonline.right:after, .ss-browseonline:before {
    content: '';
}

.ss-shoponline.right:after, .ss-shoponline:before {
    content: '';
}

.ss-bankonline.right:after, .ss-bankonline:before {
    content: '';
}

.ss-realtyonline.right:after, .ss-realtyonline:before {
    content: '';
}

.ss-readonline.right:after, .ss-readonline:before {
    content: '';
}

.ss-weatheronline.right:after, .ss-weatheronline:before {
    content: '';
}

.ss-lightbulb.right:after, .ss-lightbulb:before {
    content: '💡';
}

.ss-lightbulbon.right:after, .ss-lightbulbon:before {
    content: '';
}

.ss-cfl.right:after, .ss-cfl:before {
    content: '';
}

.ss-hairdryer.right:after, .ss-hairdryer:before {
    content: '';
}

.ss-picnictable.right:after, .ss-picnictable:before {
    content: '';
}

.ss-flame.right:after, .ss-flame:before {
    content: '';
}

.ss-campfire.right:after, .ss-campfire:before {
    content: '🔥';
}

.ss-bonfire.right:after, .ss-bonfire:before {
    content: '';
}

.ss-balloon.right:after, .ss-balloon:before {
    content: '🎈';
}

.ss-christmastree.right:after, .ss-christmastree:before {
    content: '🎄';
}

.ss-sweep.right:after, .ss-sweep:before {
    content: '';
}

.ss-chess.right:after, .ss-chess:before {
    content: '♞';
}

.ss-onedie.right:after, .ss-onedie:before {
    content: '⚀';
}

.ss-twodie.right:after, .ss-twodie:before {
    content: '⚁';
}

.ss-threedie.right:after, .ss-threedie:before {
    content: '⚂';
}

.ss-fourdie.right:after, .ss-fourdie:before {
    content: '⚃';
}

.ss-fivedie.right:after, .ss-fivedie:before {
    content: '⚄';
}

.ss-sixdie.right:after, .ss-sixdie:before {
    content: '⚅';
}

.ss-downloadcloud.right:after, .ss-downloadcloud:before {
    content: '';
}

.ss-download.right:after, .ss-download:before {
    content: '';
}

.ss-downloadbox.right:after, .ss-downloadbox:before {
    content: '';
}

.ss-downloadcrate.right:after, .ss-downloadcrate:before {
    content: '';
}

.ss-uploadcloud.right:after, .ss-uploadcloud:before {
    content: '';
}

.ss-upload.right:after, .ss-upload:before {
    content: '';
}

.ss-uploadbox.right:after, .ss-uploadbox:before {
    content: '';
}

.ss-uploadcrate.right:after, .ss-uploadcrate:before {
    content: '';
}

.ss-fork.right:after, .ss-fork:before {
    content: '';
}

.ss-merge.right:after, .ss-merge:before {
    content: '';
}

.ss-refresh.right:after, .ss-refresh:before {
    content: '↻';
}

.ss-sync.right:after, .ss-sync:before {
    content: '';
}

.ss-loading.right:after, .ss-loading:before {
    content: '';
}

.ss-wifi.right:after, .ss-wifi:before {
    content: '';
}

.ss-connection.right:after, .ss-connection:before {
    content: '';
}

.ss-reload.right:after, .ss-reload:before {
    content: '';
}

.ss-file.right:after, .ss-file:before {
    content: '📄';
}

.ss-addfile.right:after, .ss-addfile:before {
    content: '';
}

.ss-removefile.right:after, .ss-removefile:before {
    content: '';
}

.ss-deletefile.right:after, .ss-deletefile:before {
    content: '';
}

.ss-downloadfile.right:after, .ss-downloadfile:before {
    content: '';
}

.ss-uploadfile.right:after, .ss-uploadfile:before {
    content: '';
}

.ss-importfile.right:after, .ss-importfile:before {
    content: '';
}

.ss-exportfile.right:after, .ss-exportfile:before {
    content: '';
}

.ss-settingsfile.right:after, .ss-settingsfile:before {
    content: '';
}

.ss-lockfile.right:after, .ss-lockfile:before {
    content: '';
}

.ss-userfile.right:after, .ss-userfile:before {
    content: '';
}

.ss-picturefile.right:after, .ss-picturefile:before {
    content: '';
}

.ss-textfile.right:after, .ss-textfile:before {
    content: '';
}

.ss-exe.right:after, .ss-exe:before {
    content: '';
}

.ss-zip.right:after, .ss-zip:before {
    content: '';
}

.ss-doc.right:after, .ss-doc:before {
    content: '';
}

.ss-ppt.right:after, .ss-ppt:before {
    content: '';
}

.ss-pdf.right:after, .ss-pdf:before {
    content: '';
}

.ss-jpg.right:after, .ss-jpg:before {
    content: '';
}

.ss-png.right:after, .ss-png:before {
    content: '';
}

.ss-folder.right:after, .ss-folder:before {
    content: '📁';
}

.ss-openfolder.right:after, .ss-openfolder:before {
    content: '📂';
}

.ss-downloadfolder.right:after, .ss-downloadfolder:before {
    content: '';
}

.ss-uploadfolder.right:after, .ss-uploadfolder:before {
    content: '';
}

.ss-cloudfolder.right:after, .ss-cloudfolder:before {
    content: '';
}

.ss-lockfolder.right:after, .ss-lockfolder:before {
    content: '';
}

.ss-securefolder.right:after, .ss-securefolder:before {
    content: '';
}

.ss-picturefolder.right:after, .ss-picturefolder:before {
    content: '';
}

.ss-moviefolder.right:after, .ss-moviefolder:before {
    content: '';
}

.ss-quote.right:after, .ss-quote:before {
    content: '“';
}

.ss-text.right:after, .ss-text:before {
    content: '';
}

.ss-font.right:after, .ss-font:before {
    content: '';
}

.ss-highlight.right:after, .ss-highlight:before {
    content: '';
}

.ss-print.right:after, .ss-print:before {
    content: '⎙';
}

.ss-fax.right:after, .ss-fax:before {
    content: '📠';
}

.ss-list.right:after, .ss-list:before {
    content: '';
}

.ss-layout.right:after, .ss-layout:before {
    content: '';
}

.ss-action.right:after, .ss-action:before {
    content: '';
}

.ss-redirect.right:after, .ss-redirect:before {
    content: '↪';
}

.ss-expand.right:after, .ss-expand:before {
    content: '⤢';
}

.ss-contract.right:after, .ss-contract:before {
    content: '';
}

.ss-help.right:after, .ss-help:before {
    content: '❓';
}

.ss-info.right:after, .ss-info:before {
    content: 'ℹ';
}

.ss-alert.right:after, .ss-alert:before {
    content: '⚠';
}

.ss-caution.right:after, .ss-caution:before {
    content: '⛔';
}

.ss-logout.right:after, .ss-logout:before {
    content: '';
}

.ss-login.right:after, .ss-login:before {
    content: '';
}

.ss-scaleup.right:after, .ss-scaleup:before {
    content: '';
}

.ss-scaledown.right:after, .ss-scaledown:before {
    content: '';
}

.ss-plus.right:after, .ss-plus:before {
    content: '+';
}

.ss-hyphen.right:after, .ss-hyphen:before {
    content: '-';
}

.ss-check.right:after, .ss-check:before {
    content: '✓';
}

.ss-delete.right:after, .ss-delete:before {
    content: '␡';
}

.ss-bearface.right:after, .ss-bearface:before {
    content: '🐻';
}

.ss-bird.right:after, .ss-bird:before {
    content: '🐦';
}

.ss-fishes.right:after, .ss-fishes:before {
    content: '';
}

.ss-tropicalfish.right:after, .ss-tropicalfish:before {
    content: '';
}

.ss-tree.right:after, .ss-tree:before {
    content: '🌳';
}

.ss-evergreen.right:after, .ss-evergreen:before {
    content: '🌲';
}

.ss-palmtree.right:after, .ss-palmtree:before {
    content: '🌴';
}

.ss-leaf.right:after, .ss-leaf:before {
    content: '🍂';
}

.ss-seedling.right:after, .ss-seedling:before {
    content: '🌱';
}

.ss-grass.right:after, .ss-grass:before {
    content: '';
}

.ss-settings.right:after, .ss-settings:before {
    content: '⚙';
}

.ss-dashboard.right:after, .ss-dashboard:before {
    content: '';
}

.ss-dial.right:after, .ss-dial:before {
    content: '';
}

.ss-notifications.right:after, .ss-notifications:before {
    content: '🔔';
}

.ss-notificationsdisabled.right:after, .ss-notificationsdisabled:before {
    content: '🔕';
}

.ss-flash.right:after, .ss-flash:before {
    content: '⌁';
}

.ss-wrench.right:after, .ss-wrench:before {
    content: '🔧';
}

.ss-tapemeasure.right:after, .ss-tapemeasure:before {
    content: '';
}

.ss-clock.right:after, .ss-clock:before {
    content: '⏲';
}

.ss-watch.right:after, .ss-watch:before {
    content: '⌚';
}

.ss-stopwatch.right:after, .ss-stopwatch:before {
    content: '⏱';
}

.ss-alarmclock.right:after, .ss-alarmclock:before {
    content: '⏰';
}

.ss-calendar.right:after, .ss-calendar:before {
    content: '📅';
}

.ss-addcalendar.right:after, .ss-addcalendar:before {
    content: '';
}

.ss-removecalendar.right:after, .ss-removecalendar:before {
    content: '';
}

.ss-checkcalendar.right:after, .ss-checkcalendar:before {
    content: '';
}

.ss-deletecalendar.right:after, .ss-deletecalendar:before {
    content: '';
}

.ss-sausage.right:after, .ss-sausage:before {
    content: '';
}

.ss-burger.right:after, .ss-burger:before {
    content: '🍔';
}

.ss-pizza.right:after, .ss-pizza:before {
    content: '🍕';
}

.ss-fish.right:after, .ss-fish:before {
    content: '🐟';
}

.ss-shrimp.right:after, .ss-shrimp:before {
    content: '🍤';
}

.ss-turkey.right:after, .ss-turkey:before {
    content: '';
}

.ss-steak.right:after, .ss-steak:before {
    content: '';
}

.ss-sidedish.right:after, .ss-sidedish:before {
    content: '🍚';
}

.ss-noodles.right:after, .ss-noodles:before {
    content: '🍜';
}

.ss-spaghetti.right:after, .ss-spaghetti:before {
    content: '🍝';
}

.ss-corn.right:after, .ss-corn:before {
    content: '';
}

.ss-carrot.right:after, .ss-carrot:before {
    content: '';
}

.ss-icecream.right:after, .ss-icecream:before {
    content: '🍨';
}

.ss-mug.right:after, .ss-mug:before {
    content: '☕';
}

.ss-beer.right:after, .ss-beer:before {
    content: '🍺';
}

.ss-bottle.right:after, .ss-bottle:before {
    content: '';
}

.ss-wineglass.right:after, .ss-wineglass:before {
    content: '🍷';
}

.ss-cocktail.right:after, .ss-cocktail:before {
    content: '🍸';
}

.ss-tea.right:after, .ss-tea:before {
    content: '🍵';
}

.ss-teapot.right:after, .ss-teapot:before {
    content: '';
}

.ss-waterbottle.right:after, .ss-waterbottle:before {
    content: '';
}

.ss-wineglasssparkle.right:after, .ss-wineglasssparkle:before {
    content: '';
}

.ss-salt.right:after, .ss-salt:before {
    content: '';
}

.ss-pepper.right:after, .ss-pepper:before {
    content: '';
}

.ss-oliveoil.right:after, .ss-oliveoil:before {
    content: '';
}

.ss-hotsauce.right:after, .ss-hotsauce:before {
    content: '';
}

.ss-coal.right:after, .ss-coal:before {
    content: '';
}

.ss-oven.right:after, .ss-oven:before {
    content: '';
}

.ss-stove.right:after, .ss-stove:before {
    content: '';
}

.ss-cook.right:after, .ss-cook:before {
    content: '🍳';
}

.ss-bbq.right:after, .ss-bbq:before {
    content: '';
}

.ss-utensils.right:after, .ss-utensils:before {
    content: '🍴';
}

.ss-spoonfork.right:after, .ss-spoonfork:before {
    content: '';
}

.ss-knife.right:after, .ss-knife:before {
    content: '🔪';
}

.ss-cookingutensils.right:after, .ss-cookingutensils:before {
    content: '';
}

.ss-measuringcup.right:after, .ss-measuringcup:before {
    content: '';
}

.ss-colander.right:after, .ss-colander:before {
    content: '';
}

.ss-scale.right:after, .ss-scale:before {
    content: '';
}

.ss-eggtimer.right:after, .ss-eggtimer:before {
    content: '';
}

.ss-platter.right:after, .ss-platter:before {
    content: '';
}

.ss-apron.right:after, .ss-apron:before {
    content: '';
}

.ss-bbqapron.right:after, .ss-bbqapron:before {
    content: '';
}

.ss-chef.right:after, .ss-chef:before {
    content: '';
}

.ss-handbag.right:after, .ss-handbag:before {
    content: '👜';
}

.ss-briefcase.right:after, .ss-briefcase:before {
    content: '💼';
}

.ss-hanger.right:after, .ss-hanger:before {
    content: '';
}

.ss-weathervane.right:after, .ss-weathervane:before {
    content: '';
}

.ss-thermometer.right:after, .ss-thermometer:before {
    content: '';
}

.ss-weather.right:after, .ss-weather:before {
    content: '';
}

.ss-cloud.right:after, .ss-cloud:before {
    content: '☁';
}

.ss-droplet.right:after, .ss-droplet:before {
    content: '💧';
}

.ss-sun.right:after, .ss-sun:before {
    content: '☀';
}

.ss-partlycloudy.right:after, .ss-partlycloudy:before {
    content: '⛅';
}

.ss-rain.right:after, .ss-rain:before {
    content: '☔';
}

.ss-thunderstorm.right:after, .ss-thunderstorm:before {
    content: '⛈';
}

.ss-umbrella.right:after, .ss-umbrella:before {
    content: '☂';
}

.ss-rainbow.right:after, .ss-rainbow:before {
    content: '🌈';
}

.ss-fog.right:after, .ss-fog:before {
    content: '';
}

.ss-wind.right:after, .ss-wind:before {
    content: '';
}

.ss-tornado.right:after, .ss-tornado:before {
    content: '';
}

.ss-snowflake.right:after, .ss-snowflake:before {
    content: '❄';
}

.ss-fan.right:after, .ss-fan:before {
    content: '';
}

.ss-solarpanel.right:after, .ss-solarpanel:before {
    content: '';
}

.ss-plug.right:after, .ss-plug:before {
    content: '🔌';
}

.ss-outlet.right:after, .ss-outlet:before {
    content: '';
}

.ss-car.right:after, .ss-car:before {
    content: '🚘';
}

.ss-taxi.right:after, .ss-taxi:before {
    content: '🚖';
}

.ss-locomotive.right:after, .ss-locomotive:before {
    content: '🚂';
}

.ss-train.right:after, .ss-train:before {
    content: '🚆';
}

.ss-traintunnel.right:after, .ss-traintunnel:before {
    content: '🚇';
}

.ss-bus.right:after, .ss-bus:before {
    content: '🚍';
}

.ss-truck.right:after, .ss-truck:before {
    content: '🚚';
}

.ss-caravan.right:after, .ss-caravan:before {
    content: '🚐';
}

.ss-tractor.right:after, .ss-tractor:before {
    content: '🚜';
}

.ss-tunnel.right:after, .ss-tunnel:before {
    content: '';
}

.ss-plane.right:after, .ss-plane:before {
    content: '✈';
}

.ss-arrival.right:after, .ss-arrival:before {
    content: '';
}

.ss-departure.right:after, .ss-departure:before {
    content: '';
}

.ss-helicopter.right:after, .ss-helicopter:before {
    content: '🚁';
}

.ss-bike.right:after, .ss-bike:before {
    content: '🚲';
}

.ss-motorcycle.right:after, .ss-motorcycle:before {
    content: '';
}

.ss-boat.right:after, .ss-boat:before {
    content: '🚢';
}

.ss-sailboat.right:after, .ss-sailboat:before {
    content: '⛵';
}

.ss-schooner.right:after, .ss-schooner:before {
    content: '';
}

.ss-skylift.right:after, .ss-skylift:before {
    content: '🚡';
}

.ss-rocket.right:after, .ss-rocket:before {
    content: '🚀';
}

.ss-steeringwheel.right:after, .ss-steeringwheel:before {
    content: '';
}

.ss-trafficcamera.right:after, .ss-trafficcamera:before {
    content: '';
}

.ss-fuel.right:after, .ss-fuel:before {
    content: '⛽';
}

.ss-jerrycan.right:after, .ss-jerrycan:before {
    content: '';
}

.ss-passport.right:after, .ss-passport:before {
    content: '';
}

.ss-trafficlight.right:after, .ss-trafficlight:before {
    content: '🚦';
}

.ss-highway.right:after, .ss-highway:before {
    content: '';
}

.ss-road.right:after, .ss-road:before {
    content: '';
}

.ss-intersection.right:after, .ss-intersection:before {
    content: '';
}

.ss-wheelchair.right:after, .ss-wheelchair:before {
    content: '♿';
}

.ss-elevator.right:after, .ss-elevator:before {
    content: '';
}

.ss-golf.right:after, .ss-golf:before {
    content: '';
}

.ss-hockey.right:after, .ss-hockey:before {
    content: '';
}

.ss-iceskate.right:after, .ss-iceskate:before {
    content: '⛸';
}

.ss-billiards.right:after, .ss-billiards:before {
    content: '🎱';
}

.ss-baseballglove.right:after, .ss-baseballglove:before {
    content: '';
}

.ss-tennis.right:after, .ss-tennis:before {
    content: '🎾';
}

.ss-tabletennis.right:after, .ss-tabletennis:before {
    content: '';
}

.ss-badminton.right:after, .ss-badminton:before {
    content: '';
}

.ss-boxing.right:after, .ss-boxing:before {
    content: '';
}

.ss-bowling.right:after, .ss-bowling:before {
    content: '';
}

.ss-football.right:after, .ss-football:before {
    content: '🏈';
}

.ss-soccer.right:after, .ss-soccer:before {
    content: '⚽';
}

.ss-hiker.right:after, .ss-hiker:before {
    content: '';
}

.ss-pool.right:after, .ss-pool:before {
    content: '';
}

.ss-shower.right:after, .ss-shower:before {
    content: '🚿';
}

.ss-exercise.right:after, .ss-exercise:before {
    content: '';
}

.ss-exercisebike.right:after, .ss-exercisebike:before {
    content: '';
}

.ss-dumbbell.right:after, .ss-dumbbell:before {
    content: '';
}

.ss-jumprope.right:after, .ss-jumprope:before {
    content: '';
}

.ss-yoga.right:after, .ss-yoga:before {
    content: '';
}

.ss-suitcase.right:after, .ss-suitcase:before {
    content: '';
}

.ss-luggage.right:after, .ss-luggage:before {
    content: '';
}

.ss-donotdisturb.right:after, .ss-donotdisturb:before {
    content: '';
}

.ss-sunscreen.right:after, .ss-sunscreen:before {
    content: '';
}

.ss-callbell.right:after, .ss-callbell:before {
    content: '';
}

.ss-hospital.right:after, .ss-hospital:before {
    content: '⛨';
}

.ss-medicalcross.right:after, .ss-medicalcross:before {
    content: '';
}

.ss-ambulance.right:after, .ss-ambulance:before {
    content: '🚑';
}

.ss-bandage.right:after, .ss-bandage:before {
    content: '';
}

.ss-medicalthermometer.right:after, .ss-medicalthermometer:before {
    content: '';
}

.ss-stethoscope.right:after, .ss-stethoscope:before {
    content: '';
}

.ss-syringe.right:after, .ss-syringe:before {
    content: '💉';
}

.ss-pill.right:after, .ss-pill:before {
    content: '💊';
}

.ss-pillbottle.right:after, .ss-pillbottle:before {
    content: '';
}

.ss-supplements.right:after, .ss-supplements:before {
    content: '';
}

.ss-bathroomscale.right:after, .ss-bathroomscale:before {
    content: '';
}

.ss-dna.right:after, .ss-dna:before {
    content: '';
}

.ss-anatomicalheart.right:after, .ss-anatomicalheart:before {
    content: '';
}

.ss-checkheart.right:after, .ss-checkheart:before {
    content: '';
}

.ss-eyesurgery.right:after, .ss-eyesurgery:before {
    content: '';
}

.ss-brokenbone.right:after, .ss-brokenbone:before {
    content: '';
}

.ss-up.right:after, .ss-up:before {
    content: '⬆';
}

.ss-upright.right:after, .ss-upright:before {
    content: '⬈';
}

.ss-right.right:after, .ss-right:before {
    content: '➡';
}

.ss-downright.right:after, .ss-downright:before {
    content: '⬊';
}

.ss-down.right:after, .ss-down:before {
    content: '⬇';
}

.ss-downleft.right:after, .ss-downleft:before {
    content: '⬋';
}

.ss-left.right:after, .ss-left:before {
    content: '⬅';
}

.ss-upleft.right:after, .ss-upleft:before {
    content: '⬉';
}

.ss-navigateup.right:after, .ss-navigateup:before {
    content: '';
}

.ss-navigateright.right:after, .ss-navigateright:before {
    content: '▻';
}

.ss-navigatedown.right:after, .ss-navigatedown:before {
    content: '';
}

.ss-navigateleft.right:after, .ss-navigateleft:before {
    content: '◅';
}

.ss-directup.right:after, .ss-directup:before {
    content: '▴';
}

.ss-directright.right:after, .ss-directright:before {
    content: '▹';
}

.ss-dropdown.right:after, .ss-dropdown:before {
    content: '▾';
}

.ss-directleft.right:after, .ss-directleft:before {
    content: '◃';
}

.ss-leftright.right:after, .ss-leftright:before {
    content: '⬌';
}

.ss-rightward.right:after, .ss-rightward:before {
    content: '';
}

.ss-leftward.right:after, .ss-leftward:before {
    content: '';
}

.ss-previouspage.right:after, .ss-previouspage:before {
    content: '⎗';
}

.ss-nextpage.right:after, .ss-nextpage:before {
    content: '⎘';
}

.ss-retweet.right:after, .ss-retweet:before {
    content: '';
}

.ss-share.right:after, .ss-share:before {
    content: '';
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400 !important;
}

.close {
    opacity: 1 !important;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

li {
    float: none;
    display: inline-block;
}

.lcenter {
    width: 100%;
    text-align: center;
}

.leadership {
    float: none;
    display: inline-block;
}

/*.social-theme1 {
    width: 100%;
    text-align: center;
}*/
/*.stb-follw {
    float: none;
    display: inline-block;
}*/

.mcenter {
    width: 100%;
    text-align: center;
}

.ministries {
    float: none;
    display: inline-block;
}

.input-p {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    box-shadow: none;
    color: #3a3a3a;
    height: 44px !important;
    padding-left: 15px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 30px;
}

.input-textarea {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    box-shadow: none;
    color: #3a3a3a;
    height: 80px !important;
    padding-left: 15px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 30px;
}

.Text-trns, .text-trns {
    text-transform: uppercase;
}

.pm-txt {
    padding: 0;
    clear: both;
    font-size: 12px;
    color: #3a3a3a;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
}

.save-btn, .save-btn:hover {
    background: #1878cb;
    background: -moz-linear-gradient(top,#1878cb 0,#1878cb 44%,#1878cb 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1878cb),color-stop(44%,#1878cb),color-stop(100%,#1878cb));
    background: -webkit-linear-gradient(top,#1878cb 0,#1878cb 44%,#1878cb 100%);
    background: -o-linear-gradient(top,#1878cb 0,#1878cb 44%,#1878cb 100%);
    background: -ms-linear-gradient(top,#1878cb 0,#1878cb 44%,#1878cb 100%);
    background: linear-gradient(to bottom,#1878cb 0,#1878cb 44%,#1878cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1878cb', endColorstr='#1878cb', GradientType=0);
    font-size: 14px;
    padding: 8px 25px;
    color: #fff;
    border-radius: 3px;
    border: none;
}

.mrb-20 {
    margin-bottom: 20px;
}

.cnsl-btn {
    color: #787878;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .cnsl-btn, .cnsl-btn:active, .cnsl-btn:focus, .cnsl-btn:hover {
        border-color: transparent;
        background: 0 0;
    }

.pdr-3 {
    padding-right: 3px;
}

.g-recaptcha {
    display: inline-block;
}

#scrollbox3 {
    overflow: auto;
    width: 100% !important;
    padding-right: 1px !important;
}

.cat_icon {
    cursor: pointer;
    position: relative;
}

.track3 {
    width: 8px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 0px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
    margin-top: 1px;
}

    .track3:hover,
    .track3.dragging {
        background: #d9d9d9;
        background: rgba(0, 0, 0, 0.15);
    }

.scroll_dropdown {
    height: auto;
    max-height: 450px;
}

.handle3 {
    width: 8px;
    right: 0;
    background: #1878cb;
    border-radius: 0px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 8px;
}

.scroll_dropdown a {
    margin-bottom: 8px;
}

/*.map-wrap {
            margin-right: 4px;
        }*/

#map {
    height: 480px;
    max-width: 100%;
}

.map-w-stle {
    position: relative;
}

.showmap-txt {
    text-align: left;
    z-index: 1000;
    position: relative;
}
/* Super easy to customize popups */
.leaflet-popup-content-wrapper {
    border-radius: 0;
    padding: 5px;
}

.modal-body {
    position: relative;
    padding: 15px 15px 0px;
}

.user-info em {
    color: #193f6d !important;
    font-size: 13px;
}

.preview img {
    width: 50px;
    height: 50px;
}

td.preview {
    width: 50px;
    height: 50px;
}

.textareanotvalid {
    border: 2px solid !important;
    border-color: red !important;
}

ul {
    list-style: disc !important;
}

td.preview {
    width: 50px;
    margin-right: 0px;
}

td.name {
    width: 75px;
    margin-top: 0px;
    margin-left: 0px;
}



.ministrycs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: left;
}

.lcenter > .leadership {
    display: inline-block;
    float: none;
}

.mcenter > .ministries {
    display: inline-block;
    float: left;
    min-height: 190px;
}

.mcenter > .singleministry {
    display: inline-block;
    float: none;
}

.idWebsiteMinistryWrap > .ministries {
    display: inline-block;
    float: left;
    min-height: 190px;
}

.idWebsiteMinistryWrap > .singleministry {
    display: inline-block;
    float: none;
}

.mce-btn button {
    background: none !important;
}

.idWebsiteMinistryWrap {
    float: left;
    width: 100%;
}

.teamprofile {
    white-space: normal;
    word-wrap: break-word;
    position: relative;
    top: 15px;
}

.upComgEvents ul {
    padding: 0;
    line-height: 27px;
    font-size: 17px;
}

.logo-adjust {
    position: relative;
    top: -1px;
}

.pdr-10 {
    padding-right: 10px !important;
}

.space-right {
    margin-right: 5px;
}

#locationEventHolder {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

    #locationEventHolder .eventBox {
        box-shadow: 1px 1px 3px rgba(0,0,0,0.18);
        padding: 20px;
        min-width: 300px;
        border-radius: 5px;
        width: 30%;
        margin-right: 10px;
        margin-top: 10px;
        background-color: white;
    }
}

#locationEventHolder .eventBox h3 {
    margin: 0 0 10px;
}

#locationEventHolder .eventBox p.event_lessons {
    color: #999;
    font-style: italic;
}

#locationEventHolder .eventBox p.event_time {
    font-weight: 700;
    color: #999;
}


.eventsLabel {
    font-weight: bold !important;
    display: block;
    margin: 30px 0 10px;
}
