@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "PT Serif Caption";
    font-style: normal;
    font-weight: 400;
    src: local("PT Serif Caption"), local("PTSerif-Caption"), url("http://themes.googleusercontent.com/static/fonts/ptserifcaption/v4/7xkFOeTxxO1GMC1suOUYWT4uEYibrpkZEVqIBGCuec4.woff") format("woff");
}
@font-face {
    font-family: "PT Serif Caption";
    font-style: italic;
    font-weight: 400;
    src: local("PT Serif Caption Italic"), local("PTSerif-CaptionItalic"), url("http://themes.googleusercontent.com/static/fonts/ptserifcaption/v4/0kfPsmrmTSgiec7u_Wa0DE_efEkaT0KO7L1rCR9gl4k.woff") format("woff");
}

body {
	font-family: 'PT Serif Caption',Georgia,serif;
}

h1 {
    font-family: 'PT Serif Caption',Georgia,serif;
	font-weight:700;
}

div.marketing {
	margin-top:-1em;
}

.thumb {
	display:none;
}

h1.yes:before {
	display:none;
}

h1.yes {
    padding-left: 0;
}

h1 {
    color: #3e7084;
    font-size: 32px;
    font-weight: 800;
}

.benefits {
    background-color: #f5f5f5;
    border: 3px solid #3e7084;
    border-radius: 5px;
    margin-left: 20px;
    padding: 0 0.5em;
}

.benefits h2{
	font-size:1.2em;
	line-height:130%;	
}

.benefits ul {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;	
}

.benefits li {
	margin:0.5em;
	padding:0;	
}

.benefits strong {
	font-weight:normal;
}

input[type="checkbox"] + span.radio-wrapper:before, input[type="radio"] + span.radio-wrapper:before {
    color: #3e7084;
}


.benefits ul 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
}

.benefits ul li:before {
	color:#000;
}

.btn-primary {
    background-color: #3e7084;
    border-color: #3e7084;
    color: #fff;
}
