/*MARKETING YES copy*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 , .radio-wrapper, .bundle{
	line-height:1.3em;
/*font-family: "Droid Serif",Times,serif;*/
}
.panel-default > .panel-heading.plan {
	color:#337D3C;
}

h1.yes:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 5px;
	color:#337D3C;
	content: "\f046";
	margin-left:-65px
}
h1.yes span {
	color:#337D3C;
	font-size:135%
}
h1.yes {
	padding-left:55px
}

ul.check-square, ul.chevron, ul.check-simple {
	padding-left: 0px;
	margin-left:3em;
	list-style-type: none;
}
ul.check-square li:before, ul li ul.check-square li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 8px;
	content: "\f046";
	margin-left:-1.4em
}
ul.check-simple li:before, ul li ul.check-simple li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 8px;
	content: "\f00c";
	margin-left:-1.2em;
	color:#000;
}
ul.chevron li:before, ul li ul.chevron li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 8px;
	content: "\f054";
	margin-left:-1.2em;
	color:#000;
}
ul.check-square.gold li:before, ul.chevron.gold li:before, ul.check-simple.gold li:before {
	color:#DFB924;
}
ul.check-square.green li:before, ul.chevron.green li:before, ul.check-simple.green li:before {
	color:#337D3C;
}


span.credit {
	font-size:0.75em;
	color: #888;	
	line-height:120%;
}

.sic.panel-heading .accordion-toggle:after {
  font-family:"FontAwesome";
    content: "\f107";    
    float: right;       
    color: grey;      
}
.sic.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f105";   
}