


.content ul,.content li {
	list-style: disc;
	/*margin-bottom: 6px;
	padding-right:15px; - removed for multilanguage support*/
	text-align:justify;
}

ul#triple, ul#triple li {
	padding-right:0;
}
.content ul {
	margin-top: 10px;
	margin-bottom: 10px
}
.content li {
	line-height: 1.7em
}



#podContainer {
 /* box-sizing:border-box; 
	margin:0px;
	background: transparent;
	border-radius: 5px;
	box-shadow: 0 -2px 4px 4px #CCCCCC;
	padding:5px;
  display: table;
  border-spacing: 10px 5px;
  margin-left: 10px;
  margin-right: 10px;
*/
}
	

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}


.podRow {
	padding-left:10px;
  }

.objPod1 {
	border:0px;

	border-radius: 5px;
	box-sizing:border-box; 
	width:229px;
	margin-right:10px;
	margin-left:7px;
	background-color: #F5F5F5;
	display:table-cell;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

.objPod2 {
	border:0px;
	background-color:#F5F5F5;
	box-sizing:border-box; 
	border-radius: 5px;
	/*height:auto;*/
	overflow:auto; 
	width: 415px;
	padding-left: 15px;
	margin-right:10px;
	display:table-cell;
	margin-left: 8px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;

}

.objPod2 a {text-decoration: none !important}

.btnMore {text-decoration: none !important; color: #000 !important;}

.objPod3 {
	/*float:left;*/
	border:0px;
	box-sizing:border-box; 
	background-color:#fff;
	border-radius: 5px;
	width: 100%;
	padding-left: 15px;
	padding-right: 10px;
	display:block;
	overflow: hidden;
	/*height:270px;*/
}

.objPod3 div p:nth-child(3){
  text-align:center;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: block;
}


ul#ulHomepage, ul#ulHomepage li {
	list-style:disc !important;
}

ul#ulHomepage li {
	margin-bottom: 10px
}


/** 
	FONTS MUST BE LOADED MANUALLY AND NOT THROUGH GOOGLE SCRIPT TO ASSURE IE9 COMPATIBILITY WITH DIFFERENT FONT-WEIGHT
**/



.btnCTASub {
   border-top: 1px solid #e75313;
   background: #f29727;
   background: -webkit-gradient(linear, left top, left bottom, from(#e75313), to(#f29727));
   background: -webkit-linear-gradient(top, #e75313, #f29727);
   background: -moz-linear-gradient(top, #e75313, #f29727);
   background: -ms-linear-gradient(top, #e75313, #f29727);
   background: -o-linear-gradient(top, #e75313, #f29727);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e75313', endColorstr='#f29727',GradientType=0); /*IE6-9 */
   padding: 11.5px 23px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Roboto,Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   display: inline-block;
   box-sizing: border-box;
   width: 230px;
   text-align:center;
   z-index: auto;
   overflow: hidden;
   margin-left:auto;
   margin-right:auto;
   }
.btnCTASub:hover {
   border-top-color: #3f84c1;
   background: #3f84c1;
   color: #ffffff;
   cursor: pointer;
   text-decoration: none;
   font-weight: bold;
   overflow: hidden;
   }
.btnCTASub:active {
    border-top-color: #5c371b;
   background: #5c371b;
   }
   
#videoplaceholder {
	cursor:pointer
}

#printheader {display:none}


/* THEME SPECIFIC OVERRIDE */

.datepicker th,.datepicker td {
	border: 0px transparent !important;
}

.datepicker:before, .datepicker:after {
	display: none !important;
}

.dataTable th, .dataTable td {
	border: 0px solid transparent !important
}

.dataTable th, .dataTable td {
	border: 1px solid #ddd !important
}
.table-bordered {
	/*border: 1px solid #ddd !important;*/
	font-size: 1em !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .objPod3 {
      width: 270px;
    }
}