/* Page Title */
div.pageTitle{
/* background: transparent url('custom-theme/images/ui-bg_diagonals-medium_55_630000_40x40.png') scroll repeat center top; */
color: #d41017;
/* border-bottom: 1px solid #eaeaea; */
margin: 0 10px;
/* border-left: 1px solid #eaeaea; */
padding: 5px;
/* border-right: 1px solid #eaeaea; */
font-size: 20px;

}


#homeFeature{
display: block;
width: 940px;
margin: 0 10px;
height: 330px;
background: #fff;
padding: 0;
overflow: hidden;
position: relative;
}

#homeFeature a{
cursor: pointer;
text-decoration: none;
border: 0;
outline: 0;
}

#homeFeature .panelSetting{
display:block;width:100%;height:320px;position:relative;

background-color: transparent;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
background-attachment: scroll;
}

#homeFeature .panelContentWrapper{
display:block;
color:#fff;
width:100%;
height:40px;
position:absolute;
bottom:0;
background:transparent url(../images/homefeatures/blacktile_50percent.png) scroll repeat center center;
font-size:14px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#homeFeature .panelContentWrapper .panelContentText{
background:transparent none repeat scroll 0 0;
/* border-right:1px solid #5D5D5D; */
display:block;
height:30px;
line-height:30px;
overflow:hidden;
padding:5px 5px 5px 15px;
vertical-align:middle;
width:750px;
}

#homeFeature .panelContentWrapper .panelContentText p{
margin: 0 !important;
}

#homeFeature .panelContentWrapper .panelContentText a{
text-decoration: none;
cursor: pointer;
}

#homeFeature .ui-corner-all{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

}


#homeFeature ul.homeFeatureTabs{
background: 0;
border: 0;
position:absolute;
right: 8px;
bottom:15px;
padding: 0 0 0 8px;
border-left: 1px solid #5d5d5d;

}


#homeFeature ul.homeFeatureTabs li{
/* background:#5D5D5D url(http://media.americanheart.org/vod/media/aha/mocks/ahaanywhere/final2/templates/css/custom-theme/images/ui-bg_diagonals-medium_55_eaeaea_40x40.png) repeat scroll 0 0; */
border:none 0 transparent;
float:left;
margin:0 4px;
}

#homeFeature .ui-corner-top {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#homeFeature .ui-tabs-selected{
/* background:#FFFFFF url(http://media.americanheart.org/vod/media/aha/mocks/ahaanywhere/final2/templates/css/custom-theme/images/ui-bg_diagonals-medium_55_630000_40x40.png) repeat scroll 0 0 !important; */
border: #d41017;
color:#FFFFFF !important;
padding-bottom:1px;
}



#homeFeature .homeFeatureTabs .ui-state-active a, #homeFeature .homeFeatureTabs .ui-state-active a:link, #homeFeature .homeFeatureTabs .ui-state-active a:visited {
color:#d41017 !important;
}
#homeFeature ul.homeFeatureTabs li.ui-state-hover{
color:#d41017 !important;
/* background:#FFFFFF url(http://media.americanheart.org/vod/media/aha/mocks/ahaanywhere/final2/templates/css/custom-theme/images/ui-bg_diagonals-medium_55_630000_40x40.png) repeat scroll 0 0 !important; */

}

#homeFeature ul.homeFeatureTabs li.ui-state-hover a:hover{
color:#d41017 !important;
}


/* New style for home feature item */
/* Accessibility from Paul Adam Team Deque 04/24/2013 */
#homeFeature a:focus, #homeFeature a:focus div{
outline: 2px solid #09F;
}

/* NEW 12/1/2015 */



.btn,.btn-stroke,a {
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	/*-webkit-transition: all 400ms cubic-bezier(0.175,0.885,0.32,1.275) 0;*/
	/*-moz-transition: all 400ms cubic-bezier(0.175,0.885,0.32,1.275) 0;*/
	/*-ms-transition: all 400ms cubic-bezier(0.175,0.885,0.32,1.275) 0;*/
	/*-o-transition: all 400ms cubic-bezier(0.175,0.885,0.32,1.275) 0;*/
	/*transition: all 400ms cubic-bezier(0.175,0.885,0.32,1.275) 0;*/
}

.alert {
	padding: 10px;
	margin: 10px;
	border: 0px solid transparent;
	border-radius: 4px;


}



.alert-danger {
	color: #5d5d5d;
	/*background-color: #BC0009;*/
	background-color: #fff;
	border-color: #EBCCD1;
}


#policyBanner.alert {
	margin:0px;
}

.btn {
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-left: 10px;
	margin-right: 10px;
}
.btn-primary {
	color: #FFF;
	background-color: #B41F14;
	border-color: #C02942;
}
.btn-primary:hover {
	background-color: #5d5d5d;
	color:#fff;
	border-color: #5d5d5d;
	text-decoration: none;
}


.btn-signin{

	border-radius: 2px;
	text-shadow: none;
	background-image: none;
	color: #FFF;
	box-shadow: none;
	background-color: #B41F14;
	border: 0px none;
	letter-spacing: .25px;
	padding: 8px 10px;

}

.btn-signin:hover {
	background-color: #5d5d5d;
	color:#fff;
}

.btn-stroke {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.btn-stroke:hover{
	background-color: #f7f7f7;
	border-color: #999;
	transform: translateY(2px);
}


.btn-sm {
	padding: 4px 6px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.padding-0 {
	padding: 0px;
}

.gray{
	color: #444;
}


