@-webkit-keyframes pulse {       
	0% {-webkit-transform: scale(1);}
	70% {-webkit-transform: scale(0.9);}
	100% {-webkit-transform: scale(1);}
}

@-moz-keyframes pulse {       
	0% {-moz-transform: scale(1);}
	70% {-moz-transform: scale(0.9);}
	100% {-moz-transform: scale(1);}
}
#preheaderTop {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
	padding: 10px 0px;
    background: rgba(255,255,255,.875);
}
.solidFFF {
	background: rgba(255,255,255,1) !important;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}
.img100 {
	max-width: 100%;
}
.headerTableStyle, .footerTableStyle {
	display: none !important;
}
.primaryTable {
	width: 100% !important;
}
.primaryTextCell {
	padding: 0px !important;
}
.boldMe {
	font-weight: bold;
}
#logo {
	display: block;
	margin: 0 auto;
}
#preheaderCall {
	text-align: center;
	color: #002f58;
	padding: 5px 0px;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #fff, 1px 1px 0px #000;
	font-size: 18px;
}
#preheaderCall a {
	color: inherit;
	font-weight: bold;
}
#preheaderCall a {
	font-size: 1.5em;
}
#headerWrapperLP {
	text-align: center;
	display: flex;
    position: relative;
    height: 75vh;
    min-height: 500px;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    color: #ffffff;
	background: url(/img/~www.biginsurance.com/lp2/bg.jpg) 75% 50% no-repeat;
	background-size: cover;
	margin-top: -22px;
	font-size: 17px;
}
#headForm {
	display: flex;
	align-self: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	text-transform: uppercase;
}
#headForm h1 {
	color: inherit;
	text-shadow: 1px 1px 3px #000;
}
#headForm p {
	font-size: 1.325em;
	margin: 5px auto 25px;
}
.ooFocus {
	opacity: .5;
	font-size: 12px !important;
    letter-spacing: 2px !important;
	margin-top: -50px;
}
.ooFocus * {
	margin: 0px 0px 15px !important;
}
#headerWrapperLP button {
	display: block;
	color: #fff;
	border: none;
	background: none #002f58;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: .9em;
	letter-spacing: 3px;
	padding: 5px 10px 2px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	max-width: 300px;
}
#headerWrapperLP button:hover {
	background: none #3368B4;
	letter-spacing: 5px;
}
#headerWrapperLP input, #headerWrapperLP button {
	border-radius: 5px;
}
.letsTalk {
	cursor: pointer;
	color: rgba(255,255,255,.6) !important;
	letter-spacing: 3px;
    text-transform: uppercase;
	font-size: 1em !important;
    padding: 25px 0px 10px;
    margin: 0px auto 0px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
    -webkit-animation: pulse 2s linear 3;
    -moz-animation: pulse 2s linear 3;
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.letsTalk:hover {
	color: rgba(255,255,255,.875) !important;
	letter-spacing: 5px;
}
.letsTalk.talking {
	color: #1e1e1e !important;
	letter-spacing: 5px;
	padding-top: 15px;
    margin: 0px auto 0px;
	border-bottom: 1px solid #1e1e1e;
}
#simpleFormLP {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1em;
}
#mainForm input[type="text"], #mainForm input[type="email"], #mainForm input[type="tel"] {
	margin: 0px auto 5px;
	padding: 3px 1%;
	width: 98%;
	color: #002f58;
	background-image: none;
	background-color: rgba(255,255,255,.5);
	border: 1px solid #fff;
	font-size: 25px;
	max-width: 200px;
	text-align: center;
}
#headerWrapperLP ::-webkit-input-placeholder {
  color: #1e1e1e;
}
#headerWrapperLP ::-moz-placeholder {
  color: #1e1e1e;
}
#headerWrapperLP :-ms-input-placeholder {
  color: #1e1e1e;
}
#headerWrapperLP :-moz-placeholder {
  color: #1e1e1e;
}
.invalid {
    background: pink !important;
}
#homeContentLP {
	padding: 25px 0px;
	text-align: center;
	color: #002F58;
}
#homeContentLP .container {
	max-width: 800px;
}
#homeContentLP .boldMe {
	font-size: 1.6em;
}
#boxesLP {
	padding: 25px 0px;
	display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}
#boxesLP .container div {
	padding: 0px 20px;
	text-transform: uppercase;
	border: 1px solid #A1A1A1;
	margin-top: 76px;
	text-align: center;
}
#boxesLP .container div:before {
	display: block;
	content: '';
	height: 152px;
	width: 152px;
	margin: -76px auto 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70%;
}
#boxesLP .container div p {
	margin: 0px auto 30px;
	font-size: 14px;
}
#box1 {
	color: #1A3B6C;
}
#box1:before {
	background-image: url(/img/~www.biginsurance.com/lp2/lob1.png);
}
#box2 {
	color: #cc161d;
}
#box2:before {
	background-image: url(/img/~www.biginsurance.com/lp2/lob2.png);
}
#box3 {
	color: #1A3B6C;
}
#box3:before {
	background-image: url(/img/~www.biginsurance.com/lp2/lob3.png);
}
#carriersLP {
	padding: 25px 0px;
	text-align: center;
	text-transform: uppercase;
}
.bx-wrapper {
	border: none !important;
}
#footerMissionLP {
	padding: 15px 0px;
	text-align: center;
	background: #002f58;
	color: #fff;
}
#footerSpeakLP {
	padding: 15px 0px;
	text-align: center;
	background: #3368B4;
	color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
#footerSpeakLP p {
	font-size: 20px;
	margin-bottom: 5px;	
}
#footerSpeakLP span {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
#footerSpeakLP a {
	font-size: 14px;
	display: inline-block;
	background: #fff;
	color: #002f58;
	padding: 4px 15px;
}


@media (min-width: 480px) {

}
@media (min-width: 600px) {	
	#headerWrapperLP {
		font-size: 20px;		
		background-position: 50% 45%;
	}
	#headForm a {
		display: block;
	}
	#boxesLP .container div:before {
		background-size: 100%;
	}
	#boxesLP .container {
		padding: 25px 0px;
		justify-content: space-between;
		flex-direction: row;
		display: flex;
	}
	#boxesLP .container div {
		width: 31%;
		height: 250px;
	}
	#boxesLP .container div p {
		margin: 30px auto 0px;
	}
	#footerSpeakLP p {
		font-size: 26px;
	}
	#footerSpeakLP span {
		font-size: 19px;
	}
	#footerSpeakLP a {
		font-size: 17px;
		padding: 7px 15px;
	}
}
@media (min-width: 768px) {
	#headerWrapperLP {
		font-size: 25px;
	}
	#headForm h1 {
		font-size: 2.75em;
	}
	#mainForm input[type="text"], #mainForm input[type="email"], #mainForm input[type="tel"] {
		margin: 0px auto 15px;
	}
	#boxesLP .container div p {
		font-size: 17px;
	}

}
@media (min-width: 992px) {
	#logo {
		margin: 0;
	}
	#preheaderCall {
		font-size: 17px;
		text-align: right;
	}
	#headerWrapperLP {
		font-size: 30px;
	}
	#headForm a {
		font-size: 2em;
		letter-spacing: 11px;
	}
	#mainForm input[type="text"], #mainForm input[type="email"], #mainForm input[type="tel"] {
		padding: 7px 5px;
	}
	.letsTalk {
		margin: 0px auto 150px;
	}

}
@media (min-width: 1200px) {
	#preheaderCall {
		font-size: 18px;
	}
	#headerWrapperLP {
		height: 80vh;
	}

}
@media (min-width: 1400px) {

}