/* CSS Document */

/*******BASE STYLES**********************************************************/

body, .body {
	font-family: 'Lato', sans-serif;
	font-size: 1.25rem;
	line-height: 1.65em;
	font-weight: 400;
	margin: 0;
}
b, strong {
	font-weight: 600;
}

b {
	font-weight: 800;
}

a {
	color: #65737c;
	font-size: 16px;
}
a:hover {
	color: #05338a;
	text-decoration: underline;
}

/*Headings*/

.heading {
	font-size: 60px;
	line-height: 70px;
}
h1, .h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
h2, .h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
}
h3, .h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
}
h4, .h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
h5, .h5 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}
/**form specific styles**/
html body form#pardot-form.form{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
	margin-left: 0;
	
}
/*.required .field-label::after {
	content: "*";
	width: 10px;
	color: #eebe08;
}*/
p{
position: relative;
width: 100%;
min-height: 1px;
padding-left:0px;
padding-right:0px;
margin:0;
}

.first_name, .last_name, .email, .phone, .company, .work-email {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	float:left;
	box-sizing:border-box;
	padding:0 10px 0 0;
	margin-top: 5px;
}
.first_name input, .last_name input, .email input, .phone input, .company input, .work-email input {
	width:100%;
}
 
/*.email-opt-in{
	position: fixed;
	visibility:hidden;
}*/
label{
	display:block; 
	color:#fff!important;
	padding-bottom:15px;
}
label{
	
	padding:0;
	    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
.error input{
	background:#EFAEAF;
}

input{
width: 100%;
margin-bottom: 0;
border-radius: 3px;
border: 1px solid #afafaf;
cursor: pointer;
font-size: 12px;
padding-left: 6px;
	line-height: inherit;
}
input:focus{
	 box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
input[type="submit"] {
    color: #002640;
	font-weight: 600;
    background-color: #ffcb05 ;
    border-color: #ffcb05 ;
    border-radius: 4px;
    padding: 6px 24px;
    font-size: 14px;
    text-align: center;
	width:auto;
	display:inline-block;
	cursor:pointer;
	text-indent:0;
}
input[type="submit"]{
	width:100% !important;
	padding: 4px;
	cursor:pointer;
}
html body form#pardot-form.form p.submit input{  
	cursor:pointer;
}

.error{
	display:none;
}
.errors{
	display:none;
	color:#ce3131!important;
}
.form-field{
	display:block;
}

.submit{
	margin-top:10px;
}
.email-opt-in input {
	float: left;
	height: 19px;
	margin-bottom: 0;
	margin-right: 10px;
}
.email-opt-in label{
	position: fixed;
	right:0;
	top:0;
	visibility:hidden;
}
#disclaimer-message {
	display: block;
	font-size:14px;
	line-height:22px;
	color: #fff;
}
#disclaimer-message a{
font-size:14px;
	line-height:22px;
	color:#ffcb05;
	text-decoration: none;
}
/*BLOG LANDING*/
p.blog-landing label {
	font-size: 21px;
	margin-bottom: 15px;
	margin-top: 20px;
}
p.blog-landing input{
	font-size:21px;
	height:42px;
}

@media(max-width:400px){


.first_name, .last_name, .email, .phone, .company, .work-email { 
	-ms-flex: 0 0 100%; 
	flex: 0 0 100%; 
	max-width: 100%;
	box-sizing: border-box;
	padding:0 10px 0 0;
}

}
@media(max-width:290px){
	/*BLOG LANDING*/
p.blog-landing label {
	  font-size: 14px!important;
    line-height: 14px!important;
    margin-bottom: 5px;
	margin-top:10px;
}
p.blog-landing input{
	font-size:15px!important;
	height:34px!important;
}

}