@import url('../TBA_20_2_26/99-Austin_Responsive.css'); 
@import url('../TBA_20_2_26/zzCustom.css');
@import url('../TBA_20_2_26/zzCustomQuery.css');

 /* TABC SITE OVERRIDES */
.col-primary h1, .col-primary h2, .col-primary h3, .col-primary h4, .col-primary h5 {
  	color: rgb(53,142,205);
	margin-top: 10px;
}


html.tba body {
    color: #31313F;
    /*background:#B0C1DF url(images/sitebg.jpg) 50% 0 no-repeat;*/
    background: #152147 url(images/tba/TABCsiteBG.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
    height: auto!important;
    background-size: cover;
}

.header a.hdLogo {
    background: url(images/tba/swabclogo.png) 0 0 no-repeat;
    background-size: contain;
}

.RadMenu.rmResponsive ul {
  margin: 0;
  padding: 0;
  /* border: 1px solid #fff; */
  min-height: 55px;
  background-image: linear-gradient(rgba(44,58,70,.7),transparent);
  border-radius: 10px 10px 0 0;
  float: left!important;
  width: 100%;
}

.hpEvents h2, .hpNews h2 {
  color:#fff;
 background-color:rgba(53,142,205,0.7);
}

.HomePage .col-primary .ContentItemContainer {
    margin-bottom:0;
}


.hpMiniProfileOutter {	
border-radius: 8px 8px;
box-shadow: 0 0 10px #000;
margin-bottom: 40px;
background-color:#E4E4E4;
}


.hpLinks {
    /* width: 240px; */
    /*background-color: #86A1CA; */
    background-color:rgba(53,142,205,0.7);
/*     margin-top: 50px; */
    border-radius: 8px;
    padding: 10px;
}


.hpLinks h2 {
    font-family:'Source Sans Pro', sans-serif;
    font-size:14px;
    font-weight:bold;
    font-style:italic;
    line-height: 40px;
    clear: both;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
    padding-bottom:10px;
    border-radius: 8px 8px 0 0;
    text-shadow: 0 0 10px #777;
    background-color:rgba(255,255,255,0.7);
}




.hpLinks ul {
    padding:10px;
    background-image:linear-gradient(180deg, #ffffff, #e4e4e4);
    border-radius:8px;
    margin-top:-15px;
   }



.hpLinks ul li {
    margin: 0;
    padding: 10px;
    list-style-type: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#ffffff), to(#EBEBEB));
    background: -webkit-linear-gradient(-90deg, #ffffff, #EBEBEB);
    background: -moz-linear-gradient(180deg, #ffffff, #EBEBEB);
    background: -o-linear-gradient(180deg, #ffffff, #EBEBEB);
    background: linear-gradient(180deg, #ffffff, #EBEBEB);
    list-style-image: none;
}

.hpLinks ul li:hover {
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#ffffff), to(#cccccc));
    background: -webkit-linear-gradient(-90deg, #ffffff, #cccccc);
    background: -moz-linear-gradient(180deg, #ffffff, #cccccc);
    background: -o-linear-gradient(180deg, #ffffff, #cccccc);
    background: linear-gradient(180deg, #ffffff, #cccccc);
}


.navbar-toggle.collapsed {
  background-color: #0066a4;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #990000;
}

ul, ol {
	margin-top:0;
	margin-bottom: 9px;
	margin-left:0;
}
@media (max-width:767px){
	.RadMenu.rmResponsive ul {
		border-radius:0;
	}
	.rmVertical.rmGroup.rmLevel1 {
		background-image:none!important;
		background-color:#ccc;
	}
}
/* PTR:12/3/13 for no sidebar */

body.NoSideNav .col-secondary {
    display: none;
}
body.NoSideNav .col-primary {
    width: 100%;
    margin-left: 0%;
}

/* UPDATE BACKGROUND COLOR FOR EVENT PAGE */
.EventSummary {
    background-color: #fff;
}

/* BEGIN COMMUNITIES CHANGES  KK */
.CommunityLinksBlock a {
    border-radius: 0px;
    border: transparent;
    margin-right: 10px;
    padding: 3px 10px;
    background: #3B6492;
    /*background: -webkit-linear-gradient(270deg, #AC0007, #720000);*/
    color: white;
    letter-spacing: .2em;
    font: 16px 'Source Sans Pro', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    /*float: left;*/
    margin-bottom: 2px;
    width: 100%;
    text-align: center;
}
.CommunityLinksBlock a.CommunityLinksSelected {
    opacity: 1;
}
.CommunityLinksBlock a.CommunityLinksSelected, .CommunityLinksBlock a.CommunityLinksSelected:hover {
    background-color: #1b3450;
    color: White;
    font-weight: bold;
    text-decoration: none;
}
.CommunityLinksBlock a:hover, .CommunityLinksBlock a:visited, .CommunityLinksBlock a:active {
    color: #fff;
	/*background-color: #1b3450;*/
	text-decoration: none;
}

.CommunityLinksBlock a:hover {
    background-color: #1b3450;
    color: #fff;
    text-decoration: none;
	opacity: 1;
}

.btn, .TextButton, .TextButtonWithImage, .RadUpload .ruButton, .RadUploadProgressArea .ruButton, #masterHeaderActionArea a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 100 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: normal;
    text-decoration: none;
    padding: 0 .25em 0 .25em;
    font-size: 0.98em !important;
    /* border-radius: 5px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.CommunityLinksBlock a:first-child {
    border-top: transparent;
}
.CommunityItemTitle {
    font: bold 16px 'Source Sans Pro', sans-serif;
    color: #3B6492;
	text-transform: none;
    text-decoration: none;
}
.CommunityRepeaterList ul li {
	    list-style-image: none !important;
	    list-style-type: none !important;
}
.CommunityRepeaterList > li {
    list-style-type: none;
	list-style-image: none !important;
}
.CommunityName {
	    font: bold 22px 'Source Sans Pro', sans-serif;
    color: #3B6492;
	text-transform: uppercase;
    text-decoration: none;
}
.CommunitySummaryBlock {
    border: none;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
    /*margin-top: -14px;*/
}
h2.panel-title {
	color: #fff;
	background-color: #1b3450;
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding: 3px 10px;
}
/* END COMMUNITIES CHANGES KK */

a.BlueButton {
	background-color:rgb(53,142,205);
	padding: 5px;
	text-decoration: none;
	text-align: center;
	min-height: 35px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
