/* Add here all your CSS customizations */

.alink
{
	font-weight:NORMAL;
	color:#fff;
	text-decoration:none;
	
}
.alink:hover
{
	color:#fff;
	text-decoration:underline;
}
.locationtext
{
	color:#fff;
	padding-top:5px;
}
.mydarkbluebg
{
	background-color: #6E0000;
	color:#fff;
	font-size: 25px;
	padding:20px;
}
.mylightbluebg
{
	background-color: #660000;
	color:#fff;
	font-size: 15px;
	padding:17px;
}
.myjustify
{
	text-align:justify;
}
.mydarkbluebg1
{
	background-color: #6E0000;
	color:#fff;
	font-size: 25px;
	padding:10px;
}
.text4
{
	color: #65C5DD;
	font-size:17px;
	font-weight: normal;
}
.myteamheight
{
	height: auto;
	min-height: 350px;
}
.tab-pane
{
	text-align: justify;
}
ul.nav-pills > li.current_page_item > a {
	background-color: #1551AA;
	color:#fff;
}
ul.nav-pills > li.current_page_parent > a {
	background-color: #1551AA;
	color:#fff;
}
ul.nav-pills > li.current_page_ancestor > a {
	background-color: #1551AA;
	color:#fff;
}
ul.nav-pills > li.current-page-ancestor > a {
	background-color: #1551AA;
	color:#fff;
}
.mybutton
{
	padding:10px;
	width:200px;
	text-align:center;
	font-size: 20px;
	color:#fff;
	background-color: #1551AA;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xl-5ths, 
.col-xs-two5ths, .col-sm-two5ths, .col-md-two5ths, .col-lg-two5ths, .col-xl-two5ths, 
.col-xs-three5ths, .col-sm-three5ths, .col-md-three5ths, .col-lg-three5ths, .col-xl-three5ths, 
.col-xs-four5ths, .col-sm-four5ths, .col-md-four5ths, .col-lg-four5ths, .col-xl-four5ths, 
.col-xs-five5ths, .col-sm-five5ths, .col-md-five5ths, .col-lg-five5ths, .col-xl-five5ths, 
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-5ths {width: 20%;float: left;}
    .col-sm-two5ths {width: 40%;float: left;}
    .col-sm-three5ths {width: 60%;float: left;}
    .col-sm-four5ths {width: 80%;float: left;}
}

@media (min-width: 768px) {
    .col-md-5ths {width: 20%;float: left;}
    .col-md-two5ths {width: 40%;float: left;}
    .col-md-three5ths {width: 60%;float: left;}
    .col-md-four5ths {width: 80%;float: left;}
}

@media (min-width: 992px) {
    .col-lg-5ths {width: 20%;float: left;}
    .col-lg-two5ths {width: 40%;float: left;}
    .col-lg-three5ths {width: 60%;float: left;}
    .col-lg-four5ths {width: 80%;float: left;}
}

@media (min-width: 1200px) {
    .col-xl-5ths {width: 20%;float: left;}
    .col-xl-two5ths {width: 40%;float: left;}
    .col-xl-three5ths {width: 60%;float: left;}
    .col-xl-four5ths {width: 80%;float: left;}
}