@font-face {
font-family: 'CachetStd-Medium';
src: url('../fonts/cachet/CachetStd-Medium');
src: local('CachetStd-Medium'), url('../fonts/cachet/CachetStd-Medium.woff') format('woff'), url('../fonts/cachet/CachetStd-Medium.ttf') format('truetype');
}

@font-face {
font-family: 'cachet-book-webfont';
src: url('../fonts/cachet/cachet-book-webfont');
src: local('cachet-book-webfont'), url('../fonts/cachet/cachet-book-webfont.woff') format('woff'), url('../fonts/cachet/cachet-book-webfont.ttf') format('truetype');
}


body{
     margin:0;
     padding:0;
     font-size:16px;
    font-family: 'cachet-book-webfont';
     color: #353535;
}
p {
     font-family: 'cachet-book-webfont';
    color: #353535;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'cachet-book-webfont';
     color: #01a490;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 24px;
    color: #000000;
}
h2{
    font-size: 20px;
    color: #000000;
}
h3{
    font-size: 24px;
    color: #f47920;
}
h4{
    font-size: 20px;
    color: #f47920;
}
h5{
    font-size: 24px;
    color: #01a490;
}
h6{
    font-size: 20px;
    color: #01a490;
}
a:focus, a:hover{
	text-decoration:none;
    transition: 0.3s linear;
}
hr{
    border-color: #acacac;
}
#top-header{
    background-color: #f47920;
    padding: 5px 0px;
}
#top-header a{
 color: #fff;
}
#top-header a:hover {
    color: #000000;
}
.contact-info .fa {
    margin: 0px 5px;
}
.contact-info{
    margin-bottom: 0px;
    padding: 5px 0px;
}
.home-account{
    padding: 0px;
}
.home-account a{
    border: none;
}
.home-account .donate-btn {
    background-color: #20bdbe;
    padding: 7px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'CachetStd-Medium';
    margin:0px 5px;
}
#top-header .home-account .donate-btn:hover {
    background-color: #01a490;
    color: #ffffff;
}
.logo{
	padding:0px 0px;
    display: initial !important;
}
.navbar-brand span {
    color: #01a490;
    font-weight: 700;
    font-family: 'CachetStd-Medium';
    font-size: 36px;
    padding-left: 20px;
}
.search-box {
    float: right;
    width: 25%;
    margin: 20px 0px 0px;
}
.search-box .form-control {
    height: auto;
    font-style: normal;
    font-size: 16px;
    padding: 10px 10px 10px 40px;
}
.search-box input[type=submit]{
    height: 22px;
}
/*--navbar-part---*/
.navbar-brand {
    height: inherit;
    padding:0;
}
nav.navbar.bootsnav{
    border-bottom: 1px solid #ccc;
    background-color: #ffffff;
}
nav.navbar.bootsnav ul.nav > li > a{
	text-transform:uppercase;
	color:#01a490;
    font-family: 'CachetStd-Medium';
    font-size: 16px;
    font-weight: 100 !important;
    padding: 15px 15px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: inherit;
    font-size: 16px;
}
.navbar-right .dropdown-menu{
    top: 50px;
    left: 0px;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
  color:#f47920;
}
.dropdown-menu>li>a:hover{
  color:#9E7DD3;
}

.dropdown-menu>li>a{
	color:#2d1313;

}
.dropdown-caret {
    color: #fff;
    background-color: #999;
    padding: 5px 8px 2px 8px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}
.dropdown-caret, nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
	display:none;
}
.dropdown-icon{
	padding: 0px !important;
    border: none !important;
    position: absolute !important;
    top: 12px !important;
    right: 5px !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border-top: inherit;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: inherit;
    color:#f47920;
}
nav.navbar.bootsnav .navbar-nav > li > a{
	color:#fff;
}
.navbar-nav > li {
    float: none;
    display:inline-block;
}
.nav.navbar-nav{
	text-align:right;
    margin:0px;
    float: right !important;
    width: 100%;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "|";
    position: absolute;
    top: 14px;
    left: -7px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
	text-align:left;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li{
    background-color:#01a490;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color:#f47920;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border:none;
}
/*--navbar-part-end--*/
.carousel-caption{
/*
    margin: 0px;
    right: auto;
    left: 20%;
*/
    top: 25%;
    border-radius: 10px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.60);
}
.carousel-caption h1 {
    font-size: 36px;
    font-weight: 700;
}
.carousel-caption a{
    background-color: #f47920;
    color: #ffffff;
}
.carousel-caption a:hover{
    background-color: #01a490;
    color: #ffffff;
}
.our-services {
    padding: 50px 0px;
}
.service-heading {
    text-align: center;
    margin: 0px;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    color: #01a490;
}
.champ-services{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0.5px 0.5px 5px #333333;
}
.champimg-one {
    background-color: #01a490;
    position: absolute;
    width: 100%;
    bottom:50px;
    height: 100%;
    padding: 10px 15px;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s;
    box-sizing: border-box;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center;
}
.champ-services:hover .champimg-one{
    bottom: 0px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.champ-services h3.champ-head {
    background-color:rgba(150, 33, 138, 0.93);
    color: #fff;
    margin: 0px;
    padding: 10px 15px;
    position: absolute;
    bottom:  0px;
    width: 100%;
    opacity: 1;
}
.champimg-one h1, .champimg-one p{
    color: #fff;
    position: relative;
}
.champimg-one p{
    padding:10px 0px 15px;
}
.champimg-one h1{
    font-size: 28px;
    margin: 0px;
    font-weight: 700;
}
.champ-btn {
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.champ-btn:hover{
    background-color: #f47920;
    border-color: #f47920;
    color: #ffffff;
}
.our-community{
    background-image: url(../images/pool_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 75px 0px;
}
.our-community:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(244, 121, 32, 0.8);
}
.community-text{
    width: 100%;
    text-align: center;
}
.community-text h2{
    color: #fff;
    padding: 20px 0px;
    margin: 0px;
    font-size: 36px;
    font-weight: 700;
}
.community-text p{
    color: #fff;
}
.community-text .welcome-btn {
    border: 1px solid #fff;
    padding: 14px 15px;
    color: #fff;
    text-align: center;
    display: block;
    width: 175px;
    margin: 30px auto 0px;
    border-radius: 25px;
}
.community-text .welcome-btn:hover{
    background-color: #f47920;
    border-color: #f47920;
    color: #ffffff;
}
.focus-block{
    padding: 50px 0px;
}
.about-text h1{
    font-size: 36px;
    margin: 5px 0px 10px;
    color: #0060af;
}
.outer-box .inner-box{
  position: relative;
    display: block;
    padding: 30px 35px 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}
.outer-box .inner-box .fas{
    position: relative;
    font-size: 82px;
    line-height: 1em;
    color: #f47920;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.outer-box .inner-box p{
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 15px;
    margin-top: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.outer-box .inner-box .more-link {
    position: relative;
    display: block;
    margin-right: -45px;
    overflow: hidden;
}
.outer-box {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.outer-box:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.outer-box:hover .inner-box:before {
    bottom: -40px;
    background: #f47920;
}
.outer-box .inner-box .read-more {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 25px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.outer-box .inner-box:hover .read-more {
    opacity: 1;
    visibility: visible;
}
.outer-box .inner-box .read-more:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 11px;
    width: 300%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255,255,255,0.50);
}
.outer-box .inner-box:hover .read-more:after {
    opacity: 1;
    visibility: visible;
}
.outer-box .inner-box:hover {
    background-color: #f47920;
}
.outer-box .inner-box:hover p, .outer-box .inner-box:hover h2 a, .outer-box .inner-box:hover .fas {
    color: #ffffff;
}
.outer-box .inner-box h2 {
    position: relative;
    color: #fe230a;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-top: 0px;
}
.outer-box .inner-box h2 a {
    position: relative;
    color: #01a490;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
footer{
    border-top: none;
}
.top-footer{
    background-color: #636466;
    padding: 30px 0px;
}
 .footer-logo p{
    padding: 15px 0px;
 }
.footer-title{
    font-size: 24px;
    text-transform: capitalize;
    border: none;
    margin-bottom: 0px;
}
address a, .footer-list a {
    color: #ffffff;
}
.more-info li{
    font-size: 16px;
    margin: 5px 0px;
}
address {
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-address a, .footer-logo p, .more-info h4, .more-info p{
    color: #fff;
}
.more-info h4{
    font-weight: 700;
}
.champ-social h3 {
    margin-top: 0px;
    font-size: 24px;
    color: #ffffff;
}
.champ-social ul li{
    margin: 0px;
    padding: 0px;
}
.champ-social i{
    font-size: 30px;
    color: #ffffff;
    margin: 0px;
}
.bottom-footer {
    text-align: left;
    padding: 10px 0 10px 0;
    background-color: #01a490;
}
.bottom-footer p{
    margin-bottom: 0px;
}
.power a, .power p{
    color: #fff;
}
.copy p{
    color: #fff;
}
#newsletterForm .form-control {
    height: 35px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.newsletterForm .input-group {
    display: block;
}
.more-info .input-group-btn .btn {
    background: #01a490 none repeat scroll 0 0;
    border: 1px solid #01a490;
    font-size: 15px;
    width: 100%;
    border-radius: 5px;
    margin-top: 0px;
}
.google-cap {
    float: left;
}
#scrolltoup:hover {
    background-color: #01a490;
    color: #ffffff;
}
.brad-info p {
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.brad-info .brad-social i {
    margin-right: 0px;
    font-size: 30px;
    color: #ffffff;
}
.footer-title {
    text-align: center;
    margin-top: 0px;
    padding-bottom: 20px;
}
.champ-social {
    margin-top: 15px;
}
.champ-social ul {
    margin-left: 2px;
    margin-top: 15px;
}
.more-info .footer-title {
    text-align: left;
}
/*--staff-form--*/
.staff-form .text-center {
    color: #01a490;
    font-size: 30px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 15px;
}
.staff-form .form-horizontal .form-group, .employ-form .form-horizontal .form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.staff-heading{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;
}
.staff-form .form-horizontal .form-group p {
    margin-bottom: 0px;
}
.pos-checks .checkbox-inline {
    margin-right: 20px;
}
.pos-checks p {
    margin-top: 5px;
}
.form-buttons {
    margin-left: 15px !important;
}
.rec-list img {
    width: 200px;
}
.rec-list, .kids-act-content {
    text-align: center;
}
.rec-list h3 {
    font-size: 20px;
}
.rec-list a img {
    width: auto;
}
.kids-act-content h1 {
    background: rgb(1, 164, 144);
    color: #ffffff;
    margin: 0px;
    padding: 8px;
}
.kids-act-content img {
    width: 100%;
}
.kids-act-content ul {
    margin-top: 15px;
    line-height: 30px;
}
.employ-form textarea{
    width: 100%;
    max-width: 100%;
}
#validation-summer-form textarea{
    display: block;
}
#validation-summer-form h5{
    font-weight: 400;
}
.add_more_PERSONAL_REFERENCES_div .btn-primary {
    margin-bottom: 10px !important;
}
.page-section img{
    border-radius: 10px;
}
.about-text .outer-box .inner-box .img-responsive {
    border-radius: 10px;
}
.walton .carousel-control .glyphicon-chevron-right, .walton .carousel-control .icon-next, .walton .carousel-control .glyphicon-chevron-left, .walton .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    background-color: #f7901c;
    padding: 8px;
    border-radius: 5px;
    font-size: 24px;
}
.walton .carousel-control{
    opacity: 1;
}
.btn-primary {
    color: #fff;
    background-color: #f47920;
    border-color: #f47920;
}
.btn-success {
    color: #fff;
    background-color: #01a490;
    border-color: #01a490;
}

/*--media-responsive---*/
@media (min-width:1200px){
    .walton .container{
        width: 1030px;
    }
}
@media(min-width:768px){
    .job-col{
        padding-left: 0px;
    }
}
@media (min-width:1024px){
    .community-text p {
        color: #fff;
        margin: 0px 10% 15px;
        font-size: 16px;
        line-height: 28px;
}
    .carousel-caption h1{
        font-size: 42px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 10px 9px;
    }
     nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        border-bottom: solid 1px #eee;
        padding: 10px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
        padding: 0px;
    }
    .navbar-right .dropdown-menu{
        top: 40px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
        left: 160px !important;
    }
    .carousel-caption{
        top: 20%;
    }
    .champimg-one p{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .google-cap{
        float: none;
    }
    .more-info .input-group-btn .btn{
        margin-top: 45px;
    }
    #newsletterForm .form-control{
        margin-bottom: 30px;
    }
}
@media (max-width:991px){
    .search-box {
        width: 100%;
        margin: 10px 0px 10px;
    }
    .carousel-caption{
        top: 10%;
    }
    .champ-services, .outer-box .inner-box{
        margin-bottom: 30px;
    }
    .champ-services img{
        width: 100%;
    }
    .our-services, .focus-block{
        padding: 30px 0px;
    }
    .footer-title{
        margin-top: 20px;
    }
    .footer-logo p{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    #newsletterForm .form-control{
        width: 250px;
        float: none;
        display: block;
    }
    .more-info .input-group-btn .btn{
        width: 250px
    }
     .google-cap{
        float: none;
    }
}
@media (min-width:768px) and (max-width:991px){
    nav.navbar.bootsnav ul.nav > li > a{
        font-size: 13px;
        padding: 10px 4px;
    }
     nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        border-bottom: solid 1px #eee;
        padding: 5px;
         font-size: 13px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
        padding: 0px;
    }
    .navbar-right .dropdown-menu{
        top: 40px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
        left: 160px !important;
    }
   

}
@media (min-width:320px) and (max-width:767px){
    nav.navbar.bootsnav .navbar-nav > li{
        display: block;
    }
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 10px;
    }
    .dropdown-caret, nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after{
        display: block;
        top: 0px;
    }
    .navbar-right .dropdown-menu{
        top: 0px;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
        padding: 10px;
    }
    .carousel-caption{
        margin: 0px auto;
        right: 0;
    }
    .navbar-brand span{
        font-size: 30px;
    }
}
@media (min-width:320px) and (max-width:480px){
    .contact-info, .home-account{
        float: none !important;
        text-align: center;
    }
    .contact-info li, .home-account {
        margin-bottom: 5px;
    }
    .logo{
        display: block !important;;
    }
    .navbar-brand span{
        font-size: 20px;
        padding-top: 10px;
        padding-left: 0px;
        text-align: center;
        display: block;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    .carousel-caption{
        left: 0px;
        background-color: inherit;
    }
    .carousel-caption h1{
        font-size: 18px;
    }
    .carousel-caption p{
        display: none;
    }
    .community-text h2{
        font-size: 32px;
    }
    .our-community{
        padding: 30px 0px;
    }
    .champimg-one p{
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 24px;
    }
    .walton .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

