/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

li {margin-left: 2em;}


/*.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}*/

#primary-menu ul li a div > i {
	line-height: 11px;
	margin:5px auto 0;
}

.team.team-list .team-image {
	max-width: 110px;
	margin-right:20px;
}

/*.team-title h4 {
	font-size: 1.24rem;
}*/

.promo.promo-dark.bottommargin {
	padding:20px;
}

.promo.promo-dark.bottommargin span{
	font-size: 1.5rem;
}

.promo.promo-dark.bottommargin a:hover{
	color:#77560E;
}

#content p {
    line-height: 1.6; }

ul.commissioner-details li{
	list-style-type: none!important;
	font-weight:normal;
	  }

.entry-title > h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.spost .entry-title h4 a {
	font-size: .85em;
	line-height: 1em!important;
}

.spost .entry-title h4.name {
	font-size: .75em;
	letter-spacing: 1px;
}

.spost,
.mpost {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #E5E5E5; }

.topmargin-xs {
	margin-top: 10px;
}

.widget > h4.secondaryH4 {
    margin-top:10px!important;
	margin-bottom: 10px;
}

.rightmargin-xs {
	margin-right:10px;
}

.rightmargin-xxs {
	margin-right:5px;
}
div.content-wrap .promo.promo-dark.promo-sc {
    border: 0 !important;

    background-color: #003366;
    padding: 10px 200px 10px 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.promo-full{
	padding:20px 0!important;
	padding-bottom: 20px;
}

.container-fluid.pre-menu{
  height: 50px;
  padding-top:10px;
  }

/*
.container-fluid.pre-menu img {
    max-height:30px;

}
*/

.leadership {
	background: url(../img/AdobeStock_89418219.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #FFF;
	height: 100%;
}

.background-image {
	background-image: url(../img/beauty2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size:contain;
	background-color: transparent;
}

.sidebar {
    margin-right: 5px;
}

div.sidebar li  {
	text-decoration: none !important;
	list-style-type: none;
	color: #857345; 
}
div.sidebar p {
	margin: 0 0 5px 0;
	font-weight:600;
	border-bottom:1px solid #999;
}

div.header-image {
	background-image:url(../img/dome-inside.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size:cover;
	background-color: transparent;
	height: 12em;
}

div.header-image h1.text-center {
	color:#FFF;
	line-height:5;
}

.nav a.dropdown-toggle::after {
  display: none;
}

.tagline {
	box-sizing:border-box;
	color:#666;
	font-size:1.85rem;
	font-weight:300;
	line-height: 20px;
	margin-top:20px;
	text-align: right;
}

.lead-sm {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
	border-bottom: 1px solid #999;
}

.sidebar li{
	text-decoration: none;
	list-style-type:none;
	color: red;
}

 #logo img {
    height: 32px;
}
.subnav ul {
	padding: 0;
	    display: block;
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.subnav li {
	list-style-type: none;
	text-decoration: none;
	display:inline-block;
	margin-right:20px;
	padding:0px ;
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 10px;
	height: 32px;
}

.nav .fa {
	display:inline-block;
}

.finance .fa {
	width:10px;
	padding:0 5px;
	margin-bottom:0;
	box-sizing: border-box;
}

.red {
	color:#D00C0F;
}

.text-white {
	color: #FFFFFF;
}

.text-white-25 {
	color: rgba(255,255,255, 0.25);
}
/*///////////////////////// 
NAVBAR 
//////////////////////////////////*/

/*.navbar {
	margin-bottom: 0;
}
/* navbar */
.navbar-default {
/*    background-color: #003366;*/
    border-color: #003366;
	border-bottom: none;
}
/* Title */
.navbar-default .navbar-brand {
    color: #5c6c70;
	padding:7px 6px 5px 15px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
.navbar-default .navbar-text {
	color: #fff;
}
/* Link */
.navbar-default .navbar-nav > li > a{
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: rgba(107, 137, 166, 0.25);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: rgba(107, 137, 166, 0.25);
}

/* =============================== */
.navbar-form  .form-group button.btn {
    color: #fff;
    background-color: #003366;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* Mobile version */
.navbar-default .navbar-toggle {
    border-color: #BDCBCC;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0052a3;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #BDCBCC;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* --------------BACK to TOP ------------------ */
#return-to-top {
    position: fixed;
	z-index:50;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
	z-index:50;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */
/*body{background: #fff ;font-family: 'Open Sans', sans-serif;}h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}*/

.back-to-top {
	display: inline-block;
	padding:0 10px;
	border-radius:0px;
	text-align: center; 
	margin-top:10px;
	border-top:1pt dotted #69acd2;
	border-bottom:1pt dotted #69acd2;
	border-right:1pt dotted #fff;
	border-left:1pt dotted #fff;
}

.back-to-top a{
	font-size: .85em;
	color: #144f70;
	text-decoration: none;
}
.back-to-top:hover{
	background-color:transparent;
	border-top:1pt dotted #fff;
	border-bottom:1pt dotted #fff;
	border-right:1pt dotted #69acd2;
	border-left:1pt dotted #69acd2;
	 }
ul.schedule {
	max-height: 400px;
    margin-bottom: 10px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}
ul.schedule li {
	line-height:1.35em;
	
}
.team-title > h4.spacing-tight {
		letter-spacing: 1px;
	}
.btn-burg {
	color: #FFF;
	background-color:#660C0D;
	border:3px solid #3A090A;
}
.btn-burg:focus,
.btn-burg:active,
.btn-burg:hover{
	color:#FFF;
}

.text-center-vert {
	float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
    }
}


@media (max-width: 1200px) {
    .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;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}
.text-muted {color: #7893ae;}


@media (max-width: 768px) {
	div.bar-wrapper .icon-wrapper .fa {
		width:15px;
		height:25px;
		font-size:1.85rem;
		
	}
	div.icon-wrapper-single {
		margin:5px 5px -5px 5px;
	}
	
	div.icon-wrapper-single p{
		font-size: .95rem;
		margin: -5px 0 0 0;
		padding: 0;
	}
	.btn-burg {
		width:100%;
		margin:0;
}
/*
	.full-width-mobile {
		padding:0;
		margin:0 20px;
	}
*/
}
