/* your styles go here */


.one{
  background-color: #013A6B;
  background-image: -webkit-linear-gradient(30deg, #FFFFFF 50%, #004E95 50%);
}


.bgColorBrick {
  /* background-color: #c9494a; */
  background-color: #c54646;  
}


hr.solid {
    border-top: 1px solid #013A6B;
}


.bdColor1 {
  background-color: #f0f0f0;
}

.bdColor2 {
  background-color: #d9edf7;
}

.bdColor3 {
  background-color: #eeeeee;
}

.bdColor4 {
   background: #33b5e5;
}


.bdColor5 {
   background: #4aa3f0;/* BLue */   
}

.bdColor6 {
   background: #da2826;
}


.bdColor7 {
   background: #ed6a5b; /* CBS pink */
}


.bdColor8 {
   background: #e9ecef; /* Jumbo Grey */
}



.bdColor9 {
   background: #f5f0e5; /* creamy */
}

.bdColor10 {
   background: #f6781d; /* Orange */
}


.bdColor11 {
   background: #ffffff; /* Orange */
}


.bdColor12 {
   background: #ffffce; /* Orange */
}



.text-Blue {
    /* color: #114dac; */
    color: #007bff;   
}
.bg-Blue{  
  background-color: #ADD8E6;
  
}


.text-Orange {
    color: #f6781d;
}


.text-White {
    color: #FFFFFF;
}


.text-Watermelon {
    color: #ed6a5b; /* CBS pink */
}


.text-hyper-color {
  color: #663300 !important; // Define your own color in your CSS
}
.text-hyper-color:hover, .text-hyper-color:active {
  color: #664D33 !important; // Define your own color's darkening/lightening in your CSS
}



.text-hyper-white {
  color: #fff1bb !important; // Define your own color in your CSS
}
.text-hyper-white:hover, .text-hyper-white:active {
  color: #FFFFFF !important; // Define your own color's darkening/lightening in your CSS
}



.jumbo-padding {
padding: 20px 20px 20px 20px; // T R B L
}




/*--------- NEWS SCROLL ----------- */

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.newsVscroll ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #FF0000; 
}

/*-- END NEWS SCROLL --- */