@charset "UTF-8";
/* global */
body {
	font-family: 'Open Sans', sans-serif;
	line-height:1.6em;
	font-size:15px;
	color:#444;
}
a, a:active{
	text-decoration:none;
	color:#2f81dc;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#2564ab;
	outline:none;
}
ul{
    list-style: square;
    margin-left: 30px;
	padding:0;
}
ul > li{
    color: #444;
    line-height: 1.2em;
    padding: 0 0 10px 5px;
}
h1, h2, h3, h4{
	margin-top:0;
	font-weight:700;
	line-height:1.2em;
	color:#487cb1;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1{
	font-family:"Merriweather",serif;
	color:#fff;
	font-size:32px;
	line-height:1.1em;
}
h2{
	font-size:22px;
	margin-bottom:10px;
}
h3{
	font-size:18px;
	margin-bottom:10px;
	margin-top:20px;
}
h4.sub-headline{
	color:#444;
}
.glyphicon{
	background:url(/templates/landing_pfi_rwd/img/image-sprite.png) no-repeat;
}
.txt-center{
	text-align:center;
}
.left{
	float:left;
}
.right{
	float:right;
}
.left.col-md-7, .right.col-md-5{
	float:none;
}
.small{
	line-height:1.4em;
}
.txt-gray{
	color:#888;
}

/* top */
.top{
	border-top:5px solid #333;
}
.brand{
	display:block;
	width:254px;
	margin:12px auto;
}
.brand > img{
	width:100%;
}
.top-phone{
	font-size:24px;
	font-weight:600;
	color:#26a65b;
	text-align:center;
	line-height:40px;
}
.phone{
	width:44px;
	height:44px;
	background-position:0 0;
	vertical-align:middle;
	margin-left:10px;
	margin-right:5px;
	top:-2px;
}
.top-phone .dynamic-number > a{
	color:#26a65b;
}
.top-phone .dynamic-number > a:hover, .top-phone .dynamic-number > a:focus{
	text-decoration:none;
}
.top-gray-bar{
	background-color:#eaeaea;
	height:55px;
	padding:8px 0;
	margin-bottom:30px;
}

/* hero */
.hero-default{
	background:url(/templates/landing_pfi_rwd/img/hero.jpg) no-repeat 25% top #333;
	background-size:cover;
	height:320px;
}
.hero-home-health{
	background-image:url(/templates/landing_pfi_rwd/img/home-health-hero.jpg);
}
.hero-gunsmith{
	background-image:url(/templates/landing_pfi_rwd/img/gunsmithing-hero.jpg);
}
.hero-hvac{
	background-image:url(/templates/landing_pfi_rwd/img/hvac-hero.jpg);
}
.hero-sterile-pro{
	background-image:url(/templates/landing_pfi_rwd/img/online-sterile-processing-technician-hero.jpg);
}
.header{
	margin-top:-320px;
	margin-bottom:60px;
	min-height:285px;
}
h1 > br{
	display:none;
}
h1 > span{
	font-size:26px;
	font-weight:normal;
	display:block;
	line-height:1.4em;
	text-transform:capitalize;
}
.headline .line{
	width:100px;
	border-top:1px solid #fff;
	height:0;
	display:block;
	opacity:0.3;
}

/* savings */
.savings{
	font-size:18px;
	color:#fff;
	font-weight:600;
	margin-top:15px;
}
.savings > p{
	margin-bottom:5px;
}
.discount{
	color:#f6fe13;
	font-size:28px;
	font-weight:700;
}
.ex-date{
	font-size:13px;
	color:#fff;
	display:block;
	font-weight:600;
	margin-top:8px;
	line-height:1em;
	letter-spacing:0.5px;
}

/* form */
.form{
	background-color:#2e6cb1;
	color:#fff;
	z-index:100;
	padding:20px;
	margin:0 -15px;
	top:-30px;
	position:relative;
}
.form-ttl{
	font-family:"Merriweather",serif;
	font-size:27px;
	line-height:1em;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.form-ttl > a, .form-ttl > a:focus{
	color:#fff;
	text-decoration:none;
	display:block;
}
.form-ttl .glyphicon{
	background:none;
	color: #a6c5e7;
    font-size: 22px;
}
.form-top > p{
	line-height:1.4em;
	font-size:14px;
	margin-bottom:0;
	letter-spacing:0.5px;
}
.lead-form{
	background-color: #2e6cb1;
    border-top: 1px solid #5487bf;
    left: 0;
    margin-top: 15px;
    padding: 15px 20px 30px;
    position: absolute;
    width: 100%;
}
.form-group{
	width:48%;
	margin-bottom:12px;
}
.form-group.full{
	width:100%;
	clear:both;
}
label{
	font-weight:normal;
	letter-spacing:0.5px;
	line-height:1.2em;
	display:block;
}
select{
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   border:1px solid #fff;
   width:100%;
   background-color:transparent;
   color:#444;
   padding:4px;
   height:34px;
}
.select-bg{
	display:block;
	background:#fff url("/templates/landing_pfi_rwd/img/arrow-down.png") no-repeat scroll 95% center;
}
.form-control{
	border-radius:0;
	box-shadow:none;
	border:1px solid #fff;
	padding:6px;
	color:#444;
}
.form-error{
	background-color:#f2cbcb;
	border-color:#f2cbcb;
}
.group-input{
	clear:both;
	overflow:hidden;
}
.group-input > .form-group{
	width:36%;
	margin-right:4%;
}
.group-input > .form-group:last-child{
	width:20%;
	margin:0;
}
.opt-in-email{
	font-size:80%;
	line-height:1.2em;
	font-style:italic;
	color:#ccdbed;
}
#doit{
	border:0;
	background:#20b75e;
	box-shadow:none;
	font-size:22px;
	font-weight:700;
	display:block;
	width:100%;
	padding:20px 10px;
}
#doit:hover, #doit:focus{
	background-color:#33d877;
}

/* content */
.content{
	margin-top:40px;
}
.testimonial{
	background-color:#f4f4f4;
	padding:20px 20px 20px 45px;
	position:relative;
	margin:20px 0;
}
.student-testimonial{
	font-family:"Merriweather",serif;
	font-size:16px;
}
.testimonial > p:last-child{
	margin-bottom:0;
	font-size:14px;
}
.quote{
	width:30px;
	height:30px;
	background-position:-195px -10px;
	position:absolute;
	top:15px;
	left:10px;
}
.check-list{
	list-style-image:url(/templates/landing_pfi_rwd/img/check-list.png);
}
.legal{
	color:#888;
	font-size:12px;
	line-height:1.4em;
	border-top:1px solid #e5e5e5;
	padding:15px 0;
	margin-top:20px;
}
.partners > span{
	vertical-align:middle;
	margin-right:15px;
}
.deac{
	width:135px;
	height:50px;
	background-position:-52px 0;
	text-indent:-9999px;
}
.bbb{
	width:122px;
	height:46px;
	margin-left:16px;
	background-position:0px -54px;
	text-indent:-9999px;
}
.accreditation{
	border-top:1px solid #e5e5e5;
	margin-top:20px;
	padding-top:20px;
	overflow:hidden;
}
.partners{
	clear:both;
	margin-bottom:15px;
	overflow:hidden;
}
.partners > p{
	font-size:14px;
	line-height:1.3em;
	position:relative;
	top:5px;
}

/* footer */
.footer{
	background-color:#333;
	color:#fff;
	font-size:13px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:40px;
	margin-bottom:-25px;
}

/* ie7 browser popup */
.ie-u{
	margin-left:-80 !important;
}
.ie-u-s{
	background-color:#20b75e;
	display:inline-block;
	font-size:18px;
	padding:10px 20px;
	text-transform:uppercase;
	margin:0;
	cursor:pointer;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.left.col-md-7{
	float:left;
}
.right.col-md-5{
	float:right;
}
.brand{
	margin-left:0;
	margin-right:0;
}
.top-gray-bar{
	margin-bottom:0;
}
.top-phone{
	margin-top:15px;
	font-size:28px;
	text-align:center
}
.phone{
	top:-5px;
}
h1{
	width:50%;
	font-size:38px;
	line-height:1.2em;
}
h1 > br{
	display:inline-block;
}
.hero-default{
	background-position:70% top;
	height:350px;
}
.header{
	margin-bottom:110px;
	margin-top:-350px;
}
.container{
	position:relative;
}
.lead-form{
	display:block;
	padding-left:0;
	padding-right:0;
	position:relative;
	left:auto;
	padding-bottom:0;
}
.form{
	width:360px;
	position:absolute;
	right:0px;
	top:-70px;
	margin:0;
}
.form-ttl{
	font-size:42px;
	font-weight:normal;
}
.headline{
	margin-top:35px;
}
.legal{
	border-bottom:1px solid #e5e5e5;
}
.accreditation{
	border-top:none;
	margin-top:0px;
	padding-top:0px;
}
.content .col-md-5{
	margin-top:210px;
}
.footer{
	margin-top:80px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
h1{
	font-size:42px;
}
h1.larger-txt{
	font-size:52px;
}
.header{
	margin-bottom:100px;
}
.phone{
	margin-left:-40px;
}
.container{
	width:960px;
}
.headline{
	margin-top:75px;
}
.form{
	width:400px;
	right:15px;
}
.content .col-md-7{
	width:52%;
}
.content .col-md-5{
	width:44.6667%;
}
#doit{
	font-size:26px;
}

}

@media (max-width: 768px) {
    .accreditation{
        border-top:none;
        margin-top:30px;
        padding-top:0px;
    }
}