/*
@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800);
*/

html {
    min-height: 101%;
    margin-bottom: 1px;
}
body {
    background: #fff;
    font-family: 'Public Sans',Helvetica,sans-serif;
    color: #333;
}
img {
    max-width: 100%;
    height: auto;
}
.hname {
	display: none;
}
* {
    border-radius: 0 !important;
}


h1 { color: #295699;  font-weight:bold; font-size:36px; border-bottom: 1px solid black; 
}
h2{  font-weight:bold; color:#295699; font-size:24px;
}
h3{ font-weight:bold; color: #295699; 
}
h4{ font-weight:bold; color: #295699; 
}
h5 { font-weight:bold; color: #295699;  font-size:24px; border-bottom: 1px solid black; display:block; width:100%; padding:0px; margin-bottom:0px; 
}
h6 {
	font-weight: bold;
}

a {
    color: #295699;
}
a:hover,
a:visited {
    color: #4572b6;
}


/*
 * bootstrap overrides and extensions
 * --------------------------------------------------
 */
.clearer.form-control-feedback {
    pointer-events: auto;
}
.form-inline .form-group.group-has-clear {
    position: relative;
}
.form-inline .form-group.group-has-clear input {
    z-index: 1;
}
.form-inline .form-group.form-group-sm.group-has-clear .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.form-control-feedback.glyphicon-remove-circle {
    cursor: pointer;
}



/*
 * #site_header
 * --------------------------------------------------
 */
#site_header {
	margin: 40px 0;
}
#site_header .container {
	padding: 0;
}
.navbar-brand {
    display: block;
    padding: 5px 15px;
    line-height: 40px;
}
.navbar-brand img {
	max-height: 40px;
	width: auto;
}
.navbar {
    border-top: 5px solid #90abda;
    background: #4572b6;
    color: #fff;
    text-transform: uppercase;
	font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav > li > a:hover {
    background: #295699;
}
.btn {
	font-weight: bold;
}


/*
 * #site_main
 * --------------------------------------------------
 */
#site_main {
}
#site_main > .container {
}



/*
 * #content
 * --------------------------------------------------
 */
@media (min-width: 768px) {
    #content {
        min-height: 500px;
    }
}
#content .block-set {
    width: 40%;
    margin-bottom: 20px;
    font-size: 80%;
}
#content .block-set.pull-right {
    margin-left: 30px;
}
#content .block-set.pull-left {
    margin-right: 30px;
}
@media (max-width: 540px) {
    #content .block-set {
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 20px;
        text-align: center;
    }
}



/*
 * .sponsorship-list
 * --------------------------------------------------
 */
.sponsorship-list {
}
.sponsorship-list form {
	display: none;
}



/*
 * #site_footer
 * --------------------------------------------------
 */
#site_footer {
    margin-top: 40px;
   padding-top: 40px;
   padding-bottom: 40px; 
   background: #295699;
   border-top: 16px solid #ed1e24;
   color: #fff;
}
#site_footer > .container {
	padding-top: 30px;
	padding-bottom :30px;
	border-radius: 6px;
}
#site_footer a {
    color: #fff;
   text-decoration: underline;
}
#site_footer a:hover,
#site_footer a:visited {
    color: #fff;
}
#site_footer .legal {
   text-align: center;
}
#site_footer .social {
   padding-bottom: 20px;
   text-align: center;
}
#site_footer .social .fa {
   padding: 0 2px;
}
@media (min-width: 768px) {
    #site_footer .legal {
       text-align: left;
    }
    #site_footer .social {
       padding-bottom: 0;
       text-align: right;
    }
    #site_footer .social .fa {
       padding: 0 0 0 5px;
    }
}



/*
 * HOME PAGE
 * --------------------------------------------------
 */
.home #billboards {
    position: relative;
    z-index: 1000;
    margin-bottom: 20px;
}
.home .news-teasers {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px #666;
}



/*
 * NEWS
 * --------------------------------------------------
 */
.news-detail .link-return {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news-detail .entry {
    overflow: hidden;
    clear: both;
}



/*
 * EVENTS
 * --------------------------------------------------
 */
.events-detail .link-return {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.events-detail .entry {
    overflow: hidden;
    clear: both;
}
.events-detail .entry .location {
    font-weight: bold;
}



/*
 * TEAM BIOS
 * --------------------------------------------------
 */
.bios-listing .item {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #666;
}
.bios-listing .item .image {
    padding-top: 20px;
}



/*
 * COUNTDOWN
 * --------------------------------------------------
 */
.countdown-amount { padding: 0 0 0 6px; }
.countdown-period { padding: 0 0 0 6px; }