body {
    /*padding-top: 50px;*/
    padding-top: 0px;
    background: #fefefe;
    font-size: 1.6em;
    line-height: 1.4em;
}

p, h1, h2, h3, h4, h5, ol, ul, td{
    font-family: 'Source Sans Pro', sans-serif;
}
p, h1, h2, h3, h4, h5{
    margin-left: 0px;
    margin-right: 0px;
}
h1, h2, h3, h4, h5{
    font-weight:400;   
    color: #41749f;
}

h2{
    font-size: 26px;
}

h3 {
    font-size:18px;
}

h4 {
    padding-top:15px;
    padding-bottom: 0;
}
a {
    color:#1067af; 
}
a:hover, a:active, a:focus {
    outline: none;
}

h3 a.anchor{
    display:block;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;   
    color: #6084a3;
}
h3  .anchor:hover{
    text-decoration: none;
}

p{
    text-align: justify;
    margin-top: 10px;
    font-size: .97em;
}

h2 a:hover, h2 a:active, h2 a:focus{
    text-decoration: none;
    color: #46b8da;
}

h2.heading{   
    margin-bottom:20px;
    margin-top:20px;
    text-align: center;
}
h2.heading a{
    font-weight: bold;
}

.upcoming-events h3 a{
    font-weight: normal;
    font-size: .95em;
    color: #2565B5;
}

ul{
    margin-left:20px; 
    padding-left:0px;
}


ul.group-items{
    margin-left:0px;
}


.dropdown-menu li a{
    padding-bottom: 5px;   
    padding-top: 5px;   
}
.dropdown-menu li a:hover{
    padding-bottom: 5px;   
    padding-top: 5px;   
}

.navbar-inverse{    
    /*height:50px;*/
    background: #055292;
    border-bottom: 1px solid white;
    border-color: #2c7e96;
    opacity: .95;
}
.navbar-default .navbar-nav > .active > a:hover {
    background: #fff;
    color: #4a4a4a;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover{
    /*background: #46b8da;*/
    color: #fff;
}
.dropdown{
    margin-top:0px;
    padding-top:0px;
}

.dropdown-menu  li  a{
    /*    color: black;
        background: white;*/
}
.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
}
.navbar-nav>li>a{
    line-height: 18px;
    padding-top:10px;
    padding-bottom:10px;
}

.navbar-inverse .in {
    background: #333;
}

@media (min-width:768px){
    .nav > li > a{
        font-size: .85em;
    }

}


ul.nav li.dropdown a:hover,ul.nav li:hover,ul.nav li a:hover,ul.nav li.dropdown:hover
{
    /*    background: #2565b5;*/
}


.navbar-default .navbar-brand:white {
    color: #96cafe;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav>.active>a
/*, .navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus*/ {
    background: #2c69b6;
    color: white;
}

.navbar-default .navbar-nav>.active>a:hover {
    background: white;
}
/* dropdown-menu hover*/
ul.nav li.dropdown:hover ul.dropdown-menu li a:hover {
    background: #ddd;
}

ul.nav li.dropdown:hover ul.dropdown-menu li .active {
    background: #eee;
}

/*top-nav on click*/
.dropdown-toggle:active, .open .dropdown-toggle {
    /*background: #71b3ef !important;*/ 
    background: #034a85 !important; 
    color:#fff !important;
}

.navbar-inverse .navbar-toggle{
    border-color:#296e83; 
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{    background:#065ea7;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #296e83;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{background:#0c4d84;} 



.top-header h1{

    margin-top:30px;
}

@media (max-width: 360px){
    .top-header h1{
        font-size: 1.5em;
        line-height:1.2em;

    }
    .col-xs-4 .logo img{
        width: 150%;
        margin-top: 10px;
    }
}

.starter-template {
    padding: 40px 15px;
}
.container{
    padding:0px;
    background: none;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .container .jumbotron {
        padding-right: 20px;
        padding-left: 20px
    }
    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px
    }
}


.colored-list a.list-group-item {
    /* 	background: #A84442; */
    background: #0074A7;
    color: white;
    font-size: 18px;
}

.colored-list a:hover.list-group-item {
    background: #816C5B;
    color: white;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: -1px;
    margin:auto 10px;
    background-color:transparent;
    border:none;
    border-bottom: 1px solid #ddd;
}

.btn-compliment-1, .btn-compliment-2{
    border-radius:0;
    margin-right:15px;
    color: white; 
}


.btn-compliment-1:hover, .btn-compliment-2:hover{
    background: DarkOliveGreen;
    color: white; 	
}
.btn-compliment-1{
    background: SlateGray;
}
.btn-compliment-2{
    background: PaleVioletRed ;
}





.large-text {
    font-size: 35px;
}

.events {
    color: #66458C;
}

.news {
    color: #747474;
}

.em {
    font-style: italic;
}

.date-block {
    border: 1px #ddd solid;
    background: white;
    text-align: center
}

.month-block {
    display: block;
    background: #5B6090;
    color: white;
    padding: 3px;
    width: 60px;
    text-align: center;
    font-weight: bold;
}

h2.front-page-header { /* 	color: #D07E18; */
    color: #5B6090;
    margin-top: 20px;
    margin-bottom: 5px;
}


th{
    color: #717171;
    font-size: .95em;
}

td{
    vertical-align:top;
}

.logo{
    width:65%;
    margin: 8px auto 0 auto;
}



.top-header {
    padding-bottom:5px;
    background: #0D65AF;
    border-bottom:1px solid #14436b;
    color: #fff;
    -webkit-box-shadow: 0 10px 5px #888888;
    -moz-box-shadow: 0 10px 5px #888888;
    box-shadow: 0 4px 5px #aaa;
}

.top-header span{
    color:white;
}

.right-divider {
    border-right: dotted 1px #eee;
    padding-right: 20px;
}

.recent-news>ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.recent-news>h3 {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.news-title {
    font-size: 1.2em;
    color: #0d468e;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    letter-spacing: .2px;
}
.clearfix h3.news-title{
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-pubdate {
    font-style: italic;
    font-size: .8em;
    margin: 0;
    padding: 0;
    color: maroon;
}
.read-more{
    border-bottom: 1px dotted #ddd;
}
p.news-description{
    margin-top:0px;
}


.tab-content {
    padding-left: 10px;
    padding-right: 15px;
    background: #eaffff;
    min-height: 236px;   
    border: 1px solid #ddd;
    border-radius: 5px;
}

.tab-content p{
    margin: 15px 35px; 
    font-size:.95em;
    text-align: center;
}

.tab-content p a{
    color: #00a000; 
}

.tab-content .active{
    margin-top:5px;
}
.tab-content ul{ 
    padding: 0px;
    margin-bottom: 0px;
}

.tab-content ul li{ 
    padding-bottom: 2px ;
}

.tab-content li a{ 
    color:#4f6163;
    font-size: .95em;
}


ul.nav.nav-tabs{
    border:none;
    margin-bottom: -2px;
}
ul.nav-tabs>li>a {
    font-size: 1em;
    /*color: #b3241d;*/
    color:#024e4e;
}

ul.nav-tabs>li>a:hover {
    border-bottom:none;
    background: #faffff;
}

.nav-tabs>li>a {
    outline: none;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: #01a6a6; 
    cursor: default;
    background: #faffff;
}
@media (max-width:1199px){
    .nav.nav-tabs>li>a{
        padding:10px;
        margin:0;
    }
}

.justify {
    text-align: justify;
}

.page-header {
    margin-top: 0px;
}

/* SIDEBAR */
.side-bar{
    margin:0px 10px 0 ;
    font-size: 1em;
    line-height: 1.2em;
    border-radius: 4px;    
}

.side-bar p{
    line-height: 1em;
}
.side-bar ul {
    margin: 0;
    margin-left: 15px;
    padding: 0;
}

.side-bar ul li {
    list-style: circle;
    margin-bottom: 5px;
    font-size:.96em;

}

.side-bar h4, .side-bar h4 a, .side-bar li a {
    color: #0090d1;
}
.side-bar h4{
    border-bottom: 1px dotted #ddd;
}

.side-bar h3 {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0px;
    background:#6492c6;
    color: white;
    padding:5px 10px;
}

.side-bar ul{
    margin: 0px;
}
.side-bar ul li{
    list-style: none;
    border-bottom:none;
    margin:0;
}
.side-bar ul li:last-child{
    /*border-bottom: 1px solid #eee;*/
}
.side-bar ul li a, .side-bar .active-list{
    display: block;
    padding: 5px 10px;
    border:1px solid #eee;
    border-bottom:none;
    margin:0;
}
.side-bar ul li a:hover{
    background: #eee;
}

.side-bar ul li:last-child{
    border-bottom: 1px solid #eee;
}


.side-bar a:hover {
    text-decoration: none;
}

.side-bar h3 {
    font-size: 16px;
    margin-top:15px;
}

.side-bar h4 {
    font-size: 14px;
    margin-top:14px;
}

.pagination {

}

.well {
    background-color: #fafffa;
    margin-top: 15px;
    margin-bottom: 15px;
}
.well h2{
    margin-top: 0px;
}
.well p{
    text-align: left;
}
.row > .footer{
    margin: 15px;
    padding:20px 10px 10px;
    width: inherit;
}
.footer ul li{
    padding-bottom: 2px;
    color: #fff;
}
.footer ul li a{   
    /*    color: #c7254e;*/
    color: #cee6ff;
    font-size: .95em;
}

@media ( min-width :768px) {
    .footer {
        width: 750px
    }
}

@media ( min-width :992px) {
    .footer {
        width: 970px
    }
}

@media ( min-width :1200px) {
    .footer {
        width: 1170px
    }
}

.bold {
    color: red;
    text-style: underline;
    font-weight: bold;
}

.carousel{
    /*    -webkit-box-shadow: 0 5px 10px #9c9c9c;
        -moz-box-shadow: 0 5px 10px #9c9c9c;
        box-shadow: 0 5px 10px #9c9c9c;*/
    /*margin-top:20px;*/
    margin-top:0px;
    /*margin-bottom:20px;*/
    margin-bottom:10px;
}

.carousel-caption {
    width:50%;
    top: auto;
    bottom: 0px;
    left:0;
    background: #24292d;
    color: #fff;
    opacity: 0.9;
    padding:15px;
    margin:0;
    border-radius: 0px 10px 0px 0px;
}

.carousel-indicators{
    top:10px;
    bottom:auto;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(25,52,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-caption h2, .carousel-caption p{
    margin: 0px;
    padding:0px;
    text-align: left;
}
.carousel-caption h2{
    font-size: 14px;
    color: #fff;
    line-height: 1.4em;
}

.carousel-inner>.item>img {
    width: 100%;
}

.carousel-inner {
    background: transparent;
    margin-bottom: 0px;
    border-top: none;
    border-bottom: 1px solid #cdd7e5;
}
.tab-pane .container{
    width:100%;
}

.tab-content-fixed{

}

.tab-content .carousel-inner{
    border:none;
}
.tab-content .carousel-inner .container{
    margin-top: 15px;
    background:transparent;
}
.tab-content .carousel-inner .container ul{
    list-style:circle
}

table{
    border:none;
}

table p{
    text-align: left;
    padding:0px;
    margin:0 0 10px;
}

.td ol, td ul{  
    padding-left: 0px;
}


td ol li, td ul li{
    margin-bottom: 0px;
}

.content td p{
    padding:5px;
    margin:0px;
}
.content hr{
    margin-top:0px;
}


.content{
    text-align: left;
    padding-top:0px;
    border-top:1px solid #ecebeb;
    box-shadow: 0 9px 0px 0px white, 
        0 -9px 0px 0px white, 
        2px 0 8px -4px #333, 
        -2px 0 8px -4px #333;
}
.content ol{
    padding-left:15px;
}

.content .clearfix{
    min-height:500px;
    margin-bottom: 30px;
    margin-top:0px;
}


.content.container h2{
    line-height: 1em;
}

h2.page-head{
    border-bottom: 1px dotted #ddd;
}

.clearfix {
    padding: 0px;   
}

@media(min-width:768px){
    .clearfix {
        padding: 20px 15px;   
    }
}

.muted-footer{
    color: #ddd;
}

.clearfix h3{
    margin-bottom: 5px;
}


.clearfix ol li {
    margin-left:0;
    padding-left:0;
}


.content .clearfix .col-sm-8, .content .clearfix .col-xs-12 {
    padding-left:0;
    margin-left:0;
}

.content .clearfix .col-sm-8.right-divider{
    border:none;
}
.clearfix > .col-md-3 {
    padding-right:0px;
}
.col-sm-4 .side-bar{
    margin-right:0;
}
@media (max-width:767px){
    .col-xs-12 .side-bar{
        border:none;
        border-top:1px dotted #ddd;
    }
}


.navbar {
    margin-bottom: 0px;
    border-radius: 0px;;   
    min-height:40px;
    line-height:30px;
    width:100%;
    z-index: 9999999999;
}
.sticky {
    position:fixed;
    top:0;
} 


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.carousel-fade {
    .carousel-inner {
        .item {
            opacity: 0;
            transition-property: opacity;
        }

        .active {
            opacity: 1;
        }

        .active.left,
        .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }

        .next.left,
        .prev.right {
            opacity: 1;
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}

/*google translate*/ 
.goog-logo-link {
    display:none !important;
} 

.goog-te-gadget{
    color: transparent !important;
}
/*hide google iframe*/
body {top: 0px !important; position: static !important; }
.goog-te-banner-frame {display:none !important}

.cal-month{
    border-bottom: none; 
    padding-left:10px;
    color: #7dbec7;
    font-size:1.3em; 
}

.cal-day{
  text-align: center; 
  width:60px;
  background:#4edcf0; 
  color:white;
  border-top:none; 
  padding:5px 10px;
  border-radius: 0px 10px 0px 10px;
  font-weight: bold;
}
.event-link{
    color: #2565B5;
}