/* ==========================================================================
 
   ========================================================================== */

/* dog positioning on the homepage promo banner */
.home-news .event .billy {
	bottom : -95px ;	
	display : none;
}

/* HEADER */
header {
    background: #fff;
    border-bottom: 6px solid #69C342;
}
    header h1 {
        display: none;
    }
    .header-top {
        padding-top: 5px;
    }
        .header-top img{
        }
    .navbar-brand {
        padding: 0 15px 0 0;
    }
        .navbar-brand img{
            margin-top: 30px;
            width: 100%;
            height: 100%;
            background-size: 100% 100%;
        }
    .navbar {
        font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
        background: transparent;
        border: none;
        box-shadow: none;
        color: #3E5466;
        margin-bottom: 0;
        border-radius: 0;
    }
        .navbar-header {
            margin-top: -30px;
        }
        .navbar-nav {
            border-top: 1px solid #CFC7C4;
            border-top: none;
        }
        .navbar .navbar-nav>li>a {
            color: #3F5363;
            text-shadow: none;
            font-size: 1em;
            margin-top: 55px;
             /*padding-top: 5px;
          height: 63px;*/
            padding-right: 14px;
            padding-left: 10px;
            border-left: 1px solid #CFC7C4;
        }
        .navbar .navbar-nav>.active>a {
            background: transparent;
            color: #c641b0;
        }
        .navbar-default .navbar-nav>li>a:hover,
        .navbar-default .navbar-nav>li>a:focus,
        .navbar-default .navbar-nav>.active>a:hover,
        .navbar-default .navbar-nav>.active>a:focus {
            background: transparent;
            color: #69C342;
        }
        .navbar-default .navbar-nav>.open>a,
        .navbar-default .navbar-nav>.open>a:hover, 
        .navbar-default .navbar-nav>.open>a:focus {
            color: #69C342;
            background:#EBEFF1;
        }
        .navbar-default .dropdown-menu>li>a:hover,
        .navbar-default .dropdown-menu>li>a:focus, 
        .navbar-default .dropdown-menu>.active>a,
        .navbar-default .dropdown-menu>.active>a:hover,
        .navbar-default .dropdown-menu>.active>a:focus {
            background-color:#69C342;
            background-image: none;
        }
        .navbar-default .dropdown-menu>li>a {
            padding: 8px 20px;
        }
        .navbar-default .navbar-nav .open .dropdown-menu>li>a {
            color: #333;
        }
        .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
            color: #fff;
        }
    .callToday {
        left: 20px;
        display: block;
    }
   

/* Carousel */
.carousel-caption {
    height: 342px;
}
    .carousel-caption a.btn {
        width: 172px;
    }

/* Home lead blocks */
.home-lead h1 {
    font-size: 3.2em;
    line-height: 1.2em;
}

/* Home info */
.home-info {
    background: #EFE7D1;
    border-left: 5px solid #E67D3C;
    color: #E67D3C;
    font-family: 'museosans300',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    padding: 10px;
}
    .home-info a{
        color: #E67D3C;
    }
    .home-info.first{
        margin-top: 30px;
    }
    .home-info.second{
        margin-top: 12px;
    }
    .home-info span,
    .home-info span a{
        color: #E67D3C;
        font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-size: 1.19em;
    }
    .home-info.second span{
        font-size: 1.08em;
    }
    .home-info a:hover{
        text-decoration: none;
    }
    
/* Home info */  
.home-4-blocks article{
   height: 250px;    
}
    .home-4-blocks article .btn{
       position: absolute;
       bottom: 10px;
       width: 90%;
    }
    
/* Default Page */        
/* --Sidebar */
.sidebar{
    margin-top: 86px;
}
    .withSubtitle{
        margin-top: 121px;
}

.main-news .featured-image  {
    height: 100px;
}

.main-news .news_stories {
    padding-bottom: 80px;
}

.news_stories a.btn-regular { 
    position: absolute;
}

.main-article::after, .main-list::after {
    content: "";
    border-bottom: 3px solid #EBEAE6;
    position: relative;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
}

.main-news .row-news {
    margin-bottom: 20px;
}

.main-news .row-news .news_stories {
    margin-bottom: 0;
}

.main-news .row-news .news_stories::after {
    display: none;
}

.main-list .featured-image {
    position: relative;
}

.main-list .featured-image img {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .children,
.dropdown-menu .children li {
    list-style-type: none;
    padding: 0;
}

.dropdown-menu li:hover .children {
    display: block;
}

.dropdown-menu .children {
    position: absolute;
    display: none;
    top: 0;
    right: -100%;
    width: 300px;
    padding-bottom: 10px;
    margin-right: -4px;
    z-index: 20;
    background-color: #425363;
}

.dropdown-menu .children a {
    display: block;
    padding: 8px 20px;
    color: #FFF;
    background-image: none;
}

.dropdown-menu .children a:hover {
    background-color: #69C342;
    color: #FFF;
    text-decoration: none;
}

.dropdown-menu .page_item:hover,
.dropdown-menu .page_item:hover > a {
    background-color: #69C342;
    color: #FFF;
    text-decoration: none;
}

.dropdown-menu .page_item:hover a {
    color: #FFF !important;
}
.active{color:#131413}