

 /* issues colors */
.orange {background-color: #ff6600}
.green {background-color: #cccc66}
.yellow {background-color: #efa834}
.blue {background-color: #0a2143}
.turquois, .turquoise {background-color: #55b3cd}


/* ==========================================================================
   SECTIONS, RISE ZONES
   ========================================================================== */
/**
 * Styles necessary to properly style content
 **/
.title  {
color:white;
padding: 1%;
text-transform: uppercase;
margin-top: 5%;
margin-bottom: 2%;
}


/* OBJECTS THAT APPEAR IN RIGHT COLUMN */
.PscColumnSource img {
width: 235px;
}

/* was causing alignment issues
.PscColumnSource div {
width: 245px;
}
*/

 .horizontal-items table tr {
 display: table-cell; 
 }

 /* ********************************************************** */
 /* Horizontal Display of Items (events and stories), 3 across */
 /* ********************************************************** */
 

 .horizontal-items .adEventWrapper  .EventTitle {
 font-size: 1em;
 }

 
 .horizontal-items .RadGrid .rgRow, .horizontal-items .RadGrid .rgAltRow {
 /*display: inline; breaks display:table-cell so commented out */
 width: 258px;
 max-height: 300px;
 background-color: transparent;
 }
 
 .horizontal-items .EventButton ,  .horizontal-items  .EventAdd2,  .horizontal-items  .EventAdd3 {
 display: none;
 }
 
 .horizontal-items .adEventWrapper .text-holder, 
 .horizontal-items .adEventWrapper .image-holder {
 width: 258px;;
 }
   .horizontal-items .adEventWrapper .image-holder img{
   width: 258px;
   max-height: initial;
   }
   
.horizontal-items .adEventWrapper .image-holder {
padding: 0;
} 



 /* ********************************************************** */
 /* Vertical Display of Items (events and stories), 3 across */
 /* ********************************************************** */
 

 .vertical .adEventWrapper  .EventTitle {
 font-size: 1em;
 }

 
 .vertical .RadGrid .rgRow, .horizontal-items .RadGrid .rgAltRow {
 /*display: inline; breaks display:table-cell so commented out */
 width: 258px;
 max-height: 300px;
 background-color: transparent;
 }
 
 .vertical .EventButton ,  .vertical  .EventAdd2,  .vertical  .EventAdd3 {
 display: none;
 }
 
 .verticals .adEventWrapper .text-holder, 
 .vertical .adEventWrapper .image-holder {
 width: 258px;;
 }
   .vertical .adEventWrapper .image-holder img{
   width: 258px;
   max-height: initial;
   }



.vertical .adEventWrapper .image-holder img {width: 100%}


/* remove scroll bars placed by IQAs, emma */

.vertical .RadGrid .rgRow { width:auto; }
.vertical .adEventWrapper .image-holder { width:auto; }
.vertical .adEventWrapper .image-holder img { width:auto; max-width: 272px; }
.vertical .RadGrid .rgRow { width:auto; }
.vertical .adEventWrapper .image-holder { width:auto; }
.vertical .adEventWrapper .image-holder img { width:272px; max-width: 272px; }


.vertical .rgRow, .vertical .rgAltRow {
	padding: 0;
}



.hideme {
display: none;
}	