 @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

 
html,
body {
    height: 100%;
}

body {
    color: #1f414d;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 0;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid #d3d3d3;
    box-shadow: 0 0 3px #dfdfdf inset;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #3e3e3e;
    border: thin solid #202020;
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #001324;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #333;
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

button {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #018ccd;
}

    a:hover {
        color: #1f414d;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        text-decoration: none;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7b8a97;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #7b8a97;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #7b8a97;
}

:-moz-placeholder { /* Firefox 18- */
    color: #7b8a97;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

input[type='submit'] {
    display: inline-block;
    background: #192e50;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn {
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.btn-active {
    background: #1f9cd8;
    border-color: #1f9cd8;
}


.btn:hover {
    border-color: #fa8700;
    background: #fa8700;
    color: #fff !important;
}

.btn-active:hover {
    color: #333;
}

.menu-area.navbar-fixed-top {
    background: #fff;
    top: 0px;
    height: 90px;
  z-index: 1051;
}

    .menu-area.navbar-fixed-top.sticky-menu {
        top: 0px;
        height: 90px;
    }

.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

    .sticky-menu .navbar-brand {
        padding: 0;
        margin: 0px;
        height: auto;
    }

    .sticky-menu .top-menu {
        margin-top: 8px;
    }

.mainmenu {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.top-menu {
    margin-top: 18px;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    /*margin-top: 13px;*/
}

.sticky-menu .navbar {
    margin-top: 2px;
}

.navbar-brand {
    padding: 0;
    /*margin: 8px 0px;*/
    height: auto;
}

    .navbar-brand img {
        transition: 0.3s ease-out;
        -webkit-transition: 0.3s ease-out;
    }

.sticky-menu .navbar-brand img {
    display: block;
    max-width: 180px;
}

.navbar-brand:hover {
    color: #82b541;
}

.navbar-nav li {
    display: block;
    position: relative;
    padding: 7px 25px 25px 25px;
}

    .navbar-nav li:last-child {
        padding-right: 0px;
    }

    .navbar-nav li a {
        color: #282828;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        padding:10px 0px 2px 0px;
      cursor: pointer;
    }

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
    color: #18a3d5;
    border-bottom: 3px solid #18a3d5;
}

.mainmenu .navbar-nav li.active a, .mainmenu .navbar-nav li.current-menu-item a{
    color: #18a3d5;
    cursor: pointer;
    border-bottom: 3px solid #18a3d5;
}

.top-menu .open > a, .top-menu .open > a:focus, .top-menu .open > a:hover {
    background-color: transparent !important;
}

.menu-large a:focus:after {
    content: "";
    border-bottom: 15px solid #ededed;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
 
    position: absolute;
    top: 50px;
    z-index: 10;
    bottom: 0px;
    left: 38%;
}

.sersub-m-bg .section-tab-item a:hover:after, .sersub-m-bg .section-tab-item a:focus:after {
    border: 0px !important;
}

/* Mobile Nav css */

.navbar-toggle .icon-bar {
    background: #1f9cd8;
}

/* Pages Style Start */

.page-inner {
    margin-top: 90px;
}

.section-col {
    display: block;
    padding: 40px 0px;
}

.section-career {
    display: block;
    padding: 130px 0px;
}

.section-contact {
    display: block;
    padding: 70px 0px 40px 0px;
}

.section-whatsnew {
    display: block;
    padding: 100px 0px;
}

.section-description {
    display: block;
    padding: 80px 0px;
}

.section-description-carrer {
    display: block;
    padding: 50px 0px;
}

.section-description-contact {
    display: block;
    padding: 100px 0px !important;
}

.section-description-whatsnew {
    display: block;
    padding: 50px 0px !important;
}

.section-description-resources {
    display: block;
    padding: 65px 0px !important;
}

.page-hed-mission {
    background: url('../images/about-mission-bg.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-history {
    background: url('../images/about-history-bg.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-leadership {
    background: url('../images/about-leader-bg.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-partner {
    background: url('../images/about-partner-bg.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-mainmh {
    background: url('../images/services-mh-hbg.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-psychotherapy {
    background: url('../images/services-mh-psy1.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-psychiatry {
    background: url('../images/services-mh-psy2.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-groups {
    background: url('../images/services-mh-grp.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-mainsa {
    background: url('../images/services-sa-hbg.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-counseling {
    background: url('../images/services-sa-counseling.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-psychiatrysa {
    background: url('../images/services-sa-psy1.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-groupssa {
    background: url('../images/services-sa-grp.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-career {
    background: url('../images/career-bg.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-contact {
    background: url('../../../wp-content/uploads/2018/04/contact-2.jpg') ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background-position: 22% 0% !important;
}

.page-hed-whatsnew {
    background: url('../images/whatsnew-bg.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-hed-resource {
    background: url('../images/resource-bg.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider-home {
    background: url('../images/slider-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 1px solid #dfdfdf;
}

.sub-m-bg {
    background-size: cover !important;
    transition: all .5s;
    padding: 55px 0px !important;
    display: block;
    position: relative;
    text-transform: none !important;
    border: 0px !important;
}

.overflow-hide {
    overflow: hidden;
    padding: 0px;
}

.sersub-m-bg {
    background-size: cover !important;
    transition: all .5s;
    padding: 25px 0px !important;
    display: block;
    position: relative;
    text-transform: none !important;
    width: 100%;
    height: 100%;
    float: left;
}

/*.mission {
    background: url('../images/mission-m-bg.jpg') left top no-repeat;
}

.history {
    background: url('../images/history-m-bg.jpg') left top no-repeat;
}

.leadership {
    background: url('../images/leadership-m-bg.jpg') left top no-repeat;
}

.partners {
    background: url('../images/partner-m-bg.jpg') left top no-repeat;
}

.mental {
    background: url('../images/mental-m-bg.jpg') left top no-repeat;
}

.substance {
    background: url('../images/substence-m-bg.jpg') left top no-repeat;
}*/



.sub-m-bg h3, .sersub-m-bg h3 {
    /*font-family: 'Lato', sans-serif;*/
  font-family: 'RaleighBT-Medium';
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    background: url('../images/m-h-h-bg.png') center 10px no-repeat;
    text-transform: none;

}

.sub-m-bg h3 {
    background-image: none;
}

    .sub-m-bg h3 b, .sersub-m-bg h3 b {
        font-weight: 700;
    }

.sub-m-bg:hover, .sub-m-bg:focus, .sersub-m-bg:hover, .sersub-m-bg:focus {
    transform: scale(1.1);
    border: 0px !important;
}

    .sub-m-bg:hover:after, .sub-m-bg:focus:after, .sersub-m-bg:hover:after, .sersub-m-bg:focus:after {
        border: 0px !important;
    }


.slider-content-section {
    padding: 20px 0px 0px 0px;
}

    .slider-content-section h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 36px;
        font-weight: normal;
        color: #fff;
        line-height: 44px;
        display: block;
        letter-spacing: 1px;
    }

        .slider-content-section h3 b {
            font-weight: 700;
        }

    .slider-content-section p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        line-height: 24px;
        display: block;
        margin: 0px 0px 20px 0px;
        letter-spacing: 1px;
    }

    .slider-content-section h4 {
        display: block;
        margin-bottom: 1px;
    }

        .slider-content-section h4 span {
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            font-weight: 400;
            color: #f3f3f3;
            letter-spacing: 0.5px;
            display: inline-block;
            margin-bottom: 1px;
            padding: 20px 20px 20px 55px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .slider-content-section h4 span.ico-um {
                background: #186589 url('../images/icon-umrela.png') 20px center no-repeat;
            }

            .slider-content-section h4 span.ico-doc {
                background: #186589 url('../images/icon-doc.png') 20px center no-repeat;
            }

            .slider-content-section h4 span.ico-peop {
                background: #186589 url('../images/icon-grp-people.png') 20px center no-repeat;
            }


.slider-bottom-section {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 110px;
}


    .slider-bottom-section .slider-bottom-item {
        background-color: rgba(255, 143, 0, 0.7);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 15px;
        text-align: center;
        position: relative;
    }

        .slider-bottom-section .slider-bottom-item i {
            display: inline-block;
            margin: 0 auto;
            height: 47px;
            width: 47px;
            margin-bottom: -3px;
        }

            .slider-bottom-section .slider-bottom-item i.appoinment {
                background: url('../images/icon-appoinment.png') center center no-repeat;
            }

            .slider-bottom-section .slider-bottom-item i.walkin {
                background: url('../images/icon-walk.png') center center no-repeat;
            }

            .slider-bottom-section .slider-bottom-item i.call {
                background: url('../images/icon-call.png') center center no-repeat;
            }

        .slider-bottom-section .slider-bottom-item h5 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            display: block;
        }

.slider-bottom-item-white {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 60px;
    text-align: center;
    background-color: rgba(244,19,42,0.95);
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    width: 100%;
    cursor: pointer;
}

.slider-bottom-item:hover .slider-bottom-item-white {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: absolute;
}

#NeedHelp {
    width: 100%;
    display: block;
    position: relative;
}

.NeedHelp-menu {
    width: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #003C72;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.button-menu span {
    display: inline-block;
    height: 30px;
    width: 28px;
    line-height: 30px;
    float: right;
}

/*#top-button-menu span,
        #bottom-button-menu.active span {
            background: url(/content/download/1174/5204/blue-arrows.png) no-repeat scroll 2px -23px transparent;
        }

        #bottom-button-menu span,
        #top-button-menu.active span {
            background: url(/content/download/1174/5204/blue-arrows.png) no-repeat scroll -25px -23px transparent;
        }*/

#NeedHelp-bottom-block {
    position: fixed;
    width: 100%;
    z-index: 999;
}

#NeedHelp-bottom-block {
    bottom: 0px;
}

.h-overflow {
    height: 450px;
    overflow: auto;
}

.overflow-n {
    overflow: hidden;
}
#NeedHelp .need-help-section {
    background-color: transparent;
}
#NeedHelp .position-mobile {
    background-color: #198efb;
}
.need-help-section {
  
}

    .need-help-section .need-help-col {
        padding: 15px 0px 5px 0px;
        text-align: right;
    }

        .need-help-section .need-help-col h3 {
            font-family: 'Lato', sans-serif;
            font-size: 22px;
            font-weight: 900;
            color: #fff;
            vertical-align: top;
            letter-spacing: 1px;
            text-align: right;
            display: inline-block;
        }

        .need-help-section .need-help-col a.help-question {
            height: 66px;
            width: 66px;
            text-align: center;
            vertical-align: bottom;
            margin-left: 15px;
            margin-top: -44px;
            padding-top: 13px;
            margin-right: 15px;
            padding-left: 4px;
            display: inline-block;
            background-color: #2491f8;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.15);
        }

.needhelp-box-item {
    background-color: #fff;
    padding: 20px 30px;
}

    .needhelp-box-item h4 {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #000;
        text-align: center;
        letter-spacing: 0.5px;
        padding-bottom: 20px;
        display: block;
        position: relative;
    }

        .needhelp-box-item h4:after {
            content: '';
            position: absolute;
            width: 35px;
            margin-left: -25px;
            height: 6px;
            left: 50%;
            bottom: 0px;
            background-color: #d9d9d9;
        }

    .needhelp-box-item p {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: 900;
        color: #000;
        text-align: center;
        letter-spacing: 0.5px;
        display: block;
        margin-top: 5px;
    }

    .needhelp-box-item span {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #010101;
        text-align: center;
        letter-spacing: 0.5px;
        display: block;
    }

        .needhelp-box-item span b {
            font-weight: 900;
        }

.send-message-section {
    padding: 20px 0px 20px 0px !important;
    background-color: #202632;
}

    .send-message-section .send-message-box {
        float: none;
        margin: 0 auto;
    }

.send-message-box h3 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

    .send-message-box h3:after {
        content: '';
        position: absolute;
        width: 55px;
        margin-left: -25px;
        height: 6px;
        left: 50%;
        bottom: 0px;
        background-color: #fff;
    }

.send-message-box input, .send-message-box textarea {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 0px;
    outline: none;
    height: 38px;
    padding: 8px 15px;
    background-color: #414651;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.send-message-box textarea {
    height: 75px;
    resize: none;
    padding-top: 15px;
}

    .send-message-box input:focus, .send-message-box textarea:focus {
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .send-message-box input::-webkit-input-placeholder, .send-message-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .send-message-box input::-moz-placeholder, .send-message-box textarea::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .send-message-box input:-ms-input-placeholder, .send-message-box textarea:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .send-message-box input:-moz-placeholder, .send-message-box textarea:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

.btn-send-msg {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 11px 40px;
    border: 0px;
    outline: none;
    background-color: #198efb;
}

.send-message-box span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #d9d9d9;
    display: block;
  text-align:center;
}
.send-message-box .bottomtxt {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #d9d9d9;
    display: block;
  text-align:center;
  float: left;
    width: 100%;
}
    .send-message-box span b {
        font-weight: 600;
    }

.section-header h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px;
}

.section-header h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    line-height: 46px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px;
}

.section-header h4 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    background: url('../images/m-h-h-bg.png') center 10px no-repeat;
}

    .section-header h4.bg-sa {
        background: url('../images/m-s-h-bg.png') center 10px no-repeat !important;
    }

h3.bg-sa {
    background: url('../images/m-s-h-bg.png') center 10px no-repeat !important;
}

.section-header h4 b {
    font-weight: 600;
}

.section-header h2 span {
    font-weight: 600;
}

.section-header p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: .8px;
    opacity: 0.7;
}

.section-header-career p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    opacity: 1;
}

    .section-header-career p span {
        font-weight: normal;
        display: block;
        opacity: 1;
    }

.section-header-contact h3 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    opacity: 1;
}

.section-header-contact p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    /* font-weight: 600; */
  font-weight:500;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    opacity: 1;
}

.section-header-contact span.timeing {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    opacity: 1;
    display: block;
}
.section-header-contact span.timeing b{
  font-weight:700;
}

.section-tab-item a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 8px 15px !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    margin-right: 1px;
    display: inline-block;
    border: 0px !important;
}

    .section-tab-item a:hover, .section-tab-item a.fill {
        background-color: rgba(1, 140, 205, 1);
    }

.description-area h3 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #1f414d;
    display: block;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    position: relative;
    line-height: normal;
}

    .description-area h3:after {
        content: '';
        position: absolute;
        width: 55px;
        margin-left: -25px;
        height: 4px;
        left: 50%;
        bottom: 0px;
        background-color: #018ccd;
    }

.description-area p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #1f414d;
    text-align: center;
    margin-top: 20px;
    display: block;
}

    .description-area p img {
        margin: 0 auto;
    }

.section-team {
    display: block;
    margin-top: 30px;
}

.leader-detail {
    padding: 28px 20px;
    text-align: left;
}

    .leader-detail h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px;
        font-weight: bold;
        color: #393b3f;
        line-height: 40px;
        display: block;
    }

    .leader-detail h4.designation {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #626b70;
        line-height: 30px;
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid #dedede;
    }

    .leader-detail p {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #1f414d;
        line-height: 24px;
        display: block;
        padding-top: 25px;
        text-align: justify;
    }

.leader-social {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 4px;
    text-align: center;
    background-color: #efefef;
    color: #626b70;
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
}

    .leader-social:hover {
        background-color: #018ccd;
        color: #fff;
    }
 .partner-area a {
        display: inline-block;
      
        border-radius: 50%;
        text-align: center;
        background-color: #f0f1f3;
        vertical-align: middle;
        text-decoration: none;
        padding: 10px;
        margin-right: 15px;
        margin-bottom: 20px;
    }
.partner-area {
    margin: 50px 0px 0px 0px;
}

   

        .partner-area a img {
            opacity: 0.3;
              -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        }
.partner-area a img:hover {
          
              opacity: 1.0;
             -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        }
        .partner-area a:hover {
            background-color: #fff;
          
        }

            .partner-area a:hover img {
                opacity: 1;
            }

.section-description-carrer input, .section-description-carrer textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #7b8a97;
    background-color: rgba(220, 232, 237, 0.4);
    border: 0px;
    outline: 0px;
    padding: 10px 15px;
    height: 56px;
    box-shadow: none;
    padding-left: 43px;
}


    .section-description-carrer input:focus, .section-description-carrer textarea:focus {
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.section-description-carrer .inner-addon {
    position: relative;
}

    .section-description-carrer .inner-addon .fa {
        position: absolute;
        padding: 20px;
        pointer-events: none;
        color: #dae2e9;
        font-size: 16px;
    }

.section-description-carrer .left-addon .fa {
    left: 0px;
    /*margin-top: 3.3%;*/
}
.section-description-contact br, .section-description-carrer br{
    display: none;
}
.section-description-carrer .textarea {
    height: 220px;
    padding-top: 18px;
    resize: none;
}

.section-description-contact .textarea {
    height: 457px;
    padding-top: 18px;
    resize: none;
}

.section-description-carrer .btn-orange {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    background-color: #ff8f00;
    display: block;
    height: 66px;
    border-radius: 5px;
    width: 100%;
    border: 0px;
    outline: none;
}

    .section-description-carrer .btn-orange:hover {
        background-color: #018ccd;
    }

.contact-call {
    padding: 80px 15px;
}

    .contact-call h3 {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        line-height: 24px;
        display: block;
        text-align: center;
    }

        .contact-call h3 span {
            font-family: 'Lato', sans-serif;
            font-size: 44px;
            font-weight: 900 !important;
            color: #ff8f00;
            line-height: 24px;
            display: block;
            text-align: center;
        }

.map-col {
    padding: 0px 0px 0px 20px;
}

.whatsnew-box-col {
    margin-bottom: 30px;
}

.whatsnew-item-col {
    padding: 25px !important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(222, 224, 224, 1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(222, 224, 224, 1);
    box-shadow: 0px 0px 16px 0px rgba(222, 224, 224, 1);
}

.whatsnew-box-header h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #1f414d;
}

.whatsnew-box-header h4.whatsnew-address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1f414d;
    margin: 10px 0px;
}

.whatsnew-box-header span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #7b8a97;
    margin-right: 30px;
    display: inline-block;
}

.whatsnew-thumb-col {
    margin: 30px 0px;
}

.whatsnew-description-col h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1f414d;
}

.whatsnew-description-col p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #1f414d;
    line-height: 24px;
    margin: 20px 0px;
}

.whatsnew-item-footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #7b8a97;
    padding: 12px 25px;
    border-bottom: 3px solid #dee2e5;
    background-color: #ebeef0;
}

    .whatsnew-item-footer img {
        position: absolute;
        right: 20px;
        top: -32px;
    }

.whatsnew-video-col {
    margin: 30px 0px;
    text-align: center;
}

    .whatsnew-video-col img {
        margin: 0 auto;
    }

.resources-tab-col {
    margin-bottom: 50px;
    text-align: center;
  border-bottom:0;
}
.resources-tab-col li{
  display:inline-block;
  float: none;
}

    .resources-tab-col li a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        background-color: #d2d6d9;
        display: inline-block;
        padding: 10px 10px;
        text-align: center;
        min-width: 140px;
        -webkit-box-shadow: 0px 2px 0px 0px rgba(185, 189, 193, 1);
        -moz-box-shadow: 0px 2px 0px 0px rgba(185, 189, 193, 1);
        box-shadow: 0px 2px 0px 0px rgba(185, 189, 193, 1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
    border:0;
    }
    .resources-tab-col.nav-tabs > li.active > a, .resources-tab-col.nav-tabs > li.active > a:focus, .resources-tab-col.nav-tabs > li.active > a:hover,
        .resources-tab-col li a:hover, .resources-tab-col a.tab-active, .resources-tab-col li.active a {
            background-color: #018ccd;
            -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 92, 135, 1);
            -moz-box-shadow: 0px 2px 0px 0px rgba(0, 92, 135, 1);
            box-shadow: 0px 2px 0px 0px rgba(0, 92, 135, 1);
      border:0;
      color:#fff;
        }


.resources-item-section {
}

.resources-item {
    background-color: #f6f8f9;
    border-right: 2px solid #ebeef0;
    padding: 0px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.resources-item-thumb {
    border: 3px solid #018ccd;
}

    .resources-item-thumb img {
        min-height: 182px;
    }
.border-all-red img {
    min-height: 182px;
}
.resources-item-description {
    padding: 25px 15px 15px 20px;
    position: relative;
}
.pdf a{color: #474e54 !important;}
.pdf a .fa-file-pdf-o{font-size:26px !important;}
.pdf a .f-64{font-size:64px !important;}
    .resources-item-description h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #1f414d;
        margin-bottom: 10px;
    }

    .resources-item-description p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: #7b8a97;
        margin-bottom: 15px;
        min-height: 80px;
    }

    .resources-item-description a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: #474e54;
    }
 .resources-item-description a .fa-share {
       
        color: #2491f8;
    }

        .resources-item-description a .fa-file-pdf-o {
            margin-top: -10px;
          color:#f4132a !important;
        }

.resources-hitem-red {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 60px;
    text-align: center;
    background-color: rgba(244,19,42,0.95);
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    width: 100%;
    cursor: pointer;
}

.resources-item:hover .resources-hitem-red {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: absolute;
}

.resources-hitem-blue {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 60px;
    text-align: center;
    background-color: rgba(1,140,205,0.95);
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    width: 100%;
    cursor: pointer;
}

.resources-item:hover .resources-hitem-blue {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: absolute;
}

.resources-hitem-red h4, .resources-hitem-blue h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}

.slider-bottom-item {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

    .slider-bottom-item .mask {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    bottom:0;
    }


    .slider-bottom-item i, .slider-bottom-item h5 {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .slider-bottom-item .mask {
        background-color: rgba(255, 231, 179, 0.3);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .slider-bottom-item:hover i, .slider-bottom-item:hover h5 {
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -o-transform: scale(10);
        -ms-transform: scale(10);
        transform: scale(10);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .slider-bottom-item:hover .mask {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        background-color: rgba(255, 255, 255, 1);
        width: 100%;
        padding: 15px 10px 20px 10px;
    }

        .slider-bottom-item:hover .mask p {
            font-family: 'Lato', sans-serif;
            font-size: 24px;
            font-weight: 900;
            color: #01567d;
            text-align: center;
            letter-spacing: 0.5px;
            display: block;
            margin-top: 5px;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

        .slider-bottom-item:hover .mask span {
            font-family: 'Lato', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #01567d;
            text-align: center;
            letter-spacing: 0.5px;
            display: block;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

            .slider-bottom-item:hover .mask span i, .slider-bottom-item:hover .mask p i {
                color: #01567d !important;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                opacity: 1;
                height: auto;
                width: auto;
                margin: 0px;
            }

            .slider-bottom-item:hover .mask span b {
                font-weight: 900;
            }

.footer-section {
}

    .footer-section .container {
        border-top: 1px solid #dcdde0;
        padding: 50px 0px 0px 0px;
    }

    .footer-section .footer-container-home {
        padding-top: 18px !important;
    }

.address-area span b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #9ca0ac;
    text-transform: uppercase;
    display: block;
}

.address-area span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #1f414d;
    line-height: 20px;
    display: block;
}

.social-area {
    text-align: center;
    padding-top: 12px;
}

    .social-area a {
        display: inline-block;
        margin-right: 12px;
        font-size: 20px;
        color: #a8acb9;
    }

        .social-area a:hover .twitter {
            color: #6acff4;
        }

        .social-area a:hover .facebook {
            color: #3b5998;
        }

        .social-area a:hover .google {
            color: #d13f2d;
        }

.donate button {
   font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: #018ccd;
    padding: 7px 50px;
    color: #fff;
    line-height: 27px;
    text-transform: uppercase;
    border: 0px;
    outline: 0px;
    text-align: center;
 border-radius: 5px;
}
.donate button:hover {background:#ff8f00;}
.donaten button {
  border: 0px;
 height:66px;
    width: 66px;
    text-align: center;
    vertical-align: bottom;
    margin-top: -29px;
    padding-top: 1px;
    margin-right: 15px;
    padding-left: 6px;
    display: inline-block;
    background-color: #2491f8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.15);
}


    .donate button:hover {
       /* background-color: #333;*/
    }

/* Pages Style End */


#scroll-to-top {
    background-color: #fa8700;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 25px;
    z-index: 999;
}

    #scroll-to-top:hover {
        background: #ac5d00;
        color: #fff;
    }


.menu-large {
    position: static !important;
}

.mainmenu   > a:after {
    content: "";
    border-bottom: 0px solid #ededed;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    position: absolute;
    top: 50px;
    z-index: 10;
    bottom: 0px;
    left: 38%;
}

.mainmenu .open  > a:after {
 
    content: "";
    border-bottom: 15px solid #ededed;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: 50px;
    z-index: 999;
    bottom: 0px;
    left: 38%;
}

.about-toggle:after {
    left: 18% !important;
}

.mainmenu .nav > li > a:focus, .mainmenu .nav > li > a:hover {
    background-color: transparent !important;
}

.megamenu {
    padding: 40px 0px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
    border: 0px !important;
    background-color: #ededed;
  overflow:visible;
  left: 0 !important;
}

.hoverfixer {
  margin-top: -85px;
    height: 85px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 9999;
    clear: both;
}

    .megamenu > li > ul {
        padding: 0;
        margin: 0;
    }

        .megamenu > li > ul > li {
            list-style: none;
        }

            .megamenu > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

    .megamenu > li ul > li > a:hover,
    .megamenu > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .megamenu.disabled > a,
    .megamenu.disabled > a:hover,
    .megamenu.disabled > a:focus {
        color: #999999;
    }

        .megamenu.disabled > a:hover,
        .megamenu.disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .megamenu.dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

    /*-------------------------custome------------*/

    .section-career{padding:100px 0;}    

    /*--------------------end----------------*/

@media (max-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: 0 !important;
}
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

        .megamenu > li {
            margin-bottom: 30px;
        }

            .megamenu > li:last-child {
                margin-bottom: 0;
            }

        .megamenu.dropdown-header {
            padding: 3px 15px !important;
        }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
   .mx-auto{margin: 0 auto;float: none;}
}

/* Tablet Layout */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
        padding: 15px 5px;
    }
  .mx-auto{margin: 0 auto;float: none;}
}


/* Mobile Layout */

@media only screen and (max-width: 767px) {
    .slider-home-main .owl-carousel.owl-drag .owl-item {
    height: 850px !important;
}
  #dropoverlay{display:none !important;}
    .menu-area.navbar-fixed-top {
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        background: #f1f1f1;
    }

    .navbar {
        min-height: 0px;
    }

    .mainmenu .navbar-nav {
        margin: 0;
    }

        .mainmenu .navbar-nav li {
            float: none;
            display: block;
        }

            .mainmenu .navbar-nav li a {
                padding: 11px 15px;
                color: inherit;
            }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        margin: 4px -15px;
        padding: 0;
        box-shadow: 0px 3px 5px 0px #999;
    }

    .navbar-toggle {
    }

    a.about-button {
        margin-top: 0;
    }

    .copyright-area {
        text-align: center;
    }

    .copyright-text.pull-right {
        float: none !important;
    }
}
@media only screen and (min-width: 1200px) {
  .dropdown-menu .col-md-3{width:20%;}

}


@media (min-width: 1601px) and (max-width: 1920px) {
    .need-help-section .container-fluid .m-b-30 {
        margin-bottom: 10px !important;
    }

    .needhelp-box-item {
        background-color: #fff;
        padding: 15px 30px;
    }

        .needhelp-box-item h4 {
            font-size: 18px;
            padding-bottom: 15px;
        }

    .send-message-section {
        padding: 10px 0px !important;
        background-color: #202632;
    }

    .send-message-box h3 {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .send-message-box input, .send-message-box textarea {
        margin-bottom: 10px;
    }

    .send-message-box .form-group {
        margin-bottom: 0px;
    }

    .send-message-box span {
        margin-top: 10px;
    }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1365px) {
    .need-help-section .container-fluid .m-b-30 {
        margin-bottom: 10px !important;
    }

    .needhelp-box-item {
        background-color: #fff;
        padding: 15px 30px;
    }

        .needhelp-box-item h4 {
            font-size: 18px;
            padding-bottom: 15px;
        }

    .send-message-section {
        padding: 10px 0px !important;
        background-color: #202632;
    }

    .send-message-box h3 {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .send-message-box input, .send-message-box textarea {
        margin-bottom: 10px;
    }

    .send-message-box .form-group {
        margin-bottom: 0px;
    }

    .send-message-box span {
        margin-top: 10px;
    }
}

@media (max-width: 1239px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav li {
        padding: 0px 5px;
    }

        .navbar-nav li a {
            padding: 8px 10px;
        }

        .navbar-nav li a {
            color: #282828;
            font-weight: bold;
            font-size: 13px;
            text-transform: uppercase;
        }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li {
        padding: 0px 5px;
    }

        .navbar-nav li a {
            padding: 8px 5px;
        }

        .navbar-nav li a {
            color: #282828;
            font-weight: bold;
            font-size: 11px;
            text-transform: uppercase;
        }

    .sticky-menu .navbar-brand {
        margin-top: 12px;
    }

        .sticky-menu .navbar-brand img {
            max-width: 145px;
        }

    .megamenu .overflow-hide {
        margin-bottom: 10px;
    }

    .megamenu .sub-m-bg, .megamenu .sersub-m-bg {
        padding: 30px 0px !important;
    }

        .megamenu .sub-m-bg h3 {
            background-image: none;
        }

    .megamenu .section-tab-item a {
        font-size: 12px !important;
        padding: 8px !important;
    }

    .footer-section .row {
        margin: 0px;
    }

    .slider-bottom-section .slider-bottom-item {
        margin-bottom: 5px;
    }

    .map-col {
        padding: 0px 10px 0px 10px;
    }

    .sub-m-bg h3, .sersub-m-bg h3 {
        background-size: contain !important;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .navbar-fixed-top .navbar-collapse {
        max-height: 450px;
    }

    .navbar-fixed-top .navbar-collapse {
        margin: 2px -15px 2px -15px;
    }

    .menu-area.navbar-fixed-top.sticky-menu {
        height: 82px;
    }

    .sticky-menu .navbar-collapse {
        margin-top: 0px;
        border-top: 1px solid #dfdfdf;
    }

    .sticky-menu .navbar-brand {
        margin-top: 3px;
    }

    .navbar-fixed-top .navbar-nav li {
        padding: 0px 5px;
    }

    .navbar-fixed-top .navbar-toggle {
        padding: 15px 10px;
        margin-top: 28px;
    }

    .mainmenu .open > a:after {
        border: 0px;
    }

    .menu-large .dropdown-menu {
        position: relative;
        margin-bottom: 15px;
    }

    .megamenu {
        padding: 10px 0px;
    }

        .megamenu .container, .megamenu .col-xs-12 {
            padding: 0px;
        }

        .megamenu .overflow-hide {
            padding: 0px 10px;
            margin-bottom: 10px;
        }

        .megamenu .sub-m-bg, .megamenu .sersub-m-bg {
            padding: 10px 0px !important;
        }

            .megamenu .sub-m-bg h3 {
                background-image: none;
            }

        .megamenu .section-tab-item {
            margin-top: 10px !important;
        }

            .megamenu .section-tab-item a {
                font-size: 12px !important;
                padding: 8px !important;
            }

    .slider-bottom-section {
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .slider-bottom-section .slider-bottom-item {
            margin-bottom: 15px;
        }

    .position-mobile {
        position: relative !important;
    }

    /*#NeedHelp-bottom-block {
        position: absolute;
        bottom: 0px;
    }*/
     

    #NeedHelp-menu {
        margin-top: 0px !important;
    }

        #NeedHelp-menu .container {
            margin: 0px !important;
        }

    .Home-help {
        margin-top: 40px;
    }

    .section-col {
        padding: 20px 0px !important;
    }

    section.section-col.p-t-60 {
        padding-top: 20px !important;
    }

    .section-header h2 {
        font-size: 36px;
    }

    .section-header h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .section-header p.m-b-40 {
        margin-bottom: 15px;
    }

    .section-header p.m-b-50 {
        margin-bottom: 25px;
    }

    .section-header p.m-t-20 {
        margin-top: 10px !important;
    }

    .section-career p.m-b-30 {
        margin-bottom: 0px !important;
    }

    .contact-call {
        padding: 30px 15px;
    }

        .contact-call h3 span {
            font-size: 34px;
        }

    .section-tab-item a {
        margin-bottom: 10px;
    }

    .section-description {
        padding: 50px 0px;
    }

    .partner-area {
        margin-top: 50px;
        text-align: center;
    }

    .resources-item-thumb img {
        margin: 0 auto;
    }

    .resources-tab-col a {
        font-size: 15px;
        padding: 10px 0px;
        min-width: 160px;
        margin-bottom: 10px;
    }

    .p-0.whatsnew-box-col {
        padding: 15px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .whatsnew-item-col {
        padding: 15px !important;
    }

    .section-description-resources {
        padding: 35px 0px !important;
    }

    .section-header-contact h3 {
        font-size: 24px;
        line-height: 50px;
    }

    .section-description-contact {
        padding: 40px 0px !important;
    }

    .section-description-carrer .btn-orange {
        margin-bottom: 20px;
    }

    .map-col {
        padding: 15px !important;
    }

    .footer-section .row {
        margin: 0px;
    }

    .footer-section .container {
        padding: 20px 0px 50px 0px;
    }

    .footer-section .address-area span {
        font-size: 12px;
    }

    .footer-section .social-area {
        margin: 10px 0px;
        padding-top: 0px;
    }

    .footer-section .donate {
        text-align: center !important;
        /*margin-bottom: 40px;*/
    }

    .col-xs-pull-6 {
        right: 0 !important;
    }

    .col-xs-push-6 {
        left: 0 !important;
    }
}

@media (max-width: 640px) {

    .whatsnew-box-header h3 {
        font-size: 18px;
    }
    
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    .slider-content-section h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .slider-content-section h4 span {
        font-size: 16px;
        display: block;
    }

    .slider-content-section p {
        font-size: 14px;
        line-height: 20px;
    }

    .section-header h4, .section-header h4.bg-sa, .sub-m-bg h3, .sersub-m-bg h3 {
        background-size: contain !important;
    }
    
}

@media (max-width: 375px) {
}

.needhelp-box-item span.m-t-10{margin-bottom:10px;}
.slider-bottom-item:hover .mask span{margin-bottom:10px;}

#NeedHelp-menu #Need{padding-left:0; padding-right:0;}

.map-tab{
  position:relative;
}
.map-icon{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.5);
}

.icon{
  position: absolute;
    width: 160px;
    height: 160px;
    line-height: 160px;
    background: #e28816;
    border-radius: 100%;
    font-size: 14px;
    color: #fff;
    top: 40%;
    margin-top: -80px;
    left: 25%;
    text-align: center;
  cursor:pointer;
  
}


#NeedHelp-menu #Need input[type="text"]:focus, #NeedHelp-menu #Need input[type="email"]:focus, #NeedHelp-menu #Need input[type="url"]:focus, #NeedHelp-menu #Need input[type="password"]:focus, #NeedHelp-menu #Need input[type="search"]:focus, #NeedHelp-menu #Need input[type="number"]:focus, #NeedHelp-menu #Need input[type="tel"]:focus, #NeedHelp-menu #Need input[type="range"]:focus, #NeedHelp-menu #Need input[type="date"]:focus, #NeedHelp-menu #Need input[type="month"]:focus, #NeedHelp-menu #Need input[type="week"]:focus, #NeedHelp-menu #Need input[type="time"]:focus, #NeedHelp-menu #Need input[type="datetime"]:focus, #NeedHelp-menu #Need input[type="datetime-local"]:focus, #NeedHelp-menu #Need input[type="color"]:focus, #NeedHelp-menu #Need textarea:focus {
    color: #fff !important;
}

/* menu */
.navbar-nav > li > .dropdown-menu{
   z-index: 1055;
}
.top-menu .open > a{z-index:1055;color: #fff;}
/* .megamenu {
    padding: 40px 0px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
    border: 0px !important;
    background-color: #ededed;
}
*/
/* .about .custom-class{
  display:block !important;
  
} */
.about .custom-class li{
  float:left;
  width:25%;
   position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  overflow:hidden;
}
.mainmenu .navbar-nav li.current-menu-item.about .custom-class a{
  color:#fff;
}
.about .custom-class li a{
  background-size: cover !important;
    transition: all .5s;
    padding: 55px 0px !important;
    display: block;
    position: relative;
    text-transform: none !important;
    border: 0px !important;
  font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}
.about .custom-class li a:hover, .about .custom-class li a:focus, .about .custom-class li a:active{
    transform: scale(1.1);
    border: 0px !important;
}
.about .custom-class li a:hover:after, .about .custom-class li a:focus:after, .about .custom-class li a:active:after{display:none;}

/* .our-services .custom-class{
  display:block !important;
} */

.our-services .custom-class > li{
  float:left;
  width:46%;
  margin-right: 2%;
    margin-left: 2%;
   position: relative;
    min-height: 1px;
    /* padding-right: 15px;
    padding-left: 15px; */
  overflow:hidden;
  padding: 30px;
  box-sizing:border-box;
} 
.about .custom-class li:hover, .about .custom-class li:focus, .about .custom-class li:active{
    transform: scale(1.1);
    border: 0px !important;
}

.our-services .custom-class > li .custom-class{position: relative;}

.our-services .custom-class.dropdown-menu > li > a:focus, .our-services .custom-class.dropdown-menu > li > a:hover{background:none;}
.our-services .custom-class.dropdown-menu  a:focus:after, .our-services .custom-class.dropdown-menu a:hover:after{display:none;}


.mental-health > a, .substance-abuse > a  {
       font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #fff !important;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    background: url(../images/m-h-h-bg.png) center 15px no-repeat;  
}
.mental-health > a:hover, .substance-abuse > a:hover  { background: url(../images/m-h-h-bg.png) center 15px no-repeat !important; }
.our-services .custom-class .mental-health .custom-class, .our-services .custom-class .substance-abuse .custom-class{
  background:none;
  box-shadow:none;
}
.our-services .custom-class .mental-health a, .our-services .custom-class .substance-abuse a{
  
}
.our-services .custom-class .mental-health .custom-class, .our-services .custom-class .substance-abuse .custom-class{
  text-align:center;
  width:100%;
}
.our-services .custom-class .mental-health .custom-class li, .our-services .custom-class .substance-abuse .custom-class li{
  display: inline-block;
    float: none;
    position: static;
    width: auto;
    padding: 0;
  margin:0;
}
.our-services .custom-class .mental-health .custom-class li a, .our-services .custom-class .substance-abuse .custom-class li a{
  font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 8px 15px !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    margin-right: 1px;
    display: inline-block;
    border: 0px !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours{height: 100px !important;}
/*#mission:target{padding-top:90px !important;margin-top: -90px !important;}
#history:target{padding-top:90px !important;}
#leadership:target{padding-top:90px;}
#partners:target{padding-top:90px !important;}
#psychotherapy:target{padding-top:90px !important;margin-top: -90px !important;}
#psychiatry:target{padding-top:90px !important;}
#groups:target{padding-top:90px !important;}
#counseling:target{padding-top:90px !important;margin-top: -90px !important;}
#psychiatry:target{padding-top:90px !important;}*/
.offset:before{display:block !important;content:" "; height:90px !important; margin-top:-90px !important;visibility:hidden !important;}
.scrolltxt{height: 240px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin-top: 5px;}
.colbtn {text-align: center;
    margin: 25px;}

.post-navigation{max-width:1170px; margin:0 auto !important;padding: 15px 0px;min-height:250px;} 
.entry-footer{max-width:1170px; margin:0 auto !important;} 
.entry-content h3{
font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #1f414d;
    letter-spacing: 1px;
  margin-top: 25px;
}
.entry-content h4{
font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1f414d;
    letter-spacing: 1px;
  
}
.entry-content p{
font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #1f414d;
    display: block;
}

.navbar-brand {
  font-size: 16px;
    color: #fff!important;
    font-family: arial;
    font-weight: bold;
}
.navbar-brand img{max-height:76px;margin-top: 6px;}
.careerdata{margin-bottom:40px; line-height:20px;}
.careerdata ul{margin: 10px 0 10px 20px;}
.careerdata h3{margin-bottom:15px;}
.careerdata a{margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    cursor: pointer;}
.right{text-align: right;}
.donaten{float:right;}
.helpicon{position: absolute;
right: 12px;
bottom: 5px;}
.top10{padding-top:10px;}
.piggybg{
background: #fff;
border-radius:50% ;
padding: 4px;
}
.parallax{height:100%;
  min-height:294px;
   

 
}


.parallax1{height: 100%;
    min-height: 294px;
   

}



.direction h4{font-size: 16px;
    padding: 15px 0px;}

.direction img{border: 2px solid;
  margin-top: 30px;}

.linktxt{padding: 10px 0px;
  float: left;}
.full{width: 100%;
    margin: 15px 0px;}
.nav-previous a{display: inline-block;
    padding: 10px 25px;
    background-color: #ff8f00;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;}
.nav-next a{display: inline-block;
    padding: 10px 25px;
    background-color: #ff8f00;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;}
.nav-previous a:hover{
    background-color: #018ccd;
   }
.nav-next a:hover{
    background-color: #018ccd;
   }

.nav-previous a:before{
  content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.nav-next a:after{
  content: '';
    border: solid #fff;
    border-width: 2px 0px 0px 2px;
    display: inline-block;
    padding: 4px;
    margin-left: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.nav-previous{float:left;}
.nav-next{float:right;}
.screen-reader-text{display:none;}
.menufullbg{
  display: none;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  right: 0;}
.mPS2id-target-first:target{padding-top:0px !important}
.whatsnew-description-col img{
max-width: 100%;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td{min-width:150px;}
.navbar-nav li a{
   /* -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;*/
}
.navbar-nav li a:hover {
   /* -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;*/
}
  /*.mental{-webkit-filter: grayscale(100%) !important;filter: grayscale(100%) !important;}
.mental:hover{-webkit-filter: grayscale(0%) !important;filter: grayscale(0%) !important;}
 .substance{-webkit-filter: grayscale(100%) !important;filter: grayscale(100%) !important;}
 .substance:hover{-webkit-filter: grayscale(0%) !important;filter: grayscale(0%) !important;}*/

.mptt-main-wrapper .mptt-content {
    width: 100%;
    margin-right: 0%;
    float: left;
}
.event-content  {
    margin: 1rem 0;
    max-width: 1170px;
    margin: 20px auto 100px auto !important;
   
}
.timeslots-title{display:none;}
.mptt-main-wrapper .mptt-event.events-list {
   
    list-style: none;
    padding: 0;
    max-width: 1170px;
    margin: 20px auto 50px auto;
   
}
.mptt-event li{list-style: none !important;
    padding-left: 0px !important;}
.event-title{display:none;}
.mptt-content .thumbnail-wrapper{display:none;}
.event-top-img{padding-top: 90px;}
.event-title .event-link{font-size:14px;color: #1f414d;cursor: none;padding-right: 10px;}
.emailinline{display: table !important;margin:0 auto;}
.emailinline i{float:left;}
.emailinline p{line-height: 0px;padding:0px;margin: 0px !important;
font-size: 14px !important;float: left;
    margin-top: 5px !important;
}
.emailinline p img{margin-top:-5px;}
.timeslot{text-transform:uppercase}
.events-list{display:none;}
.settimezone .events-list{display:block;}
.mptt-event .event-title {
    display: block;
}
li.event {
  
    display: inline-flex;
}
.event-user {display:none;}
.settimezone .event-content{display:none;}
.settimezone .events-list{margin-bottom:0px !important;}
.event-subtitle{padding-left:10px !important;}
#dropoverlay{
opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1050;
  display:none;
}
.menu-container{max-width:1170px !important;margin:0 auto !important;}
.menu-container li{padding: 7px 25px 25px 0px;}
.page-id-945 .imageffect{display:none;}
.page-id-945 .description-area h3{display:none;}
.m-b-0{padding-bottom:0px;}
.m-b-30{padding-top:30px;}
.devider{border-top: 1px solid #ddd;}
.b-30{padding-bottom:30px;}
#front_office_supervisory_staff h3  span {
  font-weight:bold;
}
#front_office_supervisory_staff h2 {
  font-size:24px;
}
#clinical_supervisors h3  span {
  font-weight:bold;
}
#psychiatrists h3  span {
  font-weight:bold;
}
#board_of_trustees h3 span{
  font-weight:bold;
}
.page-id-959 .parallax1{display:none;}
.page-id-959 h3:first-child{display:none;}
.page-id-959 h3:after {
   
    background-color: #e5314b;
}
.center{text-align:center;padding-top:20px;}
#our_mission .container{
padding-right: 5px;
    padding-left: 5px;
}
#counseling .description-area h3{display:none;}
#mission .description-area h3{display:none;}
#psychiatry .description-area h3{display:none;}
#groups .description-area h3{display:none;}
#psychotherapy .description-area h3{display:none;}

#counseling .description-area p{    margin-top: 0px;}
#mission .description-area p{margin-top: 0px;}
#psychiatry .description-area p{margin-top: 0px;}
#groups .description-area p{margin-top: 0px;}
#psychotherapy .description-area p{margin-top: 0px;}
#groups .description-area .colbtn{margin-top: 0px;}

.page-template-mental-health-page-tpl .section-col {
    display: block;
    padding: 77px 0px;
}
.page-template-substance-abuse-page-tpl .section-col {
    display: block;
    padding: 77px 0px;
}
#mission .section-col {
    display: block;
    padding:44px 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-fixed-top .navbar-toggle {
    padding: 15px 25px;
    margin-top: 28px;
}
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    background: #f1f1f1;
    padding: 0;
    box-shadow: 0px 3px 5px 0px #999;
}
 .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
.banneroverlay{background:#eee;}
.need-help-section .donaten{display:none;}
.slider-home-main{overflow:hidden;}
@media(max-width:480px){
.navbar-brand img{max-height:59px;}
a.navbar-brand{padding-top:7px;}
}


.crm{
background: rgb(6,109,157);
background: -moz-linear-gradient(left,  rgba(6,109,157,1) 0%, rgba(15,183,101,1) 100%);
background: -webkit-linear-gradient(left,  rgba(6,109,157,1) 0%,rgba(15,183,101,1) 100%);
background: linear-gradient(to right,  rgba(6,109,157,1) 0%,rgba(15,183,101,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066d9d', endColorstr='#0fb765',GradientType=1 );
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
    padding-top: 14px !important;
}

::-webkit-file-upload-button {
  background:#ff8f00;
  color: #fff;
  border:1px solid #ff8f00;
    padding:5px 15px;
    border-radius: 3px;
}

.mask a{
pointer-events: none;
    cursor: default;
    display: block;
}
.mask span p a{
pointer-events: auto;
    cursor: pointer;
    display: block;
}
    .mask span a{
pointer-events: none;
    cursor: default;
    display: inline;
}

.section-header-contact h3 a{
pointer-events: none;
    cursor: default;
    display: inline;
}
.is-device-ios .section-header-contact h3 a{
pointer-events: auto;
    cursor: default;
    display: inline;
}
.is-device-android .section-header-contact h3 a{
pointer-events: auto;
    cursor: default;
    display: inline;
}

.contact-call span a{
pointer-events: none;
    cursor: default;
    display: inline;
}
.is-device-ios .contact-call span a{
pointer-events: auto;
    cursor: default;
    display: inline;
}
.is-device-android .contact-call span a{
pointer-events: auto;
    cursor: default;
    display: inline;
}

.address-area span a{
pointer-events: none;
    cursor: default;
    display: inline;
}
.is-device-ios .address-area span a{
pointer-events: auto;
    cursor: default;
    display: inline;
}
.is-device-android .address-area span a{
pointer-events: auto;
    cursor: default;
    display: inline;
}


.is-device-ios .mask a{
pointer-events: auto;
    cursor: default;
    display: block;
}
.is-device-ios .mask span a{
pointer-events: auto;
    cursor: default;
    display: inline;
}
.is-device-android .mask a{
pointer-events: auto;
    cursor: default;
    display: block;
}
.is-device-android  .mask span a{
pointer-events: auto;
    cursor: default;
    display: inline;
}
.slider-content-section h4{z-index:6!important;}
.slider-content-section h4:first-child{z-index:7!important;}
.slider-content-section h4:last-child{z-index:6!important;}

.slider-content-section h4:nth-last-child(2) {z-index:5!important;}

.slider-bottom-section div:nth-child(4) .mask span{
 position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-bottom-section div:nth-child(4) .mask span i{
 padding-top: 32px;  
 display:none;
}
.slider-bottom-section div:nth-child(4) .mask span img{
  margin-top:15px;
}
.slider-bottom-section div:nth-child(4) .mask span p{
 position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}
.slider-bottom-section div:nth-child(4) .mask span p a{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 65px;
}

.address-fix{
z-index: 99999;
    position: absolute;
}